@font-face{
    font-family: regular;
    src: url("../fonts/poppins_semibold.ttf");
}
body{
    font-family: regular, arial;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    background-color: #000000;
}
.maskara{
    overflow: hidden;   
}
.rel{
    position: relative;
}
.abs{
    position: absolute;
}
.hid{
    visibility: hidden;
}
.fit{
    width: 100%;
    height: 100%;
}
.ctimg{
    left: 0px;
    width: 100%;
    height: 100%;
}
.otrosd{
    display: block;
}
.itimg{
    object-fit: cover;
    position: relative; 
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: bottom left;
}
.movil .itimg {
    object-position: 0% 70%;
}
.centro{
    margin: auto;
}
.tabla{
    width: 90%;
    display: table;
    bottom: 20px;
    left: 5%;
    text-align: center;
}
.movil .tabla {
    text-align: left;
}
.vertical .tabla {
    text-align: center;
}
.celda{
    display: table-cell;
    width: 20px;
    height: 20px;
}
.activo{
    pointer-events: none;
    opacity: .2;
}
.btb{
    font-size: 20px;
    background-color: #e1001a;
    font-family: calibri;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    margin: 5px;
    padding: 5px;
    border-radius: 50%;
}
.btb:hover{
    opacity: 0.9;
}
.btb:active{
    opacity: 0.8;
}
.conten{
    position: absolute;
    top: calc(50%/2);
    right: 10%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.6);
    border-radius: 15px;
}
.movil .conten{
    right: 5%;
    width: 350px;
    top: 5%;
    height: 320px;
}
.vertical .conten{
    top: -10px;
    width: 320px;
    height: 350px;
}
.contene-logo{  
    position: absolute;
    text-align: center;
    width: 100%;
    height: 20%;
    left: 0px;
    top: 0px;
}
.logoa{
    position: relative;
    width: 70%;
    left: 0;
    top: 50px;
}
.movil .logoa {
    top: 30px;
}
.area_log{
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0px;
    left: 0px;
    font-size: 20px;
    font-family: regular;
    text-align: center;
    background-color: rgba(0,0,0,0.5));
}
.logi01{
    background-color: #05519C;
    border-radius: 10px;
    width: 80%;
    height: 50px;
    left: 10%;
    top: 65px;
}
.logi01 {
    top: 35px;
}
.campo1{
    outline: none;
    background-color: rgba(255,255,255,0.2);
    border: none;
    border-radius: 0 5px 5px 0;
    width: 85%;
    height: 100%;
    right: 0%;
    top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: 15px;
    font-family: regular;
    color: #ffffff;
}
::placeholder { 
  color: #ffffff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ffffff;
}
::-ms-input-placeholder {
  color: #ffffff;
}
input:-internal-autofill-selected {
    background-color: rgba(255,255,255,0.2) !important;
    color: #ffffff !important;
}
.ico1{
    position: absolute;
    left: 0%;
    height: 100%;
    width: 50px;
}
.icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 10px;
    left: 15px;
}
.movil .icon {
    left: 12px;
}
.vertical .icon {
    width: 15px;
    top: 15px;
    left: 12px;
}
.logi02{
    background-color: #05519C;
    border-radius: 10px;
    width: 80%;
    height: 50px;
    left: 10%;
    top: 130px;
}
.movil .logi02 {
    top: 100px;
}
.logi03{
    border: 0px solid;
    width: 100%;
    height: 100px;
    left: 0%;
    bottom: 10px;
}
.movil .logi03 {
    height: 80px;
}
.btw{
    font-size: 20px;
    font-family: regular;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #e00328;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    width: 30%;
    left: 35%;
    height: 35px;
    top: 30px;
}
.btw:hover{
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}
.btw:active{
    background-color: rgba(17,55,87,0.9);
    transition: all 0.5s ease-in-out;
    transform: scale(0.9);
}
.forgot{
    font-family: regular;
    font-size: 12px;
    text-align: center;
    color: #05519c;
}
.forgot a{  
    font-family: regular;
    color: #05519c;
    font-weight: bolder;
}
.forgot a:hover{
    color: #e00328;
}
.logoff{
    background-color: rgb(255, 255, 255);
    border: 0px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 10px;
    color: #05519c;
    font-size: 18px;
    text-align: center;
    width: 70%;
    padding: 8px;
    left: -50%;
    top: 85px;
    visibility: hidden;
}
.logoff:before{
    content: "";
    position: absolute;
    top: 40%;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgb(255, 255, 255);
}
.muestra_mensaje{
    visibility: visible;
    transition: opacity linear 2s;
    animation: mensaje ease-in-out 1s infinite alternate;
}
@keyframes mensaje {
    100% {transform: translateY(-70px);}
}
.entra{
        animation: ingresa ease-in-out 1s;
        animation-fill-mode: forwards;
}
@keyframes ingresa {
    0% {
        transform: translateX(100%);
    }
    to  {
        transform: translateX(0%);
    }
}