/********** Template CSS **********/

:root {
    /* CORES */
    --light: #ece1cf;
    --primary: #a4866a;
    --color-secondary: #634935;
    --dark: #351b03;
    

    /* TEXTO */
    --text-title: #351b03;
    --text-body: #634935;
    --text-muted: #ece1cf;
    --text-claro: #ece1cf;
    --text-primary: #ece1cf;

    /* TIPOGRAFIA */
    --font-primary: 'Athena', serif;
    --font-secondary: 'Montserrat', sans-serif;
}

body {
    font-family: var(--font-secondary);
    color: var(--text-body);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    color: var(--text-title);
}

h1, h2, .h1, .h2, .fw-bold {
    font-weight: 600 !important;
}

h3, h4, .h3, .h4, .fw-medium {
    font-weight: 500 !important;
}

h5, h6, .h5, .h6, .fw-normal {
    font-weight: 400 !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-escuro {
    background-color: var(primary) !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


.logo-navbar {
    height: 100px;        /* ajuste aqui */
    width: auto;
}

@media (max-width: 991px) {
    .logo-navbar {
        height: 100px;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}



/* Logo menor */
.navbar-logo {
    height: 50px;
    width: auto;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: 0;
    transition: .3s;
    z-index: 1030;
}


@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}







/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-top: 96px;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .owl-carousel-inner {
        padding-top: 72px;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    color: var(--text-muted);
}


.footer p {
    color: var(--text-muted);
}

.footer i {
    color: var(--primary);
}

.footer h3 {
    color: var(--text-muted);
}


.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}



.diferenciais-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color:  var(--text-muted);
    max-width: 720px;
    margin: 0 auto 12px;
}

.diferenciais-section p.text-muted {
    max-width: 620px;
    margin: 0 auto;
    font-size: 16px;
    color: #e2d6c6;
}

/* CARD */
.diferencial-card {
    background: #ffffff;
    padding: 25px 44px;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
}

/* faixa lateral elegante */
.diferencial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(
        180deg,
        #a4866a,
        rgba(164,134,106,0.4)
    );
}

/* hover */
.diferencial-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 40px 80px rgba(0,0,0,0.3),
        0 120px 200px rgba(0,0,0,0.18);
}

/* ÍCONE */
.icon-diferencial {
    font-size: 32px;
    color: #a4866a;
    margin-bottom: 24px;
    display: inline-block;
    padding: 12px;
    background: rgba(164, 134, 106, 0.1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TÍTULO */
.diferencial-card h5 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #351b03;
    margin-bottom: 14px;
    line-height: 1.35;
}

/* TEXTO */
.diferencial-card p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #634935;
    margin: 0;
}

/* GRID MAIS FORTE */
@media (min-width: 992px) {
    .diferenciais-section .row {
        row-gap: 44px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .diferenciais-section h2 {
        font-size: 32px;
    }

    .diferencial-card {
        padding: 44px 34px;
    }
}

/* ===============================
   CTA JURÍDICA — FUNDO CLARO
================================ */

.cta-legal-light {
    background: linear-gradient(
        135deg,
        #f7f4ee 0%,
        #ece1cf 100%
    );
    padding: 90px 0;
    margin-bottom: 0px;
}

/* Eyebrow */
.cta-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #a4866a;
    margin-bottom: 18px;
}

/* Título */
.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #351b03;
    margin-bottom: 22px;
    line-height: 1.25;
}

/* Texto */
.cta-text {
    font-size: 16px;
    line-height: 1.7;
    color: #634935;
    max-width: 720px;
    margin: 0 auto 35px auto;
}

