@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
--color-amarelo: rgb(230, 230, 0);
--color-brilho: rgba(230, 230, 0, 0.9);
--color-margarina: rgba(249, 237, 151, 0.92);
--color-laranja: rgba(245, 134, 52, 0.8);
--color-cinza: rgb(128, 128, 128);
--color-fumaca: rgba(128, 128, 128, 0.5);
--color-fantasma: rgba(128, 128, 128, 0.9);
--color-branco: #fff;
--color-preto: rgb(0, 0, 0);
--color-sombra: rgba(0, 0, 0, 0.5);
--color-cream: #FFFFCC;
}

*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'poppins', sans-serif;
    transition: 0.5s;
}

html{
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
}

header{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    background-color: var(--color-branco);
    z-index: 99;
    border-bottom: 1px solid gray;
}

.logo-header{
    cursor: pointer;
    width: 200px;
}

.logo-header:hover{
    transform: scale(1.05);
}

.link-logo-header

.logo-header{
    width: 75px;
    height: 75px;
}

.nav{
    width:60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
   
}


.nav-list{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.hamburger{
    display: none;
    border: none;
    background: none;
    border-top: 3px solid var(--color-preto);
    width: 30px;
    cursor: pointer;
    z-index: 97;
}

.hamburger::before,
.hamburger::after{
    content: " ";
    display: block;
    width: 30px;
    height: 3px;
    background: var(--color-preto);
    margin-top: 5px;
    
}


.texto-header{
    color: var(--color-preto);
    text-decoration: none;
    position: relative;
}


.texto-header::after{
    content: " ";
    width: 0%;
    height: 1px;
    background-color: var(--color-preto);
    position: absolute;
    bottom:0;
    left: 0;
    transition: 0.5s ease-in-out;
}

.texto-header:hover::after{
    width: 100%;
}

.div-icon-header{
    width: 10%;
    display: flex;
    justify-content: space-between;
    
}

.social-header{
    cursor: pointer;
}

.social-header:hover{
    transform: scale(1.05);
}

/*MAIN*/

main{
    width: 100%;
    height: 100dvh;
    background-image: url(./Midia/main/banner2.png);
    background-position: 50% 60%;
    background-size: cover;
    border-bottom: 1px solid gray;
    display: flex;
}

.sombra-main{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    
}

.main-content{
  
    width: 50%;
    height: 60%;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.main-content-mobile{
    display: none;
}

.titulo-main{
    font-size: 2.5rem;
}

.texto-main{
    text-align: justify;
    font-size: 1.3rem;
    line-height: 230%;
    font-weight: 400;
}

.div-btn-main{
    width: 100%;
    display: flex;
    margin-top: 5px;
}

.btn-main{
    color: var(--color-preto);
    width: 250px;
    height: 60px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--color-fantasma);
}

.btn-main:hover{
    background-color: var(--color-margarina);
    border: 1px solid gray;
}


/*MAIN*/





/*SOBRE*/

.sobre-container{
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./Midia/sobre/background-1.png);
    background-position: 50% 50%;
    background-size: cover;
}


.sobre-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    column-gap: 15%;
}

.card-sobre{
    width: 300px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--color-fumaca);
    row-gap: 30px;
    border-radius: 10px;
}

.card-sobre:hover{
    transform: scale(1.05);
}

.texto-sobre{
    width: 70%;
    text-align:justify;
}

.div-texto-sobre{
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}


.titulo-card-inst{
    color: var(--color-preto);
}

.texto-instituicao{
    color: var(--color-preto);
}


/*SOBRE*/



/*INSTITUIÇÃO*/

.instituicao-container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(./Midia/background/rm347-porpla-02-a-01.jpg);
    background-position: 50% 50%;
    background-size: cover;
    border-bottom: 1px solid gray;
}

.mascara-instituicao{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--color-margarina);
    border-bottom: 1px solid gray;
}

.instituicao-div-titulo{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.titulo-instituicao{
    font-size: 3rem;
    margin-top: 30px;
}

.color{
    color: var(--color-cinza);
    margin-left: 10px;
}

.instituicao-content{
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    margin-bottom: 100px;
    row-gap: 50px;
    column-gap: 50px;
}

.card-isntituicao{
    width: 300px;
    height: 250px;
    background-color: var(--color-fantasma);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    row-gap: 20px;
}

.card-isntituicao:hover{
    transform: scale(1.05);
}



.texto-instituicao{
    width: 90%;
    margin-left: 7px;
    text-align: center;
}



/*INSTITUIÇÃO*/



/*NOSSA HISTÓRIA*/

.hsitoria-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(./Midia/sobre/background-1.png);
    background-size: cover;
    background-position: 50% 50%;
    row-gap: 60px;
}

