/*
Theme Name: Spectra One (child)
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: spectra-one
Text Domain: spectra-one-child
Tags: 
*/

.sticky-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff; /* Fondo blanco para que no sea transparente */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra ligera */
}

