html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden !important;
}
.container{
    max-width: 1170px;
}

body {
    font-size: 18px;      
    font-family: 'Rubik', sans-serif;
    background-color: transparent;
    height: 100vh;    
}

.rodape{
    height: auto;
    background-color: #c5a35a;
    background-size: cover;
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;    
}

.texto-rodape{
    font-size: 20pt;
    color: #FFFFFF;
    margin-left: 1%;
    margin-top: -1%;
    float: left;
}

.texto-rodape-mobile{
    font-size: 15pt;
    color: #FFFFFF; 
}

.assinatura{
    font-size: 12pt;
    color:#FFFFFF;
    background-color: #786023;
    height: auto;
    padding-bottom: 2%;
    padding-top: 2%;
    width: 100%;
    background-size: cover;
}

.fundo-menu{
    height: auto;
    padding-bottom: 1%;
    padding-top: 1%;
    background-color: #c5a35a;
    width: 100%;
    background-size: cover;   
}

.fundo-menu-mobile{
    height: auto;
    padding-bottom: 7%;
    padding-top: 7%;
    padding-left: 5%;
    background-color: #c5a35a;
    width: 100%;
    background-size: cover;   
}

.fundo-fique-por-dentro{
    background-color: #f5f5f5;
    height: auto;
    width: 100%;
    background-size: cover;
    margin-top: 3%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}
a{
    text-decoration: none;
    color:inherit;
}

.links-rodape{
    color:#FFFFFF;
    font-size: 17px;    
    margin-top: 1%;    
}

.links-rodape-mobile{
    color:#FFFFFF;
    font-size: 11pt;       
}

/*MENU - INÍCIO*/

/*desktop - início*/
@media(min-width: 769px){
    .navbar-nav>li>a {       
        color: #FFFFFF !important;            
        height: auto;
        font-size: 15px !important;
    }

    .nav>li>a {
        position: relative !important;
        display: block !important;
        padding: 0px 0px !important;        
    }

    .dropdown-menu {
        background-color: #c5a35a;
        font-size: 12pt;
        color: #FFFFFF;
        width: auto;
    }
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        text-decoration: none;
        color: #FFFFFF !important;
        background-color: #786023 !important;
        font-size: 12pt;        
    }
}
/*desktop - fim*/

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color:#FFFFFF !important;
    height: auto;       
}

.dropdown:hover>.dropdown-menu {
    display: block;  
}
.dropdown-menu>li:hover {    
    font-size:18pt;
    color:#FFFFFF;    
}

/*celulares e tablets - início*/
@media (min-width: 0px) and (max-width: 768px) {
    .navbar-nav>li>a {
        color: #FFFFFF !important;
        font-size: 16px !important;          
        font-weight: bold;
    }
    .dropdown-menu {
        background-color: transparent !important;
        font-size: 13px !important;
        color: #FFF112 !important;
        height: 200px !important;  
        margin-bottom: 5% !important;        
    }

    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        text-decoration: none !important;
        color: #FFF112 !important;
        font-size: 13px !important;
        height: 200px !important; 
        background-color: transparent !important;
    }

    .navbar-default {
        background-color: #f8f8f8;
        border:none !important;
    }

    .navbar-default .navbar-toggle {
        border:none !important;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 4px !important;
        border-radius: 3px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border:none !important;
    }

}
/*celulares e tablets - fim*/

/*MENU - FIM*/

.titulo-noticia-destaque-home{    
    color:#1b1b1b;
    font-size: 25px;
    font-weight: 700;
    margin-top: 2%;
}

.titulo-demais-noticias-home{    
    color:#1b1b1b;
    font-size: 13pt;
    font-weight: 500;
    margin-top: 2%;
}

.chamada-noticia-destaque-home{
    color:#1b1b1b;
    font-size: 20px;
    margin-top: 3%;
}

.chamada-demais-noticias-home{
    color:#1b1b1b;
    font-size: 9pt;
    margin-top: 3%;
}

.titulo-noticia{   
    color:#c5a35a;
    font-size: 30px;    
    font-weight: 500;    
}

.conteudo-noticia{
    color:#1b1b1b;
    font-size: 20px; 
    margin-top:2%;
    text-align: justify;
}

/*SWIPPER - INÍCIO*/
.swiper-wrapper{
    display:flex;
    flex-direction: row;
}

