/*Universidad De Los Andes*/

@import url("uniandes-fab.css");

/* Global styles: */

:root {
    --primary: #000;
    --secondary: #ffff00;
    --tertiary: #2d2d2d;
    --accent: #fdb727;
    --light: #fff;
    --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;
}

/*dropdown vet uniandes*/

.dropdown-listVet {
    max-height: 200px;
    overflow-y: scroll;
}

/*fin dropdown vet uniandes*/

/*Login*/

#kt_login #imgLogin {
    width: 50vw;
    background-color: #ffff00;
    background-repeat: no-repeat;
    background-position: top 15vh center;
    background-size: 100%;
}

.kt-login__logo {
    text-align: center !important;
    margin: 0 auto;
}

.kt-login.kt-login--v3 .kt-login__wrapper {
    height: 100vh;
    margin: 0 auto !important;
    padding: 2rem 0 0 0;
    display: flex;
    align-items: flex-start;
}

.logotipo-desktop, .logotipo-mobile {
    background-image: url(../../img/uniandes/logotipo.svg);
    background-size: contain;
    
}
.logotipo-desktop {
    max-width: 280px;
    max-height: 60px;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
    margin-top: 3rem;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
    margin: 4rem auto;
    text-align: center;
    color: var(--primary);
    font-size: 36px;
    font-weight: 700 !important;
}

.kt-login__signin .kt-login__extra {
    margin: 3rem auto 1rem auto !important
}

.form-group .ms-label {
    color: var(--tertiary) !important;
}

#kt_login_signin_submit {
    background-color: var(--secondary);
    color: var(--primary);
    border: none;
    font-weight: 700;
}
#kt_login_signin_submit:hover,
#kt_login_signin_submit:focus,
#kt_login_signin_submit:active {
    background-color: var(--primary);
    border: none;
    color: var(--light);
}

.btn-primary {
    background-color: var(--secondary);
    border-color: var(--primary);
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    color: black;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--tertiary);
}

.divider-medismart {
    display: flex !important;
    margin-bottom: 2rem;
}

.kt-login .whatsapp {
    display: none;
    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 {
    color: var(--primary);
}

.kt-login .accesible-tools {
    margin: 3rem auto;
}

.kt-login .whatsapp h3 i {
    font-size: 36px;
    color: var(--primary);
}

.kt-login .logo-convenios {
    justify-content: center;
    margin: 3rem auto;
    position: relative;
    left: 30px;
}

/* Imagenes Login */
.img1, .img2, .img3, .img4, .img5, .img6 {
    background-image: url(../../img/uniandes/login/960x968.jpg) !important;
}

/*PreHome*/

.kt-grid.kt-grid--desktop.kt-grid--ver.kt-grid--ver-desktop.kt-app {
    background: #fff;
}


/*Prehome*/

.prehome__plans {
    min-height: 480px;
    height: auto;
    padding-top: 20px;
}

.prehome__plan {
    width: 100%;
    padding: 0;
    max-width: unset;
}

.prehome__title {
    color: #98a2b3;
    font-weight: 700;
    font-size: 32px;
}

.prehome__plan h2 {
    max-width: 300px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 900;
    color: #98a2b3;
    min-height: 50px;
}

.prehome__plan ul {
    overflow-y: auto !important;
    list-style-image: url(../../img/uniandes/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: #121212 !important;
    border-radius: 10px;
}

.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*/

.body-home {
    background: var(--light) !important;
}

.tooltip-inner {
    max-width: 300px !important;
    width: auto;
    font-weight: normal;
    background: #4E4E4E;
    color: #fff;
    text-align: left;
}

.tooltip-inner strong {
    font-weight: bold;
}

.body-home .logo-home {
    align-items: center;
}

.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: 260px ;
}

.body-home .card-plan .costo,
.body-home .card-plan .pronto-card,
.body-home .card-plan .atencion-24 {
    background-color: var(--primary);
    color: var(--light);
}

.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(--primary);
    font-weight: 800;
    max-width: 140px;
}

.body-home .cont-card .card {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    box-shadow: 0px 0px 10px #eee;
}

.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:has(.prehome) {
    background: #fff;
}

.body-home:has(.prehome) .home-aliados {
    display: none !important;
}

.body-home:has(.prehome) .cont-home {
    background-color: transparent;
}

.body-home:has(.prehome) .terminos .copy,
.body-home:has(.prehome) #terminosFooter,
.body-home:has(.prehome) #politicas {
    color: #475467 !important;
}

