/*

Pais: CO
Cliente: Allianz Salud Vital / AMBULATORIO

*/

@import url("mein-tooltips.css");
@import url("allianz-saludvital-fab.css");


:root {
    --primary: #013781;
    --secondary: #54585a;
    --light: #fff;
    --dark: #54585a;
    --font-family: 'Mulish', sans-serif;
    /*Custom blue color palette:*/
    --azul1: #122b54;
    --azul2: #066a9a;
    --azul3: #007ab3;
    --azul4: #00a9db;
    --azul5: #9bd9e3;
    --azul6: #d1ecee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family) !important;
}

#drop-mensajes-turno {
    background-color: #12253d;
}


/*Login*/

body:has(.kt-login) {
    background-color: #f9f9f9 !important;
}

.kt-login__cta { 
    font-size: 16px;
    text-align: left;
}
h3.fuente-Conocerlogin {
    font-size: 12px !important;
}
.kt-login.kt-login--v3 .kt-login__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}
.logotipo-vigilado {
    display: block;
    margin: auto !important;
    width: 260px;
    height: 50px;
    background-image: url(/img/allianz-saludvital/login/Vigilado1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* Footer del Login - Versión mejorada */
.terminos-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    margin: 0 auto;
    padding: 1rem 0;
    border-top: 1px solid #e0e0e0;
}

    .terminos-login a {
        color: #5F6368;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.2s ease;
        white-space: nowrap;
    }

        .terminos-login a:hover {
            color: var(--primary);
            text-decoration: underline;
        }

/* Ajustes para móvil */
@media (max-width: 768px) {
    .terminos-login {
        flex-direction: column;
        gap: 0.75rem;
        padding: 1.5rem 0;
    }

        .terminos-login a {
            font-size: 14px;
            white-space: normal;
        }
}

#imgLogin {
    height: 100vh;
    width: 50vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-color: #f9f9fc !important;
}

.logotipo-desktop {
    background-image: url(../../img/allianz-saludvital/logotipo.png);
    background-size: contain;
    max-width: 260px;
    margin: 1rem auto !important;
    text-align: center !important;
}

.logotipo-mobile {
    background-image: url(../../img/allianz-saludvital/logotipo.png);
    height: 50px;
    margin: 0;
}


.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
    margin-top: 5vh !important;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
    color: var(--primary);
    font-weight: 700 !important;
    display: block;
    margin: 0 auto 3rem auto;
    text-align: unset;
    width: inherit;
    font-size: 28px;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form {
    margin: 0 auto 3rem auto !important;
}

.form-group .ms-label {
    color: var(--tertiary) !important;
}

.row.kt-login__extra_02 {
    margin-top: 2rem;
}

#kt_login_signin_submit.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}


#kt_login_signin_submit.btn-primary:hover {
    background-color: var(--azul1);
    border-color: var(--azul1);
}

.divider-medismart {
    display: flex !important;
    margin-bottom: 2rem;
}

.row.kt-login__extra_02 {
    margin-top: 2rem;
}

.kt-login .login-help-wa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem auto;
    gap: 1rem;
}

.kt-login .login-help-wa a:hover,
.kt-login .login-help-wa a:focus,
.kt-login .login-help-wa a:active {
    text-decoration: underline !important;
}
.kt-login .login-help-wa .comunicate{
    color: #676767;
    font-weight: normal;
}


.kt-login .login-help-wa h3 {
    font-size: 16px;
    color: #3E3E3E;
    text-align: center;
}

h3.fuente-link {
    color: #013781 !important;
}

/* Imagenes Login */
.img1,
.img2,
.img3,
.img4,
.img5,
.img6 {
    background-image: url(../../img/allianz-saludvital/login/960x978.jpg);
}

.kt-login__extra.registro {
    display: none;
}

.kt-login.kt-login--v3.kt-login--signin .kt-login__signin .titulo-card-farmacia {
    text-align: center;
}

.login-footer .terminos {
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
    margin-left: 1rem;
}

.login-info--tooltip i {
    color: #ccc;
    font-size: 20px;
    margin-left: 10px;
    text-align: left !important;
}

div#kt_footer.footer-login {
    margin: 2rem auto 0 auto;
    width: 100%;
    max-width: 450px;
    padding: 0 1rem;
    text-align: center;
    font-size: 12px;
}

/*Prehome*/

#item-ayuda {
    display: none !important;
}

.body-home:has(.prehome) {
    background-image: unset;
}

.prehome__title {
    color: #748299;
    font-weight: 700;
}

.prehome__plans {
    min-height: 480px;
    height: auto;
}

.prehome__plan {
    width: 100%;
    max-width: unset;
}

.prehome__title {
    color: #98a2b3;
    font-weight: 700;
    font-size: 32px;
}

.prehome__plan h2 {
    max-width: unset;
    text-align: center;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 900;
    color: var(--primary);
}

