/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 07 2026 | 15:44:19 */
header,
.site-header,
.wp-site-blocks > header {
  position: sticky !important;
  top: 0;
  z-index: 99999;
}
/* Barra superior: Envío a todo el país */
.top-bar,
.bosa-top-bar,
.announcement-bar {
  position: sticky !important;
  top: 0;
  z-index: 100000;
}

/* Header principal */
header,
.site-header,
.wp-site-blocks > header {
  position: sticky !important;
  top: 40px; /* espacio para la barra superior */
  z-index: 99999;
}
top: 40px;


