/* === ESTILO PERSONALIZADO PIE DE PÁGINA INNOVARTEC === */

footer {
  background: linear-gradient(180deg, #030b1a 0%, #010812 100%) !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  text-align: center !important;
  padding: 60px 20px 20px !important;
  box-sizing: border-box !important;
}

/* Título */
footer h2 {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  letter-spacing: 1px !important;
  margin-bottom: 25px !important;
}

/* Descripción */
footer p {
  color: #c7c7c7 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

/* Enlaces generales */
footer a {
  color: #4ea8ff !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #76c3ff !important;
}

/* Íconos de redes */
footer img {
  filter: invert(1) brightness(1.5);
  width: 28px !important;