.prehome__plan ul {
    overflow-y: auto !important;
    list-style-image: url(../../img/allianz-saludvital/bullet.svg);
    list-style-position: inside;
    margin: 2rem auto 1rem auto;
    font-size: 16px;
    max-width: 300px;
    height: 350px;
}

.prehome__plan ul::-webkit-scrollbar {
    width: 7px;
}

.prehome__plan ul::-webkit-scrollbar-track {
    background: rgba(80, 80, 80, 0.2);
    border-radius: 10px;
    width: 30px;
}

.prehome__plan ul::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

.prehome__plan ul::-webkit-scrollbar-thumb:hover {
    background: #67BCE1;
}

.prehome__plan li {
    color: #101828;
    font-size: 14px;
    font-weight: 600;
}

.prehome__plan .btn {
    margin: 1rem auto;
    border: 1px solid var(--primary);
    background: transparent;
    color: var(--primary);
    font-weight: 700;
    transition: all 0.1s ease-in-out;
}

.prehome__plan .btn:hover,
.prehome__plan .btn:focus,
.prehome__plan .btn:active {
    background: var(--primary);
    color: #fff;
}

/*Home*/

.btn-success {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
button#btnConfirmar {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.body-home {
    background: #fff;
    background-image: url(../../img/allianz-saludvital/vigilado-a.png), url(../../img/allianz-saludvital/home/vitallianz-brand.png) ;
    background-repeat: no-repeat;
    background-position: top 40vh left 1.5rem, top 100px right 40px;
    background-size: 30px, 180px;
}

.tooltip-inner {
    color: #6D6D6D !important;
}
div#item-ayuda {
    display: none;
}

.body-home .logo-home { box-shadow: 0px 5px 10px 0px #e6e6e6; }

.body-home .logo-home img {
    width: 220px;
}

.text-warning {
    color: var(--primary) !important;
}

.body-home .menu-top .item-menu-top {
    cursor: pointer;
}

.body-home .menu-top .item-menu-top i,
.body-home .menu-top .item-menu-top .label-menu,
.body-home .menu-top .label-menu-pac {
    color: var(--primary);
}

.body-home .menu-top .item-menu-top:hover i,
.body-home .menu-top .item-menu-top:hover .label-menu,
.body-home .menu-top .item-menu-top:hover .label-menu-pac {
    color: var(--dark);
}

.body-home .menu-top .item-menu-top .label-menu,
.body-home .menu-top .item-menu-top .label-menu-pac {
    font-weight: 700;
}


.menu-top .item-menu-top {
    cursor: pointer;
}

.menu-top .item-menu-top i,
.menu-top .item-menu-top .label-menu,
.menu-top .label-menu-pac {
    color: var(--primary);
}

.menu-top .item-menu-top:hover i,
.menu-top .item-menu-top:hover .label-menu,
.menu-top .item-menu-top:hover .label-menu-pac {
    color: var(--dark);
}

.menu-top .item-menu-top .label-menu,
.menu-top .item-menu-top .label-menu-pac {
    font-weight: 700;
}

.kt-menu__item a,
.kt-menu__item i {
    color: var(--primary);
}

.body-home .cont-card h1 {
    max-width: 140px;
    color: var(--primary);
}

.body-home .cont-card .card {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.1);
}

.body-home .cont-card .card img {
    max-width: 100%;
}

.body-home .card-plan .costo,
.body-home .card-plan .pronto-card,
.body-home .card-plan .atencion-24,
.body-home .card-plan .preferente,
.body-home .card-plan .presencial,
.body-home .card-plan .telemedicina {
    background-color: #D1ECEE !important;
    color: var(--primary) !important;
}


        .body-home .card-plan .presencial::after {
            content: 'Presencial';
        }


.body-home .card-plan .atencion-24 {
    display: flex;
}

.body-home .top-banner {
    margin: 0 auto 4rem;
    height: unset;
}

.body-home .top-banner .legend {
    color: #113056;
    margin: 2rem auto 0;
    font-size: 28px;
}

.body-home .card-plan .costo,
.body-home .card-plan .pronto-card {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 70px;
    height: 25px;
    font-size: 11px;
    font-weight: 900;
    background-color: #6F6F6F;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 16px 0px 8px;
    text-transform: uppercase;
    display: none;
}

.body-home .pronto {
    display: none;
}

.body-home button#plan-salud {
    background-color: var(--azul2);
}

.accesible-tools-desktop .accesible-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0rem;
}


/*Footer*/

.body-home .footer-home {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 96vw;
    width: auto;
    align-items: center;
    margin: 3rem auto;
    padding: 1rem;
    text-align: center;
    gap: 4rem;
}

.body-home div#item-salir {
    border-left: 2px solid var(--primary);
    padding-left: 2rem;
    margin-left: 1rem;
}

.accesible-btn button {
    color: var(--primary);
    border: 2px solid var(--primary);
    background-color: #fff;
}

