footer {
      width: 100%;
      background-color: #1A1A1A; /* Cambia el color aquí */
      color: #f0f0f0;
      padding: 40px 20px 20px;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
      
    }
    .footer-bottom {
      text-align: center;
      margin-top: 5px;
      font-size: 13px;
      color: #aaa;
    }

/* --- Footer --- */


.footer-links {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto 10px auto;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    color: #aaa;
}


