.elementor-842 .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-842 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ========================================
   VARIÁVEIS CSS
   ======================================== */
:root {
    --color-primary: #2c5f7c;
    --color-primary-dark: #1e4157;
    --color-accent: #4a9d8e;
    --color-bg-light: #f8faf9;
    --color-bg-soft: #eef5f3;
    --color-text-primary: #1a1a1a;
    --color-text-secondary: #666666;
}

/* ========================================
   RESET E CONFIGURAÇÕES BASE
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    color: var(--color-text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    border-radius: 1rem;
    height: auto;
    display: block;
}

/* ========================================
   TIPOGRAFIA
   ======================================== */
h1 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

h2 {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.5;
}

h4 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
}

p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--color-text-secondary);
}

/* ========================================
   CONTAINERS
   ======================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.container-medium {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.container-small {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ========================================
   UTILIDADES
   ======================================== */
.text-center {
    text-align: center;
}

.rounded-image {
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    object-fit: cover;
}

/* ========================================
   BOTÕES
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background-color: #25D366;
    color: white;
    box-shadow: 0 10px 25px rgba(44, 95, 124, 0.3);
}

.btn-primary2 {
    margin-top: 1rem;
    color: white;
}

.btn-primary:hover {
    background-color: var(--color-primary-dark);
    box-shadow: 0 15px 35px rgba(44, 95, 124, 0.4);
    transform: translateY(-2px);
    color: white;
}

.btn-large {
    font-size: 1.125rem;
    padding: 1.25rem 2.5rem;
}

.btn-pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 10px 25px rgba(44, 95, 124, 0.3);
    }
    50% {
        box-shadow: 0 15px 35px rgba(44, 95, 124, 0.5);
    }
}

/* ========================================
   SEÇÕES
   ======================================== */
section {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.section-title {
    text-align: center;
    color: var(--color-primary);
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.section-intro {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    color: var(--color-text-primary);
}

.section-description {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.section-conclusion {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto;
    color: var(--color-text-primary);
}

.section-footer {
    margin-top: 3rem;
    text-align: center;
}

.section-footer p {
    font-size: 1.125rem;
    color: var(--color-text-primary);
    max-width: 48rem;
    margin: 0 auto;
}

.section-cta {
    margin-top: 3rem;
}

/* ========================================
   ELEMENTOS DECORATIVOS
   ======================================== */
.decorative-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(74, 157, 142, 0.1), rgba(44, 95, 124, 0.05));
    pointer-events: none;
    z-index: 0;
}

.circle-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
}

.circle-2 {
    width: 300px;
    height: 300px;
    bottom: 100px;
    left: -80px;
}