/* Botão */
.btn-cta-primary {
    background-color: #351b03;
    color: #fff;
    padding: 14px 38px;
    font-size: 15px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-primary:hover {
    background-color: #634935;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsivo */
@media (max-width: 768px) {
    .cta-title {
        font-size: 30px;
    }

    .cta-legal-light {
        padding: 70px 20px;
    }
}



.btn-cta {
    background-color: rgba(255,255,255,0.12);
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* Hover elegante */
.btn-cta:hover {
    background-color: rgba(255,255,255,0.22);
    color: #ffffff;
    border-color: var(--gold);
}

/* REMOVE BORDA ESCURA AO CLICAR (mobile) */
.btn-cta:focus,
.btn-cta:active {
    outline: none !important;
    box-shadow: none !important;
}

/* ===============================
   PERFIL DA ADVOGADA — SPLIT AJUSTADO
================================ */

.profile-split {
    width: 100%;
    background-color: #f7f4ee;
}

/* IMAGEM */
.profile-image {
    height: 520px; /* ALTURA CONTROLADA */
    background-image: url('../img/fotos/leticia10.jpg'); /* ajuste o caminho */
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Overlay sutil */
.profile-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

/* TEXTO */
.profile-content {
    display: flex;
    align-items: center;
    padding: 60px 70px;
    background-color: #f7f4ee;
}

.profile-inner {
    max-width: 520px;
}

/* TÍTULOS */
.profile-eyebrow {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #a4866a;
    margin-bottom: 14px;
}

.profile-name {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #351b03;
    margin-bottom: 22px;
}

/* TEXTO */
.profile-inner p {
    font-size: 15.5px;
    line-height: 1.75;
    color: #634935;
    margin-bottom: 16px;
}

/* RESPONSIVO */
@media (max-width: 991px) {
    .profile-image {
        height: 360px;
    }

    .profile-content {
        padding: 40px 25px;
    }

    .profile-name {
        font-size: 30px;
    }
}

/* ===============================
   BLOG JURÍDICO
================================ */

.legal-blog {
    background-color: #f7f4ee;
    padding: 100px 0;
}

/* Cabeçalho */
.legal-blog-header {
    max-width: 760px;
    margin: 0 auto 60px auto;
}

.legal-blog-eyebrow {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #a4866a;
    margin-bottom: 14px;
}

.legal-blog-heading {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #351b03;
    margin-bottom: 18px;
}

.legal-blog-description {
    font-size: 15.5px;
    line-height: 1.7;
    color: #634935;
}

/* Cards */
.legal-blog-card {
    background-color: #ffffff;
    padding: 36px 34px;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.legal-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Tag */
.legal-blog-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a4866a;
    margin-bottom: 12px;
}

/* Título */
.legal-blog-title {
    font-size: 20px;
    line-height: 1.4;
    color: #351b03;
    margin-bottom: 14px;
}

/* Texto */
.legal-blog-text {
    font-size: 14.5px;
    line-height: 1.7;
    color: #634935;
    margin-bottom: 20px;
}

/* Link */
.legal-blog-link {
    font-size: 14px;
    color: #351b03;
    text-decoration: none;
    font-weight: 500;
    margin-top: auto;
    position: relative;
}

.legal-blog-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background-color: #a4866a;
    transition: width 0.3s ease;
}

.legal-blog-link:hover::after {
    width: 100%;
}

/* Responsivo */
@media (max-width: 768px) {
    .legal-blog {
        padding: 70px 0;
    }

    .legal-blog-heading {
        font-size: 30px;
    }
}



/* ===============================
   PAGE HEADER
================================ */
.page-header {
    position: relative;
    min-height: 60vh;
    background-image: url('../img/banner.jpg'); /* IMAGEM AQUI */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-top: 120px; /* respeita o menu */
}


/* Overlay */
.page-header-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

/* Conteúdo */
.page-header .container {
    position: relative;
    z-index: 2;
}

/* Eyebrow */
.page-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #a4866a;
    margin-bottom: 18px;
}

/* Título */
.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 22px;
}

/* Texto */
.page-description {
    font-size: 16px;
    line-height: 1.7;
    color: #ece1cf;
    max-width: 620px;
}

/* Responsivo */
@media (max-width: 991px) {
    .page-header {
        min-height: 50vh;
        padding-top: 140px; /* menu mobile */
    }

    .page-title {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 30px;
    }
}


/* ===============================
   Cards – Compromissos Institucionais
   =============================== */

/* Visual de card */
.card-item {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
    transition: all .3s ease;
    padding: 50px 40px; /* MAIS RESPIRO INTERNO */
}

/* Hover sutil */
.card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.08);
}

/* Mantém padrão do ícone */
.card-item .fact-icon {
    background: #ffffff;
    margin-bottom: 24px;
}



