.elementor-5287 .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-5287 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ==========================================================================
   1. RESET E CONFIGURAÇÕES GERAIS
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #664A3A;
    overflow-x: hidden;
}

strong {
    color: #664A3A;
    font-weight: 600;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ==========================================================================
   2. COMPONENTES REUTILIZÁVEIS (Botões, Badges, Títulos)
   ========================================================================== */

/* Botões */
.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
    text-align: center;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(to right, #25d366, #25d366);
    color: #fff;
}

.btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
}

.btn-secondary {
    background: rgba(255,255,255,.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(102,74,58,.3);
    color: #664A3A;
}

.btn-secondary:hover {
    background: #fff;
    transform: scale(1.05);
}

.btn-light {
    background: linear-gradient(to right, #25d366, #25d366);
    color: #ffffff;
}

.btn-light:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1);
}

.btn-full {
    width: 100%;
}

/* Eyebrow (Subtítulos de topo) */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    background: rgba(255,255,255,.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(102,74,58,.3);
    border-radius: 9999px;
}

.eyebrow-dot {
    width: .5rem;
    height: .5rem;
    background: #664A3A;
    border-radius: 50%;
}

.eyebrow-text {
    font-size: .875rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #664A3A;
}

/* Títulos de Seção */
.section-title {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #664A3A;
    margin-bottom: 1rem;
}

.section-header {
    text-align: center;
    margin-bottom: 0rem;
}

.section-header-centered {
    text-align: center;
    margin-bottom: 1rem;
}

/* ==========================================================================
   3. HERO SECTION
   ========================================================================== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #FCFBF9, #F5F0EA, #FCFBF9);
}

/* Elementos Decorativos */
.hero-decorative-1 {
    position: absolute;
    top: 5rem;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(232,223,212,.2), transparent);
    border-radius: 50%;
    filter: blur(60px);
}

.hero-decorative-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(102,74,58,.1), transparent);
    border-radius: 50%;
    filter: blur(60px);
}

.hero-grid {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 8rem;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.logo-wrapper {
    width: 12rem;
}

.logo-img {
    width: 100%;
    height: auto;
}

.hero-headline {
    font-size: 3rem;
    line-height: 1.1;
    color: #664A3A;
    max-width: 36rem;
}

.hero-description {
    font-size: 1.125rem;
    color: rgba(102,74,58,.7);
    max-width: 32rem;
    line-height: 1.75;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Hero Image & Badge */
.hero-image-wrapper {
    position: relative;
}

.hero-image-container {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
    max-height: 580px;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(102,74,58,.2), transparent);
}

.floating-badge {
    position: absolute;
    bottom: -1rem;
    left: -1rem;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(12px);
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1);
    border: 1px solid rgba(102,74,58,.2);
    display: flex;
    align-items: center;
    gap: .5rem;
}

.badge-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(to bottom right, #664A3A, #E8DFD4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.125rem;
}

.badge-content {
    display: flex;
    flex-direction: column;
}

.badge-label {
    font-size: .75rem;
    color: rgba(102,74,58,.7);
}

.badge-value {
    font-size: 1.25rem;
    font-weight: 600;
    color: #664A3A;
    font-family: 'Cormorant Garamond', serif;
}

.badge-sublabel {
    font-size: .625rem;
    color: rgba(102,74,58,.7);
}

/* ==========================================================================
   4. SEÇÕES DE CONTEÚDO (Benefits, Treatment, Procedures, About)
   ========================================================================== */

/* Benefits */
.benefits-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.benefits-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #FCFBF9, #F5F0EA);
}

.benefits-grid {
    display: grid;
    gap: 2rem;
    position: relative;
    z-index: 10;
}

.benefit-card {
    background: rgba(255,255,255,.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(102,74,58,.2);
    border-radius: 1.5rem;
    padding: 2rem;
    transition: all .3s ease;
}

.benefit-card:hover {
    background: #fff;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1);
}

.benefit-number {
    width: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(to bottom right, rgba(102,74,58,.2), rgba(232,223,212,.2));
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: transform .3s ease;
}

.benefit-card:hover .benefit-number {
    transform: scale(1.1);
}

.benefit-number span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #664A3A;
    font-family: 'Cormorant Garamond', serif;
}

.benefit-title {
    font-size: 1.5rem;
    color: #664A3A;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.benefit-description {
    color: rgba(102,74,58,.7);
    line-height: 1.75;
}

/* Treatment Section */
.treatment-section {
    padding: 6rem 0;
}

.treatment-grid {
    display: grid;
    gap: 4rem;
    align-items: center;
}

.treatment-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.treatment-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: rgba(102,74,58,.7);
    line-height: 1.75;
}

.treatment-image-wrapper {
    position: relative;
}

.treatment-image-container {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
    max-height: 678px;
}

.treatment-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
}

/* Procedures Section */
.procedures-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.procedures-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #F5F0EA, #FCFBF9);
}

