/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 14:32:52 */
.header-principal {
  position: fixed; /* Fuerza al elemento a quedarse en la pantalla */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* Un número muy alto para estar por encima de todo */
}

/* IMPORTANTE: Como el header ahora "flota", el resto de la web se subirá. 
   Añade un margen al body para compensar la altura de tu menú (ejemplo: 80px) */
body {
  padding-top: 80px; 
}