*{
margin: 0;
padding: 0;
}

@media (min-width: 1501px) {
body {
  background: #eee8e8;
}

.wrapper {
width: 98%;
margin: 0 auto;
word-wrap: break-word;
}

h1 {
color: #000;
font-size: 30px;
text-align: center;
}

h2 {
color: #000;
font-size: 25px;
}

p {
color: #000;
font-size: 20px;
}

.admin {
  margin-left: 10px;
  color: #000;
  font-size: 15px;
}

.saludo {
  margin-right: auto;
  color: #000;
  margin: 15px;
  font-size: 20px;
}

.productos_on {
  color: #000;
  font-size: 20px;
}

.icono_subir img {
  width: 40px;
  margin: 15px;
  float: right;
  cursor:pointer;
}

.icono_centrado_on {
   text-align: center;
   padding-top: 60px;
   padding: 173px;
}

.face_on img {
  width: 100px;
  margin: 40px;
}

.modal-content {
  background-color: #f0f0f0;
  padding: 20px;
  border: 3px solid #ffffff;
  width: 45%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  text-align: center;
}
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}

.cargar_archivo {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  background-color: #0000ff; 
  width: 140px; 
  height: 30px; 
  border-radius: 5px;  
  margin: 5px; 
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

.cargar_archivo input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

input[type=submit] {
  background-color: #0000ff; 
  width: 35px; 
  height: 30px; 
  border-radius: 5px;   
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

input[type=submit]:hover {
  background-color: red;  
}

input[type=text] {
  width: 43%; 
  height: 30px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
}

textarea {
  width: 93%; 
  height: 135px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
  resize: none;
}

.thumb_foto {
  width: 80%;
  border-radius: 10px;
}

.card {
        width: 100%;
        max-width: 325px;
        margin: 1em auto;
        padding: 0.6em;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        background: #e3eced;
        border-radius: 5px; 
        position: relative; 
    }

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
    }

 .card img {      
       width: 325px;
       height: 250px;
       object-fit: cover;
       border-radius: 5px; 
       overflow: hidden;
    }

.contenedor {
         margin: 1px 12px 12px;
           
        }
  
.cover {
    display: inline-block;	
}

.producto_descripcion {
  display: none;
}

.iconos-acciones {
  display: flex;
  gap: 83px; /* Espacio entre íconos */
  justify-content: flex-end; /* Alinea a la derecha si lo deseas */
  margin-top: 5px; /* Espacio respecto al contenido superior */
}

.actualizar img {
  max-width: 20px;
  max-height: 20px;
  cursor: pointer;
}

.alerta_productos {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  color: yellow;
  width: auto;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

.whatsapp img {
   position: fixed;
   bottom: 60px;
   right: 10px;
   width: 3%;
   z-index: 20;
}  
.whatsapp img:hover {
  width: 4%;
}

.cargando {
  padding-top: 65px;
  width: 90%;
  text-align: center;
  margin-bottom: 170px;
}

.cargando img {
  width: 12%;
}

footer {
      background: #333;
      color: #fff;
      text-align: center;
      padding: 15px;
      bottom: 0;
      height: 120px;
}

.oferta-icono {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px; /* Ajusta según el tamaño deseado */
    height: auto;
    z-index: 10;
}

.oferta-icono img {
    width: 100%;
    height: auto;
}

.overlay-agotado {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;

}

.overlay-agotado-cliente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;
}

#buscador-container { 
  margin-left: auto;
  width: 10%;
  padding: 5px;
}

#buscador-container input {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 80%;
}

.mensaje-no-encontrado {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 113px;
}

.mensaje-no-encontrado img {
  max-width: 150px;
  margin-bottom: 15px; 
}

.mensaje-no-encontrado p {
  font-size: 1.2em;
  color: #555;
}

.abrir_cerrar_tienda img {
  width: 40px;
  cursor:pointer; 
  margin: 15px;
  float: right;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181; 
  transition: 0.3s;
}

.on_poster {

}

.off_poster {
  display: none;
}
}


