/* /Pages/About.cshtml.rz.scp.css */
html[b-g7dw76r1wl], body[b-g7dw76r1wl] {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
    background-color: black !important; /* Garante o fundo preto */
}


.faixa-gradiente[b-g7dw76r1wl] {
    width: 100%;
    height: 20px;
    /* Gradiente linear da esquerda para a direita */
    background: linear-gradient(90deg, var(--emphasis-blue), #4169E1, var(--gradient-silver));
    /* Caso queira o gradiente de cima para baixo, remova o '90deg' */
}

.navbar[b-g7dw76r1wl] {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column; /* Empilha: Faixa -> Conteúdo -> Título MVP */
}

/* Linha 2: Logo + Nome */
.nav-content[b-g7dw76r1wl] {
    display: flex;
    align-items: center; /* Centraliza verticalmente logo e texto */
    justify-content: center; /* Centraliza verticalmente logo e texto */
    padding: 15px 20px;
    gap: 15px; /* Espaço entre a logo e o texto */
}

.logo[b-g7dw76r1wl] {
    height: 50px; /* Ajuste conforme seu Figma */
    width: auto;
}

.brand-info[b-g7dw76r1wl] {
    display: flex;
    flex-direction: column; /* Nome em cima, cargo embaixo */
}

.brand-name[b-g7dw76r1wl] {
    font-size: 1rem;
    font-weight: bold;
    font-family: var(--font-primary);
    margin: 0;
}

.brand-sub[b-g7dw76r1wl] {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
}

.nav-title-bar h2[b-g7dw76r1wl] {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-condensed);
    font-weight: 400;
}

.thanks-container[b-g7dw76r1wl] {
    padding-bottom: 100px; /* Garante que o conteúdo não "cole" no footer */
    display: block;
    width: 100%;
}
/*.thanks-container {
    max-width: 600px;
    margin: 40px auto;*/ /* Reduzi um pouco a margem */
/*padding: 40px 20px;
    text-align: center;
    min-height: 60vh;*/ /* Garante altura mínima para não achatar o layout */
/*}*/

/* Alterando para cores que funcionam no fundo preto */
.thanks-title[b-g7dw76r1wl] {
    font-family: var(--font-primary);
    color: #ffffff; /* Texto branco para ler no fundo preto */
    margin-bottom: 10px;
}

.progress-status-text[b-g7dw76r1wl] {
    font-size: 0.9rem;
    color: #bbb; /* Cinza claro */
    font-style: italic;
}

/* Card de sucesso ajustado para fundo escuro */
.card-success[b-g7dw76r1wl] {
    background: #1a1a1a; /* Fundo grafite escuro */
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    color: white;
}

    .card-success h3[b-g7dw76r1wl] {
        color: white;
        margin-top: 15px;
    }

    .card-success p[b-g7dw76r1wl] {
        color: #ccc;
    }

/* Barra de progresso com fundo mais visível no escuro */
.progress-bar-container[b-g7dw76r1wl] {
    width: 100%;
    background-color: #333; /* Fundo da barra mais escuro */
    border-radius: 20px;
    height: 14px;
    margin: 25px 0;
    overflow: hidden;
}

.check-icon[b-g7dw76r1wl] {
    width: 60px;
    margin-bottom: 20px;
}

.btn-whatsapp-big[b-g7dw76r1wl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 18px;
    border-radius: 8px;
    margin-top: 20px;
    transition: transform 0.2s;
}

    .btn-whatsapp-big:hover[b-g7dw76r1wl] {
        transform: scale(1.02);
        background-color: #1ebd5b;
    }

.small-text[b-g7dw76r1wl] {
    font-size: 0.8rem;
    color: #999;
    margin-top: 15px;
}


/*RODAPÉ*/
/*///////////////////////////////////////////////////////////////*/
.footer-container[b-g7dw76r1wl] {
    background-color: #454545 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; /* Sem padding global */

    color: #ffffff !important;
    font-family: sans-serif;
}
/* Linha 1: Centralização da Logo */

.footer-brand-section[b-g7dw76r1wl] {
    display: flex;
    justify-content: center;
    padding: 40px 0 20px 0; /* Espaço interno apenas para respiro */
}

.footer-nav-content[b-g7dw76r1wl] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo-custom[b-g7dw76r1wl] {
    height: 60px; /* Ajuste livremente o tamanho aqui */

    width: auto;
}

.footer-brand-name[b-g7dw76r1wl] {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.footer-brand-sub[b-g7dw76r1wl] {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
}
/* Linha 2: Grid de duas colunas */

.footer-grid-container[b-g7dw76r1wl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding: 20px;
}

.footer-column h3[b-g7dw76r1wl] {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-item[b-g7dw76r1wl] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}



    .contact-item img[b-g7dw76r1wl] {
        width: 20px;
        height: 20px;
    }
/* Linha 3: Prateleira de ícones (80%) */

.footer-icons-shelf[b-g7dw76r1wl] {
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}



    .footer-icons-shelf img[b-g7dw76r1wl] {
        height: 40px; /* Tamanho dos ícones de parceiros/certificações */
    }
/* Linha 4: Copyright */

.footer-copyright[b-g7dw76r1wl] {
    text-align: center;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.1); /* Um leve tom diferente para o copyright */
}



    .footer-copyright p[b-g7dw76r1wl] {
        font-size: 12px;
        margin: 0;
        opacity: 0.6;
    }





.footer-grid-container[b-g7dw76r1wl] {
    grid-template-columns: 1fr;
    text-align: center;
}



.contact-item[b-g7dw76r1wl] {
    justify-content: center;
}



.footer-icons-shelf[b-g7dw76r1wl] {
    justify-content: center;
}

.footer-left-col[b-g7dw76r1wl],
.footer-right-col[b-g7dw76r1wl] {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza os blocos */
    text-align: center; /* Centraliza os textos h3 e p */
    width: 100%;
}

.footer-column[b-g7dw76r1wl] {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza o conteúdo interno */
    margin-bottom: 20px;
}

    .footer-column p[b-g7dw76r1wl] {
        margin: 5px 0;
    }

@media (min-width: 768px) {
    /* Container Pai */
    .footer-container[b-g7dw76r1wl] {
        padding: 0 !important;
        width: 100% !important;
    }

    /* Wrapper do Grid Principal */
    .footer-info-wrapper[b-g7dw76r1wl] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 20px 0px 20px;
    }

    /* Ajuste Universal para as Colunas */
    .footer-left-col[b-g7dw76r1wl], .footer-right-col[b-g7dw76r1wl] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        /* Blocos internos de conteúdo */
        .footer-left-col > div[b-g7dw76r1wl],
        .footer-right-col .footer-column[b-g7dw76r1wl] {
            width: 70%; /* Mantém o texto concentrado */
            display: flex;
            flex-direction: column;
            align-items: center;
        }

    /* --- LADO ESQUERDO: Marca e Contatos --- */
    .footer-brand-section[b-g7dw76r1wl] {
        padding: 0 0 20px 0 !important;
        margin: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .footer-nav-content[b-g7dw76r1wl] {
        display: flex !important;
        align-items: center;
        justify-content: center !important;
        gap: 15px;
    }

    .contact-item[b-g7dw76r1wl] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 10px;
        width: 100%;
    }

    /* --- LADO DIREITO: Especialidades e Marcas (CORRIGIDO) --- */
    .footer-icons-shelf[b-g7dw76r1wl] {
        display: flex !important;
        flex-direction: row !important; /* Força ficar lado a lado */
        flex-wrap: nowrap !important; /* Impede a quebra de linha */
        gap: 20px;
        padding: 20px 0;
        margin-top: 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
        justify-content: center;
        width: 100% !important; /* Usa todo o espaço para caberem lado a lado */
    }

    /* --- AJUSTES DE ESCALA (-30%) --- */
    .footer-brand-name[b-g7dw76r1wl] {
        font-size: 15.4px;
        margin: 0;
    }

    .footer-brand-sub[b-g7dw76r1wl] {
        font-size: 9.8px;
        margin: 0;
    }

    .footer-column h3[b-g7dw76r1wl] {
        font-size: 12.6px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .contact-item span[b-g7dw76r1wl],
    .footer-column p[b-g7dw76r1wl] {
        font-size: 11px;
        line-height: 1.5;
        margin: 0;
    }

    .footer-copyright p[b-g7dw76r1wl] {
        font-size: 8.4px;
    }

    /* --- TAMANHOS DE ÍCONES --- */
    .footer-logo-custom[b-g7dw76r1wl] {
        height: 45px;
        width: auto;
    }

    .footer-icons-shelf img[b-g7dw76r1wl] {
        height: 26px;
        width: auto;
        object-fit: contain;
    }

    .contact-item img[b-g7dw76r1wl] {
        width: 14px;
        height: 14px;
    }

    /* Copyright Final */
    .footer-copyright[b-g7dw76r1wl] {
        width: 100%;
        padding: 25px 0;
        text-align: center;
        background-color: rgba(0,0,0,0.1);
        border-top: 1px solid rgba(255,255,255,0.05);
    }
}
/* /Pages/Index.cshtml.rz.scp.css */

