.elementor-5834 .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;}@media(min-width:768px){.elementor-5834 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* --- CONFIGURAÇÕES GERAIS E RESETS --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

body {
    overflow-x: hidden;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- PADRONIZAÇÃO RESTRITA DE CORES --- */
.bg-light {
    background-color: #ffffff !important;
}
.bg-light .section-title, .bg-light .hero-main-title {
    color: #123d73 !important;
}
.bg-light .section-text, .bg-light p, .bg-light li, .bg-light .hero-subtitle {
    color: #333333 !important;
}

.bg-dark {
    background-color: #333333 !important;
}
.bg-dark .section-title, .bg-dark .hero-main-title {
    color: #ffffff !important;
}
.bg-dark .section-text, .bg-dark p, .bg-dark li, .bg-dark .hero-subtitle {
    color: #ffffff !important;
}

/* --- TIPOGRAFIA PREMIUM --- */
.serif-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.2;
}

/* --- BOTÕES (CTAs) DE ALTA CONVERSÃO --- */
.btn-cta {
    display: inline-block;
    background: linear-gradient(135deg, #1d599c 0%, #123d73 100%);
    color: #ffffff !important;
    text-decoration: none;
    padding: 18px 35px;
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(18, 61, 115, 0.3);
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: none;
    width: 100%;
    max-width: 400px;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(18, 61, 115, 0.5);
    background: linear-gradient(135deg, #246cb9 0%, #174d8f 100%);
}

.bg-dark .btn-cta {
    background: linear-gradient(135deg, #3a86e9 0%, #123d73 100%);
    box-shadow: 0 4px 15px rgba(58, 134, 233, 0.2);
}

.bg-dark .btn-cta:hover {
    background: linear-gradient(135deg, #5296f0 0%, #1a56a3 100%);
}

.cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    width: 100%;
}

.hero-cta-container {
    align-items: flex-start;
}

.cta-scarcity {
    font-size: 0.85rem;
    margin-top: 10px;
    opacity: 0.8;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.scarcity-bar {
    width: 120px;
    height: 4px;
    background: rgba(255,255,255,0.2);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.bg-light .scarcity-bar {
    background: rgba(0,0,0,0.1);
}

.scarcity-bar::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 85%;
    background: #e67e22;
    border-radius: 2px;
}

/* --- ESTRUTURA DE SEÇÕES --- */
section {
    padding: 90px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- LOGO INTERNA DA HERO --- */
.logo-hero {
    max-height: 65px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
}

/* --- SEÇÃO 1: HERO --- */
#hero {
    padding-top: 70px;
    padding-bottom: 80px;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #123d73;
    margin-bottom: 20px;
}

.hero-main-title {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 35px;
    font-weight: 500;
}

.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-img-element {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    max-height: 550px;
    object-fit: cover;
}

/* --- SEÇÃO 2: O PROBLEMA --- */
#problema .split-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.problem-tag {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #3a86e9;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.section-title {
    font-size: 2.3rem;
    margin-bottom: 25px;
}

.section-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* DESTAQUE DO PROBLEMA - Menor, em itálico e branco */
.highlight-box {
    border-left: 4px solid #3a86e9;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    font-size: 0.95rem;
    color: #ffffff !important;
    opacity: 0.9;
}

/* --- SEÇÃO 3: POR QUE ESCOLHER --- */
#por-que-escolher .content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.credentials-tag {
    background: rgba(18, 61, 115, 0.08);
    padding: 8px 16px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 15px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(18, 61, 115, 0.2);
    color: #123d73;
}

/* --- SEÇÃO 4: O QUE ENCONTRA NO ATENDIMENTO --- */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 45px;
}

.feature-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: none;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card .card-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #123d73 !important;
    opacity: 0.4;
    margin-bottom: 15px;
    display: block;
}

.feature-card .card-title {
    font-size: 1.3rem;
    color: #123d73 !important;
    margin-bottom: 15px;
    font-weight: 700;
}

.feature-card .card-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #333333 !important;
}

/* --- SEÇÃO 5: BENEFÍCIOS --- */
#beneficios .split-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.check-list {
    list-style: none;
    margin-top: 30px;
}

