* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  margin: 0;
}

.banner {
  height: 100vh;
  background-size: cover !important;
  background-position: top !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5%;
}
.banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, black -20%, transparent);
}
.banner .container {
  position: relative;
  color: white;
  max-width: 90%;
}
.banner .container .title {
  font-weight: 200;
  width: 50%;
  margin-bottom: 2%;
  font-size: 30px;
  line-height: 125%;
}
.banner .container .texto {
  width: 40%;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 2%;
}
.banner .container .cifrao {
  position: absolute;
  bottom: 10%;
  font-size: 35px;
  color: #DB251D;
  font-weight: 600;
  right: 37%;
  width: 10vh;
  height: 10vh;
  fill: rgba(63, 63, 63, 0.5);
  stroke-width: 1px;
  stroke: rgba(177, 177, 177, 0.3);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(77, 77, 77, 0.368627451);
  border-radius: 50%;
  border: 1px solid rgba(177, 177, 177, 0.3);
}
.banner .container .cifrao2 {
  position: absolute;
  top: 35%;
  font-size: 35px;
  color: #DB251D;
  font-weight: 600;
  right: 17%;
  width: 10vh;
  height: 10vh;
  fill: rgba(63, 63, 63, 0.5);
  stroke-width: 1px;
  stroke: rgba(177, 177, 177, 0.3);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(77, 77, 77, 0.51);
  border-radius: 50%;
  border: 1px solid rgba(177, 177, 177, 0.3);
}
.banner .container .frase-efeito1 {
  position: absolute;
  bottom: 50%;
  font-size: 18px;
  color: white;
  font-weight: 300;
  right: 26%;
  fill: rgba(63, 63, 63, 0.5);
  backdrop-filter: blur(10px);
  background: rgba(121, 121, 121, 0);
  border: 1px solid rgba(177, 177, 177, 0.3);
  padding: 1.5vh 4vh;
  border-radius: 50px;
  overflow: hidden;
}
.banner .container .frase-efeito1 span {
  font-weight: 700;
  color: #ff6300;
}
.banner .container .frase-efeito {
  position: absolute;
  bottom: 65%;
  font-size: 18px;
  color: white;
  font-weight: 300;
  right: 8%;
  fill: rgba(63, 63, 63, 0.5);
  backdrop-filter: blur(10px);
  background: rgba(121, 121, 121, 0);
  border: 1px solid rgba(177, 177, 177, 0.3);
  padding: 1.5vh 4vh;
  border-radius: 50px;
  overflow: hidden;
}
.banner .container .frase-efeito span {
  font-weight: 700;
  color: #BF9341;
}
.banner .container .rentabilidade {
  position: absolute;
  bottom: 50%;
  font-size: 18px;
  color: white;
  font-weight: 300;
  right: 2%;
  fill: rgba(63, 63, 63, 0.5);
  backdrop-filter: blur(10px);
  background: rgba(74, 74, 74, 0.43);
  border: 1px solid rgba(177, 177, 177, 0.3);
  padding: 1.5vh 4vh;
  border-radius: 50px;
  overflow: hidden;
}
.banner .container .rentabilidade span {
  font-weight: 700;
  color: #ff6300;
}
.banner .container .botao button {
  background: #BF9341;
  padding: 1.5vh 3vh;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid #BF9341;
  transition: 0.5s;
}
.banner .container .botao button:hover {
  color: white;
  background: #d15b35;
  border-color: #d15b35;
}
.banner .container .content-botoes {
  width: 60%;
}
.banner .container .content-botoes .botoes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2%;
  align-items: center;
}
.banner .container .content-botoes .botoes .botao {
  width: 33.33%;
  padding-right: 1%;
  margin-bottom: 1%;
}
.banner .container .content-botoes .botoes .botao button {
  width: 100%;
}

.menu {
  background: rgba(0, 0, 0, 0.6588235294);
  color: white;
  backdrop-filter: blur(13px);
}
.menu .container {
  max-width: 90%;
}
.menu .container svg {
  width: 40%;
}
.menu .container .collapse {
  justify-content: flex-end;
}
.menu .container ul li a {
  font-weight: 300;
  color: white;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 0.3px;
}
.menu .container ul li a:hover {
  color: #BF9341;
  text-decoration: none;
}

