/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 21 2025 | 16:54:55 */
/* ---------------------------------------
 * 		AJUSTES NO MENU DO SITE
 * ------------------------------------- */
#menu-item-243692 a,
.et-fixed-header #menu-item-243692 a {
	color: #FFF !important;
    background: #ed9402;
    border-radius: 0px;
    height: auto; 
}

#menu-item-243692 a { padding: 15px 5%; }
.et-fixed-header #menu-item-243692 a { padding: 12px 15px 0px 15px; }


#menu-item-243692 a:hover,
.et-fixed-header #menu-item-243692 a:hover {
	background: #ffaa02;
	opacity: 1 !important;
}

@media only screen and (min-width: 981px) {
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
		padding: 12px 0 0 0 !important;
	}
	
	#menu-item-243692 a,
	.et-fixed-header #menu-item-243692 a {
		height: 40px; 
	}
	
	#menu-item-243692 a { padding: 15px 15px 0px 15px; }
}

/* FIM AJUSTES MENU */