/* NAVBAR */
/*/////////////////////////////////////////////////////////////////////////////Q*/
/*/////////////////////////////////////////////////////////////////////////////Q*/

.faixa-gradiente[b-a7pcbnwe9m] {
    width: 100%;
    height: 20px;
    /* Gradiente linear da esquerda para a direita */
    background: linear-gradient(90deg, var(--emphasis-blue), #4169E1, var(--gradient-silver));
    /* Caso queira o gradiente de cima para baixo, remova o '90deg' */
}

.navbar[b-a7pcbnwe9m] {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column; /* Empilha: Faixa -> Conteúdo -> Título MVP */
}

/* Linha 2: Logo + Nome */
.nav-content[b-a7pcbnwe9m] {
    display: flex;
    align-items: center; /* Centraliza verticalmente logo e texto */
    justify-content: center; /* Centraliza verticalmente logo e texto */
    padding: 15px 20px;
    gap: 15px; /* Espaço entre a logo e o texto */
}

.logo[b-a7pcbnwe9m] {
    height: 50px; /* Ajuste conforme seu Figma */
    width: auto;
}

.brand-info[b-a7pcbnwe9m] {
    display: flex;
    flex-direction: column; /* Nome em cima, cargo embaixo */
}

.brand-name[b-a7pcbnwe9m] {
    font-size: 1rem;
    font-weight: bold;
    font-family: var(--font-primary);
    margin: 0;
}

.brand-sub[b-a7pcbnwe9m] {
    font-size: 0.8rem;
    color: #fff;
    margin: 0;
}

/* Linha 3: Título da Página */
.nav-title-bar[b-a7pcbnwe9m] {
    padding: 30px 20px 0px 20px;
    text-align: center;
}

    .nav-title-bar h2[b-a7pcbnwe9m] {
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: var(--font-secondary);
        font-weight: 800;
    }

.navbar[b-a7pcbnwe9m] {
    display: grid;
    width: 100%;
    /* No mobile, mantemos uma coluna só empilhando tudo */
    grid-template-columns: 1fr;
}

.nav-actions[b-a7pcbnwe9m] {
    display:none;
}


@media (min-width: 1024px) {
    .navbar[b-a7pcbnwe9m] {
        /* Definimos 3 colunas de larguras iguais (ou proporcionais) */
        grid-template-columns: 1fr auto 1fr;
        /* Definimos o mapa do layout */
        grid-template-areas:
            "faixa faixa faixa" /* Linha 1: Faixa ocupa as 3 colunas */
            "logo titulo botao"; /* Linha 2: Cada um na sua */

        align-items: center;
    }

    .nav-title-bar h2[b-a7pcbnwe9m] {
        font-size: 1.6rem;
        justify-self:end;
        margin: 0;
    }

    .faixa-gradiente[b-a7pcbnwe9m] {
        grid-area: faixa;
    }

    .nav-content[b-a7pcbnwe9m] {
        grid-area: logo;
        justify-content: flex-start; /* Alinha logo à esquerda */
        padding-left: 20px;
    }

    .nav-title-bar[b-a7pcbnwe9m] {
        grid-area: titulo;
        padding: 0; /* Remove os paddings do mobile */
    }

    .nav-actions[b-a7pcbnwe9m] {
        display: flex; /* Mostra apenas no Desktop */
        grid-area: botao;
        justify-content: flex-end;
        padding-right: 40px;
    }

    .nav-links-wrapper[b-a7pcbnwe9m] {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .nav-link-item[b-a7pcbnwe9m] {
        color: #ffffff;
        text-decoration: none;
        font-size: 0.15rem;
        font-weight: 600;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        border-bottom: 2px solid transparent;
        padding-bottom: 4px;
        white-space: nowrap;
        text-transform: uppercase;
    }

        .nav-link-item:hover[b-a7pcbnwe9m] {
            color: #D8AC50;
            border-bottom: 2px solid #002366;
        }

    .nav-divider[b-a7pcbnwe9m] {
        color: #444;
        font-weight: 300;
        user-select: none;
    }
}


/* SECTION HERO */
/*///////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////*/

.hero[b-a7pcbnwe9m] {
    width: 100%;
    min-height: 100vh; 
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                      url('/images/hero_background.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Camada escura para dar leitura ao texto */
.hero-overlay[b-a7pcbnwe9m] {
    margin-bottom: 100px;
    width: 100%;
    height: 100%;
    display: grid;
    flex-direction: column; text-align:center;
    justify-content: flex-end; /* Alinha no fundo verticalmente */
}

.hero-content[b-a7pcbnwe9m] {
    justify-self: center;
    text-align: center;
    align-content: center;
    width: 90%;
    padding-top: 20px; /* A distância de 20px da borda que você pediu */
    padding-right: 0px; /* A distância de 20px da borda que você pediu */
}

.hero-title[b-a7pcbnwe9m] {
    font-family: var(--font-primary);
    font-size: 1.3rem;
    line-height: 1.1;
    margin: 0px;
    margin-bottom: 5px;
    text-align:center;
    align-self: center;
}

    .hero-title .destaque[b-a7pcbnwe9m] {
        font-family: var(--font-bebas);
        font-size: 2.8rem; /* Tamanho grande para mostrar a altura */
        font-weight: 400; /* O peso padrão da Bebas já é 'grossinho' */
        /* 1. Definimos o gradiente no background */
        background: linear-gradient(to bottom, #FFFFFF, #002366);
        /* 2. Fazemos o background ser 'recortado' pelo formato do texto */
        -webkit-background-clip: text;
        background-clip: text;
        /* 3. Tornamos a cor do texto transparente para que o fundo apareça */
        color: transparent;
        /* Opcional: Garante que o gradiente não se repita se o texto quebrar linha */
        display: inline-block;
    }

.hero-subtitle[b-a7pcbnwe9m] {
    margin-top: 30px;
    font-family: var(--font-secondary); /* Usando Inter para melhor leitura */
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: justify;
}

.sobre[b-a7pcbnwe9m] {
    width: 80%;
    margin: 40px auto; /* Centraliza a seção e dá espaçamento vertical */
    display: flex;
    flex-direction: column;
    align-items: center; /* Alinha tudo ao centro */
    text-align: center;
}

.sobre-title[b-a7pcbnwe9m] {
    font-family: var(--font-secondary);
    font-weight: 200;
    font-size: 1.6rem;
    color: var(--text-color-primary);
    margin-bottom: 10px;
    text-transform: uppercase;
}

    .sobre-title strong[b-a7pcbnwe9m] {
        font-weight: 800; /* Negrito para "O que é a" */
    }

.hero-content img[b-a7pcbnwe9m] {
    /* 1. Reduz o tamanho em 20% (escala de 0.8) */
    width: auto;
    max-width: 80%; /* Garante que ela seja 20% menor que o container ou use scale */
    /* Alternativa para reduzir exatamente 20% do tamanho original do arquivo */
    transform: scale(0.5);
    transform-origin: left center; /* Mantém o alinhamento à esquerda ao diminuir */
    /* 2. Efeito de sombra esfumaçada que circula o PNG */
    /* Sintaxe: drop-shadow(deslocamento-x deslocamento-y desfoque cor) */
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.8));
    /* 3. Ajustes de alinhamento */
    vertical-align: middle;
    margin-right: 15px; /* Espaço entre a foto e o botão */
}

@media (min-width: 1024px) {

    .hero-overlay[b-a7pcbnwe9m] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        padding: 0 10%;
    }

    .hero-content[b-a7pcbnwe9m] {
        display: grid;
        /* Coluna 1: Textos/Botão | Coluna 2: Imagem */
        grid-template-columns: 1.2fr 0.8fr;
        /* auto para os textos, 1fr para o botão ocupar o espaço flexível */
        grid-template-rows: auto auto 1fr;
        align-items: start;
        text-align: left;
        width: 100%;
        max-width: 1200px;
        gap: 20px 40px;
    }

    /* Ajuste dos textos para a esquerda */
    .hero-title[b-a7pcbnwe9m],
    .hero-title .destaque[b-a7pcbnwe9m],
    .hero-subtitle[b-a7pcbnwe9m] {
        text-align: left;
        grid-column: 1;
    }

    /* Move a imagem para a direita e encosta no fundo (end) */
    .hero-content div:has(img)[b-a7pcbnwe9m] {
        grid-column: 2;
        grid-row: 1 / span 3;
        display: flex;
        justify-content: flex-end;
        align-self: end; /* CORREÇÃO: Encosta a imagem na base do grid */
    }

    .hero-content img[b-a7pcbnwe9m] {
        transform: scale(1);
        max-width: 100%;
        margin-right: 0;
        display: block; /* Remove espaços vazios abaixo da imagem */
    }

    .hero-title[b-a7pcbnwe9m] {
        grid-row: 1;
        font-size: 1.8rem;
        margin-bottom: 0px;
    }

        .hero-title .destaque[b-a7pcbnwe9m] {
            font-size: 2.8rem;
        }

    .hero-subtitle[b-a7pcbnwe9m] {
        grid-row: 2;
        font-size: 1.4rem;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: left;
    }

    /* Centralização vertical do botão no espaço que sobra */
    .btn-hero-wrapper[b-a7pcbnwe9m] {
        grid-column: 1;
        grid-row: 3;
        align-self: center;
        justify-self: start;
    }

    .btn-cta[b-a7pcbnwe9m] {
        margin-top: 0px;
        width: fit-content;
        cursor: pointer;
    }
}

/*SEÇÃO SOBRE*/
/*//////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////*/

.linha-separacao[b-a7pcbnwe9m] {
    width: 100%;
    height: 3px;
    background-color: var(--primary);
    margin-bottom: 30px;
}

.sobre-icon[b-a7pcbnwe9m] {
    width: 90%; /* Ocupando 90% da seção (que já tem 80% da tela) */
    margin-bottom: 0px;
}

.sobre-text[b-a7pcbnwe9m] {
    font-family: var(--font-secondary);
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--text-color-primary);
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: justify;
}

    .sobre-text strong[b-a7pcbnwe9m] {
        font-weight: 700;
    }

.btn-cta[b-a7pcbnwe9m] {
    display: block;
    width: 100%;
    padding: 18px 10px;
    background-color: var(--primary);
    color: white;
    text-decoration: none;
    text-align: center;
    font-family: var(--font-tertiary);
    font-weight: 700;
    font-size: 0.9rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.1s ease, background 0.3s ease;
    border: 2px solid #FFFFFF;
    /* Opcional: suaviza os cantos para um visual mais moderno */
    border-radius: 30px;
    cursor: pointer;
}

    /* Efeito de clique mais responsivo para Mobile */
    .btn-cta:active[b-a7pcbnwe9m] {
        transform: scale(0.96);
        background-color: var(--emphasis-red);
    }

.btn-cta-wrapper[b-a7pcbnwe9m]{
    padding: 0 40px;
}

@media (min-width: 1024px) {
    /* --- Ajustes da Seção Sobre --- */

    .sobre[b-a7pcbnwe9m] {
        width: 70%; /* Aumentamos um pouco a largura no desktop */
        max-width: 1200px;
        display: grid;
        /* Criamos duas colunas para imagem/texto e uma linha inteira para o botão */
        grid-template-columns: 1fr 1.2fr;
        column-gap: 60px;
        align-items: center;
        text-align: justify;
    }

    .sobre-title[b-a7pcbnwe9m] {
        grid-column: 1 / span 2; /* Título ocupa as duas colunas */
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .linha-separacao[b-a7pcbnwe9m] {
        grid-column: 1 / span 2; /* Linha ocupa as duas colunas */
        width: 100%; /* Linha um pouco menor no desktop para elegância */
        margin: 0 auto 50px auto;
    }

    .sobre-icon[b-a7pcbnwe9m] {
        grid-column: 1; /* Imagem na esquerda */
        width: 100%;
        height: auto; /* Deixa a altura proporcional à largura */
        max-height: 450px;
        justify-self: center;
    }

    .sobre-text[b-a7pcbnwe9m] {
        grid-column: 2; /* Texto na direita */
        margin-top: 0;
        font-size: 1.1rem;
        text-align: left; /* No desktop, leitura à esquerda é mais confortável */
    }

    .sobre .btn-cta[b-a7pcbnwe9m] {
        grid-column: 1 / span 2; /* Botão volta a ocupar a largura total ou centralizado */
        justify-self: center;
        width: fit-content;
        padding: 20px 60px; /* Botão mais robusto no desktop */
        margin-top: 20px;
        cursor: pointer;
    }
}

/* SEÇÃO VÍDEO */
/*///////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////*/

.secao-video[b-a7pcbnwe9m] {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    display: grid;
    /* Coluna 1 e 3 (20% cada) e Coluna do Meio (60%) */
    grid-template-columns: 10% 80% 10%;
    grid-template-areas:
        "topo topo topo"
        ". video ."
        ". posvideo .";
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/hero_background.webp');
    background-size: cover;
    background-position: center;
}

.wrapper-icon-triangulos[b-a7pcbnwe9m],
.wrapper-icon-geometria[b-a7pcbnwe9m] {
    grid-area: topo; /* Ambos na linha do topo conforme seu grid */
    z-index: 1;
    opacity: 0.6;
    pointer-events: none; /* Evita que o wrapper bloqueie cliques no texto */
}

.wrapper-icon-triangulos[b-a7pcbnwe9m] {
    justify-self: start;
    height: 60px; /* O wrapper dita o tamanho */
}

.wrapper-icon-geometria[b-a7pcbnwe9m] {
    justify-self: end;
    height: 90px;
}

/* Garante que a imagem dentro do wrapper se comporte bem */
.img-content[b-a7pcbnwe9m] {
    width: auto;
    height: 100%;
    display: block;
}


.titulo-video[b-a7pcbnwe9m] {
    grid-area: topo;
    z-index: 2; /* Texto sempre por cima */
    position: relative;
    text-align: center;
    width: 70%;
    font-size: 1.3rem;
    justify-self: center;
    margin: 0;
    margin-bottom: 20px;
}

.video-wrapper[b-a7pcbnwe9m] {
    grid-area: video;
    width: 100%;
    margin: 0 auto;
    border: 5px solid var(--primary);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    /* Mantém a proporção 16:9 */

    aspect-ratio: 16 / 9;
    /* CONFIGURAÇÃO DO POSTER: Preenche tudo e centraliza */

    background-image: url('../images/thumb-video-imoveis.webp'); /* Ajuste o caminho se necessário */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
}
/* Ajuste para o Iframe ocupar o espaço corretamente */

#meuVideo[b-a7pcbnwe9m] {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover; /* Garante que o preenchimento seja total */
}

.play-overlay[b-a7pcbnwe9m] {
    /* Agora ele se prende ao .video-wrapper */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Ocupa exatamente o tamanho do vídeo */

    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 10; /* Garante que fique acima do vídeo */
    transition: opacity 0.3s;
}

    .play-overlay img[b-a7pcbnwe9m] {
        width: 70px;
        height: auto;
    }
    .play-overlay.hidden[b-a7pcbnwe9m] {
        opacity: 0;
        pointer-events: none;
    }

.pos-video-container[b-a7pcbnwe9m] {
    grid-area: posvideo;
    width: 100%;
    margin-top: 20px;
}

.destaque-v[b-a7pcbnwe9m] {
    display: block;
    font-family: var(--font-bebas);
    font-size: 2.0rem; /* Tamanho grande para mostrar a altura */
    font-weight: 400; /* O peso padrão da Bebas já é 'grossinho' */
    /* 1. Definimos o gradiente no background */
    background: linear-gradient(to bottom, #FFFFFF, #002366);
    /* 2. Fazemos o background ser 'recortado' pelo formato do texto */
    -webkit-background-clip: text;
    background-clip: text;
    /* 3. Tornamos a cor do texto transparente para que o fundo apareça */
    color: transparent;
}

.texto-pos-video[b-a7pcbnwe9m] {
    position: relative;
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 0.6rem;
    line-height: 1.5;
    color: var(--text-color-primary);
    text-align: center;
    width: 100%;
}

.texto-pos-video strong[b-a7pcbnwe9m] {
    font-weight: 500;
}

.triangulo-wrapper[b-a7pcbnwe9m] {
    transform: rotateY(180deg) !important;
    grid-row: 0;
    top: 100px;
    right:0px;
    position: absolute;
}

.icon-triangulos-invertido[b-a7pcbnwe9m] { background-color: aqua; margin:20px;
    top: 200px;
}

@media (min-width: 1024px) {
    .secao-video[b-a7pcbnwe9m] {
        width: 100%;
        padding: 40px 0;
        display: grid;
        /* Coluna 1 e 3 (20% cada) e Coluna do Meio (60%) */
        grid-template-columns: 25% 50% 25%;
        grid-template-areas:
            "topo topo topo"
            ". video ."
            ". posvideo .";
        align-items: center;
    }

    .titulo-video[b-a7pcbnwe9m] {
        z-index: 2;
        position: relative;
        text-align: center;
        width: 50%;
        font-size: 1.1rem;
        justify-self: center;
        margin-bottom: 20px;
    }

    .destaque-v[b-a7pcbnwe9m] {
        font-size: 3.0rem;
    }

    .texto-pos-video[b-a7pcbnwe9m] {
        text-align: center;
    }

    /*.titulo-video {
        z-index: 2;*/ /* Texto sempre por cima */
        /*position: relative;
        text-align: center;
        width: 50%;
        font-size: 1.1rem;
        justify-self: center;
        margin-bottom: 20px;
    }

    .destaque-v {
        display: inline;
        font-size: 1.1rem;
    }*/
    
}


/*SEÇÃO FORMULÁRIO*/
/*/////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////*/

.secao-formulario[b-a7pcbnwe9m] {
    padding: 0px 0;
    background-color: var(--bg-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.titulo-form[b-a7pcbnwe9m] {
    padding: 0 30px;
    font-family: var(--font-primary);
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0px;
    color: var(--text-color-primary);
}

.ultra-fina[b-a7pcbnwe9m] {
    font-family: var(--font-bebas);
    font-size: 2.5rem; /* Tamanho grande para mostrar a altura */
    font-weight: 400; /* O peso padrão da Bebas já é 'grossinho' */
    /* 1. Definimos o gradiente no background */
    background: linear-gradient(to bottom, #FFFFFF, #002366);
    /* 2. Fazemos o background ser 'recortado' pelo formato do texto */
    -webkit-background-clip: text;
    background-clip: text;
    /* 3. Tornamos a cor do texto transparente para que o fundo apareça */
    color: transparent;
}

.container-form-wrapper[b-a7pcbnwe9m] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "formulario";
    width: 100%;
}

.wrapper-geo[b-a7pcbnwe9m] {
    grid-area: formulario;
    display: flex;
    justify-content: start;
    align-items: start;
    justify-self: start;
    align-self: start;
    transform: scaleX(-1);
}

.wrapper-geo1[b-a7pcbnwe9m] {
    grid-area: formulario;
    display: flex;
    justify-content: end;
    align-items: end;
    justify-self: end;
    align-self: end;
    transform: rotate(45deg) scaleY(-1);

}

.geo-lateral[b-a7pcbnwe9m] {
    width: 80px; /* Tamanho controlado para mobile */
    height: auto;
}

.wrapper-formulario[b-a7pcbnwe9m] {
    margin: 30px 0 100px 0;
    padding: 0 20px;
    grid-area: formulario;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-formulario[b-a7pcbnwe9m] {
    background-color: white;
    border: 5px solid var(--primary);
    border-radius: 30px;
    padding: 40px 30px;
}

.campo-grupo[b-a7pcbnwe9m] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

    .campo-grupo label[b-a7pcbnwe9m] {
        font-family: var(--font-secondary);
        font-weight: 700;
        font-size: 0.9rem;
        margin-bottom: 8px;
        color: #333;
    }

.card-formulario .campo-grupo input[b-a7pcbnwe9m], 
.card-formulario .campo-grupo textarea[b-a7pcbnwe9m] {
    border: 3px solid var(--primary) !important; /* O !important garante a aplicação sobre o bootstrap */
    border-radius: 15px !important;
    padding: 15px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box; /* Garante que o padding não "estoure" a largura */
    display: block;
    background-color: white;
}

    /* Garante que o foco também fique vermelho */
    .card-formulario .campo-grupo input:focus[b-a7pcbnwe9m],
    .card-formulario .campo-grupo select:focus[b-a7pcbnwe9m],
    .card-formulario .campo-grupo textarea:focus[b-a7pcbnwe9m] {
        border-color: var(--primary);
        outline: none;
        box-shadow: 0 0 5px rgba(var(--primary-rgb), 0.5);
    }

.btn-enviar[b-a7pcbnwe9m] {
    width: 100%;
    padding: 20px;
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 20px;
    font-family: var(--font-tertiary);
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s;
}

    .btn-enviar:active[b-a7pcbnwe9m] {
        transform: scale(0.95);
    }

/* Estilo para o Select */
.select-custom[b-a7pcbnwe9m] {
    border: 3px solid var(--primary);
    border-radius: 15px;
    padding: 15px 45px 15px 15px; /* Aumentado o padding-right para 45px */
    background-color: white;
    font-family: var(--font-secondary);
    outline: none;
    cursor: pointer;
    /* Remove a seta padrão do navegador */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Seta Azul #002366 */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23002366' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center; /* 20px de distância da borda direita */
    background-size: 14px;
}

    /* Ajuste para garantir que o IE não mostre a seta antiga */
    .select-custom[b-a7pcbnwe9m]::-ms-expand {
        display: none;
    }

.select-custom[b-a7pcbnwe9m] {
    color: #6c757d; /* Cor cinza clara (estilo placeholder) */
}

    /* Quando uma opção válida (diferente de "") for selecionada, o texto fica escuro */
    .select-custom:not(:invalid)[b-a7pcbnwe9m],
    .select-custom option:not([value=""])[b-a7pcbnwe9m] {
        color: #333; /* Cor do texto final */
    }

.radio-group[b-a7pcbnwe9m] {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.radio-container[b-a7pcbnwe9m] {
    height:25px;
    justify-content: center;
    align-content:center;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 0.95rem;
    user-select: none;
}

    .radio-container input[b-a7pcbnwe9m] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark[b-a7pcbnwe9m] {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid var(--primary);
}

.radio-container:hover input ~ .checkmark[b-a7pcbnwe9m] {
    background-color: #ccc;
}

.radio-container input:checked ~ .checkmark[b-a7pcbnwe9m] {
    background-color: var(--primary);
}

.checkmark[b-a7pcbnwe9m]:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .checkmark[b-a7pcbnwe9m]:after {
    display: block;
}

.radio-container .checkmark[b-a7pcbnwe9m]:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.container-dinamico[b-a7pcbnwe9m] {
    display: flex;
    flex-direction: column;
}

/* Classes de utilidade para mudar a ordem via JS */
.ordem-1[b-a7pcbnwe9m] {
    order: 1;
}

.ordem-2[b-a7pcbnwe9m] {
    order: 2;
}

.ordem-3[b-a7pcbnwe9m] {
    order: 3;
}

.ordem-4[b-a7pcbnwe9m] {
    order: 4;
}

/* Estilo para o spinner */
.spinner[b-a7pcbnwe9m] {
    display: none; /* Escondido por padrão */
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: rotation-b-a7pcbnwe9m 1s linear infinite;
    margin-right: 10px;
    vertical-align: middle;
}

@keyframes rotation-b-a7pcbnwe9m {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Estado desabilitado do botão */
.btn-enviar:disabled[b-a7pcbnwe9m] {
    background-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.8;
}

/* Media Query para Desktop / Telas Maiores */
/* Media Query para Desktop / Telas Maiores */
@media (min-width: 1024px) {

    .titulo-form[b-a7pcbnwe9m] {
        font-size: 1.2rem; /* Reduzido de 1.5rem */
        margin-top: 50px;
    }

    .ultra-fina[b-a7pcbnwe9m] {
        font-size: 2.8rem; /* Reduzido de 2.5rem */
    }

    .container-form-wrapper[b-a7pcbnwe9m] {
        max-width: 1200px;
        margin: 0 auto;
    }

    .wrapper-formulario[b-a7pcbnwe9m] {
        /* Largura reduzida para 50% (10% a menos que os 60% anteriores) */
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px; /* Reduzi a margem superior para acompanhar a escala */
        padding: 0;
    }

    /* Redução de 40% nos elementos internos do Card */
    .card-formulario[b-a7pcbnwe9m] {
        padding: 24px 20px; /* Reduzido de 40px 30px */
        border-radius: 20px; /* Mais proporcional ao novo tamanho */
    }

    .campo-grupo[b-a7pcbnwe9m] {
        margin-bottom: 0px; /* Reduzido de 25px */
    }

        .campo-grupo label[b-a7pcbnwe9m] {
            font-size: 0.75rem; /* Reduzido de 0.9rem (escala ~0.6-0.7) */
            margin-bottom: 5px;
        }

    /* Redução dos inputs e seletores */
    .card-formulario .campo-grupo input[b-a7pcbnwe9m],
    .card-formulario .campo-grupo textarea[b-a7pcbnwe9m],
    .select-custom[b-a7pcbnwe9m] {
        padding: 10px 12px !important; /* Reduzido de 15px */
        font-size: 0.75rem !important; /* Reduzido de 1rem */
        border-radius: 10px !important; /* Bordas mais finas para combinar */
        border-width: 2px !important; /* Borda de 3px ficaria bruta demais */
    }

    /* Ajuste do Radio e Checkmark */
    .radio-container[b-a7pcbnwe9m] {
        font-size: 0.75rem;
        padding-left: 25px;
        height: 20px;
    }

    .checkmark[b-a7pcbnwe9m] {
        height: 18px;
        width: 18px;
    }

    .radio-container .checkmark[b-a7pcbnwe9m]:after {
        top: 5px;
        left: 5px;
        width: 5px;
        height: 5px;
    }

    /* Ajuste do Botão Enviar */
    .btn-enviar[b-a7pcbnwe9m] {
        padding: 12px; /* Reduzido de 20px */
        font-size: 0.8rem; /* Reduzido de 0.9rem */
        border-radius: 12px;
    }

    /* Ajuste das Geometrias para acompanhar o form de 50% */
    .wrapper-geo[b-a7pcbnwe9m] {
        margin-left: 25%; /* Ajustado para a nova largura do form */
    }

    .wrapper-geo1[b-a7pcbnwe9m] {
        margin-right: 25%; /* Ajustado para a nova largura do form */
    }

    .geo-lateral[b-a7pcbnwe9m] {
        width: 100px; /* Reduzido um pouco para não brigar com o form menor */
    }
}
/*SEÇÃO DÚVIDAS*/
/*///////////////////////////////////////////////*/

/* ==========================================================================
   CONFIGURAÇÕES GERAIS E ESTRUTURA
   ========================================================================== */
.secao-duvidas[b-a7pcbnwe9m] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20px 0;
}

.container-duvidas[b-a7pcbnwe9m] {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
}

.titulo-duvidas[b-a7pcbnwe9m] {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}

/* ==========================================================================
   SLIDER (SWIPER)
   ========================================================================== */
.emotions-slider[b-a7pcbnwe9m] {
    position: relative;
    padding-inline: 60px;
}

.emotions-slider__slide[b-a7pcbnwe9m] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.swiper-slide[b-a7pcbnwe9m] {
    width: auto;
    height: auto;
}

/* Navegação */
.slider-nav[b-a7pcbnwe9m] {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    translate: 0 -50%;
    z-index: 10;
    pointer-events: none;
}

.slider-nav__item[b-a7pcbnwe9m] {
    pointer-events: auto;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Paginação */
.slider-pagination[b-a7pcbnwe9m] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.slider-pagination__item[b-a7pcbnwe9m] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.2;
    transition: 0.3s;
}

    .slider-pagination__item.active[b-a7pcbnwe9m] {
        width: 25px;
        border-radius: 10px;
        opacity: 1;
    }

/* ==========================================================================
   CARDS (EMOTIONS ITEM)
   ========================================================================== */
.emotions-slider-item[b-a7pcbnwe9m] {
    --border-radius: 10px;
    width: 100%;
    max-width: 350px; /* Reduzido para ser mais compacto */
    background: var(--primary, #1e1e1e);
    border-radius: var(--border-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.emotions-slider-item__image[b-a7pcbnwe9m] {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

    .emotions-slider-item__image img[b-a7pcbnwe9m] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.emotions-slider-item__content[b-a7pcbnwe9m] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}

.emotions-slider-item__title[b-a7pcbnwe9m] {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.emotions-slider-item__text[b-a7pcbnwe9m] {
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    opacity: 0.8;
}

.emotions-slider-item__header-inner[b-a7pcbnwe9m] {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    text-transform: uppercase;
}

/* ==========================================================================
   BOTÃO CTA COM ANIMAÇÃO
   ========================================================================== */
.btn-cta-duvida[b-a7pcbnwe9m] {
    width: 100%;
    padding: 12px;
    background-color: #ffffff !important;
    border-radius: 50px;
    text-align: center;
    animation: pulsar-suave-b-a7pcbnwe9m 2.5s infinite ease-in-out;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-cta-duvida a[b-a7pcbnwe9m] {
        color: #000 !important;
        text-decoration: none !important;
        font-weight: 700;
        font-size: 13px;
        display: block;
    }

@keyframes pulsar-suave-b-a7pcbnwe9m {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }

    50% {
        transform: scale(1.03);
        box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.3);
    }
}

/* ==========================================================================
   COMPORTAMENTO DESKTOP (AJUSTE SOLICITADO)
   ========================================================================== */
@media screen and (min-width: 1024px) {
    .container-duvidas[b-a7pcbnwe9m] {
        max-width: 80% !important; /* Limita a largura da seção */
    }

    .emotions-slider-item[b-a7pcbnwe9m] {
        max-width: 330px; /* Diminuído em ~10% como solicitado */
    }

    .emotions-slider__slide[b-a7pcbnwe9m] {
        min-height: auto !important; /* Mata o valor de 550px antigo */
    }

    .emotions-slider-item__image[b-a7pcbnwe9m] {
        aspect-ratio: 16 / 7; /* Imagem mais baixa para economizar altura */
    }

    .emotions-slider-item__text[b-a7pcbnwe9m] {
        font-size: 10px;
        /* Limita o texto para não esticar o card verticalmente */
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Remove as travas de altura que escondiam o conteúdo */
    .emotions-slider-item__header[b-a7pcbnwe9m],
    .emotions-slider-item__footer[b-a7pcbnwe9m] {
        max-height: none !important;
        overflow: visible !important;
    }

    .emotions-slider-item__title[b-a7pcbnwe9m] {
        font-size: 14px !important; /* Diminuído de 18px */
        line-height: 1.2 !important;
        margin-bottom: 5px !important;
    }
}

/* ==========================================================================
   COMPORTAMENTO MOBILE
   ========================================================================== */
@media screen and (max-width: 767.9px) {
    .emotions-slider[b-a7pcbnwe9m] {
        padding-inline: 20px;
    }

    .slider-nav[b-a7pcbnwe9m] {
        display: none;
    }

    .emotions-slider-item[b-a7pcbnwe9m] {
        max-width: 290px;
    }
}

    /*RODAPÉ*/
/*///////////////////////////////////////////////////////////////*/
.footer-container[b-a7pcbnwe9m] {
    background-color: #454545 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; /* Sem padding global */

    color: #ffffff !important;
    font-family: sans-serif;
}
/* Linha 1: Centralização da Logo */

.footer-brand-section[b-a7pcbnwe9m] {
    display: flex;
    justify-content: center;
    padding: 40px 0 20px 0; /* Espaço interno apenas para respiro */
}

.footer-nav-content[b-a7pcbnwe9m] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo-custom[b-a7pcbnwe9m] {
    height: 60px; /* Ajuste livremente o tamanho aqui */

    width: auto;
}

.footer-brand-name[b-a7pcbnwe9m] {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.footer-brand-sub[b-a7pcbnwe9m] {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
}
/* Linha 2: Grid de duas colunas */

.footer-grid-container[b-a7pcbnwe9m] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding: 20px;
}

.footer-column h3[b-a7pcbnwe9m] {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-item[b-a7pcbnwe9m] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}



    .contact-item img[b-a7pcbnwe9m] {
        width: 20px;
        height: 20px;
    }
/* Linha 3: Prateleira de ícones (80%) */

.footer-icons-shelf[b-a7pcbnwe9m] {
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}



    .footer-icons-shelf img[b-a7pcbnwe9m] {
        height: 40px; /* Tamanho dos ícones de parceiros/certificações */
    }
/* Linha 4: Copyright */

.footer-copyright[b-a7pcbnwe9m] {
    text-align: center;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.1); /* Um leve tom diferente para o copyright */
}



    .footer-copyright p[b-a7pcbnwe9m] {
        font-size: 12px;
        margin: 0;
        opacity: 0.6;
    }





.footer-grid-container[b-a7pcbnwe9m] {
    grid-template-columns: 1fr;
    text-align: center;
}



.contact-item[b-a7pcbnwe9m] {
    justify-content: center;
}



.footer-icons-shelf[b-a7pcbnwe9m] {
    justify-content: center;
}

.footer-left-col[b-a7pcbnwe9m],
.footer-right-col[b-a7pcbnwe9m] {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza os blocos */
    text-align: center; /* Centraliza os textos h3 e p */
    width: 100%;
}

.footer-column[b-a7pcbnwe9m] {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza o conteúdo interno */
    margin-bottom: 20px;
}

    .footer-column p[b-a7pcbnwe9m] {
        margin: 5px 0;
    }

@media (min-width: 768px) {
    /* Container Pai */
    .footer-container[b-a7pcbnwe9m] {
        padding: 0 !important;
        width: 100% !important;
    }

    /* Wrapper do Grid Principal */
    .footer-info-wrapper[b-a7pcbnwe9m] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 20px 0px 20px;
    }

    /* Ajuste Universal para as Colunas */
    .footer-left-col[b-a7pcbnwe9m], .footer-right-col[b-a7pcbnwe9m] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        /* Blocos internos de conteúdo */
        .footer-left-col > div[b-a7pcbnwe9m],
        .footer-right-col .footer-column[b-a7pcbnwe9m] {
            width: 70%; /* Mantém o texto concentrado */
            display: flex;
            flex-direction: column;
            align-items: center;
        }

    /* --- LADO ESQUERDO: Marca e Contatos --- */
    .footer-brand-section[b-a7pcbnwe9m] {
        padding: 0 0 20px 0 !important;
        margin: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .footer-nav-content[b-a7pcbnwe9m] {
        display: flex !important;
        align-items: center;
        justify-content: center !important;
        gap: 15px;
    }

    .contact-item[b-a7pcbnwe9m] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 10px;
        width: 100%;
    }

    /* --- LADO DIREITO: Especialidades e Marcas (CORRIGIDO) --- */
    .footer-icons-shelf[b-a7pcbnwe9m] {
        display: flex !important;
        flex-direction: row !important; /* Força ficar lado a lado */
        flex-wrap: nowrap !important; /* Impede a quebra de linha */
        gap: 20px;
        padding: 20px 0;
        margin-top: 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
        justify-content: center;
        width: 100% !important; /* Usa todo o espaço para caberem lado a lado */
    }

    /* --- AJUSTES DE ESCALA (-30%) --- */
    .footer-brand-name[b-a7pcbnwe9m] {
        font-size: 15.4px;
        margin: 0;
    }

    .footer-brand-sub[b-a7pcbnwe9m] {
        font-size: 9.8px;
        margin: 0;
    }

    .footer-column h3[b-a7pcbnwe9m] {
        font-size: 12.6px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .contact-item span[b-a7pcbnwe9m],
    .footer-column p[b-a7pcbnwe9m] {
        font-size: 11px;
        line-height: 1.5;
        margin: 0;
    }

    .footer-copyright p[b-a7pcbnwe9m] {
        font-size: 8.4px;
    }

    /* --- TAMANHOS DE ÍCONES --- */
    .footer-logo-custom[b-a7pcbnwe9m] {
        height: 45px;
        width: auto;
    }

    .footer-icons-shelf img[b-a7pcbnwe9m] {
        height: 26px;
        width: auto;
        object-fit: contain;
    }

    .contact-item img[b-a7pcbnwe9m] {
        width: 14px;
        height: 14px;
    }

    /* Copyright Final */
    .footer-copyright[b-a7pcbnwe9m] {
        width: 100%;
        padding: 25px 0;
        text-align: center;
        background-color: rgba(0,0,0,0.1);
        border-top: 1px solid rgba(255,255,255,0.05);
    }
}

/*ICON WHATSAPP*/
/*//////////////////////////////////*/

/* Container do Botão (Ajuste para acomodar o badge) */
.whatsapp-float-btn[b-a7pcbnwe9m] {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: flex;
    align-items: center; /* Alinha o badge com o ícone */
    text-decoration: none;
    cursor: pointer;
}

/* O Ícone Gold com o pulso que você já tem */
.whatsapp-icon-img[b-a7pcbnwe9m] {
    width: 75px;
    height: 75px;
    object-fit: contain;
    border-radius: 50%;
    position: relative;
    z-index: 10000;
    animation: pulse-whatsapp-b-a7pcbnwe9m 3s infinite ease-out;
    transition: transform 0.2s ease-in-out;
}

/* O Badge (Card de texto) */
.whatsapp-badge[b-a7pcbnwe9m] {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(216, 172, 80, 0.5) 0%, rgba(216, 172, 80, 0.75) 100%);
    /*background: linear-gradient(90deg, rgba(216, 172, 80, 0.1) 0%, rgba(216, 172, 80, 0.25) 100%);*/
    backdrop-filter: blur(4px); /* Efeito de vidro sofisticado */
    border: 1px solid rgba(216, 172, 80, 0.3);
    padding: 8px 15px;
    border-radius: 12px;
    margin-right: 15px; /* Espaço entre o texto e o ícone */
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    transition: all 0.3s ease;
}

/* A Barrinha Gold Sólida antes do texto */
.badge-line[b-a7pcbnwe9m] {
    width: 3px;
    height: 18px;
    background-color: #D8AC50; /* O seu Gold sólido */
    margin-right: 10px;
    border-radius: 2px;
}

/* O Texto do Badge */
/* O Texto do Badge com letra branca e contorno preto */
.badge-text[b-a7pcbnwe9m] {
    color: #FFFFFF; /* Letra Branca */
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 800; /* Aumentei um pouco o peso para o contorno ficar melhor */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    /* Técnica de contorno (Outline) via Text-Shadow */
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 2px 2px 4px rgba(0,0,0,0.5); /* Sombra projetada para profundidade */
}

/* Ajuste na barrinha para não "brigar" com o novo estilo do texto */
.badge-line[b-a7pcbnwe9m] {
    width: 4px;
    height: 18px;
    background-color: #D8AC50;
    margin-right: 10px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Efeito ao passar o mouse */
.whatsapp-float-btn:hover .whatsapp-badge[b-a7pcbnwe9m] {
    transform: translateX(-5px);
    background: linear-gradient(90deg, rgba(216, 172, 80, 0.2) 0%, rgba(216, 172, 80, 0.4) 100%);
}

.whatsapp-float-btn:hover .whatsapp-icon-img[b-a7pcbnwe9m] {
    transform: scale(1.1);
}

/* Container que vai pulsar - O SEGREDO ESTÁ AQUI */
.whatsapp-pulse-container[b-a7pcbnwe9m] {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* A animação sai da imagem e vem para o container */
    animation: pulse-whatsapp-b-a7pcbnwe9m 3s infinite ease-out;
    z-index: 10;
}

.whatsapp-icon-img[b-a7pcbnwe9m] {
    width: 75px;
    height: 75px;
    object-fit: contain;
    border-radius: 50%;
    position: relative;
    z-index: 11;
    transition: transform 0.2s ease-in-out;
    display: block;
}

/* Keyframes (Mantive seu valor de 80px para um pulso gigante) */
@keyframes pulse-whatsapp-b-a7pcbnwe9m {
    0% {
        box-shadow: 0 0 0 0 rgba(216, 172, 80, 0.7);
    }

    70% {
        box-shadow: 0 0 0 50px rgba(216, 172, 80, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(216, 172, 80, 0);
    }
}

/* ANIMAÇÕES */
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

/* Estado Inicial: Elementos invisíveis e deslocados */
.hidden-left[b-a7pcbnwe9m] {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1.2s ease-out;
}

.hidden-right[b-a7pcbnwe9m] {
    opacity: 0;
    transform: translateX(50px);
    transition: all 1.2s ease-out;
}

/* Garante que o delay não atrapalhe o mobile, mas no desktop fica elegante */
.delay-1[b-a7pcbnwe9m] {
    transition-delay: 0.2s;
}

.delay-2[b-a7pcbnwe9m] {
    transition-delay: 0.4s;
}

.hidden-top[b-a7pcbnwe9m] {
    opacity: 0;
    transform: translateY(-50px);
    transition: all 1s ease-out;
}

/* O Botão começa invisível e levemente menor */
.hidden-cta[b-a7pcbnwe9m] {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Efeito elástico */
}

/* Estado Final (Visível) */
.show[b-a7pcbnwe9m] {
    opacity: 1;
    transform: translate(0) scale(1);
}

/* Animação Chique Continua para o Botão (após aparecer) */
@keyframes pulse-gold-b-a7pcbnwe9m {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-blue-b-a7pcbnwe9m {
    0% {
        /* Começa com o azul sólido ou levemente transparente */
        box-shadow: 0 0 0 0 rgba(0, 35, 102, 0.7);
    }

    70% {
        /* Expande a sombra e reduz a opacidade para 0 */
        box-shadow: 0 0 0 15px rgba(0, 35, 102, 0);
    }

    100% {
        /* Garante que termine invisível antes de reiniciar */
        box-shadow: 0 0 0 0 rgba(0, 35, 102, 0);
    }
}

.btn-animate-permanent[b-a7pcbnwe9m] {
    animation: pulse-gold-b-a7pcbnwe9m 2s infinite;
}

.btn-animate-permanent-blue[b-a7pcbnwe9m] {
    animation: pulse-blue-b-a7pcbnwe9m 2s infinite;
}

.hidden-bottom[b-a7pcbnwe9m] {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

/* Vídeo crescendo do meio (Scale) */
.hidden-scale[b-a7pcbnwe9m] {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1); /* Efeito de 'estouro' suave */
}

/* Estado Final comum */
.show[b-a7pcbnwe9m] {
    opacity: 1;
    transform: translate(0) scale(1);
}

/* --- Animações Constantes (Floating) --- */
@keyframes float-b-a7pcbnwe9m {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(2deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes float-alt-b-a7pcbnwe9m {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(10px) rotate(-2deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.floating-icon[b-a7pcbnwe9m] {
    animation: float-b-a7pcbnwe9m 4s ease-in-out infinite;
}

.floating-icon-alt[b-a7pcbnwe9m] {
    animation: float-alt-b-a7pcbnwe9m 5s ease-in-out infinite;
}
/* /Pages/Privacy.cshtml.rz.scp.css */
html[b-q1caaxswc8], body[b-q1caaxswc8] {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
    background-color: black !important; /* Garante o fundo preto */
}


.faixa-gradiente[b-q1caaxswc8] {
    width: 100%;
    height: 20px;
    /* Gradiente linear da esquerda para a direita */
    background: linear-gradient(90deg, var(--emphasis-blue), #4169E1, var(--gradient-silver));
    /* Caso queira o gradiente de cima para baixo, remova o '90deg' */
}

.navbar[b-q1caaxswc8] {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column; /* Empilha: Faixa -> Conteúdo -> Título MVP */
}

/* Linha 2: Logo + Nome */
.nav-content[b-q1caaxswc8] {
    display: flex;
    align-items: center; /* Centraliza verticalmente logo e texto */
    justify-content: center; /* Centraliza verticalmente logo e texto */
    padding: 15px 20px;
    gap: 15px; /* Espaço entre a logo e o texto */
}

.logo[b-q1caaxswc8] {
    height: 50px; /* Ajuste conforme seu Figma */
    width: auto;
}

.brand-info[b-q1caaxswc8] {
    display: flex;
    flex-direction: column; /* Nome em cima, cargo embaixo */
}

.brand-name[b-q1caaxswc8] {
    font-size: 1rem;
    font-weight: bold;
    font-family: var(--font-primary);
    margin: 0;
}

.brand-sub[b-q1caaxswc8] {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
}

.nav-title-bar h2[b-q1caaxswc8] {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-condensed);
    font-weight: 400;
}

.thanks-container[b-q1caaxswc8] {
    padding-bottom: 100px; /* Garante que o conteúdo não "cole" no footer */
    display: block;
    width: 100%;
}
/*.thanks-container {
    max-width: 600px;
    margin: 40px auto;*/ /* Reduzi um pouco a margem */
/*padding: 40px 20px;
    text-align: center;
    min-height: 60vh;*/ /* Garante altura mínima para não achatar o layout */
/*}*/

/* Alterando para cores que funcionam no fundo preto */
.thanks-title[b-q1caaxswc8] {
    font-family: var(--font-primary);
    color: #ffffff; /* Texto branco para ler no fundo preto */
    margin-bottom: 10px;
}

.progress-status-text[b-q1caaxswc8] {
    font-size: 0.9rem;
    color: #bbb; /* Cinza claro */
    font-style: italic;
}

/* Card de sucesso ajustado para fundo escuro */
.card-success[b-q1caaxswc8] {
    background: #1a1a1a; /* Fundo grafite escuro */
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    color: white;
}

    .card-success h3[b-q1caaxswc8] {
        color: white;
        margin-top: 15px;
    }

    .card-success p[b-q1caaxswc8] {
        color: #ccc;
    }

/* Barra de progresso com fundo mais visível no escuro */
.progress-bar-container[b-q1caaxswc8] {
    width: 100%;
    background-color: #333; /* Fundo da barra mais escuro */
    border-radius: 20px;
    height: 14px;
    margin: 25px 0;
    overflow: hidden;
}

.check-icon[b-q1caaxswc8] {
    width: 60px;
    margin-bottom: 20px;
}

.btn-whatsapp-big[b-q1caaxswc8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 18px;
    border-radius: 8px;
    margin-top: 20px;
    transition: transform 0.2s;
}

    .btn-whatsapp-big:hover[b-q1caaxswc8] {
        transform: scale(1.02);
        background-color: #1ebd5b;
    }

.small-text[b-q1caaxswc8] {
    font-size: 0.8rem;
    color: #999;
    margin-top: 15px;
}


/*RODAPÉ*/
/*///////////////////////////////////////////////////////////////*/
.footer-container[b-q1caaxswc8] {
    background-color: #454545 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; /* Sem padding global */

    color: #ffffff !important;
    font-family: sans-serif;
}
/* Linha 1: Centralização da Logo */

.footer-brand-section[b-q1caaxswc8] {
    display: flex;
    justify-content: center;
    padding: 40px 0 20px 0; /* Espaço interno apenas para respiro */
}

.footer-nav-content[b-q1caaxswc8] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo-custom[b-q1caaxswc8] {
    height: 60px; /* Ajuste livremente o tamanho aqui */

    width: auto;
}

.footer-brand-name[b-q1caaxswc8] {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.footer-brand-sub[b-q1caaxswc8] {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
}
/* Linha 2: Grid de duas colunas */

.footer-grid-container[b-q1caaxswc8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding: 20px;
}

.footer-column h3[b-q1caaxswc8] {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-item[b-q1caaxswc8] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}



    .contact-item img[b-q1caaxswc8] {
        width: 20px;
        height: 20px;
    }
/* Linha 3: Prateleira de ícones (80%) */

.footer-icons-shelf[b-q1caaxswc8] {
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}



    .footer-icons-shelf img[b-q1caaxswc8] {
        height: 40px; /* Tamanho dos ícones de parceiros/certificações */
    }
/* Linha 4: Copyright */

.footer-copyright[b-q1caaxswc8] {
    text-align: center;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.1); /* Um leve tom diferente para o copyright */
}



    .footer-copyright p[b-q1caaxswc8] {
        font-size: 12px;
        margin: 0;
        opacity: 0.6;
    }





.footer-grid-container[b-q1caaxswc8] {
    grid-template-columns: 1fr;
    text-align: center;
}



.contact-item[b-q1caaxswc8] {
    justify-content: center;
}



.footer-icons-shelf[b-q1caaxswc8] {
    justify-content: center;
}

.footer-left-col[b-q1caaxswc8],
.footer-right-col[b-q1caaxswc8] {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza os blocos */
    text-align: center; /* Centraliza os textos h3 e p */
    width: 100%;
}

.footer-column[b-q1caaxswc8] {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza o conteúdo interno */
    margin-bottom: 20px;
}

    .footer-column p[b-q1caaxswc8] {
        margin: 5px 0;
    }

@media (min-width: 768px) {
    /* Container Pai */
    .footer-container[b-q1caaxswc8] {
        padding: 0 !important;
        width: 100% !important;
    }

    /* Wrapper do Grid Principal */
    .footer-info-wrapper[b-q1caaxswc8] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 20px 0px 20px;
    }

    /* Ajuste Universal para as Colunas */
    .footer-left-col[b-q1caaxswc8], .footer-right-col[b-q1caaxswc8] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        /* Blocos internos de conteúdo */
        .footer-left-col > div[b-q1caaxswc8],
        .footer-right-col .footer-column[b-q1caaxswc8] {
            width: 70%; /* Mantém o texto concentrado */
            display: flex;
            flex-direction: column;
            align-items: center;
        }

    /* --- LADO ESQUERDO: Marca e Contatos --- */
    .footer-brand-section[b-q1caaxswc8] {
        padding: 0 0 20px 0 !important;
        margin: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .footer-nav-content[b-q1caaxswc8] {
        display: flex !important;
        align-items: center;
        justify-content: center !important;
        gap: 15px;
    }

    .contact-item[b-q1caaxswc8] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 10px;
        width: 100%;
    }

    /* --- LADO DIREITO: Especialidades e Marcas (CORRIGIDO) --- */
    .footer-icons-shelf[b-q1caaxswc8] {
        display: flex !important;
        flex-direction: row !important; /* Força ficar lado a lado */
        flex-wrap: nowrap !important; /* Impede a quebra de linha */
        gap: 20px;
        padding: 20px 0;
        margin-top: 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
        justify-content: center;
        width: 100% !important; /* Usa todo o espaço para caberem lado a lado */
    }

    /* --- AJUSTES DE ESCALA (-30%) --- */
    .footer-brand-name[b-q1caaxswc8] {
        font-size: 15.4px;
        margin: 0;
    }

    .footer-brand-sub[b-q1caaxswc8] {
        font-size: 9.8px;
        margin: 0;
    }

    .footer-column h3[b-q1caaxswc8] {
        font-size: 12.6px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .contact-item span[b-q1caaxswc8],
    .footer-column p[b-q1caaxswc8] {
        font-size: 11px;
        line-height: 1.5;
        margin: 0;
    }

    .footer-copyright p[b-q1caaxswc8] {
        font-size: 8.4px;
    }

    /* --- TAMANHOS DE ÍCONES --- */
    .footer-logo-custom[b-q1caaxswc8] {
        height: 45px;
        width: auto;
    }

    .footer-icons-shelf img[b-q1caaxswc8] {
        height: 26px;
        width: auto;
        object-fit: contain;
    }

    .contact-item img[b-q1caaxswc8] {
        width: 14px;
        height: 14px;
    }

    /* Copyright Final */
    .footer-copyright[b-q1caaxswc8] {
        width: 100%;
        padding: 25px 0;
        text-align: center;
        background-color: rgba(0,0,0,0.1);
        border-top: 1px solid rgba(255,255,255,0.05);
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-97grnsbzky] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-97grnsbzky] {
  color: #0077cc;
}

.btn-primary[b-97grnsbzky] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-97grnsbzky], .nav-pills .show > .nav-link[b-97grnsbzky] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-97grnsbzky] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-97grnsbzky] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-97grnsbzky] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-97grnsbzky] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-97grnsbzky] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/Thanks.cshtml.rz.scp.css */
html[b-8m60rcbbvr], body[b-8m60rcbbvr] {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
    background-color: black !important; /* Garante o fundo preto */
}


.faixa-gradiente[b-8m60rcbbvr] {
    width: 100%;
    height: 20px;
    /* Gradiente linear da esquerda para a direita */
    background: linear-gradient(90deg, var(--emphasis-blue), #4169E1, var(--gradient-silver));
    /* Caso queira o gradiente de cima para baixo, remova o '90deg' */
}

.navbar[b-8m60rcbbvr] {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column; /* Empilha: Faixa -> Conteúdo -> Título MVP */
}

/* Linha 2: Logo + Nome */
.nav-content[b-8m60rcbbvr] {
    display: flex;
    align-items: center; /* Centraliza verticalmente logo e texto */
    justify-content: center; /* Centraliza verticalmente logo e texto */
    padding: 15px 20px;
    gap: 15px; /* Espaço entre a logo e o texto */
}

.logo[b-8m60rcbbvr] {
    height: 50px; /* Ajuste conforme seu Figma */
    width: auto;
}

.brand-info[b-8m60rcbbvr] {
    display: flex;
    flex-direction: column; /* Nome em cima, cargo embaixo */
}

.brand-name[b-8m60rcbbvr] {
    font-size: 1rem;
    font-weight: bold;
    font-family: var(--font-primary);
    margin: 0;
}

.brand-sub[b-8m60rcbbvr] {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
}

    .nav-title-bar h2[b-8m60rcbbvr] {
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: var(--font-condensed);
        font-weight: 400;
    }

.thanks-container[b-8m60rcbbvr] {
    padding-bottom: 100px; /* Garante que o conteúdo não "cole" no footer */
    display: block;
    width: 100%;
}
/*.thanks-container {
    max-width: 600px;
    margin: 40px auto;*/ /* Reduzi um pouco a margem */
    /*padding: 40px 20px;
    text-align: center;
    min-height: 60vh;*/ /* Garante altura mínima para não achatar o layout */
/*}*/

/* Alterando para cores que funcionam no fundo preto */
.thanks-title[b-8m60rcbbvr] {
    font-family: var(--font-primary);
    color: #ffffff; /* Texto branco para ler no fundo preto */
    margin-bottom: 10px;
}

.progress-status-text[b-8m60rcbbvr] {
    font-size: 0.9rem;
    color: #bbb; /* Cinza claro */
    font-style: italic;
}

/* Card de sucesso ajustado para fundo escuro */
.card-success[b-8m60rcbbvr] {
    background: #1a1a1a; /* Fundo grafite escuro */
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    color: white;
}

    .card-success h3[b-8m60rcbbvr] {
        color: white;
        margin-top: 15px;
    }

    .card-success p[b-8m60rcbbvr] {
        color: #ccc;
    }

/* Barra de progresso com fundo mais visível no escuro */
.progress-bar-container[b-8m60rcbbvr] {
    width: 100%;
    background-color: #333; /* Fundo da barra mais escuro */
    border-radius: 20px;
    height: 14px;
    margin: 25px 0;
    overflow: hidden;
}
.check-icon[b-8m60rcbbvr] {
    width: 60px;
    margin-bottom: 20px;
}

.btn-whatsapp-big[b-8m60rcbbvr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 18px;
    border-radius: 8px;
    margin-top: 20px;
    transition: transform 0.2s;
}

    .btn-whatsapp-big:hover[b-8m60rcbbvr] {
        transform: scale(1.02);
        background-color: #1ebd5b;
    }

.small-text[b-8m60rcbbvr] {
    font-size: 0.8rem;
    color: #999;
    margin-top: 15px;
}


/*RODAPÉ*/
/*///////////////////////////////////////////////////////////////*/
.footer-container[b-8m60rcbbvr] {
    background-color: #454545 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; /* Sem padding global */

    color: #ffffff !important;
    font-family: sans-serif;
}
/* Linha 1: Centralização da Logo */

.footer-brand-section[b-8m60rcbbvr] {
    display: flex;
    justify-content: center;
    padding: 40px 0 20px 0; /* Espaço interno apenas para respiro */
}

.footer-nav-content[b-8m60rcbbvr] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo-custom[b-8m60rcbbvr] {
    height: 60px; /* Ajuste livremente o tamanho aqui */

    width: auto;
}

.footer-brand-name[b-8m60rcbbvr] {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.footer-brand-sub[b-8m60rcbbvr] {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
}
/* Linha 2: Grid de duas colunas */

.footer-grid-container[b-8m60rcbbvr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding: 20px;
}

.footer-column h3[b-8m60rcbbvr] {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-item[b-8m60rcbbvr] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}



    .contact-item img[b-8m60rcbbvr] {
        width: 20px;
        height: 20px;
    }
/* Linha 3: Prateleira de ícones (80%) */

.footer-icons-shelf[b-8m60rcbbvr] {
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}



    .footer-icons-shelf img[b-8m60rcbbvr] {
        height: 40px; /* Tamanho dos ícones de parceiros/certificações */
    }
/* Linha 4: Copyright */

.footer-copyright[b-8m60rcbbvr] {
    text-align: center;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.1); /* Um leve tom diferente para o copyright */
}



    .footer-copyright p[b-8m60rcbbvr] {
        font-size: 12px;
        margin: 0;
        opacity: 0.6;
    }





.footer-grid-container[b-8m60rcbbvr] {
    grid-template-columns: 1fr;
    text-align: center;
}



.contact-item[b-8m60rcbbvr] {
    justify-content: center;
}



.footer-icons-shelf[b-8m60rcbbvr] {
    justify-content: center;
}

.footer-left-col[b-8m60rcbbvr],
.footer-right-col[b-8m60rcbbvr] {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza os blocos */
    text-align: center; /* Centraliza os textos h3 e p */
    width: 100%;
}

.footer-column[b-8m60rcbbvr] {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza o conteúdo interno */
    margin-bottom: 20px;
}

    .footer-column p[b-8m60rcbbvr] {
        margin: 5px 0;
    }

@media (min-width: 768px) {
    /* Container Pai */
    .footer-container[b-8m60rcbbvr] {
        padding: 0 !important;
        width: 100% !important;
    }

    /* Wrapper do Grid Principal */
    .footer-info-wrapper[b-8m60rcbbvr] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 20px 0px 20px;
    }

    /* Ajuste Universal para as Colunas */
    .footer-left-col[b-8m60rcbbvr], .footer-right-col[b-8m60rcbbvr] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        /* Blocos internos de conteúdo */
        .footer-left-col > div[b-8m60rcbbvr],
        .footer-right-col .footer-column[b-8m60rcbbvr] {
            width: 70%; /* Mantém o texto concentrado */
            display: flex;
            flex-direction: column;
            align-items: center;
        }

    /* --- LADO ESQUERDO: Marca e Contatos --- */
    .footer-brand-section[b-8m60rcbbvr] {
        padding: 0 0 20px 0 !important;
        margin: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .footer-nav-content[b-8m60rcbbvr] {
        display: flex !important;
        align-items: center;
        justify-content: center !important;
        gap: 15px;
    }

    .contact-item[b-8m60rcbbvr] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 10px;
        width: 100%;
    }

    /* --- LADO DIREITO: Especialidades e Marcas (CORRIGIDO) --- */
    .footer-icons-shelf[b-8m60rcbbvr] {
        display: flex !important;
        flex-direction: row !important; /* Força ficar lado a lado */
        flex-wrap: nowrap !important; /* Impede a quebra de linha */
        gap: 20px;
        padding: 20px 0;
        margin-top: 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
        justify-content: center;
        width: 100% !important; /* Usa todo o espaço para caberem lado a lado */
    }

    /* --- AJUSTES DE ESCALA (-30%) --- */
    .footer-brand-name[b-8m60rcbbvr] {
        font-size: 15.4px;
        margin: 0;
    }

    .footer-brand-sub[b-8m60rcbbvr] {
        font-size: 9.8px;
        margin: 0;
    }

    .footer-column h3[b-8m60rcbbvr] {
        font-size: 12.6px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .contact-item span[b-8m60rcbbvr],
    .footer-column p[b-8m60rcbbvr] {
        font-size: 11px;
        line-height: 1.5;
        margin: 0;
    }

    .footer-copyright p[b-8m60rcbbvr] {
        font-size: 8.4px;
    }

    /* --- TAMANHOS DE ÍCONES --- */
    .footer-logo-custom[b-8m60rcbbvr] {
        height: 45px;
        width: auto;
    }

    .footer-icons-shelf img[b-8m60rcbbvr] {
        height: 26px;
        width: auto;
        object-fit: contain;
    }

    .contact-item img[b-8m60rcbbvr] {
        width: 14px;
        height: 14px;
    }

    /* Copyright Final */
    .footer-copyright[b-8m60rcbbvr] {
        width: 100%;
        padding: 25px 0;
        text-align: center;
        background-color: rgba(0,0,0,0.1);
        border-top: 1px solid rgba(255,255,255,0.05);
    }
}

@keyframes pulse-whatsapp-b-8m60rcbbvr {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
