* {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: medium;
  font-weight: 500;
}

@font-face {
  font-family: "IBM Plex Sans", sans-serif;
  src: url("../font/IBMPlexSansCondensed-Medium.ttf");
}

.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; 
  }
} */
