/*==============================================
    Services One
===============================================*/
.services-one {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    padding: 0 0 90px;
    z-index: 1;
}

.services-one__left {
    position: relative;
    display: block;
    margin-top: 240px;
}

.services-one__left .section-title {
    margin-bottom: 30px;
}

.services-one__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.services-one__btn-box .thm-btn {
    background-color: var(--careon-white);
    border: 1px solid var(--careon-primary);
    color: var(--careon-black);
}

.services-one__right {
    position: relative;
    display: block;
    margin-left: 30px;
}

.services-one__single {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    border-radius: var(--careon-bdr-radius);
    padding: 40px 40px 37px;
    margin-bottom: 30px;
}

.services-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: var(--color3);
    border-radius: 50%;
    z-index: 1;
}

.services-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--careon-base);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.services-one__single:hover .services-one__icon:before {
    transform: scaleX(1);
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--careon-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
    transform: scale(0.9);
    color: var(--careon-white);
}

.services-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 22px 0 34px;
}

.services-one__title a {
    color: var(--careon-black);
}

.services-one__title a:hover {
    color: var(--careon-base);
}

.services-one__read-more {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--careon-black);
    margin-top: 31px;
}

.services-one__read-more:hover {
    color: var(--careon-base);
}

.services-one__right ul li:first-child {
    margin-top: 80px;
}

.services-one__right ul li:last-child {
    margin-top: -80px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-two__inner {
    position: relative;
    display: block;
    border: 2px solid var(--careon-bdr-color);
    border-radius: var(--careon-bdr-radius);
    padding: 41px 40px 18px;
}

.services-two__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 22px;
}

.services-two__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    bottom: 0;
    width: 2px;
    background-color: var(--careon-bdr-color);
}

.services-two__inner ul li:first-child .services-two__single::before {
    display: none;
}

.services-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.services-two__title a {
    color: var(--careon-black);
}

.services-two__title a:hover {
    color: var(--careon-base);
}

.services-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: var(--careon-extra);
    border-radius: 50%;
    margin: 23px auto 20px;
    z-index: 1;
}

.services-two__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--careon-base);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.services-two__single:hover .services-two__icon:before {
    transform: scaleX(1);
}

.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--careon-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
    transform: scale(0.9);
    color: var(--careon-white);
}

.services-two__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.services-two__btn-box .thm-btn {
    color: var(--careon-black);
    padding: 12px 29px 16px;
    background-color: transparent;
    border: 1px solid var(--careon-black);
}

.services-two__btn-box .thm-btn::before,
.services-two__btn-box .thm-btn::after {
    background-color: var(--careon-black);
}





/*--------------------------------------------------------------
# Beneficios - Ortopedia y Traumatología
--------------------------------------------------------------*/
.algologo-benefits,
.algologo-benefits * {
    box-sizing: border-box;
}

.algologo-benefits {
    position: relative;
    display: block;
    padding: 105px 0 95px;
    overflow: hidden;
    font-family: var(--careon-font);
    background:
        radial-gradient(
            circle at 8% 14%,
            rgba(var(--careon-base-rgb), 0.10) 0%,
            rgba(var(--careon-base-rgb), 0) 28%
        ),
        radial-gradient(
            circle at 92% 84%,
            rgba(var(--careon-black-rgb), 0.09) 0%,
            rgba(var(--careon-black-rgb), 0) 30%
        ),
        linear-gradient(
            180deg,
            var(--careon-white) 0%,
            var(--color3) 100%
        );
    isolation: isolate;
}

.algologo-benefits__shape-one,
.algologo-benefits__shape-two {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.algologo-benefits__shape-one {
    top: 75px;
    left: -115px;
    width: 305px;
    height: 305px;
    background: rgba(var(--careon-base-rgb), 0.075);
}

.algologo-benefits__shape-two {
    right: -125px;
    bottom: 60px;
    width: 350px;
    height: 350px;
    background: rgba(var(--careon-black-rgb), 0.065);
}

/* Encabezado */
.algologo-benefits__heading {
    max-width: 920px;
    margin: 0 auto 52px;
    text-align: center;
}

.algologo-benefits__title {
    max-width: 880px;
    margin: 0 auto 17px;
    color: var(--color1);
    font-size: clamp(2.25rem, 3.45vw, 3.15rem);
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    overflow-wrap: anywhere;
}

.algologo-benefits__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 780px;
    margin: 0 auto;
    padding: 9px 18px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.16);
    border-radius: 999px;
    color: var(--color2);
    background: rgba(var(--careon-base-rgb), 0.08);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 800;
    letter-spacing: 0.15px;
    text-align: center;
    text-transform: none;
}

