.mg-accordion, .mg-accordion ul{
	list-style-type: none;
}
.mg-accordion .submenu{
	/* display: none; */
}
.my-menu, .mg-flat{
	/* width: 300px; */
	padding-top: 10px;
	margin-right: 10px;
}
.justify-items-evenly{
	justify-content: space-evenly;
}
.mg-flat li.dropdown{
	/* margin-left: -40px; */
	background: #7abc3f;
	color: #fff;
}
.mg-flat .submenu li{
	/* margin-left: -20px; */
	background: #fff;
}
.mg-flat span.toggler{
	float: right;
}
.mg-flat a{
	text-decoration: none;
	display: block;
	/* color: #fff; */
}
.mg-flat li.dropdown a{
	/* padding: 10px 5px; */
	border: 1px solid #e5e5e5;
	/* background: #fff; */
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	/* height: 37px; */
	padding: 9px;
}
.fundo {background-color: #cecece;padding: 14px;border-radius: 8px;}
a.openItem{
	background: #7abc40 !important;
	color: #fff;
}
.openItem span{
	transform: rotate(180deg);
	color: #fff;
}
.toggler{
	transition: all 1s;
}


.dropdown a { color:#fff}
.submenu li a {color: #525252;}