.letreiro {
  position: relative;
  display: grid;
}
.ajp-marquee {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow-x: hidden;
  display: inline-table;
  padding: 5px 0;
  background: linear-gradient(to right, #1E2F57, #0F1B37);
  transition: 0s;
}
.ajp-marquee p {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  animation: marquee 10s linear infinite;
}
.ajp-marquee p span {
  display: inline-block;
  margin: 0 15px;
  width: 50px;
  height: 50px;
  background-image: url(assets/img/logo_cdt.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.temp-video {
  position: relative;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.temp-video .thumb {
  width: 1064px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.temp-video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  transition: ease 0.3s;
}
.temp-video:hover .play {
  opacity: 1;
}
.iframe {
  position: relative;
  width: 100%;
  z-index: 1;
}
.why {
  position: relative;
  margin-top: -330px;
  padding: 0 0 50px 0;
}
.why::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 80%;
  border-radius: 50%;
  background-color: rgba(57, 123, 255, 0.3);
  transform: rotate(0deg) translate(-50%, -50%);
  mix-blend-mode: screen;
  filter: blur(120px);
}
.why_content {
  padding: 50px 0 0 0;
}
.why_content .col-1 {
  gap: 30px;
  text-align: center;
}
.divisor {
  width: 50px;
  height: 3px;
  background-image: linear-gradient(to right, #25B3F5, #1768E5);
}
.why_content h2 {
  max-width: 750px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}
.why_content h2 span {
  color: #8DB1FF;
}
/* .why_content .col-2{
    gap: 30px;
    text-align: center;
  } */
.cards {
  width: 1280px;
  max-width: 100%;
  padding: 50px 0;
  justify-content: space-between;
  align-items: stretch;
}
.card {
  flex: 1;
  width: 100%;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}
.card .card_content {
  padding: 2em;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 15px;
  border-radius: 10px;
  background: linear-gradient(135deg, #12295E, #0B1631);
  z-index: -1;
}
.card .card_content:hover::after {
  opacity: 1;
}
.card .card_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  background: linear-gradient(165deg, #CEDDFF -1%, #294D9E 20%, #0F1B38 80%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 10px;
  margin: 0;
  margin-top: 0;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33px;
  height: 6px;
  width: 60px;
  background: linear-gradient(to right, #25B3F5, #1768e5);
  box-shadow:
    0px 100px 80px 0px rgba(23, 104, 229, 0.31),
    0px 41.778px 33.422px 0px rgba(23, 104, 229, 0.22),
    0px 22.336px 17.869px 0px rgba(23, 104, 229, 0.18),
    0px 12.522px 10.017px 0px rgba(23, 104, 229, 0.16),
    0px 6.65px 5.32px 0px rgba(23, 104, 229, 0.13),
    0px 2.767px 2.214px 0px rgba(23, 104, 229, 0.09);
}
.card h3 {
  font-size: 24px;
  font-weight: 600;
}
.card p {
  font-size: 16px;
  font-weight: 400;
  color: #A3B0C0;
}
.institucional {
  position: relative;
  padding: 0 0 180px 0;
  z-index: 1;
}
.institucional .row {
  gap: 45px;
  align-items: center;
}
.institucional .col-left,
.institucional .col-right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.institucional .col-left {
  align-items: flex-start;
  gap: 24px;
}
.institucional .col-right {
  gap: 22px;
}
.institucional h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.25em;
  color: #ffffff;
}
.institucional h2 span {
  color: #8DB1FF;
}
.institucional p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55em;
  color: #A3B0C0;
}
.institucional p strong {
  font-weight: 600;
  color: #8DB1FF;
}
.google-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #12295E, #0B1631);
  border: 1px solid rgba(206, 221, 255, 0.25);
  border-radius: 12px;
}
.google-review-badge .google-logo {
  height: 40px;
  width: auto;
  display: block;
}
.google-review-badge .review-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.google-review-badge .review-top-text {
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ffffff;
}
.google-review-badge .review-stars img {
  display: block;
  height: 18px;
  width: auto;
}
.google-review-badge .review-bottom-text {
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #A3B0C0;
}
.institucional-bullets {
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.institucional-bullets li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: linear-gradient(135deg, #12295E, #0B1631);
  border: 1px solid rgba(206, 221, 255, 0.18);
  border-radius: 12px;
}
.institucional-bullets .ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, #2D93C2, #174A98);
}
.institucional-bullets .ic svg {
  width: 22px;
  height: 22px;
}
.institucional-bullets p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
  color: #ffffff;
}
.institucional-foto {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(206, 221, 255, 0.2);
}
.institucional-foto > img {
  display: block;
  width: 100%;
  height: auto;
}
.institucional-foto .google-review-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}
.depoimentos, .detalhes {
  position: relative;
  /* padding: 80px 0; */
  padding: 150px 0 100px 0;
  background-color: #14254F;
  z-index: 2;
}
.depoimentos::before, .detalhes::before {
  content: '';
  position: absolute;
  top: -82px;
  left: 0;
  width: 40%;
  height: 82px;
  background-image: url(assets/img/equipe-before.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.depoimentos::after, .detalhes::after {
  content: '';
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 66%;
  height: 70px;
  background-image: url(assets/img/equipe-after.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  transform: translateX(-50%);
  z-index: 999;
}
.depoimentos h2 {
  max-width: 886px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
}
.depoimentos h2 span {
  color: #8DB1FF;
}
.testimonial-container {
  position: relative;
  max-width: 1175px;
  margin: 0 auto;
  margin-top: 35px;
}
.testimonial-wrapper .img {
  width: 413px;
}
.testimonial-wrapper .img img {
  max-width: 100%;
  cursor: pointer;
  object-position: center;
  transform: scale(0.7);
  transition: ease 0.3s;
}
.testimonial-wrapper .swiper-slide-next .img img {
  cursor: pointer;
  object-position: center;
  transform: scale(1);
}
.lightbox1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  /* width: 413px !important; */
  max-width: 33% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  filter: blur(10px);
  pointer-events: none;
}
.swiper-slide::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 50%;
  padding: 10px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-image: url(assets/img/play.svg);
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
  cursor: pointer;
  z-index: 2;
  opacity: 0.6;
  transition: 0.3s ease;
}
.swiper-slide.swiper-slide-next::after {
  width: 50px;
  height: 50px;
}
.swiper-slide:hover::after {
  opacity: 1;
}
.swiper-slide.swiper-slide-next {
  filter: blur(0);
  pointer-events: all;
}
/* .swiper-slide .swiper-slide img {
    display: block;
    width: 90%; 
    height: 100%;
    object-fit: cover;
  }*/
.swiper-button-next {
  position: relative;
  right: 33% !important;
  width: 60px !important;
  height: 60px !important;
  transform: translateX(calc(50% + 45px));
}
.swiper-button-prev {
  position: relative;
  left: 33% !important;
  width: 60px !important;
  height: 60px !important;
  transform: translateX(calc(-50% - 45px));
}
.swiper-button-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/arrow-right.svg);
  background-size: 60px 60px;
  opacity: 1;
}
.swiper-button-prev::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/arrow-left.svg);
  background-size: 60px 60px;
  opacity: 1;
}
.lightbox1 iframe {
  width: 90%;
  max-width: 800px;
  height: 75vh;
  border: none;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 32px;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.depoimentos .row-2 .col {
  padding-top: 50px;
  gap: 20px;
}
.depoimentos .row-2 h3 {
  font-size: 24px;
  font-weight: 400;
}
.depoimentos .row-2 h3 span {
  font-weight: 600;
  color: #37C0FF;
}
.detalhes .container{
  position: relative;
  /* padding: 150px 0 100px 0; */
}
/* .detalhes .container::before {
  content: '';
  position: absolute;
  width: 920px;
  height: 920px;
  top: -50%;
  left: -50%;
  border-radius: 50%;
  background: rgba(57, 123, 255, 0.2);
  mix-blend-mode: screen;
  filter: blur(400px);
  transform: translateX(50%) translateY(-20%);
  opacity: 0.5;
} */
.detalhes .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detalhes .row {
  gap: 20px;
}
.detalhes_card {
  position: relative;
  width: 25%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  z-index: 0;
  border-radius: 10px;
  background: linear-gradient(165deg, #12295E, #0B1631);
}
.detalhes_card:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(165deg, #687CFF -1%, #0C1D55 20%, transparent 80%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: drop-shadow(0px 0px 5px #FF5B5570);
}
.detalhes_card h3 {
  font-size: 20px;
  font-weight: 400;
}
.exclusivo{
  padding: 150px 0 0 0;
}
.exclusivo .row-1 {
  position: relative;
  height: 320px;
}
.exclusivo .row-1::after {
  content: '';
  position: absolute;
  width: 1040px;
  height: 100%;
  top: 50%;
  left: 50%;
  background-image: url(assets/img/exclusivo_desfocado.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  mix-blend-mode: screen;
  transform: translateX(-50%) translateY(calc(-50% - 20px));
}
.selos {
  width: 370px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-selo {
  position: relative;
}
.circulos {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translateX(-50%) translateY(-50%);
}
#circulo, #circulo2, #circulo3 {
  animation: pulsar 3s infinite ease-out;
  transform-origin: center;
}
#circulo2 {
  animation-delay: 0.7s;
}
#circulo3 {
  animation-delay: 1.4s;
}
@keyframes pulsar {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.exclusivo h2 {
  max-width: 588px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.lotes {
  position: relative;
  padding: 70px 0 90px 0;
}
.lotes::before {
  content: '';
  position: absolute;
  width: 920px;
  height: 920px;
  top: -50%;
  right: -50%;
  border-radius: 50%;
  background: rgba(57, 123, 255, 0.2);
  mix-blend-mode: screen;
  filter: blur(400px);
  transform: translateX(-50%) translateY(-35%);
  opacity: 1;
}
.lotes .row {
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.destaque {
  animation: piscar 0.8s infinite;
}
@keyframes piscar {
  0% { box-shadow: none; }
  25% { box-shadow: inset 0 0 5px #fb1212; }
  50% { box-shadow: none; }
  75% { box-shadow: inset 0 0 5px #fb1212; }
  100% { box-shadow: none; }
}
.lote_card {
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(to bottom right, rgba(42, 41, 42, 0.5), rgba(89, 82, 101, 0.5));
  border: 1px solid #5D566B;
  border-radius: 8px;
  transform: scale(0.98);
  opacity: 0.5;
  z-index: 2;
}
.lote_card.active {
  border-radius: 0 30px;
  transform: scale(1);
  opacity: 1;
}
.lote_card .lote_card_header {
  width: 100%;
  padding: 25px 0;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #272727, #5D566B);
  border-radius: 8px 8px 0 0;
}
.lote_card.active .lote_card_header {
  background: linear-gradient(to right, #24BA33, #8CCE38);
  border-radius: 0 30px;
}
.lote_card .lote_card_header h2 {
  font-size: 28px;
  font-weight: 600;
}
.lote_card .lote_card_content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lote_card.active .lote_card_content {
  align-items: center;
}
.lote_card .lote_card_content h4 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0.7);
}
.lote_card.active .lote_card_content h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.lote_card .lote_card_content h5 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #A4B0CC;
}
.lote_card.active .lote_card_content h5 {
  margin-top: 30px;
  padding: 5px 15px;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px dashed #ffffff;
  border-radius: 0 30px;
}
.lote_card .lote_card_content h3 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.lote_card.active .lote_card_content h3 {
  margin-top: 30px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px dashed #ffffff;
  border-radius: 0 30px;
}
.progresso-vagas {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 25px;
}
.active .progresso-vagas {
  display: flex;
}
.progresso-vagas-track {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(46, 204, 113, 0.45);
  overflow: hidden;
}
.progresso-vagas-fill {
  width: 85%;
  height: 100%;
  border-radius: 999px;
  background-color: #24BA33;
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.28) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.28) 50%,
      rgba(255, 255, 255, 0.28) 75%,
      transparent 75%,
      transparent);
  background-size: 28px 28px;
  box-shadow: 0 0 12px rgba(46, 204, 113, 0.6);
  animation: listras-vagas 1s linear infinite;
}
@keyframes listras-vagas {
  0% { background-position: 0 0; }
  100% { background-position: 28px 0; }
}
.progresso-vagas-texto {
  font-size: 14px;
  font-weight: 500;
  color: #E9FFE1;
}
.lote_card .valor {
  display: none;
}
.valor bdi {
  font-size: 30px;
  font-weight: 600;
}
.lote_card.active .valor {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.lote_card.active .valor bdi {
  font-size: 50px;
}
.lote_card .btn-candidatar {
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  padding: 20px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #0E0E0E;
  border-radius: 10px;
  box-shadow: 0 4px 4px #5a5467;
}
.lote_card.active .btn-candidatar {
  position: relative;
  overflow: hidden;
  padding: 18px 16px;
  font-size: 12px;
  border-radius: 0px 30px;
}
.btn-candidatar:disabled {
  pointer-events: none;
  opacity: .65;
}
.inscrever {
  overflow: hidden;
}
.border-trail {
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  mask-clip: padding-box, border-box;
  -webkit-mask-clip: padding-box, border-box;
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(transparent, transparent), linear-gradient(#000, #000);
  -webkit-mask-image: linear-gradient(transparent, transparent), linear-gradient(#000, #000);
}
.border-trail-dot {
  position: absolute;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: borderTrail 5s linear infinite;
}
.inscrever .border-trail-dot {
  offset-path: rect(0 auto auto 0 round 5px);
  background: linear-gradient(135deg, #4DC6FF, #ffffff);
  box-shadow: 0 0 15px #4DC6FF;
}
.lote_card.active .border-trail-dot {
  width: 50px;
  offset-path: rect(0 auto auto 0 round 12px);
  background: linear-gradient(135deg, #8CCE38, #ffffff);
  box-shadow: 0 0 15px #24BA33;
}
@keyframes borderTrail {
  from { offset-distance: 0%; }
  to { offset-distance: 100%; }
}
.outras_imersoes {
  position: relative;
  padding: 170px 0 80px 0;
  background-color: #14254E;
}
.outras_imersoes::before {
  content: '';
  position: absolute;
  top: -0;
  left: 50%;
  width: 1280px;
  height: 70px;
  background-image: url(assets/img/outras_imersoes_before.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  transform: translateX(-50%);
}
.outras_imersoes::after {
  content: '';
  position: absolute;
  width: 920px;
  height: 920px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: rgba(57, 123, 255, 0.2);
  mix-blend-mode: screen;
  filter: blur(50px);
  transform: translateX(-50%) translateY(-30%);
  opacity: 0.5;
}
.outras_imersoes .col-1 {
  position: relative;
  gap: 20px;
}
.outras_imersoes .col-1::after {
  content: '';
  position: absolute;
  width: 1040px;
  height: 180%;
  top: 50%;
  left: 50%;
  background-image: url(assets/img/outras_imersoes_desfocado.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  mix-blend-mode: screen;
  transform: translateX(-50%) translateY(calc(-50% - 20px));
}
.outras_imersoes h2 {
  font-size: 40px;
  font-weight: 600;
  z-index: 2;
}
.outras_imersoes h3 {
  font-size: 24px;
  font-weight: 400;
  background: linear-gradient(100deg, #37C0FF, #76A3FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  z-index: 2;
}
.ajp_slider-container {
  position: relative;
  padding-top: 80px;
  z-index: 2;
}
.ajp_slider {
  width: 100%;
  overflow: hidden;
}
.ajp_slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.ajp_slides a {
  padding: 0 25px;
  display: flex;
  flex-shrink: 0;
  width: 50%;
  filter: blur(15px);
}
.ajp_slides a.active {
  filter: blur(0px);
}
.ajp_slides img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}
.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 40px;
}
.pagination {
  width: 100%;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot {
  height: 8px;
  width: 8px;
  margin: 0 5px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.dot.active {
  width: 53px;
  background: linear-gradient(90deg, #37C0FF, #3786FF);
  border-radius: 4px;
}
.navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
.prev, .next {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  transition: 0.3s ease;
}
.prev:hover, .next:hover {
  transform: scale(1.05);
}
.disclaimer {
  padding: 60px 0;
}
.disclaimer .col-left {
  width: 45%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.disclaimer .col-right {
  width: 55%;
}
.disclaimer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}
footer {
  padding: 30px 0;
  background-color: #14254E;
}
footer .col-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
footer .col-left .row {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
footer .col-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
footer .col-left p {
  font-size: 13px;
  text-align: center;
  font-weight: 100;
}
footer .col-right p, footer .col-right p a {
  font-size: 13px;
  font-weight: 300;
  color: #D3D3D3;
  text-decoration: none;
}
footer .col-right p a:hover {
  color: #ffffff;
}
.captura::-webkit-scrollbar {
  width: 3px;
}
.captura::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 10px;
}
.captura::-webkit-scrollbar-thumb {
  background: #F3D552;
  border-radius: 10px;
  border: 1px solid #000;
}
.captura::-webkit-scrollbar-thumb:hover {
  background: #6F0087;
}
.capture_form input {
  background-color: #ffffff;
  border-color: #000000;
  border-width: 2px 2px 2px 2px;
  border-radius: 5px;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
}
.capture_form input[type="text"]::placeholder {
  color: #212529;
  font-weight: 400;
  opacity: 0.9;
}
.ocultar {
  display: none;
}
.btn-checkout {
  cursor: pointer;
}
.modal-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 550px;
  max-height: fit-content;
  z-index: 99999;
  overflow: auto;
  background-color: #000000;
  padding: 20px 50px;
}
body.modal-aberto {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: hidden !important;
}
body.modal-aberto a {
  overflow: hidden;
  pointer-events: none;
}
body.modal-aberto::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.fechar {
  position: relative;
  width: 100%;
  height: 40px;
}
#fechar-modal {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-weight: 400;
}
#fechar-modal span {
  position: absolute;
  top: 0;
  right: 5px;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
#fechar-modal span:last-child {
  position: absolute;
  top: 0;
  right: 5px;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(135deg);
}
.txt-modal h3 {
  text-align: center;
  font-size: 22px;
  line-height: 1.25em;
}
.captura form {
  text-align: center;
}
.captura input[type="text"],
.captura select {
  background-color: #ffffff;
  border-color: #000000;
  border-width: 2px 2px 2px 2px;
  border-radius: 5px;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  line-height: 1.2em;
}
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input.form-check-input {
  margin-right: 7px;
}
.captura input[type="text"]._has_error,
.captura select._has_error, .button-check._has_error {
  background-color: #ffdddd !important;
}
.captura input[type="text"]::placeholder {
  color: #212529;
  font-weight: 400;
  opacity: 0.9;
}
.captura legend {
  margin-bottom: 0px;
  margin-top: 10px;
}
.captura ._form-label {
  display: none;
}
.captura .btn-candidatar {
  margin-top: 20px;
}
.error-message {
  display: none;
}
._has_error ~ .error-message {
  display: block;
}
.btn-candidatar.botao-enviar {
  padding: 10px 40px;
}
.alert-spam {
  font-size: 14px;
  line-height: 1.35em;
  margin-top: 10px;
}
.text-danger {
  color: #dc3545;
}
/*-----*/
/*-----*/
/*-----*/
/*-----*/
/*-----*/
/*-----*/
/*-----*/
/*-----*/
/*-----*/
@media (min-width: 1025px) {
  .card:not(:first-child) {
    margin-left: -50px;
  }
  .card:hover ~ .card {
    transform: translateX(30px);
  }
  .card:hover {
    transform-origin: center right;
    transform: translate(-25px, -10px) rotate(3deg);
  }
  .card .card_content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(to right, #040A29, #091648);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
  }
  .card .card_content {
    box-shadow: -14px 0 30px #00031870;
  }
}
@media (max-width: 767px) {
  .card::before {
    height: 5px;
    left: 30px;
  }
}
@media (max-width: 996px) {
.why {
  margin-top: -145px;
  padding: 0 0 10px 0;
}
.temp-video .play {
    width: 50px;
    height: 50px;
}
.why_content {
  max-width: 100%;
}
.why_content h2 {
  font-size: 20px;
}
.cards {
  width: 100%;
  gap: 30px;
}
.card h3 {
  font-size: 20px;
}
.depoimentos::before, .detalhes::before {
  top: -16px;
  width: 161px;
  height: 17px;
  background-position: left bottom;
}
.depoimentos::after, .detalhes::after {
  bottom: -16px;
  width: 85%;
  height: 17px;
}
.depoimentos h2 {
  font-size: 24px;
}
.depoimentos .row-2 .col {
  padding-top: 25px;
}
.depoimentos .row-2 h3 {
  font-size: 16px;
}
.institucional {
  padding: 0 0 80px 0;
}
.institucional .col-left,
.institucional .col-right {
  display: contents;
}
.institucional .row {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  padding: 0 12px;
}
.institucional h2 {
  font-size: 26px;
}
.institucional p {
  font-size: 16px;
}
.institucional-foto {
  order: 2;
  width: 100%;
}
.institucional-bullets {
  order: 3;
  width: 100%;
  grid-template-columns: 1fr;
  text-align: left;
}
.institucional-foto .google-review-badge {
  top: 8px;
  right: 8px;
  gap: 8px;
  padding: 8px 10px;
}
.institucional-foto .google-review-badge .google-logo {
  height: 26px;
}
.institucional-foto .google-review-badge .review-stars img {
  height: 12px;
}
.institucional-foto .google-review-badge .review-top-text,
.institucional-foto .google-review-badge .review-bottom-text {
  font-size: 8px;
}
.detalhes {
  padding: 80px 0;
}
.detalhes .row {
  padding: 0 12px;
  gap: 25px;
}
.detalhes_card {
    width: 100%;
    padding: 25px;
}
.selos {
  width: 100%;
  justify-content: center;
  gap: 50px;
}
.selo_logo{
  width: 108px;
  height: auto;
}
.selo_exclusivo{
  width: 112px;
  height: auto;
}
.exclusivo{
  padding: 115px 0 50px 0;
}
.exclusivo .row-1 {
  height: 200px;
}
.exclusivo .row-1::after {
  background-size: contain;
  transform: translateX(-50%) translateY(calc(-50% - 60px));
}
.exclusivo h2 {
  font-size: 24px;
}
.lotes {
  padding: 30px 0 70px 0;
}
.lotes .row {
  padding: 0 12px;
  gap: 25px;
}
.lote_card {
  width: 100%;
}
.outras_imersoes {
  padding: 80px 0 50px 0;
}
.outras_imersoes::before {
  width: 85%;
}
.outras_imersoes h2 {
  font-size: 24px;
}
.outras_imersoes h3 {
  font-size: 16px;
}
.ajp_slider-container {
  padding-top: 40px;
}
.ajp_slides a {
  padding: 0 10px;
  width: 100%;
  filter: blur(0px);
}
.ajp_slides img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  object-fit: cover;
}
.navigation {
  width: 100%;
}
.navigation img{
  width: 21px;
  height: auto;
}
.disclaimer .row{
  gap: 20px;
}
.disclaimer img{
  width: 97px;
  height: auto;
}
.disclaimer p {
  font-size: 14px;
}
footer .container{
  max-width: 360px;
}
footer .row{
  gap: 30px;
}
footer .col-left {
  align-items: center;
  gap: 10px;
}
footer .col-left p {
  font-size: 14px;
}
footer .col-right {
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.modal-popup {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  padding: 20px 30px;
}
}
/*-----*/
/*-----*/
/*-----*/
/*-----*/
/*-----*/
/*-----*/
/*-----*/
/*-----*/
/*-----*/
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
  transform: translate(-50%, -50%);
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(./assets/images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(./assets/images/prev.webp) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(./assets/images/next.webp) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(./assets/images/close.webp) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}