body{
    position: relative;
}

/*SECTION HERO*/
#hero{
    width:100%;
    margin-bottom:5rem;
    margin-top: 10rem;
}
#hero .grid{
    display: flex;
    gap: 2rem;
    position: relative; 
    max-height: 90rem;
}
#hero{
    background-image: url(../imagens/bag-entrada.png);
    width: 100%;
}
#hero .containe{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height:72rem ;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#hero .containe .text-title{
    width: 100%;
    max-width: 100rem;
    position: absolute;
    left: 0;
    top: 0;
}
#hero .containe .text-imge{
    width: 100%;
    max-width: 60rem;
    position:absolute;
    bottom: -1rem;
    right: 0;
}
#hero .titulo-section{
    display:flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin: 0;
}
#hero .titulo-section .titulo{
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 116rem;
    width: 100%;
}
#hero .titulo-section .titulo p{
    max-width: 55rem;
    text-align: center;
    font-size: 2.2rem;
    color: var(--color-text-paragraphy);
}
#hero .titulo .tag{
    padding: 0.3rem 0.9rem;
    background-color: var(--color-bg);
    border-radius: 0.5rem;
    margin-bottom: 0.6rem;
}
#hero .titulo-section .btn{
    cursor: pointer;
    transition: all .3s;
    padding: 1.6rem 5.2rem;
}
#hero .titulo-section .btn:hover{
    background-color:var(--color-text-paragraphy);
    color: var(--color-link);
    border: solid 0.1rem var(--color-link);
}

/*SECTION HISTORIA*/

#historia{
    width: 100%;
    height: 72rem;
    margin-bottom:5rem;
    display: flex;
    background-color: #052e4e;
}
#historia .grid{
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 3rem;
}
#historia .img-escola{
    width: 100%;
    max-width: 30rem;
    margin: 6rem 0px;
}
#historia .descricao {
    width: 100%;
    max-width: 60rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 6rem 0px;
}
#historia .descricao p{
  width: 100%;
  max-width: 50rem;
  margin: 0px;
  color: #fff;
}
#historia .descricao h2{
    width: 100%;
    max-width: 50rem;
    margin: 0px;
    color: #fff;
}
/* PORTAIS */
#acess-portal .grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
#acess-portal .grid a{
    width: 100%;
    max-width: 60rem;
    display: flex;
    
    gap: 2rem;
}
/*SECTION ENSINO*/

#ensino{
    width: 100%;
    margin-top: 6rem;
}
#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;
}
#ensino .grid .titulo-ensino .tag{
    padding: 0.3rem 0.9rem;
    background-color: var(--color-bg);
    border-radius: 0.5rem;
    margin-bottom: 0.2rem;
}
#ensino .ensino-card{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0px;
    gap:2.4rem;
    margin-bottom: 8rem;
}
.imge{
   width: 100%;
   height: 108rem;
}
.card{
    display: flex;
    width: 35rem;
    height: 60rem;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin: 0px;
    padding: 3.2rem;
    background-color: var(--color-bg);
    border-radius: 1rem;
}
.card p{
    height: 15rem;
}
.btn-card{
    margin: 0;
    height: 100%;
    display: flex;
    align-items: end;  
}
.btn-card button a{
 color: rgb(28, 28, 29);
}
/* BANNER */
#bannerAluno{
    margin-bottom: 10rem;
}
/*SECTION GALERIA*/
#galeria{
    width: 100%;
    margin-bottom: 6rem;
}
#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;
}
.galeria-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0px;
    gap: 1rem;
}
.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: #052e4e;
    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%;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.logo-footer{
    width: 100%;
    max-width: 15rem;
}
#contatos .redes{
    display: flex;
    justify-content: center;
    align-items: center;
}
#contatos .call{
    display:flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    
}
.call p{
    text-align: start;
    color: #fff;
}
#contatos .face, .insta, .what{
    margin: 0px;
    & i{
        color: #fff;
    }

}
.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;
    color: #fff;
    border-top: solid 0.2rem #fff;
}
#contatos .copy p, a{
    color: #fff;
}
/*SECTION POLITICA DE PRIVACIDADE*/
.politica{
    width: 130rem;
}