@import url(material-design-iconic-font.min.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

footer {
  font-size: 14px; }
  footer .footer-white a,
  footer .footer-grey a {
    padding: 0 15px;
    line-height: 1.5;
    display: block;
    padding-left: 0;
    cursor: pointer;
    color: inherit;
    text-decoration: none; }
    @media screen and (min-width: 772px) {
      footer .footer-white a,
      footer .footer-grey a {
        display: inline-block;
        padding-left: 15px; } }
    footer .footer-white a:first-child,
    footer .footer-grey a:first-child {
      padding-left: 0; }
  footer .footer-white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: auto;
    padding: 25px 15px;
    padding-bottom: 0; }
    footer .footer-white article {
      width: 100%;
      margin-bottom: 15px; }
      footer .footer-white article:last-child {
        margin-bottom: 25px; }
      @media screen and (min-width: 992px) {
        footer .footer-white article {
          width: auto;
          margin-bottom: 25px; } }
    footer .footer-white .logo {
      max-width: 120px;
      margin-bottom: 30px; }
      @media screen and (min-width: 992px) {
        footer .footer-white .logo {
          margin-bottom: 25px; } }
      footer .footer-white .logo img {
        width: 100%; }
    footer .footer-white .links a {
      position: relative; }
      footer .footer-white .links a::before {
        position: absolute;
        content: '|';
        right: 0;
        display: none; }
        @media screen and (min-width: 772px) {
          footer .footer-white .links a::before {
            display: block; } }
      footer .footer-white .links a:last-child::before {
        display: none; }
    footer .footer-white .redes a {
      padding: 0 7.5px;
      display: inline-block; }
      footer .footer-white .redes a .zmdi {
        font-size: 16px; }
  footer .footer-grey {
    background-color: #f2f2f2;
    color: #8f8f8f;
    padding: 15px 0; }
    footer .footer-grey .footer-grey-into {
      max-width: 1024px;
      margin: auto;
      padding: 0 15px;
      padding-top: 15px; }
      @media screen and (min-width: 772px) {
        footer .footer-grey .footer-grey-into {
          display: flex;
          justify-content: space-between;
          align-items: center; } }
      footer .footer-grey .footer-grey-into article {
        margin-bottom: 15px; }

/*# sourceMappingURL=custom.css.map */
