.elementor-3102 .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-3102 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ========================================
   RESET E ESTILOS GLOBAIS
   ======================================== */

* {
    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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    color: #171717;
    background-color: #ffffff;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ========================================
   CONTAINER
   ======================================== */

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   BOTÕES
   ======================================== */

.btn-primary {
    display: inline-block;
    background-color: #171717;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary:hover {
    background-color: #262626;
}

.btn-block {
    text-align: center;
}

/* ========================================
   TÍTULOS E DIVISORES
   ======================================== */

.section-title-white {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 48px;
    text-align: center;
}

.gold-divider {
    width: 96px;
    height: 4px;
    background-color: #D3A748;
    margin-bottom: 24px;
}

.gold-divider-center {
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero-section {
    position: relative;
    background-color: #fafafa;
}

.hero-container {
    padding-top: 64px;
    padding-bottom: 64px;
}

.hero-grid {
    display: grid;
    gap: 48px;
    align-items: center;
}

.hero-content {
    order: 2;
}

.hero-title {
    font-size: 36px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-description {
    font-size: 18px;
    color: #525252;
    margin-bottom: 32px;
    line-height: 1.6;
}

.hero-info {
    margin-bottom: 32px;
}

.doctor-name {
    font-size: 20px;
    font-weight: 600;
    color: #171717;
    margin-bottom: 8px;
}

.doctor-crm {
    color: #525252;
}

.hero-image-wrapper {
    order: 2;
}

.hero-image-wrapper::before {
    top: -30px;
    right: -30px;
}

.hero-image {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 15px !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ========================================
   CONDITIONS SECTION
   ======================================== */

.conditions-section {
    background-color: #171717;
    padding: 80px 0;
}

.conditions-grid {
    display: grid;
    gap: 32px;
}

.condition-card {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    border-top: 4px solid #D3A748;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.condition-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.condition-title {
    font-size: 20px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 16px;
}

.condition-description {
    color: #525252;
    line-height: 1.6;
}

/* ========================================
   SERVICES SECTION
   ======================================== */

.services-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.services-grid {
    display: grid;
    gap: 32px;
}

.service-card {
    background-color: #fafafa;
    padding: 32px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #171717;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 24px;
    box-shadow: 0 0 0 8px rgba(211, 167, 72, 0.3);
}

.service-icon svg {
    flex-shrink: 0;
}

.service-title {
    font-size: 20px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 16px;
}

.service-description {
    color: #525252;
    line-height: 1.6;
}

/* ========================================
   REPORTS SECTION
   ======================================== */

.reports-section {
    background-color: #171717;
    color: #ffffff;
    padding: 80px 0;
}

.reports-header {
    text-align: center;
    margin-bottom: 48px;
}

.reports-intro {
    font-size: 18px;
    color: #d4d4d4;
    max-width: 768px;
    margin: 0 auto 16px;
    line-height: 1.6;
}

.reports-subtitle {
    color: #d4d4d4;
}

.reports-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.reports-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #D3A748;
}

.reports-icon-circle svg {
    color: #171717;
}

.criteria-section {
    margin-top: 48px;
}

.criteria-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}

.criteria-grid {
    display: grid;
    gap: 24px;
}

.criteria-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #262626;
    padding: 24px;
    border-radius: 8px;
}

.criteria-item svg {
    width: 32px;
    height: 32px;
    color: #ffffff;
    flex-shrink: 0;
}

.criteria-item p {
    font-size: 18px;
}

/* ========================================
   TREATMENT FEARS SECTION
   ======================================== */

.treatment-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.treatment-grid {
    display: grid;
    gap: 48px;
    align-items: center;
}

.treatment-content {
    order: 2;
}

.treatment-title {
    font-size: 36px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 24px;
}

.treatment-intro {
    font-size: 18px;
    color: #525252;
    margin-bottom: 32px;
}

.fears-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fear-item {
    border-left: 4px solid #D3A748;
    padding-left: 24px;
}

.fear-question {
    font-size: 20px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 12px;
}

.fear-answer {
    color: #525252;
    line-height: 1.6;
}

.answer-label {
    font-weight: 600;
}

.treatment-image-wrapper {
    order: 1;
}

.treatment-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* ========================================
   ABOUT SECTION
   ======================================== */

.about-section {
    background-color: #171717;
    padding: 80px 0;
}

.about-container {
    max-width: 896px;
    text-align: center;
}

.about-title {
    margin-bottom: 32px;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #d4d4d4;
    line-height: 1.6;
    font-size: 18px;
}

/* ========================================
   FINAL CTA SECTION
   ======================================== */

.cta-section {
    background-color: #fafafa;
    padding: 80px 0;
}

.cta-container {
    max-width: 1024px;
}

.cta-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-top: 4px solid #D3A748;
}

.cta-grid {
    display: grid;
}

.cta-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-title {
    font-size: 28px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 24px;
}

.cta-description {
    color: #404040;
    margin-bottom: 32px;
    line-height: 1.6;
}

.cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
    background-color: #171717;
    color: #ffffff;
    padding: 48px 0;
}

.footer-content {
    text-align: center;
}

.footer-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.footer-subtitle {
    color: #d4d4d4;
    margin-bottom: 16px;
}

.footer-text {
    color: #a3a3a3;
    margin-bottom: 24px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-label {
    color: #d4d4d4;
    font-weight: 600;
}

.footer-info {
    color: #a3a3a3;
}

.footer-link {
    color: #ffffff;
    transition: text-decoration 0.3s ease;
}

.footer-link:hover {
    text-decoration: underline;
}

/* ========================================
   RESPONSIVIDADE - TABLETS (768px+)
   ======================================== */

@media (min-width: 768px) {
    .container {
        padding: 0 24px;
    }

    .hero-title {
        font-size: 40px;
    }

    .section-title-white {
        font-size: 42px;
    }

    .conditions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .criteria-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================
   RESPONSIVIDADE - DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
    .container {
        padding: 0 28px;
    }

    .hero-container {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-content {
        order: 1;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-image-wrapper {
        order: 2;
    }

    .conditions-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .treatment-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .treatment-content {
        order: 1;
    }

    .treatment-image-wrapper {
        order: 2;
    }

    .treatment-title {
        font-size: 42px;
    }

    .criteria-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cta-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-content {
        padding: 48px;
    }

    .cta-image-wrapper {
        display: block;
    }
}

/* ========================================
   ANIMAÇÕES E TRANSIÇÕES
   ======================================== */

.condition-card,
.service-card,
.btn-primary,
.footer-link {
    transition: all 0.3s ease;
}

/* ========================================
   UTILITÁRIOS
   ======================================== */

svg {
    flex-shrink: 0;
}

section {
    overflow-x: hidden;
}/* 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 */