@font-face {
  font-family: 'Edosz';
  src: url('../Imagens/edosz.ttf') format('truetype');
}

body{
    margin: 0;
    padding: 0;
    align-items: center;
    background-color: #f0f0f0;
}

h1, h2, h3, h4, h5{
    font-family: 'Edosz', sans-serif;
}

p{
    font-family: 'Fjalla One', sans-serif;
}


@media only screen and (max-width: 600px) {
    .sidenav {
        background-color: rgba(0, 0, 0, 0.25);
        color: #FCF302;
    }
    
    .itensMob{
        margin-left: 15px;
        margin-top:25px;
    }

    .blocoitensMob{
        padding-top: 25%;
    }
    
    .video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
    
    .blocoInfos p{
        font-size:1.25em;
    }

    .video-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    min-height: 100vh; /* Para garantir que o vídeo não seja menor do que a largura da tela */
    transform: translateY(-0%);
    object-fit: cover;

    }

    .opacidadeVideo{
       filter: brightness(0.35); 
    }

    .centered-video {
        position: absolute;
        top: 40%;
        right: 50%;
        transform: translate(0, -10%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 100%;
    }

    .centered-video video {
        max-width: 100%;
        max-height: 100%;
    }

    .tituloVideo{
        position: relative;
        top: -15%;
        right: -112%;
        color: #FCF302;
        min-width: 100%;
    }

    .centered-video-texto {
        position: absolute;
        top: 42%;
        left: 5%;
        transform: translate(0, -50%);
        width: 90%;
        height: auto;
        background-color: rgba(252, 243, 2, 0.75);
        color:#1F35BB;
        border-radius: 25px;
        padding: 10px;
        text-align: justify;
    }
    
    .blocoInfos{
        color:#FFFFFF;
        border-radius: 25px;
        padding: 15px;
        background-color: #1F35BB;
        margin:10px;
        height: 300px;
        display: flex; /* Use flexbox para centralização vertical */
        flex-direction: column; /* Alinhe verticalmente os itens */
        justify-content: center; /* Centralize verticalmente os itens */
        text-align: center;
    }

    .blocoInfos p{
        font-size:1.25em;
    }
    
    .blocoInfosPai{
        background-color:#FCF302;
        width: 100%;
    }
    
    .parallax{
        filter: brightness(0.25); 
    }
    
    .parallax-container {
        text-align: center;
        height: auto;
        color: #FFFFFF;
    }
    
    .parallax-container h5{
        color: #c5c15b;
    }
    
    .carousel {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .iconesFotos{
        color:#1F35BB;
        text-shadow: 2px 2px 1px rgba(252, 243, 2, 0.75);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 50%;
        font-size: 1em;
    }
    
    .image-container {
        width: 100%;
        height: 65vh;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    
    .centered-button{
        width: 90vw;
        height: 50px;
        font-size: 24px;
        background-color: #1F35BB;
        color: #FFFFFF;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        color:#FCF302;
    }
    
    .centered-buttonW {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; 
        width: 90vw;
        height: 65px;
        font-size: 24px;
        background-color: #4ac95a;
        color: #FFFFFF;
        border: none;
        border-radius: 50px;
        cursor: pointer;
    }
    
    .centered-buttonI {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; 
        width: 25vw;
        height: 65px;
        font-size: 24px;
        background-color: #FCF302;
        color: #1F35BB;
        border: none;
        border-radius: 50px;
        cursor: pointer;
    }
    
    .BlocoGeral{
        transform: translate(0, 5.8%);
    }
    
    .blocoInfosGerais1{
        color:#1F35BB;
        background-color: #FFFFFF;
        margin:0px;
        text-align: center;
        border:2px #FFFFFF solid;
    }
    
    .blocoInfosGerais2{
        color:#FFFFFF;
        background-color: #FCF302;
        margin:0px;
        text-align: center;
        border:2px #FCF302 solid;
    }
    
    .blocoInfosGerais3{
        color:#FFFFFF;
        background-color: #1F35BB;
        margin:0px;
        text-align: center;
        border:2px #FCF302 solid;
    }
    
    .centered-buttonP{
        height: 50px;
        font-size: 24px;
        background-color: #1F35BB;
        color: #FFFFFF;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        color:#FCF302;
    }
    
    .containerI {
      margin: 0 auto;
      max-width: 1380px;
      width: 100%;
    }
    
    .blocoIncluiM{
        margin-bottom: 25px;
    }
    
    .blocoIncluiM p{
        margin: 0;
    }
    
    .item-title {
        font-size: 1em;
    }
    
    .containerDD {
      margin: 0 auto;
      max-width: 1380px;
      width: 100%;
    }
    
    .containerInsc{
        margin: 0 auto;
        max-width: 1380px;
        width: 95%;
        border-radius:10px;
        box-shadow: 0px 0px 10px #000000;
        padding:20px;
        margin-top:25px;
    }
    
    .dropdown-content {
      background-color: #fff;
      margin: 0;
      display: none;
      width: 100%;
      overflow-y: auto;
      opacity: 0;
      position: absolute;
      left: 0;
      top: -45px;
      z-index: 9999;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }

    .dropdown-content li {
      clear: both;
      color: #000000;
      cursor: pointer;
      height: auto;
      text-align: left;
      min-width: 100%;
      background-color: #fff;
      vertical-align: middle;
    }


    .dropdown-content li > a, .dropdown-content li > span {
      font-size: 20px;
      background-color: #fff;
      height: 50px;
      vertical-align: middle;
    }
    
    .imagensInscricao{
        width:100%;
        font-size:1em;
    }
    
    .mesesFin{
        width:8.3%;
    }
    
    .box_conteudo{
        
    }
    
    .box_conteudo{
         margin-bottom:0px;
         margin-bottom:0px;
    }
    
    .graficoAtivos{
       width: 100%; 
    }
    
    .centered-buttonI1 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; 
        width: 40vw;
        height: 40px;
        font-size: 18px;
        background-color: #FCF302;
        color: #1F35BB;
        border: none;
        border-radius: 50px;
        cursor: pointer;
    }
    
    .centered-buttonI2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; 
        width: 40vw;
        height: 40px;
        font-size: 18px;
        background-color: #1F35BB;
        color: #FCF302;
        border: none;
        border-radius: 50px;
        cursor: pointer;
    }
    
    .fundoIndex{
        background-image:url(../Imagens/BaseIndexM.jpg);
        background-attachment: fixed;
        background-position: center;
        background-size: 100vh;
        background-repeat: no-repeat;   
    }

}

