@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-Thin.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-Thin.woff') format('woff'),
    url('assets/fonts/inter/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-ExtraLight.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-ExtraLight.woff') format('woff'),
    url('assets/fonts/inter/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-Light.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-Light.woff') format('woff'),
    url('assets/fonts/inter/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-Medium.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-Medium.woff') format('woff'),
    url('assets/fonts/inter/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-SemiBold.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-SemiBold.woff') format('woff'),
    url('assets/fonts/inter/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/Inter-Black.woff2') format('woff2'),
    url('assets/fonts/inter/Inter-Black.woff') format('woff'),
    url('assets/fonts/inter/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
.temp-video {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.temp-video .thumb {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.temp-video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  transition: ease 0.3s;
  border: 3px solid #ffffff;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.temp-video:hover .play {
  opacity: 1;
}
.iframe {
  position: relative;
  width: 100%;
  z-index: 1;
}
.vantagens {
  padding: 150px 0 70px 0;
  background-image: url(assets/img/arrow_bkg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vantagens .container {
  width: 1380px;
}
.vantagens .row {
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
.vantagens h2 {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}
.vantagens .card {
  position: relative;
  margin: 0 5px;
  min-width: 25%;
  min-height: 240px;
  padding: 30px 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(9, 8, 8, 0.47) 0%, rgba(23, 23, 23, 0.46) 98%, transparent 100%);
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .vantagens .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(224, 0, 102, 0) 10%, rgba(255, 255, 255, 0.2) 35%, rgba(255, 255, 255, 0.77) 78%);
    -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: destination-out;
    mask-composite: destination-out;
    opacity: 0.21;
    z-index: 1;
  }
}
@-moz-document url-prefix() {
  .vantagens .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    background: linear-gradient(#010009, #010009), linear-gradient(0deg, rgba(224, 0, 102, 0) 10%, rgba(255, 255, 255, 0.2) 35%, rgba(255, 255, 255, 0.77) 78%);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: transparent;
    border-width: 2px;
    border-radius: 15px;
    z-index: 1;
  }
}
.vantagens .card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35em;
}
.card-divisor {
  margin: 15px 0 10px 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #28ADD7, rgba(147, 214, 235, 0.5), transparent);
}
.vantagens .card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35em;
}
.depoimentos {
  padding: 250px 0 50px 0;
  background-image: url(assets/img/depoimentos_bkg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.depoimentos h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35em;
}
.depoimentos {
  padding: 80px 0 50px 0;
  position: relative;
  overflow: hidden;
}
.depoimentos .container {
  position: relative;
  width: 950px;
}
.depoimentos .row {
  justify-content: center;
  align-items: center;
}
.depoimentos .col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.depoimentos h2 {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
.depoimentos h2 span {
  color: #FF9E0C;
}
.testimonial-container {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 35px;
}
.testimonial-wrapper .img img {
  max-width: 240px;
  cursor: pointer;
  object-position: center;
  transform: scale(1);
  transition: ease 0.3s;
}
.testimonial-wrapper .swiper-slide-next .img img {
  max-width: 245px;
  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;
}
.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;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  max-width: 33% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: blur(2px);
}
.swiper-slide::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  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:hover::after {
  opacity: 1;
}
.swiper-slide.swiper-slide-next {
  filter: blur(0);
}
.swiper-slide .swiper-slide img {
  display: block;
  /* width: 90%; */
  height: 100%;
  object-fit: cover;
}
.swiper-button-next {
  position: relative;
  right: 0 !important;
  width: 50px !important;
  height: 50px !important;
  transform: translateX(0);
}
.swiper-button-prev {
  position: relative;
  left: 0 !important;
  width: 50px !important;
  height: 50px !important;
  transform: translateX(0);
}
.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: 50px 50px;
  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: 50px 50px;
  opacity: 1;
}
.institucional {
  position: relative;
  padding: 30px 0 90px 0;
  z-index: 1;
}
.institucional .container {
  width: 1140px;
}
.institucional .row {
  gap: 45px;
  align-items: center;
}
.institucional .col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.institucional .col-right {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.institucional-divisor {
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #28ADD7, #93D6EB);
}
.institucional h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25em;
  color: #ffffff;
}
.institucional h2 span {
  background: linear-gradient(100deg, #CABAFF 0%, #E7F9FF 46%, #05FFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.institucional p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55em;
  color: #C9CDD6;
}
.institucional p strong {
  font-weight: 600;
  color: #93D6EB;
}
.google-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(9, 8, 8, 0.85), rgba(23, 23, 23, 0.85));
  border: 1px solid rgba(255, 255, 255, 0.18);
  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(to bottom, rgba(9, 8, 8, 0.47) 0%, rgba(23, 23, 23, 0.46) 98%, transparent 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  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, #28ADD7, #1F6FD6);
}
.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(255, 255, 255, 0.15);
}
.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);
}
.info {
  position: relative;
  padding: 70px 0;
}
.info::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 100%;
  top: 20%;
  right: 0;
  border-radius: 50%;
  background: linear-gradient(to right, #10213B, #0844A6);
  mix-blend-mode: screen;
  filter: blur(220px);
  transform: translateX(-1%) translateY(-50%) rotate(20deg);
  opacity: 0.5;
}
.info_card {
  position: relative;
  margin: 10px 10px;
  padding: 20px 30px;
  width: 33.33333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #06134D 0%, rgba(23, 23, 23, 0.46) 98%, #0153d8 100%);
  border-radius: 15px;
  gap: 15px;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .info_card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(224, 0, 102, 0) 10%, rgba(255, 255, 255, 0.2) 35%, rgba(255, 255, 255, 0.77) 78%);
    -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: destination-out;
    mask-composite: destination-out;
    opacity: 0.21;
    z-index: 1;
  }
}
@-moz-document url-prefix() {
  .info_card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    background: linear-gradient(#010009, #010009), linear-gradient(0deg, rgba(224, 0, 102, 0) 10%, rgba(255, 255, 255, 0.2) 35%, rgba(255, 255, 255, 0.77) 78%);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: transparent;
    border-width: 2px;
    border-radius: 15px;
    z-index: 1;
  }
}
.info_card img {
  position: relative;
  z-index: 10;
}
.info_card h5 {
  position: relative;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35em;
  text-align: center;
  z-index: 10;
}
.checkout {
  position: relative;
}
.checkout::before {
  content: '';
  position: absolute;
  width: 30%;
  height: 100%;
  top: 10%;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(to right, #10213B, #0844A6);
  mix-blend-mode: screen;
  filter: blur(220px);
  transform: translateX(-1%) translateY(-20%) rotate(115deg);
  opacity: 0.5;
}
.exclusivo {
  padding: 50px 0;
}
.selo_exclusivo {
  width: 624px;
  height: 573px;
  display: flex;
  justify-content: center;
  align-items: end;
  background-image: url(assets/img/exclusivo_medico.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.selo_exclusivo h2 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.lotes {
  padding: 70px;
}
.lotes .container {
  margin: 2px;
  padding: 5px 3px;
}
.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;
  }
}
.lotes .container {
  width: 1380px;
}
.lotes .row {
  align-items: center;
  gap: 10px;
}
.lote_card {
  max-width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: 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;
}
.lote_card.ativo {
  border-radius: 0 30px;
  transform: scale(1);
  opacity: 1;
}
.lote_card .lote_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.ativo .lote_header {
  width: 100%;
  padding: 25px 0;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(to right, #24BA33, #8CCE38);
  border-radius: 0 30px;
}
.lote_card .lote_content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lote_card.ativo .lote_content {
  align-items: center;
}
.lote_card .lote_content h4 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3em;
}
.lote_card.ativo .lote_content h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.lote_card .lote_content h5 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
}
.lote_card.ativo .lote_content h5 {
  margin-top: 30px;
  padding: 5px 15px;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px dashed #ffffff;
  border-radius: 0 30px;
}
.lote_card .lote_content h3 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}
.lote_card.ativo .lote_content h3 {
  margin-top: 30px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  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;
}
.ativo .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 {
  margin-top: 30px;
  font-size: 15px;
  text-align: center;
}
.lote_card .valor_txt {
  margin-top: 30px;
  font-size: 28px;
  text-align: center;
}
.valor bdi {
  font-size: 30px;
  font-weight: 600;
}
.lote_card.ativo .valor {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.lote_card.ativo .valor bdi {
  font-size: 50px;
}
.lote_card .btn-candidatar {
  margin-top: 30px;
  background: #0E0E0E;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 4px #5a5467;
}
.lote_card.ativo .btn-candidatar {
  position: relative;
  overflow: hidden;
  border-radius: 0px 30px;
}
.btn-candidatar:disabled {
  pointer-events: none;
  opacity: .65;
}
.inscrever,
.botao-enviar {
  position: relative;
  overflow: hidden;
}
.border-trail {
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 3px 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);
}
.inscrever .border-trail,
.botao-enviar .border-trail {
  border: 0;
  -webkit-mask: none;
  mask: none;
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 20px,
    100% 100%,
    20px 100%,
    0 calc(100% - 20px),
    0 0,
    3px 3px,
    3px calc(100% - 21px),
    21px calc(100% - 3px),
    calc(100% - 3px) calc(100% - 3px),
    calc(100% - 3px) 21px,
    calc(100% - 21px) 3px,
    3px 3px
  );
}
.border-trail-dot {
  position: absolute;
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: borderTrail 4s linear infinite;
}
.inscrever .border-trail-dot,
.botao-enviar .border-trail-dot {
  offset-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  background: linear-gradient(135deg, #2BD43A, #B6FF00, red);
  box-shadow: 0 0 18px #24BA33;
}
.lote_card.ativo .border-trail-dot {
  width: 80px;
  offset-path: rect(0 auto auto 0 round 12px);
  background: linear-gradient(135deg, #2BD43A, #B6FF00);
  box-shadow: 0 0 18px #24BA33;
}
@keyframes borderTrail {
  from { offset-distance: 0%; }
  to { offset-distance: 100%; }
}
.divisor {
  width: 100%;
  height: 1px;
  background-color: #6F6F6F;
}
.outras_imersoes {
  position: relative;
  padding: 70px 0;
}
.outras_imersoes::before {
  content: '';
  position: absolute;
  width: 15%;
  height: 200%;
  top: 0%;
  right: 0;
  border-radius: 50%;
  background: linear-gradient(to right, #10213B, #0844A6);
  mix-blend-mode: screen;
  filter: blur(220px);
  transform: translateX(-30%) translateY(-20%) rotate(115deg);
  opacity: 0.5;
}
.outras_imersoes h2 {
  font-size: 34px;
  font-weight: 500;
}
.ajp_slider-container {
  position: relative;
  margin-top: 30px;
}
.ajp_slider {
  width: 100%;
  overflow: hidden;
}
.ajp_slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.ajp_slides a {
  display: flex;
  flex-shrink: 0;
  width: 100%;
}
.ajp_slides img {
  width: 100%;
  border-radius: 24px;
}
.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 40px;
}
.pagination {
  display: flex;
  align-items: center;
}
.dot {
  height: 8px;
  width: 8px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.dot.active {
  background-color: #ffffff;
}
.navigation {
  display: flex;
  align-items: center;
}
.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);
}
footer {
  padding: 30px 0;
}
footer .col {
  padding-bottom: 50px;
}
.disclaimer {
  font-size: 12px;
  font-weight: 300;
}
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;
}
footer .gradient {
  margin-top: 50px;
  width: 100%;
  height: 25px;
  background: linear-gradient(to right, #28ADD7, #00DC58);
}
.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,
.captura #button-check {
  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,
.button-check {
  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;
}
.button-check {
  display: flex;
}
.button-check::before {
  content: "";
  width: 0;
  height: 0;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  position: absolute;
  right: 0px;
  top: 0;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
  border-radius: 2px;
  padding: 1rem;
}
.tempo_form {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
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;
}
#checkboxes {
  display: none;
}
#checkboxes.show {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 8px 16px;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
}
.entrada {
  display: flex;
  gap: 7px;
}
.entrada label,
.entrada input,
select option {
  cursor: pointer;
  color: #000;
}
.select-options-wrapper {
  background-color: #ffffff;
  padding: 20px;
  text-align: left;
}
.error-message {
  display: none;
}
._has_error ~ .error-message {
  display: block;
}
.btn-candidatar.botao-enviar {
  padding: 10px 40px;
}
#aviso-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 50px);
  transform: translate(-50%, -50%);
  padding: 15px 25px;
  z-index: 9;
}
#aviso-popup p {
  margin-top: 10px;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.fechar_aviso {
  position: relative;
}
#fechar-popup {
  position: absolute;
  top: -10px;
  right: -15px;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  font-size: 25px;
  color: #842029;
  cursor: pointer;
}
#aviso-popup a {
  pointer-events: auto;
}
.alert-spam {
  font-size: 14px;
  line-height: 1.35em;
  margin-top: 10px;
}
.text-danger {
  color: #dc3545;
}
@media (max-width: 996px) {
  .vantagens {
    padding: 150px 20px 70px 20px;
    background-image: url(assets/img/arrow_bkg_mob.svg);
  }
  .institucional {
    padding: 50px 0;
  }
  .institucional .row {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
  }
  .institucional .col-left,
  .institucional .col-right {
    display: contents;
  }
  .institucional-divisor {
    align-self: center;
  }
  .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;
  }
  .vantagens h2 {
    font-size: 28px;
  }
  .vantagens .card {
    margin-top: 10px;
    min-height: 100%;
  }
  .card-divisor {
    margin: 25px 0 20px 0;
  }
  .temp-video .play {
    padding: 13px;
    width: 70px;
    height: 70px;
    opacity: 1;
  }
  .depoimentos {
    position: relative;
    padding: 30px 0;
    background-image: url(assets/img/depoimentos_mob.webp);
    background-size: 100%;
  }
  .depoimentos::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: linear-gradient(45deg, #10213B, #0844A6);
    mix-blend-mode: screen;
    filter: blur(220px);
    transform: translateX(0) translateY(0) rotate(325deg);
    opacity: 0.95;
  }
  .depoimentos .col {
    gap: 10px;
  }
  .depoimentos h2 {
    font-size: 26px;
    margin: 30px 0;
  }
  .depoimentos .col-row {
    padding: 10px;
  }
  .depoimentos .btn {
    padding: 20px 60px;
  }
  .swiper-slide::after {
    opacity: 1;
  }
  .swiper-button-next {
    right: 33% !important;
    width: 50px !important;
    height: 50px !important;
    transform: translateX(50%);
  }
  .swiper-button-prev {
    left: 33% !important;
    width: 50px !important;
    height: 50px !important;
    transform: translateX(-50%);
  }
  .info {
    padding: 50px 20px;
  }
  .info::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    right: 0;
    border-radius: 50%;
    background: linear-gradient(to right, #10213B, #0844A6);
    mix-blend-mode: screen;
    filter: blur(180px);
    transform: translateX(-1%) translateY(0) rotate(20deg);
    opacity: 0.95;
  }
  .info_card {
    margin: 0 0 20px 0;
    width: 100%;
    gap: 20px;
  }
  .info_card h5 {
    font-size: 26px;
  }
  .exclusivo {
    padding: 0 0 50px 0;
  }
  .selo_exclusivo {
    width: 100%;
    height: 450px;
    background-image: url(assets/img/exclusivo_medico_mob.webp);
  }
  .selo_exclusivo h2 {
    font-size: 28px;
  }
  .lotes {
    position: relative;
    padding: 50px 10px;
  }
  .lotes::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    top: 10%;
    right: 0;
    border-radius: 50%;
    background: linear-gradient(to right, #10213B, #0844A6);
    mix-blend-mode: screen;
    filter: blur(220px);
    transform: translateX(-1%) translateY(0) rotate(0deg);
    opacity: 0.95;
  }
  .lotes .row {
    gap: 20px;
  }
  .lote_card {
    max-width: 100%;
  }
  .outras_imersoes::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0%;
    right: 0;
    border-radius: 50%;
    background: linear-gradient(to right, #10213B, #0844A6);
    mix-blend-mode: screen;
    filter: blur(220px);
    transform: translateX(-30%) translateY(-20%) rotate(115deg);
    opacity: 0.95;
  }
  .outras_imersoes h2 {
    font-size: 28px;
    text-align: center;
  }
  .ajp_slides img {
    height: auto;
  }
  .controls {
    margin: 20px 0px;
  }
  .disclaimer {
    text-align: center;
  }
  footer {
    padding: 0 0 0 0;
    background: none;
  }
  footer .row {
    gap: 15px;
  }
  footer .col-left {
    align-items: center;
  }
  footer .col-left p {
    font-size: 13px;
    font-weight: 100;
    text-align: center;
  }
  footer .col-right {
    align-items: center;
    padding: 30px 0;
    gap: 10px;
  }
  .modal-popup {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    padding: 20px 30px;
  }
  #checkboxes.show {
    width: 100%;
  }
}
@media (min-width: 1767px) {
  .Thiago {
    height: 100%;
  }
}
/*LIGTHBOX*/
.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;
}