@charset "UTF-8";

@font-face {
    font-family: Open Sans;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('fonts/OpenSans-Regular.ttf') format("truetype"),
        url('fonts/OpenSans-Regular.eot') format("embedded-opentype"),
        url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.svg#OpenSans') format('svg');
}

body,
iframe,
h1,
h2,
h3,
p,
table,
input {
    font-family: 'Open Sans' !important;
}

body {
    font-family: 'Open Sans';
    color: #42474a !important;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    overflow: hidden;
    font-size: 12px !important;
    color: #55504f !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

#wrapper-global {
    display: flex;
    gap: 80px;
}


/* #logoAdminfo img {
    /* position: relative; */
/* left: 24px;
    top: 56px;
    width: 500px !important;
    height: 500px; */
/* } */

ul,
li {
    list-style: none !important;
}

#login-box fieldset {
    border: 0;
    margin: 0;
    padding: 10px 0 0 40px;
}

#login-box legend {
    font: 17px arial, verdana, geneva, lucida;
}

#login-box label {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    height: 20px;
    width: 160px;
    float: left;
}

#login-box select {
    font-size: 14px;
    width: 310px;
    height: 30px;
    border: 1px solid #c6c6c6;
    border-radius: 0 !important;
    padding: 5px;
    background-color: #ffffff !important;
}


.caja>input {
    background-color: #ffffff !important;
    border-radius: 2.5px;
    border: 0.5px solid #F0F4F7;
    height: 25px;
    padding: 8px;
    color: #326197 !important;
    font-size: 12px;
    width: 285px;
    box-sizing: border-box;
    /* margin-left: 22px; */
}

#captcha {
    height: 27px;
}


#login-box input[type=image] {
    padding-top: 10px;
    height: 25px;
    float: right;
    margin-right: 25px;

}

#wrapper {
    top: unset !important;
    width: 350px;
}

#nubesSolati {
    width: 33%;
    position: absolute;
}

#nubesSolati img {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

#bySolati {
    margin-top: 30px;
}


/* #logoAdminfo {
    position: absolute;
    left: 114px !important;
    width: 450px !important;
} */

#login-box {
    /* height: 200px; */
    /* border: none !important; */
    /* z-index: 1; */
    /* background-color: transparent !important; */
    width: 100%;
    height: 100%;
}

#login-head {
    width: 100%;
    height: 100%;
}

#login-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
}

/* #login-bar {
    width: 400px;
    height: 1px;
    background: transparent !important;
}

#login-bottom-bar {
    width: 400px;
    height: 6px;
    background: transparent !important;
} */

#iconoUsuariosLogin {
    height: fit-content;
    margin-top: 64px;
}

#login-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 8px;
}

div.entrar {
    margin-top: 8px;
    text-align: end;
}

#novedades-box {
    width: 250px;
    height: 150px;
    background-color: #ffffff !important;
    font: 12px arial;
    margin: 0 0;
    padding: 10px 5px 1px;
    border: 1px solid #c6c6c6;
    border-radius: 0 !important;
    z-index: 0;
    font-family: 'Open Sans';
}

#novedades-box legend {
    font-weight: bolder;
}

#novedades-box fieldset {
    border: 0;
    height: 100px;
    margin: 0;
}

#novedades-rows {
    margin-left: 10px;
}

#novedades-link {
    width: 121px;
    height: 23px;
    background: transparent url(../imagenes/login/novedades.png) no-repeat;
    font: 12px arial;
    font-weight: 700;
    padding-left: 24px;
    padding-top: 3px;
    margin: 0 0 0 10px;
}

#novedades-text p {
    overflow: auto;
    width: 450px;
    height: 74px;
}

a {
    text-decoration: none;
    color: #55504f;
}

a:hover {
    text-decoration: none;
    color: #0071D0;
}

.error {
    margin: 0px 0px;
    text-align: center;
    border-bottom: 1px solid;
    padding: 5px 5px 5px 25px;
    background-repeat: no-repeat;
    color: #D8000C;
    background-color: #FFBABA;
}

.caja .etiqueta {
    color: #326197;
    font-size: 14px;
    font-weight: 350;
}

#login-box .caja {
    display: flex;
    align-items: center;
    width: 100%;
    color: #326197;
    justify-content: space-between;
}

#login-logo {
    display: block;
    float: left;
    width: 200px;
    height: 150px;
    border: 0px solid;
    margin: 5px;
    margin-top: 10px;
}