@media only screen and (min-width: 601px) {
    .video-container {
    position: relative;
    width: 100%;
    height: 60%;
    overflow: hidden;
    }

    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60%;
        object-fit: cover;
    }
    
    .blocoInfos p{
        font-size:1em;
        margin-top:0;
    }

    .opacidadeVideo{
       filter: brightness(0.35); 
    }

    .centered-video {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(0, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .centered-video video {
        max-width: 40%;
        max-height: 40%;
    }

    .tituloVideo{
        position: relative;
        top: -52.5%;
        right: 29.5%;
        color: #FCF302;
    }

    .centered-video-texto {
        position: absolute;
        top: 30%;
        left: 10%;
        transform: translate(0, -50%);
        text-align: justify;
        width: 30%;
        height: 40%;
        background-color: rgba(252, 243, 2, 0.75);
        color:#1F35BB;
        border-radius: 25px;
        padding: 10px;
    }
    
    .blocoInfos{
        color:#FFFFFF;
        border-radius: 25px;
        padding: 15px;
        background-color: #1F35BB;
        margin:50px;
        height: 325px;
        display: flex; /* Use flexbox para centralização vertical */
        flex-direction: column; /* Alinhe verticalmente os itens */
        justify-content: center; /* Centralize verticalmente os itens */
        text-align: center;
    }

    .blocoInfos p{
        font-size:1em;
        margin-top:0;
    }
    
    .blocoInfosPai{
        background-image:url(../Imagens/blocoInfos.jpg);
        background-position: center;
        background-attachment: fixed;
        width: 100%;
    }
    
    .blocoLazerPai{
        background-image:url(../Imagens/lazerInfra.jpg);
        background-position: center;
        background-attachment: fixed;
        width: 100%;
    }
    
    .parallax{
        filter: brightness(0.25); 
    }
    
    .parallax-container {
        text-align: center;
        height: 130vh;;
        color: #FFFFFF;
    }
    
    .parallax-container h5{
        color: #c5c15b;
    }
    
    .carousel {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        overflow-x: hidden;
        height: 300px;
    }
    
    .iconesFotos{
        color:#1F35BB;
        text-shadow: 2px 2px 1px rgba(252, 243, 2, 0.75);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 50%;
        font-size: 2em;
    }
    
    .image-container {
        width: 100%;
        height: 75vh;
        overflow: hidden;
        position: relative;
        z-index: 1; /* Coloque a imagem abaixo do menu */
    }
    
    .centered-button{
        width: 25vw;
        height: 50px;
        font-size: 24px;
        background-color: #1F35BB;
        color: #FFFFFF;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        color:#FCF302;
    }
    
    .centered-buttonW {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; 
        width: 25vw;
        height: 65px;
        font-size: 24px;
        background-color: #4ac95a;
        color: #FFFFFF;
        border: none;
        border-radius: 50px;
        cursor: pointer;
    }
    
    .centered-buttonI1 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; 
        width: 15vw;
        height: 40px;
        font-size: 18px;
        background-color: #FCF302;
        color: #1F35BB;
        border: none;
        border-radius: 50px;
        cursor: pointer;
    }
    
    .centered-buttonI2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; 
        width: 15vw;
        height: 40px;
        font-size: 18px;
        background-color: #1F35BB;
        color: #FCF302;
        border: none;
        border-radius: 50px;
        cursor: pointer;
    }
    
    .fundoIndex{
        background-image:url(../Imagens/BaseIndex.jpg);
        background-attachment: fixed;
        background-position: center;
        background-size: 100vw;
        background-repeat: no-repeat;   
    }
    
    .centered-buttonP{
        height: 50px;
        font-size: 24px;
        background-color: #1F35BB;
        color: #FFFFFF;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        color:#FCF302;
    }
    
    .blocoInfosGerais1{
        color:#1F35BB;
        background-color: #FFFFFF;
        margin:10px;
        text-align: center;
        border:2px #FFFFFF solid;
    }
    
    .blocoInfosGerais2{
        color:#FFFFFF;
        background-color: #FCF302;
        margin:10px;
        text-align: center;
        border:2px #FCF302 solid;
    }
    
    .blocoInfosGerais3{
        color:#FFFFFF;
        background-color: #1F35BB;
        margin:10px;
        text-align: center;
        border:2px #FCF302 solid;
    }
    
    .BlocoGeral{
        transform: translate(0, -5%);
    }
    
    .blocoValores{
        border-right: 2px #FFFFFF solid;
    }
    
    .containerI {
      margin: 0 auto;
      max-width: 1380px;
      width: 70%;
    }
    
    .containerD {
      margin: 0 auto;
      max-width: 1380px;
      width: 60%;
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: scale(1); /* Tamanho normal */
        }
        50% {
            transform: scale(1.05); /* Tamanho aumentado */
        }
    }

    .pulse {
        animation: pulse 1s infinite; /* 1 segundo para cada ciclo, repetição infinita */
    }

    .pulsing-text {
        font-size: 2em; /* Tamanho da fonte inicial */
        animation: pulseFont 1s infinite alternate; /* Animar o tamanho da fonte */
    }

    @keyframes pulseFont {
        0%, 100% {
            font-size: 2em; /* Tamanho normal */
        }
        50% {
            font-size: 2.1em; /* Tamanho aumentado */
        }
    }
    
    .item-title {
        font-size: 1.1em;
    }
    
    .containerDD {
      margin: 0 auto;
      max-width: 1380px;
      width: 90%;
    }
    
    .containerInsc{
        margin: 0 auto;
        max-width: 1380px;
        width: 75%;
        border-radius:10px;
        box-shadow: 0px 0px 10px #000000;
        padding:20px;
        margin-top:25px;
    }
    
    .containerInscPag{
        margin: 0 auto;
        max-width: 1380px;
        width: 50%;
        border-radius:10px;
        box-shadow: 0px 0px 10px #000000;
        padding:20px;
        margin-top:25px;
    }
    
    .imagensInscricao{
        font-size:1.25em;
    }
    
    .mesesFin{
        width: 7.5%;
    }
    
    .box_conteudo{
         margin-bottom:20px;
    }
    
    .graficoAtivos{
       width: 50%; 
    }

}

