.wrap{
}
.nav{
	overflow:hidden;
}
.nav ul{
}
.nav li{
	display: inline-block;
}
.nav a{
	text-decoration: none;
	color:#fff;
	font-family:gt, Verdana, Geneva, sans-serif;
	font-size:14px;
	/*text-transform:uppercase;*/
	/*border-top:solid 4px #e19930;*/
	/*padding-top:23px;*/
	margin-left: 30px;
	color:#0f75bc;
}
a:hover{
}
.nav-toggle{
	display: none;
}  
.listaNav{
	margin-top:55px;
}
/*https://symbl.cc/pt/collections/arrow-symbols/*/
.temsub:hover .subnav{
	display:block;
}
.subnav{
	position:absolute;
	height:auto;
	display:none;
}
.subnav>li{
	float:left;
	width:100%;
	height:24px;
	overflow:auto;
	text-align:left;
}
.subnav>li a{
	font-family:gt, Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-left: 10px;
	color:#0f75bc;
	
}

/*Media Queries*/
@media only screen and (max-width:1100px) {
	.nav{
		position: absolute;
		left:0px;
		margin-top:-8px;
		z-index: 400;	 
	}	
	.subnav{
		position:relative;
		display:block;
		float:left;
		width:100%;
		height:auto;
		overflow:auto;
		text-align:center;
	}
		.subnav li{
			line-height:normal;
			text-align:center;
		}
		.subnav>li{
			text-align:center;
		}
	.wrap{
		width: 100%;
	}
	.nav.nav-aberta{
		position: absolute;
		top:0px;
		height: 0px;
		width:100%;
	}
	.nav ul{
		margin: 0px;
		background-color:rgba(15,117,188,0.80);
		line-height:40px;
		padding-left:0px;
	}		
	.nav li {
		display: block;
		border-bottom:solid 1px #0f75bc;
	}
	.nav li a {
		border-top:none;
		color:#FFF;
		font-weight:bold;
	}
	.nav-toggle {
		display: block;
		position:absolute;
		top:8px;
		right:4px;
		z-index:9999999;
	}
}