.algologo-benefits__label::before {
    content: "";
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.10);
}

/* Cuadrícula */
.algologo-benefits__row {
    row-gap: 28px;
}

.algologo-benefits__row > [class*="col-"] {
    display: flex;
}

.algologo-benefits__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 390px;
    height: 100%;
    margin: 0;
    padding: 34px 26px 30px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-black-rgb), 0.12);
    border-radius: 24px;
    background: rgba(var(--careon-white-rgb), 0.96);
    box-shadow: 0 17px 48px rgba(var(--careon-black-rgb), 0.075);
    text-align: center;
    transition:
        transform 380ms ease,
        box-shadow 380ms ease,
        border-color 380ms ease;
    isolation: isolate;
}

.algologo-benefits__card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(145deg, var(--color1), var(--color2));
    opacity: 0;
    transition: opacity 380ms ease;
}

.algologo-benefits__card::after {
    content: "";
    position: absolute;
    top: -64px;
    right: -64px;
    z-index: -1;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.075);
    transition:
        transform 380ms ease,
        background 380ms ease;
}

.algologo-benefits__card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--careon-base-rgb), 0.30);
    box-shadow: 0 27px 65px rgba(var(--careon-black-rgb), 0.16);
}

.algologo-benefits__card:hover::before {
    opacity: 1;
}

.algologo-benefits__card:hover::after {
    transform: scale(1.35);
    background: rgba(var(--careon-white-rgb), 0.13);
}

/* Iconos */
.algologo-benefits__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    min-width: 92px;
    margin: 0 auto 25px;
    overflow: visible;
    border: 1px dashed rgba(var(--careon-base-rgb), 0.48);
    border-radius: 50%;
    background: linear-gradient(
        180deg,
        var(--careon-white) 0%,
        rgba(var(--careon-base-rgb), 0.085) 100%
    );
    box-shadow: 0 11px 28px rgba(var(--careon-base-rgb), 0.12);
    transition:
        border-color 380ms ease,
        background 380ms ease,
        box-shadow 380ms ease;
}

.algologo-benefits__icon::before {
    content: "";
    position: absolute;
    inset: 11px;
    z-index: -1;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 50%;
    background: rgba(var(--careon-primary-rgb), 0.98);
    transition:
        border-color 380ms ease,
        background 380ms ease;
}

.algologo-benefits__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(var(--careon-base-rgb), 0),
        var(--color2),
        rgba(var(--careon-base-rgb), 0)
    );
    transform: translateX(-50%);
}

.algologo-benefits__icon img {
    display: block;
    width: 52px;
    height: 52px;
    max-width: 52px;
    object-fit: contain;
    transition:
        filter 380ms ease,
        transform 380ms ease;
}

.algologo-benefits__card:hover .algologo-benefits__icon {
    border-color: rgba(var(--careon-white-rgb), 0.58);
    background: rgba(var(--careon-white-rgb), 0.12);
    box-shadow: 0 13px 32px rgba(var(--careon-white-rgb), 0.12);
}

.algologo-benefits__card:hover .algologo-benefits__icon::before {
    border-color: rgba(var(--careon-white-rgb), 0.34);
    background: rgba(var(--careon-white-rgb), 0.14);
}

.algologo-benefits__card:hover .algologo-benefits__icon img {
    filter: brightness(0) invert(1);
    transform: scale(1.08);
}

/* Textos */
.algologo-benefits__card-title {
    margin: 0 0 15px;
    color: var(--color1);
    font-size: 21px;
    line-height: 1.32;
    font-weight: 900;
    transition: color 380ms ease;
}

.algologo-benefits__text {
    margin: 0;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 1.72;
    font-weight: 400;
    text-align: center;
    transition: color 380ms ease;
}

.algologo-benefits__card:hover .algologo-benefits__card-title,
.algologo-benefits__card:hover .algologo-benefits__text {
    color: var(--careon-white);
}

