/*falp*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');*/

:root {
    --primary: #95C11F;
    --secondary: #DEDC00;
    --tertiary: #111;
    --accent: #FDB727;
    --light: #FFF;
    --font-family: 'Mulish', sans-serif;
}

body {
    /* font-family: var(--font-family) !important;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family) !important;
}
/*Login*/
.logotipo-desktop {
    background-image: url(../../img/presente/logotipo.svg);
}

.logotipo-mobile {
    background-image: url(../../img/presente/logotipo.svg);
}


.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
    margin-top: 15% !important;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
    color: var(--primary);
    font-weight: 900;
}

.form-group .ms-label {
    color: var(--primary) !important;
}

a {
    color: var(--primary) !important;
    
    text-decoration: none;
    background-color: transparent;
}

.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;
}

.logo-convenios {
    /* display: none;*/
    margin-bottom: 2rem;
}

/* Imágenes Login */
.img1 {
    background-image: url(../../img/presente/login/960x978.jpg);
}

.img2 {
    background-image: url(../../img/presente/login/960x978.jpg);
}

.img3 {
    background-image: url(../../img/presente/login/960x978.jpg);
}

.img4 {
    background-image: url(../../img/presente/login/960x978.jpg);
}

.img5 {
    background-image: url(../../img/presente/login/960x978.jpg);
}

.img6 {
    background-image: url(../../img/presente/login/960x978.jpg);
}

.body-home {
    
    background-image: url(../../img/presente/logo.svg),linear-gradient(to bottom,rgba(255, 253, 253, 0.5),rgba(255, 255, 255, 1));
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
}

    .body-home .logo-home img {
        width: 130px;
    }

    .body-home .logo-home {
        padding: 1rem;
        background-color:var(--primary);
    }

    .body-home .cont-card .card .card-body {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        background-color: var(--primary);
    }

    

    .top-banner .legend {
        font-weight: 500;
    }

.menu-top .item-menu-top i,
.menu-top .label-menu {
    color: var(--primary);
}

.title-section-biblioteca {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
}

.inner-btn {
    width: 64px;
    height: 64px;
    background-color: var(--primary);
}

    .inner-btn:hover {
        background-color: var(--secondary) !important;
    }

.home-library .bg-library {
    background-color: var(--secondary);
}

.dropdown-biblioteca .btn-secondary {
    border: 2px solid var(--primary);
    border-radius: 10px;
    color: var(--primary);
    font-weight: 700;
    height: 100%;
    width: 300px;
    padding-left: 3.5rem !important;
    padding-right: 1rem !important;
    display: flex;
}

#divSinHorasDisponibles {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: auto;
    gap: 1rem;
    padding: 2rem;
    color: var(--primary);
    background-color: white;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 5rem;
}

.icono-editar-perfil {
    position: absolute;
    color: #FFF !important;
    width: 40px !important;
    height: 40px !important;
    background-color: var(--primary) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    top: auto !important;
    right: 2% !important;
    bottom: -5% !important;
    cursor: pointer;
    transition: all .3s ease-out;
    position: absolute;
}

#page{
    color: var(--primary)
}

.titulo-servicio {
    font-size: 2.2rem;
    margin-top: 2rem;
    color: var(--primary);
}

.icono.icono-editar-perfil:hover {
    background-color: var(--secondary) !important;
}

.tabset > label:hover::after, .tabset > input:focus + label::after, .tabset > input:checked + label::after {
    background: var(--primary);
}

.card-profile h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 32px;
    color: var(--primary) !important;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    color: var(--primary) !important;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
}

.card .form-group label, .card .form-group-input label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--primary);
    margin: 0.8rem 0;
}

.btn-guardar-info {
    background-color: var(--primary);
    border: none !important;
}

.btn-guardar-info:hover {
    background-color: var(--secondary);
    border:none !important;
}

    #divSinHorasDisponibles span {
        color: var(--primary) !important;
    }

.featured .card-content .date {
    font-size: 14px;
    color: white !important;
}

.card-content .date {
    font-size: 10px;
    color: white
}

.card-content .title-card {
    margin: 0.25rem 0;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.menu-top .item-menu-top:hover i, .menu-top .item-menu-top:hover .label-menu {
    color: var(--accent) !important;
}
.kt-menu__item a, .kt-menu__item i {
    color: var(--primary)
}

    .kt-menu__item a .ms-label-menu {
        color: var(--tertiary)
    }

    .kt-menu__item:hover a, .kt-menu__item:hover i {
        color: var(--secondary) !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);
}

#item-atenciones{
    display: none;
}

.stepper {
    background-image: url(../../img/presente/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)
}

.stepper-sv .step-icon {
    background-color: var(--primary);
}

.stepper-sv .label-step {
    color: var(--primary);
    text-align: center;
    text-transform: none;
    font-size: 12px;
}

.formulario-confirma-hora .header-formulario i {
    display: block;
    margin-right: 1rem;
    color: var(--primary);
}