.procedures-grid {
    display: grid;
    gap: 2rem;
    max-width: 80rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.procedure-card {
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(102,74,58,.2);
    border-radius: 1.5rem;
    padding: 2rem;
    transition: all .3s ease;
}

.procedure-card:hover {
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1);
}

.procedure-title {
    font-size: 1.5rem;
    color: #664A3A;
    margin-bottom: 1rem;
}

.procedure-description {
    color: rgba(102,74,58,.7);
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.procedure-link {
    display: inline-block;
    color: #664A3A;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s ease;
}

.procedure-link:hover {
    color: #E8DFD4;
}

/* About Section */
.about-section {
    padding: 6rem 0;
}

.about-grid {
    display: grid;
    gap: 4rem;
    align-items: center;
}

.about-image-wrapper {
    position: relative;
}

.about-image-container {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
    max-height: 728px;
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: rgba(102,74,58,.7);
    line-height: 1.75;
}

/* ==========================================================================
   5. IMUNOTERAPIA & VALORES
   ========================================================================== */

/* Immunotherapy */
.immunotherapy-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.immunotherapy-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #FCFBF9, #F5F0EA);
}

.immunotherapy-wrapper {
    max-width: 56rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.immunotherapy-card {
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(102,74,58,.2);
    border-radius: 1.5rem;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.immunotherapy-subtitle {
    font-size: 1.125rem;
    color: rgba(102,74,58,.7);
    line-height: 1.75;
}

.immunotherapy-text {
    color: rgba(102,74,58,.7);
    line-height: 1.75;
}

.immunotherapy-benefits {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.benefits-label {
    color: #664A3A;
    font-weight: 500;
}

.benefits-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.benefits-list li {
    display: flex;
    align-items: start;
    gap: .75rem;
    color: rgba(102,74,58,.7);
}

.bullet {
    width: .375rem;
    height: .375rem;
    background: #664A3A;
    border-radius: 50%;
    margin-top: .5rem;
    flex-shrink: 0;
}

/* Value Section */
.value-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.value-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #664A3A, #7d5a49, #664A3A);
}

.value-decorative-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(232,223,212,.2), transparent);
    border-radius: 50%;
    filter: blur(60px);
}

.value-decorative-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245,240,234,.15), transparent);
    border-radius: 50%;
    filter: blur(60px);
}

.value-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 48rem;
    margin: 0 auto;
}

.value-title {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 3rem;
}

/* ==========================================================================
   6. DIFERENCIAIS E CONTATO
   ========================================================================== */

/* Final Differentials */
.final-differentials-section {
    padding: 6rem 0;
}

.differentials-grid {
    display: grid;
    gap: 1.5rem;
    position: relative;
    z-index: 10;
}

.differential-card {
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(102,74,58,.2);
    border-radius: 1rem;
    padding: 1.5rem;
    transition: all .3s ease;
}

.differential-card:hover {
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1);
}

.differential-title {
    font-size: 1.25rem;
    color: #664A3A;
    margin-bottom: .75rem;
    line-height: 1.3;
}

.differential-description {
    font-size: .875rem;
    color: rgba(102,74,58,.7);
    line-height: 1.75;
}

/* Contact Section */
.contact-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.contact-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #FCFBF9, #F5F0EA);
}

