*{
    box-sizing: border-box;
}


body{
    margin:0;
    padding: 0;
    /* background: #f1f1f1; */
    color: #fff;
    background-size: cover;
    font-family: "Gill Sans", sans-serif;
    height: 100vh;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    color: #fff;
    text-decoration: none;
}

/* .fondo-animado{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
span.uno,
span.dos,
span.tres,
span.cuatro{
    border: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    animation: vuelta 7s linear infinite normal both;
}
span.uno{
    width: 100px;
    height: 100px;
    bottom: -100px;
    background-color: #0079E7;
}
span.dos{
    width: 70px;
    height: 70px;
    bottom: -70px;
    background-color: #FFCB35;
}
span.tres{
    width: 50px;
    height: 50px;
    bottom: -50px;
    background-color: #D82735;
}
span.cuatro{
    width: 20px;
    height: 20px;
    bottom: -20px;
    background-color: #7D3CB5;
}
@keyframes vuelta{
    from{
        transform: rotate(0deg);
        bottom: 0;
        opacity: 0;
    }
    5%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    to{
        transform: rotate(360deg);
        bottom: calc(100% + 100px);
        opacity: 0;
    }
}
.fondo-animado span:nth-child(1){
    left: 5%;
}
.fondo-animado span:nth-child(2){
    left: 50%;
}
.fondo-animado span:nth-child(3){
    left: 35%;
}
.fondo-animado span:nth-child(4){
    left: 95%;
}
.fondo-animado span:nth-child(5){
    left: 70%;
}
.fondo-animado span:nth-child(6){
    left: 30%;
}
.fondo-animado span:nth-child(7){
    left: 80%;
}
.fondo-animado span:nth-child(8){
    left: 20%;
}
.fondo-animado span:nth-child(9){
    left: 40%;
}
.fondo-animado span:nth-child(10){
    left: 15%;
}
.fondo-animado span:nth-child(11){
    left: 25%;
}
.fondo-animado span:nth-child(12){
    left: 15%;
}
span.delay-1{
    animation-delay: 1s;
}
span.delay-2{
    animation-delay: 2s;
}
span.delay-3{
    animation-delay: 3s;
}
span.delay-4{
    animation-delay: 4s;
}
span.delay-5{
    animation-delay: 5s;
}
span.delay-6{
    animation-delay: 6s;
}
span.delay-7{
    animation-delay: 7s;
} */


.cajalogin{
    /* font-family: 'ionicons'; */
    width: 320px;
    height: 350px;
    /* background: #d1d2d3; */
    /* color: #000000; */
    top: 50%;
    left: 50%;
    /* position: absolute; */
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    /* padding: 70px 30px; */
   /*  border-radius: 10%; */
    font-family: "Gill Sans", sans-serif;

}
.cajalogin .logo{
    background-color: #fff;
    width: 70%;
   height: 70%;
   margin-left: 15%;
   /* width: 100px;
   height: 100px; 
   border-radius: 20%; */
   position: absolute;
   /* top: -50px; */
   /* left: calc(50% - 50px); */
}
/* .cajalogin h1{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 22px;
    
} */
/* .cajalogin label{
    margin: 0;
    padding: 0;
    font-weight: bold;
    display: block;
    
}
.cajalogin input{
    width: 100%;
    margin-bottom: 20px;
}
.cajalogin input[type="text"],
.cajalogin input[type="password"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.cajalogin input[type="submit"]{
    border: none;
    outline: none;
    height: 40px;
    background: #fff;
    color: #000;
    font-size: 18px;
    border-radius: 20px;
}


.cajalogin input[type="submit"]:hover {
    background: #0000ff;
  } */

  

/* .cajalogin buttons{
    border: none;
    outline: none;
    height: 25px;
    background: #fff;
    color: #000;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    border-radius: 10%;
    width: 90%;
    margin-bottom: 20px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%; aquitermina
    position: absolute;
    font-family: 'ionicons';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    font-family: 'ionicons';
    width: 70px;
    display: inline-block;
    color: white;
    background: #3B83BD;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-size: 40px;
    border-radius: 10%;
    margin-left: 10px;
    box-shadow: 2px 2px 10px black;
} */
/* .buttons {
    position: absolute;
    font-family: 'ionicons';
    top: 80%;
    left: 50%;
   
    transform: translate(-50%, -50%);
  }
  
  .buttons a {
    height: 50px;
    font-family: 'ionicons';
    width: 200px;
    display: inline-block;
    color: white;
    background: #3B83BD;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-size: 70px;
    border-radius: 25%;
    margin-left: 0px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    -o-border-radius: 25%;
}

  .buttons a::before {
    content: '\f385';
    display: block;
    margin: 13px 0;
    transition: all ease-in-out .3s;
  }
  
  .buttons a:hover::before {
    margin-top: -78px;
  }
  .buttons a::after {
    
    
    content: '\f3c6';
    
    display: block;
    
    transition: all ease-in-out .3s;
  } */
/* .cajalogin a::before {
    content: "Iniciar sesion";
    display: block;
    margin: 1px 0;
    transition: all ease-in-out .3s;
  }
  
  .cajalogin a:hover::before {
    margin-top: -20px;
  }
  
  
  .cajalogin a::after {
    content: '\f120';
    display: block;
    
    transition: all ease-in-out .3s;
  } */
#cargando{
    position: absolute;
    top: 280px;
    left: 122px;
    display: none;
}
  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /* top: 66%;
    left: 47%; */
    /* display: none; */
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  