.elementor-5837 .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-5837 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ========================================================
   1. RESETS GLOBAIS E PARAMETRIZAÇÃO DE LARGURA
   ======================================================== */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333333;
    line-height: 1.6;
    overflow-x: hidden; /* Corta vazamentos e evita barras laterais brancas */
}

*, *:before, *:after {
    box-sizing: border-box;
}

/* Container padrão para centralizar elementos nas seções normais */
.global-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================================
   2. COMPONENTES PADRONIZADOS
   ======================================================== */
h2 {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
}

p {
    color: #000000;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.text-blue {
    color: #8F9999;
}

.text-center {
    text-align: center;
}

.section-subtitle {
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    color: #c06613;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-subtitle-light {
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Botões */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #25D366;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background-color: #2c6e9e;
}

.btn-secondary {
    display: inline-block;
    background-color: #25D366;
    color: #ffffff;
    border: 1px solid #1e5587;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #1e5587;
    color: #ffffff;
}

/* Listas customizadas */
.hero-list, .dot-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.hero-list li {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #333333;
}

.hero-list li i {
    color: #000000;
    margin-right: 8px;
}

.dot-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #555555;
}

.dot-list li::before {
    content: "•";
    color: #c06613;
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: -2px;
}

/* ========================================================
   3. DESIGN DAS SEÇÕES PRINCIPAIS
   ======================================================== */

