*{
  padding: 0px;
  margin:0px;
}

body{
  background-color: #fff;
}

/* SLIDER INICIO */

.slider-inicio{
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top:0px;
  position: relative;
}

.slider{
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  font-family: sans-serif;
  position: absolute;
  top: 50px;
  left: 0px;
  padding-bottom: 50px;
}
.slider h2{
  color:#333;
  font-size: 40px;
  text-align: center;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  font-family: "Regular";
}

.slider h3{
  color:#777;
  font-size: 25px;
  text-align: center;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  font-family: "Ligth";
}

.slider img{
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.activo{
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

#uno{
  /* background-image: url(../img/slider_1.jpg); */
  background-position:center -130px;
  background-repeat: no-repeat;
  background-size:cover;
  transition: 1s;
}

#dos{
  /* background-image: url(../img/slider_2.jpg); */
  background-position:center -130px;
  background-repeat: no-repeat;
  background-size:cover;
  transition: 1s;
}

#tres{
  /* background-image: url(../img/slider_3.jpg); */
  background-position:center -130px;
  background-repeat: no-repeat;
  background-size:cover;
  transition: 1s;
}

.indicador{
  width: 100px !important;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: calc(50% - 30px);

}
.indicador li{
  display: inline-block !important;
  width: 10px;
  height: 10px;
  background-color: #777;
  border-radius: 100%;
  margin: 5px;
}

.indica{
  background-color: #55a8dd !important;
}

.controles{
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0px;
}

.controles .btn{
  width: 100px !important;
  height: 40px !important;
  /* background-color: blue; */
  position: absolute;
  font-family: "Regular";
  text-align: center;
}

#prev{
  left: 0px;

}

#next{
  right: 0px;
}

.boton-iniciar{
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 40px;
  background-color: #f8ae3d;
  border-radius: 40px;
  text-align: center;
  font-family: "Regular";
  padding-top: 15px;
  font-size: 20px;
  cursor: pointer;
  margin-top:50px;
  outline: none;
  color:#fff;
}

.boton-iniciar:hover{
  transition: .3s;
  background-color: #777;
  outline: none;
  color:#fff;
}

header{
  width: 100%;
  height: 70px;
  background-color:#eee;
  padding-top: 20px;
}
header h1{
  color:#777;
  font-family: "Regular";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
header img{
  color:#fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-left: calc( 50% - 115px );
}

.iniciar-sesion{
  width: 90%;
  height: auto;
  padding-bottom: 70px;
  background-color: #eee;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
}

.iniciar-sesion h2{
  padding: 15px;
  font-family: "Regular";
  font-size: 30px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
  color:#55a8dd;
}

.iniciar-sesion h3{
  padding: 20px;
  font-family: "Regular";
  font-size: 18px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 10px;
  color:#777;

}

.iniciar-sesion form{
  width: 100%;
  height: auto;
}

.iniciar-sesion form input{
  width: 90%;
  height: auto;
  text-align: center;
  border: 0px;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  padding: 5px;
  font-size: 20px;
  font-family:"Regular";
  outline:none;
  margin-bottom: 10px;
  margin-top: 10px;
}

.iniciar-sesion form label{
  font-family: "Regular";
  font-size: 20px;
  margin-bottom: 10px;
  text-align: right;
  padding-left: 15px;
}

.iniciar-sesion form #ingresar{
  margin-top: 20px;
  width: 93%;
  height: 70px;
  background-color: #55a8dd;
  border-radius: 50px;
}

.notificacion{
  width: 90%;
  height: 100px;
  display: none;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.notificacion img{
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.notificacion h2{
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-family: "Regular";
  color:#fff;
}

.error{
  background-color: #e84848;
}

.bloqueado{
  background-color: #f7941e;
}

#pin{
  font-size: 30px;
  width: 150px;
  border-radius: 50px;
}

#pin-c{
  font-size: 30px;
  width: 150px;
  border-radius: 50px;
}

.pin-continuar{
  width: 150px;
  height: 35px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #55a8dd;
  border-radius: 50px;
  font-family: "Regular";
  padding: 5px;
  padding-top: 12px;
  font-size: 20px;
  margin-top: 20px;
}

.pin-continuar:hover{
  transition: .5s;
  background-color: #0e87b9;
  cursor: pointer;
}

.paso-dos{
  display: none;
}

.no-cumple{
  background-color: #e84848;
}

.ambos{
  background-color: #e84848;
}

.codigo-generado{
  width: 100%;
  height: 500px;
  background-color: #eee;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}

.codigo{
  display: block;
  margin: 0 auto;
  width: 250px;
  /* background-color: red; */
}

.codigo h1{
  text-align: center;
  font-family: "Regular";
  color:#333;
  padding-top: 20px;
  font-size: 25px;
  padding-bottom: 20px;
}

.codigo div{
  text-align: center;
  font-family: "Regular";
  color:#333;
  display: inline-block;
  width: 80px;
  height: 60px;
  background-color: #ccc;
  border-radius: 100%;
  padding-top: 20px;
  font-size: 30px;

}

.barra-carga{
  position: relative;
  width: 250px;
  height: 20px;
  border: 2px solid #ccc;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 20px;
  overflow: hidden;
}

.barra-carga div{
  width: 250px;
  height: 20px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  position: absolute;
  left: -250px;
  background-image: linear-gradient(19deg, #55a8dd 0%, #335ee2 100%);
  border: 0px;

}

.pin-data{
  width:80%;
  height: 500px;
  display: block;
  margin: 0 auto;
  background-color: #eee;
  margin-top: 25px;
  border-radius: 10px;
}

.pin-data h1{
  font-size: 25px;
  font-family: "Regular";
  text-align: center;
  padding-top: 25px;
}

.pin-data input{
  font-size: 30px;
  font-family: "Regular";
  text-align: center;
  width: 150px;
  border-radius: 30px;
  border: 0px;
  outline: none;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  height: 50px;
  position: relative;
}





@font-face {
	font-family: "Regular";
	src: url(../font/bold.ttf) format("truetype");
}

@font-face {
	font-family:"Ligth";
	src: url(../font/ligth.ttf) format("truetype");
}


@media only screen and (max-width: 720px) {
  .pin-data{
    width:95%;
    height: 500px;
    display: block;
    margin: 0 auto;
    background-color: #eee;
    margin-top: 25px;
    border-radius: 10px;
  }
}
