@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

html,
body{
	height:100%;
	width:100%;
	z-index:-10;
}

#LinhaAzulTopo{
	position: absolute;
	top: 100px;
	left: 0px;
	height: 10px;
	width: 100%;
	background-image: url(images/linha_azul.png);
	z-index: 1;
}

#mainDIV{
	position:relative;
	margin: 0 auto;
	width:1000px;
	min-height:100%;
	z-index:10;
}

#BotoesContainer{
	position:relative;
	height:155px;
	width:100%;
	background:url(images/title.png);
	background-repeat:no-repeat;
	background-size:contain;
	z-index:10;
}

#BotoesPortraitContainer{
	position:relative;
	height:80px;
	width:100%;
	background:url(images/title_portrait.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	z-index:10;
	display:none;
}

#PortraitLinks{
	position:fixed;
	top:0px;
	right:0px;
	width:90%;
	background-color:#000066;
	padding:5% 2% 5% 2%;
	display:none;
	z-index:25;
}

#Close{
	position:absolute;
	top:2%;
	right:2%;
	width:10%;
}

#Logo{
	position: absolute;
	height: 155px;
	display: inline-block;
	top:5px;
}

#LogoPortrait{
	position: relative;
	height: 100%;
	width: 50%;
	top:5px;
}

#SanduichIcon{
	position: fixed;
	height:45px;
	width:50%;
	right:10px;
	top:10px;
	text-align:right;
	z-index:20;
}

#BotoesLinks{
	position: absolute;
	left: 175px;
	top: 109px;
	height: 45px;
	width: 800px;
}

#BotaoHamburger{
	position: absolute;
	left: 288px;
	top: 9px;
	height: 50px;
	width: 20px;
}

#ConteudoContainer{
	position:relative;
	padding-bottom:90px;
	overflow:auto;
}

#GoogleMap{
	position:relative;
	top:-90px;
	height:480px;
}

#RodapeContainer{
	position:absolute;
	bottom: 0;
	left: 0; 
	height:60px;
	margin-bottom:5px;
	width:100%;
	background:url(images/rodape.png);
	background-repeat:no-repeat;
	background-position:left;
}

#Texto_Rodape{
	position:absolute;
	left:80px;
	top:15px;
}

#RodapePortraitContainer{
	position:absolute;
	bottom: 0;
	left: 0; 
	height:52px;
	width:100%;
	background:url(images/rodape_portrait.png);
	background-repeat:no-repeat;
	background-size:contain;
	display:none;
}

/* --------------------------------------------------
DropDown
 --------------------------------------------------*/

/* Declaração da Lista */
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*height: 45px;*/
}
/* Titulo de Lista (não é link) */
ul li {
	display: block;
	position: relative;
	float: left;
	border:none;
	color:#0000FF;
}
/* sub Items da lista (esconder) */
li ul {
	display: none;
}
/* Titulo de Lista (é link) */
ul li a {
	display: block;
	background:#FFFFFF;
	padding: 8px 25px 0px 25px;
	text-decoration: none;
	white-space: nowrap;
	color: #00000FF;
	font-size:20px;
	height: 35px;
	margin-right:14px;
}
/* Titulo visitado */
ul li a:visited {
	color:#0000FF;
}
/* Titulo Hover */
ul li a:hover {
	background:#3D5C9C;
	color: #FFFFFF;
}
/* declaração Sub menus */
li:hover ul {
	display: block; 
	position: absolute;
	color: #FFFFFF;
}
/* Sub menus */
li:hover li {
	float: none;
}
/* Sub Menus */
li:hover a {
	background:#3D5C9C;
	color: #FFFFFF;
}
/* Sub menu visitado */
li:hover li a:visited{
	color:#FFFFFF;
}
/* Sub menu Hover */
li:hover li a:hover {
	background:#0066FF;
}
#drop-nav li ul li {
	border-top: 0px;
}
  
  

/* --------------------------------------------------
Classes
 --------------------------------------------------*/

.Botao{
	height:100%;
}

h1{
	color:#000000;
	size:14px;
}

.Texto_normal{
	font:Arial;
	color:#000000;
	font-size:12px;
	text-align:justify;
}

.ImagemFloatRight{
	float:right;
	margin-left:10px;
	width:50%;
	border:solid thin #000000;
	height:auto;
}

