body{
    position: relative;
}

/*SECTION HERO*/
#hero{
    width:100%;
    margin-bottom:5rem;
    padding-top: 10rem;
    /* margin-top: 10rem; */
    background-image: url(../imagens/Banner-principal-pinherece-01.png);
    background-position: center;
}
#hero .grid{
    display: flex;
    gap: 2rem;
}
#hero .banner{
    width: 60rem;
}
#hero .titulo-section{
    display:none;
    flex-direction: column;
    justify-content: center;
    gap: 3.2rem;
}
#hero .titulo-section .titulo{
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#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);
}
#hero .banner{
    width: 100%;
    max-width: 114rem;
}
/*SECTION HISTORIA*/

#historia{
    width: 100%;
    margin-top: 10rem;
    margin-bottom:5rem;
    background-color: var(--color-bg);
}
#historia .grid{
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 5rem;
}
#historia .img-escola{
    width: 100%;
    max-width: 60rem;
    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;
}
#historia .descricao h2{
    width: 100%;
    max-width: 50rem;
    margin: 0px;
}
/*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%;
   max-width: 20rem;
}
.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);
}
/*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;
    & h2{
        color: var(--color-link);
    }
}
.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:var(--color-bg-02);
    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: 30rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    & p{
        text-align: center;
        color: var(--color-bg);
    }
}
.logo-footer{
    width: 15rem;
}
#contatos .redes{
    display: flex;
    justify-content: center;
    align-items: center;
    & i{
        color: var(--color-bg);
    }
}
#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 var(--color-bg);
    & p{
        color: var(--color-bg);
        & a{
            color: var(--color-bg);
        }
    }

}
/*SECTION POLITICA DE PRIVACIDADE*/
.politica{
    width: 130rem;
}