/*
Theme Name:  WpFácil
Theme URI:   http://autopacks.webempresa.eu/wp_wpfacil
Version:     1.0
Description: El tema hijo de Divi por si tienes que personalizar algo.
Author:      webempresa
Author URI:  https://webempresa.com
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

#menuFijo {
  background-color: transparent;
  transition: background-color 0.5s ease;
}
.menu-color-fijo-scroll {
	background-color: rgba(0,0,0,0.9)!important;
  transition: background-color 1s ease;
}