.accesible-btn button:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.body-home .footer-home {
    max-width: 1200px !important;
}

.body-home .footer-home .copy {
    order: 0;
}

.body-home .footer-home .accesible-btn {
    margin: 0 auto;
    order: 1;
}

.body-home .footer-home #terminosFooter {
    order: 2;
}

.body-home .footer-home #politicas {
    order: 3;
}

.body-home .footer-home .terminos {
    align-items: center;
}

.body-home .footer-home .copy,
.body-home .footer-home .terminos a {
    color: var(--dark);
    font-weight: bold;
    display: flex;
}

.body-home .footer-vitallianz--img img {
    margin-top: -40px;
    width: 100%;
    max-width: 100%;
}

.tooltip-inner {
    max-width: 256px;
    width: auto;
    background-color: #f9f9f9 !important;
    text-align: left;
    color: #003781;
    font-size: 12px;
    font-weight: normal;
    padding: 12px 10px;
    border-radius: 8px !important;
    line-height: 1.5;
    word-spacing: 1px;
}

.tooltip-inner .tooltip-strong {
    font-weight: 700;
}

.tooltip-inner:has(#tooltip-recuerda) {
    max-width: 270px;
}

/*Paciente*/
li.farm-glory.kt-menu__item.kt-menu__item--submenu.kt-menu__item--submenu-fullheight.kt-menu__item--open.kt-menu__item--here {
    display: none;
}
div#kt_aside_brand {
    gap: 0;
    justify-content: center;
}

.kt-aside__brand-logo a {
    width: 60px;
    height: 60px;
    margin: 1rem auto;
}

body:has(#kt_aside) {
    background-image: url(../../img/allianz-saludvital/vigilado-2.png);
    background-repeat: no-repeat;
    background-position: bottom 100px left 120px;
    background-size: 90px;
}

body.fondo-agendamiento {
    background: #fff !important;
}

.busqueda-profesionales {
    border: 2px solid var(--primary);
}

.busqueda-profesionales i {
    color: var(--primary)
}

.busqueda-profesionales .btn-outline-primary {
    color: var(--primary)
}

.busqueda-profesionales .btn-outline-primary:hover {
    color: var(--dark) !important;
}

.caja-especialidad.active {
    background-color: var(--primary);
}

.caja-especialidad {
    background-color: #636363;
}

.caja-especialidad:hover {
    background-color: var(--primary);
}

.inner-especialidad strong {
    color: var(--light)
}

.step.active .step-icon {
    background-color: var(--primary);
}

.stepper {
    background-image: url(../../img/allianz-saludvital/fondo-banner2.svg);
}

.stepper .flecha {
    color: var(--primary)
}

.stepper img {
    border-color: var(--primary)
}

.step.active .label-step {
    color: var(--primary)
}

.mensaje-superior {
    color: var(--secondary)
}

.caja-profesional .titulo-profesional,
.nombre-profesional {
    color: var(--tertiary)
}

.caja-profesional .fecha-atencion {
    color: var(--tertiary)
}

.front-fecha-atencion {
    border: 1px solid rgba(35, 33, 114, .3)
}

.front-fecha-atencion strong:before {
    color: var(--tertiary);
    font-weight: 900;
}

.especialidad-profesional {
    color: var(--tertiary)
}

.carga-archivos h3 {
    color: var(--tertiary)
}

.mensaje-confirmacion strong {
    color: #0F499A;
}

.iniciales {
    background-color: var(--primary);
}

.titulo-sala {
    width: auto;
    display: none;
}

.titulo-seccion {
    color: var(--primary)
}

.top-banner {
    background-image: unset;
}

.top-banner img {
    display: none !important;
}

.top-banner .legend {
    color: #646C9A;
}

.banner_topsc .legend .text-warning {
    color: var(--primary) !important;
}

.top-banner.banner_topsc {
    background-image: url(../../img/allianz-saludvital/fondo-banner2.svg);
}

.text-warning {
    color: var(--primary) !important;
}

.menu-top .item-menu-top .logotipo-mobile {
    /*    width: 110px;*/
    background-image: url("/img/allianz-saludvital/isotipo.png") !important;
}

/*Sala espera*/
.hotspot-icon {
    text-shadow: 2px 2px 4px #000000;
}
a#hs-c {
    color: white;
}

a#hs-b {
    color: white;
}

a#hs-d {
    color: white;
}

a#hs-e {
    color: white;
}


.hotspot-icon .cont-icon {
    background-color: var(--light);
}

.hotspot-icon:hover .cont-icon {
    background-color: #0F499A;
}

.hotspot-icon span {
    color: #fff !important
}

.hotspot-icon .cont-icon i {
    text-shadow: none;
    color: #0B3F86;
}
a#hs-b {
    display: none;
}
div#wsp-m {
    display: none;
}

.hotspot-icon:hover .cont-icon i {
    color: #fff;
}