.swiper{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.swiper-slide {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;    
    flex-shrink: 0;
    margin-right: 1%;
}

@media(min-width:640px){
    .swiper-slide{
        width: 158px !important;
    }
}

.swiper-slide img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.swiper-scrollbar-drag {
    border-radius: 1rem;
    background-color: #ccc;
}

.swiper-scrollbar{
    display: flex;
    flex-direction: row;
    height: 0.25rem;
}

.swiper-button-next {   
    background-image: url("layout/proximo.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 44px;
}
.swiper-button-prev {   
    background-image: url("layout/anterior.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 44px;
}

/*SWIPPER - FIM*/

.titulo-paginas{
    color: #A85B00;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;  
}

.titulo-paginas-mobile{
    color: #A85B00;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;  
}

.hr {
    border: 1px solid #D9D9D9;
    margin-top: 1%;
}
.hr-mobile {
    border: 1px solid #D9D9D9;    
}
.alinhamento_vertical {    
    align-items: center;
    justify-content: center;
}

/*RETIRAR SOMBREAMENTO LATERAL CARROUSEL - INÍCIO*/
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1) !important;
}
/*RETIRAR SOMBREAMENTO LATERAL CARROUSEL - FIM*/

.faixa-por-cima-superbanner-desktop{
    background-color: rgba(197,163,90,0.5);
    width: 100%;
    background-size: cover;
    min-height: 360px;
    z-index: 2000;   
    position: absolute;
    bottom: 30%; 
    padding-top: 2%;
    padding-bottom: 2%;
}

.titulo-faixa-por-cima-superbanner-desktop{
    font-size: 45px;
    color:#FFFFFF;
}
.sub-titulo-faixa-por-cima-superbanner-desktop{
    font-size: 20px;
    color:#FFFFFF;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.titulo-secao{
    color:#c5a35a;
    font-size: 35px;
}
.sub-titulo-secao{
    color:#c5a35a;
    font-size: 20px;
}

.card-area-atuacao{
    background-color: #f5f5f5;
    background-size: cover;
    width: 100%;
    border-radius: 20px;    
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
    height: 230px;
    text-align: center;
}

.card-area-atuacao-mobile{
    background-color: #f5f5f5;
    background-size: cover;
    width: 100%;
    border-radius: 20px;    
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
}

.titulo-card-area-atuacao{
    color:#121212;
    font-size: 15pt;
    font-weight: 600;
}

.sub-titulo-card-area-atuacao{
    color:#121212;
    font-size: 12pt;
    margin-top: 3%;
}

.alinhamento-icones-areas-atuacao-primeira-linha{
    z-index:2000;    
    margin-top: -2%;
}

.alinhamento-icones-areas-atuacao-segunda-linha{
    z-index:2000;
    position: absolute;
    margin-top: 0.5%;
}

.botao-leia-noticia-completa{
    background-color: transparent;
    background-size: cover;
    width: 80%;
    margin-top: 3%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    height: 50px;
    border: 2px solid #c0853e;
    text-align: center;
    float: left;
    font-size: 18px;
}

.botao-plus-leia-noticia-completa{
    float: right;
    width: 20%;
    height: 50px;
    border: 2px solid #c0853e;
    background-color: #c5a35a;
    background-size: cover;
    text-align: center;
    color:#efd9bf;
    margin-top: 3%;
    font-size: 30px;
}

.botao-leia-demais-noticia-completa{
    background-color: transparent;
    background-size: cover;
    width: 80%;
    margin-top: 3%;
    padding-top: 1.5%;  
    padding-bottom: 1.5%;
    height: 30px;
    border: 2px solid #c0853e;
    text-align: center;
    float: left;
    font-size: 9pt;
    color:#1b1b1b;
}

.botao-plus-leia-demais-noticia-completa{
    float: right;
    width: 20%;
    height: 30px;
    border: 2px solid #c0853e;
    background-color: #c5a35a;
    background-size: cover;
    text-align: center;
    color:#efd9bf;
    margin-top: 3%;
    font-size: 13pt;
}

.fundo-contato-escritorio {   
    background-image: url("layout/fundo_contato_home.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 1055px;
}

.titulo-contato-home{
    color:#c5a35a;
    font-size: 40px;
}

.texto-contato-home{
    color:#FFFFFF;
    font-size: 22px;
    margin-top: 3%;
}

.btn-primary{
    background-color: #c5a35a;
    background-size: cover;
    width: 100%;
    border-radius: 10px;
    color:#FFFFFF;
    text-align: center;
    padding-bottom: 1%;
    padding-top: 1%;
    border: 1px solid #c5a35a;
    height: 50px;       
}

.btn-primary:hover{
    background-color: #786023;
    background-size: cover;
    width: 100%;
    border-radius: 10px;
    color:#FFFFFF;
    text-align: center;
    padding-bottom: 1%;
    padding-top: 1%;
    border: 1px solid #786023;
    height: 50px;       
}

.endereco-rodape{
    color:#FFFFFF;
    font-size: 13px;
    margin-top: 7%;
}

.titulos-secoes-rodape{
    color:#FFFFFF;
    font-size: 20px;
    font-weight: 600;
}

#contato_nome {
    background-color: #d6d6d6 !important;
    border-radius: 0px !important;
    height: 60px !important;
}

#contato_e-mail {
    background-color: #d6d6d6 !important;
    border-radius: 0px !important;
    height: 60px !important;
}

