@media (max-width: 999px){

    /*Cabeçalho / menu*/

    .header{
        max-width: 999px;
        max-height: 500px;
        min-width: 300px;
        min-height: 150px;

    }

    /*

    .hamburguer {
        display: block;
        z-index: 3;
 
    }

    .nav-list{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #164361;

        clip-path: circle(100px at 90% -15%);
        transition: 1s ease-out;

        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        gap: 0;
        pointer-events: none;
        z-index: 2;
    }

    .nav-list a, .nav-item-sub{
        font-size: 1.5rem;
        opacity: 0;
    }

    .nav-item-sub {
        font-size: 1.5rem;

    }

    .nav-list li:nth-child(1) a {
        transition: 0.5s 0.2s;
    }

    .nav-list li:nth-child(2) a {
        transition: 0.5s 0.3s;
    }


    .nav-list li:nth-child(3) a {
        transition: 0.5s 0.4s;
    }

    .nav-list li:nth-child(4) a {
        transition: 0.5s 0.5s;
    }
    .nav-item-sub {
        transition: 0.5s 0.6s;
    }


    .nav.active .nav-list {
        clip-path: circle(1500px at 90% -15%);
        pointer-events: all;
    }
    
    .nav.active .nav-list a, .nav-item-sub {
        opacity: 1;
    }
    
    .nav.active .hamburguer{
        position: fixed;
        top: 26px;
        right: 16px;
        border-top-color: transparent;
    }

    */

    .nav {
        padding: 10px;
    }

    .nav-item{
        display: none;
    }

    .hamburguer {
        display: block;
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        display: block;
        z-index: 3;
    }

    .nav-list-sub{
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
        
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #164361;


        justify-content: space-around;
        align-items: center;
        gap: 0;

        z-index: 2;

        
    }

    .nav-list-sub .nav-item{
        display: block;
        padding: 1.6rem;
        
    }


    .open{
        display: block;
    }




    /*submenu*/
    .nav-item-sub:hover ul {
        align-items: center;
        text-align: center;
    
    }

    .nav-item-sub:active ul {
        align-items: center;
        text-align: center;
        background-color: #0d2a3d;
    
    }
    .submenu{
        position: relative;
        width: 100vw;
        background-color: #164361;
        align-items: center;
    }

    .submenu li {
        align-items: center;
    }

    .submenu li a {
        display: block;
        align-items: center;
        text-align: center;
        padding: 10px;
        color: #ffffff;
        flex: 1 0 0;
        border-bottom: 1.2px solid rgba(255, 255, 255, 0.1);
        margin: 5px;
    }

    /*sobre nós*/

    .sobre {
        display: flex;
        padding: 32px 64px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 32px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .foto-sobre {

        min-width: 350px;
        max-width: 557px;
        min-height: 181px;
        max-height: 371px;
    }


    /*Rodapé*/

    footer {

        min-height: 250px;
        padding: 40px 40px;
        gap: 24px;
        align-items: center;
        flex-wrap: wrap;

    }
    
    .dados-contato{
        display: flex;
        min-width: 350px;
        max-width: 595px;
        flex-direction: column;
        gap: 16px;
        flex: 1 0 0;

    }
    
    .icon-contato {
        gap: 24px;

    }

    .icon-contato a img {
        width: 64px;
        height: 64px;


    }

    .texto-contato {
        align-items: center;
    }
    
    .endereco, .numero, .email {
        font-size: 1.2rem;

    }

}

@media (max-width: 650px){

    /*Atuação*/

    .atuacao{
        display: flex;
        padding: 32px 32px;

        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
    
    .titulo-atuacao{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .atuacao h3{
        font-size: 2rem;
        text-align: center;

    }
    
    .atuacao h2{
        font-size: 3rem;
        text-align: center;

    }
    
    .atuacao ul {
        padding: 48px;
        display: block;
        align-self: stretch;
        flex-wrap: wrap;
    }
    
    .atuacao ul div {
        display: flex;
        margin-bottom: 16px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    /*equip*/

    .membros{
        padding-bottom: 20px;
    }


}

@media (max-width: 450px){
    .header{
        max-width: 400px;
        max-height: 350px;
    }

}

