body {
    background-color: #000000;
}

.video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.tap-to-start {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: none;
}

@supports (-webkit-touch-callout: none) {
 .tap-to-start {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: opacity .4s ease, visibility .4s ease;
}

.tap-to-start.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


}


@media (max-width: 768px) {
  .video-bg {
    height: 100svh; /* resolve barra do navegador */
  }

  .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* preenche a tela */
  }
}


.conteudo {
    opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.conteudo.show {
  opacity: 1;
  visibility: visible;
}

.conteudo button {
    flex: 0 0 auto;       
  display: inline-block;
  padding: 15px 60px; 
  width: auto; 
  border: none;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #77C748;
  cursor: pointer;
  border-radius: 5px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7); */
  margin-top: 50px;
  margin-bottom: 30px;
  color: #fff;
}

.conteudo button:hover {
  background-color: #5f9f39;
  transition: 0.5s;
}


.backVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que o vídeo cubra todo o contêiner */
    z-index: -1; /* Coloca o vídeo no fundo */
}

.Icontainer {
  color: #3C3C3C;
  width: 100%;
  height: 100dvh;
  display: flex; 
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fTitile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fTitile h1 {
  color: #3C3C3C;
  font-size: 56px;
  margin: 0;
  line-height: 50px;
  font-weight: 600;
  margin-top: 20px;
}

.fTitile p {
    font-size: 18px;
}

.fTitile button { 
  flex: 0 0 auto;       
  display: inline-block;
  padding: 15px 60px; 
  width: auto; 
  border: none;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #77C748;
  cursor: pointer;
  border-radius: 5px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7); */
  margin-top: 50px;
  margin-bottom: 30px;
  color: #fff;
}

.small {
    font-size: 16px !important;
}

.fTitile button:hover {
  background-color: #5f9f39;
  transition: 0.5s;
}

.star {
    margin-top: 30px;
}

.fTitile img {
  width: 250px;
  margin-bottom: 20px;
}

.fFoto img {
  margin-top: 100px;
  width: 300px;
  display: none;
}

.MobfFoto img {
    display: none;
    width: 150px;
}

