/*calma*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');*/

:root {
    --primary: #7b53e0;
    --secondary: #333333;
    --tertiary: #111;
    --accent: #FDB727;
    --light: #FFF;
    --font-family: 'Mulish', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family) !important;
}

.tooltip-inner {
    min-width: 300px !important;
    width: 280px !important;
    text-align: justify;
    color: #123249;
    font-size: 12px;
    font-weight: normal;
}
#calma--tooltip-recuerda {
    color: #3BC1CD;
}

/*dropdown vet calma*/

.dropdown-listVet {
    max-height: 200px;
    overflow-y: scroll;
}
/*fin dropdown vet calma*/
/*Login*/
.kt-login.kt-login--v3 .kt-login__wrapper {
    margin: 10vh auto 0 auto !important;
}

.kt-login__wrapper .vigilado {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
}

.kt-login__wrapper .vigilado img {
    width: 36px;
}

.logotipo-desktop {
    background-image: url(../../img/calma/logotipo.svg);
    width: 360px;
}

.logotipo-mobile {
    background-image: url(../../img/calma/logotipo.svg);
}


.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: var(--primary);
    font-weight: 900;
}

.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(--secondary);
    border-color: var(--secondary);
}

.divider-medismart {
    display: flex !important;
    margin-bottom: 2rem;
}

.logo-convenios {
    /* display: none;*/
    margin-bottom: 2rem !important;
    align-items: center !important;
    justify-content: center !important;

}

.logo-convenios img {
    width: 210px;
    height: auto;
}

/* Imagenes Login */
.img1 {
    background-image: url(../../img/calma/login/960x978.jpg) !important;
}

.img2 {
    background-image: url(../../img/calma/login/960x978.jpg) !important;
}

.img3 {
    background-image: url(../../img/calma/login/960x978.jpg) !important;
}

.img4 {
    background-image: url(../../img/calma/login/960x978.jpg) !important;
}

.img5 {
    background-image: url(../../img/calma/login/960x978.jpg) !important;
}

.img6 {
    background-image: url(../../img/calma/login/960x978.jpg) !important;
}



.btn.calma-login--wa {
    width: 100%;
    margin: 0 auto;
    display: flex;
    text-transform: capitalize;
    letter-spacing: normal;
    box-shadow: none;
    border: none;
}

.btn.calma-login--wa i {
    font-size: 40px;
    color: #3BC1CD;
}
.btn.calma-login--wa span { font-size:16px }

/*Home*/

.body-home {
    background-image: linear-gradient(175.39deg, #FFFFFF -7.56%, #004D80 1.84%, #333333 96.27%);
    background-blend-mode: multiply;
    /*background-position: right 90%;*/
}

.body-home {
    background-color: #fff !important;
    background-image: url(../../img/calma/logo-fondo.svg), url(../../img/calma/vigilado.svg);
    background-repeat: no-repeat;
    background-position: top 300px right 100px, left 1vw top 33vh;
    background-attachment: fixed;
    background-size: 500px, 40px;
}

.body-home .logo-home img {
    width: 130px;
    background: #ebedf2;
}

.body-home .card-plan .costo,
.body-home .card-plan .pronto-card,
.body-home .card-plan .atencion-24 {
    background-color: var(--primary);
    color: #ffffff;
}

.body-home .cont-card h1 {
    color: #3BC1CD;

}

.body-home .cont-card .card {
    background-color: #3BC1CD;
    border: none;
}

.body-home .footer-home .terminos * {
    color: var(--primary) !important;
    display: none
}

.body-home .footer-home .accesible-btn {
    gap: 10px;
}

.top-banner .legend {
    font-weight: 500;
    color: var(--primary);
}

.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: #3BC1CD !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: #3BC1CD !important;
}

.accesible-btn button {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.accesible-btn button:hover {
    background-color: var(--primary);
    border-color: var(--primary)
}

.busqueda-profesionales {
    border: 2px solid var(--secondary);
}

.busqueda-profesionales i {
    color: var(--secondary)
}

.busqueda-profesionales .btn-outline-primary {
    color: var(--secondary)
}

.caja-especialidad.active {
    background-color: var(--primary);
}

.caja-especialidad {
    background-color: var(--secondary);
}

.inner-especialidad strong {
    color: var(--light)
}

.step.active .step-icon {
    background-color: var(--primary);
}

.stepper {
    background-image: url(../../img/calma/fondo-banner.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(--secondary)
}

.front-fecha-atencion {
    border: 1px solid rgba(35, 33, 114, .3)
}

.front-fecha-atencion strong:before {
    color: var(--secondary);
    font-weight: 900;
}

.especialidad-profesional {
    color: var(--tertiary)
}

.carga-archivos h3 {
    color: var(--tertiary)
}

.mensaje-confirmacion strong {
    color: var(--secondary)
}

.titulo-seccion {
    color: var(--secondary)
}

.top-banner {
    background-image: url(../../img/calma/fondo-banner.svg);
}

.top-banner img {
    border-color: rgba(255, 255, 255, .3)
}

.top-banner .legend {
    color: var(--primary) !important;
    font-weight: 700;
}

.banner_topsc .legend .text-warning {
    color: var(--primary) !important;
}

.top-banner.banner_topsc {
    background-image: url(../../img/calma/fondo-banner.svg);
}

.text-warning {
    color: #3BC1CD !important;
}

.menu-top .item-menu-top .logotipo-mobile {
    width: 110px !important;
}

/*Sala espera*/

.hotspot-icon .cont-icon {
    background-color: var(--light);
}

.hotspot-icon:hover .cont-icon {
    background-color: var(--primary);
}

.hotspot-icon .cont-icon i {
    color: var(--primary) !important;
}

.hotspot-icon:hover .cont-icon i{
    color: var(--light) !important;
}

.cont-icon.hotspot-redes {
    background-color: #fff;
}

#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(--secondary);
    border-color: var(--secondary);
    color: var(--primary)
}

.btn.btn-outline-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--primary)
}

