.elementor-2525 .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-2525 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ===================================
   RESET E BASE
   =================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.5;
    color: #575E5D;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

svg {
    display: block;
}

/* ===================================
   HERO SECTION
   =================================== */
.hero-section {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.hero-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    pointer-events: none;
}

.hero-section__bg-icon {
    position: absolute;
}

.hero-section__bg-icon--1 {
    top: 2.5rem;
    right: 2.5rem;
    width: 16rem;
    height: 16rem;
}

.hero-section__bg-icon--2 {
    bottom: 5rem;
    left: 2.5rem;
    width: 12rem;
    height: 12rem;
}

.hero-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.hero-section__logo-wrapper {
    margin-bottom: 3rem;
    text-align: center;
}

.hero-section__logo-image {
    margin: 0 auto;
    height: 6rem;
    width: auto;
}

.hero-section__content {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.hero-section__headline {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    color: #575E5D;
    font-weight: 500;
    line-height: 1.3;
}

.hero-section__location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    color: #94A096;
}

.hero-section__location-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.hero-section__location span {
    font-size: 1.125rem;
}

.hero-section__description,
.hero-section__value-proposition {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.75;
    color: #575E5D;
}

.hero-section__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 9999px;
    background-color: #C86034;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-section__cta-button:hover {
    opacity: 0.9;
    box-shadow: 0 10px 25px rgba(200, 96, 52, 0.3);
}

.hero-section__cta-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.hero-section__image-wrapper {
    position: relative;
}

.hero-section__image-placeholder {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgba(148, 160, 150, 0.1) 0%, rgba(200, 96, 52, 0.1) 100%);
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section__image-bg-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
}

.hero-section__image-bg-icon svg {
    width: 6rem;
    height: 6rem;
}

.hero-section__image-text {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 1rem;
    color: #94A096;
}

.hero-section__decorative-element {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    width: 8rem;
    height: 8rem;
    border-radius: 9999px;
    background-color: #C86034;
    opacity: 0.2;
    filter: blur(3rem);
}

/* ===================================
   DOCTOR PRESENTATION SECTION
   =================================== */
.doctor-presentation-section {
    position: relative;
    padding: 4rem 0;
    background-color: #f9faf9;
}

.doctor-presentation-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.02;
    pointer-events: none;
}

.doctor-presentation-section__bg-icon {
    position: absolute;
    top: 5rem;
    left: 25%;
    width: 10rem;
    height: 10rem;
}

.doctor-presentation-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.doctor-presentation-section__badge-wrapper {
    text-align: center;
    margin-bottom: 3rem;
}

.doctor-presentation-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    border: 2px solid #C86034;
    color: #C86034;
}

.doctor-presentation-section__badge svg {
    width: 1.5rem;
    height: 1.5rem;
}

.doctor-presentation-section__badge span {
    font-size: 1.125rem;
}

.doctor-presentation-section__content-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.doctor-presentation-section__photo-wrapper {
    order: 2;
}

.doctor-presentation-section__photo-container {
    position: relative;
}

.doctor-presentation-section__photo-placeholder {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(200, 96, 52, 0.1) 0%, rgba(148, 160, 150, 0.1) 100%);
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-presentation-section__photo-bg-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
}

.doctor-presentation-section__photo-bg-icon svg {
    width: 8rem;
    height: 8rem;
}

.doctor-presentation-section__photo-text {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 1rem;
    color: #94A096;
}

.doctor-presentation-section__decorative-circle {
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    width: 6rem;
    height: 6rem;
    border-radius: 9999px;
    background-color: #94A096;
    opacity: 0.2;
    filter: blur(3rem);
}

.doctor-presentation-section__text-content {
    order: 1;
}

.doctor-presentation-section__name {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #C86034;
    font-weight: 500;
}

.doctor-presentation-section__subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #575E5D;
    font-weight: 500;
}

.doctor-presentation-section__bio {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.doctor-presentation-section__bio-paragraph {
    font-size: 1rem;
    line-height: 1.75;
    color: #575E5D;
}

.doctor-presentation-section__highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.doctor-presentation-section__highlight-card {
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #94A096;
    background-color: #ffffff;
}

.doctor-presentation-section__highlight-number {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    color: #C86034;
    font-weight: 500;
}

.doctor-presentation-section__highlight-label {
    font-size: 0.875rem;
    color: #575E5D;
}

/* ===================================
   SERVICES SECTION
   =================================== */
.services-section {
    position: relative;
    padding: 4rem 0;
    background-color: #ffffff;
}

.services-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.02;
    pointer-events: none;
}

