@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Armenian:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
::-webkit-scrollbar{
    display: none;
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Serif Armenian", serif;
    color: #000000;
}

body{
    background: #fffffb;
}

/*navegação*/
header{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    padding: 20px;
}

.img-logo{
    height: 60px;
    z-index: 2;
}

.img-texture{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(5%);
    z-index: 1;
}

header nav{
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-right: 10px;
    z-index: 2;
}

header nav a{
    position: relative;
    text-decoration: none;
    font-family: "Noto Serif Armenian", serif;
    font-weight: 600;
    color: #e6e6e6;
}

.a-active{
    color: #a97a34;
}

.a-active:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: .5px;
    background: #a97a34;
}

.active-svg{
    fill: #a97a34;
    stroke: #a97a34;
}

.div-open-header{
    position: relative;
    display: flex;
    flex-direction: column;
}

.div-open-header svg{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.div-header-align-svg{
    display: flex;
    align-items: center;
}

.div-open-header div:last-child{
    position: absolute;
    top: 105%;
    display: none;
    flex-direction: column;
    width: 160px;
    background-color: #0a0a0a;
    z-index: 9999;
}

.div-open-header div:last-child a:hover{
    background: #141414;
}

.div-open-header div:last-child a{
    padding: 10px 15px;
    font-size: 13px;
}

/* mobile */
.nav-mobile{
    display: none;
    z-index: 888;
}

.nav-mobile svg{
    cursor: pointer;
}

.bi-x-lg{
    margin: 2rem;
}
.bi-x-lg:hover{
    transform: rotate(350deg);
}

.div-mobile-nav{
    position: absolute;
    top: 0rem;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 250px;
    height: 100vh;
    padding: 20px;
    background: #141414;
}

/*main*/
.section-main{
    position: relative;
    width: 100%;
    height: 800px;
}

.section-main img{
    width: 100%;
    height: 100%;
    image-rendering: optimizeQuality;
    object-fit: cover;
}

.div-title-main{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 3rem;
    z-index: 2;
}

.div-title-main h1{
    max-width: 550px;
    font-size: 48px;
    color: #a97a34;
}

.div-title-main p{
    width: 600px;
    font-size: 16px;
    font-weight: 600;
    color: #fffffb;
}

.div-title-main button{
    width: 250px;
    height: 60px;
    background: transparent;
    border: 3px solid #ffffff;
    color: #fffffb;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.div-title-main button:hover{
    background-color: #ffffff18;
}

.overlay-main{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7) 50%, transparent 75%);
    z-index: 1;
}
.overlay-main-two{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(240deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7) 10%, transparent 75%);
    z-index: 1;
}
.overlay-main-three{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7) 40%, transparent 75%);
    z-index: 1;
}
.overlay-main.contact{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.7) 40%, transparent 75%);
    z-index: 1;
}

/*action*/
.section-action{
    width: 100%;
    margin-bottom: 5rem;
}

.section-action a{
    text-decoration: none;
    border: #0c163a solid .5px;
}

.div-action{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13rem;
    margin: 10rem 0;
}

.div-action h2{
    font-family: "Playfair Display", serif;
    font-size: 40px;
    color: #101010;
    font-weight: 500;
}

.div-action p{
    font-size: 20px;
    color: #000000;
}

.div-action-containers{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 2em;
}

.div-action-containers.second{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2em;
    margin-top: 2rem;
}

.div-action-containers div{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 350px;
    height: 250px;
    gap: .5rem;
    cursor: pointer;
}   

.div-action-containers div svg{
    width: 70px;
    margin: 2rem;
    fill: #132259;
}

.div-action-containers div img{
    width: 70px;
    margin: 2rem;
    fill: #132259;
}

.div-action-containers div h3, p{
    color: #132259;
}

/*about*/
#section-about{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 800px;
    margin-top: 10rem;
}

.img-about{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div-about{
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 20rem;
    /* flex-wrap: wrap; */
}

.div-about div:first-child{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.div-about div:first-child h2{
    font-size: 36px;
    color: #a97a34;
}

.div-about div:first-child p:not(.div-boces-action div p){
    width: 600px;
    font-size: 20px;
    font-weight: 600;
    color: #fffffb;
}

.div-about img{
    margin: 5rem 0;
}

.div-boces-action{
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
    gap: .7rem;
    width: 720px;
}

.div-boces-action div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/3);
    height: 50px;
    background: #a97a3421;
    border: .5px solid #a97a34;
}

.div-boces-action div p{
    font-weight: 600;
    color: #ffffff;
}