@media (min-width: 1281px) and (max-width: 1500px) {
body {
  background: #eee8e8;
}

.wrapper {
width: 98%;
margin: 0 auto;
word-wrap: break-word;
}

h1 {
color: #000;
font-size: 30px;
text-align: center;
}

h2 {
color: #000;
font-size: 25px;
}

p {
color: #000;
font-size: 20px;
}

.admin {
  margin-left: 10px;
  color: #000;
  font-size: 15px;
}

.saludo {
  margin-right: auto;
  color: #000;
  margin: 15px;
  font-size: 20px;
}

.productos_on {
  color: #000;
  font-size: 20px;
}

.icono_subir img {
  width: 40px;
  margin: 15px;
  float: right;
  cursor:pointer;
}

.icono_centrado_on {
   text-align: center;
   padding-top: 60px;
   padding: 173px;
}

.face_on img {
  width: 100px;
  margin: 40px;
}

.modal-content {
  background-color: #f0f0f0;
  padding: 20px;
  border: 3px solid #ffffff;
  width: 45%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  text-align: center;
}
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}

.cargar_archivo {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  background-color: #0000ff; 
  width: 140px; 
  height: 30px; 
  border-radius: 5px;  
  margin: 5px; 
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

.cargar_archivo input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

input[type=submit] {
  background-color: #0000ff; 
  width: 35px; 
  height: 30px; 
  border-radius: 5px;   
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

input[type=submit]:hover {
  background-color: red;  
}

input[type=text] {
  width: 43%; 
  height: 30px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
}

textarea {
  width: 93%; 
  height: 135px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
  resize: none;
}

.thumb_foto {
  width: 80%;
  border-radius: 10px;
}

.card {
        width: 100%;
        max-width: 385px;
        margin: 1em auto;
        padding: 0.6em;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        background: #e3eced;
        border-radius: 5px; 
        position: relative;
    }

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
    }

 .card img {      
       width: 385px;
       height: 250px;
       object-fit: cover;
       border-radius: 5px; 
       overflow: hidden;
    }

.contenedor {
            margin: 1px 12px 12px;
        }
  
.cover {
  display: inline-block; 	
}

.producto_descripcion {
  display: none;
}

.iconos-acciones {
  display: flex;
  gap: 102px; /* Espacio entre íconos */
  justify-content: flex-end; /* Alinea a la derecha si lo deseas */
  margin-top: 5px; /* Espacio respecto al contenido superior */
}

.actualizar img {
  max-width: 20px;
  max-height: 20px;
  cursor: pointer;
}

.alerta_productos {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  color: yellow;
  width: auto;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

.whatsapp img {
   position: fixed;
   bottom: 60px;
   right: 10px;
   width: 3%;
   z-index: 20;
}  
.whatsapp img:hover {
  width: 4%;
}

.cargando {
  padding-top: 65px;
  width: 90%;
  text-align: center;
  margin-bottom: 170px;
}

.cargando img {
  width: 12%;
}

footer {
      background: #333;
      color: #fff;
      text-align: center;
      padding: 15px;
      bottom: 0;
      height: 120px;
}

.oferta-icono {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px; /* Ajusta según el tamaño deseado */
    height: auto;
    z-index: 10;
}

.oferta-icono img {
    width: 100%;
    height: auto;
}

.overlay-agotado {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;

}

.overlay-agotado-cliente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;
}

#buscador-container { 
  margin-left: auto;
  width: 13%;
  padding: 5px;
}

#buscador-container input {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 80%;
}

.mensaje-no-encontrado {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 120px;
}

.mensaje-no-encontrado img {
  max-width: 150px;
  margin-bottom: 15px; 
}

.mensaje-no-encontrado p {
  font-size: 1.2em;
  color: #555;
}

.abrir_cerrar_tienda img {
  width: 40px;
  cursor:pointer; 
  margin: 15px;
  float: right;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181; 
  transition: 0.3s;
}
}


