﻿/* Fuentes usadas
Google Fonts
Fira Sans 300, 400, 600, 700
font-family: 'Fira Sans', sans-serif;
Lora italic 700 (frase-cta)
*/




html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Fira Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #333 !important;
    line-height: 1.6 !important;
    font-size: 110% !important;
}

h1, h2, h3, h4, h5 {
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

h1 {
    font-size: 380% !important;
}


h2 {
    font-size: 300% !important;
}


h3 {
    font-size: 250% !important;
}


h4 {
    font-size: 120% !important;
}

h5 {
    font-size: 90% !important;
    color: #1990CE;
}

.lead {
    font-size: 135%;
    font-weight: 400 !important;
    color: #333 !important;
    padding-bottom: 1rem;
    line-height: 1.4;
}

a {
    color: #333;
    text-decoration: underline;
}

    a:hover {
        color: #1990CE;
    }

p {
    color: #333;
}


@media only screen and (max-width: 1200px) {


}


@media only screen and (max-width: 991px) {

    body {
        background-image: none;
        padding: 0px;
    }

    h1 {
        font-size: 220% !important;
    }
    h2 {
        font-size: 200% !important;
    }
    h3 {
        font-size: 180% !important;
    }
    h4 {
        font-size: 150% !important;
    }

}


/* <ENCABEZADO> */
.fLinea {
    background: url(/images/fondo-encabezado.gif) right no-repeat;
    background-color: #02B8BF;
    height: 10px;
}


#fEncabezado {
    background-color: #fff;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

    #fEncabezado .datosContacto {
        margin-top: 1.2rem;
        line-height: 1.1 !important;
        font-size: 125%;
        color: #121A30;
        font-weight: 700 !important;
        text-align: right;
    }

        #fEncabezado .datosContacto a {
            color: #121A30 !important;
            text-decoration: none;
        }

        #fEncabezado .datosContacto a:hover {
            text-decoration: underline;
        }

        #fEncabezado .datosContacto .iconoMenu {
            color: #02B8BF;
            padding-right: .5rem;
        }

@media only screen and (max-width: 1200px) {

    #fEncabezado .datosContacto {
        margin-top: .2rem;
    }

}

@media only screen and (max-width: 991px) {
}
/* </ENCABEZADO> */


/* <BANNER> */
@keyframes pulseCTA {
    0%, 100% { box-shadow: 0 0 0 0   rgba(7, 188, 131, 0.5); }
    50%      { box-shadow: 0 0 0 10px rgba(7, 188, 131, 0);  }
}

#fBannerImg img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

@media (min-width: 992px) {
    #fBannerImg {
        height: 100%;
    }

    #fBannerImg img {
        height: 100%;
        min-height: 460px;
    }
}
/* </BANNER> */

/* <BOTON CITA> */
#fBotonCita {
    background-color: #07BC83;
    z-index: 999 !important;
    margin-top: 100px;
}
/* </BOTON CITA> */

/* <RECUADROS BANNER> */
#fRecuadrosBanner .recuadro1 p,
#fRecuadrosBanner .recuadro2 p,
#fRecuadrosBanner .recuadro3 p {
    color: #fff;
    font-size: 115%;
    margin-bottom: 0;
}

#fRecuadrosBanner .recuadro1,
#fRecuadrosBanner .recuadro2,
#fRecuadrosBanner .recuadro3 {
    transition: filter 0.3s ease;
}

#fRecuadrosBanner .recuadro1 {
    background: rgba(2, 184, 191, .9);
    border-bottom: solid 6px #02B8BF;
}

#fRecuadrosBanner .recuadro2 {
    background: rgba(25, 144, 206, .9);
    border-bottom: solid 6px #1990CE;
}

#fRecuadrosBanner .recuadro3 {
    background: rgba(7, 188, 131, .9);
    border-bottom: solid 6px #07BC83;
    animation: pulseCTA 2.5s ease-in-out infinite;
    cursor: pointer;
}

#fRecuadrosBanner .recuadro1:hover,
#fRecuadrosBanner .recuadro2:hover {
    filter: brightness(1.12);
}

