/*helman - CO*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');*/


/* Global styles: */

:root {
    --primary: #3bc1cd;
    --secondary: #fbc036; 
    --tertiary: #2d2d2d;
    --light: #fff;
    --dark: #000;
    --font-family: 'Mulish', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family) !important;
}

/*WOW custom styles*/
.wow .wow__title h2,
.wow .tarjeta__title
 {
    color: #0081A4 !important;
}
.wow .tag.active,
.wow .tag:hover {
    background-color: #0081A4 !important;
    border: 1px solid #0081A4 !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;
}

/*dropdown vet helman*/

.dropdown-listVet {
    max-height: 200px;
    overflow-y: scroll;
}

/*fin dropdown vet helman*/
/*Login*/

.kt-login.kt-login--v3 .kt-login__wrapper {
    margin: 80px auto 0 auto !important;
}

.kt-login__head {
    margin: 2rem auto !important;
}

.logotipo-desktop {
    background-image: url(../../img/helman/logotipo.svg);
    width: 360px;
}

.logotipo-mobile {
    background-image: url(../../img/helman/logotipo.svg);
}


.kt-login__container {
    margin-top: 0px;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title{
    color: var(--tertiary);
    text-align: center;
    font-weight: 700 !important;
    margin: 0px auto;
}

.kt-login__signin .kt-login__extra {
    margin: 3rem auto 1rem auto !important
}

.form-group .ms-label {
    color: var(--tertiary) !important;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.divider-medismart {
    display: flex !important;
    margin-bottom: 2rem;
}

.kt-login .whatsapp {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kt-login .whatsapp h3 {
    text-transform: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.kt-login .whatsapp h3 i {
    font-size: 36px;
    color: #3BC1CD;
}

/* Imagenes Login */



@media (orientation: landscape) and (min-aspect-ratio: 16/9) {
    .img1, .img2, .img3, .img4, .img5, .img6 {
        background-image: url(../../img/helman/login/548x850.jpg);
    }
}

.accesible-btn button {
    color: var(--tertiary);
    border: 1px solid var(--tertiary);
    background-color: var(--light);
}

.accesible-btn button:hover {
    background-color: var(--tertiary);
    color: var(--light);
}


/*Home*/

img.menu-icon {
    max-width: 44px;
    margin-right: 10px;
}

.body-home {

    background-image: url(../../img/helman/logo-fondo.svg), linear-gradient(0deg, rgba(5,132,166,1) 0%, rgba(5,132,166,1) 47%, rgba(9,108,136,1) 100%) !important;
background-position: right 100%;
background-attachment: fixed;
}

.body-home .logo-home {
    align-items: center;
}


.body-home .logo-home img {
    width: 140px;
}

.body-home .logo-home a:has(.menu-icon) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: unset;
}

.body-home .logo-home .menu-icon {
    width: 30px !important;
    height: 30px !important;
    margin-right: 20px;
}

.body-home .card-plan .costo,
.body-home .card-plan .pronto-card,
.body-home .card-plan .atencion-24 {
    background-color: var(--primary);
    color: #ffffff;
}

.tooltip-inner {
    text-align: left;
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 600;
}

.tooltip-inner strong {
    font-weight: bold;
    color: #3BC1CD;
}

/*.card-tooltip[data-id="atencion-mg--tooltip"] + .tooltip-inner {
    text-align: left !important;
    color: red !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}*/

.body-home .card-plan .costo,
.body-home .pronto {
    display: none !important;
}


/*.body-home #btnAtencionDirectaGeneral .atencion-24 {
    display: inline-flex;
}*/

.body-home .cont-card h1 {
    color: var(--light);
    font-weight: bold;
    max-width: 120px;
}

.body-home .cont-card .card {
    background-color: #fff;
    border: 1px solid #eeee;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
}

.body-home .cont-card .card img {
    max-width: 150px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
    margin: 0;
}

.modal-especialidad .logo-cliente {
    max-width: 300px !important;
    width: 250px;
}

.modal-especialidad h1 {
    text-align: left;
    font-weight: bold;
    font-size: 32px;
}

.modal-especialidad .btn-especialidad {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0px 4px 5px #bfbfbf;
    font-weight: bold;
}

.modal-especialidad .btn-especialidad i {
    font-size: 5rem !important;
    color: var(--primary) !important;  
}



/*.menu-top .item-menu-top i,
.menu-top .label-menu,
.menu-top .label-menu-pac {
    color: var(--primary) !important;
}*/

.menu-top .label-menu,
.menu-top .label-menu-pac {
    font-weight: 600;
}

.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(--primary) !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(--secondary) !important;
}

/*Home > Footer*/

.body-home .footer {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 3rem auto;
}

/*Home Footer*/
.body-home .powered {
    display: none;
}

.accesible-tools.accesible-tools-desktop,
.accesible-btn.letras-home {
    margin: 0 auto;
}

.footer-home .terminos {
    align-items: center;
}

.footer-home .copy,
.footer-home #terminosFooter,
.footer-home #politicas {
    color: var(--light);
    font-weight: 700;
}
a#terminosFooter { margin: unset !important; }

/*Layout Paciente*/

/*Historial Custom*/
.wow .wow__title h2,
.wow .tarjeta__title,
 {
    color: var(--primary) !important;
}
.wow .tag.active,
.wow .tag:hover {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary);
}
.tag-descarga {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.kt-aside__brand-logo a {
    margin-top: 2rem;
}

.busqueda-profesionales {
    border: 2px solid var(--tertiary);
    max-width: 315px;
}

.busqueda-profesionales i {
    color: var(--tertiary)
}

.busqueda-profesionales .btn-outline-primary {
    color: var(--tertiary)
}



.caja-especialidad {
    background-color: #ddd;
}

.caja-especialidad:hover {
    background-color: var(--primary);
}

.caja-especialidad.active {
    background-color: var(--primary);
}

select#especialidades {
    text-transform: uppercase;
    font-size: 12px;
}