@media (min-width: 1025px) and (max-width: 1280px) {
body {
  background: #eee8e8;
}

.wrapper {
width: 98%;
margin: 0 auto;
word-wrap: break-word;
}

h1 {
color: #000;
font-size: 30px;
text-align: center;
}

h2 {
color: #000;
font-size: 25px;
}

p {
color: #000;
font-size: 19px;
}

.admin {
  margin-left: 10px;
  color: #000;
  font-size: 15px;
}

.saludo {
  margin-right: auto;
  color: #000;
  margin: 15px;
  font-size: 20px;
}

.productos_on {
  color: #000;
  font-size: 30px;
}

.icono_subir img {
  width: 40px;
  margin: 15px;
  float: right;
  cursor:pointer;
}

.icono_centrado_on {
   text-align: center;
   padding-top: 150px;
   margin: 0 auto;
   margin-bottom: 750px;
}

.face_on img {
  width: 100px;
  margin: 40px;
}

.modal-content {
  background-color: #f0f0f0;
  padding: 20px;
  border: 3px solid #ffffff;
  width: 70%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  text-align: center;
}
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}

.cargar_archivo {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  background-color: #0000ff; 
  width: 140px; 
  height: 30px; 
  border-radius: 5px;  
  margin: 5px; 
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

.cargar_archivo input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

input[type=submit] {
  background-color: #0000ff; 
  width: 35px; 
  height: 30px; 
  border-radius: 5px;   
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

input[type=submit]:hover {
  background-color: red;  
}

input[type=text] {
  width: 43%; 
  height: 30px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
}

textarea {
  width: 93%; 
  height: 135px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
  resize: none;
}

.thumb_foto {
  width: 80%;
  border-radius: 10px;
}

.card {
        width: 100%;
        max-width: 340px;
        margin: 1em auto;
        padding: 0.6em;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        background: #e3eced;
        border-radius: 5px; 
        position: relative;
    }

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6); 
    }

 .card img {      
       width: 340px;
       height: 240px;
       object-fit: cover;
       border-radius: 5px; 
       overflow: hidden;
    }

.contenedor {
            margin: 1px 12px 12px;
        }
  
.cover {
  display: inline-block; 	
}

.producto_descripcion {
  display: none;
}

.iconos-acciones {
  display: flex;
  gap: 87px; /* Espacio entre íconos */
  justify-content: flex-end; /* Alinea a la derecha si lo deseas */
  margin-top: 5px; /* Espacio respecto al contenido superior */
}

.actualizar img {
  max-width: 20px;
  max-height: 20px;
  cursor: pointer;
}

.alerta_productos {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  color: yellow;
  width: auto;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

.whatsapp img {
   position: fixed;
   bottom: 60px;
   right: 10px;
   width: 3%;
   z-index: 20;
}  
.whatsapp img:hover {
  width: 5%;
}

.cargando {
  padding-top: 160px;
  width: 100%;
  text-align: center;
  margin-bottom: 480px;
}

.cargando img {
  width: 15%;
}

footer {
      background: #333;
      color: #fff;
      text-align: center;
      padding: 15px;
      bottom: 0;
      height: 80px;
}

.oferta-icono {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px; /* Ajusta según el tamaño deseado */
    height: auto;
    z-index: 10;
}

.oferta-icono img {
    width: 100%;
    height: auto;
}

.overlay-agotado {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;

}

.overlay-agotado-cliente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;
}

#buscador-container { 
  margin-left: auto;
  width: 17%;
  padding: 5px;
}

#buscador-container input {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 90%;
}

.mensaje-no-encontrado {
  padding-top: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80%;
  text-align: center;
  margin-bottom: 500px;
}

.mensaje-no-encontrado img {
  max-width: 180px;
  margin-bottom: 15px;
}

.mensaje-no-encontrado p {
  font-size: 1.2em;
  color: #555;
}

.abrir_cerrar_tienda img {
  width: 38px;
  cursor:pointer;
  margin: 15px;
  float: right;
  cursor:pointer; 
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181; 
  transition: 0.3s;
}
}