.Iitens {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iTitle {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iTitle p {
    letter-spacing: 1px;
    font-size: 20px;
}

.iTitle h1 {
    font-size: 50px;
    letter-spacing: 3px;
    font-weight: 600;
}

.banner {
    width: 70%; 
    margin: 0 auto; 
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

.banner img {
    width: 100%;
    height: auto; 
    object-fit: cover;
}


.line {
    width: 70%;
    display: flex;
    justify-content: center;
}

.lineB {
    width: 100%;
    height: 1px;
    background-color: #ffff;
}

.locData {
    width: 70%;
    display: flex;
    justify-content: space-between;
    color: #007C42;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.border {
    border: solid 1px #007C42;
}

.Ibtn {
    display: flex;
    justify-content: center;
    width: 70%;
    margin-bottom: 200px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

.Ibtn button {
    width: 100%;
    padding: 14px 5px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #fff;
    cursor: pointer;
}

.Ibtn button:hover {
    background-color: #cacaca;
}

.Scontainer {
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Sline {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.SlineB {
    width: 100%;
    height: 1px;
    background-color: #ffff;
}

.Sitens {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.Stitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}

#cronograma {
  background-color: #101944; /* verde da imagem */
  color: white;
  text-align: center;
  font-family: Arial, sans-serif;
  height: 300px;

}

.verde {
    height: auto;
    margin-bottom: 550px;
}

#cronograma h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #ffffff;
}

#cronograma p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #333;
}

.btn-primary {
  background-color: white;
  color: #101944;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 100px;
}

.n {
    color: #ffffff !important;
}

.btn-primary:hover {
  background-color: #e6e6e6;
}

.grid-modulos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 50px;
}

.modulo {
  background-color: white;
  color: #333;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  transition: transform 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.219);
  overflow: hidden;
}

.modulo.moduloV.reveal.active:hover {
  transform: translateY(-5px);
}

.modulo h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

.modulo p {
  font-size: 14px;
}

.modulo.bonus {
  grid-column: span 2;
  background-color: #f0f0f0;
  color: #28a745;
  font-weight: bold;
}

.Stitle p {
    text-align: center;
    color: #242961;
}

.lll {
    flex:1;
    height: 20px;
    background: linear-gradient(to top, #001853, black);
}

.Stitle h1 {
    padding: 0px 5px;
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 550;
}


.videoYT img {
    width: 400px;
}

.videoYT iframe {
    width: 460px;
    height: 270px;
}

.sobre {
    width: 100%;
    display: flex;
    gap: 50px;
}

.Sinfo {
    width: 100%;
}

.Sinfo p {
    text-align: justify;
    font-weight: 400;
    margin-bottom: 5px;
    color: #242961;
    line-height: 22px;
    letter-spacing: 1.2px;
}

.Sinfo img {
    width: 100px;
}

.Sinfo h2 {
    display: flex;
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: 400;
}

.Sinfo p {
    font-size: 18px;
    text-align: justify;
    margin-top: 30px;
}

.Sinfo ul {
    color: #242961;
    list-style-position: inside;
    font-size: 18px;
}

.Sinfo ul li span {
    color: #1D2463;
    font-weight: 500;
}

.Sitens span {
    color: #1D2463;
    font-weight: 500;
}

.quero {
    background-color: #101944;
    color: #ffffffff;
    border: none;
    padding: 10px 50px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
    z-index: 99999999;
    margin-bottom: 30px;
}

.quero:hover {
    background-color: #0b1130;
    transition: 0.5s;
}

.palestrante {
    width: 80%;
    padding: 20px;
    background-color: #1C9C0A;
}

.mentor-section:hover {
  transform: translateY(-5px);
}

.mentor-section {
  width: 70%;
  background-color: #101944; /* verde do fundo */
  padding: 0px 40px;
  border-radius: 3px;
  margin-bottom: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
  transition: 0.5s;

}

.mentor-container {
  display: flex;
  align-items: center;        /* alinha verticalmente */
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;             /* centraliza horizontalmente */
  gap: 40px;                  /* espaço entre texto e imagem */
  flex-wrap: wrap;            /* responsivo para telas pequenas */
}

.mentor-text {
  flex: 1;                     /* ocupa espaço necessário */
  color: #ffffff;
}

.mentor-text h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.mentor-role {
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0.85;
}

.mentor-text ul {
  list-style: disc inside;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

.mentor-text ul li {
  margin-bottom: 10px;
}

.mentor-image {
  flex: 1;
  text-align: right;
}

.mentor-image img {
  max-width: 100%;
  object-fit: cover;
}

/* Responsivo */
@media (max-width: 768px) {
  .mentor-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .mentor-image {
    text-align: center;
    margin-top: 20px;
  }
}


.ft {
    width: 250px;
    height: 300px;
    position: relative;
}

.ft img {
    width: 250px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease; 
}

#preto {
    z-index: 1;
    opacity: 1;
}

#colorida {
    z-index: 2;
    opacity: 0;
}

.ft:hover #preto {
    opacity: 0;
}

.ft:hover #colorida {
    opacity: 1;
}