/* CTA */
.algologo-benefits__cta {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 390px;
    height: 100%;
    margin: 0;
    padding: 42px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-white-rgb), 0.17);
    border-radius: 24px;
    background: var(--color1);
    box-shadow: 0 24px 62px rgba(var(--careon-black-rgb), 0.22);
    isolation: isolate;
}

.algologo-benefits__cta-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.02);
    transition: transform 600ms ease;
}

.algologo-benefits__cta:hover .algologo-benefits__cta-bg {
    transform: scale(1.07);
}

.algologo-benefits__cta-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(var(--careon-black-rgb), 0.98) 0%,
            rgba(var(--careon-black-rgb), 0.94) 40%,
            rgba(var(--careon-base-rgb), 0.76) 68%,
            rgba(var(--careon-base-rgb), 0.30) 100%
        );
}

.algologo-benefits__cta::before {
    display: none;
}

.algologo-benefits__cta::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    z-index: -1;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(var(--careon-white-rgb), 0.11);
}

.algologo-benefits__cta-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 445px;
}

.algologo-benefits__cta-label {
    display: inline-flex;
    align-items: center;
    margin: 0 0 18px;
    padding: 9px 15px;
    border: 1px solid rgba(var(--careon-white-rgb), 0.19);
    border-radius: 999px;
    color: var(--careon-white);
    background: rgba(var(--careon-white-rgb), 0.14);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

.algologo-benefits__cta-title {
    margin: 0 0 15px;
    color: var(--careon-white);
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.algologo-benefits__cta-text {
    max-width: 405px;
    margin: 0;
    color: rgba(var(--careon-white-rgb), 0.94);
    font-size: 16px;
    line-height: 1.72;
    font-weight: 500;
}

.algologo-benefits__btn-box {
    margin-top: 28px;
}

.algologo-benefits__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 27px;
    border: 0;
    border-radius: 999px;
    color: var(--careon-white);
    background: var(--color4);
    box-shadow: 0 13px 30px rgba(0, 0, 0, 0.16);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform 280ms ease,
        background 280ms ease,
        box-shadow 280ms ease;
}

.algologo-benefits__btn::before,
.algologo-benefits__btn::after {
    display: none;
}

.algologo-benefits__btn:hover,
.algologo-benefits__btn:focus {
    color: var(--careon-white);
    background: #008735;
    transform: translateY(-2px);
    box-shadow: 0 17px 35px rgba(0, 0, 0, 0.20);
}

/* Responsive */
@media (max-width: 1199px) {
    .algologo-benefits__card,
    .algologo-benefits__cta {
        min-height: 370px;
    }
}

@media (max-width: 991px) {
    .algologo-benefits {
        padding: 88px 0 80px;
    }

    .algologo-benefits__heading {
        margin-bottom: 44px;
    }

    .algologo-benefits__card,
    .algologo-benefits__cta {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .algologo-benefits {
        padding: 72px 0 68px;
    }

    .algologo-benefits__heading {
        max-width: 100%;
        margin: 0 auto 36px;
        text-align: center;
    }

    .algologo-benefits__title {
        max-width: 100%;
        margin: 0 auto 16px;
        font-size: clamp(2rem, 9vw, 2.55rem);
        line-height: 1.15;
        text-align: center;
    }

    .algologo-benefits__label {
        display: flex;
        width: fit-content;
        max-width: 100%;
        margin: 0 auto;
        padding: 10px 15px;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }

    .algologo-benefits__row {
        row-gap: 20px;
    }

    .algologo-benefits__card {
        min-height: auto;
        padding: 31px 22px 27px;
    }

    .algologo-benefits__icon {
        width: 86px;
        height: 86px;
        min-width: 86px;
        margin-bottom: 23px;
    }

    .algologo-benefits__icon img {
        width: 49px;
        height: 49px;
        max-width: 49px;
    }

    .algologo-benefits__card-title {
        font-size: 20px;
    }

    .algologo-benefits__text {
        font-size: 16px;
        line-height: 1.7;
    }

    .algologo-benefits__cta {
        min-height: 430px;
        padding: 34px 25px;
        align-items: flex-end;
    }

    .algologo-benefits__cta-bg {
        background-position: center;
    }

    .algologo-benefits__cta-bg::before {
        background:
            linear-gradient(
                180deg,
                rgba(var(--careon-black-rgb), 0.32) 0%,
                rgba(var(--careon-black-rgb), 0.84) 48%,
                rgba(var(--careon-black-rgb), 0.98) 100%
            );
    }

    .algologo-benefits__cta-content {
        max-width: 100%;
        text-align: center;
    }

    .algologo-benefits__cta-label {
        justify-content: center;
        font-size: 16px;
    }

    .algologo-benefits__cta-text {
        max-width: 100%;
        font-size: 16px;
    }

    .algologo-benefits__btn-box {
        display: flex;
        justify-content: center;
    }

    .algologo-benefits__btn {
        width: 100%;
        max-width: 280px;
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .algologo-benefits__label::before {
        display: none;
    }

    .algologo-benefits__card,
    .algologo-benefits__cta {
        border-radius: 21px;
    }

    .algologo-benefits__cta {
        min-height: 410px;
        padding: 30px 20px;
    }
}

/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-four__single {
    position: relative;
    display: block;
    background-color: var(--careon-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 40px 40px 40px;
    border: 5px solid transparent;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-four__single:hover {
    border: 5px solid rgba(var(--careon-base-rgb), .10);
}

.services-four__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services-four__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--careon-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-four__single:hover .services-four__icon span {
    transform: rotateY(360deg);
}

.services-four__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 42px;
    margin-bottom: 24px;
}

.services-four__title a {
    color: var(--careon-black);
}

.services-four__title a:hover {
    color: var(--careon-base);
}

.services-four__text {
    margin-bottom: 31px;
}

.services-four__btn-box {
    position: relative;
    display: block;
}

.services-four__btn-box .thm-btn {
    background-color: var(--careon-extra);
    padding: 21px 30px 21px;
    color: var(--careon-black);
}

/*--------------------------------------------------------------
# Services Five
--------------------------------------------------------------*/
.services-five {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-five__single {
    position: relative;
    display: block;
    border: 1px solid var(--careon-extra);
    border-radius: 10px;
    padding: 59px 39px 59px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-five__single:hover {
    border: 1px solid var(--careon-primary);
}

.services-five__count {
    position: absolute;
    top: 63px;
    right: 41px;
}

.services-five__count:before {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: rgba(var(--careon-black-rgb), .20);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-five__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services-five__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--careon-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-five__single:hover .services-five__icon span {
    transform: rotateY(360deg);
    color: var(--careon-base);
}

.services-five__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 42px;
    margin-bottom: 24px;
}

.services-five__title a {
    color: var(--careon-black);
}

.services-five__title a:hover {
    color: var(--careon-base);
}

.services-five__text {
    margin-bottom: 31px;
}

.services-five__btn-box {
    position: relative;
    display: block;
}

.services-five__btn-box .thm-btn {
    background-color: var(--careon-extra);
    padding: 21px 30px 21px;
    color: var(--careon-black);
}



/*--------------------------------------------------------------
# Service Details - Ortopedia y Traumatología
# Clases originales conservadas
--------------------------------------------------------------*/
.service-details,
.service-details * {
    box-sizing: border-box;
}

.service-details {
    position: relative;
    display: block;
    padding: 120px 0 113px;
    overflow: hidden;
    font-family: var(--careon-font);
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(var(--careon-base-rgb), 0.10) 0%,
            rgba(var(--careon-base-rgb), 0) 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(var(--careon-black-rgb), 0.08) 0%,
            rgba(var(--careon-black-rgb), 0) 30%
        ),
        linear-gradient(
            180deg,
            var(--careon-white) 0%,
            var(--color3) 100%
        );
    isolation: isolate;
}

.service-details::before {
    content: "";
    position: absolute;
    top: -165px;
    right: -150px;
    width: 425px;
    height: 425px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.075);
    pointer-events: none;
    z-index: -1;
}

.service-details::after {
    content: "";
    position: absolute;
    left: -130px;
    bottom: 45px;
    width: 285px;
    height: 285px;
    border-radius: 50%;
    background: rgba(var(--careon-black-rgb), 0.06);
    pointer-events: none;
    z-index: -1;
}

.service-details__left,
.service-details__right {
    position: relative;
    display: block;
}

/*--------------------------------------------------------------
# Imagen principal
--------------------------------------------------------------*/
.service-details__img {
    position: relative;
    display: block;
    padding: 14px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-black-rgb), 0.11);
    border-radius: 30px;
    background: rgba(var(--careon-white-rgb), 0.94);
    box-shadow: 0 24px 65px rgba(var(--careon-black-rgb), 0.10);
}

.service-details__img::before {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 1;
    border-radius: 24px;
    background:
        linear-gradient(
            180deg,
            rgba(var(--careon-black-rgb), 0) 60%,
            rgba(var(--careon-black-rgb), 0.18) 100%
        );
    pointer-events: none;
}

.service-details__img img {
    display: block;
    width: 100%;
    height: 480px;
    border-radius: 24px;
    object-fit: cover;
    object-position: center;
}

/*--------------------------------------------------------------
# Contenido principal
--------------------------------------------------------------*/
.service-details__content {
    position: relative;
    display: block;
    margin-top: 34px;
    padding: 38px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-black-rgb), 0.10);
    border-radius: 30px;
    background: rgba(var(--careon-white-rgb), 0.96);
    box-shadow: 0 22px 60px rgba(var(--careon-black-rgb), 0.08);
}

