    .banner {
      background-color: #f8f9fa;
      padding: 3rem 1rem;
      text-align: center;
    }
.producto-img {
  height: 300px; /* Ajusta este valor según lo que necesites */
}

.producto-grande-img {
  height: 400px; /* Ajusta este valor según lo que necesites */
}


.marketplaces {
      background-color: #f1f1f1;
      padding: 2rem 1rem;
      text-align: center;
    }
    .marketplaces img {
      max-height: 50px;
      margin: 0 15px;
      vertical-align: middle;
    }

 .footer {
      background-color: #212529;
      color: #ffffff;
      padding: 3rem 0;
      text-align: center;
    }
    .footer-logo {
      max-height: 80px;
      margin-bottom: 1rem;
    }
    .footer a {
      color: #ffc107;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .social-icons a {
      margin: 0 10px;
      color: #ffffff;
      font-size: 1.8rem;
    }
    .social-icons a:hover {
      color: #ffc107;
    }
    .contact-info {
      margin-top: 1rem;
      font-size: 0.95rem;
    }