.investor-cards {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: radial-gradient(circle at top left, rgba(209, 91, 53, 0.18), transparent 35%), radial-gradient(circle at bottom right, rgba(191, 147, 65, 0.08), transparent 35%), linear-gradient(135deg, #060606 0%, #0d0d0d 45%, #111111 100%);
}
.investor-cards::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(209, 91, 53, 0.12), transparent 28%), radial-gradient(circle at 85% 80%, rgba(191, 147, 65, 0.05), transparent 30%);
  pointer-events: none;
}
.investor-cards::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 30%);
  pointer-events: none;
}
.investor-cards .container {
  position: relative;
  z-index: 2;
  max-width: 95%;
}
.investor-cards .botoes {
  display: flex;
  margin-top: 4%;
  justify-content: center;
}
.investor-cards .botoes .botao {
  margin: 0 1vh;
}
.investor-cards__subtitle {
  display: inline-block;
  margin-bottom: 12px;
  background: #d15b35;
  color: white;
  padding: 2vh 4vh;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.investor-cards__title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}
.investor-cards .investor-card {
  position: relative;
  height: 100%;
  padding: 40px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(191, 147, 65, 0.15);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(22px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: all 0.45s ease;
  opacity: 0;
  transform: translateY(45px);
}
.investor-cards .investor-card.show {
  opacity: 1;
  transform: translateY(0);
}
.investor-cards .investor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(209, 91, 53, 0.18), rgba(191, 147, 65, 0.06) 45%, transparent 70%);
  opacity: 0;
  transition: 0.4s;
}
.investor-cards .investor-card::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, #d15b35, #BF9341);
  border-radius: 20px;
}
.investor-cards .investor-card:hover {
  transform: translateY(-10px);
  border-color: rgba(191, 147, 65, 0.55);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.55), 0 0 40px rgba(209, 91, 53, 0.12);
}
.investor-cards .investor-card:hover::before {
  opacity: 1;
}
.investor-cards .investor-card:hover .investor-card__icon {
  background: #BF9341;
  color: #111;
  transform: translateY(-6px) rotate(-8deg) scale(1.08);
  box-shadow: 0 0 30px rgba(191, 147, 65, 0.35);
}
.investor-cards .investor-card__icon {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: rgba(191, 147, 65, 0.1);
  border: 1px solid rgba(191, 147, 65, 0.15);
  color: #BF9341;
  font-size: 28px;
  transition: 0.35s ease;
}
.investor-cards .investor-card h3 {
  position: relative;
  z-index: 2;
  margin: 28px 0 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.investor-cards .investor-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .investor-cards {
    padding: 90px 0;
  }
  .investor-cards__title {
    font-size: 2.5rem;
  }
  .investor-cards .investor-card {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .investor-cards {
    padding: 70px 0;
  }
  .investor-cards__title {
    font-size: 2rem;
  }
  .investor-cards .investor-card {
    padding: 30px;
  }
  .investor-cards .investor-card h3 {
    font-size: 1.4rem;
  }
  .investor-cards .investor-card__icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}
.investor-cards .botao {
  margin-top: 5%;
  display: flex;
  justify-content: center;
}
.investor-cards .botao button {
  background: #BF9341;
  padding: 2vh 4vh;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #BF9341;
  transition: 0.5s;
}
.investor-cards .botao button:hover {
  color: white;
  background: #d15b35;
  border-color: #d15b35;
}

.investment-locations {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(221, 0, 0, 0.14), transparent 32%), linear-gradient(135deg, #f3f3f3 0%, #f3f3f3 50%, #f3f3f3 100%);
}
.investment-locations__subtitle {
  display: inline-block;
  margin-bottom: 12px;
  color: #d15b35;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.investment-locations__title {
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.08;
}
.investment-locations__text {
  max-width: 620px;
  margin: 0 auto;
  color: black;
  font-size: 1.05rem;
  line-height: 1.7;
}
.investment-locations__carousel {
  margin: 0 -12px;
}
.investment-locations__carousel .slick-list {
  overflow: visible;
}
.investment-locations__carousel .slick-slide {
  padding: 0 12px;
}
.investment-locations__carousel .slick-track {
  display: flex;
}
.investment-locations__carousel .slick-dots {
  margin-top: 3%;
  display: flex;
  justify-content: center;
}
.investment-locations__carousel .slick-dots li {
  margin: 0 1vh;
  width: auto;
  font-size: 0px !important;
  height: auto;
}
.investment-locations__carousel .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid black;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.investment-locations__carousel .slick-dots li button::before {
  display: none;
}
.investment-locations__carousel .slick-dots li.slick-active button {
  width: 28px;
  border-radius: 20px;
  background: #BF9341;
}
.investment-locations__carousel .slick-arrow {
  z-index: 5;
  width: 70px;
  bottom: 50%;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(209, 91, 53, 0.22);
  backdrop-filter: blur(14px);
  transition: 0.3s ease;
}
.investment-locations__carousel .slick-arrow:hover {
  background: #d15b35;
}
.investment-locations__carousel .slick-arrow::before {
  color: #fff;
  font-size: 0px;
  opacity: 1;
}
.investment-locations__carousel .slick-arrow:hover::before {
  color: #111;
}
.investment-locations__carousel .slick-prev {
  left: -12px;
}
.investment-locations__carousel .slick-next {
  right: -12px;
  left: inherit;
}
.investment-locations .investment-location-card {
  position: relative;
  height: 75vh;
  border-radius: 30px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(191, 147, 65, 0.16);
  transition: 0.45s ease;
  margin: 0 10px;
}
.investment-locations .investment-location-card:hover {
  transform: translateY(-10px);
  border-color: rgba(191, 147, 65, 0.55);
}
.investment-locations .investment-location-card:hover img {
  transform: scale(1.14);
}
.investment-locations .investment-location-card:hover::after {
  opacity: 1;
}
.investment-locations .investment-location-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.92) 100%);
}
.investment-locations .investment-location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(135deg, rgba(209, 91, 53, 0.18), transparent 45%, rgba(209, 91, 53, 0.1));
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.investment-locations .investment-location-card .partir {
  position: absolute;
  top: 13%;
  color: white;
  left: 3%;
  z-index: 1050;
  background: #d15b35;
  width: fit-content;
  padding: 1vh 2vh;
  font-size: 10px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.investment-locations .investment-location-card .partir span {
  font-size: 14px;
  font-weight: 600;
}
.investment-locations .investment-location-card .bairro {
  position: absolute;
  top: 3%;
  color: white;
  left: 3%;
  z-index: 1050;
  background: #191816;
  width: fit-content;
  padding: 1vh 2vh;
  font-size: 13px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.investment-locations .investment-location-card__image {
  width: 100%;
  height: 100%;
}
.investment-locations .investment-location-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.65s ease;
  transform: scale(1.1);
}
.investment-locations .investment-location-card__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 4;
}
.investment-locations .investment-location-card__content h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.15;
}
.investment-locations .investment-location-card__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.98rem;
  line-height: 1.6;
}
.investment-locations .investment-location-card__content p.down a{
  color: #d15b35;
}
@media (max-width: 991px) {
  .investment-locations {
    padding: 90px 0;
  }
  .investment-locations .investment-location-card {
    height: 390px;
  }
}
@media (max-width: 767px) {
  .investment-locations {
    padding: 70px 0;
  }
  .investment-locations__carousel {
    margin: 0 -8px;
  }
  .investment-locations__carousel .slick-slide {
    padding: 0 8px;
  }
  .investment-locations__carousel .slick-arrow {
    display: none !important;
  }
  .investment-locations .investment-location-card {
    height: 360px;
    border-radius: 24px;
  }
  .investment-locations .investment-location-card__content {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }
}
.investment-locations .botao {
  margin-top: 5%;
  display: flex;
  justify-content: center;
}
.investment-locations .botao button {
  background: #BF9341;
  padding: 1.6vh 3vh;
  font-weight: 400;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #BF9341;
  transition: 0.5s;
}
.investment-locations .botao button:hover {
  color: black;
  background: #d15b35;
  border-color: #d15b35;
}

