.inicio{
    width: 100%;
    position: relative;
    margin-top: 6rem;
}
.banner-01{
    width: 100%;
    height: 72rem;
    background: url(../img/Banner-02.png) no-repeat center;
    transition: all .4s ease-out;
    opacity: 0;
}
.banner-02{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 72rem;
    background: url(../img/banner-02--main.png) no-repeat center;
    transition: all .4s ease-out;
    opacity: 0;
}
.ativo{
    opacity: 1;
}

.banner-infor{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}
.headline{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.headline-texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    & h1{
        font-size: var(--font-h1);
        font-family: 'SN Pro', sans-serif;
        line-height: 5rem;
        font-weight: 900;
        width: 100%;
        max-width: 45rem;
        color: var(--color-brand-secundary-30);
        margin-bottom: 1.2rem;
        & span{
            font-size: var(--font-h1);
            font-family: 'SN Pro', sans-serif;
            font-weight: 900;
            background-color: var(--color-link-10);
            width: 30rem;
            border-radius: 999rem;
        }
    }
    & p{
        font-size: var(--font-h4);
        width: 100%;
        max-width: 30.4rem;
        text-align: start;
        margin-bottom: 2.4rem;
        color: var(--color-brand-secundary-30);
    }
}

.banner01-img, .banner02-img, .banner03-img{
    margin-top: 2.4rem;
    max-width: 60rem;
}
#carrossel{
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    width: 100%;
    display: flex;
    gap: 2rem;
    & .grid{
        display: flex;
    }
}
.carrossel-title{
    margin-top: 3.2rem;
    display: flex;
    width: 100%;
    padding: 0rem 1rem;
    gap: 2rem;
    & h2{
        font-size: var(--font-h2);
        font-family: 'SN Pro', sans-serif;
        color: var(--color-brand-secundary-30);
        width: 100%;
        max-width: 35rem;
    }
}
.corressel-icon-instagram{
    width: 10rem;
}
.carrossel-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: 0px;
    overflow: hidden;
    padding-right:1rem ;
}
.carrossel-track{
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
    scrollbar-width: none;
}
.carrossel-card{
    min-width: calc(25% - 3px);
    scroll-snap-align: start;
    transition: transform 0.3s ease;
}
.btn-move{
    width: 100%;
    display: flex;
    gap: 2rem;
}
#prevBtn, #nextBtn{
    background-color: var(--color-brand-secundary-30);
    color: var(--color-primary-60);
    width: 3rem;
    height: 3rem;
    border-radius: 999rem;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s ease;
}
#nextBtn, #prevBtn, i{
   margin: 0px;
   display: flex;
}
#nextBtn:hover, #prevBtn:hover{
   background-color: var(--color-link-10);
   color: var(--color-brand-secundary-30);
}
#escola{
    width: 100%;
    margin-top: 10rem;
}
.escola-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.2rem;
}
.escola-texto{
    width: 100%;
    display: flex;
    flex-direction: column;
    & h2{
        font-size: var(--font-h2);
        font-family: 'SN Pro', sans-serif;
        color: var(--color-brand-secundary-30);
        width: 100%;
        max-width: 50rem;
        margin-bottom: 1.2rem;
    }
    & p{
        font-size: var(--font-h4);
        line-height: 4rem;
        width: 100%;
        max-width: 60rem;
        text-align: start;
        margin-bottom: 2.4rem;
        color: var(--color-brand-secundary-30);
    }
}
.escola-imgem{
    width: 100%;
    height: 64rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.historia{
    width:100% ;
    background: url(../img/bg-vector.png) no-repeat center ;
}
.container-historia{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 10rem;    
    & .img-historia{
        width: 100%;
        max-width: 60rem;
    }
    & .texto-historia{
        width: 100%;
        background-color: var(--color-link-10);
        padding: 2.4rem;
        border-radius: 0.5em;
        box-shadow: 0rem 1rem 4rem #30303050;
        & p{
            font-size: var(--font-h4);
            line-height: 4rem;
            width: 100%;
            max-width: 70rem;
            text-align: start;
            margin-bottom: 2.4rem;
            color: var(--color-brand-secundary-30);
        }
        
    }
}
#missao{
    width: 100%;
    margin-bottom: 10rem;
}
#missao .grid{
    display: flex;
    gap: 2rem;
}
#missao .missao-text-content, .atividades-missao{
    width: 100%;
}
#missao .titulo-missao{
    width: 100%;
    display: flex;
    margin-bottom: 2.4rem;
}
#missao .titulo-missao .titulo{
    width: 100%;
    font-size: var(--font-h2);
    font-family: 'SN Pro', sans-serif;
    color: var(--color-brand-secundary-30);
    text-align: center;
    margin-bottom: 1.2rem;
    padding: 1.2rem;
    border-radius: 0.8rem;
    background-color: var(--color-link-10);
    transition: all .3s ease-in;
    cursor: pointer;
}
#missao .titulo-missao .titulo.ativo, #missao .titulo-missao .titulo:hover{
    color: var(--color-link-10);
    background-color: var(--color-brand-secundary-30);
}

#missao .titulo-missao .titulo:not(:first-child){
    margin-left: 1rem;
}

