/* Initial State: Set the default menu styles */ .menu-container { background-color: transparent; color: white; transition: background-color 0.3s, color 0.3s; }/* When scrolling to entidades section */ .entidades-active .menu-container { background-color: white; color: black; }