/**
 *
 * ███████╗███████╗ ╔████═╗    ███████╗    █████╗ ██████═╗ ███████╗
 * ██╔════╝██╔════╝██║ ╚═██╗   ██╔════╝   ██╔══██╗██║ ╚═██╗██╔════╝
 * ███████╗█████╗  ██║   ██║   █████╗     ███████║██║   ██║███████╗
 * ╚════██║██╔══╝  ██║   ██║   ██╔══╝     ██╔══██║██║   ██║╚════██║
 * ███████║███████╗ ╚████╔═╝   ███████╗   ██║  ██║██████╔═╝███████║
 * ╚══════╝╚══════╝  ╚═══╝     ╚══════╝   ╚═╝  ╚═╝  ╚═══╝  ╚══════╝
 *
**/

/*
* Language: Portuguese
*    Tools: PHP7
*    Autor: SEO & Ads Agency.
*   E-mail: contato@seoeads.com
*     Site: https://www.seoeads.com/
*      CMS: WordPress
*      JOB: HTML5 / CSS3 / JS / Bootstrap4
*     Date: 2021/12/20
* 
* Copyright(c) Todos os direitos reservados.
*
*/


/*
Importação de fontes */

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../font/ACaslonPro-Bold.eot');
    src: url('../font/ACaslonPro-Bold.eot?#iefix') format('embedded-opentype'), url('../font/ACaslonPro-Bold.woff2') format('woff2'), url('../font/ACaslonPro-Bold.woff') format('woff'), url('../font/ACaslonPro-Bold.ttf') format('truetype'), url('../font/ACaslonPro-Bold.svg#ACaslonPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../font/ACaslonPro-Regular.eot');
    src: url('../font/ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'), url('../font/ACaslonPro-Regular.woff2') format('woff2'), url('../font/ACaslonPro-Regular.woff') format('woff'), url('../font/ACaslonPro-Regular.ttf') format('truetype'), url('../font/ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ######## */


/*
Default Styles */

html {
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 120px;
}

body {}

section {
    padding: 100px 0;
}

p {}

p.bd_gt {
    margin: auto;
    padding: 3px;
    width: fit-content;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

a {}

a.btn {
    text-decoration: none;
}

button:hover {
    cursor: pointer;
}

button.hamburguer {
    display: none;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 30px;
    margin: 8px 0;
    padding: 0px;
}

button.hamburguer:focus {
    outline: none;
}

button.hamburguer i {
    display: block;
    width: 100%;
    border: 1.5px solid #bf9330;
    border-radius: 10px;
    background-color: #bf9330;
    margin: 3px 1px;
    transition: all 0.3s;
}

button.hamburguer.active i.first {
    transform: rotate(-45deg) translate(-7px, 7px);
}

button.hamburguer.active i.middle {
    opacity: 0;
}

button.hamburguer.active i.last {
    transform: rotate(45deg) translate(-6px, -6px)
}

@media (max-width:992px) {
    button.hamburguer {
        display: flex;
    }
}


hr.short {
    background-color: #2c2c2c;
    border: 1.5px solid #2c2c2c;
    width: 98px;
}

.hidden {
    display: none !important;
}

div.status {
    color: #fff;
    text-align: center;
}

div.status p {
    width: 70%;
    margin: auto;
    padding: 15px 30px;
}

div.status p.success {
    border: 2px dotted #05f305;
}

div.status p.error {
    border: 2px dotted #cf1a1a;
}

.slick-arrow {
    display: none !important;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 24px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: #1f1f1f;
    border: 0;
    outline: none;
    background: #1f1f1f;
    border-radius: 10px;
}

.slick-dots li.slick-active button {
    color: #bf9330;
    background: #bf9330;
}

div.ctt_floating {
    display: none;
}


/* ######## */

body>header {
    position: sticky;
    top: 0;
    background-color: #262727;
    width: 100%;
    padding: 5px 0;
    z-index: 9999;
}

body>header div.bar_nav {
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

body>header div.bar_nav div.col_bar_nav {
    display: flex;
    justify-content: space-between;
}

body>header div.bar_nav a.logo {
    display: block;
    text-align: left;
}
body>header div.bar_nav a.logo img {
    width: 130px;
    height: auto;
}

body>header div.bar_nav nav ul {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 15px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

body>header div.bar_nav nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body>header div.bar_nav nav ul li a {
    color: #fff;
}

body>header div.header_ctt {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

body>header div.header_ctt a.btn_ctt {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 15px;
    color: #262727;
    padding: 5px 10px;
    margin-right: 22px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

body>header div.header_ctt map.social {
    position: absolute;
}

section.banner {
    background: url(../img/bg/bg_banner.webp) top center no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 120vh;
    padding: 50px 0 0;
    display: flex;
    align-items: center;
}

section.banner div.header h1.title {
    font-family: "ACaslonPro-Bold", serif;
    font-size: 85px;
    line-height: 74px;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
}

section.check_boxes {
    background: url(../img/bg/bg_check_boxes.webp) top center no-repeat;
    background-size: cover;
    min-height: 630px;
    padding: 72px 0 107px;
}

section.check_boxes div.header {
    margin-bottom: 82px;
}

section.check_boxes div.header h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 53px;
    text-align: center;
    line-height: 70px;
    color: #fff;
}

section.check_boxes div.block_itens {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    column-gap: 5%;
}
section.check_boxes div.item {
    background: url(../img/ic/shield.webp) left top no-repeat;
    color: #fff;
    margin-bottom: 49px;
    padding: 4px 0 4px 97px;
    width: 47%;
}

section.check_boxes div.item h3 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 22px;
}

section.check_boxes div.item p {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    margin: 0;
}

section.acting {
    padding: 0 0 30px;
    margin: -66px auto 0;
}

section.acting div#carousel_acting {
    width: 86%;
    margin: auto;
}

section.acting div#carousel_acting .slick-slide {
    margin: 0 14.5px;
}

section.acting div#carousel_acting div.card {
    text-align: center;
    background: url(../img/ic/court.webp) no-repeat, rgb(38 39 39);
    background-size: 57px;
    background-position: center 32px;
    box-shadow: 0px 20px 27px -14px #525252;
    margin-bottom: 40px;
    padding: 118px 20px 19px 17px;
}

section.acting div#carousel_acting div.card h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 37px;
    color: #bf9330;
    line-height: 40px;
}

section.acting div#carousel_acting div.card p {
    font-family: 'ACaslonPro-Regular', sans-serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

section.acting div#carousel_acting div.card p.bd_gt a {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 18px;
    color: #fff;
    background: #262727;
    display: block;
    padding: 2px 18px;
}

section.about_us {
    background: url(../img/bg/bg_about_us.webp) top center no-repeat;
    background-size: cover;
    padding: 200px 0 105px;
}

section.about_us h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 46px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 12px;
}

section.about_us hr.short {
    margin: 0 auto 32px 0;
}

section.about_us p {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 17px;
    color: #fff;
    text-align: justify;
    margin-bottom: 32px;
}

section.about_us div.buttons {
    justify-content: space-between;
    display: flex;
    margin-bottom: 78px;
}

section.about_us div.buttons a.btn_ctt {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 24px;
    color: #fff;
    text-align: justify;
    padding: 4px 20px;
    border: 3px solid #262727;
}

section.about_us div.buttons a.btn_ctt:last-of-type {
    background-color: #262727;
}

section.about_us a.arrow {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 12px;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 7.5px 28px;
    background: url(../img/ic/arrow-right.webp) top right no-repeat;
    background-size: contain;
}

section.articles {
    background: url(../img/bg/bg_articles.webp) top center no-repeat;
    background-size: cover;
    padding: 105px 0 120px;
    text-align: right;
}

section.articles h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 52px;
    color: #bf9330;
}

section.articles hr.short {
    border-color: #fff;
    background-color: #fff;
    margin: 0 0 72px auto;
}

section.articles p {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 17px;
    color: #fff;
}

section.articles p.bd_gt {
    margin: 85px 0 0 auto;
}

section.articles p.bd_gt a {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 17px;
    color: #bf9330;
    background: #262727;
    display: block;
    padding: 8px 29px;
}

section.depoiments {
    background: url(../img/bg/bg_depoiments.webp) top center no-repeat;
    background-size: cover;
    padding: 118px 0 24px;
}

section.depoiments h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 53px;
    color: #1f1f1f;
}

