/*
Theme Name: Divi-child
Theme URI: https://nsm-foodslog.com.ar/wp-content/themes/divi/
Version: 1.0
Description: Sitio Web de NSM Foods Logistics
Author: Contexto Digital                
Author URI: https://contextodigital.com.ar/ 
Template: Divi
Version: 1.0
*/
 
@import url("../Divi/style.css");

/*---- A partir de aquí añadimos las modificaciones que queremos hacer sobre el tema padre -----*/

/************************************************************************************************/
@media (max-width: 980px) {
  .et_header_style_left #logo {
    max-height: 100%;
  }
}

/* Color barra navegación principal Divi */
#main-header {
	background-color: rgba(255,255,255,0.95) !important;
}
 
/* Color de navegación fija Divi */
#main-header.et-fixed-header {
	background-color: rgba(255,255,255,0.80) !important;
}