#fRecuadrosBanner .recuadro3:hover {
    filter: brightness(1.15);
    animation: none;
}

@media (min-width: 992px) {
    #fRecuadrosBanner {
        display: flex;
        flex-direction: column;
        min-height: 460px;
    }

    #fRecuadrosBanner .recuadro1,
    #fRecuadrosBanner .recuadro2,
    #fRecuadrosBanner .recuadro3 {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 1rem 2rem;
    }
}

@media (max-width: 991px) {
    #fRecuadrosBanner .recuadro1,
    #fRecuadrosBanner .recuadro2,
    #fRecuadrosBanner .recuadro3 {
        visibility: visible !important;
        animation: none !important;
    }

    #fRecuadrosBanner .recuadro1,
    #fRecuadrosBanner .recuadro2,
    #fRecuadrosBanner .recuadro3 {
        padding: 2rem;
        margin-bottom: 0;
    }
}
/* </RECUADROS BANNER> */


/* <NOSOTROS> */
#fNosotros {
    margin-top: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

    #fNosotros .columna1 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

@media only screen and (max-width: 991px) {

    #fNosotros {
        margin-top: 0px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
        #fNosotros .columna1 {
            padding-left: 0rem;
            padding-right: 0rem;
        }
}
/* </NOSOTROS> */

/* <EYEBROW> */
.eyebrow {
    font-size: 0.75rem;
    font-weight: 700 !important;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #02B8BF !important;
    margin-bottom: 0.5rem;
}
/* </EYEBROW> */

.frase-destacada {
    font-family: 'Lora', Georgia, serif;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 700 !important;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

@media (max-width: 991px) {
    .frase-destacada {
        font-size: 1.6rem;
    }
}

/* <PATOLOGIAS CTA> */
.frase-cta {
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
}

.importante-label {
    margin-top: 1.5rem !important;
}

.importante-label strong {
    color: #02B8BF;
    font-size: 1.05em;
}

.btn-agenda {
    background-color: #1990CE !important;
    border-color: #1990CE !important;
    color: #fff !important;
}

.btn-agenda:hover, .btn-agenda:focus {
    background-color: #1478ae !important;
    border-color: #1478ae !important;
    color: #fff !important;
}
/* </PATOLOGIAS CTA> */


/* <SERVICIOS> */
#fServicios {
    padding-top: 6rem;
    padding-bottom: 4rem;
    background: url(/images/fondo-servicios.jpg) center;
    background-size: cover;
    background-color: #004A8D;
}

    #fServicios h2 {
        color: #fff;
    }

    #fServicios .recuadro {
        width: 100%;
        color: #fff;
        background: rgba(255, 255, 255, .1);
        padding: 1rem 1rem 1rem 1rem;
        margin-bottom: 2rem;
    }

    #fServicios .recuadro h5 {
        color: #fff !important;
        font-size: 115% !important;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-bottom: 1.2rem;
        padding-bottom: 0.6rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    #fServicios .recuadro h5 i {
        color: #07BC83;
        margin-right: 0.8rem;
    }

    #fServicios .recuadro li {
        padding-bottom: .5rem;
    }

@media only screen and (max-width: 991px) {

    #fServicios {
        padding-top: 3rem;
        padding-bottom: 2rem;
        background: none;
        background-color: #004A8D;
    }

        #fServicios .recuadro {
            width: 100%;
            color: #fff;
            background: rgba(255, 255, 255, .1);
            padding: 3rem 2rem 2rem 1rem;
            margin-bottom: 1rem;
        }

}
    #fServicios .recuadro a {
        color: #fff;
        text-decoration: underline;
    }

        #fServicios .recuadro a:hover {
            color: #02B8BF;
        }

    /* Grid de servicios */
    #fServicios .servicios-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        max-width: 1320px;
        margin: 0 auto;
        padding: 1rem 1.5rem 0;
    }

    #fServicios .servicios-grid .recuadro {
        margin-bottom: 0;
    }

    @media only screen and (max-width: 991px) {
        #fServicios .servicios-grid {
            grid-template-columns: repeat(2, 1fr);
            padding: 1rem 1rem 0;
        }
    }

    @media only screen and (max-width: 575px) {
        #fServicios .servicios-grid {
            grid-template-columns: 1fr;
        }
    }