.services-section__bg-icon {
    position: absolute;
}

.services-section__bg-icon--1 {
    top: 2.5rem;
    right: 5rem;
    width: 14rem;
    height: 14rem;
}

.services-section__bg-icon--2 {
    bottom: 2.5rem;
    left: 5rem;
    width: 14rem;
    height: 14rem;
}

.services-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.services-section__header {
    text-align: center;
    margin-bottom: 3rem;
}

.services-section__icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    background-color: #C86034;
    margin-bottom: 1.5rem;
}

.services-section__icon-wrapper svg {
    width: 2rem;
    height: 2rem;
    color: #ffffff;
}

.services-section__title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #575E5D;
    font-weight: 500;
}

.services-section__subtitle {
    font-size: 1.25rem;
    color: #C86034;
}

.services-section__for-who-header {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 0rem;
}

.services-section__for-who-title {
    font-size: 1.5rem;
    color: #575E5D;
    font-weight: 500;
}

.services-section__for-who-description {
    font-size: 1rem;
    margin-top: 1rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    color: #575E5D;
}

/* ===================================
   FOR WHO SECTION
   =================================== */
.for-who-section {
    position: relative;
    padding: 4rem 0;
    background-color: #f9faf9;
}

.for-who-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.015;
    pointer-events: none;
}

.for-who-section__bg-icon {
    position: absolute;
    top: 10rem;
    right: 2.5rem;
    width: 16rem;
    height: 16rem;
}

.for-who-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.for-who-section__profiles-grid-row-1 {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.for-who-section__profiles-grid-row-2 {
    width: 100%;
}

.for-who-section__profiles-grid-row-2-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
}

.for-who-section__profile-card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 2px solid rgba(148, 160, 150, 0.3);
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.for-who-section__profile-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #94A096;
}

.for-who-section__profile-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C86034;
    margin-bottom: 1rem;
}

.for-who-section__profile-icon-wrapper svg {
    width: 1.75rem;
    height: 1.75rem;
    color: #ffffff;
}

.for-who-section__profile-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    color: #575E5D;
    font-weight: 500;
}

.for-who-section__profile-description {
    font-size: 0.875rem;
    line-height: 1.75;
    color: #575E5D;
    opacity: 0.85;
}

/* ===================================
   HOW IT WORKS SECTION
   =================================== */
.how-it-works-section {
    position: relative;
    padding: 4rem 0;
    background-color: #ffffff;
}

.how-it-works-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.02;
    pointer-events: none;
}

.how-it-works-section__bg-icon {
    position: absolute;
    bottom: 5rem;
    right: 2.5rem;
    width: 18rem;
    height: 18rem;
}

.how-it-works-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.how-it-works-section__header {
    text-align: center;
    margin-bottom: 3rem;
}

.how-it-works-section__title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #575E5D;
    font-weight: 500;
}

.how-it-works-section__subtitle {
    font-size: 1.125rem;
    max-width: 48rem;
    margin: 0 auto;
    color: #94A096;
}

.how-it-works-section__steps-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.how-it-works-section__step {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.how-it-works-section__step-number-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.how-it-works-section__step-number {
    font-size: 3.75rem;
    opacity: 0.2;
    color: #C86034;
    font-weight: 700;
}

.how-it-works-section__step-icon-wrapper {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #94A096;
}

.how-it-works-section__step-icon-wrapper svg {
    width: 2rem;
    height: 2rem;
    color: #ffffff;
}

.how-it-works-section__step-content-card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #94A096;
    background-color: #ffffff;
}

.how-it-works-section__step-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #C86034;
    font-weight: 500;
}

.how-it-works-section__step-description {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1rem;
    color: #575E5D;
}

.how-it-works-section__step-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.how-it-works-section__step-list-item {
    display: flex;
    align-items: start;
    gap: 0.75rem;
}

.how-it-works-section__step-list-bullet {
    margin-top: 0.375rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 9999px;
    flex-shrink: 0;
    background-color: #C86034;
}

.how-it-works-section__step-list-item span:last-child {
    font-size: 1rem;
    color: #575E5D;
}

.how-it-works-section__step-note {
    font-size: 0.875rem;
    font-style: italic;
    padding: 0.75rem;
    border-radius: 0.5rem;
    color: #575E5D;
    background-color: #f9faf9;
}