.body-home button#plan-salud {
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    color: #fff;
}

.body-home button#plan-salud:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    color: #000;
}

.body-home .footer-home {
    color: var(--primary);
    padding: 1rem;
    text-align: center;
    display: flex;
    order: initial;
    width: 80vw;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
    max-width: 1140px;
    margin: 3rem auto;
}

.body-home .footer-home .terminos {
    width: 100% !important;
    display: none;
}

.body-home .footer-home *,
.container-terminos * {
    color: var(--tertiary) !important;
    font-weight: 700;
}

.body-home .footer .accesible-btn {
    gap: 10px;
}

.body-home .footer .accesible-btn button {
    color: var(--tertiary);
    border: 1px solid var(--tertiary);
}

.body-home .footer #terminosFooter {
    margin-left: unset;
}

.container-terminos {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
}

.modal-especialidad .logo-cliente {
    max-width: 300px !important;
    width: 160px;
    margin: 0 0 1rem 0;
}
.modal-especialidad h1 {
    margin: 1.5rem auto 2rem auto;
    text-align: left;
    color: #475467;
    font-size: 28px;
    font-weight: 700;
}

.modal-especialidad .btn-especialidad {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-self: center;
    text-align: center;
    max-width: 48%;
    width: -webkit-fill-available;
    padding: 24px 18px;
    font-size: 12px;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: #F0F0F0;
    transition: all .3s ease-out;
}

.modal-especialidad .btn-especialidad i {
    font-size: 60px !important;
    color: var(--primary) !important;
    padding-bottom: 1rem;
}

.modal-especialidad .btn-especialidad span {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #2d2d2d;
}

.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;
}
#drop-mensajes-turno {
    background-color: var(--primary);
}
#drop-mensajes-turno .btn-close i {
    color: var(--secondary) !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(--tertiary) !important;
}
.menu-top  .item-menu-top#item-salir {
    cursor: pointer;
}

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;
}

.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) !important;
}

/*Layout Paciente*/

.wow__title h2, .wow__historial .tarjeta__title, .tag-descarga, .wow .tag.active {
    color: var(--primary);
}

.wow .tag.active {
    border: 1px solid var(--primary);
}

.wow .tag:hover, .tag-descarga:hover {
    background-color: var(--secondary);
    color: var(--primary);
}

.tarjeta--atencion, .tarjeta--examenes, .tarjeta--smartcheck {
        background-image: url(../../img/uniandes/icono-atencion.svg);
}

div#kt_aside_brand {
    justify-content: center;
}
.kt-aside__brand-logo a {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background-position: center;
}

.iniciales {
    background-color: #2d2d2d;
}

.titulo-servicio {
    color: #1C1C1A;
}

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: black;
}

.caja-especialidad {
    background-color: var(--tertiary);
}
    .caja-especialidad:hover {
        background-color: #000;
    }

.inner-especialidad strong {
    color: var(--light)
}

.btn-agendar {
    font-size: 12px;
    background-color: var(--secondary);
    border: none;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    color: black;
}

.step.active .step-icon {
    background-color: var(--tertiary);
}

.stepper {
    background-image: url(../../img/uniandes/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:hover {
    border: 1px solid #cccccc;
}

.caja-profesional .titulo-profesional,
.nombre-profesional {
    color: var(--tertiary)
}

.caja-profesional .fecha-atencion {
    color: black;
}

.front-fecha-atencion {
    border: 1px solid rgba(35, 33, 114, .3)
}

.front-fecha-atencion strong:before {
    color: black;
    font-weight: 900;
}

.especialidad-profesional {
    color: var(--tertiary)
}

.carga-archivos h3 {
    color: var(--tertiary)
}

.mensaje-confirmacion strong {
    color: #000;
}

.titulo-seccion {
    color: #000;
}

.body-home .top-banner {
    background-image: url(../../img/uniandes/fondo-banner.svg) !important;
}

.body-home .top-banner img {
    border: 3px solid #fff;
}

.top-banner .legend {
    margin: 0 auto;
    color: var(--primary) !important;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.text-warning {
    color: var(--tertiary) !important;
}

.banner_topsc .legend .text-warning {
    color: var(--primary) !important;
}

.top-banner.banner_topsc {
    background-image: url(../../img/uniandes/fondo-banner.svg);
}

.menu-top .item-menu-top .logotipo-mobile {
    width: 60px !important;
    background-position: center;
}

#divSinHorasDisponibles {
    max-width: 550px;
    gap: 2.5rem;
}
    #divSinHorasDisponibles span > span:first-child {
        display: block;
        margin-bottom: -10px;
        color: #000 !important;
    }

/*Sala espera*/

.titulo-sala {
    display: none;
}

.hotspot-icon .cont-icon,
#reporte .cont-icon {
    background-color: var(--tertiary);
    box-shadow: -3px 3px 7px rgba(30, 30, 30, 35%);
}