#contato_telefone {
    background-color: #d6d6d6 !important;
    border-radius: 0px !important;
    height: 60px !important;
}

#contato_assunto {
    background-color: #d6d6d6 !important;
    border-radius: 0px !important;
}

#contato_captcha {
    background-color: #d6d6d6 !important;
    border-radius: 0px !important;
}

.faixa-por-cima-banners-internas-desktop{
    background-color: rgba(197,163,90,0.5);
    width: 100%;
    background-size: cover;
    min-height: 300px;
    z-index: 2000;   
    position: absolute;
    bottom: 47%; 
    padding-top: 2%;
    padding-bottom: 2%;
}

#banner-quem-somos-desktop{
    background-image: url("layout/banner_quem_somos.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 1068px;
}

.titulo-quem-somos{
    text-shadow: 4px 4px 1px #cecece;
    color:#FFFFFF;
    font-size: 50px;
    text-align: right;
}

.subtitulo-quem-somos{
    color:#FFFFFF;
    font-size: 20px;
    text-align: right;
    margin-top: 1%;
}

.texto-quem-somos{
    color:#171717;
    font-size: 20px;
    text-align: justify;    
}

.titulo-areas-atuacao{    
    color:#FFFFFF;
    font-size: 50px;
    text-align: center;
}

.subtitulo-areas-atuacao{
    color:#FFFFFF;
    font-size: 20px;
    text-align: center;
    margin-top: 1%;
}

#banner-areas-atuacao-desktop{
    background-image: url("layout/banner_areas_atuacao.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 1176px;
}

.icones-areas-atuacao-por-cima-desktop{
    background-color: transparent;
    width: 100%;
    background-size: cover;
    min-height: 300px;
    z-index: 2000;   
    position: absolute;
    bottom: 32%; 
    padding-top: 2%;
    padding-bottom: 2%;
}

.swiper-button-next-empresa-fotos {   
    background-image: url("layout/proximo.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 44px;
    margin-right: auto;
}

.swiper-button-prev-empresa-fotos {   
    background-image: url("layout/anterior.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 44px;
    margin-right: auto;
}

.accordion-button:not(.collapsed) {
    color: #c5a35a !important;
    background-color: #e9e8e8 !important;
    font-weight: bold;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #c5a35a !important;
    text-align: left;
    background-color: #e9e8e8 !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-weight: bold;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url("layout/expandir_area_atuacao.png") !important;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

#fundo-aurimar-desktop{
    background-image: url("layout/fundo_aurimar.png");
    background-repeat: no-repeat; 
    width: 100%;   
}

#fundo-rogeria-desktop{
    background-image: url("layout/fundo_rogeria.png");
    background-repeat: no-repeat;  
    width: 100%;   
}

#fundo-thais-desktop{
    background-image: url("layout/fundo_thais.png");
    background-repeat: no-repeat;    
    width: 100%;   
}

.faixa-por-cima-advogados-desktop{
    background-color: transparent;
    width: 100%;
    background-size: cover;
    height: auto;
    z-index: 2000;      
}

.titulo-aurimar-thais-desktop{
    color:#c5a35a;
    font-size: 30px;
    margin-top: 5%;
}

.titulo-rogeria-desktop{
    color:#171717;
    font-size: 30px;
    margin-top: 5%;
}

.oab-desktop{
    color:#FFFFFF;
    font-size: 20px;
}

.formacao-advogados-desktop{
    color:#FFFFFF;
    font-size: 15px;
    text-align: justify;
}

.fundo-noticias{
    background-color: #f5f5f5;
    width: 100%;
    background-size: cover;
    height: auto;
    padding-bottom: 3%;
    padding-top: 2%;
}

.faixa-por-cima-superbanner-mobile{
    background-color: rgba(197,163,90,0.5);
    width: 100%;
    background-size: cover;
    height: auto;
    z-index: 1000;   
    position: absolute;
    bottom: 20%; 
    padding-top: 2%;
    padding-bottom: 2%;
}