.cont-icon.hotspot-redes {
    background-color: #222;
}

#hs-g .cont-icon span {
    color: #fff !important
}

#hs-g .cont-icon {
    background-color: #13A0D5;
}

#hs-g:hover .cont-icon {
    background-color: var(--primary);
}

#hs-g .cont-icon i {
    color: #fff;
}

#contacto,
#facebook,
#instagram,
#reporte,
#reporte-m {
    display: none !important;
}

.toolbar-option {
    color: var(--primary)
}

.toolbar-option.active {
    color: var(--secondary)
}



.cont-btn-panel .btn-atencion,
.cont-btn-vc .btn-atencion {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.cont-btn-panel .btn-atencion:hover,
.cont-btn-vc .btn-atencion:hover {
    background-color: rgba(237, 110, 0, 0.1);
    color: var(--primary);
}

.kt-menu__item a,
.kt-menu__item i,
.kt-menu__item a .ms-label-menu {
    color: #2d2d2d;
}

.kt-menu__item a:hover {
    padding-bottom: 10px !important;
}
.kt-menu__item:hover a, .kt-menu__item:hover i {
    color: #2d2d2d !important;
}

/*Perfil*/

.titulo-servicio {
    color: var(--primary);
}

.tabset>input:checked+label {

    border-color: unset;
    border-bottom: unset;

    margin-bottom: -1px;
    border: 1px solid #45BBC9;
    border-bottom-color: #f9f9fc;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.tab-panels {
    border-top: 1px solid #45BBC9;
}

.tab-panels .tab-panel {
    border: none;
}

/*Momento WOW*/
.wow .tag.tag-examen,
.wow .tag.tag-smartcheck {
    display: none;
}

.wow.wow__historial .wow__title h2 {
    color: #646C9A;
}

.wow__historial .tarjeta__title {
    color: #646C9A;
}

.columna-medicamentos {
    display: none;
}

.columna-medicamentos,
.columna-examenes {
    display: none
}

.wow .tag.active {
    background-color: var(--primary) !important;
    color: var(--light);
}

.wow .tag:hover {
    background-color: var(--primary);
    color: var(--light);
}

.wow__lista-item-title,
.wow__subitem-check,
.wow__title h2,
.wow__subitem-price,
.wow__sort-interconsulta,
.wow__lista-footer .wow__total-final-card,
.wow__total-label,
.wow__total-price {
    color: var(--primary);
}

/*Directorio Veterinario Landing*/

.directorio-vet {
    margin: 3rem auto;
    padding: 3rem;
    border-radius: 16px;
    background: #fff;
    box-sizing: border-box;
}

.directorio-vet h2,
.directorio-vet h3 {
    margin-bottom: 2rem;
    font-family: 'Mulish', sans-serif !important;
}

.directorio-vet h2 .small-text {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(90deg, #0282A6 -2.27%, #5B5AC7 89.98%);
    background-clip: text;
}

.directorio-vet h2 .large-text {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(90deg, #0282A6 -2.27%, #5B5AC7 89.98%);
    background-clip: text;

}

.directorio-vet h3 {
    color: #646C9A;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-align: left;
}

.directorio-vet img.portada {
    display: block;
    width: 80%;
}

/*Dropdown directorio veterinario*/

.directorio-vet .dropdown-menu {
    min-width: 250px;
}

.directorio-vet .dropdown-item {
    cursor: pointer;
}

.dropdown-toggle {
    width: 100% !important;
    border: 1px solid #37A0AD;
    color: #0282A6;
    text-transform: unset;
    font-weight: 700;
    letter-spacing: normal;
}

.directorio-vet .content {
    display: none;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #f6f6f6;
    margin: 2rem auto;
    border-radius: 10px;
    min-height: 130px;
    max-height: 130px;
    overflow-y: scroll;
}

.dirvet-wrap .content * {
    color: #646C9A !important;
}

.dirvet-wrap .content h3 {
    font-size: 22px;
    font-weight: 700;
}

.dirvet-wrap .content p {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid rgb(100 108 154 / 40%);
}

/* allianz-saludvital.css */

/* allianz-saludvital.css */

/* --- ESTILOS PARA EL MENÚ DESPLEGABLE DE CIUDADES --- */
/* Le devolvemos su scroll permanente (si es necesario) */
.dropdown-listVet {
    max-height: 200px; /* Esto limita la altura para mostrar ~5 items */
    overflow-y: auto; /* Muestra el scroll si la lista de ciudades es larga */
}

/* --- ESTILOS PARA LA LISTA DE RESULTADOS DE VETERINARIAS --- */
/* Mantenemos la lógica de ocultar el scroll hasta que se active con JS */
.list-ciudades-dir-vet {
    max-height: 200px;
    overflow-y: hidden; /* Oculto por defecto */
}

    .list-ciudades-dir-vet.is-active {
        overflow-y: auto; /* Se activa al cargar resultados */
    }

.calma-dirVet-pdf {
    display: flex;
    align-self: flex-end;
    gap: 10px;
    margin-top: auto;
    padding: 16px 20px !important;
    max-width: 260px;
    text-transform: unset;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.3px;
    line-height: 20px;
    border: 1px solid #37A0AD;
}

.calma-dirVet-pdf:hover,
.calma-dirVet-pdf:active,
.calma-dirVet-pdf:focus {
    background-color: var(--primary);
}

.dirvet-disclaimer {
    width: 100%;
    padding: 2.5rem;
    color: #757575;
    font-size: 12px;
    font-weight: 700;
    line-height: 143.5%;
    border-radius: 13.167px;
    background: #E9ECFF;
}

.cont-steps {
    background-color: #fff !important;
}

#modal-saludoral .modal-body {
    padding: 2rem;
}

#modal-saludoral .hero-img img {
    min-width: 100%;
}

#modal-saludoral h2 {
    color: #101828;
    text-align: justify;
    margin: 1.5rem auto 1rem auto;
}

