@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    overflow-x: none;
}

.cabecalho{
    width: 100%;
    border-bottom: 1px solid #000357;
}

.subnav{
    background-color: #42468C;
    color: white;
    height: 44px;
    width: 100%;
    padding: 8px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navcontato{
    display: flex;
    gap: 25px;
    padding-top: 13px;
}

.redes{
    display: flex;
    gap: 15px;
}

.redes a{
    color: white;
    font-size: 20px;
}

.navbar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 111px;
    padding: 16px 0;
    background-color: white;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#logo-nav-etp{
    width: 100px;
    height: 75px;
}

.navbar li{
    display: flex;
    gap: 20px;
}

.menuhamburguer{
    display: none;
}

.navbar ul li {
    position: relative;
}

.navbar ul li > a {
    text-decoration: none;
    color: #42468C;
    font-size: 16px;
    padding: 10px;
    display: inline-block;
    font-weight: 600;
}

.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.modal0 {
    margin-top: -5px;
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
    width: 200px;
    left: 0px;  /* Alinhar com o título */
    top: 100%; /* Ficar diretamente abaixo do título */
    border-top: 4px solid orange;
}

.modal0 > a{
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    padding-left: 5px;
    width: 100%;
    height: 40px;
    padding-top: 5px;
}

.modal0 a:nth-child(1){
    margin-top: 7px;
}

.modal0.show {
    display: block; /* Mostrar quando a classe 'show' é adicionada */
}

.modal0 p {
    margin: 0;
    font-size: 12px;
    color: #333;
}

.faleconosco{
    background-color: #F26D3D;
    color: #fff;
    border-radius: 1rem;
    padding: 7px 20px;
    border: none;
    font-weight: 600;
    width: 143.35px;
    height: 32px;
    font-size: 13.333px;
}

/* Mobile Menu*/

p{
    line-height: normal;
}



.mobmenu{
    background-color: #fff;
    height: 100vh;
    width: 265px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    flex-direction: column;
    align-items: center;
}

.mobmenu i.close-icon {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* começa oculto */
    z-index: 99; /* deve ser menor do que o z-index do mobmenu para estar por trás dele */
}

.mobmenu i{
    margin-left: auto;
    padding-right: 10px;
    margin-top: 0px;
    font-size: 22px;
    color: #1DAEE4;
}

.mobmenu i:hover{
    color: #255B88;
}

.mobi{
    margin-top: 7px;
    margin-bottom: 40px;
    margin-left: 30px;
    width: 100px;
    height: 75px;
}

.linksmob{
    display: flex;
    flex-direction: column;
}

.linksmob a{
    height: 50px;
    width: 265px;
    padding-top: 13px;
    padding-left: 15px;
    text-decoration: none;
    font-size: 16px;
    color: #42468C;
}

.mobbutton{
    background-color: transparent;
    border: none;
    width: 200px;
    height: 37px;
    margin-left: 28px;
    margin-top: 45px;
    overflow: hidden;
    position: relative; /* Adicionado para posicionar a imagem absolutamente */
    transition: transform 1s ease;
}

.mobbutton img{
    width: auto; /* Alterado para auto */
    min-width: 200px;
    height: auto; /* Alterado para auto */
    max-width: 100%; /* Adicionado para garantir que a imagem não ultrapasse o tamanho do botão */
    max-height: 100%; /* Adicionado para garantir que a imagem não ultrapasse o tamanho do botão */
    position: absolute; /* Adicionado para posicionar a imagem absolutamente */
    top: 50%; /* Adicionado para centralizar verticalmente */
    left: 50%; /* Adicionado para centralizar horizontalmente */
    transform: translate(-50%, -50%); /* Adicionado para centralizar a imagem */
    cursor: pointer;
    transition: opacity 1s ease;
}

.faleconoscorespmobi{
    background-color: #F26D3D;
    border: none;
    color: #42468C;
    padding: 4px;
    border-radius: 1.5rem;
    font-size: 12px;
    cursor: pointer;
    width: 170px;
    height: 30px;
    margin-top: 30px;
    display: block;
    margin-left: 11px;
}