.menu-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FCF302;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.menu li {
    margin: 0 10px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.75);
}

.menu li h5 {
    font-size: 1.25em;
}

.menu li a {
    color: #1F35BB;
    transition: color 0.3s ease;
}

.menu li a:hover {
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 1);
}

.logo {
    width: 150px; /* Aumente o tamanho do logo */
    height: auto;
    margin-right: 10px;
}

.logoM {
    width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.carousel-image {
    height: 220px;
    margin: 0px;
    cursor: pointer;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.overlay-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.expanded-image {
    max-height: 80vh;
    max-width: 90vw;
}

.prev-btn,
.next-btn {
    font-size: 36px;
    color: white;
    cursor: pointer;
    user-select: none;
}

.prev-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.next-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.expanded-image {
    max-width: 100%; /* Ajuste a largura conforme necessário */
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Ajuste o estilo do modal conforme necessário */
.modal {
    max-width: 90%;
    max-height: 90%;
}

.expandable-item {
    margin-bottom: 5px;
    border: 1px solid #1F35BB;
    overflow: hidden;
    
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    background-color:#1F35BB;
    color:#FBF239;
    font-family: 'Fjalla One', sans-serif;
}


.expand-icon {
    transition: transform 0.3s;
}

.item-content {
    padding: 10px;
    display: none;
    color:#1F35BB;
    font-family: 'Fjalla One', sans-serif;
}


.expanded + .item-content {
    display: block;
}

.mesAtual{
    background-color:#2d353c; color:#dee2e6; border-radius:10px; border:1px solid #2d353c; margin-right:2px;
}

.mesAtualN{
    background-color:#dee2e6; color:#2d353c; border-radius:10px; border:1px solid #2d353c; margin-right:2px;
}

.mesAtualF{
    background-color:#a6a7a9; color:#c8d2da; border-radius:10px; border:1px solid #c8d2da; margin-right:2px;
}