/* ===============================
   Ícones vetoriais dos cards
   =============================== */
/* Ícone circular */
.icon-circle {
    width: 62px;
    height: 62px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(164, 134, 106, 0.12);
}

/* Ícone em si */
.icon-circle i {
    font-size: 36px; /* AUMENTA AQUI */
    color: var(--primary);
    line-height: 1;
}

/* ===============================
   Espaçamento entre cards
   =============================== */

/* Espaço maior entre as linhas (vertical) */
.row.g-4 {
    row-gap: 48px; /* desktop */
}

/* Ajuste mobile */
@media (max-width: 991px) {
    .row.g-4 {
        row-gap: 36px;
    }
}


/* Espaçamento vertical entre cards */
@media (min-width: 992px) {
    .row.g-4 {
        row-gap: 40px; /* MAIS ESPAÇO ENTRE LINHAS */
    }
}

@media (max-width: 991px) {
    .row.g-4 {
        row-gap: 30px;
    }
}


/* ===============================
   CARD INSTITUCIONAL MODERNO
================================ */

.institutional-card {
    background-color: #ffffff;
    padding: 36px 28px;
    border-radius: 10px;
    border: 1px solid #eee;
    border-bottom: 4px solid var(--primary);
    transition: all 0.3s ease;
}

/* Hover elegante */
.institutional-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

/* Ícone */
.institutional-icon {
    font-size: 38px;
    color: var(--primary);
    margin-bottom: 18px;
}

/* Título */
.institutional-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #222;
}

/* Texto */
.institutional-card p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 0;
}

/* Responsivo */
@media (max-width: 768px) {
    .institutional-card {
        padding: 30px 22px;
    }
}



/* ===============================
   ABOUT — IMAGEM MODERNA
================================ */

.about-image-modern {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}

/* Moldura moderna */
.about-image-modern::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary);
    border-radius: 8px;
    z-index: 0;
}

/* Imagem */
.about-image-modern img {
    position: relative;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

/* Responsivo */
@media (max-width: 991px) {
    .about-image-modern {
        max-width: 100%;
    }

    .about-image-modern::before {
        top: 12px;
        left: 12px;
    }
}


/* Estilo para a composição moderna de imagens */
    .about-img-modern {
        position: relative;
        height: 100%;
        min-height: 400px;
    }
    .img-main {
        width: 80%;
        border-radius: 10px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }
    .img-secondary {
        position: absolute;
        width: 60%;
        bottom: -20px;
        right: 0;
        border: 8px solid #fff;
        border-radius: 10px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        z-index: 1;
    }
    .section-title {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 700;
        color: var(--primary); /* Mantém a cor primária do seu tema */
        display: inline-block;
        border-bottom: 3px solid;
        margin-bottom: 20px;
    }
    .lead-text {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.4;
    }
    .btn-modern {
        transition: all 0.3s ease;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .btn-modern:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }



    /* Estilos da Seção de Contato */
    .contact-info-card {
        background: #fff;
        padding: 30px;
        border-radius: 15px;
        transition: all 0.3s ease;
        border: 1px solid rgba(0,0,0,0.05);
        height: 100%;
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .contact-info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.05);
        border-color: var(--primary);
    }

    .contact-icon {
        width: 50px;
        height: 50px;
        background: rgba(var(--primary-rgb), 0.1);
        color: var(--primary);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        flex-shrink: 0;
    }

    /* Formulário Moderno */
    .contact-form-container {
        background: #fff;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    }

    .form-floating > .form-control-modern {
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 15px;
        height: auto;
        background: #fcfcfc;
    }

    .form-floating > .form-control-modern:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.1);
        background: #fff;
    }

    .btn-send {
        background-color: var(--primary);
        color: #fff;
        border: none;
        border-radius: 10px;
        padding: 15px 30px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        width: 100%;
    }

    .btn-send:hover {
        background-color: #222;
        transform: translateY(-2px);
    }

    /* Mapa ou Div de destaque */
    .contact-map-wrap {
        border-radius: 20px;
        overflow: hidden;
        height: 100%;
        min-height: 300px;
        border: 1px solid #eee;
    }