body{
    position: relative;
    background-color: #004AAD;
}

/*SECTION HERO*/
#hero{
    width:100%;
    height: 100vh;
    max-height: 640px;
    padding-top: 10rem;
    margin-top: 8rem;
    background: url(../imagens/banner-main.png) no-repeat center;
    background-color: #2F3D6E;
}
#hero .grid{
    display: flex;
    gap: 2rem;
}
#hero .banner{
    width: 50rem;
}
#hero .titulo-section{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.2rem;
    padding: 6rem;
}
#hero .titulo-section .titulo{
    width: 100%;
    max-width: 1000px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
    h1{
        color:#FFFFFF;
        line-height: 6.5rem;
        text-align: center;
    }
}
#hero .titulo-section .titulo p{
    max-width: 55rem;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    margin: 0px;
}
#hero .titulo .tag{
    width: fit-content;
    padding: 0.3rem 0.9rem;
    background-color: rgba(2, 40, 252, 0.267);
    border-radius: 999px;
    margin: 0px;
    margin-bottom: 0.6rem;
    color: #fff;
}

#hero .titulo-section .btn-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    gap: 10px;
}
#hero .titulo-section .btn-box .agende{
    background-color: rgba(206, 206, 206, 0.267);
    color: #FFFFFF;
}
#hero .titulo-section .btn{
    width: fit-content;
    cursor: pointer;
    transition: all .3s;
    padding: 1.6rem 5.2rem;
    color: #fff;
    margin: 0px;
}
#hero .titulo-section .btn:hover{
    background-color:var(--color-text-paragraphy);
    color: var(--color-link);
    border: solid 0.1rem var(--color-link);
}
#hero .banner{
    width: 100%;
    max-width: 114rem;
}
/*SECTION HISTORIA*/

#historia{
    display: flex;
    width: 100%;
    height: 100vh;
    margin:0px;
    background: url(../imagens/banner-section02.png) no-repeat center;    
}
#historia .grid{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   gap: 2.4rem;
}
#historia .img-escola{
    width: 100%;
    max-width: 30rem;
    margin: 6rem 0px;
}
#historia .descricao {
    width: 100%;
    max-width: 71rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 6rem 0px;
    

}
#historia .descricao p{
    width: 100%;
    font-size: 2.4rem;
    max-width: 80rem;
    margin: 0px;
    color: var(--color-bg-02);
    text-align: center;
    color: #FFFFFF;
    margin-top: 3.2rem;
}
#historia .descricao h2{
    color: var(--color-bg-02);
    width: 100%;
    max-width: 50rem;
    margin: 0px;
    text-align: center;
    color: #FFFFFF;
}
#historia .missao{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    gap: 2.4rem;
}
#historia .card-missao, .card-valor, .icon{
    width: 5rem;
    height: 5rem;
    margin-bottom: 2.4rem;
}
#historia .card-missao, .card-valor{
    width: 40rem;
    height: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F8FAFC;
    padding: 3.2rem;
    border-radius: 2rem;
    margin: 0px;
    & h3,p{
        color: #2F3D6E;
        text-align: center;
        margin: 0px;
        margin-bottom: 1rem;
    }
}
/*SECTION ENSINO*/

#ensino{
    width: 100%;
    height: 100vh;
    background-color: #FF6161;
}
#ensino .grid{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#ensino .grid .titulo-ensino{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4.8rem;
    margin-top: 4.8rem;
    & h2{
        color:#FFFFFF;
    }
}
#ensino .grid .titulo-ensino .tag{
    padding: 0.3rem 0.9rem;
    background-color: rgba(255, 43, 43, 0.267);
    border-radius: 999px;
    margin-bottom: 0.2rem;
    color:#ffffff;

}
enisnos
.modalidade{
    display: flex;
}
#ensino .card{
    display: flex;
    width: 100%;
    gap: 2.4rem;
}
#ensino .card .infantil, .fund01, .fund02 {
    display: flex;
    flex-direction: column;
    width: 40rem;
    height: 36rem;
    padding: 3.2rem;
    background-color: #F8FAFC;
    border-radius: 2rem;
    & h3, p{
        color: #2F3D6E;
    }
}

.imge{
   width: 100%;
   max-width: 20rem;
}
.card p{
    height: 15rem;
}
.btn-card{
    margin: 0;
    height: 100%;
    display: flex;
    align-items: end;  
}
.btn-card button a{
 color: rgb(28, 28, 29);
}

.enisno-grid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#bannerAluno{
    margin: 10rem 0px;
    & .grid{
        & .banner{
            max-width: 100rem;
        }
    }
}
/*SECTION GALERIA*/
#galeria{
    width: 100%;
    margin: 12rem 0px;
}
#galeria .grid{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.titulo-galeria{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: start;
    & h2{
        color: #FFFFFF;
    }
}
.galeria-img .slide-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: fit-content;
    max-width: 1030px;
    margin: 0px;
    gap: 1rem;
}
.btn-slid{
    display: none;
}
.fotos{
    width: 25rem;
    height: 25rem;
    margin: 0px;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
}
.fotos img{
   object-fit: cover;
   height: 100%;
}
.fotos:hover{
    width: 40rem;
    height: 40rem;
}

/*SECTION FOOTER*/

#contatos{
    width: 100%;
    background-color:#fff;
    margin-top: 6rem;
}
#contatos .grid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 
#contatos .info{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
}
#contatos .dados{
    display: flex;
    flex-direction:column;
    width: 100%;
    max-width: 40rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    & p{
        text-align: center;
        color: var(--color-text-paragraphy);
    }
}
.logo-footer{
    width: 15rem;
}
#contatos .redes{
    display: flex;
    justify-content: center;
    align-items: center;
    & i{
        color: var(--color-text-paragraphy);
    }
}
#contatos .call{
    display:flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.call p{
    text-align: start;
}
#contatos .face, .insta, .what{
    margin: 0px;

}
.redes{
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
}
iframe{
    max-width: 100%;
    width: 600px;
    height: 300px;
}
#contatos .copy{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0px;
    border-top: solid 0.2rem #FF2B2B;
    & p{
        color: var(--color-text-paragraphy);
        & a{
            color: var(--color-text-paragraphy);
        }
    }

}
/*SECTION POLITICA DE PRIVACIDADE*/
.politica{
    width: 130rem;
}