@media (min-width: 768px) and (max-width: 1024px) {
body {
  background: #eee8e8;
}

.wrapper {
width: 98%;
margin: 0 auto;
word-wrap: break-word;
}

h1 {
color: #000;
font-size: 30px;
text-align: center;
}

h2 {
color: #000;
font-size: 25px;
}

p {
color: #000;
font-size: 19px;
}

.admin {
  margin-left: 10px;
  color: #000;
  font-size: 15px;
}

.saludo {
  margin-right: auto;
  color: #000;
  margin: 15px;
  font-size: 20px;
}

.productos_on {
  color: #000;
  font-size: 30px;
}

.icono_subir img {
  width: 40px;
  margin: 15px;
  float: right;
  cursor:pointer;
}

.icono_centrado_on {
   text-align: center;
   padding-top: 150px;
   margin: 0 auto;
   margin-bottom: 750px;
}

.face_on img {
  width: 100px;
  margin: 40px;
}

.modal-content {
  background-color: #f0f0f0;
  padding: 20px;
  border: 3px solid #ffffff;
  width: 85%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  text-align: center;
}
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}

.cargar_archivo {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  background-color: #0000ff; 
  width: 140px; 
  height: 30px; 
  border-radius: 5px;  
  margin: 5px; 
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

.cargar_archivo input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

input[type=submit] {
  background-color: #0000ff; 
  width: 35px; 
  height: 30px; 
  border-radius: 5px;   
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

input[type=submit]:hover {
  background-color: red;  
}

input[type=text] {
  width: 43%; 
  height: 30px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
}

textarea {
  width: 93%; 
  height: 135px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
  resize: none;
}

.thumb_foto {
  width: 80%;
  border-radius: 10px;
}

.card {
        width: 100%;
        max-width: 333px;
        margin: 1em auto;
        padding: 0.6em;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        background: #e3eced;
        border-radius: 5px; 
        position: relative;
    }

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6); 
    }

 .card img {      
       width: 333px;
       height: 240px;
       object-fit: cover;
       border-radius: 5px; 
       overflow: hidden;
    }

.contenedor {
           margin: 1px 12px 12px;
        }
  
.cover {
  display: inline-block;	
}

.producto_descripcion {
  display: none;
}

.iconos-acciones {
  display: flex;
  gap: 80px; /* Espacio entre íconos */
  justify-content: flex-end; /* Alinea a la derecha si lo deseas */
  margin-top: 5px; /* Espacio respecto al contenido superior */
}

.actualizar img {
  max-width: 23px;
  max-height: 23px;
  cursor: pointer;
}

.alerta_productos {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  color: yellow;
  width: auto;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

.whatsapp img {
   position: fixed;
   bottom: 20px;
   right: 10px;
   width: 5%;
   z-index: 20;
}  
.whatsapp img:hover {
  width: 7%;
}

.cargando {
  padding-top: 160px;
  width: 100%;
  text-align: center;
  margin-bottom: 480px;
}

.cargando img {
  width: 15%;
}

footer {
      background: #333;
      color: #fff;
      text-align: center;
      padding: 15px;
      bottom: 0;
      height: 500px;
}

.oferta-icono {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px; /* Ajusta según el tamaño deseado */
    height: auto;
    z-index: 10;
}

.oferta-icono img {
    width: 100%;
    height: auto;
}

.overlay-agotado {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 87%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;

}

.overlay-agotado-cliente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;
}

#buscador-container { 
  margin-left: auto;
  width: 18%;
  padding: 5px;
}

#buscador-container input {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 90%;
}

.mensaje-no-encontrado {
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80%;
  text-align: center;
  margin-bottom: 500px;
}

.mensaje-no-encontrado img {
  max-width: 180px;
  margin-bottom: 15px;
}

.mensaje-no-encontrado p {
  font-size: 1.2em;
  color: #555;
}

.abrir_cerrar_tienda img {
  width: 38px;
  cursor:pointer;
  margin: 15px;
  float: right;
  cursor:pointer; 
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181; 
  transition: 0.3s;
}
}