section.depoiments hr {
    border-color: #bf9330;
    background-color: #bf9330;
    margin: auto auto 60px 0;
}

section.depoiments div#carousel_depoiments div.slick-slide {
    margin: 0 56px
}

section.depoiments div#carousel_depoiments div.card img {
    border-radius: 100px;
    margin: 0 auto 27px;
}

section.depoiments div#carousel_depoiments div.card p.desc {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #fff;
    background: url(../img/bg/aspa.webp) no-repeat, #262727;
    background-position: -5px center;
    margin: 0;
    padding: 20px 25px 20px 57px;
    box-shadow: 0px 20px 27px -14px #525252;
}

section.depoiments div#carousel_depoiments div.card p.name {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #262727;
    margin: 0 auto 122px auto;
    padding: 4px 29px;
    width: fit-content;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.questions {
    background: url(../img/bg/bg_faq.webp) top center no-repeat;
    background-size: cover;
    padding: 93px 0 147px;
    position: relative;
}

section.questions h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 53px;
    color: #fff;
    text-align: center;
}

section.questions hr {
    margin-bottom: 86px;
}

section.questions div#accordion:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/gr/pen.webp) left center no-repeat;
    background-size: contain;
    width: 94px;
    height: 541px;
    left: -110px;
    top: 50%;
    transform: translate(0, -40%);
}

section.questions div#accordion div.card {
    /*    margin-bottom: 24px;*/
}

section.questions div#accordion div.card div.card-header {
    box-shadow: 0px 20px 27px -14px #525252;
    position: relative;
}

section.questions div#accordion div.card div.card-header::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ic/arrow-gold.webp) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 14px;
    transform: translate(0, -50%) rotate(90deg);
}

section.questions div#accordion div.card div.card-header h5 {
    margin-bottom: 0;
}

section.questions div#accordion div.card div.card-header button {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 17px;
    color: #fff;
    background-color: #1f1f1f;
    border: 0;
    width: 100%;
    padding: 18px 50px;
    cursor: pointer;
}

section.questions div#accordion div.card div.collapse {
    padding: 0 22px;
    height: 0;
    overflow: hidden;
}

section.questions div#accordion div.card div.collapse.active {
    padding: 0 22px;
    height: fit-content;
}

section.questions div#accordion div.card div.collapse div.card-body {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 17px;
    color: #1f1f1f;
    background-color: #fff;
    padding: 42px 30px 29px 52px;
}

section.questions div#accordion div.card div.collapse div.card-body a.wpp {
    background: url(../img/ic/whatsapp_b.webp) 20px center no-repeat, rgb(191, 147, 48);
    background: url(../img/ic/whatsapp_b.webp) 20px center no-repeat, -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: url(../img/ic/whatsapp_b.webp) 20px center no-repeat, -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: url(../img/ic/whatsapp_b.webp) 20px center no-repeat, linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
    
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 25px;
    color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 54px;
    padding: 0px 20px 0px 80px;
    margin: auto;
}
section.questions div#accordion div.card div.collapse div.card-body a.wpp:hover {
    text-decoration: none;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ ACTUATIONS ¨¨¨¨¨¨ */

section.actuations {
    text-align: center;
    padding-top: 30px;
}

section.actuations div.header {
    margin-bottom: 50px;
}

section.actuations div.header h1 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 53px;
    color: #2c2c2c;
    margin-bottom: 12px;
}

section.actuations div.header hr.short {
    border-color: #bf9330;
    background-color: #bf9330;
    margin-bottom: 34px;
}

section.actuations div.header p {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #2c2c2c;
}

section.actuations div.header_filters {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

section.actuations div.header_filters button.main_option {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #2c2c2c;
    text-align: left;
    line-height: 0;
    width: 156px;
    height: 24px;
    margin-right: 25px;
    padding: 0px 14px;
    border: none;
    position: relative;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.actuations div.header_filters button.main_option::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ic/ic_arrow_1.webp) no-repeat;
    background-size: contain;
    width: 16px;
    height: 18px;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
}

section.actuations div.header_filters button.main_option:focus:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ic/ic_arrow_2.webp) no-repeat;
    background-size: contain;
}

section.actuations div.header_filters button.main_option.up:focus:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ic/ic_arrow_3.webp) no-repeat;
    background-size: contain;
}

section.actuations div.header_filters form.searchform {
    position: relative;
}

section.actuations div.header_filters form.searchform input {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #2c2c2c;
    border: none;
    width: 156px;
    height: 24px;
    padding: 0px 26px 0px 5px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.actuations div.header_filters form.searchform input::placeholder {
    color: #2c2c2c;
}

section.actuations div.header_filters form.searchform input::-moz-placeholder {
    color: #2c2c2c;
}

section.actuations div.header_filters form.searchform input:-ms-input-placeholder {
    color: #2c2c2c;
}

section.actuations div.header_filters form.searchform input::-webkit-input-placeholder {
    color: #2c2c2c;
}

section.actuations div.header_filters form.searchform button.submit {
    border: none;
    position: absolute;
    top: 2px;
    right: 0;
    width: 26px;
    height: 24px;
    padding: 0px 15px 0px 5px;
    background: url(../img/ic/ic_search.webp) center no-repeat, transparent;
}

section.actuations div.header_filters form.searchform button.submit:focus {
    outline: none;
    background-color: rgb(191 147 48 / 50%)
}

section.actuations div.slick-slide {
    margin: auto 15px;
}

section.actuations div.slick-slider div.slick-list {
    margin-bottom: 54px;
}

section.actuations div.area_cards div.card {
    margin-bottom: 41px;
    padding: 19px 43px 23px 135px;
    background: url(../img/bg/bg_actuation.webp) 30px center no-repeat, #262727;
    color: #fff;
}

section.actuations div.area_cards div.card:hover {
    color: #2c2c2c;
    background: url(../img/bg/bg_actuation.webp) 30px center no-repeat, rgb(191, 147, 48);
    background: url(../img/bg/bg_actuation.webp) 30px center no-repeat, -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: url(../img/bg/bg_actuation.webp) 30px center no-repeat, -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: url(../img/bg/bg_actuation.webp) 30px center no-repeat, linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.actuations div.area_cards div.card h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 37px;
    color: #bf9330;
    margin-bottom: 5px;
    line-height: 35px;
}

section.actuations div.area_cards div.card:hover h2 {
    color: #2c2c2c;
}

section.actuations div.area_cards div.card p {
    font-family: 'ACaslonPro-Regular', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

section.actuations div.area_cards div.card a.btn {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 16px;
    color: #2c2c2c;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 8px 11px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.actuations div.area_cards div.card:hover a.btn {
    color: #fff;
    background: none #2c2c2c;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ CATEGORY ARTICLES ¨¨¨¨¨¨ */

section.category_articles {
    background: url(../img/bg/bg_category_articles.webp) top center no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

section.category_articles div.header h1 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 53px;
    color: #1f1f1f;
}

section.category_articles div.header hr.short {
    background: #b6804d;
    border-color: #b6804d;
    margin: auto auto 16px 0;
}

section.category_articles div.header_filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 26px auto 50px;
}

section.category_articles div.header_filters button.main_option {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #2c2c2c;
    text-align: left;
    line-height: 17px;
    width: 156px;
    padding: 4px 20px 4px 5px;
    border: none;
    margin-bottom: 20px;
    position: relative;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.category_articles div.header_filters button.main_option::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ic/ic_arrow_1.webp) no-repeat;
    background-size: contain;
    width: 16px;
    height: 18px;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
}

section.category_articles div.header_filters button.main_option:focus:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ic/ic_arrow_2.webp) no-repeat;
    background-size: contain;
}

section.category_articles div.header_filters button.main_option.up:focus:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ic/ic_arrow_3.webp) no-repeat;
    background-size: contain;
}

section.category_articles div.header_filters form.searchform {
    position: relative;
}

