/*==================================================
  DR. FAUSTO - HERO V2
  Diseño limpio, editorial, blanco y morado
  En escritorio: imagen lateral
  En móvil: otra imagen distinta abajo del texto
  Difuminado inferior sobre la imagen en móvil
==================================================*/

.banner-one.fausto-hero-v2 {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 640px !important;
    width: 100% !important;
    padding: 150px 0 90px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.banner-one.fausto-hero-v2 .container {
    position: relative !important;
    z-index: 3 !important;
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/*==================================================
  Imagen lateral en escritorio
==================================================*/

.fausto-hero-v2__bg {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 56% !important;
    height: 100% !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

/* Difuminado lateral en escritorio */

.fausto-hero-v2__bg::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255,255,255,0.96) 12%,
        rgba(255,255,255,0.72) 34%,
        rgba(255,255,255,0.30) 62%,
        rgba(255,255,255,0.06) 100%
    ) !important;
}

/* Difuminado suave vertical en escritorio */

.fausto-hero-v2__bg::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.22) 0%,
        rgba(255,255,255,0.02) 42%,
        rgba(255,255,255,0.28) 100%
    ) !important;
}

/* Imágenes del hero */

.fausto-hero-v2__img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: saturate(0.96) contrast(1.02) !important;
}

/* Escritorio muestra la imagen desktop */
.fausto-hero-v2__img--desktop {
    display: block !important;
}

/* Escritorio oculta la imagen móvil */
.fausto-hero-v2__img--mobile {
    display: none !important;
}

/*==================================================
  Contenido
==================================================*/

.fausto-hero-v2__content {
    position: relative !important;
    max-width: 680px !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 4 !important;
}

.fausto-hero-v2__subtitle {
    max-width: 560px !important;
    margin: 0 0 22px !important;
    font-family: var(--careon-font) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    color: #4d4351 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.fausto-hero-v2__title {
    max-width: 720px !important;
    margin: 0 !important;
    font-family: var(--careon-font) !important;
    font-size: 58px !important;
    font-weight: 600 !important;
    line-height: 1.08 !important;
    letter-spacing: 1px !important;
    color: #6a477b !important;
    text-transform: none !important;
}

.fausto-hero-v2__title span,
.fausto-hero-v2__title .split-line {
    color: #6a477b !important;
    text-transform: none !important;
}

.fausto-hero-v2__text {
    max-width: 530px !important;
    margin: 28px 0 0 !important;
    font-family: var(--careon-font) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
    color: #101A29 !important;
}

/*==================================================
  Botones
==================================================*/

.fausto-hero-v2__actions {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-top: 38px !important;
    flex-wrap: wrap !important;
}

.fausto-hero-v2__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 150px !important;
    min-height: 48px !important;
    padding: 14px 28px !important;
    border-radius: 4px !important;
    font-family: var(--careon-font) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 250ms ease !important;
}

.fausto-hero-v2__btn--primary {
    color: #ffffff !important;
    background-color: #6a477b !important;
    border: 1px solid #6a477b !important;
}

.fausto-hero-v2__btn--primary:hover {
    color: #ffffff !important;
    background-color: #4d335b !important;
    border-color: #4d335b !important;
}

.fausto-hero-v2__btn--outline {
    color: #6a477b !important;
    background-color: transparent !important;
    border: 1px solid rgba(106, 71, 123, 0.35) !important;
}

.fausto-hero-v2__btn--outline:hover {
    color: #ffffff !important;
    background-color: #6a477b !important;
    border-color: #6a477b !important;
}

/*==================================================
  Apagar estilos heredados del banner anterior
==================================================*/

.banner-one.fausto-hero-v2 .banner-one__left,
.banner-one.fausto-hero-v2 .banner-one__right,
.banner-one.fausto-hero-v2 .banner-one__img-box,
.banner-one.fausto-hero-v2 .banner-one__img,
.banner-one.fausto-hero-v2 .banner-one__img-shape-1,
.banner-one.fausto-hero-v2 .banner-one__find-doctor,
.banner-one.fausto-hero-v2 .banner-one__call,
.banner-one.fausto-hero-v2 .banner-one__call-icon,
.banner-one.fausto-hero-v2 .banner-one__call-content,
.banner-one.fausto-hero-v2 .banner-one__call-sub-title,
.banner-one.fausto-hero-v2 .banner-one__call-number {
    display: none !important;
}

