@charset "windows-1252";
#MenuNav {
	z-index: 1000;
	display: table;
	float: left;
	position: relative;
	width: 100%;
	height:70px;
	margin: 0;
	/*table-layout:fixed;*/
}
#MenuNav > li {
	vertical-align: middle;
	text-align: center;
	display: inline-table; 
	margin: 0;
	/*float:left;*/
	width:2%;
	border-right: 0px solid #42a4ff;
	white-space: nowrap;
	min-width: 115px;
}
.icon-home{
	margin:0 !important;
	color:#ffffff;
}
#MenuNav li a {
	display:block;
	font-family: 'Poppins', sans-serif;
	font-size: 14pt;
	text-transform:none;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
	line-height:normal;
	padding: 20px;
	height: auto;
	letter-spacing:normal;
	border-bottom: #ffffff solid 0px;
	margin: 0;
	width:auto;
	text-align:center;
}
#MenuNav li a img {
	/*position: absolute;
	top: 50px;*/
	margin: 4px;
}
#MenuNav li:first-child img {
	margin:9px 0 0 0;
	}
#MenuNav > li > a:hover, #MenuNav > li:hover > a {
	color:#fff;
	background-color: #007ca5;
	border-radius: 0px;
	text-decoration:none;
	/*border-bottom: 1px solid #42a4ff;*/
	/*transition: all 0.5s ease-in-out;*/
}
#MenuNav > li > a {
	/*border-left:0px #e6a3bc solid;*/
	/*background:url('../imagens/webparts/menu/menu_separator.png') right top no-repeat;*/
}
#MenuNav > li > a:hover, .menulink_on {
	/*border:1px solid #fff !important;*/
	/*border-bottom: 1px solid #69b1e4;*/
	text-decoration: underline;
}
#MenuNav > li > a:hover #MenuNav > ul{
	position:relative !important;
}
#MenuNav > li:first-child a {
	/*max-width: 60%;*/
	min-width:25px;
	border-radius: 0px;
}
#MenuNav > li:last-child a {
	border-right: 0;
}
#MenuNav first-of-type a {
	border-top:0px solid #124284;
}
#MenuNav li ul {
	display: none ;
	position: absolute; 
	padding: 0px;
	margin: 0;
	z-index: 1
}
#MenuNav li ul li {
	display: table;
	margin: 0;
	position: relative;
	clear: both;
	width: 100%;
}
#MenuNav li ul li > a {
	margin:0;
	display: block;
	text-align: left;
	float: left;
	/*width: 100%;*/
	background-color:#058ab5;
	border-radius: 0px;
	height: auto;
	min-height:25px;
	line-height: 18px;
	min-width: 240px;
	max-width: 240px;
	color: #ffffff;
	border-bottom:1px solid #006586;
	padding:5px 0 0 30px;
	white-space:normal;
	font-weight: normal;
	text-indent:-15px;
	font-size: 14px;
}
#MenuNav li ul li > a:hover {
	background-color:#007ca5;
}
#MenuNav li ul li a:before {
    content: "• "; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #fff; /* Or a color you prefer */
    
	}
/*#MenuNav li ul:nth-first-of-type a {
	border-radius: 6px 6px 0 0;
}
#MenuNav li ul:nth-last-of-type a {
	border-radius: 0 0 6px 6px;
}
#MenuNav li ul li a:hover {
	background-color:#e6e6e6;
}*/
#MenuNav li ul li ul {
	position: absolute;
	left: 265px;
	margin: 0;
}
#MenuNav li ul li ul li {
	clear: both;
}

/*@media only screen and (min-width: 900px) {
	#MenuNav li:hover ul ul, #MenuNav li:hover ul ul ul, #MenuNav li:hover ul ul ul ul {
		display: none;
	}
	#MenuNav li:hover ul, #MenuNav li li:hover ul, #MenuNav li li li:hover ul, #MenuNav li li li li:hover ul {
		display: block;
		width:auto;
	}
}*/	
@media only screen and (max-width: 900px) {
	#MenuNav {
		width: 100%;
		margin: 0;
	}	
	#MenuNav > li {
		list-style: none;
		width: 100%;
		display: block;
		height:auto;
	}
	#MenuNav > li > ul {
		width: 100%;
		position:relative;
	}
	#MenuNav li ul li ul{
		position:relative;
		left:auto;
	}
	#MenuNav > li:first-child a {	
		max-width:100% !important;
	}
	#MenuNav > li a{
		border-bottom: 1px solid #3ea9cc ;
		max-width:100%;
		border-right:0;
		font-size:13px;
		font-weight: bold;
		background-color:#006b8e;
		height: 20px;
	}
	#MenuNav > li:first-of-type a{
		text-align: center;
	}	
	#MenuNav > li a{
		margin:0;
		padding:7px 0;
		text-align: center;
	}
	nav{
		display:table;
		text-align:center;
		width:100%;
	}
	#MenuNav li ul li > a{
		max-width:100%;
		float:none;
	}
	#MenuNav li ul li ul a {
	    background-color: #00a2d6;
	    padding-left: 50px;
	}	
}
@media only screen and (max-width: 1150px) {
	#MenuNav {
		width: 100%;
		margin: 0;
		/*table-layout: fixed;*/
		border-radius: 0;
	}
	#MenuNav a{
		border-radius:0;
	}
	#MenuNav > li:last-child a {
		/*border-right: 1px solid #fff;*/
	}
}

/**************** FONTES *****************/
.menulink_on{
	color:#c5c338;
	background-color:#058ab5;
	/*border-radius: 6px;*/
	/*opacity: 0.2;*/
	border-radius:0;
	/*border-bottom: 4px solid #fff !important;*/
}
#MenuNav li li  .menulink_on{
	color:#ffffff;
	background-color:#006586 !important;
}
.menunav_titulo {
	font: 24px/29px 'Squada\ One', cursive;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
	letter-spacing: -1px;
	/*text-transform:uppercase;*/
	/*vertical-align:top;*/
}
.menunav_subtitulo {
	font: 11px/24px Arial, sans-serif;
	color: #CCCCCC; /*text-transform:uppercase;*/;
	white-space: nowrap;
}