body {
    background-color: #000;
}

.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: #fff;
    width: 100%;
    height: 100dvh;
    padding-top: 60px ;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.Iitens {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iTitle {
    width: 100%;
    margin-top: 10px;
    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;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.7);
}

.banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%; /* Ajuste conforme o efeito desejado */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 30%,
        rgba(0, 0, 0, 0.5) 60%,
        rgba(0, 0, 0, 0.8) 90%,
        #05050518 100%
    );
    pointer-events: none;
}

.banner img {
    width: 100%; /* A imagem ocupa toda a largura do contêiner */
    height: auto; /* Mantém a proporção da imagem */
    object-fit: cover; /* Ajusta a imagem dentro do espaço, se necessário */
}

.mobBanner {
    width: 70%;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.7);
}

.mobBanner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%; /* Ajuste conforme o efeito desejado */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 30%,
        rgba(0, 0, 0, 0.5) 60%,
        rgba(0, 0, 0, 0.8) 90%,
        #05050518 100%
    );
    pointer-events: none;
}

.mobBanner img {
    width: 100%; /* A imagem ocupa toda a largura do contêiner */
    height: auto; /* Mantém a proporção da imagem */
    object-fit: cover; /* Ajusta a imagem dentro do espaço, se necessário */
}

.mobBanner {
    display: none;
}


.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;
}

.dataEx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.dataEx h1 {
    margin: 0;
    font-size: 55px;
    font-weight: 500;
}

.dataEx h2 {
    font-weight: 500;
    margin-bottom: 10px;
}

