* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-smoothing: antialiased;
  font-family: "inter", sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.logo {
  margin-right: 40px;
  position: relative;
  z-index: 999;
}

footer {
  height: 500px !important;
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.talk-to-accessor-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 180px;
  padding-top: 50px;
  min-height: 900px;
}

.talk-to-accessor-wrapper-description h2 {
  font-size: 35.28px;
  font-weight: bold;
  line-height: 120%;
  color: #CA9E67;
  margin-bottom: 17px;
}

.talk-to-accessor-wrapper-description p {
  font-size: 18.2px;
  color: #4d5257;
  margin-bottom: 52px;
  max-width: 525px;
}

.talk-to-accessor-our-office h3 {
  font-size: 22.9px;
  font-weight: bold;
  line-height: 120%;
  color: #CA9E67;
  margin-bottom: 17px;
}

.talk-to-accessor-wrapper-adress h4,
.talk-to-accessor-wrapper-adress p {
  font-size: 18.2px;
  color: #4d5257;
}

.talk-to-accessor-wrapper-adress p {
  margin-bottom: 25px;
}

#form_talk {
  display: flex;
  flex-direction: column;
}

#form_talk label {
  font-size: 18px;
  color: #CA9E67;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 5px;
}

#form_talk input {
  width: 438px;
  height: 61px;
  margin-bottom: 27px;
  border-radius: 5px;
  border: 1px solid #CA9E67;
  padding: 21px 18px;
}

#form_talk input::placeholder {
  font-size: 16px;
  color: #c5c5c5;
}

#form_talk button {
  width: 224px;
  height: 42px;
  border-radius: 21px;
  border: none;
  background-color: #CA9E67;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-left: 212px;
  cursor: pointer;
}

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

.wrapper-input {
  width: 100vw;
}

label {
  position: relative;
}

.user-icon {
  position: absolute;
  top: -3px;
  left: 15px;
}

.mail-icon {
  position: absolute;
  top: -3px;
  left: 15px;
}

.adress-text {
  margin-top: 115px;
  color: #fff;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.wrapper-sociais {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.wrapper-sociais h4 {
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
}

@media (max-width: 1545px) {
  .whoweare-ilustration {
    width: 608px;
    height: 345px;
  }

  .whoare-article p {
    width: 70%;
  }

  .input-name {
    width: 613px;
  }
}

@media (max-width: 1368px) {
  .talk-to-accessor-section {
    gap: 10px;
  }

  .talk-to-accessor-section img {
    width: 497px;
    height: 226px;
  }
}

@media (max-width: 1250px) {
  .wrapper-description-footer {
    display: flex;
    flex-direction: column-reverse;
  }

  .wrapper-description-footer h4 {
    font-size: 14px;
  }

  .wrapper-description-footer a {
    font-size: 12px;
  }

  .wrapper-description-footer a img {
    width: 11px;
    height: 11px;
  }

  .adress-text {
    margin: 0;
    margin-bottom: 30px;
    display: flex;
  }
}

@media (max-width: 1035px) {
  .talk-to-accessor-section img,
  .talk-to-accessor-our-office {
    display: none;
  }

  .talk-to-accessor-section {
    flex-direction: column;
  }

  #form_talk input {
    width: 280px;
  }

  #form_talk input::placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #CA9E67;
  }

  #form_talk button {
    margin-left: 25px;
  }

  #form_talk label {
    display: none;
  }

  .talk-to-accessor-wrapper-description h2 {
    font-size: 18.2px;
    color: #CA9E67;
    margin-bottom: 10px;
    max-width: 130px;
  }

  .talk-to-accessor-wrapper-description p {
    font-size: 16px;
    color: #4d5257;
    margin-bottom: 23px;
    max-width: 280px;
    font-weight: 600;
  }

  .wrapper-sociais {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
  }

  body {
    overflow-x: hidden;
  }

  footer {
    height: 850px !important;
    padding: 30px !important;
  }
}

@media (max-width: 573px) {
  .whoweare-wrapper-image img {
    width: 239px;
    height: 168px;
  }

  .adress-text {
    flex-direction: column;
  }

  .wrapper-sociais {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
  }
}

.adress-text-flex {
  font-weight: normal;
}

@media (min-width: 1440px) {
  .adress-text {
    width: 75%;
  }
}
