* {
  box-sizing: border-box !important;
}


footer {
  display: flex;
  flex-direction: column;
  height: 675px;
  padding-top: 0;
  background-color: #CA9E67;
  padding: 40px;
  padding: 40px;
}

footer input::placeholder {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

footer input {
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.button-footer {
  width: 15%;
  height: 46px;
  color: #CA9E67;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.contact-us-text {
  font-weight: semi-bold;
  text-align: start;
  height: 18.2px;
  color: #fff;
  margin-bottom: 21px;
}

.wrapper-links-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 50px 0px 50px;
  width: 1285px;
  margin: auto;
}

.contact-us-wrapper-input {
  width: 100%;
  margin-top: 38.1px;
  padding: 1rem 8rem;
}

.nav-footer {
  display: flex;
  flex-direction: column;
}

.link-nav-footer {
  font-size: 17px !important;
  height: 27px;
  font-weight: 700;
  margin-top: 25px;
  color: #fff;
}

.link-nav-footer:first-child {
  margin-top: 0px;
}

.nav-footer a {
  font-size: 26px;
}

.logo-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap !important;
  justify-content: center;
}

.logo-footer-flex:first-child {
  width: 130px;
}

.logo-footer-border {
  height: 96px;
  align-self: center;
  margin-right: 28px;
  margin-left: 44px;
  border-left: 2px solid #ffffff;
}

.wrapper-footer-border {
  height: 181px;
  border-left: 2px solid #ffffff;
  margin: 0px 20px;
}

.logo-footer-flex:last-child {
  align-self: center;
  width: 200px;
}