.investment-locations .botao2{
    margin-top: 5%;
  display: flex;
  justify-content: center;
}

.investment-locations .botao2 button {
  background: transparent;
  padding: 1vh 3vh;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  border: 1px solid #fff;
  transition: 0.5s;
}
.investment-locations .botao2 button:hover {
  color: #d15b35;
  background: transparent;
  border-color: #d15b35;
}

.ape-numbers {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(191, 147, 65, 0.12), transparent 34%), linear-gradient(135deg, #050505 0%, #111 55%, #070707 100%);
}
.ape-numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.35;
}
.ape-numbers .container {
  position: relative;
  z-index: 2;
  max-width: 90%;
}
.ape-numbers__subtitle {
  display: inline-block;
  margin-bottom: 14px;
  color: #BF9341;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ape-numbers__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.08;
}
.ape-numbers .ape-number-card {
  position: relative;
  height: 100%;
  min-height: 240px;
  padding: 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(191, 147, 65, 0.16);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  transition: 0.45s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ape-numbers .ape-number-card::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 32px;
  width: 54px;
  height: 3px;
  border-radius: 20px;
  background: linear-gradient(90deg, #d15b35, #BF9341);
}
.ape-numbers .ape-number-card:hover {
  transform: translateY(-10px);
  border-color: rgba(191, 147, 65, 0.55);
  box-shadow: 0 40px 95px rgba(0, 0, 0, 0.5), 0 0 40px rgba(209, 91, 53, 0.12);
}
.ape-numbers .ape-number-card > strong {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 24px;
  color: #BF9341;
  font-size: clamp(2.9rem, 4vw, 4.2rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -2px;
}
.ape-numbers .ape-number-card > strong span {
  display: block;
}
.ape-numbers .ape-number-card > strong small {
  font-size: 0.45em;
  line-height: 1;
  margin-left: 2px;
  font-weight: 700;
}
.ape-numbers .ape-number-card p {
  max-width: 220px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.55;
}
.ape-numbers .ape-number-card p strong {
  display: block;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .ape-numbers {
    padding: 90px 0;
  }
  .ape-numbers .ape-number-card {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .ape-numbers {
    padding: 70px 0;
  }
  .ape-numbers .ape-number-card {
    min-height: 210px;
    padding: 28px;
  }
  .ape-numbers .ape-number-card > strong {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
  }
}

.ape-performance-bars {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(191, 147, 65, 0.18), transparent 32%), radial-gradient(circle at bottom right, rgba(209, 91, 53, 0.08), transparent 34%), #f7f4ef;
}
.ape-performance-bars .container {
  max-width: 90%;
}
.ape-performance-bars__subtitle {
  display: inline-block;
  margin-bottom: 14px;
  color: #d15b35;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ape-performance-bars__title {
  margin: 0;
  color: #111;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.08;
}
.ape-performance-bars .ape-bar-card {
  height: 100%;
  min-height: 280px;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.45s ease;
}
.ape-performance-bars .ape-bar-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 38px 95px rgba(0, 0, 0, 0.15);
}
.ape-performance-bars .ape-bar-card strong {
  margin-bottom: 14px;
  color: #111;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -2px;
}
.ape-performance-bars .ape-bar-card p {
  margin: 0 0 30px;
  color: rgba(17, 17, 17, 0.65);
  font-size: 1rem;
  line-height: 1.5;
}
.ape-performance-bars .ape-bar {
  width: 100%;
  height: 12px;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.08);
}
.ape-performance-bars .ape-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d15b35, #BF9341);
  transition: width 1.7s ease;
}
@media (max-width: 991px) {
  .ape-performance-bars {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .ape-performance-bars {
    padding: 70px 0;
  }
  .ape-performance-bars .ape-bar-card {
    min-height: 230px;
    padding: 28px;
  }
}
.ape-performance-bars .botao {
  margin-top: 5%;
  display: flex;
  justify-content: center;
}
.ape-performance-bars .botao button {
  background: black;
  padding: 2vh 4vh;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid black;
  transition: 0.5s;
}
.ape-performance-bars .botao button:hover {
  color: black;
  background: #BF9341;
  border-color: #BF9341;
}

.ape-contact {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(209, 91, 53, 0.14), transparent 34%), radial-gradient(circle at bottom right, rgba(191, 147, 65, 0.1), transparent 36%), linear-gradient(135deg, #060606 0%, #111 55%, #080808 100%);
}
.ape-contact .container {
  position: relative;
  z-index: 2;
  max-width: 90%;
}
.ape-contact__subtitle {
  display: inline-block;
  margin-bottom: 14px;
  color: #BF9341;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ape-contact__title {
  max-width: 620px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1.5px;
}
.ape-contact__text {
  max-width: 560px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.75;
}
.ape-contact__features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.ape-contact__features div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(191, 147, 65, 0.14);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 500;
}
.ape-contact__features div i {
  color: #BF9341;
  font-size: 15px;
}
.ape-contact__form {
  position: relative;
  padding: 42px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(191, 147, 65, 0.18);
  backdrop-filter: blur(22px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ape-contact__form::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  width: 80px;
  height: 3px;
  border-radius: 30px;
  background: linear-gradient(90deg, #d15b35, #BF9341);
}
.ape-contact__form h3 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}
.ape-contact__form .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ape-contact__form .wpcf7 .campo {
  width: 100%;
}
.ape-contact__form .wpcf7 .campo p {
  margin: 0;
}
.ape-contact__form .wpcf7 input:not([type=submit]),
.ape-contact__form .wpcf7 textarea,
.ape-contact__form .wpcf7 select {
  width: 100%;
  height: 58px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: 0.3s ease;
}
.ape-contact__form .wpcf7 input:not([type=submit])::placeholder,
.ape-contact__form .wpcf7 textarea::placeholder,
.ape-contact__form .wpcf7 select::placeholder {
  color: rgba(255, 255, 255, 0.48);
}
.ape-contact__form .wpcf7 input:not([type=submit]):focus,
.ape-contact__form .wpcf7 textarea:focus,
.ape-contact__form .wpcf7 select:focus {
  border-color: rgba(191, 147, 65, 0.65);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 0 4px rgba(191, 147, 65, 0.1);
}
.ape-contact__form .wpcf7 input[type=submit] {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(90deg, #d15b35, #BF9341);
  color: #111;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.35s ease;
}
.ape-contact__form .wpcf7 input[type=submit]:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(191, 147, 65, 0.22);
}
.ape-contact__form .wpcf7 .wpcf7-spinner {
  margin: 14px auto 0;
  display: block;
}
.ape-contact__form .wpcf7 .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  color: #fff;
  font-size: 0.92rem;
}
.ape-contact__form .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #ffb4b4;
  font-size: 0.85rem;
}
@media (max-width: 991px) {
  .ape-contact {
    padding: 90px 0;
  }
  .ape-contact__title {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ape-contact {
    padding: 70px 0;
  }
  .ape-contact__features {
    flex-direction: column;
    align-items: flex-start;
  }
  .ape-contact__form {
    padding: 30px 24px;
    border-radius: 26px;
  }
  .ape-contact__form::before {
    left: 24px;
  }
  .ape-contact__form h3 {
    font-size: 1.45rem;
  }
}

.ape-blog {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: radial-gradient(circle at top right, rgba(191, 147, 65, 0.12), transparent 32%), radial-gradient(circle at bottom left, rgba(209, 91, 53, 0.08), transparent 36%), #f7f4ef;
}
.ape-blog .container {
  position: relative;
  z-index: 2;
  max-width: 90%;
}
.ape-blog__subtitle {
  display: inline-block;
  margin-bottom: 14px;
  color: #d15b35;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ape-blog__title {
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.08;
}
.ape-blog__text {
  max-width: 700px;
  margin: auto;
  color: rgba(17, 17, 17, 0.65);
  font-size: 1.05rem;
  line-height: 1.8;
}
.ape-blog .ape-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: 0.45s ease;
}
.ape-blog .ape-blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.12);
}
.ape-blog .ape-blog-card:hover .ape-blog-card__image {
  transform: scale(1.03);
}
.ape-blog .ape-blog-card:hover .ape-blog-card__image:before {
  opacity: 0.75;
}
.ape-blog .ape-blog-card:hover .ape-blog-card__link i {
  transform: translateX(6px);
}
.ape-blog .ape-blog-card__image {
  position: relative;
  height: 260px;
  background-size: cover;
  background-position: center;
  transition: 0.7s ease;
}
.ape-blog .ape-blog-card__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.65));
  transition: 0.35s;
}
.ape-blog .ape-blog-card__category {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 8px 16px;
  border-radius: 30px;
  background: #BF9341;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.ape-blog .ape-blog-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
}
.ape-blog .ape-blog-card__meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.ape-blog .ape-blog-card__meta span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(17, 17, 17, 0.55);
  font-size: 0.85rem;
}
.ape-blog .ape-blog-card__meta span i {
  color: #d15b35;
}
.ape-blog .ape-blog-card h3 {
  margin: 0 0 18px;
  color: #111;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  transition: 0.3s;
}
.ape-blog .ape-blog-card p {
  flex: 1;
  margin: 0 0 24px;
  color: rgba(17, 17, 17, 0.65);
  line-height: 1.75;
}
.ape-blog .ape-blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #d15b35;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ape-blog .ape-blog-card__link i {
  transition: 0.3s;
}
.ape-blog__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 40px;
  background: linear-gradient(90deg, #d15b35, #BF9341);
  color: #111;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.35s;
}
.ape-blog__button i {
  transition: 0.3s;
}
.ape-blog__button:hover {
  color: #111;
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(191, 147, 65, 0.3);
}
.ape-blog__button:hover i {
  transform: translateX(6px);
}
@media (max-width: 991px) {
  .ape-blog {
    padding: 90px 0;
  }
  .ape-blog .ape-blog-card__image {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .ape-blog {
    padding: 70px 0;
  }
  .ape-blog .ape-blog-card {
    border-radius: 24px;
  }
  .ape-blog .ape-blog-card__image {
    height: 220px;
  }
  .ape-blog .ape-blog-card__content {
    padding: 24px;
  }
  .ape-blog .ape-blog-card h3 {
    font-size: 1.35rem;
  }
}

.blog-index {
  background: #f7f4ef;
}
.blog-index .container {
  max-width: 90%;
}
.blog-index__hero {
  padding: 110px 0 80px;
  background: radial-gradient(circle at top right, rgba(191, 147, 65, 0.12), transparent 34%), radial-gradient(circle at bottom left, rgba(209, 91, 53, 0.08), transparent 36%), #f7f4ef;
}
.blog-index__subtitle {
  display: inline-block;
  margin-bottom: 14px;
  color: #d15b35;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.blog-index__title {
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.05;
}
.blog-index__text {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.65);
  font-size: 1.08rem;
  line-height: 1.75;
}
.blog-index__posts {
  padding: 40px 0 110px;
}
.blog-index .blog-index-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: 0.45s ease;
}
.blog-index .blog-index-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.12);
}
.blog-index .blog-index-card:hover .blog-index-card__image {
  transform: scale(1.03);
}
.blog-index .blog-index-card:hover .blog-index-card__image::before {
  opacity: 0.75;
}
.blog-index .blog-index-card:hover .blog-index-card__link i {
  transform: translateX(6px);
}
.blog-index .blog-index-card__image {
  position: relative;
  height: 260px;
  background-size: cover;
  background-position: center;
  transition: 0.7s ease;
}
.blog-index .blog-index-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.65));
  transition: 0.35s;
}
.blog-index .blog-index-card__category {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 8px 16px;
  border-radius: 30px;
  background: #BF9341;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.blog-index .blog-index-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
}
.blog-index .blog-index-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}
.blog-index .blog-index-card__meta span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(17, 17, 17, 0.55);
  font-size: 0.85rem;
}
.blog-index .blog-index-card__meta span i {
  color: #d15b35;
}
.blog-index .blog-index-card h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}
.blog-index .blog-index-card p {
  flex: 1;
  margin: 0 0 24px;
  color: rgba(17, 17, 17, 0.65);
  line-height: 1.75;
}
.blog-index .blog-index-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #d15b35;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-index .blog-index-card__link i {
  transition: 0.3s;
}
.blog-index__pagination {
  margin-top: 60px;
  text-align: center;
}
.blog-index__pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-index__pagination .page-numbers {
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  border-radius: 50px;
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}
.blog-index__pagination .page-numbers:hover, .blog-index__pagination .page-numbers.current {
  background: linear-gradient(90deg, #d15b35, #BF9341);
  color: #111;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(191, 147, 65, 0.22);
}
@media (max-width: 991px) {
  .blog-index__hero {
    padding: 90px 0 60px;
  }
  .blog-index__posts {
    padding: 30px 0 90px;
  }
}
@media (max-width: 767px) {
  .blog-index__hero {
    padding: 70px 0 50px;
  }
  .blog-index__posts {
    padding: 20px 0 70px;
  }
  .blog-index .blog-index-card {
    border-radius: 24px;
  }
  .blog-index .blog-index-card__image {
    height: 220px;
  }
  .blog-index .blog-index-card__content {
    padding: 24px;
  }
  .blog-index .blog-index-card h2 {
    font-size: 1.35rem;
  }
}

.single-post-page {
  background: #f7f4ef;
}

.single-post-hero {
  position: relative;
  padding: 110px 0 60px;
  background: radial-gradient(circle at top right, rgba(191, 147, 65, 0.12), transparent 34%), radial-gradient(circle at bottom left, rgba(209, 91, 53, 0.08), transparent 36%), #f7f4ef;
}
.single-post-hero__category {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 18px;
  border-radius: 40px;
  background: #BF9341;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.single-post-hero__title {
  margin: 0 auto 24px;
  color: #111;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1.5px;
}
.single-post-hero__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.single-post-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.95rem;
}
.single-post-hero__meta span i {
  color: #d15b35;
}