section.category_articles div.header_filters form.searchform input {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #2c2c2c;
    border: none;
    width: 156px;
    height: 24px;
    padding: 0px 26px 0px 5px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.category_articles div.header_filters form.searchform input::placeholder {
    color: #2c2c2c;
}

section.category_articles div.header_filters form.searchform input::-moz-placeholder {
    color: #2c2c2c;
}

section.category_articles div.header_filters form.searchform input:-ms-input-placeholder {
    color: #2c2c2c;
}

section.category_articles div.header_filters form.searchform input::-webkit-input-placeholder {
    color: #2c2c2c;
}

section.category_articles div.header_filters form.searchform button.submit {
    border: none;
    position: absolute;
    top: 2px;
    right: 0;
    width: 26px;
    height: 24px;
    padding: 0px 15px 0px 5px;
    background: url(../img/ic/ic_search.webp) center no-repeat, transparent;
}

section.category_articles div.header_filters form.searchform button.submit:focus {
    outline: none;
    background-color: rgb(191 147 48 / 50%)
}

section.category_articles div.social {
    padding: 19px 11px 21px;
    background-color: #262727;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}

section.category_articles div.social::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/bg/stamp.webp) no-repeat;
    background-size: contain;
    top: 130%;
    left: 0;
    width: 257px;
    height: 394px;
}

section.category_articles div.social h4 {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 19px;
    color: #bf9330;
    margin-bottom: 22px;
}

section.category_articles div.social a.phone {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url(../img/ic/phone.webp) no-repeat;
    width: 45px;
    height: 45px;
}

section.category_articles div.social a.wpp {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url(../img/ic/whatsapp.webp) no-repeat;
    width: 45px;
    height: 45px;
}

section.category_articles div.img_emphasis {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-left: 43px;
}