@media (min-width: 481px) and (max-width: 767px) {
body {
  background: #eee8e8;
}

.wrapper {
width: 98%;
margin: 0 auto;
word-wrap: break-word;
}

h1 {
color: #000;
font-size: 30px;
text-align: center;
}

h2 {
color: #000;
font-size: 25px;
}

p {
color: #000;
font-size: 19px;
}

.admin {
  margin-left: 10px;
  color: #000;
  font-size: 15px;
}

.saludo {
  margin-right: auto;
  color: #000;
  margin: 15px;
  font-size: 20px;
}

.productos_on {
  color: #000;
  font-size: 30px;
}

.icono_subir img {
  width: 40px;
  margin: 15px;
  float: right;
  cursor:pointer;
}

.icono_centrado_on {
   text-align: center;
   padding-top: 150px;
   margin: 0 auto;
   margin-bottom: 750px;
}

.face_on img {
  width: 100px;
  margin: 40px;
}

.modal-content {
  background-color: #f0f0f0;
  padding: 20px;
  border: 3px solid #ffffff;
  width: 85%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  text-align: center;
}
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}

.cargar_archivo {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  background-color: #0000ff; 
  width: 140px; 
  height: 30px; 
  border-radius: 5px;  
  margin: 5px; 
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

.cargar_archivo input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

input[type=submit] {
  background-color: #0000ff; 
  width: 35px; 
  height: 30px; 
  border-radius: 5px;   
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

input[type=submit]:hover {
  background-color: red;  
}

input[type=text] {
  width: 43%; 
  height: 30px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
}

textarea {
  width: 93%; 
  height: 135px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
  resize: none;
}

.thumb_foto {
  width: 80%;
  border-radius: 10px;
}

.card {
        width: 100%;
        max-width: 580px;
        margin: 1em auto;
        padding: 0.6em;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        background: #e3eced;
        border-radius: 5px; 
        position: relative;
    }

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); 
    }

 .card img {      
       width: 580px;
       height: 350px;
       object-fit: cover;
       border-radius: 5px; 
       overflow: hidden;
    }

.contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
  
.producto_descripcion {
  display: none;
}

.iconos-acciones {
  display: flex;
  gap: 160px; /* Espacio entre íconos */
  justify-content: flex-end; /* Alinea a la derecha si lo deseas */
  margin-top: 5px; /* Espacio respecto al contenido superior */
}

.actualizar img {
  max-width: 25px;
  max-height: 25px;
  cursor: pointer;
}

.alerta_productos {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  color: yellow;
  width: auto;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

.whatsapp img {
   position: fixed;
   bottom: 60px;
   right: 10px;
   width: 8%;
   z-index: 20;
}  
.whatsapp img:hover {
  width: 10%;
}

.cargando {
  padding-top: 160px;
  width: 100%;
  text-align: center;
  margin-bottom: 480px;
}

.cargando img {
  width: 25%;
}

footer {
      background: #333;
      color: #fff;
      text-align: center;
      padding: 15px;
      bottom: 0;
      height: 100px;
}

.oferta-icono {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px; /* Ajusta según el tamaño deseado */
    height: auto;
    z-index: 10;
}

.oferta-icono img {
    width: 100%;
    height: auto;
}

.overlay-agotado {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;

}

.overlay-agotado-cliente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;
}

#buscador-container { 
  margin-left: auto;
  width: 22%;
  padding: 5px;
}

#buscador-container input {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 90%;
}

.mensaje-no-encontrado {
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80%;
  text-align: center;
  margin-bottom: 500px;
}

.mensaje-no-encontrado img {
  max-width: 170px;
  margin-bottom: 15px;
}

.mensaje-no-encontrado p {
  font-size: 1.2em;
  color: #555;
}

.abrir_cerrar_tienda img {
  width: 38px;
  cursor:pointer;
  margin: 15px;
  float: right;
  cursor:pointer; 
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181; 
  transition: 0.3s;
}
}