.single-post-content {
  padding: 0 0 110px;
}
.single-post-content__image {
  width: 100%;
  height: 520px;
  margin-bottom: 70px;
  border-radius: 34px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.14);
}
.single-post-content__article {
  color: rgba(17, 17, 17, 0.78);
  font-size: 1.08rem;
  line-height: 1.9;
}
.single-post-content__article h2,
.single-post-content__article h3,
.single-post-content__article h4 {
  color: #111;
  font-weight: 600;
  line-height: 1.2;
  margin: 46px 0 18px;
}
.single-post-content__article h2 {
  font-size: 2.1rem;
}
.single-post-content__article h3 {
  font-size: 1.65rem;
}
.single-post-content__article p {
  margin: 0 0 24px;
}
.single-post-content__article a {
  color: #d15b35;
  font-weight: 600;
  text-decoration: none;
}
.single-post-content__article a:hover {
  color: #BF9341;
}
.single-post-content__article img {
  max-width: 100%;
  height: auto;
  margin: 34px 0;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}
.single-post-content__article blockquote {
  margin: 40px 0;
  padding: 28px 32px;
  border-left: 4px solid #BF9341;
  border-radius: 20px;
  background: #fff;
  color: #111;
  font-size: 1.25rem;
  line-height: 1.6;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}