div#terminos_condiciones {
    margin-top: 40px;
}

div#terminos_condiciones a {
    font-size: 12px;
    font-weight: 340;
    color: #326197;
    text-decoration: underline;
}


#copyright {
    font-size: 10px;
    border: 0px solid;
    width: 100%;
    z-index: -999;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #55504F;
}


/********** Nuevos estilos autenticación ***********/

.botonLogin {
    background-color: #326197;
    border-radius: 2.5px !important;
    border: none;
    color: #ffffff;
    cursor: pointer !important;
    font-size: 14px;
    padding: 5px 8px;
    text-transform: capitalize !important;
    font-weight: 350;
    width: 54px;
    box-sizing: border-box;
}

.botonLogin:hover {
    background-color: #c6c6c6;
}


/******* Carrusel Página de Autenticación ***********/

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow:after {
    content: '';
    background: transparent;
}

.cb-slideshow li span {
    width: 100%;
    height: 110%;
    position: absolute;
    top: -20px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 36s linear infinite 0s;
    list-style: none;
}

.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation: titleAnimation 36s linear infinite 0s;
    list-style: none;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url('../imagenes/wallpaper/fondo-autenticacion-1.jpg');
}

.cb-slideshow li:nth-child(2) span {
    background-image: url('../imagenes/wallpaper/fondo-autenticacion-2.jpg');
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url('../imagenes/wallpaper/fondo-autenticacion-3.jpg');
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(2) div {
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(3) div {
    animation-delay: 24s;
}


@keyframes imageAnimation {
    0% {
        opacity: 0.3;
        animation-timing-function: linear;
    }

    10% {
        opacity: 1;
        animation-timing-function: linear;
    }

    17% {
        opacity: 1
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

/* input#clave {
    margin-bottom: 15px;
} */

.g-recaptcha {
    transform: scale(0.85) !important;
    position: absolute !important;
    left: -18px !important;
    top: 129px !important;
}

/***** Fin Carrusel Página de Autenticación *****/

/*Estilos para ventana de opcines de inicio de sesion*/
#seleccionInicioSesion {
    z-index: 1000;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 30%;
    background: white;
    padding: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
    align-items: center;
    background-color: #F4F4F4;
}

#overlay-session {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    height: 100%;
    width: 100%;
    display: none;
}

#seleccionInicioSesion h2 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #55504F;
    margin: 0 0 40px;
}

#seleccionInicioSesion #contenedor-botones {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 240px;
    align-items: center;
}

#seleccionInicioSesion .botonOpSesion {
    position: relative;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 1.5rem;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 100;
    font-family: " Open Sans", sans-serif !important;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 23%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
}

#seleccionInicioSesion .botonOpSesion#opAdminfo {
    background-color: #EF8000;
}

#seleccionInicioSesion .botonOpSesion#opAdminfo:hover {
    background-color: #d87605;
}

#seleccionInicioSesion .botonOpSesion#opAzure {
    background-color: #4863A0;
}

#seleccionInicioSesion .botonOpSesion#opAzure:hover {
    background-color: #3f578d;
}

#seleccionInicioSesion #opAdminfo img {
    width: 80px;
}


@media screen and (max-width: 935px) {

    #wrapper-global {
        height: 320px;
        width: 578px;
        gap: 40px;
    }

    #wrapper{
        width: 235.5px ;
    }

    div#logoAdminfo>img#imagenLogo {
        height: 320px;
    }
    #login-label>img {
        height: 37.52px;
    }

    #login-content,
    div#terminos_condiciones {
        margin-top: 22px;
    }

    #iconoUsuariosLogin {
        margin-top: 36px;
    }

    #iconoUsuariosLogin>img {
        height: 28.56px;
    }

    .caja input {
        width: 170.5px;
    }
}

div#login-head form#autenticacionFrm[method='post'] div#login-content div#div_recaptcha center div.g-recaptcha{
    position: relative !important;
    left: 20px !important;
    top: 0px !important;
    width: 300px !important;
    height: 120px !important;
    
}

@media (min-width: 800px) and (max-width: 1154px){
    .caja .etiqueta {
        font-size: 16px;
    }
    .caja>input {
        border: 0.5px solid #326197;
        height: 30px;
        font-size: 16px;
    }
    .botonLogin {
        font-size: 15px;
        width: 60px;
    }
    div#terminos_condiciones a {
        font-size: 15px;
        font-family: 'Open Sans' !important;
    }
    
}
