:target {
    scroll-margin-top: 100px;
}

/* *::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}

*::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: transparent;
}

*::-webkit-scrollbar-track:hover {
    background-color: transparent;
}

*::-webkit-scrollbar-track:active {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(0, 0, 0, 0.5);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0, 0, 0, 0.5);
}

*::-webkit-scrollbar-thumb:active {
    background-color: rgb(0, 0, 0, 0.5);
} */

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    padding-top: 80px;
}

img {
    max-width: 100%;
}

header {
    background: #fff;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 18%);
    padding: 15px;
}

footer .btn-outline {
    font-size: 17px;
    padding: 10px 25px;
    border: 1px solid #FFF !important;
}

footer .redes-sociais {
    margin-bottom: 20px;
}

footer .redes-sociais a {
    padding-top: 10px;
    background: #fff;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    /*line-height: 48px;*/
}

footer .redes-sociais .icone-svg {
    fill: #333;
    height: 26px;
}

footer #copyright {
    font-size: 12px;
}

footer .btn-whatsapp-footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.btn {
    font-weight: 600;
}

.py-5 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.nav-link {
    color: #fff;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 15px;
}

.container {
    position: relative;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-outline {
    border: 1px solid #3490dc;
    color: #3490dc;
}

.btn-outline:hover {
    background: #3490dc;
    color: #fff !important;
}

.btn-outline-danger {
    border: 1px solid #dc3545;
    color: #dc3545;
}

.btn-outline-danger:hover {
    background: #dc3545;
    color: #fff !important;
}

.btn-outline-primary {
    font-weight: 600;
    display: block;
    background: #fff;
    border: 1px solid #dee2e6;
    color: #9d9d9d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-outline-primary:hover {
    color: #1e5784;
    border-color: #fff;
    background: #fff;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 23%);
    transition: 0.2s;
    transform: scale(1.03);
}

.btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    transition: transform 0.2s;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
}

.btn-whatsapp:hover {
    background: #14ad4d;
    transform: scale(1.1);
    color: #fff;
}

footer .copyright a {
    text-decoration: none;
}

footer .copyright a:hover {
    color: #FFF !important;
}

footer .visible a.btn-whatsapp {
    color: #fff !important;
}

footer div {
    margin-bottom: 1rem;
}

.btn-whatsapp svg {
    fill: #fff;
}

.navbar .logo {
    max-height: 65px;
    max-width: 200px;
    margin: 8px 0;
}

.navbar .navbar-toggler {
    margin: 12px 0px;
}

.navbar .navbar-collapse {
    margin: 14px 0;
}

.seo-h1 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.template-landing-page .navbar .navbar-brand {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.diferenciais .material-symbols-outlined,
.servicos .material-symbols-outlined {
    display: block;
    font-size: 41px;
}

.descricao-sections {
    max-width: 980px;
    font-size: 18px;
    margin: 0 auto 40px;
}

section img {
    max-width: 640px;
    max-height: 640px;
}

section h1, section h2, section h3 {
    font-weight: 700;
}

section,
footer {
    padding: 4rem 0 !important;
}

.section-banner {
    position: relative;
    min-height: 400px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.template-landing-page .section-banner {
    text-align: center;
}

.section-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.section-banner .container {
    color: #fff;
}

.section-banner h2 {
    font-size: calc(1.8rem + 1.3vw) !important;
    max-width: 800px;
}

.section-banner h3 {
    font-size: calc(0.1rem + 1.3vw) !important;
    max-width: 740px;
    font-weight: 400 !important;
    line-height: 1.4;
}

.template-landing-page .section-banner h2 {
    margin-left: auto;
    margin-right: auto;
}

.template-landing-page .section-banner h3 {
    margin-left: auto;
    margin-right: auto;
}

.section-banner .btn {
    border: 1px solid #FFF !important;
    background: none !important;
    font-size: 15px;
    padding: 12px 30px;
}

.section-banner .btn:hover {
    background: #fff !important;
    color: #000 !important;
}

.section-sobre p {
    line-height: 1.9;
    font-size: 15px;
}

.section-sobre .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* Pode ajustar conforme necessário */
    height: fit-content;
    height: auto;
}

.section-sobre .img-container img {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Sombra */
    aspect-ratio: 1/1;
    border-radius: 15px;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Garante que a imagem cubra todo o contêiner */
}

.section-area p {
    line-height: 1.9;
    font-size: 15px;
}

.section-area .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* Pode ajustar conforme necessário */
    height: fit-content;
    height: auto;
}

.section-area .img-container img {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Sombra */
    aspect-ratio: 1/1;
    border-radius: 15px;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Garante que a imagem cubra todo o contêiner */
}