.mobredes{
    margin-left: 28px;
    margin-top: 40px;
    display: flex;
    gap: 10px;
    margin-bottom: 70px;
}

.mobredes i,
.mobmenu i{
    color: #42468C;
}



.mobmenu{
    overflow: auto;
}

.content-box {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
}

.content-box a{
    text-decoration: none;
    color: #42468C;
    font-size: 13px;
    padding: 10px;
    display: inline-block;
    font-weight: 600;
}

.toggle-btn {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #f9f9f9;
    color: #000357;
    border: none;
    cursor: pointer;
    text-align: left;
}

.toggle-btn i{
    font-size: 14px;
    margin-left: 10px;
}

.toggle-btn:focus {
    outline: none;
    background-color: #e3dddd;
}

#btnmobip{
    padding: 0px;
    margin-right: auto;
}

/* Fim - Mobile Menu*/

#banner {
    width: 100%;
    overflow: hidden;
}

#banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-color: aqua;
    vertical-align: initial;
}

.conteudo2 {
    overflow: hidden;
    margin-top: -7px;
    display: flex;
    flex-direction: column;
}

#bgama {
    height: 550px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -150px;
    vertical-align: initial;
}

.container-conteudo2{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    gap: 60px;
    margin-top: -125px;
}

.fcl h1{
    color: #42468C;
    font-size: 34px;
    margin-bottom: 7px;
    text-align: center;
}

.fcl h2{
    color: #42468C;
    font-size: 18px;
    margin-bottom: 30px;
}

#brsim{
    display: none;
}

.fcl{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fcl-2box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.box-fcl{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text-fcl{
    margin-top: 20px;
}

.text-fcl h3{
    font-size: 17px;
    width: 400px;
    height: 35px;
    background-color: #42468C;
    color: #F2C029;
    padding-left: 30px;
    padding-top: 7px;
    font-weight: 600;
}

.text-fcl p{
    color: #42468C;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 10px;
}

#titleboxresp{
    display: none;
}

.boxes{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    overflow: hidden;
}

.boxes h3{
    font-size: 17px;
    width: 400px;
    height: 35px;
    background-color: #42468C;
    color: #F2C029;
    padding-left: 30px;
    padding-top: 7px;
    font-weight: 600;
    margin-right: 350px;
}

.boxesb4{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    
}

.box4b{
    display: flex;
    flex-direction: column;
    width: 257px;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}

#imgb4b{
    width: 100%;
    height: 170px;
    background-color: #9a9bc9;
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
    object-fit: cover;
    border: 1.7px solid #000357;
    border-bottom: none;
}

#imgb4b2{
    width: 100%;
    height: 170px;
    background-color: #9a9bc9;
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
    object-fit: cover;
    border: 1.7px solid #000357;
    border-bottom: none;
    object-position: center 15%;
}

.textb4{
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-left: 8px;
    gap: 13px;
    border: 2.3px solid #42468C;
}

.textb4 h2{
    color: #F17833;
    font-size: 18px;
    margin-top: 17px;
}

.textb4 p{
    color: #42468C;
    font-size: 15px;
}

.btnboxb4{
    width: 120px;
    height: 25px;
    color: #42468C;
    font-size: 10.4px;
    font-weight: 700;
    background-color: #F2C029;
    border: none;
    border-radius: .8rem;
    margin-top: 22px;
    margin-bottom: 14px;
}

.btnboxb42{
    width: 120px;
    height: 25px;
    color: #42468C;
    font-size: 10.4px;
    font-weight: 700;
    background-color: #F2C029;
    border: none;
    border-radius: .8rem;
    margin-top: 60px;
    margin-bottom: 14px;
}


#overlay3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* fundo semi-transparente */
    z-index: 1; /* maior que o z-index do modal */
}

