@charset "UTF-8";
html, body {
  background-color: #e6e6e6;
  width: 100%;
  height: 100vh;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 22px;
}

#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
}

.login label {
  color: grey;
  font-size: 1.2rem;
}
.login input {
  width: 20%;
  border-radius: 0.7rem;
  border: 1px solid;
  border-color: #eeeded;
  outline: none;
}
.login input:focus {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.43);
}
.login a:hover {
  color: black;
}
.login button {
  width: 20%;
  height: 30px !important;
  border-radius: 0.7rem;
  border: none;
  background: grey;
  color: white;
  outline: none !important;
}
.login button:hover {
  background: green;
}
.login button:focus {
  background: #2da02d;
}

.content {
  transition: 1s;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
  background-color: white;
  border-style: groove;
  border-width: 2px;
  border-radius: 20px;
}

.titulos {
  color: cornflowerblue;
  margin-left: 0px;
}

.titulos2 {
  font-size: small;
  color: cornflowerblue;
  margin-left: 0px;
}

.letra {
  color: black;
  text-align: justify;
}

.letraLista {
  color: black;
  text-align: justify;
  font-size: small;
}

.resaltador {
  font-weight: bold;
}

.resaltador2 {
  font-size: large;
  font-weight: bold;
  margin-left: 800px;
  margin-top: 10px;
  text-align: left;
}

.resaltador3 {
  font-size: large;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 10px;
}

.publicidad {
  background-color: black;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  color: blanchedalmond;
  border-radius: 5px;
  height: 600px;
  width: auto;
}

.publicidadLetra {
  margin-left: 5px;
  margin-top: 15px;
  color: white;
}

.row {
  margin-top: 15px;
}

.tiendas {
  margin-top: 0px;
}

.Válida {
  color: #099110;
}

.contenedorFactura {
  border-radius: 0px 0px 20px 20px;
  background-color: white;
  border-style: groove;
  border-width: 1px;
  border-top: midnightblue 30px solid;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tituloHistorial {
  font-size: large;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 110px;
  text-align: left;
}

.letraTarjetas {
  font-size: smaller;
  color: black;
  text-align: justify;
}

.contenedor {
  border-radius: 0px 0px 20px 20px;
  background-color: white;
  border-style: groove;
  border-width: 1px;
  border-top: midnightblue 30px solid;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.fiscalTitulo {
  background-color: rgba(206, 191, 191, 0.438);
  margin-top: 0px;
  font-size: larger;
}

.perfil {
  background: #bac2c0;
  color: #495183;
  font-size: 30px;
  margin-left: 50px;
  padding: 5px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

.escondido input[type=radio] {
  position: absolute;
  left: -1000em;
}

.escondido input[type=radio]:checked + label {
  color: silver;
  outline: 2px solid #ffb342;
  padding: 5px;
}

.iconoPdf {
  background: white;
  color: red;
}

/*# sourceMappingURL=theme.css.map */