#modal-saludoral p {
    font-size: 16px;
    text-align: justify;
    color: #2d2d2d;
    padding: 0;
}

#modal-saludoral .content {
    text-align: center;
}

#modal-saludoral #bcmBtnCancel,
#modal-saludoral #bcmBtnRedirectOral {
    min-width: 45%;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

#modal-saludoral #bcmBtnRedirectOral {
    background: var(--azul3);
    color: #fff;
}

#modal-saludoral .content button:hover,
#modal-saludoral .content button:focus,
#modal-saludoral .content button:active {
    background-color: var(--azul1) !important;
    color: #fff !important;
}

/*Modal Especialidad Inmediata*/

.modal-especialidad .logo-cliente {
    display: none;
}

.modal-especialidad h1 {
    text-align: left;
    font-weight: bold;
    color: #475467;
    font-size: 32px;
    margin: 3rem auto;
}

.cont-especialidades-modal.cont-esp-mx {
    justify-content: space-between;
}

.modal-especialidad .btn-especialidad {
    max-width: calc(50% - 20px);
    background-color: #013781;
}

.modal-especialidad .btn-especialidad * {
    color: #fff !important;
    line-height: normal;
}

.modal-especialidad .btn-especialidad i {
    font-size: 64px !important;
}

.modal-especialidad .btn-especialidad span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.6px;
}
/* DIRECTORIO TERAPIAS*/
.directorio-ter {
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    max-width: 1200px;
}