.modall {
    display: none;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 940px !important;
    height: 520px !important; /* Adicionado para tornar o conteúdo rolável */
    margin: auto; /* Centralizar o modal horizontalmente */
    position: fixed; /* Posicionamento fixo */
    top: 50% !important; /* Centralizar verticalmente */
    left: 50% !important; /* Centralizar horizontalmente */
    transform: translate(-50%, -50%); /* Centralizar precisamente */
    z-index: 2; /* Garantir que o modal esteja acima de outros elementos */
    overflow: hidden;
}

.headermodal {
    position: sticky; /* Tornar o headermodal fixo */
    top: 0; /* Fixar no topo da janela */
    width: 100%;
    height: 170px;
    background-color: #9a9bc9;
}

.modalbody {
    display: flex;
    justify-content: center;
    gap: 70px;
    width: 100%;
    background-color: #fff;
   
    padding: 20px; /* Adicionar algum preenchimento */
}

.textmodal{
    margin-top: 40px;
}

.textmodal p{
    color: #42468C;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0px !important;
    margin-bottom: 0px !important;
    line-height: normal !important;
}

.textmodal h2{
    font-size: 17px;
    width: 380px;
    height: 33px;
    background-color: #42468C;
    color: #F2C029;
    padding-left: 30px;
    padding-top: 6px;
    font-weight: 600;
}

#titlem{
    color: #42468C;
    margin-top: 15px;
    
    margin-bottom: 40px !important;
}

#titlemm{
    color: #42468C;
    margin-top: 15px;
   
    margin-bottom: 70px !important;
}

/* Bootstrap carrossel */

.carousel-inner {
    width: 270px;
    height: 350px;
}

.carousel-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.carousel{
    width: 270px;
    height: 350px;
    margin-top: 40px;
}

li::marker {
    color: transparent;
}

/* Fim - Bootstrap carrossel */

#mtt{
    margin-bottom: 30px;
}

#mttt{
    margin-bottom: 40px;
}

#mtttt{
    display: none;
}

#mbb{
    margin-bottom: 70px;
}

#imgmodal{
    width: 270px;
    height: 350px;
    margin-top: 40px;
    object-fit: cover;
}

.close {
    margin-right: auto;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    background-color: #F2C029;
    color: #42468C;
    width: 120px;
    height: 27px;
    padding: 3px;
    border: none;
    margin-top: 30px;
}

#btnmodalfecharmt{
    margin-top: 130px;
}

.btnboxb4:hover, .btnboxb423:hover, .btnboxb42:hover{
    background-color: #42468C;
    color: rgb(227, 227, 9);
    transition: 0.5s ease;
}

.close:hover,
.close:focus {
    background-color: #95de21;
    text-decoration: none;
    cursor: pointer;
}

.boxesss{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 60px;
}

.carrosselb4{
    display: flex;
    gap: 20px;
}

.hiddenresp{
    display: none;
}

.conteudo3{
    background-color: #e2e2ee;
    margin-top: 200px;
}

.parceiros{
    padding: 50px;
    display: flex;
    justify-content: center;
    gap: 100px;
}

#parceiro-ph{
    width: 150px;
    height: 65px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#parceiroo{
    width: 165px;
    height: 62px;
    margin-top: 30px;
    margin-bottom: 30px;
}



footer{
    background-color: #42468C;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.container-footer{
    margin: 60px auto;
}

.cima-footer{
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: center;
}

.cima-left-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.cima-left-footer img {
    width: 130px;
    height: 100px;
}