.how-it-works-section__footer {
    text-align: center;
    margin-top: 4rem;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #f9faf9;
}

.how-it-works-section__footer-text {
    font-size: 1.125rem;
    font-style: italic;
    color: #575E5D;
}

/* ===================================
   LOCATION SECTION
   =================================== */
.location-section {
    position: relative;
    padding: 4rem 0;
    background-color: #f9faf9;
}

.location-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.02;
    pointer-events: none;
}

.location-section__bg-icon {
    position: absolute;
    top: 5rem;
    left: 2.5rem;
    width: 16rem;
    height: 16rem;
}

.location-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.location-section__header {
    text-align: center;
    margin-bottom: 3rem;
}

.location-section__title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #575E5D;
    font-weight: 500;
}

.location-section__content-grid {
    display: grid;
    gap: 2rem;
}

.location-section__info-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.location-section__info-card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #94A096;
    background-color: #ffffff;
}

.location-section__card-header {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.location-section__card-icon-wrapper {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.location-section__card-icon-wrapper--primary {
    background-color: #C86034;
}

.location-section__card-icon-wrapper--secondary {
    background-color: #94A096;
}

.location-section__card-icon-wrapper--tertiary {
    background-color: #575E5D;
}

.location-section__card-icon-wrapper svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #ffffff;
}

.location-section__card-content {
    flex: 1;
}

.location-section__card-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #C86034;
    font-weight: 500;
}

.location-section__card-subtitle {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: #575E5D;
}

.location-section__address-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 1rem;
    color: #575E5D;
}

.location-section__maps-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 1rem;
    color: #C86034;
    text-decoration: none;
    transition: text-decoration 0.2s ease;
}

.location-section__maps-link:hover {
    text-decoration: underline;
}

.location-section__maps-link svg {
    width: 1rem;
    height: 1rem;
}

.location-section__hours-text {
    font-size: 1.125rem;
    color: #575E5D;
}

.location-section__credentials-text {
    font-size: 1.125rem;
    color: #575E5D;
}

.location-section__whatsapp-button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background-color: #C86034;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.location-section__whatsapp-button:hover {
    opacity: 0.9;
    box-shadow: 0 10px 25px rgba(200, 96, 52, 0.3);
}

.location-section__whatsapp-button svg {
    width: 1.5rem;
    height: 1.5rem;
}

.location-section__map-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 25rem;
}

.location-section__map-iframe {
    width: 100%;
    height: 100%;
}

/* ===================================
   FINAL CTA SECTION
   =================================== */
.final-cta-section {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background-color: #C86034;
}

.final-cta-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
}

.final-cta-section__bg-icon {
    position: absolute;
}

.final-cta-section__bg-icon--1 {
    top: 2.5rem;
    right: 2.5rem;
    width: 24rem;
    height: 24rem;
}

.final-cta-section__bg-icon--2 {
    bottom: 2.5rem;
    left: 2.5rem;
    width: 16rem;
    height: 16rem;
}

.final-cta-section__container {
    position: relative;
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.final-cta-section__title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.3;
}

.final-cta-section__description {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
}

.final-cta-section__button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2rem;
    border-radius: 9999px;
    background-color: #ffffff;
    color: #C86034;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.final-cta-section__button:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.final-cta-section__button svg {
    width: 1.75rem;
    height: 1.75rem;
}