.service-details__content::before {
    content: "";
    position: absolute;
    top: -65px;
    right: -65px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.06);
    pointer-events: none;
}

.service-details__title-1 {
    position: relative;
    margin: 0;
    color: var(--color1);
    font-size: clamp(2.35rem, 3.6vw, 3rem);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.service-details__text-1,
.service-details__text-3,
.service-details__text-4,
.service-details__text-list li {
    position: relative;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 1.82;
    font-weight: 500;
}

.service-details__text-1 {
    margin: 20px 0 22px;
}

.service-details__title-2,
.service-details__title-3 {
    position: relative;
    color: var(--color1);
    font-size: 27px;
    line-height: 1.35;
    font-weight: 900;
}

.service-details__title-2 {
    margin: 36px 0 24px;
}

.service-details__title-3 {
    margin: 0 0 20px;
}

/*--------------------------------------------------------------
# Puntos destacados
--------------------------------------------------------------*/
.service-details__points-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 10px;
}

.service-details__points-list {
    position: relative;
    display: block;
    flex: 1;
    min-width: 250px;
    margin: 0;
    padding: 0;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 15px 16px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.13);
    border-radius: 16px;
    background: rgba(var(--careon-primary-rgb), 0.82);
    transition:
        transform 300ms ease,
        border-color 300ms ease,
        box-shadow 300ms ease,
        background 300ms ease;
}

