#header{
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-bottom: solid 1px #D9E7E8;
}

#header .navbar-brand{
	padding: 0 !important;
}

#header .site-logo{
	float: right;
	width: 96px;
	height: 96px;
}

#header .search-bar{
	height: 40px;
	margin-top: 28px;
}

#header .navbar{
	float: right;
	height: 40px;
	margin-top: 28px;
}

#header a{
	font-family: 'Roboto-Condensed' !important;
	font-weight: normal !important;
}

.menu-principal{
	border-top: 1px outset #E9ECEF;

}

.menu-principal .nav-link{
	color: #555;
	font-weight: bold;
}

.menu-principal .mobile-menu-icon{
	font-size: 22pt !important;
}

.menu-principal .mobile-menu-texto{
	height: 22pt !important;
	line-height: 22pt !important;
}