.final-cta-section__additional-info {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.final-cta-section__location {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.final-cta-section__credentials {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

/* ===================================
   MEDIA QUERIES - TABLET (768px+)
   =================================== */
@media (min-width: 768px) {
    /* Hero Section */
    .hero-section__container {
        padding: 3rem 1.5rem;
    }

    .hero-section__logo-image {
        height: 2rem;
    }

    .hero-section__headline {
        font-size: 2.25rem;
    }

    .hero-section__location span {
        font-size: 1.25rem;
    }

    .hero-section__description,
    .hero-section__value-proposition {
        font-size: 1.125rem;
    }

    /* Doctor Presentation */
    .doctor-presentation-section__badge span {
        font-size: 1.25rem;
    }

    .doctor-presentation-section__name {
        font-size: 2.25rem;
    }

    .doctor-presentation-section__subtitle {
        font-size: 1.5rem;
    }

    .doctor-presentation-section__bio-paragraph {
        font-size: 1.125rem;
    }

    .doctor-presentation-section__highlight-number {
        font-size: 1.875rem;
    }

    .doctor-presentation-section__highlight-label {
        font-size: 1rem;
    }

    /* Services Section */
    .services-section__title {
        font-size: 2.25rem;
    }

    .services-section__subtitle {
        font-size: 1.5rem;
    }

    .services-section__for-who-title {
        font-size: 1.875rem;
    }

    .services-section__for-who-description {
        font-size: 1.125rem;
    }

    /* For Who Section */
    .for-who-section__profiles-grid-row-1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .for-who-section__profiles-grid-row-2-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .for-who-section__profile-title {
        font-size: 1.25rem;
    }

    .for-who-section__profile-description {
        font-size: 1rem;
    }

    /* How It Works */
    .how-it-works-section__title {
        font-size: 2.25rem;
    }

    .how-it-works-section__subtitle {
        font-size: 1.25rem;
        margin-bottom: 4rem;
    }

    .how-it-works-section__step {
        grid-template-columns: repeat(12, 1fr);
    }

    .how-it-works-section__step-visual {
        grid-column: span 3;
    }

    .how-it-works-section__step-content {
        grid-column: span 9;
    }

    .how-it-works-section__step--even .how-it-works-section__step-visual--even {
        order: 2;
    }

    .how-it-works-section__step--even .how-it-works-section__step-content--even {
        order: 1;
    }

    .how-it-works-section__step-number-wrapper {
        flex-direction: column;
        align-items: start;
    }

    .how-it-works-section__step-number {
        font-size: 4.5rem;
    }

    .how-it-works-section__step-content-card {
        padding: 2rem;
    }

    .how-it-works-section__step-title {
        font-size: 1.5rem;
    }

    .how-it-works-section__step-description {
        font-size: 1.125rem;
    }

    .how-it-works-section__step-note {
        font-size: 1rem;
    }

    .how-it-works-section__footer-text {
        font-size: 1.25rem;
    }

    /* Location Section */
    .location-section__title {
        font-size: 2.25rem;
    }

    .final-cta-section__title {
        font-size: 2.25rem;
    }

    .final-cta-section__description {
        font-size: 1.25rem;
    }

    .final-cta-section__button {
        font-size: 1.25rem;
    }

    .final-cta-section__location {
        font-size: 1.125rem;
    }

    .final-cta-section__credentials {
        font-size: 1rem;
    }
}

/* ===================================
   MEDIA QUERIES - DESKTOP (1024px+)
   =================================== */
@media (min-width: 1024px) {
    /* Hero Section */
    .hero-section__container {
        padding: 2rem 2rem;
    }

    .hero-section__content {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-section__headline {
        font-size: 3rem;
    }

    /* Doctor Presentation */
    .doctor-presentation-section {
        padding: 6rem 0;
    }

    .doctor-presentation-section__content-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .doctor-presentation-section__photo-wrapper {
        order: 1;
    }

    .doctor-presentation-section__text-content {
        order: 2;
    }

    .doctor-presentation-section__name {
        font-size: 2.25rem;
    }

    .doctor-presentation-section__subtitle {
        font-size: 1.5rem;
    }

    /* Services Section */
    .services-section {
        padding: 2rem 0 0 0;
    }

    .services-section__title {
        font-size: 2.25rem;
    }

    .services-section__subtitle {
        font-size: 1.5rem;
    }

    .services-section__for-who-title {
        font-size: 1.875rem;
    }

    /* For Who Section */
    .for-who-section {
        padding: 6rem 0;
    }

    .for-who-section__profiles-grid-row-1 {
        grid-template-columns: repeat(3, 1fr);
    }

    .for-who-section__profiles-grid-row-2 {
        display: flex;
        justify-content: center;
    }

    .for-who-section__profiles-grid-row-2-inner {
        max-width: calc(66.666% - 0.5rem);
    }

    /* How It Works */
    .how-it-works-section {
        padding: 6rem 0;
    }

    /* Location Section */
    .location-section {
        padding: 6rem 0;
    }

    .location-section__content-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .location-section__map-wrapper {
        min-height: 37.5rem;
    }

    /* Final CTA */
    .final-cta-section {
        padding: 7rem 0;
    }

    .final-cta-section__title {
        font-size: 3rem;
    }

    .final-cta-section__button {
        font-size: 1.25rem;
    }
}


.hero-section__logo-wrapper .hero-section__logo-image{
  width: 180px !important;   /* ajuste aqui */
  max-width: 180px !important;
  height: auto !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ===================================
   RESET E BASE
   =================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.5;
    color: #575E5D;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

svg {
    display: block;
}

/* ===================================
   HERO SECTION
   =================================== */
.hero-section {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.hero-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    pointer-events: none;
}

.hero-section__bg-icon {
    position: absolute;
}

.hero-section__bg-icon--1 {
    top: 2.5rem;
    right: 2.5rem;
    width: 16rem;
    height: 16rem;
}

.hero-section__bg-icon--2 {
    bottom: 5rem;
    left: 2.5rem;
    width: 12rem;
    height: 12rem;
}

.hero-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.hero-section__logo-wrapper {
    margin-bottom: 3rem;
    text-align: center;
}

.hero-section__logo-image {
    margin: 0 auto;
    height: 6rem;
    width: auto;
}

.hero-section__content {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.hero-section__headline {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    color: #575E5D;
    font-weight: 500;
    line-height: 1.3;
}

.hero-section__location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    color: #94A096;
}

.hero-section__location-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.hero-section__location span {
    font-size: 1.125rem;
}

.hero-section__description,
.hero-section__value-proposition {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.75;
    color: #575E5D;
}

.hero-section__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 9999px;
    background-color: #C86034;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-section__cta-button:hover {
    opacity: 0.9;
    box-shadow: 0 10px 25px rgba(200, 96, 52, 0.3);
}

.hero-section__cta-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.hero-section__image-wrapper {
    position: relative;
}

.hero-section__image-placeholder {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgba(148, 160, 150, 0.1) 0%, rgba(200, 96, 52, 0.1) 100%);
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section__image-bg-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
}

.hero-section__image-bg-icon svg {
    width: 6rem;
    height: 6rem;
}

.hero-section__image-text {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 1rem;
    color: #94A096;
}

.hero-section__decorative-element {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    width: 8rem;
    height: 8rem;
    border-radius: 9999px;
    background-color: #C86034;
    opacity: 0.2;
    filter: blur(3rem);
}

/* ===================================
   DOCTOR PRESENTATION SECTION
   =================================== */
.doctor-presentation-section {
    position: relative;
    padding: 4rem 0;
    background-color: #f9faf9;
}

.doctor-presentation-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.02;
    pointer-events: none;
}

.doctor-presentation-section__bg-icon {
    position: absolute;
    top: 5rem;
    left: 25%;
    width: 10rem;
    height: 10rem;
}

.doctor-presentation-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.doctor-presentation-section__badge-wrapper {
    text-align: center;
    margin-bottom: 3rem;
}

.doctor-presentation-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    border: 2px solid #C86034;
    color: #C86034;
}

.doctor-presentation-section__badge svg {
    width: 1.5rem;
    height: 1.5rem;
}

.doctor-presentation-section__badge span {
    font-size: 1.125rem;
}

.doctor-presentation-section__content-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.doctor-presentation-section__photo-wrapper {
    order: 2;
}

.doctor-presentation-section__photo-container {
    position: relative;
}

.doctor-presentation-section__photo-placeholder {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(200, 96, 52, 0.1) 0%, rgba(148, 160, 150, 0.1) 100%);
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-presentation-section__photo-bg-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
}

