/*

Mundo Ocupacional
Pais: CO
Fecha de creacion: 2024-11-08

*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');*/


/* Global styles: */

:root {
    --primary: #040795;
    --secondary: #EE0D45;
    --tertiary: #2E3191;
    --light: #fff;
    --dark: #2d2d2d;
    --light-grey: #9F9F9F;
    --font-family: 'Mulish', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family) !important;
}

/*scrollbar Track */
*::-webkit-scrollbar-track {
    background-color: #DFDFDF !important;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background-color: #3bc1cd !important;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
    background-color: #29AFBB !important;
}

.fila-unica.alerta-sala-new {
    background-color: #044254;
}

/*Login*/

div#imgLogin {
    background-color: #f9f9fc;
    height: 100vh;
    width: auto;
    min-width: 50vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#login-motto {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 32px;
    background: rgb(4,7,149);
    background: linear-gradient(180deg, rgba(4,7,149,0.01453081232492992) 13%, rgba(4,7,149,0.5999649859943977) 43%, rgba(4,7,149,1) 100%);
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.col:has(.kt-login__wrapper) {
    height: 100vh;
    display: flex;
    align-items: center;
}

.kt-login__logo.mb-0.d-none.d-md-block {
    text-align: center !important;
}

.kt-login.kt-login--v3 .kt-login__wrapper {
    margin: 0 auto !important;
}

.logotipo-desktop {
    background-image: url(../../img/mundo-ocupacional/logotipo.png);
    width: 270px;
}

.logotipo-mobile {
    background-image: url(../../img/mundo-ocupacional/logotipo.png);
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
    margin-top: 0px;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
    color: #2D2D2D;
    font-weight: 600 !important;
    margin: 2rem auto 0 auto !important;
    text-align: center;
    font-size: 36px;
}

.kt-login__signin .kt-login__extra {
    margin: 3rem auto 1rem auto !important
}

.form-group .ms-label {
    color: var(--dark) !important;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all 0.2s ease-in-out;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--light);
}

.kt-login .btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all 0.2s ease-in-out;
    font-weight: 700;
}

.kt-login .btn-primary:hover,
.kt-login .btn-primary:focus,
.kt-login .btn-primary:active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--light);
}

.divider-medismart {
    display: flex !important;
    margin-bottom: 2rem;
}

.kt-login .whatsapp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 3rem auto;
}

.kt-login .whatsapp h3 {
    text-transform: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.kt-login .whatsapp h3 {
    color: #54585A;
}

.kt-login .whatsapp h3 i {
    font-size: 36px;
    color: #000;
}

/* Imagenes Login */

.img1, .img2, .img3, .img4, .img5, .img6 {
        background-image: url(../../img/mundo-ocupacional/login/960x978.jpg);
    }



#kt_login_forgot {
    color: #646C9A;
}

/* Home */

div#drop-mensajes-turno {
    background-color: #310882;
}

.body-home {
    background: var(--light);
}

.body-home .logo-home {
    align-items: center;
    padding: 14px 32px;
}

.body-home .logo-home a:has(img) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: unset;
    gap: 2rem;
}

.body-home .logo-home .logo-empresa {
    width: auto;
    max-width: 240px;
}

.body-home .logo-home .menu-icon {
    width: 36px !important;
    height: 36px !important;
}



.body-home .cont-home.cont-home-medismart {
    margin-top: 4rem;
}

.body-home .card-plan .costo,
.body-home .card-plan .pronto-card,
.body-home .card-plan .atencion-24 {
    background-color: var(--light);
    color: var(--primary);
}
.body-home #btnAtencionDirectaGeneral .card-plan .atencion-24 { display: flex; }

.tooltip-inner {
    text-align: left;
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 600;
}

.tooltip-inner strong {
    font-weight: bold;
    color: var(--primary);
}

.body-home .card-plan .costo,
.body-home .pronto {
    display: none !important;
}

.body-home .cont-card h1 {
    color: #000;
    font-weight: 800;
    max-width: 50%;
    width: auto;
}

.body-home .cont-card .card {
    background-color: var(--primary);
    border: var(--primary);
    box-shadow: 0px 0px 10px #d6d6d6;
}

.body-home .cont-card .card img {
    max-width: 150px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
    margin: 0;
}

.body-home .powered {
    display: none;
}

.body-home .footer-home {
    margin: 5rem auto;
}

.body-home .footer-home  * {
    color: #000;
    font-weight: 700;
}

.body-home .footer-home .terminos {
    align-items: center;
}

.body-home .footer-home .accesible-btn {
    display: flex;
    margin: 0 auto;
    column-gap: 1rem;
}

.accesible-btn button {
    color: #000;
    border: 1px solid #000;
}

.accesible-btn button:hover {
    background-color: #000;
    color: #FFF;
}

