* {
  font-family: "Roboto Mono", monospace;
  font-size: 12pt;
    font-weight: 700;
    line-height: 1.5;
    background-color: transparent;
}

@page {
  size: auto;
}

@media print {
  body {
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: 700;
    line-height: 1.5;
    background-color: transparent;
    margin: 0;
  }
  body {
      font-family: "Roboto Mono", monospace;
      /* font-optical-sizing: auto; */
      font-size: 12pt;
      font-weight: 700;
      font-style: normal;
      line-height: 1.5;
      background-color: transparent;
      margin: 0;
  }
}

.login-page,
register-page {
  background: linear-gradient(rgb(255, 255, 255), rgb(155, 159, 154));
}

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

.aviso-cuidado {
  display: none;
}
.texto-productos {
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: #fff;
}

@media screen and (max-width: 320px) {
  .menu-productos {
    display: none;
  }
  .aviso-cuidado {
    display: block;
  }
}

/* @media screen and (min-width: 375px) and (max-width: 425px) {
  .menu-productos{
    display: grid;
    grid-template-columns: repeat(1,minmax(1fr,auto));
    grid-auto-rows: 220px;
    gap: 35px; 
  }
  .aviso-cuidado {
    display: none;
  }
  .texto-productos {
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #FFFFFF;
  }
} 

@media screen and (min-width: 576px) and (min-width: 768px){
  .menu-productos{
    display: grid;
    grid-template-columns: repeat(2,minmax(110px,auto));
    grid-auto-rows: 220px;
    gap: 20px; 
  }
  .aviso-cuidado {
    display: none;
  }
  .texto-productos {
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #FFFFFF;
  }
}  */

@media screen and (min-width: 375px) and (min-width: 1950px) {
  /* .menu-productos{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-auto-rows: auto; 
  } */
  .aviso-cuidado {
    display: none;
  }
  .texto-productos {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #ffffff;
  }
}

/* @media screen and (min-width: 1400px) and (min-width: 1950px)  {
  .menu-productos {
    display: none;
  }
  .aviso-cuidado {
    display: block;
  }
} */

.itemfinal {
  background-color: #6c757d;
}
/*
@media screen and (max-width: 575px) {
  .menu-productos{
    display: grid;
    grid-template-columns: repeat(2,minmax(120px,auto));
    grid-auto-rows: 120px;
    gap: 15px; 
  }
} */

/* MODAL QR */
.interior {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  &:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  & > div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: white;
  }
  header {
    font-weight: bold;
  }
  h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  &:hover {
    color: black;
  }
}

/* Demo Styles */

.modal-window {
  & > div {
    border-radius: 1rem;
  }
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}

.logo {
  max-width: 150px;
  display: block;
}

small {
  color: lightgray;
}

.posprinter {
  font-family: "Courier New", Courier, monospace;
  font-size: smaller;
}