.historia-titulo{
    font-size: 3rem;
}

.titulo-content{
    display: flex;
   margin-top: 30px;

} 

.margin-h{
    margin-left: 7px;
}

.historia-content{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 90px;
}

.img-historia{
    width: 500px;
    height: 400px;
    background-image: url(./Midia/história/escola-1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid gray;
}

.historia-textos{
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.titulo-texto{
    font-size: 2rem;
}

.paragrafo-historia{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 200%;
    text-align: justify;
}


/*NOSSA HISTÓRIA*/




/*LEGADO*/
.legado-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(./Midia/background/rm347-porpla-02-a-01.jpg);
    background-position: 50% 50%;
    background-size: cover;
    row-gap: 60px;
    border-bottom: 1px solid gray;
}


.mascara-legado{
    width: 100%;
    height: 100%;
    background-color: var(--color-margarina);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 60px;
}

.legado-titulo-div{
    display: flex;
    margin-top: 30px;
}

.legado-titulo{
    font-size: 3rem;
}

.legado-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 90px;

}

.legado-textos{
    width: 50%;
}

.legado-textos-titulo{
    font-size: 2rem;
}

.paragrafos-legado{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 200%;
    text-align: justify;
}

.div-video{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.legado-textos{
    width: 40%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    justify-content: center;
    
}

.video-legado{
    width: 600px;
    height: 800px;
    border-radius: 10px;
}



/*LEGADO*/


/*LOCALIZAÇÃO*/
.content-map{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 70px;
    background-image: url(./Midia/sobre/background-1.png);
}

.div-titul-map{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.titulo-map{
    font-size: 3rem;
}

.div-map{
    width: 65%;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-margarina);
    border-radius: 10px;
}



/*LOCALIZAÇÃO*/

/*FOOTER*/

footer{
    width: 100%;
    height: 120px;
    border-top: 1px solid var(--color-cinza);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: var(--color-branco);
    
}

.div-localizacao{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-localizacao{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.texto-localizacao{
    color: var(--color-preto);
}

.icon-localizacao:hover{
    transform: scale(1.05);
}

.div-logo-footer{
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-footer-logo{
    display: flex;
    justify-content: center;
    align-items: center;

}

.logo-footer{
    width: 250px;
}

.logo-footer:hover{
    transform: scale(1.05);
}


.div-social-footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.social-footer{
    width: 45%;
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.texto-footer{
    color: var(--color-preto);
}

.icon-footer:hover{
    transform: scale(1.05);
}


/*FOOTER*/

/*SCRIPT*/

.hidden{
    opacity: 0;
    transition: all 0.9s;
    transform:translateX(-100%)
}

.show{
    opacity: 1;
    transition: all 0.8s;
    transform: translateX(0);
}

/*SCRIPT*/




/* =========================================
   RESPONSIVIDADE  PARA NOTEBOOKS
   ========================================= */


@media (max-width: 1500px){



.logo-header{
    width: 200px;
}

.div-icon-header{
    width: 100px;
   
}


/*MAIN*/

.main-content{
    width: 60%;
    height: 60%;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.titulo-main{
    font-size: 2.3rem;
}

.texto-main{
    text-align: justify;
    font-size: 1.1rem;
}

.div-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.btn-main{
    color: var(--color-preto);
    width: 200px;
    height: 50px;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--color-fantasma);
}

.btn-main:hover{
    background-color: var(--color-margarina);
}

/*MAIN*/


/*INSTITUIÇÃO*/

.instituicao-container{
    width: 100%;
    height: 100%;
}


.card-isntituicao{
    width: 300px;
    height: 250px;
}




/*INSTITUIÇÃO*/


.content-map{
width: 100%;
height: 100%;
}


.div-map{
    width: 80%;
    height: 80%;
    margin-bottom: 100px;
}


/*NOSSA HISTÓRIA*/

.img-historia{
    width: 400px;
    height: 300px;
    background-color: var(--color-cinza);
    border-radius: 10px;
}

.titulo-texto{
    font-size: 2rem;
}

.paragrafo-historia{
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 200%;
}

.paragrafos-legado{
    font-size: 1.1rem;
}


/*NOSSA HISTÓRIA*/




/*FOOTER*/



}


/* =========================================
   RESPONSIVIDADE  PARA TABLETES
   ========================================= */

   @media (max-width: 1100px){

/*BODY*/

.body{
    overflow-x: hidden;
}

/*BODY*/

   /*HEADER*/


   
.logo-header{
    width: 170px;
}

.div-icon-header{
    width: 100px;
   
}

.icon-header{
    width: 30px;
    height: 30px;
}
   
   /*HEADER*/
   
   
   
   /*MAIN*/



.main{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    box-sizing: border-box;
}

.texto-main{
    font-size: 0.9rem;
}


   /*MAIN*/
   
   
    /*SOBRE*/

.card-sobre{
    width: 220px;
}

.icon-sobre{
    width: 50px;
    height: 50px;
}

.titulo-sobre{
    font-size: 1.5rem;
}

.texto-sobre{
    font-size: 0.9rem;
}

.div-texto-sobre{
    margin-left: 20px;
}

.texto-sobre-va{
    font-size: 0.9rem;
}


    /*SOBRE*/


    /*INSTITUIÇÃO*/


.instituicao-content{
    display: grid;
    grid-template-columns: repeat(2, 3fr);
}

    /*INSTITUIÇÃO*/





   }




/* =========================================
   RESPONSIVIDADE  PARA CELULARES
   ========================================= */

@media (max-width: 768px){

    /* HEADER – botão mobile */
    
    body{
        overflow-x: hidden;
    }


    header{
        width: 100%;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
    }

    
    .div-icon-header{
        display: none;
    }

    .logo-header{
        width: 55px;
        height: 55px;
    }

    

    .hamburger{
        display: block;
    }


    .nav-list{
        position: fixed;
        top: 0;
        left: 0;
        width: 100dvw;
        height: 100dvh;
        background-color: var(--color-amarelo);

        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        gap: 0;
        pointer-events: none;
        transition: 0.8s ease-in-out;

        clip-path: circle(100px at 90% -15%); 
        z-index: 97;

    }

    .nav.active .nav-list {
        clip-path: circle(1500px at 90% -15%);
        pointer-events: all;
    }

    .texto-header{
        z-index: 98;
    }



    /* MAIN */

    main{
        height: 100dvh;
        
    }

    .main-content{
        display: none;
    }


    .sombra-main{
        display: flex;
        align-items: none;
        align-items: flex-start;
    }

    .main-content-mobile{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        margin-top: 135px;
        margin-left: 10px;
    }

    .texto-main-mobile{
        font-size: 1.2rem;
        line-height: 200%;
    }


    .div-btn-main{
        margin-top: 10px;
    }

    /* SOBRE */
    .sobre-container{
        height: auto;
        padding: 50px 0;
        text-align: center;
        box-sizing: border-box;
    }

    .sobre-content{
        grid-template-columns: 1fr;
        row-gap: 40px;
        position: static;
    }

    .card-sobre{
        width: 90%;
        height: auto;
        padding: 20px;
        
    }

    /* INSTITUIÇÃO */
    .instituicao-div-titulo{
        margin-bottom: 40px;
    }

    .titulo-instituicao{
        font-size: 2.45rem;
    }

    .instituicao-content{
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .card-isntituicao{
        width: 90%;
        height: 200px;
        padding: 20px;
        
    }

    /* HISTÓRIA */
    .historia-content{
        flex-direction: column;
        text-align: center;
        row-gap: 40px;
        padding: 20px;
        box-sizing: border-box;
    }

    .historia-titulo{
        font-size: 2.5rem;
    }

    .img-historia{
        width: 90%;
        height: 230px;
    }

    .historia-textos{
        width: 90%;
    }

    .paragrafo-historia{
        font-size: 1rem;
        line-height: 170%;
    }

    /* LEGADO */
    .legado-content{
        flex-direction: column;
        row-gap: 40px;
        padding: 20px;
    }

    .legado-titulo{
        font-size: 2.5rem;
    }

    .legado-textos{
        width: 80%;
        text-align: center;
    }

    .video-legado{
        width: 100%;
        height: auto;
    }

    /* LOCALIZAÇÃO */
    .content-map{
        height: auto;
        padding-bottom: 50px;
    }

    .titulo-map{
        font-size: 2.5rem;
    }

    .div-map{
        width: 90%;
        height: auto;
        padding: 10px;
    }

    iframe{
        width: 100% !important;
        height: 350px !important;
        margin: 0 !important;
    }

    /* FOOTER */
    footer{
        grid-template-columns: 1fr;
        height: auto;
        padding: 20px 0;
        row-gap: 30px;
        text-align: center;
    }

    .div-localizacao,
    .div-logo-footer,
    .div-social-footer{
        justify-content: center;
        flex-direction: column;
    }

    .logo-footer{
        width: 180px;
    }

    .social-footer{
        justify-content: center;
    }

}
