/* Wrapper de cabeçalho (usado em cases/treatments e secções no single) */
.treatments-header {
    margin-bottom: 24px;
    text-align: center;
}

.treatment-section-description {
    margin-top: 10px;
}

.slick-dotted.slick-slider {
    margin-bottom: 50px !important;
}

.contacts-review-cta__buttons .btn.btn-secondary {
    border-radius: 0;
    background: transparent !important;
    color: #000000 !important;
    border: 2px solid #000000;
    padding: 8px 20px !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.25s ease;
    margin-bottom: 10px;
    min-width: 200px;
}

.contacts-review-cta__buttons .btn.btn-primary {
    min-width: 200px;
}
/* CTA + mapa — apenas single tratamento (estilos inline no template) */
.treatment-map-cta {
    --tmc-bg: #000000;
    --tmc-bg2: #0c0c0c;
    --tmc-grey: #2a2a2a;
    --tmc-grey-hover: #353535;
    --tmc-blue: #0071bc;
    --tmc-blue-hover: #0060a3;
    background: linear-gradient(165deg, var(--tmc-bg) 0%, var(--tmc-bg2) 45%, #000 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.treatment-map-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 55% at 15% 40%, rgba(0, 113, 188, .12) 0%, transparent 55%);
    pointer-events: none;
}

.treatment-map-cta .container {
    position: relative;
    z-index: 1;
    padding-top: clamp(56px, 8vw, 88px);
    padding-bottom: clamp(56px, 8vw, 88px);
}

.treatment-map-cta .row.align-items-stretch {
    align-items: center;
}

@media (min-width: 992px) {
    .treatment-map-cta .row.align-items-stretch {
        align-items: stretch;
    }

    .treatment-map-cta__content {
        padding-right: clamp(16px, 3vw, 40px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100%;
    }
}

.treatment-map-cta__title {
    margin: 0 0 18px;
    font-size: clamp(1.85rem, 3.5vw, 2.65rem);
    font-weight: 300;
    line-height: 1.15;
    color: #fff;
    letter-spacing: .015em;
    max-width: 18ch;
}

.treatment-map-cta__lead {
    margin: 0 0 32px;
    max-width: 34rem;
    font-size: clamp(1rem, 1.9vw, 1.08rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, .86);
}

.treatment-map-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 100%;
    width: min(420px, 100%);
}

.treatment-map-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 54px;
    padding: 14px 20px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .02em;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .15s ease;
}

.treatment-map-cta__btn i {
    font-size: 17px;
    flex-shrink: 0;
    opacity: .95;
}

.treatment-map-cta__btn--grey {
    background: var(--tmc-grey);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .04) inset;
}

.treatment-map-cta__btn--grey:hover {
    background: var(--tmc-grey-hover);
    border-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.treatment-map-cta__btn--primary {
    background: var(--tmc-blue);
    color: #fff;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: 14px;
    box-shadow: 0 4px 24px rgba(0, 113, 188, .35);
}

.treatment-map-cta__btn--primary:hover {
    background: var(--tmc-blue-hover);
    color: #fff;
    box-shadow: 0 6px 28px rgba(0, 113, 188, .42);
}

.treatment-map-cta__btn--primary:active {
    transform: translateY(1px);
}

.treatment-map-cta__map {
    height: 100%;
    min-height: 300px;
    background: #0a0a0a;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .45);
}

.treatment-map-cta__map iframe,
.treatment-map-cta__frame {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    border: 0;
    filter: grayscale(100%) contrast(1.02);
}

@media (min-width: 992px) {
    .treatment-map-cta__map {
        min-height: 440px;
    }

    .treatment-map-cta__map iframe,
    .treatment-map-cta__frame {
        min-height: 440px;
    }
}

@media (max-width: 991px) {
    .treatment-map-cta__actions {
        width: 100%;
        max-width: none;
    }

    .treatment-map-cta__map,
    .treatment-map-cta__map iframe,
    .treatment-map-cta__frame {
        min-height: 260px;
    }
}


.treatment-card__hover-more  {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    padding: 10px 18px;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 10px;
}

.footer-top {
    padding: 80px 0;
}

.redes-sociais-dark a {
    background-color: #000;
    color: #fff;
}

.team-card__media {
    aspect-ratio: 3 / 4;
}

.footer-top .home-about__title.footer-top__title {
    text-transform:unset !important;
}

.footer-top .home-about__tag.footer-top__tagline {
  font-size: 18px;
}

.footer-top--has-bg {
    padding: 220px 0;
}

.contacts-review-cta__title {
    text-transform: unset !important;
}

.considerar__text-item ul li {
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px solid #cccccc;
    color: #000000;
}

.bg-gray {
    background-color: #f1f1f1;
}