/* feedback */
.section-feedback{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 650px;
    margin-bottom: 10rem;
    padding-top: 10rem;
}

.section-feedback h1{
    font-family: "Playfair Display", serif;
    font-size: 35px;
    font-weight: 500;
    color: #101010;
}

/* feedback */
.div-exellent{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    margin: 3rem 0;
}

.div-exellent div{
    display: flex;
    align-items: center;
    gap: .5rem;
}

.div-exellent h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 550;
    color: #000000e6;
}

.div-exellent p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 550;
    color: #000000e6;
}

.div-exellent img{
    max-width: 120px;
}

.div-wrapper-feedback{
    display: flex;
    align-items: center;
    flex-shrink: 70%;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 1000px;
    width: 1000px;
    height: 0px;
}

.wrapper{
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 500%;
    height: 100%;
    transition: .5s ease-in-out;
    overflow: hidden;
}

.slider1{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: calc(400px/1);
    height: 100%;
    transition: .3s ease-in-out;
    cursor: text;
}

.slider1:hover{
    scale: 1.03;
}

.div-title-feedback{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div-title-feedback p{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.div-title-feedback svg{
    width: 20px;
    margin-right: 2rem;
}

.div-feedback-description{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.div-feedback-description div{
    display: flex;
    align-items: center;
    gap: .5rem
}

.div-feedback-description div svg{
    width: 16px;
    height: 16px;
}

.div-feedback-description p{
    font-size: 15px;
    color: #000000;
}

.body-feedback{
    overflow-x: hidden;
}

/*footer*/
.section-footer-list{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    height: 300px;
}

.div-footer-list{
    display: flex;
    gap: 6rem;
    z-index: 2;
}

.footer-list-logo{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-list-logo div{
    display: flex;
    align-items: center;
    gap: .5rem;
}

.footer-list-logo img{
    max-width: 150px;
}

.footer-list-logo div svg{
    width: 25px;
    height: 25px;
    padding: 3px;
    border-radius: 50%;
    background-color: #a97a34;
}

.div-footer-column-list{
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.div-footer-column-list h3{
    font-size: 12px;
    color: #a97a34;
}

.div-footer-column-list a{
    text-decoration: none;
    font-size: 12px;
    color: #e6e6e6;
}

.div-footer-column-list a:hover{
    color: #a97a34;
}

.div-list-contact{
    display: flex;
    align-items: center;
    gap: .5rem;
}

.div-list-contact.sede{
    cursor: pointer;
}

.div-list-contact svg{
    width: 12px;
    height: 12px;
    fill: #fffffb;
}

.div-list-contact p{
    font-size: 12px;
    color: #e6e6e6;
}

.div-list-contact2{
    position: relative;
    display: flex;
    align-items: center;
    width: 170px;
}

.div-list-contact2 svg{
    width: 12px;
    height: 12px;
    fill: #fffffb;
}

.p-hours-position{
    position: absolute;
    right: 0;
}

.div-list-contact2 p{
    font-size: 12px;
    color: #e6e6e6;
}
.div-list-contact2 p.first{
    margin-right: 1.5rem;
}
.div-list-contact2 p.second{
    margin-right: 2.7rem;
}
.div-list-contact2 p.thirsty{
    margin-right: 2.1rem;
}
.div-list-contact2 p.forty{
    margin-right: 2.5em;
}
.div-list-contact2 p.five{
    margin-right: 2.77rem;
}
.div-list-contact2 p.six{
    margin-right: 5.5rem;
}
.div-list-contact2 p.five{
    margin-right: 2.77rem;
}

.img-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.section-footer{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}

.section-footer a{
    text-decoration: none;
}

.div-wtt{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #4dc247;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.div-wtt svg{
    width: 31px;
}

.div-wtt p{
    display: none;
    font-weight: 600;
    color: #fffffb;
}

/* civil */
.section-civil-main{
    position: relative;
    width: 100%;
    height: 800px;
}

.section-civil-main img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    image-rendering: optimizeQuality;
    object-fit: cover;
    z-index: -1;
}

.div-civil-main{
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 4rem;
    z-index: 2;
}

.div-family-main{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 4rem;
    z-index: 2;
}

.div-civil-main h1, .div-family-main h1{
    max-width: 640px;
    font-family: "Playfair Display", serif;
    font-size: 45px;
    color: #e6e6e6;
}
.div-civil-main b, .div-family-main b{
    font-family: "Playfair Display", serif;
    color: #a97a34;
}

.div-civil-main button, .div-family-main button{
    width: 350px;
    height: 60px;
    background: #a97a34;
    border: none; 
    font-size: 14px;
    color: #fffffb;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.div-civil-main button:hover, .div-family-main button:hover{
    background: transparent;
    border: 3px solid #e6e6e6;
}

.section-civil-description{
    display: flex;
    flex-direction: column;
    gap: 10rem;
    width: calc(100% - 13rem);
    margin: 5rem 13rem;
}

.section-civil-description div{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.section-civil-description h1{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #333333;
}
.section-civil-description h1::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(1.5rem);
    width: 150px;
    height: 6px;
    border-radius: 5px;
    background: #a97a34;
}

.section-civil-description p{
    width: 80%;
    font-size: 20px;
    color: #141414;
}

.body-civil{
    animation: smooth-opacity .5s ease-in-out;  
}

.section-how-choose{
    display: flex;
    justify-content: center;
    gap: 10rem;
    margin: 10rem auto;
    width: calc(100% - 30rem);
}

.section-how-choose h1{
    max-width: 450px;
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 38px;
    font-weight: 500;
    color: #101010;
    height: 120px;
}

.section-how-choose h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 6px;
    border-radius: 5px;
    background: #a97a34;
}

.div-how-choose{
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.div-how-choose div{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.div-how-choose div h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #101010f3;
}

.div-how-choose div p{
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.div-how-choose button{
    width: 350px;
    height: 60px;
    background: #a97a34;
    border: none; 
    font-size: 14px;
    color: #fffffb;
    cursor: pointer;
    transition: .3s ease-in-out;
}

/* Equipe */
.section-advogado{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7rem;
    width: 100%;
    height: 800px;
    margin: 15rem auto;
}

.section-advogado h1{
    font-family: "Playfair Display", serif;
    font-size: 38px;
    font-weight: 500;
    color: #101010;
}

.div-advogado{
    display: flex;
    gap: 4rem;
}

.div-advogado img{
    width: 417px;
    height: 540px;
    image-rendering: optimizeQuality;
    object-fit: cover;
}

.div-advogado div{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


.div-advogado div h2{
    font-size: 30px;
    color: #a97a34;
}

.div-advogado div p{
    width: 750px;
    font-size: 19px;
    color: #101010;
}

.div-advogado div button{
    width: 350px;
    height: 60px;
    background: #a97a34;
    border: none; 
    font-size: 14px;
    color: #fffffb;
    cursor: pointer;
    transition: .3s ease-in-out;
}

/* contact */
.section-contact{
    display: flex;
    align-items: center;
    width: 100%;
    height: 800px;
}

.div-contact{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 10rem 20rem;
}

.div-contact h1{
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 38px;
    color: #101010;
}

.div-contact p{
    font-weight: 600;
    font-size: 18px;
    color: #101010;
}

.div-contact button.telefone{
    width: 350px;
    height: 60px;
    background: #a97a34;
    border: none; 
    font-size: 14px;
    color: #fffffb;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.div-contact button.whatsapp{
    width: 350px;
    height: 60px;
    background: #22821d;;
    border: none; 
    font-size: 14px;
    color: #fffffb;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.section-contact div:last-child{
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
}

.section-contact div:last-child iframe{
    width: 90%;
    height: 80%;
    border-radius: 10px;
}

/* blog */
.section-blog-main-container{
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    height: 400px;
}

.section-blog-main-container img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.div-blog-main-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: auto 0;
}

.div-blog-main-container h2{
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 38px;
    color: #a97a34;
}

.div-blog-main-container p{
    font-size: 16px;
    color: #e6e6e6;
}

.section-blog-main-boxes{
    max-width: 100%;
    width: 100%;
}

.div-blog-categories{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    width: 100%;
    margin: 7rem auto;
}

.div-blog-categories div{
    cursor: pointer;
}

.div-blog-categories div p:not(.categorie-active p){
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #101010;
}
.div-blog-categories div p:not(.categorie-active p)::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #a97a34;
    transition: .3s ease-in-out;
}
.div-blog-categories div p:not(.categorie-active p):hover::after{
    width: 100%;
}

.categorie-active{
    padding: 5px 15px;
    font-weight: 500;
    background: #a97a34;
}

.categorie-active p{
    font-weight: 550;
    font-size: 17px;
    color: #101010;
}

.div-blog-categories-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5rem;
}

.div-blog-categories-content div{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 450px;
    padding: 10px;
    margin-bottom: 15rem;
    background: #e6e6e66a;
    transition: 0s ease-in-out;
}
.div-blog-categories-content div:hover{
    scale: 1.02;
}

.div-blog-categories-content a{
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    color: #101010;
}

.div-blog-categories-content span{
    font-size: 14px;
    color: #a97a34;
}

.div-blog-categories-content p{
    width: 350px;
    font-size: 16px;
    color: #101010;
}

.div-blog-categories-content button{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 100px;
    height: 35px;
    background: #a97a34;
    border: none;
    font-weight: 450;
    font-size: 14px;
    color: #101010;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.div-blog-categories-content button:hover{
    background: #141414;
    color: #e5e5e5;
}

.section-blog-family-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 4rem auto;
}

.div-blog-content-align{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 55%;
}

.div-blog-fmaily-all{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.div-blog-fmaily-all div{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 4rem;
}

.section-blog-family-content h1{
    position: relative;
    margin-bottom: 3rem;
    font-size: 50px;
    font-weight: 450;
    color: #101010d0;
}

.section-blog-family-content h1::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 13%;
    width: 20%;
    height: 4px;
    background: #a97a34;
}

.section-blog-family-content p:not(b){
    width: 55%;
    font-size: 20px;
    font-weight: 400;
    color: #101010;
}

.section-blog-family-content ul{
    font-size: 20px;
    font-weight: 400;
    color: #101010;
}

.section-blog-family-content b{
    font-weight: 800;
    color: #101010e8;
    animation: showBlog-animation 1s ease-in-out;
}

.show-blog-animation{
    animation: show-blog-animation 1s ease-in-out;
}

@keyframes smooth-opacity {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes show-blog-animation {
    0%{
        opacity: 0;
        transform: translateX(-100px);
    }
    100%{
        opacity: 1;
        transform: translate(none);
    }
}

@media only screen and (max-width: 600px){
    header nav{
        display: none;
    }
    .nav-mobile{
        display: block;
    }
    .div-title-main h1{
        font-size: 38px;
    }
    
    .div-title-main p{
        width: 400px;
        font-size: 14px;
    }
    .div-action{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .div-action h2{
        font-size: 30px;
    }
    .div-action p{
        width: 400px;
        font-size: 15px;
    }
    #section-about{
        height: 1500px;
        margin-left: 0;
    }
    .div-about{
        left: 10%;
        flex-wrap: wrap;
        gap: 0;
    }
    .div-about div:first-child h2{
        font-size: 33px;
    }
    .div-about div:first-child p:not(.div-boces-action div p){
        width: 400px;
        font-size: 16px;
    }
    .div-boces-action{
        display: flex;
        align-items: center;
        flex-wrap: wrap; 
        gap: .7rem;
        width: 550px;
    }
    .div-about img{
        width: 300px;
        height: 403px;
        object-fit: cover;
        margin: 5rem auto;
    }
    .section-feedback h1{
        font-family: "Playfair Display", serif;
        font-size: 29px;
        font-weight: 500;
    }
    .section-footer-list{
        height: 700px;
    }
    
    .div-footer-list{
        flex-direction: column;
        gap: 2rem;
    }
    /* civil action */
    .section-civil-main img{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        image-rendering: optimizeQuality;
        object-fit: cover;
        z-index: -1;
    }
    .div-title-main.contact{
        position: absolute;
        top: 70%;
        right: 1rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        z-index: 2;
    } 
    .div-civil-main{
        position: absolute;
        top: 75%;
        right: 1rem;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        z-index: 2;
    }
    .div-family-main{
        position: absolute;
        top: 75%;
        left: 3rem;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        z-index: 2;
    }
    .div-civil-main h1, .div-family-main h1{
        max-width: 450px;
        font-size: 30px;
        color: #e6e6e6;
    }
    .section-civil-description{
        display: flex;
        flex-direction: column;
        gap: 10rem;
        width: calc(100% - 4rem);
        margin: 5rem 4rem;
    }

    .section-civil-description div{
        display: flex;
        gap: 1.5rem;
    }
    
    .section-civil-description h1{
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
    }
    .section-civil-description p{
        width: 90%;
        font-size: 18px;
    }
    .section-how-choose{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10rem;
        margin: 10rem auto;
        width: calc(100% - 8rem);
    }
    .section-how-choose h1{
        position: relative;
        font-family: "Playfair Display", serif;
        font-size: 33px;
        font-weight: 500;
        height: 120px;
    }
    /* blog */
    .section-blog-family-content{
        align-items: normal;
        margin: 2rem;
    }
    .div-blog-categories-content div{
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: 450px;
        padding: 10px;
        margin-bottom: 5rem;
        transition: 0s ease-in-out;
    }
    .section-blog-family-content h1{
        max-width: 600px;
        font-size: 30px;
    }
    .section-blog-family-content p:not(b){
        width: 100%;
        font-size: 18px;
    }
    .div-blog-content-align{
        width: 100%;
    }
    /* advogado */
    .section-advogado{
        height: 1500px;
        margin: 15rem 0;
    }
    .section-advogado h1{
        max-width: 400px;
        font-size: 25px;
    }
    .div-advogado{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 4rem;
    }
    .div-advogado div p{
        width: 350px;
    }
    /* contact */
    .section-contact{
        flex-direction: column;
        gap: 2rem;
    }
    .section-contact div:last-child{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 600px;
        margin-bottom: 10rem;
    }
    
    .section-contact div:last-child iframe{
        width: 90%;
        height: 100%;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 500px){
    header nav{
        display: none;
    }
    .nav-mobile{
        display: block;
    }
    .div-title-main h1{
        max-width: 340px;
        font-size: 30px;
    }
    
    .div-title-main p{
        max-width: 350px;
        font-size: 14px;
    }
    .div-action{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .div-action h2{
        font-size: 28px;
    }
    .div-action p{
        width: 330px;
        font-size: 15px;
    }
    .div-action-containers div{
        width: 330px;
    }
    #section-about{
        height: 1500px;
        margin-left: 0;
    }
    .div-about{
        left: 10%;
        flex-wrap: wrap;
        gap: 0;
    }
    .div-about div:first-child h2{
        font-size: 33px;
    }
    .div-about div:first-child p:not(.div-boces-action div p){
        width: 350px;
        font-size: 16px;
    }
    .div-boces-action{
        display: flex;
        align-items: center;
        flex-wrap: wrap; 
        gap: .7rem;
        width: 460px;
    }
    .div-about img{
        width: 300px;
        height: 403px;
        object-fit: cover;
        margin: 5rem auto;
    }
    .section-feedback h1{
        font-family: "Playfair Display", serif;
        font-size: 25px;
    }
    .section-footer-list{
        height: 700px;
    }
    
    .div-footer-list{
        flex-direction: column;
        gap: 2rem;
    }
    /* civil action */
    .div-title-main.contact{
        position: absolute;
        top: 70%;
        right: 1rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        z-index: 2;
    } 
    .div-civil-main{
        position: absolute;
        top: 75%;
        right: 0rem;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        z-index: 2;
    }
    .div-family-main{
        position: absolute;
        top: 75%;
        left: 3rem;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        z-index: 2;
    }
    .div-civil-main h1, .div-family-main h1{
        max-width: 350px;
        font-size: 30px;
        color: #e6e6e6;
    }
    .div-civil-main button, .div-family-main button{
        width: 300px;
    }
    .section-civil-description{
        display: flex;
        flex-direction: column;
        gap: 10rem;
        width: calc(100% - 4rem);
        margin: 5rem 4rem;
    }

    .section-civil-description div{
        display: flex;
        gap: 1.5rem;
    }
    
    .section-civil-description h1{
        position: relative;
        font-size: 25px;
    }
    .section-civil-description p{
        width: 90%;
        font-size: 18px;
    }
    .section-how-choose{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10rem;
        margin: 10rem auto;
        width: calc(100% - 8rem);
    }
    .section-how-choose h1{
        max-width: 300px;
        font-size: 33px;
    }
    .section-how-choose h1:after{
        bottom: -2rem;
    }
    .section-how-choose button{
        width: 300px;
    }
    /* blog */
    .div-blog-categories-content div{
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 350px;
        height: 450px;
        padding: 10px;
        margin-bottom: 5rem;
        background: #e6e6e66a;
        transition: 0s ease-in-out;
    }
    .section-advogado{
        height: 1700px;
        margin: 15rem auto;
    }
    .section-advogado h1{
        max-width: 300px;
        font-size: 25px;
    }
    .div-advogado{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 4rem;
    }
    .div-advogado div p{
        width: 280px;
    }
    .div-advogado img{
        width: 300px;
        height: 500px;
    }
    .div-advogado div h2{
        font-size: 25px;
    }
    /* contact */
    .section-contact{
        flex-direction: column;
        gap: 2rem;
    }
    .div-contact h1{
        font-size: 35px;
    }
    .div-contact p{
        font-size: 16px;
    }
    .div-contact button.telefone{
        width: 300px;
    }
    .div-contact button.whatsapp{
        width: 300px;
    }
    .section-contact div:last-child{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 600px;
        margin-bottom: 10rem;
    }
    
    .section-contact div:last-child iframe{
        width: 90%;
        height: 100%;
        border-radius: 10px;
    }
}