.hotspot-icon .cont-icon i,
#reporte .cont-icon i  {
    color: var(--secondary) !important;
}

.hotspot-icon:hover .cont-icon,
#reporte:hover .cont-icon {
    background-color: var(--light);
}

.hotspot-icon:hover .cont-icon i,
#reporte:hover .cont-icon i {
    color: var(--tertiary) !important;
}

.cont-icon.hotspot-redes {
    background-color: #2d2d2d;
}

.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;
}

.uniandes-icon .cont-icon {
    background-color: var(--primary) !important;
}

.uniandes-icon .cont-icon i {
    color: var(--light) !important;
}

#hs-g .cont-icon {
    background-color: var(--secondary);
    color: var(--primary);
}

#hs-g .cont-icon i { 
    color: var(--primary) !important;
}

#hs-g:hover .cont-icon {
    background-color: var(--light);
}

#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(--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;
}


#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;
}


.uniandes-modal-contenedor {
    display: flex;
    background-color: #FFFFFF;
    border: none;
    border-radius: 32px;
    width: 660px;
    height: 354px;
    background-image: url(../../img/uniandes/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;
}

.uniandes-modal-contenedor-titulos {
    padding: 2rem 0rem 0rem 14rem;
}

.uniandes-modal-dr {
    height: 23rem;
    width: 29rem;
}

.uniandes-modal-logo {
    padding: 1rem 0rem 1rem 0rem;
}


.uniandes-modal-contenedor-imagen {
    padding: 0rem;
}

.uniandes-modal-titulo-uno {
    color: #004E91;
    font-family: Mulish;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 0.5rem;
}


.uniandes-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%);
}

.uniandes-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;
}

.uniandes-dirVet-pdf:hover,
.uniandes-dirVet-pdf:active,
.uniandes-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-uniandes {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    padding: 2rem;
}

.modal-atenciones .modal-body {
    background-color: #000;
}

@media (max-width: 668px) {

    .kt-login.kt-login--v3 .kt-login__wrapper {
        height: unset;
    }

    .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
        margin: 0 auto;
        font-size: 28px;
    }

    .container-login {
        border-radius: 0;
    }

    .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;
    }

    .body-home #btnAtencionDirectaGeneral .leyenda-card-home {
        padding-top: 8px;
    }

    #modal-especialidad-inmediata { padding: 0 !important; }

    #modal-especialidad-inmediata .modal-dialog.modal-dialog-centered.modal-especialidad {
        margin: auto !important;
    }

    .modal-especialidad .btn-especialidad {
        max-width: 100% !important;
    }


    .powered {
        display: none;
    }

    div#kt_footer {
        flex-direction: column;
        margin: 3rem auto 0 auto;
        gap: 3rem;
    }

    .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 .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;
    }

    .uniandes-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: 1200px) and (max-device-width: 1600px) {

    .img1, .img2, .img3, .img4, .img5, .img6 {
        background-image: url(../../img/uniandes/login/960x968.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 {
        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 {
        
    }
}
}
/*banner sala espera*/

.banner-sala-espera {
    position: fixed;
    z-index: 999;
    width: 540px;
    background: #fbfbfb;
    /* height: 120px; */
    font-size: 12px;
    color: #878787;
    margin: 3rem auto;
    padding: 1rem;
    border-radius: 10px;
    text-align: justify;
    left: 0;
    top: 70px;
    right: 0;
}

    .banner-sala-espera p {
        display: inline-block;
        vertical-align: middle;
    }

.banner-sala-espera--icon {
    width: auto;
    height: 20px;
    margin: 2px 6px 0 0;
}

.banner-sala-espera p strong {
    color: #805DEE;
}

.cont-volver {
    display: none !important;
}

/*Login > mobile devices Hero image mediaqueries*/

@media screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .img1, .img2, .img3, .img4, .img5, .img6 {
        background-image: url(../../img/uniandes/login/548x850.jpg) !important;
    }
}