/*==================================================
  Responsive
==================================================*/

@media (max-width: 1199px) {
    .banner-one.fausto-hero-v2 {
        min-height: 600px !important;
        padding: 140px 0 80px !important;
    }

    .fausto-hero-v2__title {
        font-size: 52px !important;
    }

    .fausto-hero-v2__content {
        max-width: 620px !important;
    }
}

/*==================================================
  Tablet y móvil:
  texto primero,
  imagen móvil abajo del texto
==================================================*/

@media (max-width: 991px) {
    .banner-one.fausto-hero-v2 {
        display: block !important;
        min-height: auto !important;
        padding: 125px 0 70px !important;
        background: #ffffff !important;
    }

    .banner-one.fausto-hero-v2 .container {
        max-width: 760px !important;
    }

    .fausto-hero-v2__content {
        max-width: 720px !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 5px !important;
    }

    .fausto-hero-v2__subtitle,
    .fausto-hero-v2__title,
    .fausto-hero-v2__text {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .fausto-hero-v2__actions {
        justify-content: center !important;
    }

    .fausto-hero-v2__bg {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: calc(100% - 30px) !important;
        max-width: 620px !important;
        height: 420px !important;
        margin: 55px auto 0 !important;
        z-index: 2 !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        background: #ffffff !important;
    }

    /* En tablet/móvil se oculta la imagen de escritorio */
    .fausto-hero-v2__img--desktop {
        display: none !important;
    }

    /* En tablet/móvil se muestra la imagen móvil */
    .fausto-hero-v2__img--mobile {
        display: block !important;
    }

    /* En móvil el difuminado queda abajo de la imagen */
    .fausto-hero-v2__bg::before {
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 2 !important;
        pointer-events: none !important;
        background: linear-gradient(
            180deg,
            rgba(255,255,255,0.00) 0%,
            rgba(255,255,255,0.00) 58%,
            rgba(255,255,255,0.55) 82%,
            #ffffff 100%
        ) !important;
    }

    .fausto-hero-v2__bg::after {
        display: none !important;
    }

    .fausto-hero-v2__img {
        object-position: center center !important;
    }
}

@media (max-width: 767px) {
    .banner-one.fausto-hero-v2 {
        padding: 115px 0 60px !important;
    }

    .fausto-hero-v2__content {
        max-width: 560px !important;
    }

    .fausto-hero-v2__title {
        font-size: 40px !important;
        line-height: 1.12 !important;
        letter-spacing: 1px !important;
    }

    .fausto-hero-v2__subtitle {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .fausto-hero-v2__text {
        max-width: 500px !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .fausto-hero-v2__actions {
        margin-top: 32px !important;
        gap: 12px !important;
    }

    .fausto-hero-v2__btn {
        min-width: 145px !important;
        min-height: 46px !important;
        padding: 13px 22px !important;
        font-size: 14px !important;
    }

    .fausto-hero-v2__bg {
        width: calc(100% - 32px) !important;
        max-width: 520px !important;
        height: 360px !important;
        margin-top: 45px !important;
    }

    .fausto-hero-v2__bg::before {
        background: linear-gradient(
            180deg,
            rgba(255,255,255,0.00) 0%,
            rgba(255,255,255,0.00) 54%,
            rgba(255,255,255,0.58) 82%,
            #ffffff 100%
        ) !important;
    }
}

@media (max-width: 575px) {
    .banner-one.fausto-hero-v2 {
        padding: 55px 0 50px !important;
    }

    .fausto-hero-v2__title {
        font-size: 34px !important;
    }

    .fausto-hero-v2__text {
        font-size: 15px !important;
    }

    .fausto-hero-v2__actions {
        flex-direction: column !important;
        align-items: center !important;
    }

    .fausto-hero-v2__btn {
        width: 100% !important;
        max-width: 280px !important;
    }

    .fausto-hero-v2__bg {
        width: calc(100% - 30px) !important;
        max-width: 430px !important;
        height: 320px !important;
        margin-top: 40px !important;
    }

    .fausto-hero-v2__bg::before {
        background: linear-gradient(
            180deg,
            rgba(255,255,255,0.00) 0%,
            rgba(255,255,255,0.00) 50%,
            rgba(255,255,255,0.62) 80%,
            #ffffff 100%
        ) !important;
    }
}

@media (max-width: 420px) {
    .fausto-hero-v2__title {
        font-size: 29px !important;
    }

    .fausto-hero-v2__bg {
        height: 285px !important;
    }
}








/*==============================================
    Banner Two
===============================================*/
.banner-two {
    position: relative;
    display: block;
    background-color: var(--color3);
    padding: 210px 0 90px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
}

.banner-two__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 58.5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .20;
    z-index: -1;
}

.banner-two__left {
    position: relative;
    display: block;
    margin-right: 60px;
    margin-top: 35px;
}

.banner-two__review-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.banner-two__review-img-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-two__review-img-box li {
    position: relative;
    display: block;
}

.banner-two__review-img-box li+li {
    margin-left: -25px;
}

.banner-two__review-img-box li:last-child {
    z-index: 1;
}

.banner-two__review-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50px;
    border-radius: 50%;
    z-index: 1;
}

.banner-two__review-img img {
    width: 100%;
    border: 2px solid var(--careon-white);
    border-radius: 50%;
}

.banner-two__review-count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--careon-black);
    border: 2px solid var(--careon-white);
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.banner-two__review-count {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-two__review-count h3 {
    font-size: 18px;
    color: var(--careon-white);
    font-weight: 700;
    line-height: 18px !important;
    font-family: var(--careon-font) !important;
}

.banner-two__review-count span {
    font-size: 18px;
    color: var(--careon-white);
    font-weight: 700;
    line-height: 18px;
    font-family: var(--careon-font);
}

.banner-two__review-content-box {
    position: relative;
    display: block;
}

.banner-two__review-content-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 23px;
}

