/*

Pais: CO
Cliente: Allianz Dr. Link

*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');*/

@import url("allianz-drlink-fab.css");

:root {
    --primary: #013781;
    --secondary: #54585A;
    --light: #fff;
    --dark: #2d2d2d;
    --font-family: 'Mulish', sans-serif;
}

body {
    /* font-family: var(--font-family) !important;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family) !important;
}

#drop-mensajes-turno {
    background-color: #12253d;
}

/*Login*/

.kt-login__wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#imgLogin {
    height: 100vh;
    width: 50vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.logotipo-desktop {
    background-image: url(../../img/allianz-drlink/logotipo.png);
    background-size: contain;
    max-width: 270px;
    margin: 1rem auto !important;
    text-align: center !important;
}

.logotipo-mobile {
    background-image: url(../../img/allianz-drlink/logotipo.png);
}


.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;
}


body:has(.kt-login) .login-info--tooltip i {
    color: #484848;
    font-size: 13px;

}

body:has(.kt-login) .tooltip-inner {
    text-align: left !important;
    color: #2D2D2D;
    font-weight: 500;
    line-height: normal;
    max-width: 240px;
    width: auto;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.divider-medismart {
    display: flex !important;
    margin-bottom: 2rem;
}

.row.kt-login__extra_02 {
    margin-top: 2rem !important;
}

.kt-login .login-help-wa {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 2rem auto;
    align-items: center;
}



.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 .login-help-wa--link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
    padding: 12px;
    width: 45%;
    border: 1px solid gray;
    border-radius: 4px;
    box-shadow: -2px 2px 4px #bfbfbf;
}
.kt-login .login-help-wa a {
    color: #2d2d2d;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.login-help-wa--linea-fija {
    margin: 1rem auto;
}

.logo-convenios {
    margin-bottom: 2rem;
}

/* Imágenes Login */
.img1,
.img2,
.img3,
.img4,
.img5,
.img6 {
    background-image: url(../../img/allianz-drlink/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;
}

/*Prehome*/


div#item-ayuda {
    display: none !important; /*Se oculta para todos los planes:*/
}

.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-drlink/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 #0698D6;
    background: transparent;
    color: #0698D6;
    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
==========
*/

/*Modal > Atencion Inmediata*/
.modal-especialidad .btn-especialidad {
    background-color: var(--primary);
}

    .modal-especialidad .btn-especialidad i {
        color: #fff;
        font-size: 52px !important;
        margin: 1rem auto;
    }
    .modal-especialidad .btn-especialidad span {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 0.6px;
        font-weight: 700;
    }

.body-home {
    background: #fff;
    background-image: url(../../img/allianz-drlink/vigilado-a.png), url(../../img/allianz-drlink/drlink-brand.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 40vh left 1.5rem, top 30vh right 30px;
    background-size: 40px, 160px;

    height: auto;
    padding-bottom: 80px;
}

.body-home .logo-home img {
    width: 260px;
}

.body-home .text-warning {
    color: var(--primary) !important;
}

.body-home .menu-top .item-menu-top i,
.body-home .menu-top .item-menu-top .label-menu {
    color: var(--primary);
}

.body-home .menu-top .item-menu-top:hover i,
.body-home .menu-top .item-menu-top:hover .label-menu {
    color: var(--dark);
}

.body-home .menu-top .item-menu-top .label-menu {
    font-weight: 700;
}

.kt-menu__item a,
.kt-menu__item i {
    color: var(--primary);
}

.body-home .cont-card h1 {
    max-width: 120px;
    color: var(--primary);
}

.body-home .cont-card .card {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.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 {
    background-color: var(--light) !important;
    color: var(--primary) !important;
}

.body-home .card-plan .atencion-24 {
    display: flex;
}

.body-home .top-banner {
    background-image: unset;
    align-items: baseline;
    justify-content: center !important;
    margin: 3rem auto;
}

.body-home .top-banner img {
    display: none;
}

.body-home .top-banner .legend {
    color: #007AB3;
}

.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;
}

.accesible-tools-desktop .accesible-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0rem;
}

/*Home > Box de Atencion*/

.body-home .page-subtitle {
    color: var(--primary);
}

.body-home .footer-home {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1200px !important;
    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(--dark);
    border: 2px solid var(--dark);
    background-color: #fff;
}

.accesible-btn button:hover {
    background-color: var(--dark);
    border-color: var(--dark);
    color: #fff;
}

.body-home .footer-home .terminos  {
    align-items: center;
}

.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 a { display: flex; }

.body-home .footer-home .copy,
.body-home .footer-home .terminos a#terminosFooter,
.body-home .footer-home .terminos a#politicas {
    color: var(--dark);
    font-weight: bold;
}

.tooltip-inner {
    text-align: left;
    color: #6D6D6D;
    font-size: 12px;
    font-weight: normal;
    background-color: #f9f9f9 !important;
    max-width: 200px;
    width: auto;
    padding: 8px;
    border-radius: 10px !important;
}

.tooltip-inner strong {
    font-weight: 700;
    color: #013781 !important;
}

/*Paciente*/

.menu-top .item-menu-top i,
.menu-top .item-menu-top .label-menu-pac,
.menu-top .item-menu-top .label-menu{
    color: var(--primary);
}

div#kt_aside_brand {
    gap: 0;
    justify-content: center;
}