.doctor-presentation-section__photo-bg-icon svg {
    width: 8rem;
    height: 8rem;
}

.doctor-presentation-section__photo-text {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 1rem;
    color: #94A096;
}

.doctor-presentation-section__decorative-circle {
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    width: 6rem;
    height: 6rem;
    border-radius: 9999px;
    background-color: #94A096;
    opacity: 0.2;
    filter: blur(3rem);
}

.doctor-presentation-section__text-content {
    order: 1;
}

.doctor-presentation-section__name {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #C86034;
    font-weight: 500;
}

.doctor-presentation-section__subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #575E5D;
    font-weight: 500;
}

.doctor-presentation-section__bio {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.doctor-presentation-section__bio-paragraph {
    font-size: 1rem;
    line-height: 1.75;
    color: #575E5D;
}

.doctor-presentation-section__highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.doctor-presentation-section__highlight-card {
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #94A096;
    background-color: #ffffff;
}

.doctor-presentation-section__highlight-number {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    color: #C86034;
    font-weight: 500;
}

.doctor-presentation-section__highlight-label {
    font-size: 0.875rem;
    color: #575E5D;
}

/* ===================================
   SERVICES SECTION
   =================================== */
.services-section {
    position: relative;
    padding: 4rem 0;
    background-color: #ffffff;
}

.services-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.02;
    pointer-events: none;
}