.imgDesc {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

.ftInfo {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, #000521 0%, #001853 100%);
    color: #000;
    text-align: center;
    padding: 20px 0px;
}

.nome {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.ftRedes {
    width: 240px;
    border: solid 1px #114389;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: #114389;
    align-items: center;
    padding: 5px;
}

.ftRedes ul {
    display: flex;
    gap: 10px;
    list-style: none;
}

.ftRedes a {
    font-size: 20px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.Pinfo {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.Pinfo h2 {
    font-size: 30px;
}

.Pinfo p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}

.Pbtn {
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

.Pbtn button {
    width: 100%;
    padding: 14px 5px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #fff;
    cursor: pointer;
}

.Pbtn button:hover {
    background-color: #cacaca;
}

.Ccontainer {
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobAction {
    display: none;
}

.Citens {
    width: 70%;
    margin: auto;
}

.list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px;
    margin-bottom: 0px !important;
    flex-wrap: nowrap;
    overflow: visible;
}

.modulo {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
}

.modulo h2 {
    letter-spacing: 2px;
}

.modulo p {
    font-size: 12px;
}

.space {
    margin-bottom: 50px;
}

.modulo ul {
    width: 70% ;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-self: center;
   font-size: 16px;
   gap: 20px;
   margin-bottom: 30px;
}

.drt {
    margin-top: 60px;
}

.Mline {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
}

.Mline p {
    font-size: 20px;
    padding: 0px;
}

.MlineB {
    width: 100%;
    height: 1px;
    background-color: #000000;
}

.grd {
    margin-bottom: 0px !important;
    font-size: 14px !important;
}

.pqn {
    margin-bottom: 0px !important;
    font-size: 12px !important;
}

.moduloV {
    border-color: #134793 !important;
}

.MlineBV {
    background-color: #000000;
}

.conTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #4D5E78, #AABBD1);
    padding: 10px;
    margin-bottom: 10px;
}

.conTitle h2 {
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    
}

.cont {
    display: flex;
    justify-content: space-between;
    border: solid 1px;
    padding: 20px 30px;
    align-items: center;
    text-align: center;
    line-height: 20px;
}

.IngContainer {
    color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.IngItens {
    width: 70%;
}

.IngTitle h1 {
    font-size: 40px;
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}

.benefTitle h1 {
    font-size: 40px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    color: #191919;
    margin-top: 100px;
}

.benefTitle span {
    font-weight: bold;
    margin-left: 10px;
    color: #1D2463;
}

.bTitile {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    color: #515151;
    text-align: center;
    margin-bottom: 30px;
}

.benef {
    display: flex;
    gap: 10px;
    position: relative;
    transition: transform 0.5s ease;
}

.benef-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backkk {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
    background-color: #0D0D0D;
    padding: 10px;
    position: relative;
    text-align: center;
}

.tudoIsso {
    color: #969696;
}

.butb {
    flex: 0 0 auto;       
  display: inline-block;
  padding: 15px 190px; 
  width: auto; 
  border: none;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #77C748;
  cursor: pointer;
  border-radius: 5px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7); */
  margin-top: 50px;
  margin-bottom: 30px;
  color: #000;
}

.backkk::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}


.nav-btn {
  background: #0000006e;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  width: 45px;      /* largura fixa */
  height: 45px;     /* altura fixa */
  border-radius: 50%; /* círculo perfeito */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: none; /* escondido no desktop */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.377);
}

.prev-btn { left: -40px; }
.next-btn { right: -40px; }

.benefGSN {
    width: 250px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.055);
    transition: 1s;
}

.benefGSN.baixo {
    background-color: transparent;
    height: 300px;
}

.benefGSN:hover {
  transform: translateY(-5px);
}

.benefGSN p {
    width: 80%;
    height: 130px;
    text-align: center;
    color: #fff;
}

.numGSN {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 auto;
    background-color:#09195B;
    border-radius: 50%;
    color: #ffffff !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 1;
}

.numGSN::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -235px; /* metade da largura do card (ajuste fino) */
    width: 235px; /* tamanho da linha até o próximo número */
    height: 2px;
    background-color: #09195B;
    z-index: -1;
}

.benefGSN:first-child .numGSN::before {
    display: none;
}

.compre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.compre h2 {
    font-size: 30px;
    font-weight: 300;
}

.compre p {
    width: 400px;
    color: #808381;
    text-align: center;
}

