.icone-titulo{
	display: none !important;
}

body{
	background:url(../imagem/bg.jpg) repeat-x top;
	text-align:center;
	color: #666;
	font:normal 12px/20px Tahoma;
	min-width:1000px;
}
*{
	margin:0px;
	padding:0px;
	border:0px;	
}
table,tr,td{
	border:none;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
img {
	vertical-align:middle;
}

#redes{
	float: right;
	margin-right: 0px; 
}

#redes img{
	margin-left: 5px;
}
input, select, option, textarea {
	color: #333;
	font:normal 11px Tahoma;
	vertical-align:middle;
	background-color:#EAEAEA;
}
.caixa {
	border: solid 1px #CCC;
}
a:link,a:visited {
	color: #666;
	text-decoration: none;
}
a:active,a:hover {
	color: #666;
	text-decoration: underline;
}
@font-face {
    font-family: 'montserratregular';
    src: url('montserrat-regular-webfont.eot');
    src: url('montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-regular-webfont.woff2') format('woff2'),
         url('montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype'),
         url('montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.geral{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
header{
	float:left;
	height:210px;
	width:1000px;
	background:url(../imagem/bg_head.jpg) no-repeat top;
}
.geral:before{
	content:"";
	display:block;
	position:absolute;
	top:156px;
	left:0px;
	width:100%;
	height:50px;
	background:url(../imagem/bg_nav.jpg) top no-repeat;
}
#logo{
	float:left;
	margin:18px 0 0 10px;
}
#logo a{
	display:block;
	width:229px;
	height:117px;
	text-indent:-9000px;
	background:url(../imagem/jet.png);
}
.infotop{
	font:26px montserratregular;
	color:#fff;
	/* float:right; */
	margin-top:60px;
}
.infotop p{display:inline-block;margin-left:30px;}
.infotop p img{margin-right:5px;}
nav{
	z-index:2;
	position:relative;
	float:left;
	width:100%;
	margin-top:21px;
	text-align:center;
}
nav a{
	display:inline-block;
	font:11px/45px montserratregular;
	color:#000;
	height:45px;
	padding:0 31px;
	text-decoration:none !important;
}
nav a:hover{color:#B69C50;}

.center{
	float:left;
	width:1000px;
}
.chamadas{
	position:relative;
	width:100%;
	float:left;
}
.chamadas li{
	float:left;
	width:240px;
	list-style:none;
}
.chamadas li .tit{
	margin-bottom:15px;
	color:#0B0B0B;
	font:17px montserratregular;
}
.chamadas li .desc{
	margin-top:15px;
	text-align:justify;
}
.chamadas li .bt{
	display:block;
	float:left;
	margin-top:15px;
	text-decoration:none;
	font:13px Arial;
	padding:10px 20px;
}
.chamadas li .img{
	width:240px;
	height:180px;
}
.chamadas li .img .box{
	float:left;
	width:240px;
	height:180px;
	text-align:center;
	overflow:hidden;
}
.chamadas li .img .box .exp{
	float:left;
	position:relative;
	width:400px;
	left:50%;
	margin-left:-200px;
	height:100%;
}
.chamadas li .img .box img{
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	transition:transform 0.5s ease;
	-moz-transition:-moz-transform 0.5s ease;
	-webkit-transition:-webkit-transform 0.5s ease;
}
.chamadas li:hover .img .box img{
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transition:transform 0.5s ease;
	-moz-transition:-moz-transform 0.5s ease;
	-webkit-transition:-webkit-transform 0.5s ease;
}

footer{
	float:left;
	width:100%;
	height:203px;
	margin-top:40px;
	background:url(../imagem/bg_rod.jpg) repeat-x top;
}
#rodape{
	width:1000px;
	margin:0 auto;
	color:#fff;
	font:13px/20px Arial;
}
#rodape a{color:#fff;}
.inforod{
	height:153px;
	text-align:left;
}
.inforod p:nth-child(2){width:285px;}
.inforod p{
	float:left;
	width:140px;
	font-weight:bold;
	margin:60px 0 0 40px;
}
.inforod p img{
	float:left;
	margin-right:8px;
	padding-bottom:40px;
}
.jet{
	display:block;
	float:left;
	margin:36px 0 0 88px;
}
#end{
	position:relative;
	padding-top:18px;
}
#malvis{
	position:absolute;
	top:15px;
	right:0px;
}
#malvis a{
	display:block;
	width:30px;
	height:22px;
	text-indent:-8000px;
	background:url(../imagem/malvis.png);
}

.titint{
	margin:20px 0;
	font:20px montserratregular;
	color:#000;
	border-bottom:2px solid #BBA35B;
	padding-bottom:10px;
}
.container{
	float:left;
	width:1000px;
}
.btsAg{
	width: 100%;
	text-align: center;
}
.btsAg a{
	text-align: left;
	display: inline-block;
	text-decoration: none;
	width: 47%;
	margin: 0 1%;
	padding: 15px 0;
	font: bold 14px Arial;
}
.btsAg img{
	margin: 0 20px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.btsAg a:hover img, .btMark img{
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.btMark{background: #000 !important;}
.met{
	float: left;
	width: 48%;
}
.formag .met:last-child{float: right;}
.formag:after{
	display: block;
	content: "";
	clear: both;
}
.formag .camposCon{
	width: calc(100% - 22px);
	padding: 0 10px;
	border:1px solid #ddd;
	background: #fff;
	display: table;
	margin-bottom: 8px;
}
.formag .camposCon label{
	display: table-cell;
	width: 20px;
	white-space: nowrap;
	padding-right: 5px;
}
.formag .caixaCon{
	display: table-cell;
	height: 30px;
	width: 100%;
	background: none;
}
.formag{
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.met .caixaEnvia{
	cursor: pointer;
	float: right;
	height: 32px;
	padding: 0 20px;
	text-decoration: none !important;
	font: 13px/30px Arial;
}
.radCon{margin-bottom: 12px;}
.labrad{
	padding: 4px 10px;
	margin-right: 10px;
}
.showForm{	
	height: 100%;
	opacity: 1;
}
.msgAero{
	margin: 40px 0;
	text-align: center;
	font: bold 20px Arial;
	color: #9A8542;
}

/***********  BANDEIRA - IDIOMAS  ***************************************/

#bands{
	float: right;
    font-size: 15px;
    margin-top: -95px;
}

#bands img{
	margin-top: -3px;
}

.idioma-selecionado{
/*  FUNDO BRANCO  */ 	

-webkit-box-shadow: 0px 0px 11px 1px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 11px 1px rgba(255,255,255,1);
box-shadow: 0px 0px 11px 1px rgba(255,255,255,1);

/*  FUNDO ESCURO  */ 	
/*-webkit-box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.95);
-moz-box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.95);
box-shadow: 0px 0px 26px 1px rgba(0,0,0,0.95);*/

/*-webkit-box-shadow: -1px 2px 48px 12px rgba(255,255,255,1);
-moz-box-shadow: -1px 2px 48px 12px rgba(255,255,255,1);
box-shadow: -1px 2px 48px 12px rgba(255,255,255,1);*/


}