
@media screen and (max-width: 430px){

    #escola, .escola-container, .grid{
        flex-direction: column;
    }
    #carrossel .carrossel-container{
        display: none;
    }
    #proposta-ensino .proposta-card{
        flex-direction: column;
    }
}
@media screen and (min-width: 1000px){
    .toggle-menu{
        display: none;
    }
    header .manu-nav{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .manu-nav .menu{
        display: flex;
        position: static;
        width: 50%;
        height: auto;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0px;
        background-color: transparent;
        z-index: 0;
        transform: translateX(0);
        transition: all .4s ease-in;
        & li{
            width: 100%;
        }
    }
    header .manu-nav .menu li{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        margin: 0px;
    }
    header .manu-nav .menu li a{
        display: flex;
        flex-direction: column;
        font-size: 2rem;
        cursor: pointer;
        padding: 2rem;
        color: var(--color-primary-60);
        width: fit-content;
        transition: all .3s ease-in;
    }
    header .manu-nav .menu .dropdown-menu{
        position: relative;
        display: flex;
        flex-direction: column;
    }
    header .manu-nav .menu .dropdown-menu .drop-links{
        width: 30rem;
        position: absolute;
        top: 100%;
        left: 0.1rem;
        flex-direction: column;
        background-color: var(--color-brand-secundary-30);
        & .portais{
            width: 30rem;
        }
    }
    header .manu-nav .btn-link{
        margin-left: 2rem;
        border: solid 0.1rem var(--color-primary-60);
    }
    #galeria-page .grid{
        display: flex;
        height: auto;
    }
    #galeria-page .btn-galeria{
        width: 100%;
        display: none;
    }
    #galeria-page .container-fotos .fotos{
        position: static;
        top: 0;
        left: 0;
        transform: translate(0);
    }
}