.redes2{
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.redes2 i{
    font-size: 28px;
    color: #fff;
}

.cima-right-footer{
    display: flex;
    gap: 35px;
    margin-top: 60px;
}

.cima-right-footer a{
    color: #F17833;
    text-decoration: none;
    font-size: 14px;
}

.aescola h2{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.aescola{
    display: flex;
    flex-direction: column;
    
    gap: 10px;
}


.aescola2 h2{
    margin-bottom: 26px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.left-baixo-footer{
    display: flex;
    flex-direction: column;
}

.baixo-footer{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.left1-baixo-footer{
    display: flex;
    gap: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.left1-baixo-footer p{
    display: flex;
    align-items: center;
    gap: 5px;
}

.left2-baixo-footer{
    display: flex;
    
    gap: 40px;
}

.left2-baixo-footer a{
    color: #F2C029;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.a-footer{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}


#gatofooterhidden{
    display: none;
}





@keyframes moveCarousel {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-30%);
    }
}


@media screen and (max-width:1250px){

    .navbar{
        width: 100%;
    }

    .navbar a{
        font-size: 15px;
    }

    #bgama{
        object-fit: cover;
    }
}

@media screen and (max-width:1130px){
    .modal {
        width: 85%;
        height: 550px; /* Adicionado para tornar o conteúdo rolável */
        overflow: auto;
    }
}

@media screen and (max-width:1110px){

    .navbar ul li > a {
        font-size: 13px;
    }

    /*Inicio Footer 1110px*/

    .cima-footer {
        display: flex;
        gap: 50px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .cima-right-footer{
        margin-top: 0px;
    }

    .left1-baixo-footer {
        display: flex;
        gap: 25px;
        flex-direction: column;
        color: #fff;
        margin-bottom: 25px;
    }

    #gatofooterhidden{
        display: block;
        width: 380px;
        height: 350px;
        position: relative;
        margin-top: -150px;
        margin-left: 40px;
    }

    /*Fim Footer 1110px*/

}


@media screen and (max-width:1050px){

    /* Início - Estilização do header */

    .navbar {
        justify-content: space-between;
        gap: 0px;
        padding: 16px 32px;
        width: 90%;
    }

    .subnav{
        display: none;
    }

    .navbar li,
    .faleconosco{
        display: none;
    }

    .menuhamburguer{
        display: block;
        border: none;
        background-color: transparent;
    }

    .menuhamburguer img{
        width: 33px;
        height: 22px;
        cursor: pointer;
    }

    /* Fim - Estilização Header*/


    


    .modall {
        max-width: 600px;
        width: 85% !important;
        height: 550px; /* Adicionado para tornar o conteúdo rolável */
        overflow: auto;
    }
    
    .headermodal {
        position: sticky; /* Tornar o headermodal fixo */
        top: -3px; /* Fixar no topo da janela */
        width: 100%;
        height: 170px;
        background-color: #9a9bc9;
    }

    .modalbody{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 30px;
    }

    #mttt, #mtt{
        display: none;
    }

    #mtttt{
        display: block;
        font-size: 17px;
        max-width: 380px;
        width: 100%;
        height: 33px;
        background-color: #42468C;
        color: #F2C029;
        padding-left: 15px;
        padding-top: 6px;
        font-weight: 600;
        margin: 20px auto 0;
    }

    .textmodal{
        width: 95%;
        margin: 0px auto 40px;
    }

    #imgmodal{
        margin: 30px auto 0px;
    }

    .textmodal:nth-child(1){
        order: 2;
    }

    .textmodal br{
        display: none;
    }

    .textmodal h2 {
        padding-left: 15px;
    }
}

@media screen and (max-width:1000px){
    

    /* Inicio - Footer 1000px*/

    .container-footer{
        margin: 60px auto;
        width: 85%;
    }
    
    .cima-footer{
        display: flex;
        gap: 100px;
        align-items: inherit;
        flex-direction: column;
    }
    
    .cima-left-footer{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        margin-bottom: 50px;
    }

    .cima-right-footer {
        display: flex;
        gap: 35px;
        margin-top: 0px;
        flex-direction: column;
    }

    .left1-baixo-footer {
        display: flex;
        gap: 25px;
        flex-direction: column;
        color: #fff;
        margin-bottom: 25px;
    }

    #gatofooterhidden{
        display: block;
        width: 380px;
        height: 350px;
        position: relative;
        margin-top: -150px;
        margin-left: 40px;
    }

    .baixo-footer{
        justify-content: inherit;
    }


    /* Fim - Footer 1000px*/
}