.contact-grid {
    display: grid;
    gap: 2rem;
    max-width: 80rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.contact-card {
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(102,74,58,.2);
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-title {
    font-size: 1.5rem;
    color: #664A3A;
    margin-bottom: 1rem;
}

.contact-text {
    color: rgba(102,74,58,.7);
    line-height: 1.75;
}

.contact-divider {
    padding-top: 1rem;
    border-top: 1px solid rgba(102,74,58,.2);
}

.contact-subtitle {
    font-size: 1.125rem;
    color: #664A3A;
    margin-bottom: .5rem;
}

.contact-small {
    font-size: .875rem;
    color: rgba(102,74,58,.7);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.contact-label {
    font-size: .875rem;
    color: rgba(102,74,58,.7);
}

.contact-value-large {
    font-size: 1.5rem;
    color: #664A3A;
}

.contact-value {
    font-size: 1.25rem;
    color: #664A3A;
}

.contact-note {
    padding-top: 1rem;
}

/* ==========================================================================
   7. FOOTER E ANIMAÇÕES
   ========================================================================== */

.footer {
    padding: 3rem 0;
    border-top: 1px solid rgba(102,74,58,.2);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.footer-logo {
    width: 8rem;
}

.footer-logo img {
    width: 100%;
    height: auto;
    opacity: .6;
}

.footer-info {
    text-align: center;
}

.footer-copyright {
    color: rgba(102,74,58,.7);
    font-size: .875rem;
    margin-bottom: .5rem;
}

.footer-contact {
    color: rgba(102,74,58,.6);
    font-size: .75rem;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-link {
    color: rgba(102,74,58,.7);
    text-decoration: none;
    transition: color .3s ease;
}

.footer-link:hover {
    color: #664A3A;
}


/* ==========================================================================
   8. MEDIA QUERIES (RESPONSIVIDADE)
   ========================================================================== */

/* Tablets e Desktops Pequenos (min-width: 768px) */
@media (min-width: 768px) {
    .benefits-grid { grid-template-columns: repeat(3, 1fr); }
    .procedures-grid { grid-template-columns: repeat(2, 1fr); }
    .differentials-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-content { flex-direction: row; justify-content: space-between; }
}

/* Desktops Grandes (min-width: 1024px) */
@media (min-width: 1024px) {
    .container { padding: 0 3rem; }
    .section-title { font-size: 3rem; }
    
    .hero-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-headline { font-size: 2rem; }
    
    .treatment-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: repeat(2, 1fr); }
    
    .value-title { font-size: 3rem; }
    .differentials-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Ajustes Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .container { padding: 0 1rem; }
    .hero-section { min-height: auto; padding: 4rem 0; }
    .hero-grid { gap: 2rem; }
    .hero-headline { font-size: 2.5rem; }
    .section-title { font-size: 2rem; }
    .hero-cta { flex-direction: column; }
    .btn { width: 100%; }
}

/* Localize seu media query de mobile no final do arquivo e ajuste: */
@media (max-width: 768px) {
    .hero-headline {
        font-size: 1.8rem; /* Reduzimos de 2.5rem para caber melhor */
        overflow-wrap: break-word; /* Força a quebra de palavras longas */
        word-wrap: break-word;
        hyphens: auto; /* Adiciona hífen na quebra, se o navegador suportar */
    }
    
    .hero-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .hero-content {
        align-items: center;    /* Centraliza os itens horizontalmente */
        text-align: center;      /* Garante que o texto (H1, P) fique centralizado */
    }

    .hero-cta {
        justify-content: center; /* Centraliza os botões dentro do container de CTA */
    }
}

@media (max-width: 768px) {
    /* Diminuindo o título da seção de valores (marrom) */
    .value-title {
        font-size: 1.6rem !important; /* Estava 2.5rem, reduzimos para caber no celular */
        line-height: 1.3;
        padding: 0 10px; /* Pequeno respiro nas laterais */
        
        /* Força a quebra da palavra gigante se necessário */
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    /* Aproveitando para ajustar o título da primeira seção (Hero) se ele também estiver grande */
    .hero-headline {
        font-size: 1.8rem;
        word-wrap: break-word;
    }
}

@media (max-width: 768px) {
    /* 1. Reduz o espaço interno de todas as seções principais */
    .benefits-section, 
    .treatment-section, 
    .procedures-section, 
    .about-section, 
    .immunotherapy-section, 
    .value-section, 
    .final-differentials-section, 
    .contact-section {
        padding: 3.5rem 0 !important; /* Reduzido de 6rem para 2.5rem */
    }

    /* 2. Reduz o espaço abaixo do selo (eyebrow) e do título da seção */
    .section-header {
        margin-bottom: 1rem !important; /* Reduzido de 4rem para 1.5rem */
    }

    .section-header-centered {
        margin-bottom: 1.5rem !important;
    }

    /* 3. Se o espaço for entre o selo "LOCALIZAÇÃO" e o card de endereço */
    .contact-grid {
        gap: 1rem !important; /* Diminui o espaço entre os elementos do grid */
    }

    /* 4. Ajuste na Hero (primeira seção) para não ficar muito grudada no topo */
    .hero-section {
        padding: 1rem 0 !important;
    }
    
    .contact-grid {
        padding: rem 0rem
    }
}

/* Seção Planos de Saúde */
.plans-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.plans-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #FCFBF9, #F5F0EA);
}

.plans-wrapper {
    max-width: 56rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.plans-card {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(102, 74, 58, .2);
    border-radius: 1.5rem;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.plans-intro {
    font-size: 1.125rem;
    color: rgba(102, 74, 58, .7);
    line-height: 1.75;
    margin-top: 1.5rem;
}

/* Configuração das Colunas */
.plans-grid-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Divide em 2 colunas iguais */
    gap: 0.75rem 2rem; /* Espaço entre linhas e colunas */
    padding: 0;
}

.plans-grid-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(102, 74, 58, .8);
    font-size: 1rem;
}

/* Texto final */
.plans-footer {
    color: rgba(102, 74, 58, .7);
    line-height: 1.75;
    padding-top: 1rem;
    border-top: 1px solid rgba(102, 74, 58, 0.1);
}

/* Ajuste para Mobile */
@media (max-width: 768px) {
    .plans-card {
        padding: 2rem;
    }

    .plans-grid-list {
        grid-template-columns: 1fr; /* No mobile, apenas 1 coluna */
        gap: 0.5rem;
    }
}/* 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 */