  footer {
    background-color: #111;
    color: #fff;
    padding: 40px 0;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  
  .footer-section {
    flex: 1;
    margin-right: 40px;
  }
  
  .footer-section h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .footer-section p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .footer-section ul {
    list-style-type: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin-bottom: 10px;
  }
  
  .footer-section ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  .copyright {
    background-color: #222;
    text-align: center;
    padding: 10px 0;
  }

  .regalo-link {
    color: #222; /* Color del texto */
    text-decoration: none; /* Quitar subrayado */
}

.regalo-link:hover {
    text-decoration: underline; /* Subrayar al pasar el mouse */
}