/*Cashback*/
.cashback-container {
    max-width: 70%;
    margin: 30px auto;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
    .cashback-container h2 { font-weight: bold;}

    .cashback-container .cashback-solicitud {
        font-size: 16px;
        font-weight: bold; 
    }

    .cashback-container .data-card {
        max-width: 100% !important;
        margin-top: 25px;
        border-left: 4px solid #0d6efd;
        border-radius: 8px;
    }

    .cashback-container .iframe-container {
        width: 100%;
        height: 700px; /* Altura fija aumentada */
        border: 1px solid #dee2e6;
        border-radius: 8px;
        overflow: hidden;
        margin-top: 20px;
    }

    .cashback-container .iframe-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .cashback-container .data-label {
        font-weight: 700;
        color: #161616;
    }

    .cashback-container .data-value {
        color: #212529;
    }

    .cashback-container .cashback-importante {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem;
    }

    .directorio-ter h2 {
        color: var(--primary);
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 1.5rem;
    }

        .directorio-ter h2 .small-text,
        .directorio-ter h2 .large-text {
            font-weight: 700;
            background: linear-gradient(90deg, #0282A6 -2.27%, #5B5AC7 89.98%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .directorio-ter h2 .small-text {
            font-size: 36px;
        }

        .directorio-ter h2 .large-text {
            font-size: 48px;
        }

    .directorio-ter h3 {
        color: #646C9A;
        font-size: 20px;
        font-weight: 900;
        line-height: 24px;
        margin-bottom: 2rem;
    }

    .directorio-ter img.portada {
        display: block;
        width: 80%;
        max-width: 500px;
        border-radius: 8px;
        margin-bottom: 1.5rem;
    }

    /* FORMULARIO Y CONTROLES */
    .directorio-ter label {
        display: block;
        margin-bottom: 0.5rem;
        color: var(--primary);
        font-weight: 600;
        font-size: 14px;
    }

    .directorio-ter select {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: white;
        color: #333;
        font-size: 14px;
        margin-bottom: 1rem;
        transition: border-color 0.3s ease;
    }

        .directorio-ter select:focus {
            border-color: var(--primary);
            outline: none;
        }

/* LISTA DE RESULTADOS */
.list-ciudades-dir-ter {
    max-height: 400px;
    overflow-y: auto;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    margin-top: 1rem;
    border: 1px solid #eee;
}

    .list-ciudades-dir-ter ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .list-ciudades-dir-ter li {
        padding: 12px;
        border-bottom: 1px solid #eee;
        transition: background-color 0.2s ease;
    }

        .list-ciudades-dir-ter li:hover {
            background-color: #f0f4ff;
        }

/* ITEMS DE TERAPIA */
.terapia-item {
    padding: 15px;
    margin-bottom: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .terapia-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .terapia-item h5 {
        color: var(--primary);
        margin-bottom: 10px;
        font-size: 16px;
    }

    .terapia-item p {
        margin-bottom: 8px;
        color: #555;
        font-size: 14px;
        line-height: 1.4;
    }

        .terapia-item p strong {
            color: var(--primary);
        }

/* BOTONES */
.calma-dirter-pdf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background-color: var(--primary);
    color: white;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 1rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    gap: 8px;
}

    .calma-dirter-pdf:hover {
        background-color: var(--azul1);
        color: white;
    }

    .calma-dirter-pdf i {
        font-size: 14px;
    }

/* DISCLAIMER Y TEXTOS */
.dirter-disclaimer {
    width: 100%;
    padding: 1.5rem;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
    background: #f0f4ff;
    margin-top: 1rem;
    display: none;
}

/* DROPDOWN */
.directorio-ter .dropdown-menu {
    min-width: 250px;
    max-height: 300px;
    overflow-y: auto;
}

.directorio-ter .dropdown-item {
    cursor: pointer;
    padding: 8px 16px;
    transition: background-color 0.2s ease;
}

    .directorio-ter .dropdown-item:hover {
        background-color: #f5f5f5;
    }

/* DIRECTORIO LABORATORIOS*/
.directorio-lab {
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    max-width: 1200px;
}

    .directorio-lab h2 {
        color: var(--primary);
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 1.5rem;
    }

        .directorio-lab h2 .small-text,
        .directorio-lab h2 .large-text {
            font-weight: 900;
        }
        .directorio-lab h2 .small-text { font-size: 30px; }
        .directorio-lab h2 .large-text { font-size: 36px; }

    .directorio-lab h3 {
        color: #646C9A;
        font-size: 20px;
        font-weight: 900;
        line-height: 24px;
        margin-bottom: 2rem;
    }

    .directorio-lab img.portada {
        display: block;
        width: auto;
        margin: 0 auto;
        max-width: 80%;
        border-radius: 8px;
        margin-bottom: 1.5rem;
    }

    /* FORMULARIO Y CONTROLES */
    .directorio-lab label {
        display: block;
        margin-bottom: 0.5rem;
        color: var(--primary);
        font-weight: 600;
        font-size: 14px;
    }

    .directorio-lab select {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: white;
        color: #333;
        font-size: 14px;
        margin-bottom: 1rem;
        transition: border-color 0.3s ease;
        max-height: 200px !important;
        overflow-y: scroll !important;
    }

        .directorio-lab select:focus {
            border-color: var(--primary);
            outline: none;
        }

/* LISTA DE RESULTADOS */
.list-ciudades-dir-lab {
    max-height: 400px;
    overflow-y: auto;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    margin-top: 1rem;
    border: 1px solid #eee;
}

    .list-ciudades-dir-lab ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .list-ciudades-dir-lab li {
        padding: 12px;
        border-bottom: 1px solid #eee;
        transition: background-color 0.2s ease;
    }

        .list-ciudades-dir-lab li:hover {
            background-color: #f0f4ff;
        }

/* ITEMS DE TERAPIA */
/*.terapia-item {
    padding: 15px;
    margin-bottom: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .terapia-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .terapia-item h5 {
        color: var(--primary);
        margin-bottom: 10px;
        font-size: 16px;
    }

    .terapia-item p {
        margin-bottom: 8px;
        color: #555;
        font-size: 14px;
        line-height: 1.4;
    }

        .terapia-item p strong {
            color: var(--primary);
        }*/
/* BOTONES */
.dirlab-pdf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background-color: var(--primary);
    color: white;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 1rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    gap: 8px;
}
    .dirlab-pdf i {
        font-size: 14px;
    }
    .dirlab-pdf:hover {
        background-color: var(--azul1);
        color: white;
    }

/* DISCLAIMER Y TEXTOS */
.dirlab-disclaimer {
    width: 100%;
    padding: 1.5rem;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
    background: #f0f4ff;
    margin-top: 1rem;
    display: none;
}

/* DROPDOWN */
.directorio-lab .dropdown-menu {
    min-width: 250px;
    max-height: 300px;
    overflow-y: auto;
}

.directorio-lab .dropdown-item {
    cursor: pointer;
    padding: 8px 16px;
    transition: background-color 0.2s ease;
}

    .directorio-lab .dropdown-item:hover {
        background-color: #f5f5f5;
    }

/*Mi Seguro > Desktop*/
.misegurovital-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
}
/*Responsive*/
@media (max-width: 768px) {
    .directorio-ter {
        padding: 1.5rem;
        margin: 1rem auto;
    }

        .directorio-ter h2 .small-text {
            font-size: 28px;
        }

        .directorio-ter h2 .large-text {
            font-size: 36px;
        }

        .directorio-ter img.portada {
            width: 100%;
        }

    .list-ciudades-dir-ter {
        max-height: 300px;
    }

    .calma-dirter-pdf {
        width: 100%;
        justify-content: center;
    }

    /* Ajustes para el modal DonDoctor */
    #modalDonDoctor .modal-dialog {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
    }

    #modalDonDoctor .modal-content {
        margin-top: 4.5rem;
    }

    #modalDonDoctor button[onclick="confirmarCerrarModal()"] {
        top: 20px !important;
        right: 20px !important;
    }
}

