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

section:nth-of-type(n + 3) {
  display: flex;
  justify-content: center;
  padding: 0;
}

.direct-treasure-wrapper-description h2,
.fixed-income-wrapper-description-h2,
.investment-funds-wrapper-description h2,
.variable-income-wrapper-description h2,
.real-estate-funds-wrapper-description h2 {
  color: #CA9E67;
  font-size: 25px;
}

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

.nav-list {
  cursor: pointer;
}

.ul li {
  list-style: none;
}

.ul p {
  margin-bottom: 0 !important;
}

section:not(.home-section) {
  height: calc(100vh - 135px);
  padding: 100px;
}

section:nth-child(odd) {
  background-color: #CA9E67;
}

section:nth-of-type(n + 3) {
  display: flex;
  padding: 100px 100px 100px 0;
}

section:nth-of-type(n + 3):nth-child(odd) {
  background-color: #CA9E67;
  padding: 100px 0 100px 100px;
}

.section-image {
  height: 100%;
  width: 50vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.section-image img {
  position: absolute;
  right: 0;
  height: 60vh;
  border-radius: 16px 0 0 16px;
  width: 40vw;
  object-position: center;
  object-fit: cover;
}

.section-image:nth-child(odd) img {
  border-radius: 0 16px 16px 0;
  left: 0;
}

.about-active {
  display: flex;
  max-height: 60vh;
  padding-bottom: 24px;
  flex-direction: column;
  gap: 32px;
  flex-grow: 0;
  justify-content: center;
}

.about-active h3 {
  margin-bottom: 13px;
}

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

.section-title {
  font-size: 25px;
  color: #CA9E67;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 24px;
}

section:nth-child(odd) .section-title {
  color: #ffffff;
}

.section-description {
  font-size: 18px;
  color: #4d5257;
  line-height: 120%;
  max-width: 741px;
  margin-bottom: 64px;
}

section:nth-child(odd) .section-description {
  color: #ffffff;
}

ul p {
  color: #4d5257;
  font-size: 18.2px;
}

section:nth-child(odd) ul p {
  color: #ffffff;
}

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

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

.home-section {
  background-image: url("./../../assets/investment_home_ilustration.webp");
  height: 100vh;
  background-repeat: no-repeat;
  background-position: cover;
  background-size: cover;
}

.home-introduction-text {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.home-introduction-text h1 {
  font-size: 35.28px;
  line-height: 43px;
  margin-bottom: 22px;
}

.home-introduction-text p {
  font-size: 18px;
  line-height: 22px;
  font-style: medium;
  margin-bottom: 50px;
  max-width: 500px;
}

.home-introduction-text .button-link {
  box-shadow: 5px 11px 29px -10px rgba(0, 0, 0, 0.25);
  width: 300px;
  height: 57px;
  border-radius: 40px;
  color: #fff;
  border: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #CA9E67;
}

.home-introduction-text .button-link:hover {
  filter: brightness(115%);
  transition: all 0.3s ease-in-out;
}

.real-estate-funds-section p {
  margin-bottom: 0;
}

.real-estate-funds-section .section-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fixed-income-wrapper-description {
  margin-bottom: 33px;
}

.fixed-income-wrapper-description-h3 {
  font-size: 22.9px;
  color: #CA9E67;
  font-weight: bold;
  line-height: 120%;
}

.fixed-income-wrapper-actives {
  display: flex;
  max-height: 60vh;
  padding-bottom: 24px;
  justify-content: space-between;
  gap: 24px;
  flex-grow: 0;
  flex-wrap: wrap;
}

.fixed-income-actives h4,
.investment-funds-about-active-details h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #CA9E67;
  margin-bottom: 13px;
  max-width: 466px;
}

.fixed-income-actives p {
  color: #4d5257;
  font-size: 18.2px;
  line-height: 120%;
  max-width: 780px;
  margin-bottom: 33px;
}

.fixed-income-wrapper-actives-flex {
  padding-left: 19px;
  border-left: 3px solid #CA9E67;
}

.fixed-income-line {
  position: absolute;
  left: 200px;
  height: 363px;
}

.fixed-income-line-two {
  position: absolute;
  left: 1087px;
  height: 343px;
}

.section-content-wrapper {
  width: 50vw;
}

.direct-treasure-section,
.variable-income-section {
  padding: 70px 40px;
  height: 472px;
}

.direct-treasure-wrapper-description h4,
.variable-income-wrapper-description h4 {
  font-size: 22.9px;
  color: #b8ccea;
  font-weight: bold;
  line-height: 120%;
}

.direct-treasure-about-active-details,
.variable-income-about-active-details {
  border-left: 3px solid #fff;
  padding-left: 15px;
}

.direct-treasure-about-active-details h3,
.variable-income-about-active-details h3 {
  font-size: 22.9px;
  font-weight: bold;
  line-height: 120%;
  color: #fff;
}

.variable-income-about-active-details:first-child {
  height: fit-content;
}

.investment-funds-section {
  padding: 70px 40px;
  height: 472px;
}

.investment-funds-wrapper-description h4 {
  font-size: 22.9px;
  color: #CA9E67;
  font-weight: bold;
  line-height: 120%;
}

.investment-funds-wrapper-flex {
  border-left: 3px solid #CA9E67;
  padding-left: 15px;
}

.real-estate-funds-wrapper-description:first-child {
  margin-bottom: 49px;
}

.real-estate-funds-wrapper-description h3 {
  font-size: 22.9px;
  color: #878787;
  font-weight: bold;
  line-height: 120%;
}

.real-estate-funds-wrapper-description p {
  font-size: 18.2px;
  color: #4d5257;
  line-height: 120%;
  max-width: 1500px;
}

.wrapper-input {
  width: 100vw;
}

.input-name {
  width: 813px;
  height: 46px;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 13px 47px;
  margin-bottom: 30px;
  color: #fff;
}

label {
  position: relative;
}

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

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

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

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

.contact-us-text {
  margin-bottom: 21px;
  color: #fff;
}

@media (max-width: 1827px)  {
  section:not(.home-section) {
    height: unset;
  }

  .section-image {
    height: unset;
  }

  .section-image img {
    height: 40vh;
  }

  .fixed-income-wrapper-actives-flex {
    max-width: 39vw;
  }
}

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

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

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

@media (max-width: 1366px) {
  section:not(.home-section) {
    height: unset;
  }

  section:nth-of-type(n + 3) {
    align-items: center;
  }

  .fixed-income-wrapper-actives, .about-active {
    max-height: unset;
  }

  .fixed-income-wrapper-actives-flex {
    max-width: 40vw;
    flex-wrap: wrap;
  }
}

@media (max-width: 505px) {
  .about-active {
    max-height: unset;
  }
}

@media (max-width: 1250px) {

  .fixed-income-section,
  .investment-funds-section,
  .real-estate-funds-section {
    margin-top: unset;
    padding: 0 40px;
    margin-bottom: 0;
  }

  .variable-income-section {
    padding-top: 50px;
  }

  .fixed-income-wrapper-actives-flex {
    margin-bottom: -5px;
    padding-left: 15px;
  }

  .fixed-income-active-lasted-p {
    margin: 0 !important;
  }

  .direct-treasure-section,
  .variable-income-section {
    padding: 70px 50px;
  }

  input,
  .mail-icon,
  .user-icon,
  .contact-us-text,
  .button-footer {
    display: none;
  }
}

@media (max-width: 1198px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 1044px) {
  .home-introduction-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 119px 40px;
    justify-content: flex-start;
  }

  section:nth-child(odd) ul p {
    font-size: 18px;
    line-height: 120%;
    max-width: 741px;
    margin-bottom: 32px;
  }

  .direct-treasure-about-active-details h3,
  .fixed-income-actives h4,
  .investment-funds-about-active-details h3,
  .variable-income-about-active-details h3 {
    color: #ffffff;
    font-size: 15.2px;
  }

  .home-introduction-text .button-link {
    width: 165px;
    height: 31px;
    border-radius: 40px;
    font-size: 10px;
    line-height: 22px;
    font-weight: bold;
  }

  .home-introduction-text h1 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    max-width: 150px;
  }

  .home-introduction-text p {
    font-size: 18px;
    color: #4d5257;
    line-height: 120%;
    max-width: 741px;
    margin-bottom: 32px;
  }

  .home-introduction-text button {
    width: 165px;
    height: 31px;
    border-radius: 40px;
    font-size: 10px;
    line-height: 22px;
    font-weight: bold;
  }

  .home-section {
    height: 524px;
  }

  .direct-treasure-section,
  .variable-income-section {
    background-color: #fff;
  }

  .direct-treasure-wrapper-description h4,
  .fixed-income-wrapper-description-h3,
  .investment-funds-wrapper-description h4,
  .variable-income-wrapper-description h4,
  .real-estate-funds-wrapper-description h3 {
    color: #CA9E67;
    font-size: 12px;
  }

  .direct-treasure-wrapper-description h2,
  .fixed-income-wrapper-description-h2,
  .investment-funds-wrapper-description h2,
  .variable-income-wrapper-description h2,
  .real-estate-funds-wrapper-description h2 {
    color: #CA9E67;
    font-size: 20px;
  }

  p {
    min-width: fit-content !important;
  }

  .direct-treasure-wrapper-description p,
  .fixed-income-actives p,
  .fixed-income-wrapper-description-p,
  .investment-funds-about-active-details p,
  .investment-funds-wrapper-description p,
  .variable-income-wrapper-description p,
  .real-estate-funds-wrapper-description p {
    font-size: 18px;
    color: #4d5257;
    line-height: 120%;
    max-width: 741px;
    margin-bottom: 32px;
  }

  .direct-treasure-about-active-details h3,
  .fixed-income-actives h4,
  .investment-funds-about-active-details h3,
  .variable-income-about-active-details h3 {
    font-size: 15.2px;
  }

  .direct-treasure-about-active-details p,
  .variable-income-wrapper-description p,
  .variable-income-about-active-details p {
    font-size: 14px;
  }

  .direct-treasure-section,
  .investment-funds-section,
  .variable-income-section {
    padding: 0 40px;
    height: fit-content;
  }

  .direct-treasure-wrapper-description p,
  .variable-income-about-active-details p {
    margin: 5px 0 20px 0;
  }

  .investment-funds-about-active-details p {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .real-estate-funds-wrapper-description:first-child {
    margin-bottom: 30px;
  }

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

@media (max-width: 890px) {
  .section-image img {
    position: absolute;
    right: 0;
    height: 40vh;
    border-radius: 16px 0 0 16px;
    width: 40vw;
    object-position: center;
    object-fit: cover;
  }

  .fixed-income-wrapper-actives {
    max-height: unset;
    width: 100%;
    flex-direction: column;
  }

  section:nth-of-type(n + 3) {
    display: flex;
    justify-content: center;
    height: unset;
  }

  .fixed-income-wrapper-actives-flex {
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 820px) {
  section:not(.home-section) {
    padding: 40px 40px 25px 40px;
  }

  section:nth-of-type(n + 3) {
    display: flex;
    padding: 100px 40px 100px 0;
  }

  section:nth-of-type(n + 3):nth-child(odd) {
    background-color: #CA9E67;
    padding: 100px 0 100px 40px;
  }
}

@media (max-width: 750px) {
  section:not(.home-section) {
    height: unset;
  }

  section:nth-of-type(n + 3) {
    display: flex;
    justify-content: center;
    padding: 50px 40px 25px;
    height: unset;
  }

  section:nth-of-type(n + 3):nth-child(odd) {
    background-color: #CA9E67;
    padding-block: 25px 0;
    padding-inline: 40px;
  }

  section:nth-child(odd) .section-title {
    font-size: 25px;
    color: #CA9E67;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 24px;
  }

  .direct-treasure-about-active-details h3,
  .fixed-income-actives h4,
  .investment-funds-about-active-details h3,
  .variable-income-about-active-details h3 {
    color: #CA9E67;
  }

  .direct-treasure-about-active-details h3,
  .variable-income-about-active-details h3 {
    font-size: 22.9px;
    font-weight: bold;
    line-height: 120%;
    color: #CA9E67;
  }

  section:nth-child(odd) .section-description {
    font-size: 18px;
    color: #4d5257;
    line-height: 120%;
    max-width: 741px;
    margin-bottom: 32px;
  }

  section:nth-child(odd) ul p {
    color: #4d5257;
    font-size: 18px;
  }

  section:nth-child(odd) {
    background-color: #ffffff !important;
  }

  .section-content-wrapper {
    width: 100vw;
  }

  .section-image {
    display: none;
  }

  .section-description {
    font-size: 18px;
    color: #4d5257;
    line-height: 120%;
    max-width: 741px;
    margin-bottom: 32px;
  }

  .fixed-income-section,
  .investment-funds-section,
  .real-estate-funds-section {
    margin-top: unset;
    padding: 0 40px;
  }

  .direct-treasure-wrapper-description h2,
  .fixed-income-wrapper-description-h2,
  .investment-funds-wrapper-description h2,
  .variable-income-wrapper-description h2,
  .real-estate-funds-wrapper-description h2 {
    color: #CA9E67;
    font-size: 25px;
  }

  .direct-treasure-about-active-details,
  .variable-income-about-active-details {
    background-image: none;
    border-left: 3px solid #CA9E67;
  }
}