.Ibtn {
    display: flex;
    justify-content: center;
    width: 30%;
    margin-bottom: 200px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

.Ibtn button {
    width: 100%;
    padding: 5px 5px;
    border: none;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    background: radial-gradient(circle, #299f62 0%, #2bc550 100%);
    cursor: pointer;
}

.Ibtn button:hover {
    background-color: #cacaca;
}

.sobreBtn {
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

.sobreBtn button {
    width: 100%;
    padding: 7px;
    border: none;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    background: radial-gradient(circle, #299f62 0%, #2bc550 100%);
    cursor: pointer;
}

.sobreBtn button:hover {
    background-color: #cacaca;
}

.Scontainer {
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
}

.Sline {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.SlineB {
    width: 100%;
    height: 1px;
    background-color: #ffff;
}

.Sitens {
    width: 70%;
}

.Stitle h1 {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
}

.palestrantes {
    display: flex;
    flex-wrap: wrap; /* Permite quebrar linha */
    justify-content: center;
    gap: 20px; /* Espaçamento entre os blocos */
}

.palestrantes img {
    width: 100%;
    max-width: 200px; /* Evita imagens gigantes */
    height: auto;
}

.imgNome {
    margin-top: 50px;
    width: 18%; /* Aproximadamente 4 por linha em telas grandes */
    text-align: center;
}

.locflex {
    display: flex;
    gap: 20px;
}

.imgNome p {
    font-size: 20px;
    font-weight: bold;
}

.imgNome a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #00eb4d;
}

.imgNome i {
    margin-right: 5px;
}

.sobre {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 100px;
    flex-direction: column;
}

.videoYT {
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoYT iframe {
    width: 560px;
    height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Sinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.Sinfo h2 {
    font-size: 25px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    justify-content: center;
    text-align: center;
}

.Sinfo span{
    color:#00E44B;
}

.Sinfo p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}


.map {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map img {
    width: 600px;
}

.lineVfine {
    width: 100%;
    height: 1px;
    background-color: #00C442;
}


.lineVupp {
    width: 50%;
    height: 2px;
    background-color: #00C442;
}

.estation {
    font-size: 30px !important;
    font-weight: 400;
    letter-spacing: 10px !important;
    margin-bottom: 0px !important;
    margin-top: 50px;
    text-align: center;
}

.estationP {
    font-size: 16px !important;
    text-align: center !important;
    margin-top: 15px;
}

.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, #299f62 0%, #2bc550 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 #007C42;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: #007C42;
    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 {
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.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: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
}

.Citens {
    width: 70%;
}

.tabela-container {
    width: 100%;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 16px;
  }
  
  thead {
    background: radial-gradient(circle, #299f62 0%, #2bc550 100%);
  }
  
  th, td {
    border: 1px solid #00c04b;
    padding: 10px;
  }
  
  .dia {
    background-color: black;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  
  .dia td {
    padding: 12px;
    font-size: 25px;
    border: none;
  }

.list {
    display: flex;
    gap: 10%;
}

.modulo {
    border: solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    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;
}

.Mline {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.MlineB {
    width: 100%;
    height: 1px;
    background-color: #ffff;
}

.moduloV {
    border-color: #00CB6E;
}

.MlineBV {
    background-color: #00CB6E;
}

.conTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #00A05E, #00C544);
    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: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.IngItens {
    width: 70%;
}

.IngTitle h1 {
    font-size: 40px;
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}

.Litens {
    width: 70%;
}

.forms {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.forms h1 {
    font-size: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
  
.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: #000000;
    color: #fff;
}
  
.inputBox label {
    font-size: 12px;
    color: #fff;
}

.inputBox select {
    display: block;
    padding: 0.4rem 0.5rem;
    border: 1px solid #fff;
    background-color: #000000;
    color: #fff;
}

.sbmtBtt {
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.sbmtBtt button {
    width: 90%;
    border: none;
    background: radial-gradient(circle, #299f62 0%, #2bc550 100%);
    padding: 8px;
    cursor: pointer;
    transition: 0.5s;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}
  
.sbmtBtt button:hover {
    background-color: #cacaca;
}

.Ltitle {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.Ltitle h1 {
    font-size: 70px;
    line-height: 80px;
    background: linear-gradient(to right, #00A05E, #00C544);
    -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: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    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;
    text-align: center;
    line-height: 45px;
}

.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 */
}

.check input[type="checkbox"] {
    width: 14px; /* Tamanho da checkbox */
    height: 18px;
    cursor: pointer; /* Cursor muda para "pointer" ao passar por cima */
}

.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;
}

@media screen and (max-width: 768px) {

    .iTitle {
        margin-top: 20px;
    }

    .iTitle p {
        font-size: 14px;
    }

    .iTitle h1 {
        font-size: 40px;
    }

    .banner {
        width: 100%;
        margin: auto;
    }

    .mobBanner {
        width: 100%;
        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 {
        padding-top: 200px;
        height: 60dvh;
        justify-content: center;
    }

    .Sitens {
        width: 90%;
    }

    .Stitle h1 {
        font-size: 30px;
        margin: auto;
    }

    .sobre {
        flex-direction: column;
    }

    .Sinfo {
        width: 90%;
    }

    .Sinfo h2 {
        font-size: 25px;
    }

    .Sinfo p {
        font-size: 18px;
    }

    .flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Pinfo {
        width: 90%;
    }

    .Pinfo h2 {
        font-size: 20px;
    }

    .imgDesc {
        margin-bottom: 30px;
    }

    .list {
        flex-direction: column;
    }

    .Citens {
        width: 90%;
    }

    .modulo ul {
        width: 80%;
    }

    .contagem.desktop {
        display: none;
    }

    .contagem.mobile {
        display: block;
    }

    .Ccontainer {
        margin-bottom: 80px;
    }

    .compre h2 {
        font-size: 20px;
    }

    .compre p {
        width: 100%;
        font-size: 13px;
        text-align: center;
    }

    .IngContainer {
        margin-bottom: 80px;
    }

    .Pinfo ul {
        margin-bottom: 50px;
    }

    .Scontainer {
        margin-bottom: 100px;
    }

    .Lcontainer {
        margin-bottom: 100px;
    }

    .Litens {
        flex-direction: column;
    }

    .Ltitle {
        margin-bottom: 30px;
    }

    .locItens {
        width: 90%;
    }

    .locTitle h1 {
        font-size: 40px;
        letter-spacing: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .imgNome {
        width: 45%; /* Duas colunas */
    }

    .palestrantes {
        gap: 15px;
    }

    .imgNome p {
        font-size: 18px;
    }

    .map img {
        width: 300px;
    }

    .dataEx h1 {
        font-size: 30px;
    }

    .Ibtn {
        width: 80%;
    }

    table {
        font-size: 14px;
        min-width: unset;
      }
    
      .tabela-container {
        padding: 0 10px;
      }
    
      th, td {
        padding: 8px;
      }
    
      .dia td {
        font-size: 16px;
      }

    .locflex {
        flex-direction: column;
    }

    .videoYT iframe {
        width: 336px;
        height: 189px;
    }

    .banner {
        display: none;
    }

    .mobBanner {
        display: flex;
    }

}