/* Banner: imagem de fundo menor para caber tudo na tela */
.banner-custom {
    background-size: 40% auto;
    background-position: right center;
    background-repeat: no-repeat;
}

.banner-content-left-align {
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: 60px 20px;
    justify-content: flex-start;
}

.banner-left-block {
    text-align: left;
    max-width: 520px;
    margin-left: 0;
    width: 50%;
    min-width: 320px;
}

.banner-left-block .banner-title,
.banner-left-block .banner-lead,
.banner-left-block .btn {
    text-align: left;
    margin-left: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Lato:wght@400;700&display=swap');

body,
html {
    font-family: 'Montserrat', 'Lato', Arial, sans-serif;
    color: #222;
    margin: 0;
    background: #f7f7f7;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    padding-top: 94px;
    /* 38px topbar + 56px navbar */
}

@media (max-width: 900px) {
    body {
        padding-left: 4vw;
        padding-right: 4vw;
        padding-top: 56px;
        /* apenas navbar, sem topbar */
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Topbar acima do header */
.topbar {
    background: #fff;
    color: #D0954D;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1rem;
    border-bottom: 1px solid #eee;
    padding: 0;
}

/* Banner alinhado à esquerda */

.banner-content-left-align {
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: 60px 20px;
}

.banner-left-block {
    text-align: left;
    max-width: 520px;
    margin-left: 0;
}

.banner-left-block .banner-title,
.banner-left-block .banner-lead,
.banner-left-block .btn {
    text-align: left;
    margin-left: 0;
}

.topbar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    height: 38px;
}

.topbar-info {
    display: flex;
    gap: 24px;
}


.topbar-item {
    color: #D0954D;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
    cursor: pointer;
}

.topbar-item:hover {
    color: #b37a36;
}

.topbar-icon {
    font-size: 1.1em;
    margin-right: 4px;
}

/* WhatsApp link estilo segunda imagem */
.topbar-whatsapp-link {
    display: flex;
    align-items: center;
    color: #D0954D;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    gap: 6px;
    transition: color 0.2s;
}

.topbar-whatsapp-link:hover {
    color: #b37a36;
}

.topbar-whatsapp-link .topbar-icon {
    font-size: 1.2em;
    margin-right: 4px;
}

.topbar-social {
    display: flex;
    gap: 12px;
}

.topbar-social-btn {
    color: #D0954D;
    background: none;
    border: none;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    border-radius: 50%;
    transition: color 0.2s, background 0.2s;
    text-decoration: none;
}

.topbar-social-btn:hover {
    color: #fff;
    background: #D0954D;
}

@media (max-width: 900px) {
    .topbar {
        display: none;
        /* Oculta o topbar em telas menores */
    }
}

/* Novo Footer */
.novo-footer {
    background: #242D45;
    color: #fff;
    padding: 40px 0 16px 0;
    font-family: 'Montserrat', 'Lato', Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 32px;
    flex-wrap: wrap;
    padding: 0 16px;
}

.footer-logo {
    flex: 1 1 180px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 120px;
}

.footer-logo img {
    height: 80px;
    max-width: 180px;
    object-fit: contain;
}

.footer-links,
.footer-contact,
.footer-social {
    flex: 1 1 180px;
    min-width: 120px;
}

.footer-links h3,
.footer-contact h3,
.footer-social h3 {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 700;
}

.footer-links ul,
.footer-contact ul {
    list-style: none;
    padding: 0;

    .footer-privacy-link {
        color: #fff;
        background: #D0954D;
        margin-left: 16px;
        padding: 2px 10px;
        border-radius: 4px;
        font-weight: 500;
        transition: background 0.2s, color 0.2s;
    }

    .footer-privacy-link:hover {
        background: #fff;
        color: #242D45;
        text-decoration: none;
    }

    margin: 0;
}

.footer-links ul li,
.footer-contact ul li {
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links ul li a:hover {
    color: #D0954D;
}

.footer-icon {
    color: #D0954D;
    margin-right: 8px;
    font-size: 1.2em;
}

.footer-social-icons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.footer-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    color: #242D45;
    border-radius: 50%;
    font-size: 1.5rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    font-family: 'FontAwesome', Arial, sans-serif;
}

.footer-social-btn:hover {
    background: #D0954D;
    color: #fff;
}

.footer-copy {
    text-align: center;
    color: #D0954D;
    font-size: 1rem;
    margin-top: 32px;
}

@media (max-width: 900px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .footer-logo {
        margin-bottom: 16px;
    }
}

/* FOOTER CUSTOM */
.footer-custom {
    background: #242D45;
    color: #D0954D;
    padding: 24px 0 16px 0;
    font-size: 1rem;
    margin-top: 48px;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.footer-text {
    color: #D0954D;
    font-weight: 500;
    text-align: center;
}

.footer-privacy-link {
    color: #D0954D;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
    text-align: center;
}

.footer-privacy-link:hover {
    color: #b07c2c;
    text-decoration: none;
}

/* Navbar */
.navbar {
    background: #242D45;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 0;
    min-height: 56px;
    position: fixed;
    top: 38px;
    /* Altura do topbar */
    left: 0;
    width: 100%;
    z-index: 1000;
}

@media (max-width: 900px) {
    .navbar {
        top: 0;
        /* Navbar no topo em telas menores */
    }
}


.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    height: 56px;
    box-sizing: border-box;
}


.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 32px;
}

.logo-navbar {
    height: 44px;
    max-width: 180px;
    width: auto;
    object-fit: contain;
}

.navbar-menu {
    list-style: none;
    display: flex;
    gap: 28px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.navbar-menu li a {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    color: #D0954D;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.2s;
    padding: 8px 0;
    display: block;
    letter-spacing: 0.5px;
}

.navbar-menu li a:hover {
    color: #fff;
}

.navbar-toggle {
    display: none;
    /* Escondido em telas grandes */
}


/* --- SEÇÃO RESPONSIVA CORRIGIDA --- */
@media (max-width: 900px) {
    .navbar .container {
        padding: 0 4vw;
    }

    .navbar-toggle {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
        z-index: 1001;
    }

    .icon-bar {
        display: block;
        width: 24px;
        height: 3px;
        background-color: #D0954D;
        margin: 5px 0;
        transition: all 0.3s ease-in-out;
        border-radius: 2px;
    }

    .navbar-toggle.active .icon-bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .navbar-toggle.active .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggle.active .icon-bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .navbar-menu {
        display: none;
        /* Menu escondido por padrão */
        flex-direction: column;
        gap: 0;
        width: 100%;
        position: absolute;
        top: 56px;
        /* Altura da navbar */
        left: 0;
        background: #242D45;
        padding: 1rem 0;
        border-top: 1px solid #3a435c;
    }

    .navbar-menu.open {
        display: flex;
        /* Mostra o menu quando a classe .open é adicionada */
    }

    .navbar-menu li {
        width: 100%;
        text-align: center;
    }

    .navbar-menu li a {
        padding: 14px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .navbar-menu li a:hover {
        background: #2c3652;
    }
}


/* Banner */
.banner-custom {
    background: #242D45 url('../img/background_inicio.png') center center no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    color: #D0954D;
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.banner-lead {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 24px;
}

/* Botão padrão */
.btn-light,
.btn {
    background-color: #D0954D;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    padding: 12px 32px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    text-decoration: none;
}

.btn-light:hover,
.btn:hover {

    .btn,
    .contato-btn {
        background: #D0954D;
        color: #242D45;
        border: none;
        border-radius: 6px;
        padding: 12px 32px;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(36, 45, 69, 0.08);
        transition: background 0.2s, color 0.2s, transform 0.2s;
    }

    .btn:hover,
    .contato-btn:hover {
        background: #242D45;
        color: #fff;
        transform: scale(1.06);
        box-shadow: 0 4px 16px rgba(36, 45, 69, 0.18);
    }

    /* Fade-in nas seções */
    .fade-in {
        opacity: 1 !important;
        transform: translateY(0) scale(1);
        transition: opacity 0.8s, transform 0.8s;
    }

    section {
        opacity: 0;
        transform: translateY(40px) scale(0.98);
        transition: opacity 0.8s, transform 0.8s;
    }

    /* Botão WhatsApp Flutuante */
    .whatsapp-float {
        position: fixed;
        right: 24px;
        bottom: 24px;
        z-index: 999;
        background: none;
        border: none;
        outline: none;
        box-shadow: 0 2px 12px rgba(36, 45, 69, 0.18);
        border-radius: 50%;
        transition: transform 0.2s;
    }

    .whatsapp-float:hover {
        transform: scale(1.12);
        box-shadow: 0 4px 24px rgba(36, 45, 69, 0.28);
    }

    background-color: #b37a36;
    color: #fff;
}

/* Seções */
.bg-servicos,
.bg-equipe,
.bg-localizacao,
.bg-contato {
    background: #f7f7f7;
}

.bg-sobre,
.bg-depoimentos {
    background: #fff;
}


section {
    padding: 64px 16px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    section {
        padding: 48px 4vw;
    }
}

h2.titulo-centralizado {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 48px;
    text-align: center;
    color: #222A41;
    letter-spacing: 0.5px;
}


/* Grid e Cards */
.row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.col-md-4,
.col-md-6 {
    flex: 1 1 300px;
    min-width: 280px;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.3s, background 0.3s, transform 0.2s;
    will-change: transform, box-shadow, background;
    height: 100%;
}

.card:hover {
    background: #242D45;
    box-shadow: 0 6px 24px rgba(208, 149, 77, 0.18);
    transform: translateY(-8px);
}

.card:hover .card-title {
    color: #D0954D;
}

.card:hover .card-text {
    color: #f0f0f0;
}

.card:hover .servico-icone svg,
.card:hover .servico-icone svg path,
.card:hover .servico-icone svg rect,
.card:hover .servico-icone svg circle {
    stroke: #D0954D !important;
    fill: #D0954D !important;
    transition: color 0.3s, fill 0.3s, stroke 0.3s;
}

.card-img-top {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px;
}

.card-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    color: #222A41;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 8px;
}

.card-text {
    font-family: 'Lato', Arial, sans-serif;
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Sobre, Equipe, Depoimentos */
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.rounded {
    border-radius: 12px;
}

.rounded-circle {
    border-radius: 50%;
}

.text-center {
    text-align: center;
}

.banner-custom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 320px;
    max-width: 800px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 900px) {
    .banner-custom .container {
        align-items: center;
        text-align: center;
    }

    .banner-title {
        font-size: 2rem;
    }
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}


.mb-4 {
    margin-bottom: 32px;
}

.mt-3 {
    margin-top: 24px;
}

.mt-2 {
    margin-top: 16px;
}

/* Footer */
.footer {
    background: #242D45;
    color: #D0954D;
    text-align: center;
    padding: 32px 16px 16px 16px;
}

.footer a {
    color: #D0954D;
    margin: 0 8px;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.2s;
}

.footer a:hover {
    color: #fff;
}

/* Botão topo */
.btn-topo {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1010;
    /* Acima da barra de privacidade */
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #D0954D;
    color: #fff;
    font-size: 1.8rem;
    border: none;
    cursor: pointer;
    display: none;
    line-height: 48px;
    text-align: center;
    padding: 0;
}

.btn-topo:hover {
    background: #b37a36;
}

@media (max-width: 600px) {
    h2.titulo-centralizado {
        font-size: 1.5rem;
    }

    .btn-light,
    .btn {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

.servico-icone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
}

.sobre-frame {
    border: 2.5px solid #D0954D;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(36, 45, 69, 0.08), 0 1.5px 0 #D0954D inset;
    padding: 32px 28px 24px 28px;
    font-size: 1.08rem;
    line-height: 1.6;
    color: #222A41;
    transition: box-shadow 0.3s, border-color 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sobre-frame-img {
    padding: 0;
    min-height: 320px;
}

.sobre-frame-img img {
    border-radius: 14px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sobre-frame:hover {
    box-shadow: 0 8px 32px rgba(208, 149, 77, 0.13), 0 2.5px 0 #D0954D inset;
    border-color: #b37a36;
}

.sobre-frame ul {
    margin-top: 18px;
    margin-bottom: 0;
    padding-left: 20px;
}

.sobre-frame li {
    margin-bottom: 7px;
    font-weight: 500;
    color: #242D45;
}

@media (max-width: 900px) {
    .sobre-frame {
        padding: 24px 18px;
        margin-bottom: 24px;
    }

    .sobre-frame-img img {
        max-height: 280px;
    }
}

.equipe-row {
    gap: 40px;
}

.equipe-card {
    background: #fff;
    border: 2.5px solid #D0954D;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(36, 45, 69, 0.08), 0 1.5px 0 #D0954D inset;
    padding: 32px 28px 24px 28px;
    max-width: 340px;
    min-width: 260px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.2s;
}

.equipe-card:hover {
    box-shadow: 0 8px 32px rgba(208, 149, 77, 0.13), 0 2.5px 0 #D0954D inset;
    border-color: #b37a36;
    transform: translateY(-6px) scale(1.03);
}

.equipe-img-frame {
    border: 3px solid #D0954D;
    border-radius: 50%;
    padding: 6px;
    background: #fff;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px rgba(36, 45, 69, 0.07);
    width: 128px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipe-img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 50%;
}

.equipe-nome {
    font-size: 1.25rem;
    color: #242D45;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 0;
}

.equipe-cargo {
    color: #D0954D;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.equipe-info {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 0.98rem;
    color: #222A41;
}

.equipe-info li {
    margin-bottom: 2px;
}

.equipe-bio {
    font-size: 0.97rem;
    color: #444;
    margin: 0;
    text-align: center;
    line-height: 1.5;
}

.depoimentos-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    margin-top: 32px;
}

.depoimento-card {
    background: #fff;
    border: 2.5px solid #D0954D;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(36, 45, 69, 0.08), 0 1.5px 0 #D0954D inset;
    max-width: 370px;
    min-width: 260px;
    padding: 36px 28px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.2s;
}

.depoimento-card:hover {
    box-shadow: 0 8px 32px rgba(208, 149, 77, 0.13), 0 2.5px 0 #D0954D inset;
    border-color: #b37a36;
    transform: translateY(-6px) scale(1.03);
}

.depoimento-img-frame {
    border: 3px solid #D0954D;
    border-radius: 50%;
    padding: 7px;
    background: #fff;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px rgba(36, 45, 69, 0.07);
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.depoimento-img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 50%;
}

.depoimento-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.depoimento-aspas {
    margin-bottom: 10px;
}

.depoimento-text {
    font-size: 1.08rem;
    color: #242D45;
    font-style: italic;
    margin-bottom: 18px;
    margin-top: 0;
    line-height: 1.5;
}

.depoimento-nome {
    font-size: 1.13rem;
    color: #D0954D;
    font-weight: 700;
    margin-bottom: 2px;
}

.depoimento-cargo {
    color: #222A41;
    font-size: 1.01rem;
    font-weight: 500;
    margin-bottom: 0;
}

.localizacao-frame,
.contato-frame {
    border: 2.5px solid #D0954D;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(36, 45, 69, 0.08), 0 1.5px 0 #D0954D inset;
    padding: 36px 28px;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.localizacao-frame:hover,
.contato-frame:hover {
    box-shadow: 0 8px 32px rgba(208, 149, 77, 0.13), 0 2.5px 0 #D0954D inset;
    border-color: #b37a36;
}

.localizacao-container,
.contato-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 48px;
    width: 100%;
}

.localizacao-info {
    max-width: 320px;
    text-align: left;
}

.localizacao-endereco {
    font-size: 1.1rem;
    color: #242D45;
    font-weight: 600;
    margin-bottom: 16px;
}

.localizacao-link {
    color: #D0954D;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #D0954D;
    border-radius: 8px;
    padding: 8px 18px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.localizacao-link:hover {
    background: #D0954D;
    color: #fff;
    border-color: #b37a36;
}

.localizacao-link svg path {
    transition: stroke 0.2s;
}

.localizacao-link:hover svg path {
    stroke: #fff;
}

.localizacao-mapa-frame {
    flex: 1 1 400px;
}

/* Links e textos da seção de contato - estilização avançada */
.destaque-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.08rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    background: linear-gradient(90deg, #f7f7fa 60%, #ececf3 100%);
    box-shadow: 0 2px 8px rgba(36, 45, 69, 0.07);
    color: #242D45;
    text-decoration: none;
    border-bottom: 2px solid #D0954D;
    transition: all 0.2s;
    position: relative;
}

.destaque-link:hover {
    background: linear-gradient(90deg, #ececf3 60%, #f7f7fa 100%);
    color: #D0954D;
    border-bottom: 2px solid #242D45;
    box-shadow: 0 4px 16px rgba(208, 149, 77, 0.13);
    text-shadow: 0 2px 8px rgba(208, 149, 77, 0.13);
}

.destaque-link .contato-link-label {
    font-size: 0.98rem;
    font-weight: 700;
    color: #D0954D;
    margin-right: 4px;
    letter-spacing: 0.5px;
}

.whatsapp-link {
    color: #25D366;
    border-bottom: 2px solid #25D366;
    background: linear-gradient(90deg, #eafff3 60%, #f7f7fa 100%);
}

.whatsapp-link:hover {
    color: #fff;
    background: linear-gradient(90deg, #25D366 60%, #ececf3 100%);
    border-bottom: 2px solid #D0954D;
}

.maps-link {
    color: #4285F4;
    border-bottom: 2px solid #4285F4;
    background: linear-gradient(90deg, #e6f0ff 60%, #f7f7fa 100%);
}

.maps-link:hover {
    color: #fff;
    background: linear-gradient(90deg, #4285F4 60%, #ececf3 100%);
    border-bottom: 2px solid #D0954D;
}

.contato-oab {
    font-weight: 700;
    color: #242D45;
    background: #ececf3;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 2px;
    font-size: 1.05rem;
}

.contato-info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 1.08rem;
    background: #f7f7fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(36, 45, 69, 0.07);
    padding: 12px 18px;
    transition: box-shadow 0.2s, background 0.2s;
}

.contato-info-list li:hover {
    background: #ececf3;
    box-shadow: 0 4px 16px rgba(36, 45, 69, 0.13);
}

.contato-icon {
    margin-right: 14px;
    display: flex;
    align-items: center;
    background: #242D45;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(36, 45, 69, 0.10);
    min-width: 38px;
    min-height: 38px;
    justify-content: center;
}

.contato-info-list li .contato-icon svg {
    width: 22px;
    height: 22px;
    display: block;
}

@media (max-width: 600px) {
    .contato-info-list li {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 8px;
    }

    .destaque-link {
        font-size: 1rem;
        padding: 6px 8px;
    }

    .contato-icon {
        margin-bottom: 6px;
        min-width: 32px;
        min-height: 32px;
        padding: 6px;
    }
}

.contato-form-area {
    flex: 1 1 400px;
}

.contato-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contato-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contato-form-group label {
    font-weight: 600;
    color: #242D45;
    margin-bottom: 2px;
}

.contato-form-group input,
.contato-form-group textarea {
    border: 1.5px solid #ccc;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 1rem;
    color: #242D45;
    background: #fdfdfd;
    transition: border-color 0.2s;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.contato-form-group input:focus,
.contato-form-group textarea:focus {
    border-color: #D0954D;
}

.contato-btn {
    background: #D0954D;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    font-size: 1.08rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin-top: 8px;
    align-self: flex-start;
}

.contato-btn:hover {
    background: #b37a36;
    color: #fff;
}

.contato-info-area {
    flex: 1 1 300px;
}

.contato-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    font-size: 1.05rem;
    color: #222A41;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contato-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    vertical-align: middle;
}

.contato-social {
    display: flex;
    gap: 18px;
    margin-top: 24px;
}

.contato-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f0f0f0;
    border: 1.5px solid #D0954D;
    transition: background 0.2s, border-color 0.2s;
}

.contato-social-btn:hover {
    background: #D0954D;
    border-color: #b37a36;
}

.contato-social-btn svg path,
.contato-social-btn svg circle,
.contato-social-btn svg rect {
    transition: all .2s;
}

.contato-social-btn:hover svg path {
    fill: #fff;
}

.contato-social-btn:hover svg rect,
.contato-social-btn:hover svg circle {
    stroke: #fff;
}

.contato-social-btn:hover svg circle[fill] {
    fill: #fff;
}


@media (max-width: 900px) {

    .localizacao-container,
    .contato-container {
        flex-direction: column;
        gap: 28px;
        align-items: stretch;
    }
}


/* --- ESTILOS DA BARRA DE PRIVACIDADE --- */

.privacy-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #242D45;
    color: #fff;
    z-index: 1005;
    padding: 16px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}

.privacy-bar.show {
    transform: translateY(0);
}

.privacy-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.privacy-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    flex-grow: 1;
}

.privacy-text a {
    color: #D0954D;
    font-weight: 700;
    text-decoration: underline;
}

.privacy-text a:hover {
    color: #fff;
}

.privacy-btn {
    background: #D0954D;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 24px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
    /* Impede que o texto quebre */
}

.privacy-btn:hover {
    background-color: #b37a36;
}


/* Responsividade da barra de privacidade */
@media (max-width: 768px) {
    .privacy-content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 0 16px;
    }

    .privacy-text {
        font-size: 0.9rem;
    }
}