.show_menu {
	/*background-color: #3A3839;
	position:fixed; */
	width: 100%;
	background-color: #fff;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.logo-menu{ 
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
	margin-bottom: 20px;
	margin-left: -42px;
	margin-top: -18px;
	max-width: 312px;
}
.mostrar .logo-menu{
	margin: 0;
	max-width: 85%;
}  
.navbar-nav > li > a { 
  color: #25355a;
	padding: 7px 28px;
	margin-right: 15px;
	border-radius: 30px;
  border: 1px solid #25355a;
	transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
  background-color: transparent;
	-moz-transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}
.navbar-nav > li > a:hover{ 
  color: #fff;
  border-color: #31499A;
  background-color: #31499A;
}
.navbar-nav > li > a:hover .glyphicon{
	color:#fff ;
}
.navbar-default {
	padding: 6px 0px 0px 0px;
	font-weight: bold;
	border-radius:0;
	font-size: 15px;
}
.mostrar .navbar-default {
  border-top:none;
  border-bottom:none;
}
.topo{
	font-family: century gothic, sans-serif;
	color:#fff;
	position: fixed;
	margin-top:-20px;
	height:55px;
	z-index:200;
	width:100%;
	text-align:right;
}
l	padding-top:15px;
.alinhar-direito{
	text-align:left;
} 

@media (max-width: 1200px) {
	.mostrar .navbar-nav > li > a {	margin-top: 6px;}
	.logo-menu{ margin-top: 10px; max-width: 250px; margin-bottom: 14px; margin-left:0px;
	}
}

@media (max-width: 991px) {
		
	.navbar-nav > li > a {  
		border-radius: 0px;
		border: none;
	} 
	.logo-menu{ 
	    margin-bottom: 11px;
    max-height: 110px;
    margin-top: 7px;
	}
	.mostrar .logo-menu{
		/*width: 54%;*/
	}
	.mostrar .navbar-nav > li > a {
    /*padding: 0;*/
    margin-top: 5px;
    margin-bottom: 0;
    color: #333;
	}
	.navbar-collapse{
		border-top: 1px solid rgb(204, 204, 204);
	} 
	.mostrar .navbar-collapse{
		margin-top: 7px;
	} 
}
@media (max-width: 767px) {	 
	/*.logo-menu{ margin-bottom: 3px; max-height: 55px;} */
}