<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);


#contencao_menu_mobile { z-index:1000; position: relative; float:left;  width:98%; height:44px; margin-left:1%; background: #fff; display:block;}
.menu-fixo  { position:fixed !important; top: 0; z-index: 99; }

#container {
	margin: 0 auto;
	width:100%;
	position:absolute;
	
}

.menu {overflow-y: scroll;
   overflow-x: hidden;
   height:290px;
   float:left;
   width:90%;
   background: #009fe3;	}

.toggle,
[id^=drop] {
	display: none;
}

/* COR DO FUNDO DO MENU */
nav { 
	margin:0;
	padding: 0;
	position:absolute;
	background: #009fe3;
	font-family: 'Raleway Medium';
	color: #555;
	border-top: solid 1px #e9edef;
	border-bottom: solid 2px #e9edef;
}

nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul {
	float:left;
	padding:0;
	margin:0;
	list-style: none;
	position: absolute;
	}

nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background: #009fe3;
	border-top:1px solid #0395d3;
	font-family: "Raleway Medium";
	
	}

nav a {
	display:block;
	padding:12px 20px;	
	color: #fff;
	font-size:13px;
	font-family: "Raleway Medium";
	text-decoration:none;
}


nav ul li ul li:hover {
	background-color: #1c88de;
	color: #fff;
	
}

nav a:hover { 
	background-color: #1c88de;
	color: #fff;
}

nav ul ul {
	display: none;
	position: absolute; 
	top: 55px; 
}
	
nav ul li:hover &gt; ul {
	display:inherit;
}
	
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

nav ul ul ul li {
	position: relative;
	top:-54px;
	left:170px; 
}

.toggle_menu {
		display:none;
		
	}

.teste {float:left; width:100%; }
	

.icone_menu {font-size:16px; display:block; color:#fff; float:left; margin-right:7px; padding-top: 2px;}

/* Media Queries
--------------------------------------------- */

@media all and (max-width :1199px) {

	

	nav {
		margin: 0;
		width:75%;
		float:left;
		position:absolute; 
	}

	.toggle + a,
	.menu {
		display: none;
	}

	
	.toggle {
		display: block;
		background-color: #0094d4;
		padding:17px 20px;	
		color:#fff;
		font-size:13px;
		text-decoration:none;
		border:none;
		font-weight:bold;
		font-family: 'Raleway SemiBold';
	}
	
	.toggle_menu {
		display: block;
		background: #009fe3;
		padding:14px 20px;	
		color: #fff;
		width:60%;
		font-size:13px;
		text-decoration:none;
		border:none;
	}
	
	
	.toggle:hover {
		background-color: #1c88de;
		color: #fff;
	}
	
	[id^=drop]:checked + ul {
		display:block;
	}

	
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #1c88de;
		color: #fff;
	}
	
 
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#666;
		font-size:13px; 
		background-color: #e1e5ea;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color:#038cc7; 
		color: #fff;
	}

	
	nav ul ul {
		float: none;
		position:static;
		color: #fff;
		background-color:#64b2dc;
	}
		
	

	nav ul ul li:hover &gt; ul,
	nav ul li:hover &gt; ul {
		display: none;
	}
		
	
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		

	}
	
	body *::-webkit-scrollbar-thumb {
		background: #a6b1ba !important;
	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}
	
	body *::-webkit-scrollbar-thumb {
		background: #a6b1ba !important;
	}

}</pre></body></html>