.services-section__bg-icon {
    position: absolute;
}

.services-section__bg-icon--1 {
    top: 2.5rem;
    right: 5rem;
    width: 14rem;
    height: 14rem;
}

.services-section__bg-icon--2 {
    bottom: 2.5rem;
    left: 5rem;
    width: 14rem;
    height: 14rem;
}

.services-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.services-section__header {
    text-align: center;
    margin-bottom: 3rem;
}

.services-section__icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    background-color: #C86034;
    margin-bottom: 1.5rem;
}

.services-section__icon-wrapper svg {
    width: 2rem;
    height: 2rem;
    color: #ffffff;
}

.services-section__title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #575E5D;
    font-weight: 500;
}

.services-section__subtitle {
    font-size: 1.25rem;
    color: #C86034;
}

.services-section__for-who-header {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 0rem;
}

.services-section__for-who-title {
    font-size: 1.5rem;
    color: #575E5D;
    font-weight: 500;
}

.services-section__for-who-description {
    font-size: 1rem;
    margin-top: 1rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    color: #575E5D;
}

/* ===================================
   FOR WHO SECTION
   =================================== */
.for-who-section {
    position: relative;
    padding: 4rem 0;
    background-color: #f9faf9;
}

.for-who-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.015;
    pointer-events: none;
}

.for-who-section__bg-icon {
    position: absolute;
    top: 10rem;
    right: 2.5rem;
    width: 16rem;
    height: 16rem;
}

.for-who-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.for-who-section__profiles-grid-row-1 {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.for-who-section__profiles-grid-row-2 {
    width: 100%;
}

.for-who-section__profiles-grid-row-2-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
}

.for-who-section__profile-card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 2px solid rgba(148, 160, 150, 0.3);
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.for-who-section__profile-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #94A096;
}

.for-who-section__profile-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C86034;
    margin-bottom: 1rem;
}

.for-who-section__profile-icon-wrapper svg {
    width: 1.75rem;
    height: 1.75rem;
    color: #ffffff;
}

.for-who-section__profile-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    color: #575E5D;
    font-weight: 500;
}

.for-who-section__profile-description {
    font-size: 0.875rem;
    line-height: 1.75;
    color: #575E5D;
    opacity: 0.85;
}

/* ===================================
   HOW IT WORKS SECTION
   =================================== */
.how-it-works-section {
    position: relative;
    padding: 4rem 0;
    background-color: #ffffff;
}

.how-it-works-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.02;
    pointer-events: none;
}

.how-it-works-section__bg-icon {
    position: absolute;
    bottom: 5rem;
    right: 2.5rem;
    width: 18rem;
    height: 18rem;
}

.how-it-works-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.how-it-works-section__header {
    text-align: center;
    margin-bottom: 3rem;
}

.how-it-works-section__title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #575E5D;
    font-weight: 500;
}

.how-it-works-section__subtitle {
    font-size: 1.125rem;
    max-width: 48rem;
    margin: 0 auto;
    color: #94A096;
}

.how-it-works-section__steps-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.how-it-works-section__step {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.how-it-works-section__step-number-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.how-it-works-section__step-number {
    font-size: 3.75rem;
    opacity: 0.2;
    color: #C86034;
    font-weight: 700;
}

.how-it-works-section__step-icon-wrapper {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #94A096;
}

.how-it-works-section__step-icon-wrapper svg {
    width: 2rem;
    height: 2rem;
    color: #ffffff;
}

.how-it-works-section__step-content-card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #94A096;
    background-color: #ffffff;
}

.how-it-works-section__step-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #C86034;
    font-weight: 500;
}

.how-it-works-section__step-description {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1rem;
    color: #575E5D;
}

.how-it-works-section__step-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.how-it-works-section__step-list-item {
    display: flex;
    align-items: start;
    gap: 0.75rem;
}

.how-it-works-section__step-list-bullet {
    margin-top: 0.375rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 9999px;
    flex-shrink: 0;
    background-color: #C86034;
}

.how-it-works-section__step-list-item span:last-child {
    font-size: 1rem;
    color: #575E5D;
}

.how-it-works-section__step-note {
    font-size: 0.875rem;
    font-style: italic;
    padding: 0.75rem;
    border-radius: 0.5rem;
    color: #575E5D;
    background-color: #f9faf9;
}