.service-details__points-list li + li {
    margin-top: 14px;
}

.service-details__points-list li:hover {
    transform: translateX(4px);
    border-color: rgba(var(--careon-base-rgb), 0.25);
    background: var(--careon-white);
    box-shadow: 0 12px 28px rgba(var(--careon-black-rgb), 0.075);
}

.service-details__points-list li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-details__points-list li .icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    min-width: 25px;
    border-radius: 50%;
    color: var(--careon-white);
    background: linear-gradient(135deg, var(--color1), var(--color2));
    box-shadow: 0 7px 16px rgba(var(--careon-base-rgb), 0.20);
    font-size: 11px;
}

.service-details__points-list li .text {
    min-width: 0;
}

.service-details__points-list li .text p {
    margin: 0;
    color: var(--careon-gray);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
}

.service-details__text-3 {
    margin: 24px 0 34px;
}

.service-details__text-4 {
    margin: 24px 0 32px;
}

/*--------------------------------------------------------------
# Imágenes secundarias y listas de texto
--------------------------------------------------------------*/
.service-details__img-box {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-black-rgb), 0.10);
    border-radius: 24px;
    background: var(--color3);
    box-shadow: 0 16px 40px rgba(var(--careon-black-rgb), 0.075);
}

.service-details__img-box-img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(var(--careon-black-rgb), 0) 55%,
            rgba(var(--careon-black-rgb), 0.17) 100%
        );
    pointer-events: none;
}

.service-details__img-box-img img {
    display: block;
    width: 100%;
    height: 280px;
    border-radius: 24px;
    object-fit: cover;
    transition: transform 600ms ease;
}

.service-details__img-box-img:hover img {
    transform: scale(1.06);
}

.service-details__text-list {
    margin: 0;
    padding: 0;
}