.dropzone.dropzone-default.dropzone-brand {
    border-color: var(--primary);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.caja-reserva .btn-am {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #FFF;
}

.hora.disponible small {
    background-color: var(--primary);
    color: #FFF;
    display: flex;
    justify-content: center;
    padding: 0.625rem 6.5rem;
    font-size: 1.0rem;
}

.hora.seleccionado .detalle-hora {
    color: var(--secondary);
}



.hora-top {
    font-size: 2.3rem;
    color: var(--primary);
    font-weight: 900;
}


.selector-horas i {
    font-size: 18px;
    color: var(--primary);
}

.btn.btn-outline-secondary {
    color: #ffffff !important;
    background-color: var(--primary);
    font-weight: bold;
}

.nombre-profesional > * {
    display: block;
    color: var(--primary);
}



.btn.btn-outline-secondary:hover {
    color: #ffffff !important;
    background-color: var(--secondary);
    font-weight: bold;
}




.titulo-data-horario {
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 2rem;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    margin: 1rem;
    margin-left: 0;
}

.hora.disponible .detalle-hora {
    color: var(--primary);
}

.hora.seleccionado small {
    background-color: var(--secondary);
    display: flex;
    justify-content: center;
    padding: 0.625rem 6.5rem !important;
    font-size: 1.0rem;
}

.caja-reserva .btn-pm {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #FFF;
}

.btn-outline-primary {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

    .btn-outline-primary:hover {
        background-color: var(--secondary) !important;
        border-color: var(--secondary) !important;
        color: #FFF !important;
    }

.stepper-sv .titulo-step {
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-size: 12px;
}

.caja-profesional .titulo-profesional,
.nombre-profesional {
    color: var(--primary)
}

.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/presente/fondo-banner2.svg);
}
    .top-banner img {
        border-color: var(--primary) !important;
    }
    .top-banner .legend {
        color: var(--primary) !important;
    }

.banner_topsc .legend .text-warning {
    color: var(--primary) !important;
}

.top-banner.banner_topsc {
    background-image: url(../../img/falp/fondo-banner2.svg);
}

.text-warning {
    color: var(--secondary) !important;
}

.menu-top .item-menu-top .logotipo-mobile {
    width: 110px !important;
}
/*Sala espera*/
.hotspot-icon .cont-icon {
    background-color: var(--secondary) !important;
    color: white
}

.hotspot-icon{
    color: white !important;
    font-weight: 100 !important;
    
}

.hotspot-icon .cont-icon:hover {
    background-color: white !important;
    color: var(--primary) !important;
}

.copy{
    color: var(--primary)
}

.body-home .cont-card h1 {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    margin: 1rem auto 2rem;
    color: var(--primary);
    max-width: 170px;
    font-weight: 700;
}

.hotspot-icon:hover .cont-icon {
    background-color: var(--primary);
}

.cont-icon.hotspot-redes {
    background-color: #000;
}

#reporte .cont-icon {
    background-color: var(--primary);
}

#hs-g .cont-icon {
    background-color: var(--secondary);
}

#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) {
    .card.caja-profesional {
        margin-top: 20px;
    }

    .stepper {
        background-image: none;
        margin-top: 4rem;
    }

    .body-home .cont-card .card .card-body {
      
        justify-content: space-between;
      
        /* font-size: 12px; */
    }

    .leyenda-card-home {
        margin-right: 2rem;
        font-size: 12px;
        color: white !important;
    }
}

@media (max-width: 991.98px) {
    .top-banner .legend {
        text-align: left;
        font-size: 1.3rem;
      
    }

    .leyenda-card-home {
        text-align: left;
        margin-left: 1rem;
        font-weight: 600;
        font-size: 1rem;
        color: white;
        text-transform: uppercase;
    }

    .nombre-profesional > * {
        display: block;
        color: var(--primary);
        font-size: 1.2rem;
        font-weight: 600;
    }

    .caja-confirmacion-hora .mensaje-anura {
        /* height: 100%; */
        min-height: 0px;
    }

    .mensaje-confirmacion.caja-base .nombre-profesional {
        max-width: 100%;
        font-size: 12px;
    }

    .stepper .flecha {
        margin-top: -20px;
        margin-left: 1.5rem;
        /* color: #3BC1CD; */
    }
}


 @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .img1 {
        background-image: url(../../img/falp/login/548x850.jpg);
    }

    .img2 {
        background-image: url(../../img/falp/login/548x850.jpg);
    }

    .img3 {
        background-image: url(../../img/falp/login/548x850.jpg);
    }

    .img4 {
        background-image: url(../../img/falp/login/548x850.jpg);
    }

    .img5 {
        background-image: url(../../img/falp/login/548x850.jpg);
    }

    .img6 {
        background-image: url(../../img/falp/login/548x850.jpg);
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {

    .img1 {
        background-image: url(../../img/presente/login/960x978.jpg);
    }

    .img2 {
        background-image: url(../../img/presente/login/960x978.jpg);
    }

    .img3 {
        background-image: url(../../img/presente/login/960x978.jpg);
    }

    .img4 {
        background-image: url(../../img/presente/login/960x978.jpg);
    }

    .img5 {
        background-image: url(../../img/presente/login/960x978.jpg);
    }

    .img6 {
        background-image: url(../../img/presente/login/960x978.jpg);
    }
}


/*Prohome*/

.prehome__plans {
    height: 450px;
}

.prehome__plan {
    width: 100%;
    padding: 0;
}

.prehome__plan ul {
    list-style-image: url('../../img/falp/bullet.svg');
   
    margin-top: 32px;
    height: 350px;
    font-size: 16px;
}

.prehome__title {
    color: #FFF;
}

.kt-login__extra.registro {
    /*display: none;*/
    cursor: pointer;
}

.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;
    }
}