#reporte .cont-icon {
    background-color: var(--light);
}

#reporte .cont-icon i {
    color: var(--primary) !important;
}



.calma-icon .cont-icon {
    background-color: var(--primary) !important;
}

.calma-icon .cont-icon i {
    color: var(--light) !important;
}


#reporte:hover .cont-icon i {
    color: var(--light) !important;
}

#reporte:hover .cont-icon {
    background-color: var(--primary);
}

#hs-g .cont-icon {
    background-color: var(--light);
}

#hs-g:hover .cont-icon {
    background-color: var(--primary);
}

.toolbar-option {
    color: var(--primary)
}

.toolbar-option.active {
    color: var(--secondary)
}

.sala-espera-mobile .btn-sala .cont-icon {
    background-color: var(--tertiary)
}

.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;
}

@media (max-width: 668px) {

    .body-home {
        background-image: url(../../img/calma/vigilado.svg);
        background-repeat: no-repeat;
        background-position: left 1vw top 40vh;
        background-attachment: fixed;
        background-size: 30px;
    }

    .body-home .cont-home {
        margin-bottom: 2rem;
    }

    .powered,
    .powered * {
        color: var(--primary) !important;
    }

    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) {

    .container-login {
        border-radius: 0;
    }
    body-home .footer {
        padding: 1rem;
        flex-direction: column;
        row-gap: 2rem;
    }

    .kt-login__wrapper .vigilado {
        position: relative;
        top: 0;
        left: 0;
        rotate: 90deg;
        transform: unset;
        margin: 48px auto;
    }

    .top-banner .legend {
        text-align: left;
        font-size: 1.5rem;
    }

    .directorio-vet h3{
        text-align: center !important;
    }


    .directorio-vet h2 {
        text-align: center !important;
    }

    .calma-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;
}

.body-home .footer-home {
    color: #FFF;
    padding: 2rem;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 9rem;
    max-width: 1200px;
    margin: 3rem auto;
    margin-top: 5rem;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .img1 {
        background-image: url(../../img/calma/login/548x850.jpg);
    }

    .img2 {
        background-image: url(../../img/calma/login/548x850.jpg);
    }

    .img3 {
        background-image: url(../../img/calma/login/548x850.jpg);
    }

    .img4 {
        background-image: url(../../img/calma/login/548x850.jpg);
    }

    .img5 {
        background-image: url(../../img/calma/login/548x850.jpg);
    }

    .img6 {
        background-image: url(../../img/calma/login/548x850.jpg);
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {

    .img1 {
        background-image: url(../../img/calma/login/960x978.jpg) !important;
    }

    .img2 {
        background-image: url(../../img/calma/login/960x978.jpg) !important;
    }

    .img3 {
        background-image: url(../../img/calma/login/960x978.jpg) !important;
    }

    .img4 {
        background-image: url(../../img/calma/login/960x978.jpg) !important;
    }

    .img5 {
        background-image: url(../../img/calma/login/960x978.jpg) !important;
    }

    .img6 {
        background-image: url(../../img/calma/login/960x978.jpg) !important;
    }
}


/*Prehome*/
.prehome__card {
    padding: 4rem 0;
}

.prehome__plans {
    height: 450px;
}

.prehome__plan {
    width: 100%;
    padding: 0;
}

.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__plan ul li {
    list-style-image: url(../../img/calma/bullet.png);
}

.prehome__title {
    color: var(--primary);
    visibility: hidden;
}

.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;
    }

    .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;
    }

   
}

.calma-modal-contenedor {
    display: flex;
    background-color: #FFFFFF;
    border: none;
    border-radius: 32px;
    width: 660px;
    height: 354px;
    background-image: url(../../img/calma/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;
}

.calma-modal-contenedor-titulos {
    padding: 2rem 0rem 0rem 14rem;
}

.calma-modal-dr {
    height: 23rem;
    width: 29rem;
}

.calma-modal-logo {
    padding: 1rem 0rem 1rem 0rem;
}


.calma-modal-contenedor-imagen {
    padding: 0rem;
}

.calma-modal-titulo-uno {
    color: #004E91;
    font-family: Mulish;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 0.5rem;
}


.calma-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%);
}

.calma-dirVet-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-dirVet-pdf:hover,
.calma-dirVet-pdf:active,
.calma-dirVet-pdf:focus {
    background-color: var(--primary);
}

/*Scrollbar*/

/* Track */
.content::-webkit-scrollbar-track {
    background-color: blue !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-calma {
    display: flex;
    margin-top: 5rem;
    padding: 2rem;
    flex-wrap: wrap;
    justify-content:space-evenly;
}

.footer-home .terminos {
   
    display: none;
   
}
@media (min-width: 1024px) {
    .container-login .kt-footer {
        
    }
}


/*.terminos-calma {
    display: flex !important
}*/