/* </SERVICIOS> */


/* <ESTÉTICA GENITAL MASCULINA> */
#fEsteticaGenital {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f0f8ff;
    border-top: 4px solid #02B8BF;
}

    /* Separación entre cards: se aplica en la columna (no en la card) para
       que funcione igual en la cuadrícula 2x2 de móvil y la fila de 4 en desktop. */
    #fEsteticaGenital .row > [class*="col-"] {
        padding-bottom: 2rem;
    }

    #fEsteticaGenital .estetica-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
        padding: 2rem 1.5rem;
        height: 100%;
        color: inherit;
        text-decoration: none;
        border-top: 4px solid transparent;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    #fEsteticaGenital .estetica-card:hover,
    #fEsteticaGenital .estetica-card:focus {
        color: inherit;
        text-decoration: none;
        transform: translateY(-6px);
        box-shadow: 0 14px 28px rgba(2, 184, 191, .2);
        border-top-color: #02B8BF;
    }

    #fEsteticaGenital .estetica-card:focus-visible {
        outline: 2px solid #02B8BF;
        outline-offset: 3px;
    }

    #fEsteticaGenital .estetica-card > i {
        font-size: 1.8rem;
        color: #02B8BF;
    }

    #fEsteticaGenital .estetica-card h4 {
        color: #02B8BF;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    #fEsteticaGenital .estetica-card p {
        color: #555;
        font-size: 90%;
    }

    #fEsteticaGenital .estetica-card .estetica-link {
        margin-top: auto;
        padding-top: 1rem;
        color: #02B8BF;
        font-weight: 600;
        font-size: 90%;
    }

    #fEsteticaGenital .estetica-card .estetica-link i {
        margin-left: .35rem;
        font-size: 85%;
        transition: transform .25s ease;
    }

    #fEsteticaGenital .estetica-card:hover .estetica-link i {
        transform: translateX(4px);
    }

@media only screen and (max-width: 991px) {

    #fEsteticaGenital {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

}
/* </ESTÉTICA GENITAL MASCULINA> */


/* <EQUIPO> */
#fEquipo {
    padding-top: 5rem;
    padding-bottom: 3rem;
}


@media only screen and (max-width: 991px) {

    #fEquipo {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

}
/* </EQUIPO> */


/* <TESTIMONIOS> */
#fTestimonios .eyebrow,
#fTestimonios h2 {
    color: #fff !important;
}

#fTestimonios {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(/images/fondo-testimonios.jpg) center;
    background-size: cover;
    background-color: #004A8D;
    color: #fff;
}

#fTestimonios .card {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
}

#fTestimonios .card-body {
    padding: 2.5rem 2.5rem 2rem;
    position: relative;
    overflow: hidden;
}

#fTestimonios .card-body::before {
    content: '\201C';
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 9rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -0.5rem;
    left: 1rem;
    pointer-events: none;
}

#fTestimonios .card p {
    color: #fff !important;
}

#fTestimonios .card p .fa-star,
#fTestimonios .card p .fa-star-half-stroke {
    color: #FCCD43 !important;
    padding-right: .1rem;
}

#fTestimonios .card .comentario {
    font-style: italic !important;
    font-size: 1.05rem;
    line-height: 1.8;
    opacity: 0.95;
}

#fTestimonios .autor {
    font-weight: 700;
    text-align: center;
    color: #02B8BF !important;
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin-top: 0.5rem;
}

#fTestimonios .autor::before {
    content: '— ';
}

#fTestimonios .triangle-down {
    display: none;
}

#fTestimonios .navegacion {
    padding-bottom: 1.5rem;
}

#fTestimonios .navegacion a {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: color 0.2s;
}

#fTestimonios .navegacion a:hover {
    color: #02B8BF;
    text-decoration: none;
}

#fTestimonios .navegacion .separador {
    color: rgba(255, 255, 255, 0.25);
    margin: 0 0.5rem;
}

#CarouselInner .my-new-list {
    padding-left: 0px;
}