.inner-especialidad strong {
    color: var(--light)
}

.step.active .step-icon {
    background-color: var(--primary);
}

.stepper {
    background-image: url(../../img/helman/fondo-banner2.svg);
}

.stepper .flecha {
    color: var(--primary)
}

.stepper img {
    border-color: var(--primary)
}

.step .label-step{
    color: #c4c4c4;
}
.step.active .label-step {
    color: var(--primary);
}

.mensaje-superior {
    color: var(--primary)
}

.caja-profesional .titulo-profesional,
.nombre-profesional {
    color: var(--tertiary)
}

.caja-profesional .fecha-atencion {
    color: var(--tertiary);
}

.calificacion .positiva {
    color: #3BC1CD;
}

.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)
}

.btn-agendar:hover,
.btn-agendar:focus,
.btn-agendar:active
 {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.carga-archivos h3 {
    color: var(--tertiary)
}

.mensaje-confirmacion strong {
    color: var(--primary)
}

.titulo-seccion {
    color: var(--primary)
}

.top-banner {
    background-image: url(../../img/helman/fondo-banner.svg);
}

.top-banner .legend {
    margin: 0 auto;
    text-align: center;
    font-size: 28px;   
}

.top-banner img {
    border-color: rgba(255, 255, 255, .3)
}

.text-warning {
    color: var(--primary) !important;
}

.banner_topsc .legend .text-warning {
    color: var(--primary) !important;
}

.top-banner.banner_topsc {
    background-image: url(../../img/helman/fondo-banner.svg);
}

.menu-top .item-menu-top .logotipo-mobile {
    width: 60px !important;
    background-position: center;
}

/*Sala espera*/

.hotspot-icon .cont-icon {
    background-color: var(--primary);
}

.hotspot-icon:hover .cont-icon {
    background-color: var(--light);
}

.hotspot-icon .cont-icon i {
    color: var(--light);
}

.hotspot-icon:hover .cont-icon i {
    color: var(--tertiary);
}

.cont-icon.hotspot-redes {
    background-color: var(--primary);
}

#reporte .cont-icon {
    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(--primary);
    border-color: var(--primary);
    color: var(--primary)
}

.btn.btn-outline-secondary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--primary)
}

a#volverSala {
    background-color: #ababab;
    color: var(--light);
    border: none;
    box-shadow: none;
    font-weight: bold;
}
a#volverSala:hover,
a#volverSala:focus { background-color: var(--primary); }

#reporte .cont-icon {
    background-color: var(--primary);
}

#reporte .cont-icon i {
    color: var(--light) !important;
}



.helman-icon .cont-icon {
    background-color: var(--primary) !important;
}

.helman-icon .cont-icon i {
    color: var(--light) !important;
}


#reporte:hover .cont-icon i {
    color: var(--tertiary) !important;
}

#reporte:hover .cont-icon {
    background-color: var(--light);
}

#hs-g .cont-icon {
    background-color: #3bc1cd;
}
#hs-g .cont-icon i {
    color: #fff; 
}

#hs-g:hover .cont-icon {
    background-color: #fff;
}
#hs-g:hover .cont-icon i {
    color: #2d2d2d; 
}