@media screen and (max-width:900px){
    .container-conteudo2{
        flex-direction: column;
        width: 100%;
        margin: -120 auto 0px;
        gap: 80px;
    }

    .fcl{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .fcl-2box{
        flex-direction: column;
        gap: 10px;
    }

    #bgama{
        object-fit: cover;
    }


    .fcl h1{
        font-size: 25px;
        margin-bottom: 15px;
    }

    .fcl h2{
        margin-bottom: 80px;
        font-size: 18px;
    }

    #brsim{
        display: block;
    }

    .text-fcl h3{
        max-width: 360px;
        width: 100%;
        padding-left: 12px;
        font-size: 14.2px;
        padding-top: 8px;
    }
    
    .text-fcl p{
        max-width: 330px;
        font-size: 15px;
    }

    .text-fcl br{
        display: none;
    }

    #img-fcr {
        width: 100%;
        max-width: 400px;
        height: 300px;
        background-color: #42468C;
        margin-bottom: 20px;
    }

    .hidden{
        display: none;
    }

    .hiddenresp{
        display: block;
        background-color: #F26D3D;
        color: #fff;
        border-radius: 2rem;
        padding: 8px 20px;
        border: none;
        font-weight: 600;
        width: 230px;
        margin: 60px auto 40px;
    }

    #hiddenn{
        display: none;
    }

    #titleboxresp{
        display: block;
        color: #42468C;
        font-size: 24.3px;
        font-weight: 400;
        margin-right: auto;
        margin-left: 10%;
    }

    .boxes{
        width: 100%;
    }

    .boxesb4{
        width: 100%;
        margin-left: auto;
        overflow-x: auto;
        margin-top: 25px;
        margin-right: 0px;
        display: block;
    }

    .carrosselb4 {
        display: flex;
        justify-content: flex-start; /* Inicia os itens do início do container */
        gap: 25px;
        width: calc((290px + 5px) * 3); /* Calcula a largura total dos elementos e espaços */
        flex-grow: 4;
        position: relative;
        margin-bottom: 60px;
        -webkit-overflow-scrolling: touch;
        margin-left: auto;
        padding-left: 50px;
    }

    .box4b {
        flex-shrink: 0;
        position: relative;
    }

    

    

    

    

        /* Inicio - Footer 900px*/
        #gatofooterhidden{
            margin-left: 0px;
        }
    
        /* Fim - Footer 900px*/
}

@media screen and (max-width:850px){
    /* Inicio - Footer 850px*/


    #gatofooterhidden{
        display: none;
    }

    /* Fim - Footer 850px*/
}

@media screen and (max-width:800px){
    
}


@media screen and (max-width:500px){


    /* Início - Estilização do header */

    .navbar {
        justify-content: space-between;
        gap: 0px;
        padding: 16px 32px;
        width: 90%;
    }

    .subnav{
        display: none;
    }

    .navbar ul,
    .faleconosco{
        display: none;
    }

    .menuhamburguer{
        display: block;
        border: none;
        background-color: transparent;
    }

    .menuhamburguer img{
        width: 33px;
        height: 22px;
        cursor: pointer;
    }

    /* Fim - Estilização Header*/

    .conteudo2{
        margin-bottom: 70px;
    }

    #bgama {
        height: 500px;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: -300px;
        object-fit: cover;
        object-position: left;
    }

    .fcl{
        margin-top: 120px;
    }











    .parceiros{
        gap: 40px;
    }

    


}

@media screen and (max-width:400px){
    #mtttt{
        font-size: 14px;
        padding-top: 8px;
    }
}


@media screen and (max-width:380px){

    .container-conteudo2 h1{
        font-size: 23.5px;
    }


    .text-fcl h3{
        
        font-size: 13.7px;
        
    }
}