@charset "utf-8";
/* CSS Document */
html {
    /**/
    background-size: 100% 100%!important;
    display: block;
    height: 100%;
    /* -webkit-animation: MoveBG 30s ease infinite; */
    -moz-animation: MoveBG 30s ease infinite;
    -o-animation: MoveBG 30s ease infinite;
    animation: MoveBG 30s ease infinite;
    background-color: #ffffff!important;
    background: #ffffff;
    background: url(/panel/img/fondos/fondo-1.jpg);
}

.clase-animacion{
    -webkit-animation: MoveBG 3s ease infinite;
	-moz-animation: MoveBG 3s ease infinite;
	-o-animation: MoveBG 3s ease infinite;
	animation: MoveBG 3s ease infinite;
}
/* Keyframes for animations */
@-webkit-keyframes MoveBG {
    0%{background: url(/panel/img/fondos/fondo-1.jpg);}
    25%{background: url(/panel/img/fondos/fondo-4.jpg);}
    50%{background: url(/panel/img/fondos/fondo-5.jpg);}
    100%{background: url(/panel/img/fondos/fondo-1.jpg);}
}

@-moz-keyframes MoveBG {
    0%{background: url(/panel/img/fondos/fondo-1.jpg);}
    25%{background: url(/panel/img/fondos/fondo-4.jpg);}
    50%{background: url(/panel/img/fondos/fondo-5.jpg);}
    100%{background: url(/panel/img/fondos/fondo-1.jpg);}
}
@-o-keyframes MoveBG {
    0%{background: url(/panel/img/fondos/fondo-1.jpg);}
    25%{background: url(/panel/img/fondos/fondo-4.jpg);}
    50%{background: url(/panel/img/fondos/fondo-5.jpg);}
    100%{background: url(/panel/img/fondos/fondo-1.jpg);}
}
@keyframes MoveBG { 
    0%{background: url(/panel/img/fondos/fondo-1.jpg);}
    25%{background: url(/panel/img/fondos/fondo-4.jpg);}
    50%{background: url(/panel/img/fondos/fondo-5.jpg);}
    100%{background: url(/panel/img/fondos/fondo-1.jpg);}
}





body{
	font-family: arial ,sans-serif;
	margin: 0;
}
h1, h3 ,h2, h4, h5, h6, b, p ,small, a, i, strong, span {
    color: #000000;
}
a {
    color: #000000;
}
i {
    font-size: 12px;
}
h3 {
    margin: 0px 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #666565;
    letter-spacing: inherit;
}
.boton {
    padding: 7px 10px;
    background-color: #8d8d8d;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    min-width: 60px;
    text-align: center;
    margin-bottom: 8px;
}
/*HEADER LOGIN*/
.s1-1.header-login {
    display: block;
    width: 98%;
    box-shadow: 2px 2px 2px #e8e8e8;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff5e;
    padding: 0px 1%;
    backdrop-filter: blur(16px);
}

.s1-1.header-login a {
    color: #5d5d5d;
    text-decoration: none;
    /* background-color: #343434; */
    border-bottom: 1px solid #ffffff;
    box-shadow: 2px 2px 2px #e8e8e8;
    background-color: #ffffff;
    padding: 5px 13px 5px 13px;
    margin: 5px 2px;
    display: inline-block;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 100;
}

a.boton.float-right {
    float: right;
}


/*LOGIN*/
.contendor-login {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 90%;
    padding: 0 2%;
    border: 1px solid gray;
    text-align: center;
    padding: 10px 2% 30px;
    margin-bottom: 30px;
}
span.notificacion-login {
    background-color: #ffe2e2;
    border: 1px dotted red;
    color: #d20404;
    padding: 10px;
    margin-top: 10px;
    display: block;
    font-size: 12px;
}
.contendor-login input {}

.contendor-login button {
    clear: both;
    display: block;
    margin: 10px 0px;
    width: 100%;
}

/*LOGIN*/
.contendor-login {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 90%;
    padding: 0 2%;
    text-align: center;
    padding: 30px 2% 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    border: none;
    margin-top: 5%;
    box-shadow: inset 2px 2px 70px #ffffff, 2px 2px 6px #e8e8e8;
    border-radius: 10px;
    background-color: #ffffff1a!important;
    backdrop-filter: blur(3px) saturate(1.3);
    border-right: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
span.notificacion-login {
    background-color: #ffe2e2;
    border: 1px dotted red;
    color: #d20404;
    padding: 10px;
    margin-top: 10px;
    display: block;
    font-size: 12px;
}

span.icono-input {
    width: 13%;
    height: 40px;
    background-color: #fdfdfd;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    background-size: 20px 20px !important;
    background-position: center;
    margin-bottom: 0;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #d6d6d6;
    border-right: none;
}

span.icono-input.icono-usuario {background-image: url(/panel/img/iconos/usuario.svg) !important;}

span.icono-input.icono-clave {background-image: url(/panel/img/iconos/clave.svg) !important;}


.contendor-login input {display: inline-block;margin: 0px 0px 25px;width: 79%;outline: none;border: none;background-color: #ffffff;font-size: 16px;border: 1px solid #d6d6d6;border-left: none!important;border-radius: 0px 10px 10px 0px!important;padding: 12px 3%!important;float: left;height: 16px;margin-top: 0px;}

.contendor-login button {
    clear: both;
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 200px;
    padding: 2%;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    background-color: #0070ff;
    border-bottom: 2px solid #0039b0;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
}
.contendor-login button:focus {
    outline: none;
    background-color: #58e055 !important;
    border-color: #00c029;
}
.contendor-login button:hover {
    background-color: #0054ff;
}


button.button-entrar {
    border-radius: 0px 3px 4px 0px;
    margin: 0;
    margin-left: -4px;
    width: 23%;
    display: inline-block;
    border-bottom: none;
    padding: 13px;
}

.contendor-login input.clave_numerica {
        letter-spacing: 2px;
        /* padding: 10px 6% 10px 6%; */
        border-radius: 6px;
        /* width: 78%; */
        font-weight: bold;
        font-family: monospace;
        font-size: 13px;
        /* height: 20px; */
        text-align: left;
        /* background-image: url(/panel/img/iconos/clave.svg) !important; */
        /* background-repeat: no-repeat; */
        /* background-size: 20px 20px !important; */
        /* background-position: 10px 10px; */
}

/*SALIR*/
.body-load {display: inline-block;position: relative;width: auto;height: auto;padding: 40px;/* text-align: center; *//* left: 0; *//* top: 0; */pointer-events: none;cursor: progress!important;/* z-index: 9999; */margin: 0!important;}

.body-load .body-load-img {
display: inline-block;
position: absolute;
vertical-align: middle;
max-width: 60px;
max-height: 60px;
margin-left: -31px;
margin-top: -41px;
width: 100vw;
height: 100vh;
object-fit: cover;
object-position: center center!important;
background-color: white!important;
border: 2px solid #5c5c5c;
border-radius: 100px;
box-shadow: 0px 0px 170px 10px gray, 0px 2px 2px 1px black;
top: 50%;
left: 50%;
cursor: progress!important;
}