


.ul_menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: 'montserratm';
	float:right;
}

.li_menu {
    float: left;
	margin-left:30px;	
}

.li_menu .li-list {
    display: inline-block;
	font-size:15px;
    color:#111;
    text-decoration: none;
	height:100px;
	padding-top:42px;
	padding-left:0px;
	padding-right:0px;
	line-height:1 !important;
	background:url(plano-menu.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:1px 4px;
	white-space: nowrap;
}





.li_menu .li-list i {
    padding-top: 0px;
	font-size:15px;
	color: #111;
}


.li_menu .li-list:hover, .dropdown:hover ~ .dropbtn {
	color: #111;
}


.dropbtn {
    display: inline-block;
    text-align: left;
    text-decoration: none;

}

.li_menu .li-list:hover, .dropdown:hover .dropbtn {
    display: inline-block;
    color:#111;
	background:url(plano-menu-ativo.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:100% 4px;
    text-decoration: none;
	width:100%;
	cursor:pointer !important;
}


.dropdown .dropdown-content {
    visibility: hidden;
  	opacity: 0;
  	transition: visibility 0.1s, opacity 0.1s linear;
    position: absolute;
    background: #fff; 
    z-index: 1;
	padding-left:0px !important;
	padding-right:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	font-size:17px;
	font-family:'montserratr';
}

.dropdown:hover .dropdown-content {
    visibility: visible;
  	opacity: 1;
	transition: visibility 0s, opacity 0.3s linear;
}




.dropdown-content .drop-list {
    display: block;
	padding:0px;
	padding-top:17px;
	padding-left:20px;
	padding-right:22px;
	border-bottom:dotted 1px #ccc;
	height:50px;
	line-height:1.0 !important;
	white-space:nowrap;
	-webkit-transition-duration:.30s;
	color:#111;
}


.dropdown-content .drop-list:hover {
	background:#009540;
	padding-left:25px;
	padding-right:17px;
	-webkit-transition-duration:.30s;
	color:#fff;
}
















.responsive-menu {
 margin-top:35px !important;
 font-family:'montserratl';
 position:absolute;
 right:0px;
 width: calc( 100% - 60px );
}
.responsive-menu .toggle-menu {
}
.responsive-menu .toggle-menu  i {
font-size: 30px;
float:right;
	margin-right:0px!important;
color: #111;
}
.menu_responsivo {
display: none;
position: absolute;
top: 60px;
right:0px;
width:300px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
z-index:9999;
}

.menu_link_simple {
font-family:'montserratr';
background-color: #009540;
color: #fff;
cursor: pointer;
padding: 15px;
width: 100%;
border: none;
text-align: left;
font-size: 16px;
transition: 0.4s;
line-height:1;
border-bottom:1px dashed rgba(255,255,255,1) !important;
}



.menu_link {
font-family:'montserratr';
background:url(down_menu.png);
background-position: center right;
background-repeat:no-repeat;
background-color: #009540;
color: #fff;
cursor: pointer;
padding: 15px;
width: 100%;
border: none;
text-align: left;
font-size: 16px;
transition: 0.4s;
line-height:1;
border-bottom:1px dashed rgba(255,255,255,1) !important;
}


.active_menu_link {
font-family:'montserratr';
background:url(down_menu_ative.png);
background-position: center right;
background-repeat:no-repeat;
background-color: #009540 !important;
color: #fff; 
cursor: pointer;
padding: 15px;
width: 100%;
border: none;
text-align: left;
font-size: 16px;
transition: 0.4s;
line-height:1;
border-bottom:1px dashed rgba(255,255,255,1) !important;
}


.menu_sub_link {
font-family:'montserratr';
display:none;
overflow: hidden;
padding:0px !important;
margin:0px !important;
background-color:#eee !important;
font-size:16px;
}
.menu_sub_link a {
display: block !important;
width:100% !important;
padding-top:13px;
padding-left:15px;
border-bottom: dashed 1px #999;
line-height:1;
height:40px;
}














.box_menu_painel { background:#111; margin-bottom: 70px; font-family:'montserratr'; font-size:15px; height:45px; position:absolute; top:70px; width:100% }

.menu_painel { background:#111; color:#fff; text-align:center; height:45px; padding-bottom:0px; padding-top:16px !important; border-right:1px rgba(255,255,255,0.30) solid;-webkit-transition-duration:.20s;}

.menu_painel i{color:#fff !important;}

.menu_painel:hover, .menu_painel_ativo:hover { background:#222; color:#fff;-webkit-transition-duration:.20s; }

.menu_painel_ativo { background:#222; color:#fff; text-align:center; padding-bottom:0px; padding-top:16px !important; height:45px; border-right:1px rgba(255,255,255,0.20) solid; -webkit-animation-duration:1s;  }

.menu_painel_ativo i { color:#fff !important;}

.primeiro_setor { border-left:1px rgba(255,255,255,0.20) solid; }




@media only screen and (max-width: 880px) {
.responsive-menu .toggle-menu  i {margin-right: 40px;}
}






@media only screen and (max-width: 991px) {
.responsive-menu { right:0px; }

}





@media only screen and (max-width: 768px) {
.box_menu_painel { height:50px !important; }
.responsive-menu { right:30px; }

.menu_responsivo {
  left:0px;
  right:auto;
  width: 100% !important;
}

}


@media only screen and (max-width: 550px) {

}


@media only screen and (max-width: 500px) {
}

@media only screen and (max-width: 420px) {
}