@media only screen and (max-width: 991px) {
    #fTestimonios {
        padding-top: 3rem;
        padding-bottom: 3rem;
        background: none;
        background-color: #004A8D;
    }

    #fTestimonios .renglon1 {
        padding-bottom: 2rem;
    }

    #fTestimonios .autor {
        margin-bottom: 1rem;
    }
}
/* </TESTIMONIOS> */


/* <CONTACTO> */
#fContacto {
    padding-top: 4rem;
    padding-bottom: 4rem;
}


@media only screen and (max-width: 991px) {
    #fContacto {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
#fContacto .form-box,
.form-box {
    background: url(/images/fondo-servicios.jpg) center;
    background-size: cover;
    background-color: #004A8D;
    border-radius: 8px;
    padding: 2rem;
}

#fContacto .form-box label,
#fContacto .form-box .form-check-label,
#fContacto .form-box small {
    color: #fff !important;
}

#fContacto .form-box h3 {
    color: #fff !important;
}
/* </CONTACTO> */

/* <PIE> */
#fPie {
    padding-top: 4rem;
    padding-bottom: 1rem;
    background-color: #F2F2F2;
}

@media only screen and (max-width: 991px) {

    #fPie {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

}
/* </PIE> */


/* <VARIOS> */
.textNegro {
    color: #333 !important;
}
.textAqua {
    color: #02B8BF !important;
}
.textVerde {
    color: #07BC83 !important;
}
.textBlanco {
    color: #FFF !important;
}
.divisor {
    padding-bottom: 3rem;
}

.divisorGrueso {
    height: 10px;
    width: 200px;
    background-color: #02B8BF;
    margin-bottom: 1rem;
}



@media only screen and (max-width: 991px) {

}
/* </VARIOS> */

/* <BOTONES> */
.btn {
    border-radius: 0;
    border: none;
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.btn-primary {
    padding: 1rem 3.5rem !important;
    background-color: #07BC83;
    color: #fff;
}

    .btn-primary:hover {
        color: #333;
        background-color: #07BC83;
    }

.btn-secondary {
    border: solid 3px #999;
    padding: 1rem 3.5rem !important;
    background-color: #999;
    color: #fff;
}

    .btn-secondary:hover {
        border: solid 3px #181818;
        background-color: #181818;
        color: #fff;
    }
/* </BOTONES> */


/* <PARA EL MENU> */
#fMenu {
    background-color: #F2F2F2;
}

.wsmainfull {
    width: 100%;
}


.desktoplogo {
    padding: 0px 0px 0px 0px;
}

    .desktoplogo img {
    }

.wsmenu > .wsmenu-list {
    background-color: transparent !important;
}

@media (min-width: 992px) {
    .wsmenu > .wsmenu-list.d-lg-block {
        display: flex !important;
        justify-content: center !important;
        float: none !important;
    }
    .wsmenu > .wsmenu-list.d-lg-block > li {
        float: none !important;
    }
}

.wsmenu-list a.nav-active {
    color: #07BC83 !important;
}

.wsmenu {
    width: 100%;
}

    .wsmenu > .wsmenu-list > li a, .wsmenu > .wsmenu-list > li.rightmenu a {
        padding: 1.3rem 1.3rem 1.2rem 1.3rem;
        font-family: 'Fira Sans', sans-serif !important;
        font-weight: 600 !important;
        font-size: 110%;
        line-height: 1.4 !important;
        border: none;
    }

    .wsmenu > .wsmenu-list > li > a i, .wsmenu > .wsmenu-list > li.rightmenu > a i {
        margin-right: 0px;
    }

    .wsmenu > .wsmenu-list > li > a:hover, .wsmenu > .wsmenu-list > li.rightmenu > a:hover {
        color: #02B8BF !important;
        background-color: transparent;
    }

    .wsmenu > .wsmenu-list > li > a.active, .wsmenu > .wsmenu-list > li.rightmenu > a.active {
        color: #02B8BF !important;
        background-color: transparent;
    }

    .wsmenu > .wsmenu-list > li a, .wsmenu > .wsmenu-list > li.rightmenu a {
        color: #333;
        background-color: transparent;
    }


