
.top{
    width: 100%;
    height: 90px;
}

.lista{
    width: 100%;
}
.lista select{
    width: 80%;
}
.lista option{
    
    padding: 5px;
}
.lista  input[type=submit]{
    background-color: #8E0A05;
    color: #fff;
    border: none;
    padding: 5px 15px;
}
.producto_mostrar{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    justify-content: space-evenly;
    
}
.producto_mostrar img{
    width: 10%;
    height: 10%;
    object-fit: cover;
}
.producto_mostrar h1{
    font-size: 25px;
    padding: 15px 15px;
}
.producto_mostrar input[type= number]{
    width: 80px;
}
.producto_mostrar  input[type=submit]{
    background-color: #8E0A05;
    color: #fff;
    border: none;
    padding: 5px 15px;
}
.gallery{
    width: 350px;
    height: 450px;
    float: left;
    gap: 15px;
    
    
}
.gallery:hover{
    opacity: 0.5;
}
.gallery img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.rojo{
    color:#f70f07;

}


.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centrar el contenido */
    margin-bottom: 135px; /* Espaciado inferior */
  }
  
  .gallery {
    text-align: center; /* Centra el texto en cada galería */
    margin: 10px; /* Espaciado entre cada elemento de la galería */
  }
  
  .gallery img {
    width: 350px; /* Ancho especificado */
    height: 450px; /* Altura especificada */
  }
  
  .desc {
    padding: 10px; /* Espaciado alrededor de la descripción */
    color: black; /* Texto negro por defecto */
  }
  
  .rojo {
    color: #8E0A05; /* Color rojo para el precio */
  }
  