.texture-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(74, 157, 142, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(44, 95, 124, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(248, 250, 249, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
    pointer-events: none;
    z-index: 0;
}

.decorative-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle, rgba(74, 157, 142, 0.06) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
    opacity: 0.5;
    z-index: 0;
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(44, 95, 124, 0.02) 0%, rgba(74, 157, 142, 0.03) 100%),
        radial-gradient(circle at 80% 20%, rgba(74, 157, 142, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(44, 95, 124, 0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
    background: linear-gradient(to bottom, var(--color-bg-light) 0%, rgba(238, 245, 243, 0.5) 50%, white 100%);
    padding: 3rem 0 4rem;
    position: relative;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 6rem;
    position: relative;
    z-index: 1;
}

.hero-title {
    color: var(--color-primary);
    margin-bottom: 1.2rem;
    font-size: 2.0rem;
}

.hero-subtitle {
    color: var(--color-text-primary);
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
}

.hero-description {
    margin-bottom: 0.47rem;
    font-size: 0.96rem;
}

.hero-description2 {
    font-weight: 500;
    font-style: italic;
    font-size: 1rem;
}

.hero-image img {
    height: 300px;
}

.hero-cta{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin-top: 0.7rem;
  width: 100%;
  max-width: 20rem;   /* mantém “tamanho do print” no desktop */
}

.hero-cta .btn{
  display:inline-flex;
  align-items:center;
  gap:0.6rem;
  width: 100%;        /* ocupa o max-width do bloco */
  box-sizing: border-box;
  justify-content: center;
}

.contact-info{
  margin-top:0.9rem;
  font-size:0.9375rem;
  color:var(--color-text-primary);
  width: 100%;
  text-align: center;  /* mais simples que flex */
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 56rem;
    margin: 0 auto 3rem;
    position: relative;
    z-index: 1;
}

.benefit-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: white;
    padding: 1.25rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(74, 157, 142, 0.1), rgba(74, 157, 142, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon svg {
    color: var(--color-accent);
}

.benefit-text {
    color: var(--color-text-primary);
    margin: 0;
}

/* ========================================
   FOR WHOM SECTION
   ======================================== */
.for-whom-section {
    background: linear-gradient(to bottom, rgb(236, 236, 236) 0%, var(--color-bg-soft) 50%, white 100%);
    position: relative;
}

.for-whom-section > * {
    position: relative;
    z-index: 1;
}

.subsection-title {
    text-align: center;
    color: var(--color-text-primary);
    margin-bottom: 2.5rem;
}

.target-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.target-item {
    display: flex;
    gap: 1rem;
    background-color: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.target-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.check-icon {
    color: var(--color-accent);
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.target-text {
    color: var(--color-text-primary);
    margin: 0;
}

/* ========================================
   HOW IT WORKS SECTION
   ======================================== */
.how-it-works-section {
    background:rgb(238, 238, 238);
    position: relative;
}

.how-it-works-section > * {
    position: relative;
    z-index: 1;
}

.images-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
}

.how-it-works-image {
    height: 350px;
}

/* Consultation Info */
.consultation-info {
    background: white;
    padding: 2.5rem;
    border-radius: 1rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.info-title {
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    text-align: center;
}

.info-list {
    list-style: none;
    max-width: 36rem;
    margin: 0 auto;
}

.info-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: var(--color-bg-light);
    border-radius: 0.5rem;
}

.list-icon {
    color: var(--color-accent);
    flex-shrink: 0;
}

.info-list span {
    color: var(--color-text-primary);
    font-size: 1rem;
}

/* Plan Info */
.plan-info {
    margin-bottom: 2.5rem;
}

.plan-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.plan-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.plan-icon {
    color: var(--color-accent);
    flex-shrink: 0;
}

.plan-item p {
    color: var(--color-text-primary);
    margin: 0;
}

/* Outcome Box */
.outcome-box {
    background: linear-gradient(135deg, rgba(44, 95, 124, 0.05), rgba(74, 157, 142, 0.05));
    padding: 2.5rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
}

.outcome-title {
    color: var(--color-primary);
    text-align: center;
    margin-bottom: 2rem;
}

.outcome-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 36rem;
    margin: 0 auto;
}

.outcome-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: white;
    padding: 1.25rem;
    border-radius: 0.75rem;
}

.outcome-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    flex-shrink: 0;
}

.outcome-item p {
    color: var(--color-text-primary);
    margin: 0;
}

/* Follow-up Section */
.followup-section {
    margin-top: 4rem;
}

.followup-intro {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    font-size: 1.0625rem;
}

.followup-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 56rem;
    margin: 0 auto 2rem;
}

.followup-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.followup-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.followup-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(74, 157, 142, 0.1), rgba(74, 157, 142, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.followup-icon svg {
    color: var(--color-accent);
}

.followup-card p {
    color: var(--color-text-primary);
    margin: 0;
    font-size: 1rem;
}

.followup-footer {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto;
    color: var(--color-text-primary);
    font-size: 1.0625rem;
}

/* ========================================
   DIFFERENTIALS SECTION
   ======================================== */
.differentials-section {
    background: rgb(255, 255, 255);
    position: relative;
}

.differentials-section > * {
    position: relative;
    z-index: 1;
}

.differentials-section .section-title {
    margin-bottom: 4rem;
}

.differentials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.differential-card {
    background: linear-gradient(135deg, rgba(248, 250, 249, 0.8), white);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(74, 157, 142, 0.1);
    transition: all 0.3s ease;
}

.differential-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: rgba(74, 157, 142, 0.2);
}

.differential-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.differential-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(74, 157, 142, 0.15), rgba(74, 157, 142, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.differential-icon svg {
    color: var(--color-accent);
}

.differential-title {
    color: var(--color-primary);
    padding-top: 0.5rem;
    margin: 0;
}

.differential-description {
    margin: 0;
}

/* ========================================
   ABOUT DOCTOR SECTION
   ======================================== */
.about-doctor-section {
    background:rgb(230, 230, 230) ;
    position: relative;
}

.about-doctor-section > * {
    position: relative;
    z-index: 1;
}

.about-doctor-section .section-title {
    margin-bottom: 0.2rem;
    text-align: left;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.about-image {
    height: auto; 
    width: 100%;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.about-content p {
    margin: 0;
}

.about-intro {
    font-size: 1.125rem;
    color: var(--color-text-primary);
    font-weight: 500;
}

/* ========================================
   TESTIMONIALS SECTION
   ======================================== */
.testimonials-section {
    background: white;
    padding: 5rem 0;
}

.testimonials-section .section-title {
    margin-bottom: 3rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-card {
    background: linear-gradient(135deg, rgba(248, 250, 249, 0.9), white);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    position: relative;
    border-left: 4px solid var(--color-accent);
}

.testimonial-quote {
    margin-bottom: 1rem;
}

.testimonial-quote svg {
    color: rgba(74, 157, 142, 0.3);
}

.testimonial-text {
    font-size: 1.0625rem;
    color: var(--color-text-primary);
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.testimonial-author {
    font-size: 0.9375rem;
    color: var(--color-text-secondary);
    font-weight: 500;
    margin: 0;
}

/* ========================================
   FINAL CTA SECTION
   ======================================== */
.final-cta-section {
    background:rgb(235, 235, 235);
    text-align: center;
    position: relative;
}

.final-cta-section > * {
    position: relative;
    z-index: 1;
}

.cta-text {
    margin-bottom: 3rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.cta-benefits {
    background: white;
    padding: 2.5rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.cta-benefits-title {
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.cta-list {
    list-style: none;
    max-width: 36rem;
    margin: 0 auto;
    text-align: left;
}

.cta-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: var(--color-bg-light);
    border-radius: 0.5rem;
}

.cta-list svg {
    color: var(--color-accent);
    flex-shrink: 0;
}

.cta-list span {
    color: var(--color-text-primary);
    font-size: 1rem;
}

.cta-action-title {
    color: var(--color-primary);
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.cta-info-box {
    background: linear-gradient(135deg, rgba(44, 95, 124, 0.05), rgba(74, 157, 142, 0.05));
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
}

.cta-info-title {
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.cta-info-list {
    list-style: none;
    max-width: 36rem;
    margin: 0 auto;
    text-align: left;
}

.cta-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
}

.cta-info-list svg {
    color: var(--color-accent);
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.cta-info-list span {
    color: var(--color-text-primary);
    font-size: 1rem;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
    background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
    color: white;
    padding: 2rem 0;
    text-align: center;
}

.footer-text {
    color: white;
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.8;
}

/* ========================================
   RESPONSIVIDADE - TABLET
   ======================================== */
@media (min-width: 768px) {
    /* Hero Section */
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-image img {
        height: 520px;
    }

    /* Benefits Grid */
    .benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* How It Works Images */
    .images-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Plan Grid */
    .plan-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Follow-up Grid */
    .followup-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Differentials */
    .differentials-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Testimonials */
    .testimonials-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* About Doctor */
    .about-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-image-col {
        order: 1;
    }

    .about-content {
        order: 2;
    }
}

/* ========================================
   RESPONSIVIDADE - MOBILE
   ======================================== */
@media (max-width: 767px) {
    /* Tipografia Mobile */
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    /* Seções Mobile */

    section {
        padding: 3.5rem 0;
    }


    .hero-section {
        padding: 3.5rem 0 5rem;
    }

    .hero-title {
    font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-description {
        font-size: 0.9rem;
    }

    .hero-description2 {
        font-size: 0.9rem;
    }

    /* Decorative elements - smaller on mobile */
    .circle-1 {
        width: 250px;
        height: 250px;
        top: -80px;
        right: -80px;
    }

    .circle-2 {
        width: 200px;
        height: 200px;
        bottom: 50px;
        left: -60px;
    }

    /* Consultation Info */
    .consultation-info {
        padding: 1.5rem;
    }

    /* Outcome Box */
    .outcome-box {
        padding: 1.5rem;
    }

    /* CTA Benefits */
    .cta-benefits {
        padding: 1.5rem;
    }

    /* CTA Info Box */
    .cta-info-box {
        padding: 1.5rem;
    }

    /* About Doctor Mobile */
    .about-image-col {
        order: 2;
    }

    .about-content {
        order: 1;
    }
}

/* ========================================
   ESTADOS HOVER E FOCUS
   ======================================== */
.btn:focus {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

.benefit-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}

/* ========================================
   ANIMAÇÕES
   ======================================== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Opcional: adicione classes para animar elementos quando entram na viewport */
.animate-on-scroll {
    animation: fadeIn 0.8s ease-out;
}


/* FORÇA borda arredondada mesmo com CSS do tema */
.rounded-image,
.rounded-image img {
  border-radius: 16px !important;
}

/* CORTE REAL (resolve imagens “pontudas”) */
.hero-image,
.about-image-col,
.images-grid > div,
.wp-block-image,
.elementor-image {
  border-radius: 16px;
  overflow: hidden;
}

/* Garante que o WP não quebre o corte */
.wp-block-image img,
.elementor-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}/* 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 */