@media only screen and (max-width: 991px) {

    .wsmobileheader {
        color: #333 !important;
        background-color: #FFF;
        height: 100px;
        border-bottom: none;
    }

    #fMenu {
    }

    .callusbtn {
        color: #333 !important;
        top: 0px;
        font-size: 110%;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:before,
    .wsanimated-arrow span:after {
        background: #333;
    }

    .wsanimated-arrow {
        margin: 35px 0 0 15px;
    }

    .wsmenu {
    }

        .wsmenu > .wsmenu-list {
            padding-top: 0rem;
            background: #fff;
            padding-top: 2.5rem;
        }

            .wsmenu > .wsmenu-list > li a {
                padding: 1rem 1rem 1rem 1.5rem !important;
                border-radius: 0rem !important;
                font-size: 110% !important;
                color: #333;
                margin-left: 0rem;
                margin-right: 0rem;
                border-bottom: 1px solid rgba(255, 255, 255, .3)
            }

            .wsmenu > .wsmenu-list > li > a:hover {
                color: #02B8BF !important;
            }

            .wsmenu > .wsmenu-list > li > a.active {
                color: #02B8BF !important;
            }


    .wsmobileheader .smllogo {
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }

}
/* </PARA EL MENU> */

/* <ANCLAS> */
/* En móvil el .wsmobileheader queda fijo (54px) sobre el contenido; sin este
   offset, al saltar a un ancla (p. ej. desde las pills de Patologías) el
   título de la sección queda tapado por el encabezado. */
@media only screen and (max-width: 991px) {

    a[name] {
        display: block;
        position: relative;
        top: -100px;
        visibility: hidden;
    }

}
/* </ANCLAS> */


/* <WHATSAPP> */
.float {
    position: fixed;
    width: auto;
    height: 50px;
    bottom: 15px;
    right: 15px;
    background-color: #07BC83;
    color: #FFF !important;
    border-radius: 50px;
    font-size: 26px;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 0 16px 0 12px;
    gap: 8px;
    text-decoration: none !important;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
    animation: floatGlow 2.5s ease-in-out infinite;
}

    .float:hover {
        color: #FFF;
        background-color: #02B8BF;
        text-decoration: none !important;
        animation-play-state: paused;
    }

@keyframes floatGlow {
    0%, 100% {
        box-shadow: 2px 2px 6px rgba(0,0,0,0.25), 0 0 0 0 rgba(7,188,131,0.5);
    }
    50% {
        box-shadow: 2px 2px 6px rgba(0,0,0,0.25), 0 0 0 10px rgba(7,188,131,0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .float {
        animation: none;
    }
}

.my-float {
    margin-top: 0;
}

.float-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}


@media only screen and (max-width: 991px) {

    .float {
        right: 15px;
        bottom: 10px;
    }
}
/* </WHATSAPP> */

/* <SUBIR ARRIBA> */
.btn-subir-arriba {
    position: fixed;
    width: 46px;
    height: 46px;
    bottom: 15px;
    left: 15px;
    background-color: #07BC83;
    color: #FFF !important;
    border-radius: 50px;
    font-size: 18px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease, background-color .2s ease;
}

    .btn-subir-arriba.mostrar {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .btn-subir-arriba:hover {
        color: #FFF;
        background-color: #02B8BF;
        text-decoration: none !important;
    }

@media only screen and (max-width: 991px) {

    .btn-subir-arriba {
        left: 15px;
        bottom: 10px;
    }
}
/* </SUBIR ARRIBA> */

/* < FORMULARIO > */

.label {
    margin-bottom: 0.5rem;
    font-size: 100% !important;

}

.form-control {
    border-radius: 6px;
    margin-bottom: .5rem;
}

/* < /FORMULARIO > */

/* <BRAND UNIFY> */
/* Botón WhatsApp en color de marca */
.btn-success {
    background-color: #07BC83 !important;
    border-color: #07BC83 !important;
    color: #fff !important;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #059e6e !important;
    border-color: #059e6e !important;
}

/* Border-radius global — botones, recuadros, imágenes, cards */
.btn {
    border-radius: 6px !important;
}

#fServicios .recuadro,
#fEsteticaGenital .estetica-card,
.float {
    border-radius: 8px !important;
}

.img-fluid,
img.rounded-auto {
    border-radius: 8px;
}

#fNosotros img,
#fEsteticaGenital img {
    border-radius: 8px;
}

/* Excluir recuadros del banner */
#fRecuadrosBanner .recuadro1,
#fRecuadrosBanner .recuadro2,
#fRecuadrosBanner .recuadro3 {
    border-radius: 0 !important;
}
/* </BRAND UNIFY> */




