.opacidade {
	opacity:1 !important;
}
.show_menu {
	font-size:18px;
	width:100%;
	position: fixed; 
	/*top: -65px; */
	z-index: 100; 
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;
	display:inline-table;
	background-color:#194719;
	color: #fff;
}

.show_menu a{
	color: #fff;
}

.show_menu.mostrar {
	top: 0; 
	position: fixed;
	height:40px !important;
	-webkit-box-shadow: 0px 0px 36px 1px rgba(85,85,85,1);
	-moz-box-shadow: 0px 0px 36px 1px rgba(85,85,85,1);
	box-shadow: 0px 0px 36px 1px rgba(85,85,85,1);
	background-color:#f9f9f9 !important;
}

.show_menu.mostrar .navbar-nav > li > a	{
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;
}

.show_menu.mostrar .navbar-nav > li > a:hover, a:active, a:focus 	{
	color: #fff !important;	
}

.show_menu.mostrar .navbar {
	min-height:40px !important;	
}