#missao .missao-text-content .contaudo-titulo div{
    width: 100%;
    height: 16rem;
    max-width: 69rem;
    margin-bottom: 2rem;
    padding: 2.4rem;
    border-radius: 0.8rem;
    background-color: #ffec82ab;
    color: var(--color-brand-secundary-30);
}
#missao .missao-text-content .contaudo-titulo div{
    display:none;
}
#missao .missao-text-content .contaudo-titulo div.ativo{
    display:flex;
}
#missao .atividades-missao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#missao .atividades-missao h3{
    font-size: var(--font-h3);
    font-family: 'SN Pro', sans-serif;
    color: var(--color-brand-secundary-30);
    background-color: var(--color-link-10);
    text-align: center;
    padding: 1.6rem;
    border-radius: 0.8rem;
    width: 100%;
    max-width: 35rem;
}

#missao .card-atividades-missao{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 2rem;
}
#missao .card-atividades-missao .nomes{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
#missao .card-atividades-missao .nomes:not(:last-child){
    margin-top: 1rem;
}
#missao .card-atividades-missao p{
    width: fit-content;
    border-radius: 0.4rem;
    padding: 1.2rem;
    color: var(--color-primary-60);
    background-color: var(--color-brand-secundary-30);
}
#proposta-ensino{
    width: 100%;
    margin-bottom: 10rem;
}
#proposta-ensino{
    width: 100%;
    margin-bottom: 10rem;
}
#proposta-ensino{
    width: 100%;
    margin-bottom: 10rem;
}
#proposta-ensino .proposta-texto-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    & h2{
        font-size: var(--font-h2);
        font-family: 'SN Pro', sans-serif;
        color: var(--color-brand-secundary-30);
        text-align: center;
        width: 100%;
        margin-bottom: 2.4rem;
    }
    & p{
        font-size: 1.8rem;
        max-width: 100rem;
        color: var(--color-brand-secundary-30);
        text-align: center;
        line-height: 2.4rem;
        margin-bottom: 3.2rem;
    }

}
#proposta-ensino .proposta-card{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
#proposta-ensino .proposta-card .container-card{
    width: 100%;
    max-width: 34rem;
    height: 39rem;
    padding: 2.4rem;
    border-radius: 1rem;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    /* background: var(--color-brand-secundary-30); */
    color: var(--color-primary-60);
    & h3{
        font-size: 2.4rem;
        /* font-family: 'SN Pro', sans-serif; */
        color: var(--color-primary-60);
        text-align: start;
        width: 100%;
        margin-bottom: 1rem;
    }
    & .btn-link{
        width: 10rem;
        padding: 1rem;
        border: solid 0.1rem var(--color-link-10);
    }
}
.proposta-card .infantil{
    background: url(../img/infant.png) no-repeat center;
    background-size: cover;
}
.proposta-card .fund-01{
    background: url(../img/fund-01.png) no-repeat center;
    background-size: cover;
}
.proposta-card .fund-02{
    background: url(../img/fund-02.png) no-repeat center;
    background-size: cover;
}

#banner-aluno{
    width: 100%;
    margin-bottom: 10rem;
}
#banner-aluno .container-banner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    & h2{
        font-size: var(--font-h2);
        font-family: 'SN Pro', sans-serif;
        color: var(--color-brand-secundary-30);
        text-align: start;
        width: 100%;
        max-width: 35rem;
        margin-bottom: .12rem;
    }
    & p{
        font-size: 2.4rem;
        max-width: 60rem;
        color: var(--color-brand-secundary-30);
        text-align: start;
        line-height: 3rem;
        margin-bottom: 3.2rem;
    }
}
.img-banner{
    width: 60rem;
}
#download{
    width: 100%;
    margin-bottom: 10rem;
}

/*PAGE GALERIA*/
#galeria-page{
    display: flex;
    width: 100%;
    position: relative;
}
#galeria-page .grid{
    display: flex;
    height: 100dvh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#galeria-page .container-fotos{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    padding: 2rem;
    margin: 10rem 0rem;
}
#galeria-page .container-fotos .fotos{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    height: 30rem;
    border-radius: 0.6rem;
    overflow: hidden;
}
#galeria-page .container-fotos .fotos img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#galeria-page .btn-galeria{
    width: 100%;
    display: flex;
    padding: 2rem;
    justify-content: space-between;
    position: absolute;
}
#galeria-page .btn-galeria .prev-galeria, #galeria-page .btn-galeria .next-galeria {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    background-color: var(--color-brand-secundary-30);
    border-radius: 5rem;
}

footer{
    width: 100%;
    max-height: 70rem;
    background-color: var(--color-link-10);
}
footer .img-logo-footer{
    width: 19rem;
}
footer .container-footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2.4rem 2rem;
}
footer .infor-escola-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
}
footer .infor-escola-footer .texto-infor-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    & span{
        font-weight: 600;
        color: var(--color-brand-secundary-30);
    }
    & p{
        color: var(--color-brand-secundary-30);
    }
}
footer .infor-escola-footer .map-footer {
    width: 100%;
    display: flex;
    flex-direction: column;    
}
footer .infor-escola-footer .map-footer  iframe{
    width: 100%;
    height: 60rem;
  
}