.section-diferenciais .card {
    background: rgb(0 0 0 / 45%);
}

.section-diferenciais .card .card-body {
    padding: 35px;
}

.section-servicos {
    background: #f3f3f3;
}

.section-servicos .card {
    text-align: left;
}

.section-servicos .card .card-title {
    font-size: 22px;
}

.section-servicos .material-symbols-outlined {
    font-size: 4em;
}

.section-diferenciais .material-symbols-outlined {
    font-size: 4em;
}

.section-localizacao {
    padding-bottom: 0 !important;
}

.section-contato,
.section-associated-lawyers {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff !important;
}

.section-contato::before,
.section-associated-lawyers::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.section-contato .container {
    max-width: 700px;
}

.section-contato .btn {
    display: block;
}

.section-contato .form-floating>label {
    color: #333;
}

.section-associated-lawyers .container * {
    color: #fff !important;
}

.section-associated-lawyers {
    padding-top: 2rem;
}

.section-associated-lawyers h2 {
    text-align: center;
    font-size: 2.5rem !important;
    font-weight: bolder !important;
    margin-bottom: 1.5rem !important;
}

.section-associated-lawyers h4.oab {
    color: #9d7824 !important;
    font-size: 1rem !important;
}

.section-associated-lawyers .image {
    border-radius: 150px;
    width: 200px;
    height: 190px;
    background-position: center;
    background-color: #c0c0c0;
    margin: 0 auto;
    margin-bottom: 10px;
}

.section-faq .container {
    max-width: 800px;
}

.section-faq .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.section-faq .accordion-item {
    margin-bottom: 30px;
    border-radius: 15px;
    border: 0;
}

.section-faq .accordion-item .accordion-header {
    border: 0;
    background: #eee;
    border-radius: 15px;
}

.section-faq .accordion-item .accordion-header .accordion-button {
    box-shadow: none !important;
    outline: none !important;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    background: #eee;
    border-radius: 15px !important;
}

.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.iframe-container iframe {
    width: 100%;
    border: none;
}

.form-floating {
    position: relative;
    margin-bottom: 1.5em;
}

.made-advpage-container {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 1000;
    /* width: auto; */
    /* Padrão */
    /* height: auto; */
    /* Padrão */
    padding: 5px 12px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 3px 9px #0000002b;
    /* Adicionar transição para suavidade se for aparecer/desaparecer */
    /* transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; */
}

/* Se você adicionar .d-none para esconder via JS, pode querer uma transição */
.made-advpage-container.d-none {
    opacity: 0;
    visibility: hidden;
}

.made-advpage-container span {
    font-weight: 600;
    font-size: 14px;
    padding-right: 5px;
    color: #333;
    /* Exemplo de cor para contraste */
}

.made-advpage-container img {
    width: 85px;
    height: auto;
    vertical-align: middle;
    /* Bom para alinhar com texto */
}

/* .copyright-text-content {

} */

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 768px) {

    .h1,
    h1,
    .h2,
    h2 {
        font-size: calc(1.375rem + 1vw) !important;
    }

    .h3,
    h3 {
        font-size: calc(1.3rem + 0.2vw) !important;
    }

    p {
        font-size: 0.9rem !important;
    }

    .navbar .logo {
        max-height: 65px;
        max-width: 180px;
    }

    .container {
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }

    .section-banner {
        min-height: 60vh;
        height: auto;
        padding: 60px 0px;
    }

    .section-banner h2 {
        font-size: 1.9rem !important;
    }

    .section-banner h3 {
        font-size: 1.1rem !important;
    }

    .section-sobre,
    .section-diferenciais,
    .section-servicos,
    .section-contato {
        padding: 60px 0 !important;
    }

    .section-sobre .lh-lg {
        line-height: 1.4 !important;
    }

    .section-area .lh-lg {
        line-height: 1.4 !important;
    }

    .section-area .img-container {
        margin-bottom: 30px;
    }

    .material-symbols-outlined {
        font-size: 2rem !important;
    }

    /* .section-diferenciais .material-symbols-outlined {
        float: left;
    }

    .section-diferenciais .card .card-title {
        text-align: left;
        padding-left: 45px;
        padding-top: 2px;
        font-size: 17px !important;
    }

    .section-diferenciais .card .card-body {
        padding: 20px;
    }

    .section-diferenciais .card .card-body .card-description {
        font-size: 12px !important;
        font-weight: 400;
        text-align: left;
        padding-left: 45px;
    } */

    .section-servicos .card {
        padding: 10px !important;
    }

    .section-sobre .img-container {
        margin-bottom: 30px;
    }
}