.check-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.bg-light .check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: rgba(18, 61, 115, 0.1);
    border-radius: 50%;
    color: #123d73;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.85rem;
}

/* CAIXA DE IMAGEM DA SESSÃO BENEFÍCIOS */
.benefits-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.benefits-img {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* --- SEÇÃO 6: JORNADA DO PACIENTE --- */
.timeline {
    position: relative;
    margin: 50px auto 0 auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: none;
}

.step-circle {
    width: 60px;
    height: 60px;
    background: #123d73;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.timeline-item .step-content h4 {
    font-size: 1.2rem;
    color: #123d73 !important;
    margin-bottom: 8px;
    font-weight: 700;
}

.timeline-item .step-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333333 !important;
}

/* --- SEÇÃO 7: TRAJETÓRIA E BIO --- */
#trajetoria .bio-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 50px;
    align-items: center;
}

.bio-img-wrapper {
    position: relative;
}

.bio-img {
    border-radius: 12px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.sub-features {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sub-feature-item h5 {
    font-size: 1.35rem;
    color: #123d73 !important;
    margin-bottom: 8px;
    font-weight: 700;
}

/* --- SEÇÃO 8: CTA FINAL --- */
#cta-final {
    text-align: center;
    padding: 110px 20px;
}

#cta-final .container {
    max-width: 800px;
}

#cta-final .section-title {
    margin-bottom: 30px;
}

#cta-final .section-text {
    margin-bottom: 40px;
    font-size: 1.2rem;
}

/* --- RODAPÉ --- */
footer {
    background-color: #1a1a1a;
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
}

footer p {
    color: rgba(255,255,255,0.5) !important;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 992px) {
    section {
        padding: 70px 20px;
    }
    .hero-grid, #problema .split-grid, #beneficios .split-layout, #trajetoria .bio-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .logo-hero {
        margin: 0 auto 25px auto;
    }
    .hero-image-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }
    .bio-img-wrapper {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    .hero-main-title {
        font-size: 2.2rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .highlight-box {
        text-align: left;
    }
    .check-list li {
        text-align: left;
    }
    .hero-cta-container {
        align-items: center !important;
    }
}

@media (max-width: 576px) {
    .timeline-item {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 20px;
    }
    .step-circle {
        margin-bottom: 10px;
    }
}

/* --- FUNDO TEXTURIZADO PARA TODAS AS SEÇÕES ESCURAS --- */

/* 1. Prepara a seção escura para receber o fundo */
.bg-dark {
    background-color: #333333 !important;
    position: relative; /* Necessário para segurar a imagem dentro da seção */
    z-index: 1; /* Mantém o texto na frente */
}

/* 2. Aplica a textura pegando 100% do espaço da seção */
.bg-dark::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://paginadecontatolp.com.br/wp-content/uploads/2026/05/abstract_black_distressed_texture-scaled.jpg');
    background-position: center center;
    background-size: cover;
    opacity: 0.1; /* Textura suave */
    z-index: -1; /* Joga a imagem para trás de tudo */
}

/* --- SEÇÃO: DEPOIMENTOS --- */
.testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* É isso que centraliza os cards que sobrarem na linha de baixo */
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card {
    flex: 1 1 calc(33.333% - 20px); /* Garante que fiquem 3 na primeira linha */
    min-width: 300px; /* Força a quebra para a linha de baixo no celular */
    max-width: 380px; /* Impede que os dois de baixo fiquem esticados demais */
    
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(18, 61, 115, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* O restante do CSS dos depoimentos continua igual... */
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.testimonial-card .stars {
    color: #fbbc04;
    font-size: 1.4rem;
    letter-spacing: 2px;
}

.testimonial-card .testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #444444 !important;
    font-style: italic;
    flex-grow: 1;
}

.testimonial-card .testimonial-author {
    font-weight: 700;
    color: #123d73;
    font-size: 1.1rem;
    text-transform: capitalize;
    margin-top: 10px;
    position: relative;
    padding-top: 15px;
    border-top: 1px solid rgba(18, 61, 115, 0.1);
}/* 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 */