    .banner {
      background-color: #f8f9fa;
      padding: 3rem 1rem;
      text-align: center;
    }
.producto-img {
  height: 400px; /* Ajusta este valor según lo que necesites */
}

    .footer {
      background-color: #343a40;
      color: #ffffff;
      padding: 2rem 0;
      text-align: center;
    }
    .footer a {
      color: #ffc107;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }