*{
    margin: 0px; padding: 0px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}
ul li{
    text-align: justify;
    font-size: 12pt;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;    
    hyphens: auto;
    margin: 2%;
}
div#trabalhista > ul li {
    margin: 3%;
}
@media(max-width: 600px){
    div#trabalhista > ul li {
        font-size: 10pt;
        margin: 5%;
    }
}
@media(max-width: 350px){
    div#trabalhista > ul li {
        margin: 6%;
    }
}
@media(max-width: 800px){
    div#previdenciario > ul li {
        font-size: 10pt;
        margin: 2%;
    }
}
@media(max-width: 700px){
    div#previdenciario > ul li {
        font-size: 8pt;
        margin: 3%;
    }
}
@media(max-width: 400px){
    div#previdenciario > ul li {
        margin: 6%;
    }
}
header{
    background-image: linear-gradient(to bottom, black, rgb(26, 26, 26), rgb(43, 42, 42));
    width: 100%; height: 250px;
    
    box-shadow: 3px 5px 20px 5px black;

}
header > picture > img{
    display: block; box-shadow: 0px 0px 30px 5px black;
    margin: auto;
}
header > nav {
    display: flex; align-items: center;
    text-align: center;
    
    background-attachment: fixed;
}
header > nav > a{
    text-decoration: none;
    color: white;
    background-color: #093145;
    margin: 10px;
    border: 1.5px solid aquamarine;
    border-radius: 5px;
    font-size: 20px;
    width: 25%;
    box-shadow: black 0px 0px 15px 2.5px;
    display: block;
    justify-content: space-around;
    text-align: center;
}
header > nav > a:hover {
    background-color: #14658d;
}



@media(max-width: 580px){
    header{height: 225px;}
    
    header > picture > img{
        width: 150px; height: 150px;
    }
    main section{
        font-size: small;
    }
}
@media(max-width: 500px){
    header > picture > img{
        width: 100px; height: 100px;
    }
    header{
        display: block; 
        height: auto;
    }
}
@media(max-width: 400px){
    header{
        height: auto;
        display: block;
    }
    header > nav > a {
        width: 20%;
        font-size: 15px;
    }
    
    main section {
        font-size: smaller;
    }
}

@media(max-width: 800px){
    div.divflex > picture img{
        width: 300px;
        height: 300px;
    }
    div#civil > div.divflex {
        font-size: 10pt;
    }
    
}
@media(max-width: 580px){
    div#civil div.divflex {
        display: block;
    }   
    div.divflex > picture img{
        margin: auto;
        display: block; 
    }
}
@media(max-width: 400px){
    div.divflex > picture img{
        width: 200px;
        height: 200px;
        
    }
    div.divflex > picture{
        margin: auto;
        text-align: center;
    } 
}
div.divflex {
    display: flex;
    
}




.sobrebotoes{
    transition: ease 0.3s;
    transform: scale(1.1);
    width: 20%;
}
section{
    padding: 20px;
    animation: fadeIn 1s ease-in-out;
}
section#nossodna {
    background-image: radial-gradient(rgb(250, 199, 151), rgb(255, 175, 101),rgb(255, 153, 57)   );
}
section#nossodna p{
    font-size: 13pt;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: justify;
}
@media(max-width: 500px){
    section#nossodna p{
        font-size: 11pt;
    }
}
@media(max-width: 380px){
    section#nossodna p{
        font-size: 10pt;
    }
}
section#nossodna > h2{
    font-size: xx-large;
    font-weight: bolder;
    text-align: center;
    margin: auto;
}
p{
    display: flex;
    flex-wrap: wrap;
    text-indent: 20px;
    text-align: justify;
    hyphens: auto;
    word-wrap: break-word;
    margin: 2%;
}
section#nossodna > p{
    text-align: justify;
}
section#atuacao > div#civil{
    padding: 40px;
    background-color: #CECFE0;
    border-radius: 7px;

}
div#civil{
    box-shadow: 1px 3px 15px 4px black;
}
div#trabalhista{
    box-shadow: 1px 3px 15px 4px black;
}
div#previdenciario{
    box-shadow: 1px 3px 15px 4px black;

}
section#atuacao > div#civil h2{
    text-align: center;
    font-size: xx-large;
    font-weight: bolder;
}
div.divflex > picture img{
    border-radius: 7px;
}
div.divflex{
    display: flex;
    align-items: center;
    gap: 20px;
}



h1{
    text-align: center;
    font-size: 25pt;
    text-decoration: underline;
    text-shadow: rgb(66, 66, 66) 3px 2px 5px ;
}
h2{text-decoration: underline;
}
h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
}
div#civil > h3 {
    text-shadow: #3a3b3b 2px 3px 5px;
}
div#trabalhista > h3 {
    text-shadow: #8f6e45 2px 3px 5px;
}
div#previdenciario > h3 {
    text-shadow: #4e272e 2px 3px 5px;
}
h4{
    padding: 5px;
    text-align: left;
    font-size: larger;
}
section#atuacao > div#civil > h3{
    margin: 10px;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}

section#atuacao > div#civil p{
    text-align: justify;
    font-size: 12pt;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#trabalhista{
    background-color: bisque;
    border-radius: 7px;

}
div#previdenciario h3{
    text-align: center;
}
div#previdenciario {
    background-color: pink;
    border-radius: 7px;
    padding: 2%;
}
main > section > div{
    margin: 2%;
}
div#trabalhista h3{
    text-align: center;
}
@media(max-width: 500px){
    section#atuacao > p {
        font-size: 10pt;
    }
}
section#atuacao > div#civil > ul > li{
    font-size: 12pt;
    margin: 20px;
}
section#socios {
    padding: 20px;
}
section#socios div.divflex{
    display: flex;
    gap: 40px;
}
section#socios div.divflex > ul li{
    font-size: 12pt;
}
section#socios div.divflex picture img{
    width: 400px; height: 400px;
    border-radius: 7px;
}
section#socios h3{
    text-align: center;
}
@media(max-width: 780px){
    section#socios div.divflex picture img{
        width: 300px; height: 300px;
    }
    section#socios div.divflex > ul li{
        font-size: 11pt;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media(max-width: 650px){
    section#socios div.divflex picture img{
        width: 200px; height: 200px;
    }
    section#socios div.divflex > ul li{
        font-size: 10pt;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media(max-width: 450px){
    section#socios div.divflex picture img{
        margin: auto;
        display: block;
    }
    section#socios div.divflex{
        display: block;
    }
}

footer > picture img{
    width: 100%; height: 100%;
    
}
footer{
    width: 100%; height: 100%;
    background-attachment: fixed;
    animation: fadeIn 1s ease-in-out;
    background-color: black;
}
span{
    color: white;
    display: inline-block;
}
@media(max-width: 520px){
    span{
        font-size: 9pt;
    }
}
@keyframes fadeIn{
    from{
        opacity: 0;
        transform: translateY(20px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}