.single-post-content__article ul,
.single-post-content__article ol {
  margin: 0 0 28px;
  padding-left: 24px;
}
.single-post-content__article ul li,
.single-post-content__article ol li {
  margin-bottom: 10px;
}
.single-post-content__footer {
  margin-top: 60px;
  padding-top: 34px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.single-post-content__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 40px;
  background: linear-gradient(90deg, #d15b35, #BF9341);
  color: #111;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.35s ease;
}
.single-post-content__back:hover {
  color: #111;
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(191, 147, 65, 0.28);
}
@media (max-width: 991px) {
  .single-post-content {
    padding-bottom: 90px;
  }
  .single-post-content__image {
    height: 420px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .single-post-content {
    padding-bottom: 70px;
  }
  .single-post-content__image {
    height: 280px;
    margin-bottom: 40px;
    border-radius: 24px;
  }
  .single-post-content__article {
    font-size: 1rem;
  }
  .single-post-content__article h2 {
    font-size: 1.7rem;
  }
  .single-post-content__article h3 {
    font-size: 1.4rem;
  }
}

.ape-journey {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background: radial-gradient(circle at 15% 20%, rgba(209, 91, 53, 0.22), transparent 28%), radial-gradient(circle at 85% 70%, rgba(191, 147, 65, 0.18), transparent 30%), linear-gradient(135deg, #030303 0%, #0d0d0d 45%, #16110b 100%);
}
.ape-journey::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
  opacity: 0.45;
}
.ape-journey::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.06) 45%, transparent 60%);
  transform: translateX(-100%);
  animation: journeyLightSweep 7s ease-in-out infinite;
  pointer-events: none;
}
.ape-journey__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 147, 65, 0.18), transparent 68%);
  filter: blur(20px);
  animation: journeyGlowPulse 4s ease-in-out infinite;
  pointer-events: none;
}
.ape-journey .container {
  position: relative;
  z-index: 3;
}
.ape-journey__subtitle {
  display: inline-block;
  margin-bottom: 16px;
  color: #BF9341;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ape-journey__title {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -1.5px;
  text-shadow: 0 0 32px rgba(191, 147, 65, 0.16);
}
.ape-journey__text {
  max-width: 850px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.12rem;
  line-height: 1.8;
}
.ape-journey__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 75px;
}
.ape-journey__timeline::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 58px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(209, 91, 53, 0.65), rgba(191, 147, 65, 0.95), rgba(209, 91, 53, 0.65), transparent);
  box-shadow: 0 0 28px rgba(191, 147, 65, 0.45);
}
.ape-journey .ape-journey-card {
  position: relative;
  min-height: 390px;
  padding: 42px 34px 36px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(191, 147, 65, 0.2);
  backdrop-filter: blur(24px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: 0.5s ease;
}
.ape-journey .ape-journey-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at top left, rgba(209, 91, 53, 0.22), transparent 36%), radial-gradient(circle at bottom right, rgba(191, 147, 65, 0.18), transparent 34%);
  opacity: 0;
  transition: 0.45s ease;
}
.ape-journey .ape-journey-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.13) 45%, transparent 60%);
  transform: translateX(-120%);
  transition: 0.7s ease;
}
.ape-journey .ape-journey-card:hover {
  transform: translateY(-14px);
  border-color: rgba(191, 147, 65, 0.55);
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.52), 0 0 55px rgba(209, 91, 53, 0.18), 0 0 40px rgba(191, 147, 65, 0.12);
}
.ape-journey .ape-journey-card:hover::before {
  opacity: 1;
}
.ape-journey .ape-journey-card:hover::after {
  transform: translateX(120%);
}
.ape-journey .ape-journey-card:hover .ape-journey-card__icon {
  background: #BF9341;
  color: #111;
  transform: translateY(-8px) scale(1.08);
  box-shadow: 0 0 36px rgba(191, 147, 65, 0.36);
}
.ape-journey .ape-journey-card:hover .ape-journey-card__number {
  color: rgba(191, 147, 65, 0.18);
}
.ape-journey .ape-journey-card__number {
  position: absolute;
  right: 26px;
  top: 18px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.07);
  font-size: 6.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -5px;
  transition: 0.4s ease;
}
.ape-journey .ape-journey-card__icon {
  position: relative;
  z-index: 3;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 24px;
  background: rgba(191, 147, 65, 0.12);
  border: 1px solid rgba(191, 147, 65, 0.18);
  color: #BF9341;
  font-size: 30px;
  transition: 0.4s ease;
}
.ape-journey .ape-journey-card h3 {
  position: relative;
  z-index: 3;
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.22;
}
.ape-journey .ape-journey-card p {
  position: relative;
  z-index: 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .ape-journey {
    padding: 100px 0;
  }
  .ape-journey__timeline {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 55px;
  }
  .ape-journey__timeline::before {
    left: 38px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
  }
  .ape-journey .ape-journey-card {
    min-height: auto;
    padding: 36px 30px;
  }
}
@media (max-width: 767px) {
  .ape-journey {
    padding: 75px 0;
  }
  .ape-journey__title {
    font-size: 2.3rem;
  }
  .ape-journey__text {
    font-size: 1rem;
  }
  .ape-journey .ape-journey-card {
    border-radius: 26px;
  }
  .ape-journey .ape-journey-card__number {
    font-size: 4.6rem;
  }
  .ape-journey .ape-journey-card__icon {
    width: 66px;
    height: 66px;
    font-size: 25px;
  }
}

