/* geral */
.extern-bg {
    padding: 20px 0;
    background-image: url('../img/bgskills.png');
    background-repeat: no-repeat;
    background: #FAFAFA;
}

.bg-titulo {
    background: var(--47424-f, #40384E);
    padding: 30px;
}

/* escitorio ext */

.escritorio-texto {
    color: var(--Gray-1, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 40px;
}

.destaque {
    color: var(--c-3-b-081, #B59C60);
}


/* pagina de advogados */

.adv-img {
    border-radius: 5px 5px;
    width: 100%;
    height: 50%;
    border-radius: 2px;
    margin-right: 10%;


}

.owl-advogados .item {
    border-radius: 20px;

}

.owl-advogados-intena .item {
    margin: 50px;
    border-radius: 20px;
    background-color: white;
    color: #000000;
}

.dados-adv p {
    color: var(--Gray-1, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: none;
}

.owl-advogados-inter .item {
    width: 80%;
    margin-right: 10px;
    border-radius: 15px;
}

.owl-advogados-inter .item img {
    width: 100%;
    height: auto;
    border-radius: none;
    object-fit: cover;
}

/* blog geral */
.item-blog {
    display: flex;
    padding: 50px;

}

.item-blog .data {
    width: 72px;
    height: 72px;
    position: absolute;
    background: #B59C60;
    bottom: -17px;
    left: 15px;
    border-radius: 0 8px 0 0;
    padding-top: 15px;
}

.item-blog .data .data-mes {
    position: absolute;
    color: #FFF;
    font-size: 15px;
    font-weight: 200;
    margin-left: 22px;
    top: 35px;

}

.item-blog .data .data-dia {
    color: #FFF;
    margin-left: 22px;
    font-size: 28px;
    font-weight: 300;
}

.blog-imagem {
    width: 360px;
    height: 264px;
    object-fit: cover;
}

.noticias-txt {
    padding-top: 5%;
    margin-left: 0px;
}

.noticias-txt h5 {
    color: var(--47424-f, #40384E);
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    /* 100% */

}

.noticias-txt p {
    color: var(--Gray-2, #4F4F4F);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* noticia interna */

.noticia-princ {
    padding: 40px 0;
    margin-left: 40px;
}

.noticia-princ h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 100% */
    padding: 10 px 0;
}

.noticia-princ p {
    color: var(--Gray-2, #000000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.area-atuacao {
    padding: 30px 0;
    background-image: url('../img/bg-intern.png');
    background-repeat: no-repeat;
    background-size: 100% contain;
    background-color: #FAFAFA;
}

.area-atuacao .col {
    background-color: #FFF;
    margin-top: 80px;
    margin-bottom: 50px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #C3B081;

}

.area-atuacao .col {
    background-color: #FFF;
    margin-top: 10px;
    margin-bottom: 5px;
    align-items: center;

}

.section-item_um {
    width: 100%;
    height: 100%;
    left: 29.5px;
    background-color: #FFF;
    padding-top: 15px;
    border-radius: 5px;
    border: 1px solid #C3B081;

}

.section-item_dois {
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #C3B081;


}

.section-item_dois p {
    color: var(--Gray-1, #333);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    text-align: left;
}

.artigos .btn-vermais {
    font-size: 12px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    background: #4F4F4F;
}

a,
button {
    text-decoration: none;
    cursor: pointer;
    transition: 1s;
}

.artigos {
    padding: 80px 0;
    background: #F3F3F3;
    background-image: url('../img/bg-intern.png');
    background-repeat: no-repeat;
    background-size: 100% ;
}

.artigos p {
    font-size: 18px;
    color: #4F4F4F;
    text-align: justify;
    margin-bottom: 30px;
}

.artigos h2 {
    font-size: 20px;
    color: #060605;
    margin-top: 0;
}

.artigos span {
    font-size: 12px;
    font-weight: bold;
    color: #9e9e9d;
}


.artigos .data {
    width: 72px;
    height: 72px;
    position: absolute;
    background: #B59C60;
    bottom: 0;
    left: 15px;
    border-radius: 0 8px 0 0;
    padding-top: 15px;
}

.artigos .data .data-mes {
    position: absolute;
    color: #FFF;
    font-size: 15px;
    font-weight: 200;
    margin-left: 24px;
    top: 35px;


}

.artigos .data .data-dia {
    color: #FFF;
    margin-left: 22px;
    font-size: 30px;
    font-weight: 300;
}

.artigos .item {
    display: flex;
    padding-top: 50px;

}

.artigos-img {
    width: 300px;
    height: 100%;
    object-fit: cover;
}

.group img {
    position:absolute;
    width: 136px;
    height: 136px;
    bottom: 25%;
    left: 30%;

}

.multimidiatext h4 {
    font-size: 30px;
    color: #030303;
    margin-top: 40px;
}

.multimidiatext p {
    font-size: 20px;
    color: #4F4F4F;
    text-align: justify;
    margin-top: -10px;
}
.imagem-midia{
    width: 100%;
    height: auto;
    max-width: 350px;
}

.roteiro {
    padding: 80px 0;
    background: #F3F3F3;
    background-image: url('../img/bg-intern.png');
    background-repeat: no-repeat;

    background-size: 100% contain;
}

.roteiro .item {
    margin: 50px;
    padding-top: 30px;
}

.roteiro h2 {
    font-size: 20px;
    color: #060605;
    margin-top: 0;
}

.roteiro .btn-vermais {
    font-size: 12px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    background: #4F4F4F;
}

.area-atuacao .data {
    width: 72px;
    height: 72px;
    position: absolute;
    background: #B59C60;
    bottom: 0;
    left: 0;
    border-radius: 0 8px 0 0;
    padding-top: 15px;
}

.area-atuacao .data .data-mes {
    position: absolute;
    color: #FFF;
    font-size: 15px;
    font-weight: 200;
    margin-left: 24px;
    top: 35px;


}

.area-atuacao .data .data-dia {
    color: #FFF;
    margin-left: 22px;
    font-size: 30px;
    font-weight: 300;
}


/* Responsivo ------------------------------------------------ */
@media (min-width: 768px) and (max-width: 1200px) {
    .adv-img {
        margin-right: 20%;

    }

    .group img {
        left: 30%;
    }
}

@media(max-width:767px) {
    .group img {
        left: 30%;

    }

    .escritorio-img img {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        padding: 20px;

    }

    .section-item_um {
        left: 0;
    }

    .escritorio-texto {
        text-align: justify;
        padding: 30px;
    
    }

    .item-blog {
        display: block;
    }

    .noticia-princ p {
        color: var(--Gray-2, #4F4F4F);

        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: -25px;
    }

    .noticia-princ h5 {
        margin-left: -25px;
    }

    .adv-img img {
        width: 90%;
    }

}

.pagination-sm .page-link {
    background-color: #B59C60 !important;
    color: #000000 !important;
    border-color: none !important;
}

.page-item.active .page-link {
    border-color: #40384E !important;
}

/* tetste */


.bordas {
    --size: 32px;
    width: 100%;
    height: 50%;
    margin: 25px 0;
    padding: 10px;
    background:
        linear-gradient(#B59C60 var(--size), transparent 0 calc(100% - var(--size)), #B59C60 0) 100% 0 / 1px 100%,
        linear-gradient(#B59C60 var(--size), transparent 0 calc(100% - var(--size)), #B59C60 0)  0 0 / 1px 100%,
        linear-gradient(to left, #B59C60 var(--size), transparent 25% calc(90% - var(--size)), #B59C60 0) 0 100% / 100% 2px ,
        linear-gradient(to right, #B59C60 var(--size), transparent 25% calc(80% - var(--size)), #B59C60 0) 0 0 / 100% 1px;
    background-repeat: no-repeat;
}



.decorete-left {
    position:relative;
    float:left;
    padding: 0 ;       /* espaço nas laterais     */
    }
  
  .decorete-left:before,.decorete-left:after {
    content:''; display:block;position:absolute;
    border:1px solid rgb(127, 125, 125);
    top:45px; bottom:45px; /* espaço no topo e embaixo */

  }
  
  .decorete-left:before {
    left:1px; border-right:none;
  }