/* Fondo del menú móvil lateral */
@media (max-width: 768px) {
  #mobile-menu {
    background-color: #C09A4B !important; /* cambia aquí el color */
  }
}