
.Banner{
	height: 275px;
	overflow: hidden;
}

.Banner #slider{
	margin-top: -125px;
}

#Index .Banner{
	height: 475px;
}

#Start{
	background: rgb(0,37,78);
}

#Start .Banner{
	height: 600px;
	width: 100%;
	position: fixed;
	z-index: -2;
	top: 0;
}

#Capa{
	color: #fff;
	margin-top: 50px;
	position: relative;
	background: rgba(255,255,255,0.75);
}

#Capa .Base{
	padding: 20px;
	color: rgb(0,37,78);
}

#Capa .Base #BRA, #Capa .Base #ENG{
	box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	margin: 10px auto;
}

#Capa .Base #BRA{
	background: rgb(152,192,0);
}

#Capa .Base #BRA:hover{
	background: rgb(162,198,26);
}

#Capa .Base #ENG{
	background: rgb(0,37,78);
}

#Capa .Base #ENG:hover{
	background: rgb(26,59,96);
}


#Capa h1{
	font-size: 60px;
	text-align: right;
	margin: 45px 40px 0 0;
	text-shadow: 0px 2px 7px rgba(0,0,0,0.4);
}

#Capa h3{
	text-align: right;
	color: rgb(51,81,113);
	margin: 45px 40px 0 0;
}

#Translate{
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 900;
}

#Translate ul{
	display: block;
	background: #FFF;
	margin: 0;
	padding: 0;
	overflow: auto;
	border-radius: 5px 0 0 5px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}

#Translate ul li{
	display: block;
	margin: 10px;	
}

#Translate ul li #BRA{
	background: rgb(152,192,0);
}

#Translate ul li #ENG{
	background: rgb(0,37,78);
}

#Translate ul li #BRA:hover{
	background: rgb(173,205,51);
}

#Translate ul li #ENG:hover{
	background: rgb(51,81,113);
}

.SuportNav{
	background: rgba(255,255,255,0.78);
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 30px;
}

.SuportNav .Nav{
	float: right;
}

.Nav a{
	display: block;
	padding: 10px 25px;
	height: 70px;
}

.Nav a:hover{
	background: rgba(255,255,255,0.8);
}

.Nav a span{
	display: block;
}

.Nav a span.Title{
	font-size: 20px;
	font-family: economicaregular;
	color: rgb(0,37,78);
}

.Nav a span.Descript{
	font-size: 14px;
	color: #777;
}

.SuportMcht{
	padding: 30px 0;
	height: 230px;
}

.manchet{
	width: 200px;
	height: 200px;
	background: rgb(0,37,78);
	border-radius: 150px;
	overflow: hidden;
	margin: 0 auto;
	border: 0px solid rgb(152,192,0);
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.manchet:hover{
	border: 12px solid rgb(152,192,0);
	margin:-12px auto;
}

#Logotipo{
	float: left;
	margin-top: 20px;
}



.Title2{
	font-size: 32px;
	color: rgb(0,37,78)	;
	padding: 10px 0;
}

.microDat_Contato p{
	font-size: 18px;
}

p{
	color: #666;
	font-size: 15px;
}


#Mapa{
	height: 150px;
}


.SuportFooter{
	background: rgb(0,37,78);
}

.Footer{
	padding: 20px 0;
}

.Footer p, .Footer a{
	color: #fff;
	font-family: titillium_webthin;
}

.Footer .microDat_Contato{
	float: right;
	text-align: right;
}

.Footer .microDat_Contato p{
	font-size: 16px;
}

.Footer .Nav ul{
	margin: 0px;
	margin-left: -20px;
	padding: 0px;
}

.Footer .Nav a{
	height: auto;
	font-family: economicaitalic;
	font-size: 22px;
}

.Footer .Nav a:hover{
	background: none;
	color: rgb(102,124,149);
}