.toolbar-option {
    color: var(--primary)
}

.toolbar-option.active {
    color: var(--primary)
}

.sala-espera-mobile .btn-sala .cont-icon {
    background-color: var(--primary)
}

.sala-espera-mobile .card-sala.card-media {
    margin-bottom: 0;
}

.btn-sala:hover .cont-icon {
    background-color: var(--primary)
}

.btn-sala:hover {
    color: var(--primary);
}

.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);
}

.hotspot-icon {
    text-shadow: 2px 2px 4px #000000;
}

.hotspot-icon i {
    text-shadow: none;
}

.hotspot-icon:hover {
    color: #FFF;
}

@media (max-width: 668px) {

    /*.body-home {
        background-image: url(../../img/helman/vigilado.svg);
        background-repeat: no-repeat;
        background-position: left 1vw top 40vh;
        background-attachment: fixed;
        background-size: 30px;
    }*/

    .top-banner .legend {
        font-size: 22px !important;
        max-width: 240px;
        margin: 0 auto;
    }

    .body-home .cont-home {
        margin-bottom: 2rem;
    }

    .body-home .cont-card .card img {
        max-width: 60px;
        min-width: 60px;
        max-height: 50px;
        min-height: 50px;
        margin: 0;
    }


    .leyenda-card-home {
        color: var(--primary);
    }

    .card.caja-profesional {
        margin-top: 20px;
    }

    .stepper {
        background-image: none;
        margin-top: 4rem;
    }
}

@media (max-width: 991.98px) {

    .body-home .logo-home {
        row-gap: 1rem;
    }

    .top-banner .legend {
        text-align: left;
        font-size: 28px;
    }

    .directorio-vet h3 {
        text-align: center !important;
    }


    .directorio-vet h2 {
        text-align: center !important;
    }

    .helman-dirVet-pdf {
        margin-top: 1rem !important;
    }
}

#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;
}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
    .img1,
    .img2,
    .img3,
    .img4,
    .img5,
    .img6 {
        background-image: url(../../img/helman/login/548x850.jpg);
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {

    .img1 {
        background-image: url(../../img/helman/login/960x978.jpg);
    }

    .img2 {
        background-image: url(../../img/helman/login/960x978.jpg);
    }

    .img3 {
        background-image: url(../../img/helman/login/960x978.jpg);
    }

    .img4 {
        background-image: url(../../img/helman/login/960x978.jpg);
    }

    .img5 {
        background-image: url(../../img/helman/login/960x978.jpg);
    }

    .img6 {
        background-image: url(../../img/helman/login/960x978.jpg);
    }
}


/*Prehome*/
.prehome__card {
    padding: 4rem 0;
}

.prehome__plans {
    height: 450px;
    border: none;
    margin: 0;
    padding: 0;
}

.prehome__plan {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-shrink: 1;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: none;
}

.prehome__plan:first-child {
    border-right: 1px solid #ddd;
}

.prehome__plan h2 {
    width: 80%;
    min-height: 4.5rem;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    color: var(--primary);
}

.prehome__plan ul {
    margin: 32px auto 0 auto;
    width: 80%;
    height: 350px;
    padding-left: 24px;
}

.prehome__title {
    color: #98A2B3;
    font-size: 32px;
    font-weight: 600;
}

.prehome__plan .btn {
    margin: auto auto 0;
    border: 1px solid var(--primary);
    background: #fff;
    color: var(--primary);
    font-weight: bold;
}

.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;
}

@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 {
        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;
    }
}

.helman-modal-contenedor {
    display: flex;
    background-color: #FFFFFF;
    border: none;
    border-radius: 32px;
    width: 660px;
    height: 354px;
    background-image: url(../../img/helman/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;
}

.helman-modal-contenedor-titulos {
    padding: 2rem 0rem 0rem 14rem;
}

.helman-modal-dr {
    height: 23rem;
    width: 29rem;
}

.helman-modal-logo {
    padding: 1rem 0rem 1rem 0rem;
}


.helman-modal-contenedor-imagen {
    padding: 0rem;
}

.helman-modal-titulo-uno {
    color: #004E91;
    font-family: Mulish;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 0.5rem;
}


.helman-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: 2rem auto;
    padding: 2rem;
    border-radius: 16px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
}

.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%);
}

.helman-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;
}

.helman-dirVet-pdf:hover,
.helman-dirVet-pdf:active,
.helman-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-helman {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    padding: 2rem;
}*/

.cont-volver, .titulo-sala {
    display: none !important;
}