.body-home .footer #terminosFooter {
    margin-left: unset;
}

.modal-especialidad .logo-cliente {
    max-width: 300px !important;
    width: 60px;
    margin: 0 0 1rem 0;
}

.modal-especialidad h1 {
    font-weight: 700;
    font-size: 32px;
    margin: 1rem auto;
    text-align: left;
}

.modal-especialidad .btn-especialidad {
    max-width: 260px;
    padding: 24px 18px;
    border-radius: 10px;
    font-size: 12px;
    background-color: #F0F0F0;
    border: 2px solid transparent;
    transition: all .3s ease-out;
    align-self: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 100%;
    flex-direction: column;
    flex-shrink: 0;
    display: flex;
}

.modal-especialidad .btn-especialidad i {
    font-size: 4rem !important;
    color: var(--primary) !important;
}

.body-home .top-banner .legend {
    margin: 0 auto;
    color: var(--dark);
    text-align: center;
    font-size: 26px;
}

.menu-top .item-menu-top i
 {
    color: #000 !important;
}

.body-home .menu-top .item-menu-top .label-menu {
    font-weight: bold;
    color: #000 !important;
}


#drop-mensajes-turno .btn-close i {
    color: var(--secondary) !important;
}

.menu-top .label-menu,
.menu-top .label-menu-pac {
    font-weight: 700;
    color: var(--dark) !important;
}

.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(--secondary) !important;
}

a.kt-menu__link.ms-menu__link {
    padding-bottom: 0 !important;
    transition: all 0.2s ease-in-out;
}

a.kt-menu__link.ms-menu__link:hover {
    padding-bottom: 8px !important;
}

.kt-menu__item a,
.kt-menu__item i {
    color: var(--primary) !important;
}

.kt-menu__item a .ms-label-menu {
    color: var(--primary) !important;
}

.kt-menu__item:hover a,
.kt-menu__item:hover i,
.kt-menu__item a:hover .ms-label-menu {
    color: var(--tertiary) !important;
}

/*Layout Paciente*/
.iniciales {
    background-color: var(--primary);
}
.wow__title h2,
.wow__historial .tarjeta__title,
.tag-descarga,
.wow .tag.active {
    color: var(--primary);
}

.tag-descarga {
    border-color: #646c9a;
}

.wow .tag.active {
    border: 1px solid var(--primary);
    background-color: var(--primary) !important;
    color: #fff;
}

.wow .tag:hover,
.tag-descarga:hover {
    background-color: var(--primary);
    color: #fff;
}

.tarjeta--atencion,
.tarjeta--examenes,
.tarjeta--smartcheck {
    background-image: url(../../img/mundo-ocupacional/icono-atencion.svg);
}


div#kt_aside_brand {
    justify-content: center;
}

.kt-aside__brand-logo a {
    margin: 0 auto;
    width: 80px;
    background-position: center;
}

.titulo-servicio {
    color: #1c1c1a !important;
}

select#especialidades:hover {
    color: #000 !important;
}

.busqueda-profesionales {
    border: 2px solid var(--tertiary);
}

.busqueda-profesionales i {
    color: var(--tertiary)
}

.busqueda-profesionales .btn-outline-primary {
    color: var(--tertiary)
}

select#especialidades {
    text-transform: uppercase;
    font-size: 12px;
}

.caja-especialidad.active {
    background-color: var(--primary);
}

.caja-especialidad {
    background-color: #bbb;
}

.caja-especialidad:hover {
    background-color: var(--primary);
}

.inner-especialidad strong {
    color: var(--light)
}

.btn-agendar {
    font-size: 12px;
}
.step-icon { background-color: #8B8B8B }
.step.active .step-icon {
    background-color: var(--dark);
}

.stepper {
    background-image: url(../../img/mundo-ocupacional/fondo-banner2.svg);
}

.stepper .flecha {
    color: var(--primary)
}

.stepper img {
    border-color: var(--primary);
}

.step.active .label-step {
    color: var(--tertiary);
}

.mensaje-superior {
    color: var(--secondary)
}

.caja-profesional .titulo-profesional,
.nombre-profesional,
.especialidad-profesional,
.caja-profesional .fecha-atencion,
.front-fecha-atencion strong:before  {
    color: var(--dark);
}

.front-fecha-atencion {
    border: 1px solid rgba(35, 33, 114, .3);
}

.carga-archivos h3 {
    color: var(--tertiary)
}

.mensaje-confirmacion strong {
    color: var(--secondary)
}

.titulo-seccion {
    color: var(--secondary)
}

.body-home .top-banner {
    background-image: url(../../img/mundo-ocupacional/fondo-banner.svg) !important;
}

.body-home .top-banner img {
    border-color: #ffffff;
}

/*.top-banner .legend {
    margin: 0 auto;
    color: var(--primary) !important;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}*/

.text-warning {
    color: var(--primary) !important;
}

.banner_topsc .legend .text-warning {
    color: var(--primary) !important;
}

.top-banner.banner_topsc {
    background-image: url(../../img/mundo-ocupacional/fondo-banner.svg);
}

#terminosFooter,
#politicas {
    color: var(--primary) !important;
    font-weight: 700;
    margin-left: 20px;
}