.service-details__text-list li {
    position: relative;
    padding-left: 26px;
}

.service-details__text-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--color2);
    box-shadow: 0 0 0 5px rgba(var(--careon-base-rgb), 0.10);
}

.service-details__text-list li + li {
    margin-top: 17px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.service-details__services-box,
.service-details__download-box {
    position: relative;
    display: block;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-black-rgb), 0.11);
    border-radius: 28px;
    background: rgba(var(--careon-white-rgb), 0.96);
    box-shadow: 0 22px 60px rgba(var(--careon-black-rgb), 0.08);
}

.service-details__services-box::before,
.service-details__download-box::before {
    content: "";
    position: absolute;
    top: -65px;
    right: -65px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: rgba(var(--careon-base-rgb), 0.055);
    pointer-events: none;
}

.service-details__service-title {
    position: relative;
    margin: 0 0 28px;
    color: var(--color1);
    font-size: 29px;
    line-height: 1.32;
    font-weight: 900;
}

.service-details__service-list {
    position: relative;
    margin: 0;
    padding: 0;
}

.service-details__service-list li + li {
    margin-top: 15px;
}

.service-details__service-list li a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 15px 21px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 999px;
    color: var(--careon-gray);
    background: rgba(var(--careon-primary-rgb), 0.92);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 800;
    text-decoration: none;
    transition:
        color 350ms ease,
        border-color 350ms ease,
        transform 350ms ease,
        box-shadow 350ms ease;
}

.service-details__service-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    opacity: 0;
    transition: opacity 350ms ease;
}

.service-details__service-list li:hover a,
.service-details__service-list li.active a {
    color: var(--careon-white);
    border-color: transparent;
    transform: translateX(4px);
    box-shadow: 0 12px 28px rgba(var(--careon-black-rgb), 0.14);
}

.service-details__service-list li:hover a::before,
.service-details__service-list li.active a::before {
    opacity: 1;
}

.service-details__service-list li a span {
    color: var(--color2);
    font-size: 12px;
    transition:
        color 350ms ease,
        transform 350ms ease;
}

.service-details__service-list li:hover a span,
.service-details__service-list li.active a span {
    color: var(--careon-white);
    transform: translateX(2px);
}

/*--------------------------------------------------------------
# Bloque de ayuda
--------------------------------------------------------------*/
.service-details__need-help-inner {
    position: relative;
    display: block;
    margin-top: 40px;
    padding: 14px;
    border: 1px solid rgba(var(--careon-black-rgb), 0.11);
    border-radius: 28px;
    background: rgba(var(--careon-white-rgb), 0.96);
    box-shadow: 0 22px 60px rgba(var(--careon-black-rgb), 0.08);
}

.service-details__need-help {
    position: relative;
    display: block;
    padding: 76px 32px;
    overflow: hidden;
    border-radius: 24px;
    text-align: center;
    isolation: isolate;
}

.service-details__need-help-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-details__need-help-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background:
        linear-gradient(
            135deg,
            rgba(var(--careon-black-rgb), 0.97) 0%,
            rgba(var(--careon-black-rgb), 0.90) 44%,
            rgba(var(--careon-base-rgb), 0.72) 100%
        );
    backdrop-filter: blur(2px);
}

.service-details__need-help::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    z-index: -1;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(var(--careon-white-rgb), 0.10);
}

.service-details__need-help-title {
    position: relative;
    margin: 0;
    color: var(--careon-white);
    font-size: 25px;
    line-height: 1.4;
    font-weight: 900;
}

.service-details__need-help-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    min-width: 86px;
    min-height: 86px;
    margin: 28px auto 18px;
    border: 1px solid rgba(var(--careon-white-rgb), 0.32);
    border-radius: 50%;
    color: var(--careon-white);
    background: var(--color5);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
    transition:
        transform 350ms ease,
        background 350ms ease,
        border-color 350ms ease,
        box-shadow 350ms ease;
}

.service-details__need-help-icon span,
.service-details__need-help-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--careon-white);
    font-size: 32px;
    line-height: 1;
    text-align: center;
    transition: color 350ms ease;
}

.service-details__need-help-icon:hover {
    border-color: rgba(var(--careon-white-rgb), 0.58);
    background: var(--careon-white);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
    transform: translateY(-4px);
}

