#lateral {
	padding:0 -50px 0 0;
	-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
				transition: all 0.5s ease;				 
	font-size:1.2em;
	background:rgb(44,62,80, 0.8);		
	/* background-image: -moz-linear-gradient(135deg, rgb(3,8,12), rgb(16,57,79));
     background-image: -webkit-linear-gradient(135deg, rgb(3,8,12), rgb(16,57,79));
      background-image: -o-linear-gradient(135deg, rgb(3,8,12), rgb(16,57,79) );
       background-image: -ms-linear-gradient(135deg, rgb(3,8,12), rgb(16,57,79));
        background-image: linear-gradient(135deg, rgb(3,8,12), rgb(16,57,79));        
         */
   background-image: -moz-linear-gradient(135deg, rgba(3,8,12,0.8), rgba(16,57,79,0.8));
     background-image: -webkit-linear-gradient(135deg, rgba(3,8,12,0.8), rgba(16,57,79,0.8));
      background-image: -o-linear-gradient(135deg, rgba(3,8,12,0.8), rgba(16,57,79,0.8) );
       background-image: -ms-linear-gradient(135deg, rgba(3,8,12,0.8), rgba(16,57,79,0.8));
        background-image: linear-gradient(135deg, rgba(3,8,12,0.8), rgba(16,57,79,0.8));
	height: 100%;	
	overflow: hidden;
	width:570px; 
	position: fixed;
	top:50px;
	left:-545px;
	z-index:900;
	float: left;
	color: white;		
	margin-bottom: 22px;
	/* opacity: 0.8 !important; */
}
#lateral:before {
	z-index:2000;
	content: fa fa-bars;
	font-size:4em;	
	color:white;
	position:fixed;
	left:4px;
	top:45px;	
}
#lateral:hover:before, #lateral:focus:before {
left:-700px;
}
#lateral:focus  {
	overflow-y: auto;
	-moz-transform: translate(545px, 0);
		-webkit-transform: translate(545px, 0);
			-o-transform: translate(545px, 0);
				transform: translate(545px, 0);
	padding-right:0;
}
#lateral:hover {
	cursor: pointer;	
}	
#lateral .box {
	list-style-type:none;
	margin-bottom:1em;
	padding-bottom:1em;
}	
#lateral h3 {
	display:inline-block;
	font-weight:bold;
	font-size:1.2em;
	font-style:normal;	
	padding-bottom:0em;
	margin: 0em 0em 0em 0.5em;
	color:rgb(255,255,255);
	font-family: open_sansbold;
	border-bottom: 4px solid rgb(155,155,155);	
}

#menulat {	
	position:relative;
	font-size:1.0em;	
	margin:1em 0 1em -1em;
	padding:0;	
	font-weight:bold;
	font-family: open_sansbold;		
}	
#menulat li {
	padding:0;
	margin:0;	
}
#menulat li a {
	font-size:1.2em;
	color:rgb(255,255,255);
	text-decoration: none;
	/* padding: 0em 0em 0em 1em; */
	margin: 0em 0em 0em 1em;	
	font-weight: normal;
	font-family: open_sansbold;
	display:  block;
	-moz-transition: all 1.2s ease;
			-webkit-transition: all 1.2s ease;
				-o-transition: all 1.2s ease;
					transition: all 1.2s ease;	
}

#menulat li a:link {
	font-size:1.2em;
	color:rgb(255,255,255);
	text-decoration: none;
	/* padding: 0em 0em 0em 1em; */
	margin: 0em 0em 0em 1em;	
	font-weight: normal;
	font-family: open_sansregular;
	display:  block;
	-moz-transition: all 1.2s ease;
			-webkit-transition: all 1.2s ease;
				-o-transition: all 1.2s ease;
					transition: all 1.2s ease;	
}

#menulat li a:hover {
	color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.2);
	-moz-transition: all 0.5s ease;
			-webkit-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
					transition: all 0.5s ease;	
}
#botaomenu1, #botaomenu2, #linkMenu, #linkSair {
	background-color: transparent;		
}
#botaomenu1:hover, #botaomenu2:hover, #linkMenu:hover, #linkSair:hover {
	background-color: rgba(255,255,255,0.2);		
}
#botaomenu2, #botaomenu2:hover {
	margin-left: 540px;
}
#pgTituloMenu {
	margin-left: 0px;
}

#scrollMenu {
	height: 570px;
	background-color: transparent;
}

@media (max-height: 720px) {
	#lateral h3 {
		font-size:1.0em;
	}
	#menulat li a,  #menulat li a:link {
		font-size:1.0em;
	}
	#scrollMenu {
		height: 490px;
	}
}

@media (max-height: 600px) {
	#lateral h3 {
		font-size:0.8em;
	}
	#menulat li a,  #menulat li a:link {
		font-size:0.8em;
	}
	#scrollMenu {
		height: 330px;
	}
}

@media (max-width: 380px) {
	body {margin-left:0;background-size:100% 28em!important;}
	#botaomenu2, #botaomenu2:hover {
		margin-left: 270px;
	}
	
	#pgTituloMenu {
		margin-left: -70px;
	}	
}



/*  	
@media (max-width: 500px) {
body {margin-left:0;background-size:100% 28em!important;}
#lateral {
	padding:0;
	-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
	font-size:1.2em;	
	height: 100%;
	overflow:auto;
	width:100%; 
	position:static;
	top:0;
	left:0;
	z-index:2000;
	}
#lateral:before {
	z-index:2000;
	width:0;
	text-align:center;
	content: "";
	font-size:0;
	color:white;
	position:static;
	top:0;
	left:0;
	display:inline-block; 
	}
#lateral:hover, #lateral:focus {
	overflow:scroll;
	-moz-transform: none;
		-webkit-transform: none;
			-o-transform:none;
				transform:none;
	}
#menulat li a {border-bottom:1px solid #ccc;}
#menulat li:first-child a {border-top:1px solid #ccc;}	
} 

 */