@media (max-width: 480px) {
body {
  background: #eee8e8;
}

.wrapper {
width: 100%;
word-wrap: break-word;

}

h1 {
margin-top: 0px;
color: #000;
font-size: 18px;
text-align: center;
}

h2 {
color: #000;
font-size: 20px;
}

p {
color: #000;
font-size: 15px;
}

.admin {
  margin-left: 10px;
  color: #000;
  font-size: 15px;
}

.saludo {
  float: left;
  color: #000;
  margin: 15px;
  font-size: 15px;
}

.productos_on {
  color: #000;
  font-size: 20px;
  text-align: center;
}

.icono_subir img {
  width: 35px;
  margin: 16px;
  float: right;
  cursor:pointer;
}

.icono_centrado_on {
   text-align: center;
   padding-top: 150px;
   margin: 0 auto;
   margin-bottom: 185px;
}

.face_on img {
  width: 100px;
  margin: 40px;
}

.modal-content {
  background-color: #f0f0f0;
  padding: 20px;
  border: 3px solid #ffffff;
  width: 85%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  text-align: center;
}

.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}

.cargar_archivo {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  background-color: #0000ff; 
  width: 140px; 
  height: 30px; 
  border-radius: 5px;  
  margin: 5px; 
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

.cargar_archivo input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

input[type=submit] {
  background-color: #0000ff; 
  width: 45px; 
  height: 30px; 
  border-radius: 5px;   
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
}

input[type=submit]:hover {
  background-color: red;  
}

input[type=text] {
  width: 90%; 
  height: 30px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
}

textarea {
  width: 90%; 
  height: 140px; 
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
  resize: none;
}

.thumb_foto {
  width: 80%;
  border-radius: 5px;
}

.card {
        width: 100%;
        max-width: 350px;
        margin: 1em auto;
        padding: 0.5em;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        background: #e3eced;
        border-radius: 5px;
        position: relative;
    }

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

  .card img {      
       width: 350px;
       height: 350px;
       object-fit: cover;
       border-radius: 5px;
       overflow: hidden;
    }

.contenedor {
           margin: 8px; 
    }

 .cover {
  display: inline-block;
}
    
.iconos-acciones {
  display: flex;
  gap: 90px; /* Espacio entre íconos */
  justify-content: flex-end; /* Alinea a la derecha si lo deseas */
  margin-top: 5px; /* Espacio respecto al contenido superior */
}

.actualizar img {
  max-width: 20px;
  max-height: 20px;
  float: right;
  cursor: pointer;

}

.alerta_productos {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: red;
  color: yellow;
  width: 80%;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

.whatsapp img {
   position: fixed;
   bottom: 40px;
   right: 10px;
   width: 10%;
   z-index: 20;
}

.whatsapp img:hover {
  width: 12%;
}

.cargando {
  padding-top: 120px;
  width: 100%;
  text-align: center;
  margin-bottom: 175px;
}

.cargando img {
  width: 40%;
}

footer {
      background: #333;
      color: #fff;
      text-align: center;
      padding: 15px;
      bottom: 0;
      height: 120px;
}

.oferta-icono {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px; /* Ajusta según el tamaño deseado */
    height: auto;
    z-index: 10;
}

.oferta-icono img {
    width: 100%;
    height: auto;
}

.overlay-agotado {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;

}

.overlay-agotado-cliente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semitransparente */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    border-radius: 5px;

}

#buscador-container { 
  margin-left: auto;
  width: 38%;
  padding: 1px;
}

#buscador-container input {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 80%;
}

.mensaje-no-encontrado {
  text-align: center;
   padding-top: 150px;
   margin: 0 auto;
}

.mensaje-no-encontrado img {
  max-width: 100px;
  margin-bottom: 15px;
}

.mensaje-no-encontrado p {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 240px;
}

.abrir_cerrar_tienda img {
  width: 35px;
  cursor:pointer; 
  margin: 15px; 
  float: right;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181; 
  transition: 0.3s;
}
}

.menu {
  font-size: 30px;
  cursor: pointer;
  color: #000;
  float: left;
  margin: 5px;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.overlay_alerta {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); /* Fondo opaco */
  z-index: 9998; /* Debajo de la alerta */
}   