.titulo-faixa-por-cima-superbanner-mobile{
    font-size: 35px;
    color:#FFFFFF;
}

.sub-titulo-faixa-por-cima-superbanner-mobile{
    font-size: 23px;
    color:#FFFFFF;
}

.titulo-areas-atuacao-mobile{    
    color:#c5a35a;
    font-size: 35px;
    text-align: center;
}

.alinhamento-icones-areas-atuacao-mobile{
    z-index:2000;
    position: absolute;    
}

.titulo-noticia-destaque-home-mobile{    
    color:#1b1b1b;
    font-size: 18px;
    font-weight: 700;
    margin-top: 2%;
}

.chamada-noticia-destaque-home-mobile{
    color:#1b1b1b;
    font-size: 10px;
    margin-top: 3%;
}

.botao-leia-noticia-completa-mobile{
    background-color: transparent;
    background-size: cover;
    width: 80%;
    margin-top: 3%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    height: 30px;
    border: 2px solid #c0853e;
    text-align: center;
    float: left;
    font-size: 10px;
}

.botao-plus-leia-noticia-completa-mobile{
    float: right;
    width: 20%;
    height: 30px;
    border: 2px solid #c0853e;
    background-color: #c5a35a;
    background-size: cover;
    text-align: center;
    color:#efd9bf;
    margin-top: 3%;
    font-size: 15px;
}

.fundo-contato-escritorio-mobile {   
    background-image: url("layout/fundo_contato_home_mobile.png");    
    width: 100%;
    height: 100%;
    padding-bottom: 5%;
}

#banner-quem-somos-mobile{
    background-image: url("layout/banner_quem_somos.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.faixa-por-cima-banners-internas-mobile{
    background-color: rgba(197,163,90,0.5);
    width: 100%;
    background-size: cover;
    height: auto;
    z-index: 1000;   
    position: absolute;
    bottom: 30%; 
    padding-top: 2%;
    padding-bottom: 2%;
}

.titulo-quem-somos-mobile{
    text-shadow: 4px 4px 1px #cecece;
    color:#FFFFFF;
    font-size: 35px;   
}

.subtitulo-quem-somos-mobile{
    color:#FFFFFF;
    font-size: 20px;   
    margin-top: 1%;
}

#banner-areas-atuacao-mobile{
    background-image: url("layout/banner_areas_atuacao_mobile.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height:auto;
    padding-top: 40%;
    padding-bottom: 40%;
}

.titulo-areas-atuacao-mobile{    
    color:#FFFFFF;
    font-size: 33px;
    text-align: center;
}

.subtitulo-areas-atuacao-mobile{
    color:#FFFFFF;
    font-size: 15px;
    text-align: center;
    margin-top: 1%;
}

.accordion-body-mobile {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    font-size: 13px;
    text-align: justify;
}

.accordion-button-mobile {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 18px;
    color: #c5a35a !important;
    text-align: left;
    background-color: #e9e8e8 !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-weight: bold;
}

#fundo-aurimar-mobile{
    background-image: url("layout/fundo_aurimar_mobile_2.png");    
    width: 100%;
    height: auto;
    background-position: center center;
}

.titulo-aurimar-thais-mobile{
    color:#c5a35a;
    font-size: 25px;
    margin-top: 5%;
}

.formacao-advogados-mobile{
    color:#FFFFFF;
    font-size: 13px;
    text-align: justify;
}

#fundo-rogeria-mobile{
    background-image: url("layout/fundo_rogeria_mobile_2.png");    
    width: 100%;
    height: auto;
    background-position: center center;
}

.titulo-rogeria-mobile{
    color:#171717;
    font-size: 25px;
    margin-top: 5%;
}

#fundo-thais-mobile{
    background-image: url("layout/fundo_thais_mobile_2.png");
    height: auto;
    background-position: center center;
    width: 100%;   
}

.titulo-noticia-mobile{   
    color:#c5a35a;
    font-size: 25px;    
    font-weight: 500;    
}

.conteudo-noticia-mobile{
    color:#1b1b1b;
    font-size: 15px; 
    margin-top:2%;
    text-align: justify;
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x) !important;
    text-align: justify !important;
}

#fundo-amanda-desktop{
    background-image: url("layout/fundo_amanda.jpg");
    background-repeat: no-repeat;  
    width: 100%;   
}

#fundo-amanda-mobile{
    background-image: url("layout/fundo_amanda_mobile_2.jpg");    
    width: 100%;
    height: auto;
    background-position: center center;
}

.compartilhe-noticia{
    float:left;
    color: #786023;
    font-size: 16px;    
}