/* FOOTER FIJO */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  font-size: 0.9rem;
  opacity: 0.9;
  z-index: 3000; /* siempre encima de las secciones */
}