.ImagemFloatRight25{
	float:right;
	margin-left:10px;
	width:25%;
	border:solid thin #000000;
	height:auto;
}

.Texto_Rodape{
	font:Arial;
	color:#333333;
	font-size:smaller;
	font-weight:bold;
}

.GaleriaImage{
	margin-right:5px;
	margin-bottom:5px;
}

.PDF{
	vertical-align:middle;
}

.PortraitLink{
	font-family:"Times New Roman";
	color:#FFFFFF;
	font-size:20px;
	margin-bottom:1%;
}

.PortraitLink a{
	font-family:"Times New Roman";
	text-decoration:none;
	color:#FFFFFF;
	font-size:20px;
}

.Sucesso{
	font-family:"Times New Roman";
	text-decoration:none;
	color:#009900;
	font-size:30px;
}

.TextoVermelho{
	font-family:"Times New Roman";
	text-decoration:none;
	color:#FF0000;
	font-size:17px;
}
/* --------------------------------------------------
View Port < 1400 px width
 --------------------------------------------------*/

@media (max-width: 1400px){
	#mainDIV{
		width:900px;
	}
	
	#BotoesContainer{
		height:155px;
	}
	
	#BotoesLinks{
		left: 170px;
		top: 109px;
		height: 40px;
		width: 800px;
	}
	
	ul li a {
		padding: 7px 21px 0px 21px;
		font-size:19px;
		height: 32px;
		margin-right:11px;
	}
	
	#Texto_Rodape{
		left:70px;
		top:12px;
	}
}


/* --------------------------------------------------
View Port < 1250 px width
 --------------------------------------------------*/

@media (max-width: 1250px){
	#mainDIV{
		width:800px;
	}
	
	#BotoesContainer{
		height:145px;
	}
	
	#BotoesLinks{
		left: 143px;
		top: 109px;
		height: 36px;
		width: 800px;
	}
	
	ul li a {
		padding: 6px 18px 0px 18px;
		font-size:18px;
		height: 30px;
		margin-right:7px;
	}
	
	#Texto_Rodape{
		left:65px;
		top:11px;
	}
	
	#Logo{
		height:145px;
	}
}


/* --------------------------------------------------
View Port < 1100 px width
 --------------------------------------------------*/

@media (max-width: 1100px){
	#mainDIV{
		width:700px;
	}
	
	#BotoesContainer{
		height:140px;
	}
	
	#BotoesLinks{
		left: 140px;
		top: 109px;
		height: 36px;
		width: 800px;
	}
	
	ul li a {
		padding: 5px 15px 0px 15px;
		font-size:16px;
		height: 28px;
		margin-right:5px;
	}
	
	#Texto_Rodape{
		left:65px;
		top:7px;
	}
	
	#Logo{
		top:10px;
		height:130px;
	}
}

/* --------------------------------------------------
Smartphone / Tablet View Port < 598 px width Horizontal
 --------------------------------------------------*/

@media (max-width: 598px) and (orientation: landscape){
	#mainDIV{
		width:500px;
	}
	
	#Background_Left{
		background-position:left -30px top 0px;
	}
	
	#Background_Right{
		background-position:right -30px top 0px;
	}
	
	#BotoesContainer{
		height:100px;
	}
	
	#BotoesLinks{
		left: 93px;
		top: 54px;
		height: 22px;
		width: 400px;
	}
	
	#Texto_Rodape{
		left:30px;
		top:1px;
	}
	
	.Texto_Rodape{
		font-size:x-small;
	}
}


/* --------------------------------------------------
Smartphone / Tablet View Port < 360 px width Horizontal
 --------------------------------------------------*/

@media (max-width: 360px) and (orientation: portrait){
	#mainDIV{
		width:330px;
	}
	
	#Background{
		width:10px;
		display:none;
	}
	
	#BotoesContainer{
		display:none;
	}
	
	#LinhaAzulTopo{
	top: 70px;
	left: 0px;
	height: 4px;
}
	
	#BotoesPortraitContainer{
		display:inline-block;
	}
	
	#LogoPortrait{
	}
	
	#RodapeContainer{
		display:none;
	}
	
	#RodapePortraitContainer{
		display:inline;
	}
	
	#Texto_Rodape{
		left:40px;
		top:7px;
	}
	
	.Texto_Rodape{
		font-size:x-small;
	}
}
