body {
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  overscroll-behavior: contain;
  overflow-x: hidden;
  /* background-image: url(../img/fondo.jpg); */
}

header {
  width: 100%;
  height: 90px;
  background-color: #e6e6e6;
  padding: 0px;
  margin: 0px;
  background: rgb(33, 214, 133);
}

header h1 {
  color: #fff;
  font-family: "Bold";
  margin: 0px;
  padding: 20px 20px 10px 0px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

header img {
  font-family: "Light";
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  padding-right: 10px;
}

header h2 {
  color: #333;
  font-family: "Light";
  margin: 0px;
  font-size: 14px;
  display: block;
  padding-left: 40px;
  margin-top: -30px;
  text-align: center;
}

.ventas-header {
  width: 100%;
  height: 50px;
  background-color: #e6e6e6;
  padding: 0px;
  margin: 0px;
  background: rgb(33, 214, 133);
}

.ventas-header h1 {
  color: #fff;
  font-family: "Bold";
  margin: 0px;
  padding: 8px 10px 10px 0px;
  display: block;
  text-align: left;
  margin: 0 auto;
  font-size: 22px;
}

.ventas-header img {
  font-family: "Light";
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  padding-right: 10px;
  margin-left: 10px;
}

.ventas-header h2 {
  color: #333;
  font-family: "Light";
  margin: 0px;
  font-size: 12px;
  display: block;
  padding-left: 50px;
  margin-top: -20px;
  text-align: left;
}

.login {
  width: 400px;
  height: auto;
  min-height: 400px;
  border-radius: 5px;
  background-color: #e6e6e6;
  padding-bottom: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.inicio h1 {
  color: #777;
  font-family: "Bold";
  font-size: 27px;
  margin: 0px;
  padding: 20px;
  padding-bottom: 15px;
  text-align: center;
}

.contenido-input {
  margin: 0 auto;
  width: 90%;
  margin-left: calc(15% - 5px);
  border-radius: 5px;
  /* margin-top: 10px; */
}

.contenido-input input {
  margin: 0 auto;
  font-family: "Regular";
  color: #777;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  border: 0px;
  font-size: 22px;
  padding-left: 40px;
  margin-bottom: 5px;
  outline: none;
  width: calc(70%);
  border-radius: 5px;
  margin-bottom: 15px;
}

.contenido-input img {
  width: 30px;
  height: 30px;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.inicio input[type="submit"] {
  font-family: "Bold";
  color: #fff;
  display: block;
  width: 75%;
  height: 50px;
  border: 0px solid #ccc;
  font-size: 20px;
  border-radius: 5px;
  background-color: #21d685;
  cursor: pointer;
  margin-top: 5px;
  margin-left: 13%;
  transition: 0.3s;
}

.inicio input[type="submit"]:hover {
  transition: 0.3s;
  background-color: #cdcdcd;
  outline: none;
}

.inicio {
  display: block;
}

.registro {
  display: none;
}

.registro h1 {
  color: #777;
  font-family: "Bold";
  margin: 0px;
  padding: 20px;
  padding-bottom: 15px;
  text-align: center;
}

.volver {
  font-family: "Bold";
  color: #777;
  display: block;
  width: 70%;
  height: 28px;
  border: 2px solid #777;
  font-size: 16px;
  border-radius: 20px;
  /* background-color:#8dcff4; */
  cursor: pointer;
  margin-top: 15px;
  margin-left: 13%;
  transition: 0.3s;
  text-align: center;
  padding-top: 8px;
}

.volver:hover {
  transition: 0.3s;
  border: 2px solid #333;
  color: #333;
}

.boton-registro {
  font-family: "Bold";
  color: #777;
  display: block;
  width: 70%;
  height: 28px;
  border: 2px solid #777;
  font-size: 16px;
  border-radius: 20px;
  /* background-color:#8dcff4; */
  cursor: pointer;
  margin-top: 15px;
  margin-left: 13%;
  transition: 0.3s;
  text-align: center;
  padding-top: 8px;
}

.boton-registro:hover {
  transition: 0.3s;
  border: 2px solid #333;
  color: #333;
}

.registro input[type="submit"] {
  font-family: "Bold";
  color: #fff;
  display: block;
  width: 70%;
  height: 40px;
  border: 0px solid #ccc;
  font-size: 16px;
  border-radius: 20px;
  background-color: #8dcff4;
  cursor: pointer;
  margin-top: 5px;
  margin-left: 13%;
  transition: 0.3s;
}

.registro input[type="submit"]:hover {
  transition: 0.3s;
  background-color: #cdcdcd;
}

.centrado {
  margin: 0 auto;
  width: 200px;
}

.centrado h2 {
  color: #777;
  font-family: "Bold";
  font-size: 16px;
  text-align: center !important;
  padding-top: 3px;
  display: inline-block;
  vertical-align: middle;
}

.centrado img {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding-top: 0px;
}

.error {
  background: rgb(214, 33, 125);
  background: -moz-linear-gradient(
    90deg,
    rgba(214, 33, 125, 1) 0%,
    rgba(255, 28, 28, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(214, 33, 125, 1) 0%,
    rgba(255, 28, 28, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(214, 33, 125, 1) 0%,
    rgba(255, 28, 28, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6217d", endColorstr="#ff1c1c", GradientType=1);
}

.exito {
  background: rgb(37, 214, 33);
  background: -moz-linear-gradient(
    90deg,
    rgba(37, 214, 33, 1) 0%,
    rgba(26, 164, 63, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(37, 214, 33, 1) 0%,
    rgba(26, 164, 63, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(37, 214, 33, 1) 0%,
    rgba(26, 164, 63, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25d621", endColorstr="#1aa43f", GradientType=1);
}

.notificacion {
  display: none;
  margin: 10px auto;
  margin-top: 30px;
  width: 40%;
  height: auto;
  border-radius: 10px;
  padding: 5px 0px;
}

.notificacion h3 {
  text-align: center;
  font-size: 20px;
  font-family: "Regular";
  color: #fff;
}

.notificacion h3 img {
  font-family: "Light";
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding-top: 0px;
  padding-right: 10px;
}

#mostrar {
  background-image: url(../img/menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 20px;
}

.ventas {
  width: 95%;
  height: auto;
  min-height: 170px;
  border-radius: 5px;
  background-color: #e6e6e6;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  position: relative;
}

.ventas-centrar {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.contenido-input-ventas {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}

.contenido-input-ventas-grande {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}

.contenido-input-ventas input {
  margin: 0 auto;
  font-family: "Regular";
  color: #777;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border: 0px;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 5px;
  outline: none;
  width: 80%;
  border-radius: 5px;
  margin: 5px;
}

.contenido-input-ventas-grande input {
  margin: 0 auto;
  font-family: "Bold";
  color: #777;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  border: 0px;
  font-size: 23px;
  padding-left: 40px;
  margin-bottom: 5px;
  outline: none;
  width: 80%;
  border-radius: 5px;
  margin: 5px;
}

.contenido-input-ventas-grande img {
  width: 35px;
  height: 35px;
  margin: 10px;
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.contenido-input-ventas select {
  margin: 0 auto;
  font-family: "Bold";
  color: #777;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border: 0px;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 5px;
  outline: none;
  width: 80%;
  border-radius: 5px;
  margin: 5px;
}

.contenido-input-ventas select option {
  border-radius: 10px;
  color: #333;
}

.contenido-input-ventas img {
  width: 25px;
  height: 25px;
  margin: 7px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.boton-agregar {
  width: 40%;
  height: 55px;
  color: #fff;
  font-size: 30px;
  background-color: #21d685;
  position: absolute;
  right: 10px;
  top: 105px;
  border-radius: 5px;
}

.boton-agregar input {
  width: 100%;
  height: 55px;
  color: #fff;
  font-size: 25px;
  font-family: "Bold";
  background-color: #21d685;
  right: 10px;
  top: 105px;
  border-radius: 5px;
  border: 0px;
  transition: 0.3s;
}

.boton-agregar input:hover {
  transition: 0.3s;
  outline: none;
}

.boton-agregar input:active {
  transition: 0.3s;
  background-color: #777;
  outline: none;
}

.lista {
  width: 95%;
  height: 260px;
  min-height: 260px;
  max-height: 260px;
  border-radius: 5px;
  background-color: #79ffc3;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  overflow-x: scroll;
}

.no-venta {
  width: 80%;
  height: 200px;
  display: block;
  margin: 0 auto;
}

.no-venta img {
  width: 120px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.no-venta h3 {
  text-align: center;
  color: #777;
  font-size: 20px;
  font-family: "Bold";
}

.barra {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  border-top: 1px solid #eee;
}

.elemento {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  height: 47px;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 1%;
}

.elemento img {
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.elemento h3 {
  text-align: center;
  font-size: 11px;
  color: #777;
  font-family: "Bold";
  margin-top: 0px;
}

.listado-venta {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.listado-venta li {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background-color: #e6e6e6;
  text-decoration: none;
  text-align: left;
  display: block;
  margin: 0px;
  padding: 0px;
  box-shadow: inset 0 0 0 1px #21d685;
  position: relative;
}

.listado-venta li h3 {
  text-align: center;
  font-size: 20px;
  color: #777;
  font-family: "Bold";
  margin-top: 0px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

.borrar {
  width: 35px;
  height: 35px;
  background-color: #ec5656;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 5px;
  background-image: url(../img/borrar.png);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.borrar:active {
  transition: 0.3s;
  background-color: #777;
}

.editar {
  width: 50px;
  height: 50px;
  background-color: #646aea;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 60px;
  top: 5px;
  border-radius: 5px;
  background-image: url(../img/editar.png);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.editar:active {
  transition: 0.3s;
  background-color: #777;
}

.total {
  text-align: center;
  font-size: 25px;
  color: #777;
  font-family: "Bold";
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  padding-bottom: 8px;
  padding-right: 8px;
  width: auto;
  margin: 10px;
  background-color: #79ffc3;
  border-radius: 5px;
}

.total h3 {
  text-align: center;
  font-size: 20px;
  color: #777;
  font-family: "Regular";
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.atras {
  width: 50px;
  height: 35px;
  /* background-color: #646aea; */
  position: absolute;
  top: 7px;
  right: 10px;
  background-image: url("../img/atras.png");
  background-size: 70%;
  background-repeat: no-repeat;
}

.menu {
  width: 50px;
  height: 35px;
  /* background-color: #646aea; */
  position: absolute;
  top: 7px;
  right: 10px;
  background-image: url("../img/menu_dos.png");
  background-size: 70%;
  background-repeat: no-repeat;
}

.contenido-menu {
  width: 360px;
  height: 700px;
  background-color: rgb(33, 214, 133);
  /* background-image: url(../img/fondo-menu.png); */
  position: absolute;
  top: 0px;
  z-index: 999;
  right: -360px;
}

#cerrar-menu {
  width: 25px;
  height: 25px;
  background-image: url(../img/cerrar.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 30px;
}

#imprimir:active {
  transition: 0.3s;
  background-color: #ccc;
  outline: none;
}

#limpiar:active {
  transition: 0.3s;
  background-color: #ccc;
  outline: none;
}

#actualizar:active {
  transition: 0.3s;
  background-color: #ccc;
  outline: none;
}

#linea {
  margin: 0 auto;
  display: block;
  width: 350px;
  height: 1px;
  background-color: #333;
  margin-top: 10px;
}

.notifi {
  display: block;
  position: fixed;
  width: 250px;
  height: 50px;
  border-radius: 5px;
  background-color: #ccc;
  left: calc(50% - 125px);
  bottom: 73px;
  text-align: center;
  font-family: "Regular";
  padding-top: 30px;
  color: #fff;
  font-weight: bolder;
  z-index: 999;
}

.notifi img{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-top: -15px;
}

#imprimiendo {
  background-color: #1cb872;
  display: none;
}

#procesando {
  background-color: #18925b;
  display: none;
}


#error {
  background-color: #ec5656;
  display: none;
}

.botones-menu {
  width: 90%;
  height: 60px;
  background-color: #1ec279;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

a {
  color: #333;
  text-decoration: none;
}

.botones-menu h3 {
  text-align: center;
  font-family: "Regular";
  display: block;
  padding: 15px;
  text-decoration: none;
}

.botones-menu h3 img {
  text-align: center;
  vertical-align: top;
  display: inline-flex;
  width: 25px;
  height: 25px;
  margin-top: -7px;
}

.boton-salir {
  background-color: #da778a;
  width: 90%;
  height: 60px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  border: 0px;
  font-family: "Regular";
  font-size: 20px;
  color: #fff;
}

#version {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Regular";
  font-size: 12px;
  color: #fff;
  padding: 10px;
  border-radius: 10px;

}

#version-dos {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Regular";
  font-size: 12px;
  color: #fff;
  padding: 10px;
  border-radius: 10px;

}

.reporte-ventas {
  width: 95%;
  height: 450px;
  border-radius: 5px;
  background-color: #79ffc3;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

#add {
  pointer-events: none;
  background-color: #999;
}

.limite-venta {
  width: 140px;
  height: 22px;
  background-color: #80f4c0;
  border-radius: 5px;
  position: absolute;
  top: 45px;
  right: 10px;
  font-family: "Regular";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
}

.limite-venta h4 {
  display: inline-block;
  vertical-align: baseline;
  margin-top: -30px;
}

.paga-venta {
  width: 50px;
  height: 22px;
  background-color: #0fba6e;
  border-radius: 5px;
  position: absolute;
  top: 75px;
  right: 10px;
  font-family: "Regular";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
}

.total-lineas {
  width: 50px;
  height: 22px;
  background-color: #0fba6e;
  border-radius: 5px;
  position: absolute;
  top: 75px;
  right: 70px;
  font-family: "Regular";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
}

.total-ventas {
  width: 96%;
  height: 430px;
  display: block;
  margin: 0 auto;
  background-color: #79ffc3;
  margin-top: 15px;
  border-radius: 5px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.boton {
  background-color: #79ffc3;
  width: 100px;
  height: 40px;
  color: #fff;
  font-size: 25px;
  border-radius: 5px;
  font-family: "Regular";
  color: #333;
}

.contenido-input-modulos {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 7px;
}

.contenido-input-modulos input {
  margin: 0 auto;
  font-family: "Bold";
  color: #777;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border: 0px;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 5px;
  outline: none;
  width: 50%;
  border-radius: 5px;
  margin: 5px;
}

.contenido-input-modulos img {
  width: 20px;
  height: 20px;
  margin: 10px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.contenido-input-modulos div {
  background-color: #79ffc3;
  width: 100px;
  height: 27px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  font-family: "Regular";
  color: #333;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  transition: 0.3s;
}

.contenido-input-modulos div:active {
  background-color: #777;
  color: #fff;
}
.titulo-caja {
  padding-top: 10px;
  padding-bottom: 10px;
}
.titulo-caja h2 {
  text-align: center;
  color: #333;
  display: inline;
  vertical-align: middle;
  font-family: "Regular";
  padding: 10px;
  font-size: 16px;
  margin-top: 10px;
}

.lista-numero {
  width: 98%;
  background-color: #e6e6e6;
  display: block;
  margin: 0 auto;
  margin-bottom: 2px;
  margin-top: 2px;
  border-radius: 3px;
}

.lista-numero h2 {
  width: auto;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Regular";
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  margin-bottom: 2px;
  padding-top: 7px;
  display: inline-block;
}

#numero-lista {
  width: 220px;
}

.agrandar select {
  width: 310px !important;
}

.ganador-lista {
  width: 98%;
  height: 130px;
  border-radius: 5px;
  background-color: #e6e6e6;
  margin: 0 auto;
  display: block;
  padding: 0px;
  margin-top: -10px;
}

.ganador-lista h3 {
  font-family: "Bold";
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
}

.ganador-lista h2 {
  font-family: "Regular";
  font-weight: lighter;
  font-size: 20px;
  padding: 10px;
  margin-top: -30px;
}

.sin-ganador {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  background-image: url(../img/ganador.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#no-ganador {
  font-family: "Regular";
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #333;
  width: 200px;
  margin: 0 auto;
  display: block;
}

.anular-venta {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  background-image: url(../img/eliminar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pagar {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  background-image: url(../img/pagar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.notificacion-modulos {
  display: block;
  margin: 10px auto;
  margin-top: 30px;
  width: 90%;
  height: auto;
  border-radius: 5px;
  padding: 5px 0px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Regular";
}

.notificacion-modulos img {
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.si {
  background-color: #32b379;
}

.no {
  background-color: #e86178;
}

.sin-ventas {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  background-image: url(../img/sin-ventas.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#pagar-numero {
  width: 100px;
  height: 35px;
  border-radius: 5px;
  background-color: #32b379;
  text-align: center;
  color: #fff;
  font-family: "Regular";
  padding-top: 10px;
  font-size: 20px;
  margin-left: 10px;
  margin-top: -10px;
  transition: 0.3s;
}

#pagar-numero:active {
  background-color: #777;
  transition: 0.3s;
}

#pagado {
  width: 100px;
  height: 35px;
  border-radius: 5px;
  background-color: #ec5656;
  text-align: center;
  color: #fff;
  font-family: "Regular";
  padding-top: 10px;
  font-size: 20px;
  margin-left: 10px;
  margin-top: -10px;
  transition: 0.3s;
}

.notificacion-estado {
  width: 250px;
  height: 70px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #80f4c0;
  position: absolute;
  z-index: 300;
}

.notificacion-estado {
  width: 250px;
  height: 90px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0fba6e;
  position: absolute;
  z-index: 300;
  margin-left: calc(  50% - 125px );
  margin-top: 80px;
  display: none;
}

.notificacion-estado h3 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Regular";
}

.notificacion-estado h3 img {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}


.general-ventas-sorteo{
  background-color:#0fba6e;
  width: 200px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  top:5px;
  right: 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "Regular";
  padding-top: 5px;
  /* font-weight: bold; */

}

/* ULTIMA */

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

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

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

@media only screen and (max-width: 720px) {
  .login {
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    height: auto;
    min-height: 400px;
    border-radius: 10px;
    background-color: #e6e6e6;
  }
  .notificacion {
    width: 90%;
  }
}