.service-details__need-help-icon:hover span,
.service-details__need-help-icon:hover i {
    color: var(--color1);
}

.service-details__need-help-call {
    text-align: center;
}

.service-details__need-help-call a {
    display: inline-block;
    color: var(--careon-white);
    font-size: 22px;
    line-height: 1.55;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    transition: color 300ms ease;
}

.service-details__need-help-call a:hover {
    color: var(--color3);
}

/*--------------------------------------------------------------
# Descargas
--------------------------------------------------------------*/
.service-details__download-box {
    margin-top: 40px;
}

.service-details__download-list {
    position: relative;
    margin: 0;
    padding: 0;
}

.service-details__download-list li + li {
    margin-top: 16px;
}

.service-details__download-list li a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 58px;
    padding: 17px 22px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-base-rgb), 0.14);
    border-radius: 18px;
    color: var(--careon-gray);
    background: rgba(var(--careon-primary-rgb), 0.92);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 800;
    text-decoration: none;
    transition:
        color 350ms ease,
        border-color 350ms ease,
        transform 350ms ease,
        box-shadow 350ms ease;
}

.service-details__download-list li a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    transform: scale(1, 0);
    transform-origin: bottom right;
    transition: transform 0.45s ease;
}

.service-details__download-list li:hover a {
    color: var(--careon-white);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(var(--careon-black-rgb), 0.14);
}

.service-details__download-list li:hover a::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-details__download-list li a span {
    color: var(--color2);
    transition:
        color 350ms ease,
        transform 350ms ease;
}

.service-details__download-list li:hover a span {
    color: var(--careon-white);
    transform: translateY(2px);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .service-details {
        padding: 90px 0;
    }

    .service-details__right {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .service-details {
        padding: 75px 0;
    }

    .service-details__img {
        padding: 10px;
        border-radius: 24px;
    }

    .service-details__img::before {
        inset: 10px;
        border-radius: 19px;
    }

    .service-details__img img {
        height: 330px;
        border-radius: 19px;
    }

    .service-details__content {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .service-details__title-1 {
        font-size: clamp(2rem, 9vw, 2.55rem);
        line-height: 1.17;
    }

    .service-details__title-2,
    .service-details__title-3 {
        font-size: 23px;
        line-height: 1.4;
    }

    .service-details__points-box {
        gap: 18px;
    }

    .service-details__points-list {
        min-width: 100%;
    }

    .service-details__points-list li .text p,
    .service-details__text-1,
    .service-details__text-3,
    .service-details__text-4,
    .service-details__text-list li {
        font-size: 16px;
    }

    .service-details__img-box-img img {
        height: 235px;
    }

    .service-details__services-box,
    .service-details__download-box {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .service-details__service-title {
        font-size: 25px;
    }

    .service-details__need-help {
        padding: 65px 24px;
    }

    .service-details__need-help-call a {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .service-details__content,
    .service-details__services-box,
    .service-details__download-box {
        padding-right: 18px;
        padding-left: 18px;
    }

    .service-details__service-list li a,
    .service-details__download-list li a {
        padding-right: 18px;
        padding-left: 18px;
    }

    .service-details__need-help {
        padding: 58px 18px;
    }
}



/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
    position: relative;
    display: block;
    padding: 120px 0 30px;
    z-index: 1;
}

.services-page .services-two__single {
    margin-bottom: 30px;
    margin-top: 32px;
}

.services-page .services-two__single-list li {
    border-bottom: 1px solid var(--careon-bdr-color);
}

.services-page .services-two__inner ul li:nth-child(4) .services-two__single::before {
    display: none;
}


.services-page .services-two__inner ul li:nth-child(7) .services-two__single::before {
    display: none;
}

.services-page .services-two__inner ul li:nth-child(7) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(8) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(9) {
    border-bottom: none;
}

.services-page .services-two__inner ul li:nth-child(1) .services-two__single {
    margin-top: 0px;
}

.services-page .services-two__inner ul li:nth-child(2) .services-two__single {
    margin-top: 0px;
}

.services-page .services-two__inner ul li:nth-child(3) .services-two__single {
    margin-top: 0px;
}


/*--------------------------------------------------------------
# Services Carousel Page
--------------------------------------------------------------*/
.services-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.services-carousel-page .services-three__single {
    margin-bottom: 0;
}













/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/