@media screen and (orientation: portrait) and (max-width: 668px) {
    .terminos-login {
        display: flex;
        justify-content: space-between;
        width: auto;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 2rem;
    }

    .body-home .logo-home a:has(img) {
        width: 50%;
        height: auto;
        text-align: left;
    }

    .body-home .top-banner {
        max-width: 94%;
        gap: 1rem;
    }

    .body-home .top-banner .legend {
        font-size: 22px;
        font-weight: 700;
        margin: auto;
    }


    .body-home .kt-header__topbar {
        width: 50%;
        margin-left: unset;
        position: unset;
    }

    .body-home .top-banner img {
        display: flex !important;
    }

    .card.caja-profesional {
        margin-top: 20px;
    }

    .stepper {
        background-image: none !important;
        margin-top: 4rem;
    }

    .body-home div#item-salir {
        margin-left: 0;
    }

    .body-home .menu-top .item-menu-top .logotipo-mobile {
        max-height: 36px;
        background-image: url(/img/allianz-saludvital/logotipo.png) !important;
        background-size: 130px;
        min-width: 130px;
    }

    .menu-top .item-menu-top.cont-iso-plataforma .logotipo-mobile {
        height: 60px;
        background-image: url(/img/allianz-saludvital/isotipo.png) !important;
        background-size: 60px;

    }

    .modal-especialidad h1 {
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        max-width: 250px;

    }

    .modal-especialidad .btn-especialidad {
        max-width: 100%;
        background-color: #013781;
        padding: 10px;
    }

    #divSinHorasDisponibles img {
        width: 50px;
    }

    .sala-espera-mobile {
        margin: auto;
        padding: 0 2rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        box-shadow: none !important;
        background-size: contain;
        background-position: bottom center;
    }

    .sala-espera-mobile .card-sala.card-media {
        margin: 3.5rem 0 4rem 0;
    }

    .sala-espera-mobile .btn-sala .cont-icon {
        background-color: #fff;
        color: var(--primary);
        font-size: 2rem;
        text-shadow: none;
    }

    .cont-consentimiento-informado {
        background: transparent;
        min-height: unset;
        margin: 2rem auto;
    }

    .btn-sala:hover {
        color: #fff;
    }

    .btn-sala:hover .cont-icon {
        background-color: var(--secondary);
        color: #fff;
    }

    .cashback-container {
        max-width: 96%;
        padding: 12px;
    }
    
/*    Terapias*/
    .directorio-ter .row {
        gap: 3rem;
        margin: 2rem auto;
    }
        .directorio-ter .row .col-md-5 {
            order: 1;
        }
        .directorio-ter .row .col-md-7 {
            order: 2;
        }


}
@media (max-width: 1024px) {
    .sala-espera-mobile.sala-espera-consalud {
        padding: 1rem;
        margin-top: 90px;
    }
}

    @media all and (orientation: portrait) and (max-width: 991px) {
        .swal2-popup .swal2-content img {
            width: 40px !important;
        }

        .kt-login.kt-login--v3 .kt-login__wrapper {
            align-items: flex-start;
            max-width: 100%;
            justify-content: center;
        }

        .body-home {
            background-image: unset;
            background-color: #fff !important;
        }

        /*Mi Seguro > mobile*/
        .misegurovital-box { 
            margin-top: 60px;
            align-items: center;
        }
        .misegurovital-box .legend {
            font-size: 16px;
        }
    }

    @media (max-width: 991.98px) {
        .prehome__plan {
            padding: 2rem 0 2rem 0;
        }

        .prehome__title {
            font-size: 18px;
        }



        .body-home .footer-home .terminos {
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            gap: 1rem;
        }

        .body-home .footer-home .copy {
            display: block;
            order: 1;
        }

        .body-home .footer-home #politicas {
            margin: auto;
        }

        .container-login {
            width: auto;
            margin: 14px;
            background-color: #f9f9f9;
            border-radius: 14px;
        }

        .kt-login__wrapper {
            align-items: flex-start;
        }

        .kt-login .login-help-wa {
            margin: 1rem auto;
        }


        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
            transform: unset;
            display: flex;
            flex-direction: column;
            width: 100%;
            margin: 2rem auto !important;
        }

        .body-home .logo-home img {
            width: 120px;
        }

        .leyenda-card-home {
            text-align: left;
            margin-left: 1.25rem;
            font-weight: 800;
            font-size: 1.2rem;
            color: #fff;
            text-transform: uppercase;
        }

        .kt-header-mobile--fixed .kt-header__topbar {
            box-shadow: 0px 4px 10px #e8e8e8;
        }
    }

    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

        .img1,
        .img2,
        .img3,
        .img4,
        .img5,
        .img6 {
            background-image: url(../../img/allianz-saludvital/login/548x850.jpg);
        }

        .cont-accesible-tools {
            display: none !important;
        }
    }

    @media (min-width: 769px) and (max-width: 1024px) {

        html,
        body {
            font-size: 12px;
            max-height: 0rem;
            height: 0rem;
        }
    }

    @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
        .img7 {
            background-image: url(../../img/allianz-saludvital/login/960x978.jpg) !important;
        }
    }

    @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {

        .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__logo {
            text-align: center;
        }

        .img1,
        .img2,
        .img3,
        .img4,
        .img5,
        .img6 {
            background-image: url(../../img/allianz-saludvital/login/548x850.jpg);
        }
    }

    @media (max-width: 1024px) {

        .body-home .powered,
        .body-home .powered strong {
            color: #FFF;
            display: none;
        }
    }