/*Sala espera*/

.titulo-sala {
    width: auto !important;
}

.cont-volver,
#contacto,
#facebook,
#instagram {
    display: none !important;
}

.hotspot-icon .cont-icon {
    background-color: var(--light);
}

.hotspot-icon .cont-icon i {
    color: var(--tertiary);
}

.hotspot-icon:hover .cont-icon {
    background-color: var(--tertiary);
}

.hotspot-icon:hover .cont-icon i {
    color: var(--light);
}

#hs-g .cont-icon { background-color: var(--tertiary); }
#hs-g .cont-icon i { color: var(--light); }
#hs-g:hover .cont-icon { background-color: var(--secondary); }


.cont-icon.hotspot-redes {
    background-color: var(--primary);
}

.btn-guardar-info,
.btn-success {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-guardar-info:hover,
.btn-success:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--primary)
}

.btn.btn-outline-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--primary);
    box-shadow: none;
}

#volverSala:hover {
    background: var(--tertiary);
    color: var(--light);
    box-shadow: none;
    border: 0;
}

.toolbar-option {
    color: var(--primary)
}

.toolbar-option.active {
    color: var(--secondary)
}

.sala-espera-mobile .btn-sala .cont-icon {
    background-color: var(--primary)
}

.btn-sala:hover .cont-icon {
    background-color: var(--secondary)
}

.btn-sala:hover {
    color: var(--secondary);
}

.cont-btn-panel .btn-atencion,
.cont-btn-vc .btn-atencion {
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

.cont-btn-panel .btn-atencion:hover,
.cont-btn-vc .btn-atencion:hover {
    background-color: rgba(237, 110, 0, 0.1);
    color: var(--primary);
}

.hotspot-icon {
    text-shadow: 2px 2px 4px #000000;
}

.hotspot-icon i {
    text-shadow: none;
}

.hotspot-icon:hover {
    color: #FFF;
}



#ciudadesList li {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.list-ciudades-dir-vet {
    max-height: 200px;
    overflow-y: auto;
}


.list-ciudades-dir-vet::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4;
}

.list-ciudades-dir-vet::-webkit-scrollbar-thumb {
    background-color: #3498db;
}


.list-ciudades-dir-vet {
    scrollbar-width: thin;
    scrollbar-color: #3498db #f4f4f4;
}

#ciudadesList hr {
    opacity: 0;
    transition: opacity 0.5s ease;
}

#ciudadesList {
    font-size: 11px;
}

.body-home .footer {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 3rem auto;
}

.kt-login__extra.registro {
    display: none;
}

.logo-convenios.convenioChile+hr {
    display: none;
}

.kt-login.kt-login--v3.kt-login--signin .kt-login__signin .titulo-card-farmacia {
    text-align: center;
}


.linde-modal-contenedor {
    display: flex;
    background-color: #FFFFFF;
    border: none;
    border-radius: 32px;
    width: 660px;
    height: 354px;
    background-image: url(../../img/mundo-ocupacional/dr-modal.png);
    background-repeat: no-repeat, repeat;
    background-position: 4% 2rem, 0;
    flex-direction: row;
}

.modal-paciente .modal-content {
    margin: auto;
    margin-top: 8rem;
    border: none;
    padding: 5px 32px;
}

.linde-modal-contenedor-titulos {
    padding: 2rem 0rem 0rem 14rem;
}

.linde-modal-dr {
    height: 23rem;
    width: 29rem;
}

.linde-modal-logo {
    padding: 1rem 0rem 1rem 0rem;
}


.linde-modal-contenedor-imagen {
    padding: 0rem;
}

.linde-modal-titulo-uno {
    color: #004E91;
    font-family: Mulish;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 0.5rem;
}


.linde-modal-titulo-dos {
    color: #004E91;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 0.5rem;
}

/*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: 100%;
}

/*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%);
}

.linde-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;
}

.linde-dirVet-pdf:hover,
.linde-dirVet-pdf:active,
.linde-dirVet-pdf:focus {
    background-color: var(--primary);
}

/*Scrollbar*/


/* Track */
.content::-webkit-scrollbar-track {
    background-color: #DFDFDF !important;
}


/* Handle */
.content::-webkit-scrollbar-thumb {
    background-color: #67bce1 !important;
}

