* {
    outline: none;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

@font-face{
    font-family: 'AvenirRegular';
    src: url('../fonts/Avenir/avenir-regular/avenir-regular.ttf')
    format("truetype");
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'AvenirRegular', sans-serif;
    background: #FFF;
   
}

html {
    scroll-behavior: smooth;
}

button:focus {
    outline: none;
}

a:hover,
button {
    text-decoration: none !important;
    cursor: pointer ;
    color: #B59C60;
    transition: .5s;
}

.btn-form:hover {
    color: #B59C60; /* Cor de fundo ao passar o mouse */
}
b,
strong {
    font-weight: 700;
}

h1.titulo-geral {
    color: var(--47424-f, #40384E);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
}

h1.titulo-geral-ad {
    color: var(--47424-f, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
}

h1.titulo-geral:after {
    content: "";
    display: table;
    border-radius: 5px;
    background: var(--c-3-b-081, #B59C60);
    width: 70px;
    height: 4px;
    margin: 10px auto 0;
}

h1.titulo-geral-ad:after {
    content: "";
    display: table;
    border-radius: 5px;
    background: var(--c-3-b-081, #B59C60);
    width: 70px;
    height: 4px;
    margin: 10px auto 0;
}

.subtitulo {
    color: var(--47424-f, #40384E);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    padding-top: 20px;
}

p {
    color: var(--gray-2, #4F4F4F);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.btn-geral {
    color: var(--fbf-7-f-5, #FBF7F5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    background: #40384E;
    border: 1px solid #40384E;
    display: table;
    padding: 15px 30px;
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: transparent;
    border: 1px solid var(--style, #013622);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 20px;
    height: 10px;
    background: var(--style, #013622);
}

/* Header */
.topo {
    position: absolute;
    right: 0;
    top: 10px;
}

@media(max-width: 1199px) {
    .offcanvas-left-xl{
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        border-radius: 0 20px 20px 0;
        padding: 28px 20px 28px 40px;
        
        transform: translateX(0%);
        transition: transform .4s ease-out;
    }
    
    .offcanvas-left-xl:not(.show) {
        transform: translateX(-100%);
        transition: transform .4s ease-out;
    }
}

header {
    transition: 0;
    background: #FFF;
    box-shadow: none;
    position: relative;
    z-index: 99;
    transition: 0s;
}

header .nav-link {
    transition: 0;
    display: block;
    color: var(--gray-2, #4F4F4F);
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0.5rem;
}

header .nav-link:hover {
    font-weight: 700;
}

header .nav-link.active:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    border-radius: 50px;
    background: #B59C60;
    margin-top: 5px;
}



header .navbar {
    justify-content: space-between;
    align-items: flex-end;
    position: static;
    transition: 0s;
}

header .dropdown-item {
    display: block;
    padding: 0.2rem 1rem !important;
    /* color: var(--013622, #013622); */
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 10px;
    border-bottom: 2px solid #fff;
}

header .dropdown-item:hover {
    font-weight: 700;
    /* border-color: var(--f-09-f-1-a, #F09F1A); */
}

header.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 3px 0;
    transition: 0s;
}

header.fixed .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

header.fixed a.navbar-brand img {
    height: 40px;
}

header.fixed .nav-link {
    font-size: 12px;
    padding-left: 20px;
}

header.fixed .navbar {
    height: 55px;

}

header.fixed .topo {
    position: absolute;
    right: 0;
    top: 0;
}

header.fixed .nav-link:after {
    display: none;
}

header.fixed+.header-transition {
    padding-top: 120px;
}

/* header.fixed + .page-content {

} */
.destaque {
    color: var(--c-3-b-081, #B59C60);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.escritorio {
    padding: 90px 30px;
}

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

.escritorio img {
    padding-left: -10px;
    margin-left: -30px;
}

.advogado {
    padding: 70px 0;
    background: #F3F3F3;
    background-image: url('../img/bgsection.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.advogado .item {
    margin-top: 20px;
    border-radius: 2px solid;
    border-color: #FFF;
    background: #FFF;
}

.advogado .item h4 {
    color: var(--47424-f, #40384E);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 20px;
}

.advogado .item p {
    color: var(--Gray-2, #4F4F4F);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.redes-sociais {
    display: flex;
    margin-left: -10%;
}

.redes-sociais a {
    width: 23px; 
    height: 23px;
    padding: 5px;
    margin-bottom: 10px;

}
.redes-sociais img {
    width: 23px; 
    height: 23px;
}

.area-atuacao {
    background: #F3F3F3;
}

.list-areas {
    display: flex;
    flex-wrap: wrap;

}

.section-item__card {
    border-radius: none;
    background: #fff;
    box-shadow: 0 0 15px #00000026;
    border: none;
    min-height: 100px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.skills {
    padding: 40px 0;
    background-image: url('../img/bgskills.png');
    background-repeat: no-repeat;

}

.skills .item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 10px #00000026;
    border: none;
    min-height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.skills .item h4 {
    color: var(--47424-f, #40384E);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 20px;
}

.skills .item p {
    color: var(--Gray-2, #4F4F4F);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.skills img {
    padding: 5px;
    margin-left: 15px;
    margin-top: 10px;
}


.blog {
    padding: 40px;
    background: #F3F3F3;
}

.blog img {
    height: 300px;
    border-radius: 5px;
    margin-bottom: 20px;
    object-fit: cover;
}

.blog .estilo-blog h2 {
    color: var(--47424-f, #40384E);
    font-size: 24px;

}

a .estilo-blog  {
    color: var(--Gray-2, #4F4F4F);
    font-size: 16px;

}

.blog a.btn-geral {
    margin: 30px auto 0;
}
.blog .data-index {
    width: 72px;
    height: 72px;
    position: absolute;
    background: #B59C60;
    bottom: 0;
    left: 0;
    border-radius: 0 8px 0 0;
    padding-top: 15px;
}
.blog .data-index .data-mes {
    position: absolute;
    color: #FFF;
    font-size: 15px;
    font-weight: 200;
    margin-left: 24px;
    top: 35px;
  
}
.blog .data-index .data-dia {
    color: #FFF;
    margin-left: 22px;
    font-size: 28px;
    font-weight: 300;
}
.localizacao {
    padding: 60px 0 0;
}

.contato {
    height: 785px;
    padding: 72px 0;
    background-size: cover;
}

.contato h1.titulo-geral {
    color: var(--47424-f, #40384E);
    padding-top: 60px;
}

.contato h1.titulo-geral:after {
    background: var(--c-3-b-081, #B59C60);
}

.contato .form-control {
    color: var(--Gray-4, #BDBDBD);
    font-size: 20px;
    border-radius: 20px;
    border: 1px solid var(--c-3-b-081, #B59C60);
    background: transparent;
    margin-bottom: 15px;
    padding: 16px 24px;
    height: auto;
}

.contato input.form-control::-webkit-input-placeholder,
.contato textarea.form-control::-webkit-input-placeholder {
    color: var(--Gray-4, #BDBDBD);
    font-size: 20px;
}

.contato input.form-control:-ms-input-placeholder,
.contato textarea.form-control:-ms-input-placeholder {
    color: var(--fbf-7-f-5, #FBF7F5);
    font-size: 20px;
}

.contato input.form-control::placeholder,
.contato textarea.form-control::placeholder {
    color: var(--Gray-4, #BDBDBD);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contato button {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    background: var(--47424-f, #40384E);
    padding: 10px 50px;
    display: table;
    margin: 0 auto;
}



footer {
    background: var(--47424-f, #40384E);
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;

}

.logo-footer {
    display: table;
    margin: 25px auto 40px;
}

footer .fone-local p {
    display: flex;


}

footer .fone {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;

}

footer .local {
    color: var(--Gray-4, #BDBDBD);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}


.menu-footer a {
    padding-top: 40px;
    margin-left: -10px;
    color: #fff ;
    font-size: 12px;
    font-weight: 400;
}

.redes-sociais {
    position: relative;
    padding-left: 90%;
}

.redes-sociais {
    color: #FFF;
}

.iframe-container {
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(50% - 15px);
    transform: translateY(-50%);
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
}

.icone-branco {
    color: white;
    /* ou qualquer outra cor desejada, por exemplo: #ffffff */
}

.wpp-fixed-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.img-pequenas {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}
.social-face  {
    margin-top: 15px;
    padding-left: 42%;
    padding-bottom: 10px;
}
.text-demage {
    color: #ca1919;
    font-size: 12px;
    padding-left: 30px;
}
.blog p a {
    color: black;

}
.section-item__card {
    border: ridge 2px #B59C60;

    background-color: #ffffff;
    padding: 20px;
    margin: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    /* Estilos para dispositivos com largura entre 768 e 1199 pixels */

    .escritorio h1.titulo-geral {
        margin: 30px auto 30px;
    }

    .escritorio {
        padding: 20px;
    }

    .escritorio img {
        width: 100%;
        margin-left: 1px;
    }

    .escritorio p {
        padding-top: 20px;
    }

    iframe {
        width: 100%;
        height: auto;
        padding: 30px 0 0;
    }



    .contato input.form-control {
        height: 45px;
        margin-bottom: 10px;
    }

    .contato textarea.form-control {
        height: 120px;
        margin-bottom: 10px;
    }

    .contato input.form-control,
    .contato textarea.form-control {
        height: 45px;
        /* Ajuste a altura para dispositivos menores */
    }

    .localizacao iframe {
        width: 600px;
        height: 300px;
        /* Ajuste a altura do iframe para dispositivos menores */
    }


    .contato {
        padding: 60px 0 110px;
    }

    .contato input.form-control {
        height: 45px;
        margin-bottom: 10px;
    }

    .contato textarea.form-control {
        height: 120px;
        margin-bottom: 10px;
    }
    .menu-footer a {
        font-size: 15px;
    }

}

@media(max-width:767px) {
    header.fixed {
        position: relative;
    }

    header.fixed+.header-transition {
        padding-top: 0;
    }

    header .nav-link {
        font-size: 14px;
        /* Ajuste o tamanho da fonte para dispositivos menores */
    }

    h1.titulo-geral {
        font-size: 28px;
        margin: 0 auto 20px;
    }

    .btn-geral {
        color: #FFF;

        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 10px 10px;
        border-radius: 5px;
        background: var(--47424-f, #40384E);

    }

    header {
        padding: 20px 0;
        height: auto;
    }

    header .navbar {
        height: auto;
        padding: 0;
    }

    header a.navbar-brand img {
        width: 100px;
    }

    .navbar-toggler {
        top: -10px;
        position: relative;
    }

    ul.w-100.d-flex.justify-content-end.align-items-center.mb-0 {
        display: table !important;
        text-align: center;
        border-top: 1px solid;
        padding: 15px 0;
        margin-top: 15px;
    }

    .topo {
        position: relative;
        text-align: center;
    }

    .topo .btn-geral {
        margin: 0 auto 20px;
    }



    /* escritorio  */


    .escritorio h1.titulo-geral {
        margin: 30px auto 30px;
    }

    .escritorio {
        padding: 20px;
    }

    .escritorio img {
        width: 100%;
        margin-left: 1px;
    }

    .escritorio p {
        padding-top: 20px;
    }

    .ajust-mob {
        text-align: left;
    }

    .ajust-mob a {
        margin-left: 35%;

    }

    /* fim escritorio  */
    .advogado {
        padding: 90px 0;
        background: #F3F3F3;
        background-image: url('../img/mobile/bg-advogadosmob.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .advogado .item {
        position:relative;
        width: 302px;
        height: 426px;
        flex-shrink: 0;
        margin-left: 30px;
    }

    .skills {
        padding: 45px;
        background-image: url('../img/mobile/bg-mobile5.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 60% 40%;
    }

    .skills img {
        width: 90px;
        height: 80px;
        margin-bottom: 10px;
    }

    .skills a.btn-saibamais {
        margin-bottom: 30px;
    }

    .contato {
        height: auto;
        padding: 28px 0 0;
    }

    .area-atuacao {
        padding-bottom: 50px;
    }

    .iframe-container {
        position: initial;
        width: 100%;
        transform: translate(0);
    }

    .iframe-container iframe {
        height: 400px;
    }

    footer p {
        font-size: 10px;
    }

    .fone p {
        font-size: 15px;
    }

    .wpp-fixed-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
    }

    .redes-sociais {
        margin-left: -45%;
    }
    .menu-footer .nav-link{
        flex-basis: 100%; /* Faz cada item ocupar a largura inteira */
        display: flex;
        justify-content: center;
                
    }

}