/* <INDICE PATOLOGIAS> */
#fIndicePatologias {
    background-color: #f4fbfb;
    border-top: 4px solid #02B8BF;
    border-bottom: 1px solid #d0eaea;
    padding: 1.5rem 0;
}

#fIndicePatologias .indice-titulo {
    font-weight: 700 !important;
    color: #004A8D;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
    text-align: center;
}

.indice-pill {
    display: inline-block;
    padding: 0.3rem 0.85rem;
    margin: 0.2rem;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #1990CE;
    color: #004A8D;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.indice-pill:hover {
    background: #1990CE;
    color: #fff;
    text-decoration: none;
}

.indice-pill-featured {
    background: #1990CE;
    color: #fff !important;
    border-color: #1990CE;
}

.indice-pill-featured:hover {
    background: #004A8D;
    border-color: #004A8D;
    color: #fff !important;
}

.indice-pill-estetica {
    background: #07BC83;
    color: #fff !important;
    border-color: #07BC83;
}

.indice-pill-estetica:hover {
    background: #059e6e;
    border-color: #059e6e;
    color: #fff !important;
}

.indice-toggle {
    border-color: #1990CE;
    color: #004A8D;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.indice-toggle .fa-chevron-down {
    transition: transform 0.3s;
}

.indice-toggle[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    #indiceCollapse {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* </INDICE PATOLOGIAS> */

/* DISCLAIMER MÉDICO */
.fDisclaimer {
    background: #f4f7fa;
    padding: 3rem 0;
    border-top: 1px solid #dde3ea;
}

.disclaimer-box {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    background: #fff;
    border-left: 4px solid #1990CE;
    border-radius: 0 8px 8px 0;
    padding: 1.75rem 2rem;
    box-shadow: 0 2px 12px rgba(0,74,141,0.07);
}

.disclaimer-box .disclaimer-icon {
    color: #1990CE;
    font-size: 1.75rem;
    flex-shrink: 0;
    line-height: 1.5;
}

.disclaimer-box .disclaimer-text p {
    margin: 0;
    color: #5a6272;
    font-size: 0.875rem;
    line-height: 1.8;
    font-style: italic;
}
/* </DISCLAIMER MÉDICO> */


/* <FRANJA 1> */
.fFranja1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


@media only screen and (max-width: 991px) {

    .fFranja1 {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

}
/* </FRANJA 1> */


/* <FRANJA 2> */
.fFranja2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(/images/fondo-servicios.jpg) center;
    background-size: cover;
    background-color: #004A8D;
    color: #fff;
}

    .fFranja2 h1, .fFranja2 p, .fFranja2 li {
        color: #fff;
    }

    .fFranja2 li {
        padding-bottom: .5rem;
    }

@media only screen and (max-width: 991px) {

    .fFranja2 {
        padding-top: 3rem;
        padding-bottom: 2rem;
        background: none;
        background-color: #004A8D;
    }

}
/* </FRANJA 2> */


.contactoHorario {
    margin-bottom: 3rem;
}


.contactoDireccion {
    margin-bottom: 4rem;
}

.contactoIcon {
    color: #02B8BF;
}

#fContacto .divisor {
    font-size: 100%;
}

/* <ZONAS CERCANAS> */
.zonasChips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
}

.zonaChip {
    display: inline-block;
    background: #fff;
    border: 1px solid #02B8BF;
    color: #004A8D;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.15rem 0.7rem;
    border-radius: 50px;
}

.valoracionCard {
    display: inline-block;
    background: transparent;
    border-radius: 8px;
    padding: 1.5rem 2.5rem;
}

.valoracionCard strong {
    font-size: 1.15rem;
    color: #004A8D;
}
/* </ZONAS CERCANAS> */