@media (max-width: 1200px){

    /* global */
    .container { width: 100%; padding: 0px 20px; }
    
    /* header */
    #header span.logo img { width: 240px; }
    #header nav { gap: 20px; }
    #header nav ul { gap: 20px; }

    /* feat */
    #feat figcaption { left: 0px; margin-left: 0px; padding: 0px 20px; width: 100%; text-align: left; }
    #feat figcaption h1 { font-size: 48px; }

    /* sobre */
    #sobre figure { width: 50%; }
    #sobre section { width: 50%; }
    #sobre section h2 { font-size: 36px; }
    
}

@media (max-width: 1000px){

    /* global */
    .container { font-size: 14px; }

    /* header */
    #header nav { display: none; }
    span.toggle { display: block; }

    /* sobre */
    #sobre section p strong { font-size: 16px; }

    /* socios */
    #socios header h6 { font-size: 36px; }

    /* banner */
    #banner section h3 { font-size: 36px; }
    #banner section p { font-size: 18px; }

    /* atuacao */
    #atuacao { padding: 60px 0px; }
    #atuacao header h6 { font-size: 36px; }

    /* acervo */
    #acervo { padding: 60px 0px; }
    #acervo header h6 { font-size: 36px; }
    #acervo section article figcaption h4 { font-size: 18px; }

}

@media (max-width: 900px){

    /* atuacao */
    #atuacao .container { width: 100%; }

    /* banner */
    #banner section { left: 0px; width: 100%; margin-left: 0px; padding: 0px 20px; }

    /* post */
    #post header h1 { width: 100%; padding: 0px 20px; font-size: 30px; }
    #post section { width: 100%; padding: 0px 20px; }

    /* box */
    .box .block { width: 90%; height: 90vh; flex-direction: column; }
    .box .block figure { width: 100%; height: 30vh; }
    .box .block figcaption { width: 100%; height: 70vh; }

}

@media (max-width: 700px){

    /* container */
    body { font-size: 14px; }

    /* atuacao */
    #atuacao header { width: 100%; }
    #atuacao header h6 { font-size: 30px; }
    #atuacao header p { font-size: 14px; }
    #atuacao section { grid-template-columns: 1fr; }

    /* acervo */
    #acervo header { width: 100%; }
    #acervo header h6 { font-size: 30px; }
    #acervo section article { width: 100%; margin-bottom: 40px; }
    #acervo section article .book { margin-left: 20%; }
    #acervo .conjur { padding: 0px; }
    #acervo .conjur .conjur-list { grid-template-columns: 1fr; }

    /* sobre */
    #sobre { padding: 60px 0px 40px 0px; }
    #sobre .container { flex-direction: column; }
    #sobre figure { width: 100%; height: 300px; margin-bottom: 0px; }
    #sobre figure img { width: 100%; right: auto; left: 0px; }
    #sobre section { width: 100%; padding-top: 0px; }

    /* socios */
    #socios { padding: 60px 0px 20px 0px; }
    #socios header h6 { font-size: 30px; }
    #socios section article { margin-bottom: 40px; }

    /* footer */
    #footer { padding: 60px 0px; }
    #footer .columns { display: flex; flex-direction: column; flex-wrap: wrap; }
    #footer .columns .item:first-of-type { order: 2; }
    #footer .columns .item:last-of-type { order: 1; }

}

@media (max-width: 620px){

    /* feat */
    #feat { height: 400px; }
    #feat figcaption h1 { font-size: 36px; }
    #feat figcaption p { font-size: 16px; }

    /* sobre */
    #sobre section h2 { font-size: 24px; }

    /* atuacao */
    #atuacao section article { width: 100%; height: auto; padding: 20px; }
    #atuacao section article strong { font-size: 16px; }

    /* footer */
    #footer .columns label { width: 100%; }

}