.kt-aside__brand-logo a {
    width: 60px;
    height: 60px;
    margin: 1rem auto;
}

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-drlink/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: url(../../img/allianz-drlink/fondo-banner.svg);
}

.top-banner img {
    border-color: rgba(255, 255, 255, .3)
}

.top-banner .legend {
    color: #646C9A;
}

.text-warning {
    color: var(--primary) !important;
}

.banner_topsc .legend .text-warning {
    color: var(--primary) !important;
}

.top-banner.banner_topsc {
    background-image: url(../../img/allianz-drlink/fondo-banner2.svg);
}

/*.menu-top .item-menu-top .logotipo-mobile {
    background-image: url("/img/allianz-drlink/isotipo.png") !important;
}*/

/*Sala espera*/
.hotspot-icon {
    text-shadow: 2px 2px 4px #000000;
}

.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: var(--primary);
}

.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: var(--dark);
}

.kt-menu__item:hover a {
    padding-bottom: 10px;
}

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    background-image: url(../../img/allianz-drlink/fondo-banner2.svg);
    background-repeat: repeat-x;
    background-position: left 10px;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

/*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;
}

.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);
}

/*Sala de Espera*/
/*banner sala espera*/

.banner-sala-espera {
    position: fixed;
    z-index: 999;
    width: 540px;
    background: #fbfbfb;
    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;
}

/*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: 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%);
}

.dropdown-listVet,
.list-ciudades-dir-vet {
    max-height: 200px;
    overflow-y: scroll;
}

.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);
}

.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-home .accesible-tools { display: none; }

/*Responsive*/

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    .img7 {
        background-image: url(../../img/allianz-drlink/login/960x978.jpg) !important;
    }
}



@media (max-width: 991.98px) {

    .kt-login .login-help-wa .login-help-wa--link {
        width: 100%;
    }

    .prehome__plan {
        padding: 2rem 0 2rem 0;
    }
    .prehome__title { font-size: 18px; }

    .body-home {
        background-image: unset;
    }

    .body-home .top-banner {
        margin: 0 auto 2rem auto;
        height: unset;
    }

    .body-home .top-banner .legend {
        margin: 0 auto;
    }

    .body-home .footer-home {
        background: transparent;
        background-image: url(../../img/allianz-drlink/vigilado-h.png), url(../../img/allianz-drlink/drlink-brand.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top left, top 4px right;
        background-size: 180px, 140px;
        width: 90%;
        margin: 3rem auto;
        padding: 50px 0 0 10px;
    }
    
    .body-home .footer-home .terminos {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .body-home .footer-home .copy {
        display: block;
        order: 1;
    }

    .body-home .footer-home #politicas {
        margin: 0 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 {
        width: 290px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .body-home .logo-home,
    .kt-header__topbar.menu-top.menu-turnero {
        box-shadow: 0px 0px 12px #bababa;
    }

    .body-home .logo-home img {
        width: 120px;
    }

    /*.kt-header__topbar.menu-top.menu-turnero {
        margin: 0;
        padding: 1rem;
        background: lightgoldenrodyellow;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }*/

    .leyenda-card-home {
        text-align: left;
        margin-left: 1.25rem;
        font-weight: 800;
        font-size: 1.2rem;
        color: #fff;
        text-transform: uppercase;
    }
}

@media (max-width: 668px) {

    .login-help-wa--btnset {
        flex-direction: column;
        gap: 1.5rem;
        margin: 0 auto;

    }

    .body-home div#contentAtenciones {
        margin: 3rem auto;
    }

    .body-home .top-banner .legend {
        max-width: 92%;
        font-size: 20px;
        font-weight: 700;
    }

    .body-home .cont-card .card img {
        width: 80px;
        height: 56px;
    }

    .body-home .footer-home .terminos {
        flex-flow: column;
        gap: 1rem;
        justify-content: space-between;
        align-items: center;
    }

    .card.caja-profesional {
        margin-top: 20px;
    }

    .stepper {
        background-image: none !important;
        margin-top: 4rem;
    }

    /*Mobile > menu top*/

    .kt-header__topbar.menu-top.menu-turnero {
        padding: 10px;
    }

    .cont-iso-plataforma {
        margin-right: auto;
    }

    div#item-salir { 
        margin-left: 1.5rem; 
        padding-left: 1.5rem;
        border-left: 1px solid var(--primary) 
    }

    .body-home .menu-top .item-menu-top .logotipo-mobile {
        max-height: 36px;
        background-image: url(/img/allianz-drlink/logotipo.png) !important;
        background-size: 130px;
        min-width: 130px;
    }

    .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;
    }

    div.container-sala:has(.sala-espera) {
        margin-bottom: 0;
    }

    .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;
    }

    .btn-sala:hover {
        color: #fff;
    }

    .btn-sala:hover .cont-icon {
        background-color: var(--secondary);
        color: #fff;
    }


}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .img1,
    .img2,
    .img3,
    .img4,
    .img5,
    .img6 {
        background-image: url(../../img/allianz-drlink/login/548x850.jpg);
    }
}

@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) 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-drlink/login/548x850.jpg);
    }
}

@media (max-width: 1024px) {

    .body-home .powered,
    .body-home .powered strong {
        display: none;
    }

    .body-home #drop-mensajes-turno.dropdown-menu.dropdown-menu-xl {
        transform: translate3d(-180px, 65px, 0px) !important;
    }
}