/* Contenedor principal del modal */ 
div[style*="max-height: 60vh"] {
    max-width: 500px;
    margin: 0 auto;
    padding: 25px;
    font-family: Arial, sans-serif;
}

/* Imagen del modal*/ 
.container-titulo {
    text-align: center;
    margin-bottom: 25px;
}

    .container-titulo img {
        max-width: 280px;
        height: auto;
        max-height: 150px;
        object-fit: contain;
    }

 /*Título*/
.Modal-contra {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

/*LABELS */
.form-label {
    display: block;
    text-align: left !important;  
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    width: 100%;
    float: left;  
    clear: both; 
}

/* Campos de formulario */
.form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 5px;
    clear: both;  Se asegura de estar debajo del label 
}

 /*Grupos de input */
.input-group {
    margin-bottom: 20px;
    width: 100%;
    clear: both;  Limpia cualquier float anterior 
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-left: none;
    cursor: pointer;
}

 /*Botón de confirmación */
.btn-success-modal {
    background-color: #013781 !important;  Color azul solicitado 
    border-color: #013781 !important;
    color: white !important;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

    .btn-success-modal:hover {
        background-color: #012a68 !important;
        border-color: #012a68 !important;
    }

 /*Checkbox términos */
.fuente-accesible-modal{
    margin-left: 8px;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

 /*Lista de requisitos */
.condiciones-validacion-clave {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    margin: 25px 0;
    text-align: left;
}

    .condiciones-validacion-clave h6 {
        font-weight: 600;
        margin-bottom: 10px;
        color: #333;
    }

    .condiciones-validacion-clave ul {
        padding-left: 20px;
        margin: 0;
        list-style-type: disc;
    }

    .condiciones-validacion-clave li {
        margin-bottom: 5px;
        color: #555;
    }



 /*Responsive design */
@media (max-width: 768px) {
    div[style*="max-height: 60vh"] {
        padding: 20px 15px;
        width: 90%;
    }

    .container-titulo img {
        max-width: 220px;
    }

    h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .container-titulo img {
        max-width: 180px;
    }

    .form-label, .fuente-accesible-modal {
        font-size: 13px;
    }

    .btn-success-modal {
        padding: 10px 15px;
        font-size: 14px;
    }
}

/* Estilos para el contenedor del buscador de exámenes */
.examen-search-container {
    max-width: 500px; /* Ajusta este valor según necesites */
    margin: 0 auto;
}

/* Estilos para el select */
#examenSelect {
    width: 100%;
    max-height: 200px; /* Altura máxima del select */
    overflow-y: auto; /* Habilita el scroll vertical */
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    appearance: none; /* Elimina el estilo por defecto del navegador */
    -webkit-appearance: none;
    -moz-appearance: none;
}

    /* Estilo para las opciones */
    #examenSelect option {
        padding: 8px;
        white-space: normal; /* Permite que el texto se ajuste */
    }

    /* Estilo cuando el select está enfocado */
    #examenSelect:focus {
        border-color: var(--primary);
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(1, 55, 129, 0.25);
    }

    /* Estilo para el scroll */
    #examenSelect::-webkit-scrollbar {
        width: 8px;
    }

    #examenSelect::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    #examenSelect::-webkit-scrollbar-thumb {
        background: var(--primary);
        border-radius: 4px;
    }

        #examenSelect::-webkit-scrollbar-thumb:hover {
            background: #013781;
        }


.swal2-popup .btn {
    margin: 0px 5px 0;
}