.Lcontainer {
    color: #000000;
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
      background: 
     
    url("../img/LeGSN/FundoCaptacaoLeads.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.Litens {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forms {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
  
.inputBox {
    display: flex;
    flex-direction: column; /* Exibir label acima do input */
    margin-bottom: 15px;    /* Espaço entre os campos */
}
  
.inputBox input {
    width: 300px;
    display: block;
    padding: 0.4rem 0.5rem;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
  
.inputBox label {
    font-size: 14px;
    color: #fff;
}

.inputBox select {
    display: block;
    padding: 0.4rem 0.5rem;
    border: 1px solid #fff;
    background-color: transparent;
    color: #000;
}

.sbmtBtt {
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.sbmtBtt button {
    width: 100%;
    border: none;
    background-color: #77C748;
    padding: 5px;
    cursor: pointer;
    transition: 0.5s;
    font-size: 18px;
    letter-spacing: 2px;
}
  
.sbmtBtt button:hover {
    background-color: #5d9d39;
}

.Ltitle img {
    width: 400px;
}

.Ltitle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    text-align: center;
    text-shadow: 
        0 0 30px rgba(79, 96, 122, 0.8), 
        0 0 40px rgba(79, 96, 122, 0.6);
}

.Ltitle h1 {
    width: 600px;
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
    background: linear-gradient(to bottom, #AABBD1, #4F607A); /* Gradiente vertical */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.loc {
    width: fit-content;
    padding: 0px 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: solid 1px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.parte {
    width: 100%;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 10px;
}

.locContainer {
    color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../img/pontilhado.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.locItens {
    width: 70%;
}

.locTitle {
    margin-top: 20px;
    width: 100%;
}

.locTitle h1 {
    font-size: 40px;
    letter-spacing: 4px;
}

.locT {
    color: #fff !important;
    font-size: 30px;
}

.onde p {
    color: #808381;
}

.onde {
    margin-bottom: 30px;
}

.mapa {
    margin-bottom: 60px;
}

.hotel {
    margin-bottom: 100px;
}

.hotelNome p {
    font-size: 30px;
    color: #808381;
}

.contagem.mobile {
    display: none;
}

.check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Espaço entre a checkbox e o texto */
    margin-top: 10px; /* Espaçamento superior para separar da seção anterior */
    font-size: 14px; /* Ajuste o tamanho da fonte */
    color: #333; /* Cor do texto */
    margin-bottom: 60px;
}

.check input[type="checkbox"] {
    width: 14px; /* Tamanho da checkbox */
    height: 18px;
    cursor: pointer; /* Cursor muda para "pointer" ao passar por cima */
    border: 2px solid #ccc; /* borda quando desmarcado */
    border-radius: 4px;
    background-color: #fff; /* fundo quando desmarcado */
}

.check a {
    color: #007BFF; /* Cor do link */
    text-decoration: none; /* Remove o sublinhado do link */
}

.check a:hover {
    text-decoration: underline; /* Adiciona sublinhado no hover */
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Fundo escuro */
    overflow: hidden;
    /* Impede o scroll do fundo */
}

/* Conteúdo do popup */
.popup-content {
    position: fixed;
    /* Fixo na tela */
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Centraliza o conteúdo */
    padding: 20px;
    background-color: #fff;
    width: 80%;
    max-width: 600px;
    max-height: 80%;
    /* Define altura máxima */
    border-radius: 8px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    overflow-y: auto;
    /* Adiciona rolagem apenas no conteúdo */
}

/* Botão de fechar */
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

/* Estilo do link */
#openTermsPopup {
    color: #007bff;
    cursor: pointer;
}

#openTermsPopup:hover {
    text-decoration: underline;
}

/* Ativar o popup com efeito de fade-in */
.popup.show {
    display: block;
}

.servContainer {
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    background: radial-gradient(ellipse at center, #1C2231 0%, #000000 70%, #000000 100%);

}

.servicos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconS {
    margin-right: 30px;
}

.iconS img {
    width: 70px;
}

.txtS {
    width: 500px;
    height: 170px;
    padding-top: 50px;
    display: flex;
    align-items: center;
}

.textoS {
    width: 100%;
}

.titS {
    width: 70%;
    font-size: 18px;
    font-weight: bold;
}

.descS {
    width: 80%;
    color: #9A9C9D;
    font-size: 12px;
}

.alinhamento {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilo base para elementos escondidos */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

/* Classe adicionada quando o elemento entra na tela */
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.list.mob {
    display: none;
}

.titulo-imersao {
  width: 100%;
  background: #000;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}

.titulo-imersao span {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 4px;
  font-weight: 500;
  position: relative;
  padding: 0 30px;
  text-align: center;
}

/* Linha esquerda */
.titulo-imersao span::before,
.titulo-imersao span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  height: 2px;
  background: linear-gradient(to right, transparent, #2fff00);
}

.titulo-imersao span::before {
  left: -130px;
}

.titulo-imersao span::after {
  right: -130px;
  background: linear-gradient(to left, transparent, #2fff00);
}

.atencao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.atencao h2 {
    color: #77C748;
    font-weight: 400;
    font-size: 30px;
}

.atencao p {
    font-size: 20px;
    margin-bottom: 70px;
}

.garanta {
    margin-bottom: 0px !important;
    color: #4F4F4F;
}

.modal-aprovado {
    display: none; /* começa escondido */
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    justify-content: center;
    align-items: center;
    padding: 16px;
    z-index: 9999;
}

/* Caixa do modal */
.modal-aprovado-box {
    background: #fff;
    width: 100%;
    max-width: 340px;
    padding: 22px 18px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);

    /* 🔥 centralização correta */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Texto */
.modal-aprovado-box p {
    width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

/* Destaque */
.modal-aprovado-box strong {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
}

/* Botão grande para toque */
.modal-aprovado-btn {
    width: 100%;
    margin-top: 18px;
    padding: 14px 0;
    border: none;
    background: #1a7f37;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);

}

/* Feedback visual */
.modal-aprovado-btn:active {
    transform: scale(0.97);
}

.modal-aprovado-box {
    animation: modalZoom 0.25s ease;
}

@keyframes modalZoom {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {

    .iTitle {
        margin-top: 20px;
    }

    .iTitle p {
        font-size: 14px;
    }

    .iTitle h1 {
        font-size: 36px;
        text-align: center;
    }

    .banner {
        width: 90%;
        margin: auto;
    }

    .locData {
        width: 90%;
        margin-top: 10px;
    }

    .locData p {
        font-size: 12px;
        background-color: #000;
        padding: 5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
        font-weight: bold;
        border-radius: 5px;
    }

    .Icontainer {
        flex-direction: column;
        height: 100vh;
        text-align: center;
    }

    .fTitile h1 {
        font-size: 36px;
        line-height: 36px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .fTitile button {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 15px 20px;
    }

    .conteudo button {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 15px 20px;
    }

    .fTitile p {
        font-size: 14px;
    }

    .small {
        font-size: 14px !important;
        text-align: left;
    }

    .Sitens {
        width: 90%;
    }

    .Stitle h1 {
        font-size: 30px;
        margin: auto;
    }

    .sobre {
        flex-direction: column;
        gap: 0px;
    }

    .videoYT {
        width: 100%;
        height: 270px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .videoYT iframe {
        width: 320px;
        height: 250px;
    }

    .Sinfo h2 {
        font-size: 20px;
    }

    .Sinfo p {
        font-size: 15px;
    }

    .Sinfo ul {
        font-size: 15px;
    }

    .flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Pinfo {
        width: 90%;
    }

    .Pinfo h2 {
        font-size: 20px;
    }

    .imgDesc {
        margin-bottom: 30px;
    }

    .list {
    display: none;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    }

    .list.mob {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .colum {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
    }

    .n {
        display: none;
    }

    .verde {
    height: auto;
    margin-bottom: 0px;
    }


    .Citens {
        width: 90%;
    }

    .modulo ul {
        width: 80%;
    }

    .contagem.desktop {
        display: none;
    }

    .contagem.mobile {
        display: block;
    }

    .Ccontainer {
        margin-bottom: 0px;
    }

    .compre h2 {
        font-size: 20px;
    }

    .compre p {
        width: 100%;
        font-size: 13px;
        text-align: center;
    }



    .Pinfo ul {
        margin-bottom: 50px;
    }

    .Scontainer {
        margin-bottom: 20px;
    }

    .Lcontainer {
        padding-bottom: 100px;
    }

    .Litens {
        flex-direction: column;
    }

    .Ltitle {
        margin-bottom: 30px;
    }

    .Ltitle h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .locItens {
        width: 90%;
    }

    .locTitle h1 {
        font-size: 40px;
        letter-spacing: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .servicos {
        flex-direction: column;
    }

    .Stitle h1 {
        font-size: 22px;
    }

    .IngTitle h1 {
        font-size: 22px;
        line-height: 34px;
    }

    .IngContainer {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .IngItens {
        width: 75%;
    }

    .txtS {
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .iconS {
        margin-right: 10px;
    }

    .benefTitle h1 {
        margin-top: 50px;
        font-size: 26px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .bTitile {
        font-size: 15px;
    }

    .benefGSN {
        flex: 0 0 100%; /* ocupa 100% da largura */
        margin: 0 auto;
        height: 400px;
    }

    .benef {
        display: flex;
        transition: transform 0.5s ease;   
    }

    .hid {
        overflow: hidden;
        max-width: 250px;
    }

    .numGSN::before {
        left: -275px; /* metade da largura do card (ajuste fino) */
        width: 275px;
    }

    .nav-btn {
        display: block; /* mostra botões */
    } 

    .butb {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 15px 20px;
    }
    
    .modulo {
    flex: 0 0 auto;
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    }

    #cronograma h1 {
        margin-bottom: 0px;
    }

    .servContainer {
        margin-bottom: 130px;
    }

    .videoYT img {
    width: 100%;
    }

    .Ltitle img {
    width: 300px;
    }

    .mobAction {
        display: block;
        text-align: center;
    }

    .fFoto img {
        display: none;
    }

      .titulo-imersao {
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .titulo-imersao span {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 0 16px;
  }

  .titulo-imersao span::before,
  .titulo-imersao span::after {
    width: 50px;
    height: 2px;
    top: 50%;
  }

  .titulo-imersao span::before {
    left: -10px;
  }

  .titulo-imersao span::after {
    right: -10px;
  }

    .sp {
    margin-bottom: 20px !important;
    }

    .MobfFoto img {
    display: none;
    

}

}