@keyframes journeyLightSweep {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    transform: translateX(120%);
    opacity: 0;
  }
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}
@keyframes journeyGlowPulse {
  0%, 100% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(0.95);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}
footer {
  background: black;
  padding: 5vh 0;
}
footer .logo {
  margin: 0 30%;
}
footer .logo .row {
  align-items: center;
}
footer .logo .row img {
  width: 100%;
}
footer .logo svg {
  width: 20%;
}
footer p {
  color: white;
  margin-top: 4%;
}

@media (max-width: 980px) {
  .menu .navbar-brand {
    width: 30%;
  }
  .menu .navbar-brand svg {
    width: 100%;
  }
  .menu .navbar-toggler {
    background: white;
    font-size: 20px;
  }
}
.whatsapp {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 5%;
  z-index: 1050;
}
@media (max-width: 980px) {
  .whatsapp {
    width: 20%;
  }
}

.modal .btn-close {
  width: 4vh;
  height: 4vh;
  color: white;
  background: black;
}
.modal .campo {
  margin-bottom: 2%;
}
.modal .campo input {
  width: 100%;
  height: 5vh;
  border: 1px solid black;
  border-radius: 50px;
  padding-left: 5%;
}
.modal input[type=submit] {
  float: right;
  background: black;
  color: white;
  padding: 1vh 2vh;
  border-radius: 50px;
}

.investment-location-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.investment-location-card.card-selecionado {
  transform: translateY(-8px);
  box-shadow: 0 0 0 3px #925f21;
}

@media (max-width: 980px) {
  .frase-efeito1, .frase-efeito, .rentabilidade {
    display: none;
  }
  .banner .container .title {
    font-size: 20px;
    width: 90%;
  }
  .banner .container .texto {
    font-size: 15px;
    width: 90%;
  }
  .content-botoes {
    display: none;
  }
}

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