@charset "utf-8";
/* CSS Document */

@font-face{
  font-family: Montserrat;
  src: url("fonts/Montserrat-Regular.ttf");
}
@font-face{
  font-family: Montserrat-Bold;
  src: url("fonts/Montserrat-Bold.ttf");
  font-style: bold;
}
@font-face{
  font-family: Montserrat-Semibold;
  src: url("fonts/Montserrat-SemiBold.ttf");
  font-style: bold;
}
@font-face{
  font-family: Montserrat-Thin;
  src: url("fonts/Montserrat-Thin.ttf");
  font-style: thin;
}

body{
  font-family: Montserrat;
  background: url("../img/fondo_app.jpg");
  background-size: cover;
}
strong {
    font-weight: 100;
    font-family: Montserrat-Bold;
}
*{
  box-sizing: border-box;
  outline: none;
}
a{
  text-decoration: none;
}
.motivo{
  display: none
}
.boton{
  text-align: center;
  padding: 10px 20px;
}
.boton img{
  max-width: 100%;
  width: 400px;
}
.boton_mini{
  float: left;
  text-align: center;
  width: 33.333%;
  padding: 10px;
}
.boton_mini img{
  max-width: 100%;
  height: auto;
}
.reiniciar{
  border-radius: 30px;
  background: white;
  letter-spacing: 0;
  border: 2px solid #9B9B9B;
  font-size: 18px;
  padding: 5px 20px 5px 10px;
  display: block;
  margin: auto;
  margin-top: 10px;
  font-family: Montserrat;
  width: fit-content;
  color: #272727;
}
.reiniciar>*{
  display: inline-flex;
  vertical-align: middle;
}
.reiniciar>img{
  height: 30px;  
}
.red-text{
  color: #FF4D4D !important;
}
.preloader{
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  height: 100vh;
  width: 100vw;
  z-index: 300;
  display: flex;
}
.preloader div{
  margin: auto;
  width: 150px;
  text-align: center
}
.preloader img, .preloader span{
  width: 100%;
}
iframe{
  max-width: 100%;
  display: block;
}