.elementor-5895 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5895 .elementor-element.elementor-element-1324359.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-5895 .elementor-element.elementor-element-1324359{--width:100.191%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 */<style>
        /* ==========================================================================
           Estilos Globais e Reset (Atualizado com fontes elegantes)
           ========================================================================== */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: 'Lato', sans-serif;
            /* Fonte base maior e mais espaçada para facilitar a leitura (público idoso/familiares) */
            font-size: 18px;
            line-height: 1.75;
            color: #2c3e50;
            background-color: #ffffff;
        }

        :root {
            --primary-burgundy: #8C4645;
            --text-dark: #222222;
            /* Cinza mais escuro que o anterior para melhorar o contraste e a legibilidade */
            --text-gray: #3d4653;
            --bg-light: #ffffff;
            --bg-burgundy: #8C4645;
        }

        .container {
            width: 100%;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* ==========================================================================
           Controle Temático Dinâmico (Cores)
           ========================================================================== */
        .theme-light {
            background-color: var(--bg-light);
            color: var(--text-gray);
        }
        .theme-light h1, .theme-light h2, .theme-light h3 {
            color: var(--primary-burgundy);
        }
        .theme-light p {
            color: var(--text-gray);
        }

        .theme-dark {
            background-color: var(--bg-burgundy);
            color: #ffffff;
        }
        .theme-dark h1, .theme-dark h2, .theme-dark h3 {
            color: #ffffff;
        }
        .theme-dark p {
            color: #ffffff;
        }

        /* ==========================================================================
           Tipografia (Playfair Display mantida, tamanhos ampliados)
           ========================================================================== */
        h1, h2, h3, .footer-brand {
            font-family: 'Playfair Display', serif;
        }

        h1 {
            font-size: 36px;
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 16px;
        }
        h2 {
            font-size: 32px;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 20px;
        }
        h3 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        p {
            margin-bottom: 14px;
        }

        /* ==========================================================================
           Header / Navbar
           ========================================================================== */
        header {
            background: var(--bg-light);
            padding: 16px 0;
            border-bottom: 1px solid #edf2f7;
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .nav-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo-img {
            max-height: 60px;
            display: block;
        }

        /* ==========================================================================
           Componentes (Botões, Alertas, Utilitários)
           ========================================================================== */
        .btn-cta {
            display: inline-block;
            padding: 16px 36px;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.3s ease;
            text-align: center;
            margin-top: 12px;
            font-family: 'Lato', sans-serif;
        }

        .theme-light .btn-cta {
            background-color: var(--primary-burgundy);
            color: #ffffff;
        }
        .theme-light .btn-cta:hover {
            background-color: #733938;
            transform: translateY(-2px);
        }

        .theme-dark .btn-cta {
            background-color: #ffffff;
            color: var(--primary-burgundy);
        }
        .theme-dark .btn-cta:hover {
            background-color: #f7fafc;
            transform: translateY(-2px);
        }

        section {
            padding: 70px 0;
        }

        .alert-box {
            background-color: #fcf1f1;
            border-left: 4px solid var(--primary-burgundy);
            padding: 24px;
            border-radius: 8px;
            margin: 0 0 24px 0;
        }
        .alert-box p {
            color: #5c2d2c !important;
            margin-bottom: 0;
        }

        .intro-text-large {
            font-size: 20px;
            line-height: 1.7;
            margin-bottom: 32px;
        }

        .highlight-final-text {
            font-weight: bold;
            font-size: 20px;
            margin-top: 24px;
        }

        /* ==========================================================================
           Seção Hero (Apresentação com vídeo)
           ========================================================================== */
        .hero-grid {
            display: flex;
            flex-direction: column-reverse;
            gap: 80px;
            align-items: center;
        }

        /* O vídeo herda o mesmo visual da foto que ficava aqui antes */
        .hero-video-wrapper {
            position: relative;
            width: 100%;
        }

        .hero-video {
            width: 100%;
            max-width: 100%;
            border-radius: 12px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            display: block;
        }

        /* Botão de ativar/desativar o som sobreposto ao vídeo */
        .sound-toggle {
            position: absolute;
            bottom: 14px;
            right: 14px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 18px;
            font-family: 'Lato', sans-serif;
            font-size: 15px;
            font-weight: bold;
            color: #ffffff;
            background-color: rgba(0, 0, 0, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 999px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .sound-toggle:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        .sound-toggle-icon {
            font-size: 18px;
            line-height: 1;
        }

        .subtitle {
            font-size: 22px;
            font-weight: 500;
            margin-bottom: 20px;
            line-height: 1.4;
        }

        /* ==========================================================================
           Bloco de Introdução com foto (foto de idoso + alert-box lado a lado)
           ========================================================================== */
        .info-grid {
            display: flex;
            flex-direction: column;
            gap: 32px;
            align-items: center;
        }

        .info-img {
            width: 100%;
            max-width: 420px;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            display: block;
            margin: 0 auto;
        }

        /* ==========================================================================
           Seção Nosso Consultório (Segunda Imagem)
           ========================================================================== */
        .office-section {
            border-top: 1px solid #edf2f7; 
            border-bottom: 1px solid #edf2f7;
        }

        .office-grid {
            display: flex;
            flex-direction: column;
            gap: 40px;
            align-items: center;
            margin-top: 20px;
        }

        .office-img {
            width: 100%;
            max-width: 420px; 
            height: auto;
            border-radius: 12px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            display: block;
            margin: 0 auto;
        }

        .office-subtitle {
            font-size: 20px; 
            font-weight: 500; 
            margin-bottom: 20px;
        }

        /* ==========================================================================
           Seção Como Funciona o Processo (cards agora com foto no topo)
           ========================================================================== */
        .process-intro {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 48px auto;
        }

        .process-intro p {
            font-size: 20px;
        }

        .steps-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .step-card {
            background: rgba(255, 255, 255, 0.08);
            padding: 32px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }

        /* Foto no topo de cada card do processo */
        .step-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            display: block;
            margin-bottom: 20px;
        }

        /* ==========================================================================
           Seção Sobre Mim (Terceira Imagem)
           ========================================================================== */
        .about-grid {
            display: flex;
            flex-direction: column;
            gap: 40px;
            align-items: center;
        }

        .about-img {
            width: 100%;
            max-width: 100%;
            border-radius: 12px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            display: block;
        }

        .about-tag {
            font-size: 24px; 
            margin-bottom: 4px;
        }

        .about-subtitle {
            font-weight: 500; 
            margin-bottom: 20px;
        }

        /* ==========================================================================
           Seção Para Quem É (Cards brancos)
           ========================================================================== */
        .audience-intro {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 40px auto;
        }

        .audience-flex-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            max-width: 1050px;
            margin: 0 auto 40px auto;
        }

        .audience-grid-3x3 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            width: 100%;
        }

        .audience-item {
            background-color: #ffffff;
            color: var(--text-gray) !important;
            padding: 24px;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: center;
            gap: 14px;
            font-size: 17px;
            font-weight: 500;
            border-left: 4px solid var(--primary-burgundy);
            transition: transform 0.2s ease;
        }

        .audience-item:hover {
            transform: translateY(-3px);
        }

        .audience-item .check-icon {
            color: var(--primary-burgundy);
            font-weight: bold;
            font-size: 20px;
            flex-shrink: 0;
        }

        .audience-grid-last-row {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 100%;
        }

        .final-cta-box {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 48px 32px;
            border-radius: 16px;
            max-width: 950px;
            margin: 40px auto 0 auto;
        }

        /* Grade interna do CTA final: foto da família + texto */
        .final-cta-grid {
            display: flex;
            flex-direction: column;
            gap: 32px;
            align-items: center;
            text-align: center;
        }

        .final-cta-img {
            width: 100%;
            max-width: 380px;
            height: auto;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
        }

        .final-cta-box h3 {
            font-size: 26px;
            margin-bottom: 16px;
        }

        .final-cta-box p {
            font-size: 19px;
            max-width: 650px;
            margin: 0 auto 24px auto;
        }

        /* ==========================================================================
           Rodapé
           ========================================================================== */
        .footer-section {
            padding: 60px 0 40px 0; 
            border-top: 1px solid #edf2f7;
        }

        .footer-brand {
            font-size: 22px;
            font-weight: bold;
            color: var(--primary-burgundy);
            margin-bottom: 8px;
        }

        /* Utilitários */
        .text-center { text-align: center; }
        .mt-4 { margin-top: 32px; }


        /* ==========================================================================
           Media Queries - Regras para Desktop (A partir de 768px)
           ========================================================================== */
        @media (min-width: 768px) {
            h1 {
                font-size: 42px;
            }
            h2 {
                font-size: 36px;
            }

            .hero-grid {
                display: grid;
                grid-template-columns: 1.2fr 0.8fr;
            }

            .info-grid {
                display: grid;
                grid-template-columns: 0.8fr 1.2fr;
                align-items: center;
            }
            .info-img {
                max-width: 380px;
                margin: 0;
            }

            .office-grid {
                display: grid;
                grid-template-columns: 0.9fr 1.1fr; 
                align-items: center;
            }
            .office-img {
                max-width: 380px;
                margin: 0;
            }

            .steps-grid {
                grid-template-columns: 1fr 1fr 1fr;
            }

            .about-grid {
                display: grid;
                grid-template-columns: 1.1fr 0.9fr;
                align-items: center;
            }
            .about-img {
                max-width: 520px;
            }

            .audience-grid-3x3 {
                grid-template-columns: repeat(3, 1fr);
            }
            .audience-grid-last-row {
                flex-direction: row;
                justify-content: center;
            }
            .audience-grid-last-row .audience-item {
                width: calc(33.333% - 14px); 
            }

            .final-cta-grid {
                display: grid;
                grid-template-columns: 0.8fr 1.2fr;
                align-items: center;
                text-align: left;
            }
            .final-cta-img {
                margin: 0;
            }
            .final-cta-box p {
                margin: 0 0 24px 0;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */