/* @media print {
  @page {
    size: auto;
  }
} */

.user-panel {
  height: 3rem;
}

.centro-texto {
  text-align: center;
}

.azul {
  color: blue;
  text-emphasis-color: blue;
}

.errorindice {
  background-color: red;
}

.texto-may {
  text-transform: uppercase;
}

.texto-grande-negro {
  font-size: 70px;
  font-weight: bold;
}

.texto-mediano-negro {
  font-size: 50px;
  font-weight: bold;
}

.texto-chico-negro {
  font-size: 30px;
  font-weight: bold;
}

.sin-formato {
  font-family: Arial;
  padding: 0;
  margin: 0;
}

.contenedor-etiqueta {
  max-width: 1200px;
  margin: 0 auto;
}

.contenedor-etiqueta h1 {
  line-height: 0;
}

.etiqueta h1 {
  line-height: 1;
}

h1 .pie-etiqueta {
  line-height: 0;
}

.negrita {
  font-weight: bold;
}

.media-etiqueta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
}

.division {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 0;
}

.empresa h1 {
  line-height: 0;
  padding: 0;
  margin: 0;
}

.pie-etiqueta {
  line-height: 0;
  padding: 0;
  margin-top: -25px;
}

.login-page,
register-page {
  background: linear-gradient(rgb(255, 255, 255), rgb(64, 137, 84));
}

.login-page #fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/inventario.jpg);
  background-size: cover;
  overflow: hidden;
  z-index: -1;
  opacity: 0.3;
}

.backwhite {
  background: white;
}

.menu-productos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(94px, 1fr));
  grid-auto-rows: 94px;
  gap: 9px;
}

/* @media (max-with: 320px) {
  .menu-productos {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    grid-auto-rows: 150px;
    gap: 21px;
  }
}


@media (min-width: 425px) {
  .menu-productos {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    grid-auto-rows: 140px;
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .menu-productos {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    grid-auto-rows: 140px;
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .menu-productos {
    display: grid;
    grid-template-columns: repeat(3, 150px);
    grid-auto-rows: 140px;
    gap: 20px;
  }
}

@media (min-width: 1440px) {
  .menu-productos {
    display: grid;
    grid-template-columns: repeat(5, 150px);
    grid-auto-rows: 140px;
    gap: 20px;
  }
}

@media (min-width: 2560px) {
  .menu-productos {
    display: grid;
    grid-template-columns: repeat(7, 190px);
    grid-auto-rows: 180px;
    gap: 20px;
  }
} */

.boton-categoria>button {
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #FFC107;
  height: 100%;
}

/* .boton-productos {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9ecef;
}

.boton-familia {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00ffff;
} */

.botonvolver>button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0000;
  height: 100%;
  width:110px;
}

.texto-productos {
  font-size: 0.6rem;
  text-wrap:balance;
  font-weight: bold;
}

.texto-precio {
  text-align: center;
  text-wrap:wrap;
  font-weight: bold;
  font-size: 1rem;
  background-color: #ffae00;
}

.itemfinal {
  background-color: #ffff;
  border: 1px solid;
  border-color: #000000;
  height: 100%;
}

/* .bgnomas {
  background: #1cffa8;
  color: white;
}

.bgcambio {
  background: #ff24ed;
  color: white;
} */

table.dataTable tbody th,
table.dataTable tbody td {
  white-space: nowrap;
}

hr.dotedline {
  background-color: #fff;
  border-top: 2px dashed #000000;
}

.separador {
  border-bottom: 1px solid #000000;
}