/* Header */
.main-header {
    background-color: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo strong {
    display: block;
    font-size: 1.1rem;
    color: #222222;
}

.logo span {
    font-size: 0.8rem;
    color: #777777;
}

.btn-header {
    background-color: #25D366;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Hero Section */
.hero-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.hero-container {
    display: flex;
    align-items: center;
    gap: 200px;
}

.hero-content {
    flex: 1;
}

.badge {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-image {
    flex: 1;
    text-align: right;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Infobar (Barra azul de números) */
.info-bar-section {
    background-color: #8f9999;
    color: #ffffff;
    padding: 35px 0;
    width: 100%;
        background-image: 
        linear-gradient(rgba(143, 153, 153, 0.85), rgba(143, 153, 153, 0.85)), 
        url('https://paginadecontatolp.com.br/wp-content/uploads/2026/05/abstract_black_distressed_texture-scaled.jpg'); /* <-- Cole aqui o link da imagem ou textura */
    
    /* 3. Ajustes de posicionamento */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.infobar-container {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.info-item h3 {
    font-size: 1.8rem;
    margin: 0 0 5px 0;
}

.info-item p {
    color: #e2eef7;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/* O Impacto da Hiperidrose */
.impact-section {
    padding: 80px 0;
}

.impact-container {
    display: flex;
    gap: 50px;
}

.impact-left {
    flex: 1.2;
}

.highlight-text {
    color: #000000;
    font-weight: bold;
    margin: 20px 0;
}

.impact-right-card {
    flex: 0.8;
    background-color: #f4f7f9;
    padding: 35px;
    border-radius: 8px;
    border: 1px solid #e1ebf2;
}

.impact-right-card h3 {
    font-size: 1.4rem;
    color: #000000;
    margin-bottom: 15px;
}

.footer-card-text {
    margin-top: 25px;
    font-size: 0.85rem;
    border-top: 1px solid #e1e8ed;
    padding-top: 15px;
}

/* Tratamentos e Impacto Emocional */
.treatments-section {
    padding: 60px 0 80px 0;
}

.treatments-container {
    display: flex;
    gap: 60px;
}

.treatments-left, .treatments-right {
    flex: 1;
}

.clinical-box, .surgery-box {
    border: 1px solid #e1ebf2;
    padding: 25px;
    border-radius: 8px;
    margin-top: 20px;
    background-color: #ffffff;
}

.surgery-box {
    background-color: #f2f2f2;
}

.clinical-box h4, .surgery-box h4 {
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 15px;
}

.btn-outline {
    display: inline-block;
    background-color: #25d366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.85rem;
    margin-top: 10px;
}

/* Técnica Cirúrgica */
.surgery-tech-section {
    /* 1. Mantém a cor base de fundo */
    background-color: #8f9999; 
    
    /* 2. Aplica a película semitransparente usando o RGB do seu cinza (85% de opacidade) + a imagem */
    background-image: 
        linear-gradient(rgba(143, 153, 153, 0.85), rgba(143, 153, 153, 0.85)), 
        url('https://paginadecontatolp.com.br/wp-content/uploads/2026/05/abstract_black_distressed_texture-scaled.jpg'); /* <-- Cole aqui o link da imagem ou textura */
    
    /* 3. Ajustes de posicionamento */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /* Mantém o restante do seu código igual */
    color: #ffffff;
    padding: 80px 0;
    width: 100%;
}

.tech-container {
    display: flex;
    gap: 60px;
}

.tech-left, .tech-right {
    flex: 1;
}

.tech-left h2 {
    color: #ffffff;
}

.tech-left p {
    color: #ffffff;
}

.tech-list li {
    color: #ffffff !important;
}

.tech-list li i {
    color: #ffffff !important;
}

/* Resultados Esperados por Região */
.results-section {
    padding: 80px 0;
}

.results-grid {
    display: flex;
    gap: 25px;
    margin-top: 30px;
}

.result-card {
    flex: 1;
    border: 1px solid #e1ebf2;
    padding: 30px;
    border-radius: 8px;
    background-color: #fcfcfc;
    position: relative;
}

.active-card {
    border: 1.5px solid #1e5587;
    background-color: #dfdfdf;
}

.card-badge {
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 0.65rem;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 2px 8px;
    border-radius: 10px;
    color: #000000;
    font-weight: bold;
}

.result-card h3 {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 12px;
}

/* Seção Ética / Alerta */
.ethical-section {
    padding: 40px 0;
}

.ethical-container {
    display: flex;
    gap: 20px;
    background-color: #fffdf6;
    border: 1px solid #faebcc;
    padding: 30px;
    border-radius: 8px;
}

.ethical-icon {
    font-size: 1.5rem;
    color: #f0ad4e;
}

.ethical-content h3 {
    font-size: 1.1rem;
    color: #8a6d3b;
    margin: 0 0 10px 0;
}

.ethical-content p {
    font-size: 0.9rem;
    color: #666666;
}

.ethical-quote {
    margin: 15px 0 0 0;
    padding-left: 15px;
    border-left: 3px solid #000000;
    font-style: italic;
    color: #000000;
    font-size: 0.9rem;
}

/* Sobre o Médico */
.doctor-section {
    padding: 80px 0;
    background-color: #f9fbfd;
}

.doctor-container {
    display: flex;
    gap: 200px;
    align-items: center;
}

.doctor-image {
    flex: 0.9;
    text-align: center;
}

.doctor-image img {
    max-width: 100%;
    border-radius: 8px;
}

.doctor-crm-tag {
    margin-top: 15px;
    font-size: 0.8rem;
    color: #777777;
}

.doctor-content {
    flex: 1.1;
}

.doctor-intro {
    font-weight: 500;
    color: #1a3249;
}


/* ========================================================
   4. SEÇÕES FINAIS (COM AS NOVAS NOMENCLATURAS SOLICITADAS)
   ======================================================== */

/* Seção do WhatsApp (CTA) */
.cta-whatsapp-section {
    /* 1. Mantém a cor base caso a imagem falhe */
    background-color: #C06613; 
    
    /* 2. Aplica a película semitransparente (0.85 = 85% de opacidade da cor) + a sua imagem/textura */
    background-image: 
        linear-gradient(rgba(192, 102, 19, 0.85), rgba(192, 102, 19, 0.8)), 
        url('https://paginadecontatolp.com.br/wp-content/uploads/2026/05/2301.w018.n002.1406A.p30.1406-scaled.jpg'); /* <-- Substitua pelo link ou caminho da imagem */
    
    /* 3. Configurações para a imagem cobrir bem o fundo e não se repetir */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; /* Use 'fixed' se quiser efeito parallax */
    
    /* Mantém o restante do seu código igual */
    width: 100%;
    display: block;
    clear: both;
    padding: 60px 20px;
    text-align: center;
}

.cta-whatsapp-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-whatsapp-container h2 {
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 500;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.cta-whatsapp-container p {
    color: #e2eef7 !important;
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto 15px auto;
}

.btn-whatsapp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #25D366;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.btn-whatsapp-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.btn-whatsapp-cta i {
    font-size: 1.25rem;
    color: #ffffff;
}

/* Nova Seção de Créditos Finais (Antigo Footer) */
.info-credits-section {
    background-color: #8F9999; /* Tom escuro e elegante */
    width: 100%;
    display: block;
    clear: both;
    padding: 50px 0 30px 0;
        background-image: 
        linear-gradient(rgba(143, 153, 153, 0.85), rgba(143, 153, 153, 0.95)), 
        url('https://paginadecontatolp.com.br/wp-content/uploads/2026/05/abstract_black_distressed_texture-scaled.jpg'); /* <-- Cole aqui o link da imagem ou textura */
    
    /* 3. Ajustes de posicionamento */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.info-credits-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.info-credits-main-row {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.info-credits-doctor-info {
    flex: 1;
}

.info-credits-doctor-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px 0;
}

.info-credits-specialty {
    font-size: 0.95rem;
    color: #ffffff;
    margin: 0 0 25px 0;
}

.info-credits-contact-details p {
    font-size: 0.9rem;
    color: #ffffff;
    margin: 0 0 12px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.info-credits-contact-details p i {
    color: #ffffff;
    font-size: 1rem;
    margin-top: 3px;
}

.info-credits-crm-box {
    text-align: right;
    white-space: nowrap;
}

.info-credits-crm {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 600;
}

.info-credits-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 40px 0 25px 0;
    width: 100%;
}

.info-credits-disclaimer p {
    font-size: 0.85rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
        margin-top: 1rem;
}

.text-yellow {
    color: #ffffff;
    font-size: 0.95rem;

}


/* ========================================================
   5. RESPONSIVIDADE (MOBILE / TABLETS)
   ======================================================== */
@media (max-width: 992px) {
    .hero-container, .impact-container, .treatments-container, .tech-container, .doctor-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .hero-image, .doctor-image {
        order: -1;
        text-align: center;
    }
    
    .results-grid {
        flex-direction: column;
        gap: 20px;
    }

    .infobar-container {
        flex-direction: column;
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .cta-whatsapp-container h2 {
        font-size: 1.6rem;
    }

    .info-credits-main-row {
        flex-direction: column;
        gap: 25px;
    }

    .info-credits-crm-box {
        text-align: left;
    }

    .info-credits-disclaimer p {
        align-items: flex-start;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aeaa9e1 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp2{
  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-whatsapp2:before,
.btn-whatsapp2: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 */