.how-it-works-section__footer {
    text-align: center;
    margin-top: 4rem;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #f9faf9;
}

.how-it-works-section__footer-text {
    font-size: 1.125rem;
    font-style: italic;
    color: #575E5D;
}

/* ===================================
   LOCATION SECTION
   =================================== */
.location-section {
    position: relative;
    padding: 4rem 0;
    background-color: #f9faf9;
}

.location-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.02;
    pointer-events: none;
}

.location-section__bg-icon {
    position: absolute;
    top: 5rem;
    left: 2.5rem;
    width: 16rem;
    height: 16rem;
}

.location-section__container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.location-section__header {
    text-align: center;
    margin-bottom: 3rem;
}

.location-section__title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #575E5D;
    font-weight: 500;
}

.location-section__content-grid {
    display: grid;
    gap: 2rem;
}

.location-section__info-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.location-section__info-card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #94A096;
    background-color: #ffffff;
}

.location-section__card-header {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.location-section__card-icon-wrapper {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.location-section__card-icon-wrapper--primary {
    background-color: #C86034;
}

.location-section__card-icon-wrapper--secondary {
    background-color: #94A096;
}

.location-section__card-icon-wrapper--tertiary {
    background-color: #575E5D;
}

.location-section__card-icon-wrapper svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #ffffff;
}

.location-section__card-content {
    flex: 1;
}

.location-section__card-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #C86034;
    font-weight: 500;
}

.location-section__card-subtitle {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: #575E5D;
}

.location-section__address-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 1rem;
    color: #575E5D;
}

.location-section__maps-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 1rem;
    color: #C86034;
    text-decoration: none;
    transition: text-decoration 0.2s ease;
}

.location-section__maps-link:hover {
    text-decoration: underline;
}

.location-section__maps-link svg {
    width: 1rem;
    height: 1rem;
}

.location-section__hours-text {
    font-size: 1.125rem;
    color: #575E5D;
}

.location-section__credentials-text {
    font-size: 1.125rem;
    color: #575E5D;
}

.location-section__whatsapp-button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background-color: #C86034;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.location-section__whatsapp-button:hover {
    opacity: 0.9;
    box-shadow: 0 10px 25px rgba(200, 96, 52, 0.3);
}

.location-section__whatsapp-button svg {
    width: 1.5rem;
    height: 1.5rem;
}

.location-section__map-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 25rem;
}

.location-section__map-iframe {
    width: 100%;
    height: 100%;
}

/* ===================================
   FINAL CTA SECTION
   =================================== */
.final-cta-section {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background-color: #C86034;
}

.final-cta-section__background-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
}

.final-cta-section__bg-icon {
    position: absolute;
}

.final-cta-section__bg-icon--1 {
    top: 2.5rem;
    right: 2.5rem;
    width: 24rem;
    height: 24rem;
}

.final-cta-section__bg-icon--2 {
    bottom: 2.5rem;
    left: 2.5rem;
    width: 16rem;
    height: 16rem;
}

.final-cta-section__container {
    position: relative;
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.final-cta-section__title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.3;
}

.final-cta-section__description {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
}

.final-cta-section__button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2rem;
    border-radius: 9999px;
    background-color: #ffffff;
    color: #C86034;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.final-cta-section__button:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.final-cta-section__button svg {
    width: 1.75rem;
    height: 1.75rem;
}

