footer {
  font-family: 'Lato';
}

  footer li a {
    color: #fff;
    text-decoration: none;
  }

    footer li a:hover {
      color: #fff;
    }

  footer ul {
    list-style-type: none;
    text-transform: uppercase;
  }

  footer .box-des {
    margin-right: 10px;
  }

  footer .copyright,
  footer .divisao,
  footer .endereco,
  footer .logo,
  footer .menu-footer {
    float: left;
    position: relative;
  }

  footer .endereco {
    top: 43px;
    margin-left: 15px;
  }

  footer .endereco p {
    font-size: 17px;
    line-height: 0.6;
    font-style: normal;
  }

    footer .footer-down .making {
      background: url(../images/making.png);
      width: 71px;
      height: 21px;
      display: block;
      float: right;
    }

  footer .menu-footer {
    width: 310px;
    font-size: 17px;
    line-height: 1.9;
    top: 108px;
    margin-left: 54px;
  }

  footer .footer {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 400px;
    margin-top: 110px;
  }

  footer .endereco,
  footer .container-logo-footer {
    height: 400px;
    width: 426px;
    position: relative;
    float: left;
  }
    footer .container-logo-footer .logo-footer {
      position: relative;
      margin-top: 138px;
    }

    footer .container-logo-footer .seal {
      width: 260px;
      height: 100px;
      margin-top: 20px;
    }
  footer .endereco .container-address {
    height: 170px;
    position: relative;
    top: 50%;
    margin-top:-85px;
  }
    footer .endereco .container-address .footer-link {
      bottom: 20px;
      position: relative;
    }
    footer .endereco .container-address a {
      color: #fff;
      font-size: 17px;
    }
  footer .fb-page {
    padding-top: 50px;
  }

  footer .footer-down {
    background-color: #fff;
    font-size: 15px;
    width: 100%;
    height: 46px;
  }
    footer .footer-down .box-making {
      width: 25%;
      float: right;
      margin-right: 10px;
      margin-top: 16px;
    }

    footer .footer-down .copyright {
      top: 12px;
      text-align: left;
      margin-left: 10px;
      width: 600px;
      font-size: 13px;
    }
  .seta-direita::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ed1c24;
  }

  footer .aligner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
  }

  footer a.link:hover {
    color: #B1AEAE;
  }

@media only screen and (max-width: 1200px) {
  footer .footer {
    background-color: #000;
    color: #fff;
    height: 155px;
    width: 100%;
    margin-top: 30px;
  }
  footer .footer-down {
    background-color: #fff;
    font-size: 15px;
    height: 52px;
    width: 100%;
  }
    footer .footer-down .box-making {
      width: 25%;
      float: right;
      margin-top: 18px;
      margin-right: 10px;
    }
    footer .footer-down .copyright {
      top: 12px;
      width: 220px;
      text-align: left;
      font-size: 11px;
      margin-left: 10px;
    }
  footer .endereco, footer .container-logo-footer {
    height: 156px;
    width: 426px;
    position: relative;
    float: left;
  }
}