.sociais-links {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.link-sociais-footer img:first-of-type {
  width: 35px;
  height: 35px;
}

.link-sociais-footer {
  height: 35px;
  font-weight: semi-bold;
  display: flex;
  flex-direction: row;
  color: #fff;
}

.link-sociais-footer:last-child {
  margin-top: 15px;
}

.link-sociais-footer-text {
  margin-left: 20px;
  font-size: 22px;
  align-self: flex-end;
}

.link-sociais-footer img:last-child {
  margin-bottom: 15px;
}

.wrapper-sociais-links h4 {
  font-weight: lighter;
  font-size: 17px;
  color: #fff;
}

.footer-bottom {
  margin-top: 50px;
  color: #fff;
  font-weight: lighter;
  display: flex;
  justify-content: space-between;
  font-family: Roboto;
  font-size: 13px;
  margin: auto;
  width: 1285px;
}

.footer-bottom-disclaimer {
  margin-top: 100px;
  color: #fff;
  font-weight: lighter;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-size: 13px;
  margin: auto;
  width: 1285px;
}

.footer-bottom-disclaimer p {
  text-align: justify;
}

.footer-bottom-disclaimer h6 {
  margin: 30px 0 20px 0;
  text-align: center;
  font-size: 15px;
}

.footer-bottom-disclaimer a {
  font-weight: bold;
  color: #fff;
}

.address {
  font-weight: lighter;
}

.ouvidoria {
  text-align-last: end;
  font-weight: lighter;
}

.input-name {
  width: 40%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 1rem 5%;
  margin-bottom: 30px;
  color: #fff;
  margin-right: 2%
}

.input-mail {
  height: 46px;
  width: 40%;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 1rem 5%;
  color: #fff;
  margin-right: 2%
}

@media (max-width: 1400px) {
  .wrapper-links-footer {
    width: 1085px;
  }

  .footer-bottom {
    width: 1085px;
  }

  .footer-bottom-disclaimer {
    width: 1085px;
  }
}

@media (max-width: 1300px) {

  .button-footer,
  footer input,
  footer div label,
  .contact-us-text {
    display: none;
  }


  .wrapper-links-footer {
    margin-top: 0px;
  }

  footer {
    height: 475px;
  }

  .wrapper-links-footer {
    width: 985px;
  }

  .footer-bottom {
    width: 985px;
  }

  .footer-bottom-disclaimer {
    width: 985px;
  }
}


@media (max-width: 1120px) {
  .wrapper-links-footer {
    width: auto;
  }

  .footer-bottom {
    width: auto;
  }

  .footer-bottom-disclaimer {
    width: auto;
  }

  footer {
    height: fit-content;
    padding-top: 0px;
    margin-top: 32px;
  }

  h4 {
    font-weight: normal;
  }

  .wrapper-links-footer {
    display: block;
  }

  .logo-footer {
    align-items: center;
    justify-content: center;
  }

  .logo-footer-flex:first-child {
    width: 103px;
  }

  .logo-footer-border {
    height: 64px;
    align-self: center;
    margin-right: 30px;
    margin-left: 30px;
    border-left: 2px solid #ffffff;
  }

  .logo-footer-flex:last-child {
    align-self: center;
    width: 140px;
  }

  .wrapper-footer-border {
    display: none;
  }

  .link-nav-footer {
    font-size: 15px;
    height: fit-content;
    font-weight: 700;
    margin-top: 16px;
  }

  .link-nav-footer:first-child {
    margin-top: 58px;
  }

  .nav-footer a {
    font-size: 15px;
    font-style: normal;
  }

  .link-sociais-footer {
    height: 35px;
    font-weight: semi-bold;
    display: flex;
    flex-direction: row;
    color: #fff;
  }

  .link-sociais-footer {
    height: 35px;
    font-weight: semi-bold;
    display: flex;
    flex-direction: row;
    color: #fff;
  }

  .link-sociais-footer:last-child {
    margin-top: 15px;
  }

  .link-sociais-footer:last-child {
    margin-top: 15px;
  }

  .link-sociais-footer-text {
    margin-left: 20px;
    font-size: 22px;
    align-self: flex-end;
  }

  .wrapper-sociais-links h4 {
    font-weight: normal;
    margin-top: 62px;
    font-size: 19px;
  }

  .wrapper-sociais-links h4 {
    font-weight: normal;
    margin-top: 62px;
    font-size: 19px;
  }

  .footer-bottom {
    margin-top: 50px;
    font-weight: normal;
    display: block;
    font-family: Roboto;
    align-self: center;
    font-size: 13px;
    width: fit-content;
  }

  .footer-bottom-disclaimer {
    margin-top: 50px;
    font-weight: normal;
    display: block;
    font-family: Roboto;
    align-self: center;
    font-size: 13px;
    width: fit-content;
  }

  .address {
    font-style: normal;
    text-align-last: center;
    margin-left: 0px;
    align-self: center;
  }

  .ouvidoria {
    text-align-last: center;
    margin-top: 37px;
    font-style: normal;
    margin-right: 0px;
  }
}

@media (max-width: 768px) {

	.logo-footer-flex:first-child {
    width: 80px;
  }

  .logo-footer-border {
    height: 64px;
    align-self: center;
    margin-right: 30px;
    margin-left: 30px;
    border-left: 2px solid #ffffff;
  }

  .logo-footer-flex:last-child {
    align-self: center;
    width: 130px;
  }
}


@media (max-width: 468px) {
	.logo-footer-flex:first-child {
    width: 80px;
  }

  .logo-footer-border {
    height: 60px;
    align-self: center;
    margin-right: 25px;
    margin-left: 25px;
    border-left: 2px solid #ffffff;
  }

  .logo-footer-flex:last-child {
    align-self: center;
    width: 120px;
  }
}

@media (max-width: 300px) {
	.logo-footer-flex:first-child {
    width: 70px;
  }

  .logo-footer-border {
    height: 55px;
    align-self: center;
    margin-right: 17px;
    margin-left: 17px;
    border-left: 2px solid #ffffff;
  }

  .logo-footer-flex:last-child {
    align-self: center;
    width: 90px;
  }
}