section.category_articles div.img_emphasis div.list_articles {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

section.category_articles div.img_emphasis a.article {
    background-color: #525252;
    display: flex;
    justify-content: center;
    width: 31.5%;
    height: 153px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

section.category_articles div.img_emphasis a.article.recent {
    width: 61%;
    height: 346px;
    margin-bottom: 20px;
}

section.category_articles div.img_emphasis a.article.most_visited {
    width: 36%;
    height: 346px;
    margin-bottom: 20px;
}

section.category_articles div.img_emphasis a.article img {
    width: auto;
    height: 100%;
    filter: brightness(0.4);
}

section.category_articles div.img_emphasis a.article h2 {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.category_articles div.img_emphasis a.article.recent h2 {
    font-size: 41px;
    line-height: 50px;
    -webkit-line-clamp: 2;
}

section.category_articles div.img_emphasis a.article em {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #2c2c2c;
    display: flex;
    justify-content: left;
    align-items: center;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
    width: 134px;
    height: 33px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.category_articles button.btn.plus {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 17px;
    line-height: 17px;
    color: #2c2c2c;
    background-color: #fff;
    display: block;
    border: 2px solid #2c2c2c;
    width: 98px;
    padding: 15px 0;
    margin: 75px auto 0;
    cursor: pointer;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ CONTENT ARTICLES ¨¨¨¨¨¨ */

section.content_article {
    padding-top: 30px;
}

section.content_article img {
    width: 100%;
    height: auto;
}

section.content_article header {
    text-align: center;
}

section.content_article header p#breadcrumbs {
    margin-bottom: 30px;
    text-align: left;
}

section.content_article header figure {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

section.content_article header h1 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 38px;
    color: #1f1f1f;
}

section.content_article header hr.short {
    background-color: #bf9330;
    border-color: #bf9330;
    margin-bottom: 30px;
}

section.content_article div.content {
    font-family: 'ACaslonPro-Regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 2.2rem;
    text-align: left;
    color: #2c2c2c;
}

section.content_article div.content h2 {
    font-size: 2em;
}

section.content_article div.content h3 {
    font-size: 1.7em;
}

section.content_article div.content h4 {
    font-size: 1.4em;
}

section.content_article div.content h5 {
    font-size: 1.1em;
}

section.content_article div.content a {
    color: #b37d04;
}

section.content_article div.content h1,
section.content_article div.content h2,
section.content_article div.content h3,
section.content_article div.content h4,
section.content_article div.content h5,
section.content_article div.content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 2.6rem;
}

section.content_article div.content a.wp-block-button__link {
    font-family: 'ACaslonPro-Bold', sans-serif;
    font-size: 25px;
    text-align: center;
    color: #262727;
    width: 55%;
    padding: 13px 20px;
    border-radius: 10px;
    margin: auto;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.content_article div.content a.wp-block-button__link:hover {
    text-decoration: none;
}

section.content_article div.content ol.lower-alpha {
    list-style-type: lower-alpha;
}
section.content_article div.content ol.upper-alpha {
    list-style-type: upper-alpha;
}

section.content_article div.social hr {
    border: 1px solid #1f1f1f;
    margin-bottom: 23px;
}

section.content_article div.social span {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #1f1f1f;
}

section.content_article div.social img {
    width: inherit;
    height: inherit;
    margin-left: 32px;
}

div.cta_fale_conosco {
    margin-top: 77px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.cta_fale_conosco a.ctt {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 27px;
    text-align: center;
    color: #262727;
    width: 55%;
    padding: 13px 0;
    margin-right: 10px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

div.cta_fale_conosco a.ctt:hover {
    text-decoration: none;
}

div.cta_fale_conosco a.wpp {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 164px;
    height: 60px;
    padding: 10px 0;
    background: url(../img/ic/whatsapp_b.webp) center center no-repeat, #fff;
}

div.cta_fale_conosco p.bd_gt {
    margin: 0;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ CONTACT PAGE ¨¨¨¨¨¨ */

section.contact {
    padding: 30px 0 0;
    background: url(../img/bg/bg_contact.webp) no-repeat;
    background-size: cover;
}

section.contact div.header {
    margin: auto;
    text-align: center;
}

section.contact div.header h1 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 103px;
    color: #2c2c2c;
    line-height: 80px;
    margin-bottom: 32px;
}

section.contact div.header hr {
    border-color: #b6804d;
    background-color: #b6804d;
    margin-bottom: 100px;
}

section.contact div.header div.block_btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

section.contact div.header a.phone,
section.contact div.header a.wpp {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 25px;
    color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    height: 64px;
    padding: 0px 20px 1px 80px;
}

section.contact div.header a:hover {
    text-decoration: none;
}

section.contact div.header a.phone {
    background: url(../img/ic/phone_b.webp) 40px center no-repeat, rgb(191, 147, 48);
    background: url(../img/ic/phone_b.webp) 40px center no-repeat, -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: url(../img/ic/phone_b.webp) 40px center no-repeat, -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: url(../img/ic/phone_b.webp) 40px center no-repeat, linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.contact div.header a.wpp {
    background: url(../img/ic/whatsapp_b.webp) 40px center no-repeat, rgb(191, 147, 48);
    background: url(../img/ic/whatsapp_b.webp) 40px center no-repeat, -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: url(../img/ic/whatsapp_b.webp) 40px center no-repeat, -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: url(../img/ic/whatsapp_b.webp) 40px center no-repeat, linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ ABOUT US PAGE ¨¨¨¨¨¨ */

section.banner_about_us {
    background: url(../img/bg/bg_about_us_2.webp) center center no-repeat;
    background-size: cover;
    padding-top: 50px;
}

section.banner_about_us h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 52px;
    color: #2c2c2c;
    width: 100%;
}

section.banner_about_us hr {
    border-color: #bf9330;
    background-color: #bf9330;
    margin-bottom: 54px;
    margin-left: 0;
}

section.banner_about_us div.btn_values {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.banner_about_us div.btn_values button {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 20px;
    color: #bf9330;
    text-align: center;
    background-color: #262727;
    padding: 21px 10px;
    width: 45%;
    display: inline-block;
    margin-bottom: 17px;
    border: 0;
}

section.banner_about_us div.btn_values button:focus {
    outline: none;
}

section.banner_about_us div.btn_values button.full {
    width: 100%;
}

section.banner_about_us div.btn_values button.active {
    color: #262727;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.banner_about_us ul.desc_values {
    background-color: #262727;
    padding: 29px 20px 20px 20px;
    margin-bottom: 20px;
}

section.banner_about_us ul.desc_values li {
    display: none;
}

section.banner_about_us ul.desc_values li.active {
    display: block;
}

section.banner_about_us ul.desc_values li h3 {
    color: #bf9330;
    margin-bottom: 23px;
}

section.banner_about_us ul.desc_values li p {
    color: #fff;
}

section.banner_about_us div.social {
    background-color: #262727;
    padding: 24px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

section.banner_about_us ul.numbers_of_success {
    background-color: #262727;
    display: flex;
    flex-direction: row;
    padding: 14px 17px;
}

section.banner_about_us ul.numbers_of_success hr {
    background-color: #fff;
    border: 1px solid #fff;
    height: initial;
    width: 0;
    display: flex;
    margin: 0 11px;
}

section.banner_about_us ul.numbers_of_success li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.banner_about_us ul.numbers_of_success li h3 {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 19px;
    color: #bf9330;
    width: 50%;
    margin: 0;
}

section.banner_about_us ul.numbers_of_success li strong {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 34px;
    color: #fff;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ ABOUT COMPANY ¨¨¨¨¨¨ */

section.about_company {
    background: url(../img/bg/bg_about_us_3.webp) top center no-repeat;
    background-size: cover;
}

section.about_company h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 38px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

section.about_company hr.short {
    border-color: #bf9330;
    background-color: #bf9330;
    margin-bottom: 36px;
    margin-left: 0;
}

section.about_company p {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

section.about_company div.cta_fale_conosco a.wpp {
    background: url(../img/ic/whatsapp.webp) center center no-repeat, #252726;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ SECTION ABOUT US IN PAGE ABOUT US ¨¨¨¨¨¨ */

section.about_us_v2 {
    background: #f4f4f4;
    text-align: right;
}

section.about_us_v2 div.lawyers_photo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.about_us_v2 div.lawyers_photo figure.main_photos img.main {
    display: none;
    width: 100%;
}

section.about_us_v2 div.lawyers_photo figure.main_photos img.active {
    display: block;
}

section.about_us_v2 div.lawyers_photo figure.mini_photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.about_us_v2 div.lawyers_photo figure.mini_photos img {
    filter: grayscale(100%) brightness(0.5);
    cursor: pointer;
    margin-bottom: 15px;
}

section.about_us_v2 div.lawyers_photo figure.mini_photos img.active {
    filter: none;
}

section.about_us_v2 h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 38px;
    color: #2c2c2c;
}

section.about_us_v2 hr.short {
    border-color: #bf9330;
    background-color: #bf9330;
    margin-bottom: 36px;
    margin-right: 0;
}

section.about_us_v2 p {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 16px;
    color: #2c2c2c;
}

section.about_us_v2 strong.name {
    font-size: 25px;
}

section.about_us_v2 div.number_success {
    text-align: left;
    background-color: #262727;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

section.about_us_v2 div.number_success h3 {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 45px;
    line-height: 48px;
    color: #bf9330;
}

section.about_us_v2 div.number_success strong {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 90px;
    color: #fff;
}

section.about_us_v2 div.bar_social {
    display: flex;
    align-items: center;
    margin-top: 45px;
}

section.about_us_v2 div.bar_social hr.large {
    width: 100%;
    border: 1px solid #2c2c2c;
    height: 0;
}

section.about_us_v2 div.bar_social img {
    margin-left: 20px;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ STRUCTURE ¨¨¨¨¨¨ */

section.structure {
    background: #262727;
    text-align: center;
}

section.structure div.structure_photo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 58px;
}

section.structure div.structure_photo figure.main_photos img.main {
    display: none;
    width: 100%;
}

section.structure div.structure_photo figure.main_photos img.active {
    display: block;
}

section.structure div.structure_photo figure.mini_photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.structure div.structure_photo figure.mini_photos img {
    filter: grayscale(100%) brightness(0.5);
    cursor: pointer;
    margin-bottom: 15px;
}

section.structure div.structure_photo figure.mini_photos img.active {
    filter: none;
}

section.structure h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 38px;
    color: #fff;
}

section.structure hr.short {
    border-color: #bf9330;
    background-color: #bf9330;
    margin: 0 auto 36px;
}

section.structure p {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

section.structure div.cta_fale_conosco {
    width: 50%;
    margin: 77px auto 0;
}

section.structure div.cta_fale_conosco a.wpp {
    background: url(../img/ic/whatsapp.webp) center center no-repeat, #252726;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ SECTION ADDRESS IN PAGE ABOUT US ¨¨¨¨¨¨ */

section.address.page_about_us {
    background: #bf9330;
    padding: 100px 0;
}

section.address.page_about_us h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 0;
}

section.address.page_about_us hr.short {
    margin-bottom: 40px;
}

section.address.page_about_us form {
    display: flex;
}

section.address.page_about_us form div.col_left {
    width: 30%;
    margin-right: 30px;
    padding: 10px 0;
}

section.address.page_about_us form div.col_right {
    width: 70%;
}

section.address.page_about_us form div.btn_submit button.submit {
    margin: 0 0 0 auto;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ SECTION QUESTIONS IN THE PAGE ABOUT US  ¨¨¨¨¨¨ */

section.questions.page_about_us {
    background: #f4f4f4;
}

section.questions.page_about_us h2 {
    color: #1f1f1f;
}

section.questions.page_about_us hr.short {
    border-color: #bf9330;
    background-color: #bf9330;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ PAGE ATUATION ¨¨¨¨¨¨ */

section.header_atuation {
    text-align: right;
}

section.header_atuation div.breadcrumb {
    text-align: left;
    margin: 0px auto 30px;
}

section.header_atuation div.content {
    font-family: 'ACaslonPro-Regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 2.2rem;
    text-align: left;
    color: #2c2c2c;
}

section.header_atuation div.content h1,
section.header_atuation div.content h2,
section.header_atuation div.content h3,
section.header_atuation div.content h4,
section.header_atuation div.content h5,
section.header_atuation div.content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

section.header_atuation h1 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 2.9rem;
    text-align: center;
    color: #1f1f1f;
}

section.header_atuation hr.short {
    background: #bf9330;
    border-color: #bf9330;
    margin: auto auto 56px;
}

section.header_atuation figure img {
    width: 100%;
    height: auto;
}

section.header_atuation a.wp-block-button__link {
    font-family: 'ACaslonPro-Bold', sans-serif;
    font-size: 25px;
    text-align: center;
    color: #262727;
    width: 55%;
    padding: 13px 20px;
    border-radius: 10px;
    margin: auto;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.header_atuation a.wp-block-button__link:hover {
    text-decoration: none;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ NEWSLETTER ¨¨¨¨¨¨ */

section.success_case {
    background: #262727 url(../img/bg/bg_success_case.webp) center bottom no-repeat;
    background-size: contain;
}

section.success_case h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
}

section.success_case hr.short {
    background: #bf9330;
    border-color: #bf9330;
    margin: auto auto 56px 0;
}

section.success_case p {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 15px;
    color: #fefefe;
}

section.success_case strong.emphasis {
    font-size: 16px;
    color: #bf9330;
}

section.success_case div.desc_lawyer {
    padding: 36px 0 27px 140px;
    margin-bottom: 60px;
    background: url(../img/gr/gr_lawyer_mini_2.webp) left bottom no-repeat, rgb(44, 44, 44);
    background: url(../img/gr/gr_lawyer_mini_2.webp) left bottom no-repeat, -moz-linear-gradient(112deg, rgba(44, 44, 44, 1) 0%, rgba(44, 44, 44, 1) 40%, rgba(38, 39, 39, 0) 60%);
    background: url(../img/gr/gr_lawyer_mini_2.webp) left bottom no-repeat, -webkit-linear-gradient(112deg, rgba(44, 44, 44, 1) 0%, rgba(44, 44, 44, 1) 40%, rgba(38, 39, 39, 0) 60%);
    background: url(../img/gr/gr_lawyer_mini_2.webp) left bottom no-repeat, linear-gradient(112deg, rgba(44, 44, 44, 1) 0%, rgba(44, 44, 44, 1) 40%, rgba(38, 39, 39, 0) 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2c2c2c", endColorstr="#262727", GradientType=1);
}

section.success_case div.desc_lawyer h3 {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    color: #bf9330;
    margin: 0;
}

section.success_case div.desc_lawyer p {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0px;
}

section.success_case p.bd_gt {
    margin-bottom: 85px;
}

section.success_case p.bd_gt a {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 17px;
    color: #bf9330;
    background: #262727;
    display: block;
    padding: 8px 29px;
}

section.success_case a.next_white {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 26px;
    color: #bf9330;
    background: url(../img/ic/arrow-white.webp) right center no-repeat;
    padding-right: 34px;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ DEPOIMENTS VIDEO ¨¨¨¨¨¨ */

section.depoiments_video {}

section.depoiments_video div.header {
    text-align: center;
    margin-bottom: 100px;
}

section.depoiments_video div.header h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    color: #1f1f1f;
    margin-bottom: 10px;
}

section.depoiments_video div.header hr.short {
    background: #bf9330;
    border-color: #bf9330;
    margin: auto auto 20px;
}

section.depoiments_video div.header p {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 15px;
    color: #1f1f1f;
}

section.depoiments_video a.video {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-bottom: 70px;
    position: relative;
}

section.depoiments_video a.video::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ic/play_ytb.webp) center center no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

section.depoiments_video a.video:hover::after {
    transform: scale(1.03);
}

section.depoiments_video a.video img {
    width: 100%;
    height: auto;
    filter: blur(0px) brightness(85%) saturate(38%);
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ SECTION CHECK_BOXES IN THE ATUATION PAGE ¨¨¨¨¨¨ */

section.check_boxes.actuation_page {
    background: #262727;
    padding: 70px 0 0;
    min-height: 530px;
}

section.check_boxes.actuation_page div.header {
    margin-bottom: 0;
}

section.check_boxes.actuation_page div.header h2 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 16px;
}

section.check_boxes.actuation_page div.header hr.short {
    background: #bf9330;
    border-color: #bf9330;
    margin: auto auto 82px;
}

section.check_boxes.actuation_page div.item {
    background: url(../img/ic/shield_g.webp) left top no-repeat;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ EXPANDED SUCCESS NUMBERS ¨¨¨¨¨¨ */

section.expanded_success_numbers {
    background: #dcdcdc;
}

section.expanded_success_numbers div.header h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    font-size: 40px;
    color: #1f1f1f;
    margin-bottom: 20px;
}

section.expanded_success_numbers div.header hr.short {
    background: #bf9330;
    border-color: #bf9330;
    margin: auto auto 60px;
}

section.expanded_success_numbers div.items {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.expanded_success_numbers div.items div.item {
    background: #262727;
    width: 217px;
    padding: 28px 20px 21px;
    margin-bottom: 80px;
}

section.expanded_success_numbers div.items div.item:first-of-type {
    margin-right: 35px;
}

section.expanded_success_numbers div.items div.item p.number {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    text-align: center;
    line-height: 94px;
    font-size: 90px;
    color: #bf9330;
    margin-bottom: 0;
}

section.expanded_success_numbers div.items div.item p.status {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

section.expanded_success_numbers a.btn_cta {
    display: block;
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    color: #fff;
    width: fit-content;
    padding: 13px 12px;
    margin: auto;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ SOCIAL CTA ¨¨¨¨¨¨ */

section.socail_cta {
    background: #262727;
}

section.socail_cta div.header h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    text-align: center;
    font-size: 38px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 15px;
}

section.socail_cta div.header hr.short {
    background: #bf9330;
    border-color: #bf9330;
    margin: auto auto 48px;
}

section.socail_cta img.social {
    display: block;
    margin: auto;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ ABOUT US 3 ¨¨¨¨¨¨ */

section.about_us_v3 {
    background: url(../img/bg/bg_about_us_4.webp) center center no-repeat;
    background-size: cover;
}

section.about_us_v3 h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

section.about_us_v3 hr.short {
    background: #bf9330;
    border-color: #bf9330;
    margin: auto auto 40px 0;
}

section.about_us_v3 p {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 17px;
    color: #2c2c2c;
    margin-bottom: 54px;
}

section.about_us_v3 a.btn {
    display: block;
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #262727;
    padding: 10px 8px;
    width: 180px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ ARTICLE LIST ¨¨¨¨¨¨ */

section.article_list {
    background: #dcdcdc;
}

section.article_list div.header h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 10px;
}

section.article_list div.header hr.short {
    background: #bf9330;
    border-color: #bf9330;
    margin: auto auto 20px;
}

section.article_list div.header p {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 45px;
}

section.article_list div.block_articles {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section.article_list div.block_articles div.card {
    width: 30%;
}

section.article_list div.block_articles div.card a:hover {
    text-decoration: none;
}

section.article_list div.block_articles div.card img {
    width: 100%;
    height: auto;
}

section.article_list div.block_articles div.card h3 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #2c2c2c;
    margin: 35px auto 18px;
}

section.article_list div.block_articles div.card p {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

section.article_list div.block_articles div.card a.btn {
    display: block;
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #2c2c2c;
    width: 105px;
    padding: 5px;
    margin: 0 auto 30px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ ARTICLE ¨¨¨¨¨¨ */

section.category_articles div.list_articles h2.not_found {
    text-align: center;
    margin: 180px 0 0;
    width: 100%;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ NEWSLETTER ¨¨¨¨¨¨ */

section.newsletter {
    background: #262727;
    padding: 15px;
}

section.newsletter form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

section.newsletter form h4 {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 20px;
    color: #bf9330;
    width: 340px;
    margin: 0
}

section.newsletter form input {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 14px;
    color: #bf9330;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #bf9330;
    width: 25%;
    margin: auto 15px;
}

section.newsletter form input:focus {
    outline: none;
}

section.newsletter form input::placeholder {
    color: #bf9330;
}

section.newsletter form input::-moz-placeholder {
    color: #bf9330;
}

section.newsletter form input:-ms-input-placeholder {
    color: #bf9330;
}

section.newsletter form input::-webkit-input-placeholder {
    color: #bf9330;
}

section.newsletter form button.submit {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 19px;
    color: #000;
    width: 109px;
    height: 49px;
    border: none;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ ADDRESS ¨¨¨¨¨¨ */

section.address {
    background: url(../img/bg/bg_address.webp) top center no-repeat;
    background-size: cover;
    padding: 149px 0 45px;
}

section.address h2 {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 102px;
    color: #2c2c2c;
    margin-bottom: 34px;
    line-height: 64px;
}

section.address a.phone {
    font-family: 'ACaslonPro-Bold', serif;
    font-size: 50px;
    color: #2c2c2c;
    margin-bottom: 27px;
}

section.address p {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 20px;
    color: #2c2c2c;
}

section.address form {
    background-color: #2c2c2c;
    padding: 20px 27px;
}

section.address form::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ic/arrow-down.webp) center center no-repeat;
    background-size: contain;
    width: 32px;
    height: 24px;
    bottom: 0%;
    left: -30px;
    transform: rotate(180deg);
}

section.address form input,
section.address form textarea {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #fff;
    background-color: #2c2c2c;
    border: 0;
    border-bottom: 2px solid #bf9330;
    width: 100%;
    margin-top: 24px;
    padding: 10px 0;
}

section.address form input::-webkit-input-placeholder {
    color: #fff;
}

section.address form input::-moz-placeholder {
    color: #fff;
}

section.address form input:-ms-input-placeholder {
    color: #fff;
}

section.address form input:-moz-placeholder {
    color: #fff;
}

section.address form textarea {
    background-color: #fff;
    color: #000000;
    padding: 10px;
    border: 0;
}

section.address form div.btn_submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
}

section.address form div.btn_submit button.submit {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 14px;
    color: #000;
    margin-right: 5px;
    padding: 6px 24px;
    width: fit-content;
    border: 0;
    white-space: nowrap;
    max-width: 290px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.address form div.btn_submit hr {
    border: 0;
    height: 2px;
    width: 100%;
    background-color: #bf9330;
}

section.address form input:focus-visible,
section.address form textarea:focus-visible {
    outline: none;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ ADDRESS IN THE ARTICLES ¨¨¨¨¨¨ */

section.address.articles {
    padding: 100px 0;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.address.articles h2 {
    font-size: 38px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-bottom: 14px;
}

section.address.articles hr.short {
    margin: auto auto 18px;
    border-color: #1f1f1f;
    background-color: #1f1f1f;
}

section.address.articles p {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #1f1f1f;
    margin-bottom: 20px;
}

section.address.articles form {
    background-color: transparent;
    padding: 0px 27px;
}

section.address.articles form div.row_first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

section.address.articles form input {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 17px;
    color: #1f1f1f;
    background-color: transparent;
    width: 32%;
    border-bottom: 2px solid #fff;
}

section.address.articles form textarea {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 17px;
    border: 2px solid #1f1f1f;
}

section.address.articles form input::placeholder {
    color: #1f1f1f;
}

section.address.articles form input::-moz-placeholder {
    color: #1f1f1f;
}

section.address.articles form input:-ms-input-placeholder {
    color: #1f1f1f;
}

section.address.articles form input::-webkit-input-placeholder {
    color: #1f1f1f;
}

section.address.articles form div.btn_submit button.submit {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 39px;
    line-height: 30px;
    color: #fff;
    background: none #1f1f1f;
    width: fit-content;
    max-width: fit-content;
    padding: 10px 20px;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ SECTION ADDRESS IN THE CATEGORY ARTICLES ¨¨¨¨¨¨ */

section.address.category_articles {
    padding-top: 100px;
    background: none;
}

section.address.category_articles form {
    display: flex;
    justify-content: space-between;
}

section.address.category_articles form[type=textarea]::placeholder {
    color: #000000;
}

section.address.category_articles form[type=textarea] {
    color: #000000;
}

section.address.category_articles form div.col_left {
    width: 35%;
}

section.address.category_articles form div.col_right {
    width: 61%;
}

section.address.category_articles form div.btn_submit button.submit {
    margin: auto 0 auto auto;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ SECTION ADDRESS IN THE CONTACT PAGE ¨¨¨¨¨¨ */

section.address.page_contact {
    padding: 70px 0 430px;
    background: url(../img/bg/sofa.webp) bottom center no-repeat;
}

section.address.page_contact div.form {
    margin: auto;
}

section.address.page_contact form {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

section.address.page_contact form[type=textarea]::placeholder {
    color: #000000;
}

section.address.page_contact form[type=textarea] {
    color: #000000;
}

section.address.page_contact form div.col_left {
    width: 35%;
}

section.address.page_contact form div.col_right {
    width: 61%;
}

section.address.page_contact form div.btn_submit button.submit {
    margin: auto 0 auto auto;
}

section.address.page_contact p.baseboard {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 20px;
    color: #2c2c2c;
    background: url(../img/ic/pin_b.webp) left center no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    margin: 60px auto auto;
    width: 75%;
}

section.address.page_contact p.baseboard strong {
    font-family: 'ACaslonPro-Regular', serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
}

section.address.page_contact p.baseboard a.btn {
    color: #262727;
    text-align: center;
    line-height: 20px;
    display: block;
    padding: 10px;
    width: 228px;
    height: 41px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ SECTION ADDRESS IN THE ACTUATION PAGE ¨¨¨¨¨¨ */

section.address.actuation_page {
    background: rgb(38, 39, 39);
    background: -moz-linear-gradient(180deg, rgba(38, 39, 39, 1) 0%, rgba(38, 39, 39, 1) 50%, rgba(220, 220, 220, 1) 50%);
    background: -webkit-linear-gradient(180deg, rgba(38, 39, 39, 1) 0%, rgba(38, 39, 39, 1) 50%, rgba(220, 220, 220, 1) 50%);
    background: linear-gradient(180deg, rgba(38, 39, 39, 1) 0%, rgba(38, 39, 39, 1) 50%, rgba(220, 220, 220, 1) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#262727", endColorstr="#dcdcdc", GradientType=1);
    padding: 0;
    margin: 0;
}

section.address.actuation_page div.bg-gold {
    padding-top: 30px;
    padding-bottom: 10px;
    background: rgb(191, 147, 48);
    background: -moz-linear-gradient(350deg, rgba(191, 147, 48, 1) 0%, rgba(239, 197, 103, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: -webkit-linear-gradient(350deg, rgba(191, 147, 48, 1) 0%, rgba(239, 197, 103, 1) 50%, rgba(191, 147, 48, 1) 100%);
    background: linear-gradient(350deg, rgba(191, 147, 48, 1) 0%, rgba(239, 197, 103, 1) 50%, rgba(191, 147, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
}

section.address.actuation_page h2 {
    font-size: 38px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    margin: 0;
}

section.address.actuation_page p {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #1f1f1f;
}

section.address.actuation_page form {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    width: 90%;
    margin: auto;
}

section.address.actuation_page form::before {
    display: none;
}

section.address.actuation_page form div.col_left {
    width: 35%;
}

section.address.actuation_page form div.col_right {
    width: 61%;
}

section.address.actuation_page form input {
    font-family: 'ACaslonPro-Bold', serif;
    font-weight: bold;
    font-size: 17px;
    color: #1f1f1f;
    padding: 7px 0;
    background: transparent;
    border-bottom: 2px solid #fff;
    margin-top: 0;
}

section.address.actuation_page form input::placeholder {
    color: #1f1f1f;
}

section.address.actuation_page form input::-moz-placeholder {
    color: #1f1f1f;
}

section.address.actuation_page form input:-ms-input-placeholder {
    color: #1f1f1f;
}

section.address.actuation_page form input::-webkit-input-placeholder {
    color: #1f1f1f;
}

section.address form textarea {
    border: 2px solid #1f1f1f;
    margin-top: 0;
}

section.address.actuation_page form div.btn_submit {
    margin-top: 0;
}

section.address.actuation_page form div.btn_submit button.submit {
    color: #fff;
    background: #262727;
    margin-right: 0;
    margin-left: auto;
}


/* ¨¨¨¨¨¨¨¨¨¨¨¨ */


/* ¨¨¨¨¨¨ FOOTER ¨¨¨¨¨¨ */

footer {
    background: url(../img/bg/bg_footer.webp) top center no-repeat;
    background-size: cover;
    padding: 50px 0 45px;
}

footer div.first-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
}

footer div.first-col img {
    margin-bottom: 10px;
    width: 220px;
    height: auto;
}

footer div.first-col span {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 11px;
    color: #fff;
    text-align: center;
}

footer hr {
    border: 0;
    height: 60%;
    width: 2px;
    background-color: #bf9330;
    margin: auto 60px;
}

footer p.desc {
    font-family: 'ACaslonPro-Regular', serif;
    font-size: 17px;
    color: #fff;
    margin: auto;
}

footer img.social {
    margin: auto 0 auto 47px;
}


/*
 ##   ##  ######  ####    ######   ####        ####   ##  ##  ######  #####   ######  ######   ####
 ### ###  ##      ## ##     ##    ##  ##      ##  ##  ##  ##  ##      ##  ##    ##    ##      ##  ##
 #######  ##      ##  ##    ##    ##  ##      ##  ##  ##  ##  ##      ##  ##    ##    ##      ##
 ## # ##  #####   ##  ##    ##    ######      ##  ##  ##  ##  #####   #####     ##    #####    ####
 ## # ##  ##      ##  ##    ##    ##  ##      ## # #  ##  ##  ##      ## ##     ##    ##          ##
 ##   ##  ##      ## ##     ##    ##  ##      ## ##   ##  ##  ##      ##  ##    ##    ##      ##  ##
 ##   ##  ######  ####    ######  ##  ##       ## ##   ####   ######  ##  ##  ######  ######    ###
*/

@media(max-width:1200px) {
    section.banner {
        min-height: 670px;
        padding: 0px 0 0;
    }
    section.banner div.header h1.title {
        font-size: 69px;
        line-height: 74px;
    }


    section.check_boxes div.block_itens {
        width: 100%;
    }


    section.acting div#carousel_acting {
        width: 100%;
    }
    section.acting div#carousel_acting div.card h2 {
        font-size: 35px;
    }


    section.about_us h2 {
        font-size: 27px;
        line-height: 38px;
    }
    section.about_us div.buttons a.btn_ctt {
        font-size: 20px;
    }
    section.about_us a.arrow {
        font-size: 15px;
    }


    section.about_company div.cta_fale_conosco {
        flex-direction: column;
    }
    section.about_company div.cta_fale_conosco p.bd_gt {
        margin: 20px auto;
    }
    section.about_company div.cta_fale_conosco a.ctt {
        width: 100%;
    }


    section.contact div.header a.phone,
    section.contact div.header a.wpp {
        padding: 0px 20px 0px 80px;
    }

    section.address.page_contact {
        background-size: 87%;
    }
}

@media(max-width:992px) {
    :target {
        scroll-margin-top: 80px;
    }
    button.hamburguer.active i.first {
        transform: rotate(-45deg) translate(-8px, 7px);
    }
    button.hamburguer.active i.last {
        transform: rotate(45deg) translate(-5px, -5px);
    }

    
    div.ctt_floating {
        display: flex;
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 430px;
        height: auto;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        row-gap: 10px;
        padding: 0;
        margin: auto;
    }
    div.ctt_floating a.wpp,
    div.ctt_floating a.phone {
        font-family: 'ACaslonPro-Regular', serif;
        font-weight: normal;
        font-size: 20px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 14px 5px;
        border-radius: 0px;
    }
    div.ctt_floating a.wpp {
        background-color: #32cd32;
    }
    div.ctt_floating a.phone {
        background-color: #2897ef;
    }
    div.ctt_floating a.wpp i.wpp,
    div.ctt_floating a.phone i.phone {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        display: block;
    }
    div.ctt_floating a.wpp i.wpp {
        background: url(../img/ic/whatsapp.webp) no-repeat;
        background-size: contain;
    }
    div.ctt_floating a.phone i.phone {
        background: url(../img/ic/phone.webp) no-repeat;
        background-size: contain;
    }


    body>header {
        overflow: hidden;
        height: 80px;
        padding: 10px 0;
        transition: height 0.3s;
    }
    body>header div.bar_nav {
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    body>header div.bar_nav div.col_bar_nav {
        align-items: center;
    }
    body>header div.bar_nav a.logo img {
        width: 80px;
    }
    body>header.active {
        height: auto;
    }
    body>header div.header_ctt {
        display: block;
    }
    body>header div.bar_nav a.btn_ctt {
        display: none;
    }
    body>header div.bar_nav nav ul {
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px;
        margin-bottom: 30px;
    }
    body>header div.bar_nav nav ul li {
        padding: 10px 0;
    }
    body>header div.bar_nav nav ul li a {
        padding: 10px 0;
        margin: 30px 0;
    }


    section.banner div.header h1.title {
        font-size: 59px;
    }


    section.check_boxes div.item {
        background-size: 51px;
        background-position: top center;
        padding: 70px 0 4px;
        text-align: center;
    }

    section.banner_about_us {
        background: #dcdcdc;
        padding: 100px 0 0;
    }

    section.banner_about_us::after {
        content: "";
        display: block;
        width: 100%;
        height: 800px;
        background: url(../img/bg/bg_about_us_2_mb.webp) center center no-repeat;
        background-size: cover;
    }

    section.about_company {
        background: #262727;
    }

    section.about_company div.bg_mb {
        background: url(../img/bg/bg_about_us_3_mb.webp) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 760px;
    }

    section.about_us_v2 div.number_success {
        padding: 20px 0;
        flex-direction: column;
    }

    section.structure div.cta_fale_conosco {
        width: 100%;
    }

    section.category_articles div.header {
        text-align: center;
    }

    section.category_articles div.header hr.short {
        margin: 0 auto 50px;
    }

    section.category_articles div.header_filters {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0px auto 50px;
    }

    section.category_articles div.header_filters button.main_option {
        margin: 0 5px;
    }

    section.category_articles div.header_filters div.search {
        margin-left: 5px;
    }

    section.category_articles div.social::before {
        bottom: -170px;
        left: -80px;
    }

    section.category_articles div.social {
        width: 200px;
        margin: 0 auto 50px;
    }

    section.category_articles div.img_emphasis {
        padding-left: 0;
    }

    section.category_articles div.img_emphasis a.article.recent,
    section.category_articles div.img_emphasis a.article.most_visited {
        height: 390px;
        width: 100%;
    }

    section.header_atuation h1 {
        text-align: center;
    }

    section.header_atuation hr.short {
        margin: auto auto 56px;
    }

    section.header_atuation div.cta_fale_conosco {
        flex-direction: column;
    }

    section.header_atuation div.cta_fale_conosco a.ctt {
        width: 100%;
        margin: 0 auto 20px;
    }

    section.header_atuation div.cta_fale_conosco p.bd_gt {
        margin: auto;
    }

    section.success_case {
        background: #262727 url(../img/bg/bg_success_case.webp) 30vh bottom no-repeat;
        background-size: contain;
    }

    section.depoiments_video a.video {
        margin-bottom: 40px;
    }

    section.depoiments_video a.video::after {
        background-size: 6rem;
    }

    section.depoiments_video div.cta_fale_conosco {
        flex-direction: column;
    }

    section.depoiments_video div.cta_fale_conosco a.ctt {
        width: 100%;
        margin: 0 auto 20px;
    }

    section.depoiments_video div.cta_fale_conosco p.bd_gt {
        margin: auto;
    }

    section.about_us_v3 {
        background-position: left center;
    }

    section.about_us_v3 h2 {
        text-align: center;
    }

    section.about_us_v3 hr.short {
        margin: auto auto 40px;
    }

    section.about_us_v3 p {
        text-align: center;
    }

    section.about_us_v3 a.btn {
        margin: auto;
    }

    section.article_list div.center {
        margin: auto;
    }

    section.article_list div.block_articles {
        flex-direction: column;
    }

    section.article_list div.block_articles div.card {
        width: 100%;
    }

    section.address h2 {
        font-size: 70px;
    }

    section.address a.phone {
        font-size: 40px;
    }

    section.address.page_contact p.baseboard {
        width: 100%;
    }

    section.address.page_contact {
        padding: 70px 0 330px;
    }

    section.address.page_about_us form div.col_left {
        width: 45%;
    }

    section.address.page_about_us form div.col_right {
        width: 50%;
    }

    section.address.actuation_page form {
        flex-direction: column;
    }

    section.address.actuation_page form div.col_left,
    section.address.actuation_page form div.col_right {
        width: 100%;
    }

    section.address.actuation_page form input {
        padding: 15px 0;
    }

    section.address form textarea {
        margin-top: 30px;
    }

    section.contact div.header div.block_btn {
        flex-direction: column;
        align-items: center;
    }

    section.contact div.header hr {
        margin-bottom: 60px;
    }

    section.contact div.header a.phone,
    section.contact div.header a.wpp {
        margin-bottom: 45px;
        width: 80%;
    }
}

@media(max-width:768px) {
    p.success {
        width: 100%;
        padding: 10px;
    }

    section {
        padding: 50px 0;
    }

    section.acting {
        margin: -66px auto 40px;
    }
    section.acting div#carousel_acting {
        width: 80%;
    }


    section.check_boxes div.header h2 {
        line-height: 50px;
    }
    section.check_boxes div.block_itens {
        flex-direction: column;
    }
    section.check_boxes div.item {
        width: 100%;
    }



    section.about_us {
        background: url(../img/bg/bg_about_us_mb.webp) bottom center no-repeat;
        background-size: cover;
        padding: 100px 0;
        min-height: 1450px;
    }


    section.articles {
        text-align: center;
        padding: 100px 0;
    }
    section.articles div.ordenation {
        order: 2;
    }
    section.articles p.bd_gt {
        margin: 55px auto;
    }
    section.articles hr.short {
        margin: 0 auto 72px auto;
    }


    section.depoiments {
        padding: 70px 0 24px;
    }
    section.depoiments h2 {
        font-size: 48px;
        line-height: 50px;
    }
    section.depoiments div#carousel_depoiments div.card p.name {
        margin: 0 auto 35px auto;
    }


    section.questions {
        padding-top: 70px;
        padding-bottom: 160px;
    }

    section.questions div#accordion:before {
        height: 400px;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 80%) rotate(72deg);
    }

    section.questions h2 {
        line-height: 60px;
    }
    section.questions div#accordion div.card div.collapse.active {
        padding: 0 5px;
    }
    section.questions div#accordion div.card div.collapse div.card-body {
        padding: 35px 20px 29px 20px;
    }
    section.questions div#accordion div.card div.card-header button {
        font-size: 15px;
        padding: 15px 45px 15px 10px;
        text-align: left;
    }
    section.questions div#accordion div.card div.collapse div.card-body a.wpp {
        font-size: 30px;
    }



    section.actuations div.header_filters {
        flex-direction: column;
    }
    section.actuations div.header_filters button.main_option {
        font-size: 22px;
        text-align: center;
        width: 206px;
        height: 30px;
        margin: auto 0 33px;
        padding-right: 28px;
    }
    section.actuations div.header_filters form.searchform input {
        font-size: 22px;
        text-align: center;
        width: 206px;
        height: 30px;
        margin-bottom: 33px;
    }
    section.actuations div.header_filters form.searchform button.submit {
        width: 30px;
        height: 30px;
        padding: 0px 5px;
        top: 0;
    }

    section.about_us_v2 div.ordenation {
        order: 2;
    }

    section.about_us_v2 div.bar_social {
        flex-direction: column-reverse;
        margin: 0px;
    }

    section.about_us_v2 div.bar_social img {
        margin: 67px auto 32px;
        width: 173px;
        height: 36px;
    }

    section.about_us_v2 div.bar_social hr.large {
        margin-bottom: 56px;
    }


    section.success_case {
        color: #2c2c2c;
        padding: 400px 0 70px;
        background: url(../img/bg/bg_success_case_mb.webp) center top no-repeat, rgb(255, 255, 255);
        background: url(../img/bg/bg_success_case_mb.webp) center top no-repeat, -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(38, 39, 39, 1) 5%, rgba(38, 39, 39, 1) 100%);
        background: url(../img/bg/bg_success_case_mb.webp) center top no-repeat, -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(38, 39, 39, 1) 5%, rgba(38, 39, 39, 1) 100%);
        background: url(../img/bg/bg_success_case_mb.webp) center top no-repeat, linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(38, 39, 39, 1) 5%, rgba(38, 39, 39, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#262727", GradientType=1);
    }
    section.success_case h2 {
        text-align: center;
    }
    section.success_case hr.short {
        margin: auto auto 56px;
    }
    section.success_case p {
        text-align: center;
    }
    section.success_case div.desc_lawyer {
        background: url(../img/gr/gr_lawyer_mini_2.webp) left bottom no-repeat, rgb(44, 44, 44);
    }
    section.success_case div.desc_lawyer p {
        text-align: left;
    }
    section.success_case a.next_white {
        margin: auto;
        display: block;
        width: fit-content;
    }


    section.newsletter form {
        flex-direction: column;
    }
    section.newsletter form input {
        margin: 15px auto;
        text-align: center;
        font-size: 17px;
        width: 100%;
    }


    section.address {
        padding: 70px 0 45px;
    }
    section.address iframe.maps {
        margin-top: 30px;
        height: 80vh;
    }
    section.address.page_contact form {
        margin: auto;
        flex-direction: column;
    }
    section.address.page_contact form div.col_left,
    section.address.page_contact form div.col_right {
        width: 100%;
    }
    section.address.page_contact form div.btn_submit button.submit {
        margin: auto;
    }
    section.address.articles h2 {
        font-size: 43px;
        line-height: 40px;
    }
    section.address.articles form div.row_first {
        flex-direction: column;
    }
    section.address.articles form input {
        width: 100%;
    }
    section.address.page_about_us form {
        flex-direction: column;
    }
    section.address.page_about_us form div.col_left {
        width: 100%;
    }
    section.address.page_about_us form div.col_right {
        width: 100%;
    }
    section.address.category_articles {
        padding-top: 70px;
    }
    section.address.category_articles form {
        flex-direction: column;
    }
    section.address.category_articles form div.col_left,
    section.address.category_articles form div.col_right {
        width: 100%;
    }
    section.address.category_articles form div.btn_submit button.submit {
        margin: auto;
    }


    footer {
        background: url(../img/bg/bg_footer_mb.webp) top center no-repeat;
        background-size: cover;
    }
    footer p.desc {
        margin: 30px auto;
    }
    footer img.social {
        margin: auto 0;
    }


    div.block_footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    section.category_articles div.header h1 {
        font-size: 50px;
    }
    section.category_articles div.list_articles h2.not_found {
        margin: 270px 0 0;
    }
    section.category_articles div.social h4 {
        width: 100%;
        text-align: center;
    }
    section.category_articles div.header_filters {
        flex-direction: column;
    }
    section.category_articles div.header_filters button.main_option {
        margin: 0 0 15px;
        width: 200px;
    }
    section.category_articles div.header_filters form.searchform input {
        width: 200px;
    }
    section.category_articles div.img_emphasis a.article.recent h2 {
        font-size: 37px;
        line-height: 35px;
    }
    section.category_articles div.img_emphasis a.article,
    section.category_articles div.img_emphasis a.article.recent,
    section.category_articles div.img_emphasis a.article.most_visited {
        width: 100%;
        height: 290px;
        margin-bottom: 20px;
    }
    section.category_articles div.img_emphasis button.btn.plus {
        margin: 40px auto 0;
    }


    section.header_atuation a.wp-block-button__link {
        display: block;
        width: 100%;
        font-size: 19px;
    }
}

@media(max-width:576px) {
    section.banner div.header h1.title {
        font-size: 40px;
        line-height: 50px;
    }


    section.questions div#accordion:before {
        height: 300px;
    }


    section.actuations div.header h1 {
        font-size: 40px;
    }
    section.actuations div.area_cards div.card {
        margin-bottom: 41px;
        padding: 83px 10px 25px 10px;
        background-position: 50% 10px;
        background-size: 70px;
    }
    section.actuations div.area_cards div.card h2 {
        font-size: 28px;
    }
    section.actuations div.area_cards div.card a.btn {
        width: 105px;
        height: 29px;
        padding: 6px 17px;
    }


    section.expanded_success_numbers div.items div.item:first-of-type {
        margin-right: 0px;
    }
    section.expanded_success_numbers div.items div.item {
        margin-bottom: 30px;
    }
    section.expanded_success_numbers div.items {
        flex-direction: column;
    }


    section.about_us_v3 {
        background: #dcdcdc url(../img/bg/bg_about_us_2_mb.webp) center bottom no-repeat;
        background-size: contain;
        padding-bottom: 830px;
    }


    div.cta_fale_conosco {
        flex-direction: column;
    }
    div.cta_fale_conosco a.ctt {
        width: 100%;
        margin: 0 auto 10px;
    }
    div.cta_fale_conosco p.bd_gt {
        margin: auto;
    }


    section.contact div.header h1 {
        font-size: 45px;
        margin-bottom: 0px;
    }

    section.contact div.header hr {
        margin-bottom: 60px;
    }
    section.contact div.header a.phone,
    section.contact div.header a.wpp {
        margin-bottom: 45px;
        width: 85%;
        font-size: 30px;
    }


    section.address.page_contact p.baseboard {
        flex-direction: column;
        background: url(../img/ic/pin_b.webp) left bottom no-repeat;
        background-size: 40px;
        padding-left: 0px;
    }
    section.address.page_contact p.baseboard strong {
        margin-bottom: 30px;
    }
    section.address.page_contact {
        padding: 70px 0 150px;
        background-size: 87%;
    }
}

@media (max-width:450px) {
    section.about_us_v3 {
        padding-bottom: 700px;
    }

    section.contact div.header div.block_btn {
        width: 100%;
    }

    section.contact div.header a.phone,
    section.contact div.header a.wpp {
        width: 100%;
        padding-left: 70px;
    }

    section.contact div.header a.phone {
        background: url(../img/ic/phone_b.webp) 20px center no-repeat, rgb(191, 147, 48);
        background: url(../img/ic/phone_b.webp) 20px center no-repeat, -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
        background: url(../img/ic/phone_b.webp) 20px center no-repeat, -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
        background: url(../img/ic/phone_b.webp) 20px center no-repeat, linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
    }

    section.contact div.header a.wpp {
        background: url(../img/ic/whatsapp_b.webp) 20px center no-repeat, rgb(191, 147, 48);
        background: url(../img/ic/whatsapp_b.webp) 20px center no-repeat, -moz-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
        background: url(../img/ic/whatsapp_b.webp) 20px center no-repeat, -webkit-linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
        background: url(../img/ic/whatsapp_b.webp) 20px center no-repeat, linear-gradient(353deg, rgba(191, 147, 48, 1) 0%, rgba(236, 195, 101, 1) 50%, rgba(191, 147, 48, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bf9330", endColorstr="#bf9330", GradientType=1);
    }
}

@media (max-width:400px) {
    section.banner {
        min-height: 420px;
        padding: 120px 0 0;
    }
    section.banner div.header h1.title {
        font-size: 34px;
        line-height: 40px;
    }
    section.check_boxes div.header h2 {
        font-size: 39px;
        line-height: 40px;
    }
    section.about_us h2 {
        font-size: 23px;
        line-height: 32px;
    }
    section.about_us_v3 {
        padding-bottom: 630px;
    }
}

@media (max-width:360px) {
    section.about_us_v3 {
        padding-bottom: 550px;
    }
}