.banner-two__review-rating-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.banner-two__review-rating-box p {
    font-size: 18px;
    color: var(--careon-black);
    font-weight: 700;
    line-height: 18px;
}

.banner-two__review-start {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-two__review-start span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--careon-primary);
}

.banner-two__title {
    font-size: 75px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.1em;
    margin-top: 30px;
    margin-bottom: 23px;
}

.banner-two__title span {
    font-weight: 300;
}

.banner-two__title .split-line {
    text-transform: none;
}

.banner-two__text {
    margin-bottom: 31px;
}

.banner-two__btn-box {
    position: relative;
    display: block;
}

.banner-two__btn-box .thm-btn {
    background-color: var(--careon-base);
}

.banner-two__btn-box .thm-btn::before,
.banner-two__btn-box .thm-btn:after {
    background-color: var(--careon-black);
}

.banner-two__counter-box {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--careon-black-rgb), .20);
    padding-top: 20px;
    margin-top: 25px;
}

.banner-two__counter {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-two__counter li {
    position: relative;
    display: block;
}

.banner-two__counter-single {
    position: relative;
    display: block;
}

.banner-two__counter-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1px;
}

.banner-two__counter-count h3 {
    font-size: 32px;
    color: var(--careon-black);
    font-weight: 800;
    line-height: 32px !important;
    font-family: var(--careon-font) !important;
}

.banner-two__counter-count span {
    font-size: 32px;
    color: var(--careon-black);
    font-weight: 800;
    line-height: 32px;
    font-family: var(--careon-font);
}

.banner-two__counter-text {
    font-size: 15px;
    color: var(--careon-gray);
    font-weight: 400;
}

.banner-two__right {
    position: relative;
    display: block;
    margin-left: 4px;
}

.banner-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    animation: topBottom 3s ease-in-out infinite;
    z-index: 1;
}

.banner-two__img::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.banner-two__img:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.banner-two__img>img {
    width: 100%;
    border: 4px solid var(--careon-white);
    border-radius: 10px;
}

.banner-two__call {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 15px 22px 15px;
    background-color: var(--careon-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    bottom: 10px;
    right: 10px;
}

.banner-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.banner-two__call-icon img {
    width: auto;
}

.banner-two__call-number {
    margin-left: 20px;
}

.banner-two__call-number p {
    font-size: 16px;
    margin: 0;
    line-height: 16px;
    color: var(--careon-gray);
    font-weight: 400;
    margin-bottom: 11px;
}

.banner-two__call-number h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.banner-two__call-number h5 a {
    color: var(--careon-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-two__call-number a:hover {
    color: var(--careon-base);
}

























/*==============================================
    End
===============================================*/