.final-cta-section__additional-info {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.final-cta-section__location {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.final-cta-section__credentials {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

/* ===================================
   MEDIA QUERIES - TABLET (768px+)
   =================================== */
@media (min-width: 768px) {
    /* Hero Section */
    .hero-section__container {
        padding: 3rem 1.5rem;
    }

    .hero-section__logo-image {
        height: 2rem;
    }

    .hero-section__headline {
        font-size: 2.25rem;
    }

    .hero-section__location span {
        font-size: 1.25rem;
    }

    .hero-section__description,
    .hero-section__value-proposition {
        font-size: 1.125rem;
    }

    /* Doctor Presentation */
    .doctor-presentation-section__badge span {
        font-size: 1.25rem;
    }

    .doctor-presentation-section__name {
        font-size: 2.25rem;
    }

    .doctor-presentation-section__subtitle {
        font-size: 1.5rem;
    }

    .doctor-presentation-section__bio-paragraph {
        font-size: 1.125rem;
    }

    .doctor-presentation-section__highlight-number {
        font-size: 1.875rem;
    }

    .doctor-presentation-section__highlight-label {
        font-size: 1rem;
    }

    /* Services Section */
    .services-section__title {
        font-size: 2.25rem;
    }

    .services-section__subtitle {
        font-size: 1.5rem;
    }

    .services-section__for-who-title {
        font-size: 1.875rem;
    }

    .services-section__for-who-description {
        font-size: 1.125rem;
    }

    /* For Who Section */
    .for-who-section__profiles-grid-row-1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .for-who-section__profiles-grid-row-2-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .for-who-section__profile-title {
        font-size: 1.25rem;
    }

    .for-who-section__profile-description {
        font-size: 1rem;
    }

    /* How It Works */
    .how-it-works-section__title {
        font-size: 2.25rem;
    }

    .how-it-works-section__subtitle {
        font-size: 1.25rem;
        margin-bottom: 4rem;
    }

    .how-it-works-section__step {
        grid-template-columns: repeat(12, 1fr);
    }

    .how-it-works-section__step-visual {
        grid-column: span 3;
    }

    .how-it-works-section__step-content {
        grid-column: span 9;
    }

    .how-it-works-section__step--even .how-it-works-section__step-visual--even {
        order: 2;
    }

    .how-it-works-section__step--even .how-it-works-section__step-content--even {
        order: 1;
    }

    .how-it-works-section__step-number-wrapper {
        flex-direction: column;
        align-items: start;
    }

    .how-it-works-section__step-number {
        font-size: 4.5rem;
    }

    .how-it-works-section__step-content-card {
        padding: 2rem;
    }

    .how-it-works-section__step-title {
        font-size: 1.5rem;
    }

    .how-it-works-section__step-description {
        font-size: 1.125rem;
    }

    .how-it-works-section__step-note {
        font-size: 1rem;
    }

    .how-it-works-section__footer-text {
        font-size: 1.25rem;
    }

    /* Location Section */
    .location-section__title {
        font-size: 2.25rem;
    }

    .final-cta-section__title {
        font-size: 2.25rem;
    }

    .final-cta-section__description {
        font-size: 1.25rem;
    }

    .final-cta-section__button {
        font-size: 1.25rem;
    }

    .final-cta-section__location {
        font-size: 1.125rem;
    }

    .final-cta-section__credentials {
        font-size: 1rem;
    }
}

/* ===================================
   MEDIA QUERIES - DESKTOP (1024px+)
   =================================== */
@media (min-width: 1024px) {
    /* Hero Section */
    .hero-section__container {
        padding: 2rem 2rem;
    }

    .hero-section__content {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-section__headline {
        font-size: 3rem;
    }

    /* Doctor Presentation */
    .doctor-presentation-section {
        padding: 6rem 0;
    }

    .doctor-presentation-section__content-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .doctor-presentation-section__photo-wrapper {
        order: 1;
    }

    .doctor-presentation-section__text-content {
        order: 2;
    }

    .doctor-presentation-section__name {
        font-size: 2.25rem;
    }

    .doctor-presentation-section__subtitle {
        font-size: 1.5rem;
    }

    /* Services Section */
    .services-section {
        padding: 2rem 0 0 0;
    }

    .services-section__title {
        font-size: 2.25rem;
    }

    .services-section__subtitle {
        font-size: 1.5rem;
    }

    .services-section__for-who-title {
        font-size: 1.875rem;
    }

    /* For Who Section */
    .for-who-section {
        padding: 6rem 0;
    }

    .for-who-section__profiles-grid-row-1 {
        grid-template-columns: repeat(3, 1fr);
    }

    .for-who-section__profiles-grid-row-2 {
        display: flex;
        justify-content: center;
    }

    .for-who-section__profiles-grid-row-2-inner {
        max-width: calc(66.666% - 0.5rem);
    }

    /* How It Works */
    .how-it-works-section {
        padding: 6rem 0;
    }

    /* Location Section */
    .location-section {
        padding: 6rem 0;
    }

    .location-section__content-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .location-section__map-wrapper {
        min-height: 37.5rem;
    }

    /* Final CTA */
    .final-cta-section {
        padding: 7rem 0;
    }

    .final-cta-section__title {
        font-size: 3rem;
    }

    .final-cta-section__button {
        font-size: 1.25rem;
    }
}


.hero-section__logo-wrapper .hero-section__logo-image{
  width: 180px !important;   /* ajuste aqui */
  max-width: 180px !important;
  height: auto !important;
}/* 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 */