/* Handle on hover */
.content::-webkit-scrollbar-thumb:hover {
    background-color: #67bce1 !important;
}



.term-none {
    display: none !important
}

.footer-linde {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    padding: 2rem;
}

@media (max-width: 668px) {

    .body-home .logo-home {
        background-color: var(--light);
        padding: 5px;
    }

    .logotipo-mobile {
        max-width: 200px;
    }

    .col:has(.kt-login__wrapper) {
        align-items: flex-start;
        margin-top: 2rem;
    }

    .login-footer .terminos {
        margin: 0 auto 2rem auto !important;
    }

    .login-footer .terminos #terminosFooter, #politicas {
        margin-left: 0
    }

    .container-login {
        border-radius: 0;
    }

    .body-home .top-banner .legend {
        font-size: 20px !important;
        max-width: 240px;
        margin: 0 auto;
    }

    .body-home .cont-home {
        margin-bottom: 2rem;
    }

    .body-home .cont-card .card img {
        max-height: 60px;
        min-height: 60px;
        max-width: unset;
        min-width: 90px;
        margin: 0;
    }

    .powered {
        display: none;
    }

    div#kt_footer {
        flex-direction: column;
        margin: 3rem 0 0 0;
        gap: 3rem;
    }

    .leyenda-card-home {
        color: #fff;
    }

    .card.caja-profesional {
        margin-top: 20px;
    }

    .stepper {
        background-image: none;
        margin-top: 4rem;
    }
}

@media (max-width: 991.98px) {

    .body-home .footer {
        padding: 1rem;
        flex-direction: column;
        row-gap: 2rem;
    }

    .top-banner .legend {
        text-align: left;
        font-size: 28px;
    }

    .directorio-vet h3 {
        text-align: center !important;
    }


    .directorio-vet h2 {
        text-align: center !important;
    }

    .linde-dirVet-pdf {
        margin-top: 1rem !important;
    }

    .sala-espera-mobile .card-sala.card-media {
        justify-content: space-between;
        margin-top: 2rem;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .img1, .img2, .img3, .img4, .img5, .img6 {
        background-image: url(../../img/mundo-ocupacional/login/548x850.jpg);
    } 
}


@media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1368px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .img1, .img2, .img3, .img4, .img5, .img6  {
        background-image: url(../../img/mundo-ocupacional/login/548x850.jpg);
    }
}

/*@media (orientation: landscape) and (max-aspect-ratio: 4/3) {
   .img1, .img2, .img3, .img4, .img5, .img6 {
        background-image: url(../../img/mundo-ocupacional/login/548x850.jpg);
    } 
}*/

/*@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {

    .img1, .img2, .img3, .img4, .img5, .img6 {
        background-image: url(../../img/mundo-ocupacional/login/960x978.jpg) !important;
    }
}*/



@media (max-width: 991.98px) {
    .prehome__plans {
        height: auto;
    }

    .prehome__plan:last-child {
        border-bottom: none;
        margin-bottom: 0;
        margin-top: 3rem;
        border-top: 1px solid #ddd;
        padding-top: 3rem;
    }

    .body-home .logo-home img {
        max-width: 120px !important;
    }

    .directorio-vet .row.d-flex {
        flex-direction: column;
        margin: 1rem auto;
        padding: 8px;
        align-items: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sala-espera-mobile img {
        margin-top: -580px !important;
    }
}

@media (min-width: 1024px) {
    .container-login .kt-footer {
       
    }
}

@media (min-width: 1024px) and (orientation: landscape) {
    div#item-salir {
        border-left: 1px solid #A8A8A8;
        padding-left: 20px;
        margin-left: 12px;
    }
}

.btn-descarga span {
    display: none;
}

@media (max-width: 767.98px) {
    .btn-descarga span {
        display: inline-block;
    }
    .cont-recomendacion .row {
        flex-direction: column;
    }

    .cont-recomendacion .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .card-medicina-preventiva {
        padding: 20px;
        text-align: center;
    }

        
        .card-medicina-preventiva a {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            background-color: #f8f9fa;
            border-radius: 5px;
            margin: 10px 0;
            text-decoration: none;
            color: #333;
        }

            .card-medicina-preventiva a img,
            .card-medicina-preventiva a i {
                margin-right: 10px;
            }

            .card-medicina-preventiva a span {
                font-size: 0.9rem;
            }

    .icono-recomendacion .icono img {
        width: 50px;
        height: auto;
    }

     
    .mt-5 {
        margin-top: 1rem !important;
    }

    
    a[target="_blank"] {
        min-height: 50px;
        display: flex;
        align-items: center;
    }
}

 
@media (hover: none) {
    a, button {
        min-height: 44px;   
    }

    .card-medicina-preventiva {
        border: 1px solid #ddd;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
}


