@charset "utf-8";

@font-face {
    font-family: 'robotolight';
    src: url('fontes/roboto_lightcondensed/RobotoCondensed-Light-webfont.eot');
    src: url('fontes/roboto_lightcondensed/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fontes/roboto_lightcondensed/RobotoCondensed-Light-webfont.svg#robotolight') format('svg'),
		 url('fontes/roboto_lightcondensed/RobotoCondensed-Light-webfont.ttf') format('truetype'),
		 url('fontes/roboto_lightcondensed/RobotoCondensed-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'light';
    src: url('fontes/roboto_light_macroman/Roboto-Light-webfont.eot');
    src: url('fontes/roboto_light_macroman/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fontes/roboto_light_macroman/Roboto-Light-webfont.svg#robotolight') format('svg'),
		 url('fontes/roboto_light_macroman/Roboto-Light-webfont.ttf') format('truetype'),
		 url('fontes/roboto_light_macroman/Roboto-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_codensed';
    src: url('fontes/roboto_condensed/RobotoCondensed-Regular-webfont.eot');
    src: url('fontes/roboto_condensed/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fontes/roboto_condensed/RobotoCondensed-Regular-webfont.svg#robotolight') format('svg'),
		 url('fontes/roboto_condensed/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
		 url('fontes/roboto_condensed/RobotoCondensed-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_bold';
    src: url('fontes/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.eot');
    src: url('fontes/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fontes/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.svg#robotolight') format('svg'),
		 url('fontes/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
		 url('fontes/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



* {margin:0; padding:0; border:0; font-family:'roboto_codensed', Arial; text-decoration:none; list-style:none;}

/*body { -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; }*/

.palco { width:970px; margin:0 auto; }
.palco2 { width:930px; margin:0 auto; }

/* PRINCIPAL */
header {
	width:100%;
	min-width:970px;
	height:919px;
	background:url('../imgs/principal-topo.jpg') top center no-repeat;
}

	header #redes-sociais {
		background-color:#0e2a4f;
	}
		header #redes-sociais { float:right; height:26px; }
		header #redes-sociais ul li { display:block; float:left; padding:5px; }

	header .site-avioes { display:block; background:#0e2a4f; padding:1px 9px 0 5px; border-right:1px solid #FFF; text-align:center; font-size:11px; color:#FFF; }

	#topo {
		width:960px;
		height:30px;
		clear:both;
		background:url('../imgs/menu.fundo.png') center center;
		padding:5px;
	}
	
	#topo img { margin-left:8px; }
	
	#principal-topo { margin-top:100px; }
		#principal-topo div {  }
			#principal-topo div h2 { display:block; background:url('../imgs/logomarca.png') left center no-repeat; margin:25px 0 15px 0; padding-left:55px; font-family:'robotolight'; font-size:25px; font-weight:normal; color:#0e2a4f; }
			#principal-topo div h1 { line-height:65px; font-family:'roboto_bold'; font-size:70px; font-weight:normal; color:#0e2a4f; }
			#principal-topo div p { margin-top:10px; line-height:65px; font-family:'robotolight'; font-size:15px; color:#0e2a4f; }
			#principal-topo div ul { display:block; background:url('../imgs/principal-cursos-fundo.png') no-repeat; }
				#principal-topo div ul li { margin-right:14px; padding:8px 0 10px 0; display:inline-block; font-family:robotolight; font-size:14px; color:#0e2a4f; }
					#principal-topo div ul li a { color:#0e2a4f; }
						#principal-topo div ul li a:hover { color:#EE9706; }
		
			#principal-topo > div > a { display:block; margin-top:20px; font:bold 15px 'roboto_codensed', Arial; color:#0e2a4f; }
				#principal-topo > div > a:hover { color:#EE9706; }
		#principal-topo .principal-helicopteros { display:block; margin-top:80px; -moz-box-shadow: 5px 0px 14px #2E3D47; -webkit-box-shadow: 0px 0px 14px #2E3D47; box-shadow: 0px 0px 14px #2E3D47; }
		
		#principal-topo .principal-selo { float:right; margin:20px 430px 0 0; }
	
	#topo img { float:left; }
	
	#topo ul { float:right; margin-top:5px; }
		#topo ul li { display:inline-block; margin:0 10px 0 26px; }
			#topo ul li a { 
				display:block;
				padding-left:33px;
				background-position:left top;
				background-repeat:no-repeat;
				font-weight:normal;
				font-size:14px;
				color:#E7ECEF;
			}
				#topo ul li a:hover { background-position:left bottom; color:#FFF; }
			
			#topo ul li a.menu-1 { background-image:url('../imgs/menu-1.png'); }
			#topo ul li a.menu-2 { background-image:url('../imgs/menu-1.png'); }
			#topo ul li a.menu-3 { background-image:url('../imgs/menu-2.png'); }
			#topo ul li a.menu-4 { background-image:url('../imgs/menu-3.png'); }
			#topo ul li a.menu-5 { background-image:url('../imgs/menu-4.png'); }
			#topo ul li a.menu-6 { background-image:url('../imgs/menu-5.png'); }
			
			
	article {
		width:100%;
		max-width:1600px;
		min-width:970px;
		height:450px;
		margin:0 auto;
		padding-top:25px;
		background-position:top center;
		background:#0a0a0a;
	}
	
		article #principal-blog { float:left; }
		article #principal-blog h2 { display:block; margin-bottom:30px; padding:4px 0 4px 35px; background:#0f0f0f url('../imgs/blog-icone.png') 5px center no-repeat; font:19px 'robotolight', Arial; color:#FFF; }
	
		article #principal-blog div { float:left; width:230px; padding-right:55px; margin-right:50px; border-right:1px solid #181818; }
		article #principal-blog div h3 { height:54px; margin-bottom:22px; font-size:20px; font-family:'robotolight', Arial; color:#FFFFFF; }
		article #principal-blog div img { width:580px; }
		article #principal-blog div p { height:170px; font-size:11px; font-family:'robotolight', Arial; line-height:20px; color:#6c6c6c; }
		article #principal-blog div a { display:block; margin-top:35px; margin-bottom:9px; padding-top:20px; border-top:1px solid #FFF; font-size:16px; font-family:'robotolight', Arial; color:#FFFFFF; }
		
		article #principal-estrutura { float:right; width:325px; margin-right:20px; padding-left:35px; border-left:1px solid #181818; }
			article #principal-estrutura p { margin-bottom:25px; font-size:11px; line-height:20px; color:#FFF; }



/* Media Center */
#media-center {
	width:100%;
	max-width:1600px;
	min-width:970px;
	margin:0 auto;
	height:372px;
	padding:50px 0 40px 0;
	background:url('../imgs/rodape-fundo.jpg') center no-repeat;
}
	.mediafundo { width:930px; height:346px; background:url('../imgs/media-center-fundo.png'); }
	
	.media-center-1 { float:left; width:245px; padding:40px 0 0 20px; }
		.media-center-1 h3 { font:24px 'light', Arial; color:#FFF; }
			.media-center-1 h3 strong { display:block; margin-top:-5px; margin-left:-4px; font-weight:normal; font-family:'light', Arial; font-size:55px; font-weight:normal; }
			
			.media-center-1 p { margin-top:180px; color:#FFF; }
			.media-center-1 p a { font:16px 'robotolight', Arial; color:#FFF; margin-right:10px; }
				.media-center-1 p a:hover { font-weight:bold; }
	
	.media-center-2 { float:left; width:444px; background:#000; }
		.media-center-2 a { display:block; float:left; width:222px; height:173px; border:none; margin:0; padding:0; }
		
		.video-hover { width:222px; height:173px; background:#000; }
		.video-hover img { width:223px; height:174px; border:none; }
			.video-hover:hover div { display:none; }
		.video-hover div { display:block; position:absolute; width:90px; margin:-115px 0 0 65px; padding-top:45px; background:url('../imgs/video-play.png') top center no-repeat; text-align:center; font:11px 'robotolight', Arial; color:#FFF; }
		
		
		.instrucao-video { display:block; width:553px; height:369px; background:url('../imgs/instrucao-video.jpg') top left no-repeat; overflow:hidden; text-indent:-3000em; }
			.instrucao-video:hover { background-position:bottom left; }
		
		
		.foto-hover { width:222px; height:173px; background:#000; }
		.foto-hover img { width:223px; height:174px; border:none; }
		.foto-hover:hover div { display:none; }
		.foto-hover div { display:block; position:absolute; width:90px; margin:-115px 0 0 65px; padding-top:45px; background:url('../imgs/foto-ampliar.png') top center no-repeat; text-align:center; font:11px 'robotolight', Arial; color:#FFF; }
	
	.media-center-3 { width:180px; float:left; padding:40px 0 0 20px; }
		.media-center-3 h3 { font:24px 'light', Arial; color:#FFF; }
		.media-center-3 ul li { padding:10px 0 10px 0; border-bottom:1px solid #FFF; }
			.media-center-3 ul li a { font-size:12px; color:#FFF; }
			
			.media-center-3 p { margin-top:65px; }
			.media-center-3 p a { font:19px 'robotolight', Arial; color:#FFF; margin-right:10px; }
			
			
/* Rodape */
footer {
	width:100%;
	max-width:1600px;
	min-width:970px;
	height:auto;
	background-color:#1f1f1f;
	margin:0 auto;
}

	/* Newsletter */
	footer #newsletter { width:930px; height:70px; margin:0 auto; padding-top:15px; border-bottom:1px solid #383838; }
	footer #newsletter div { float:left; }
	footer #newsletter h3 { margin-bottom:0 font-weight:normal; font:24px 'light', Arial; color:#FFF; }
		footer #newsletter h4 { font-weight:normal; font:14px 'light', Arial; color:#FFF; }
		
	footer #newsletter form { display:block; float:right; margin-top:5px; }
		footer #newsletter form input { float:left; width:250px; margin-right:15px; padding:8px; background:#282828; border:none font-size:11px; ; color:#CCC; }
		footer #newsletter form a { display:block; float:left; width:70px; background:#faa61a; padding:8px; text-align:center; font-size:11px; color:#FFF; }
		
	/* Rodapé Dados */
	footer #rodape-dados { width:930px; height:123px; margin:0 auto; padding-top:20px;  }
		footer #rodape-dados ul { float:left; margin-right:35px; padding-right:35px; border-right:1px solid #222222; }
		footer #rodape-dados ul li { margin:5px 0 5px 0; font-size:13px; color:#555555; }
		footer #rodape-dados ul li a { color:#555555; }
		footer #rodape-dados ul.rodape-telefones li { margin:5px 0 13px 0; }
		
		footer #rodape-dados address { float:left; margin-right:30px; font-size:13px; font-style:normal; color:#555555; }
		footer #rodape-dados .rodape-mapa { float:left; font-size:13px; font-weight:bold; color:#555555; }
			footer #rodape-dados .rodape-mapa p { margin-bottom:10px; }
			
		footer #rodape-dados .rodape-logo { float:right; padding-top:15px; }
			footer #rodape-dados .rodape-logo a { display:block; margin-bottom:25px; background:#faa61a; padding:3px 6px 3px 6px; text-align:center; font-size:11px; color:#1f1f1f; }
	
	/* Rodapé Direitos */
	.rodape-direitos { width:930px; margin:0 auto; border-top:1px solid #383838; clear:both; margin-top:15px; text-align:center; padding:10px 0 10px 0; font-size:10px; color:#555555; }	
		.rodape-direitos img { float:right; }
			
			
/* EMPRESA */
.header-empresa { height:802px; background-image:url('../imgs/empresa-fundo.jpg'); }
.article-empresa { height:470px; background:url('../imgs/empresa-fundo-responsabilidade.jpg') center center no-repeat; }

#empresa-topo { width:500px; margin:30px 0 0 12px; color:#FFF; }
	#empresa-topo h1 { font-family:'roboto_codensed', Arial; font-size:64px; color:#FFF; }
	#empresa-topo h2 { margin-top:10px; font-size:20px; color:#faa61a; }
	#empresa-topo p { margin-top:12px; font-family:'robotolight', Arial; line-height:23px; font-size:14px; }

#empresa { width:425px; margin-left:480px; margin-top:40px; }	
	#empresa h3 { font-family:'roboto_codensed', Arial; font-size:28px; color:#faa61a; }
	#empresa p{ margin-top:25px; font-family:'robotolight', Arial; line-height:23px; font-size:14px; color:#FFF; }
	
#empresa-premios { width:100%; max-width:1600px; min-width:970px; height:553px; margin:0 auto; background:url('../imgs/empresa-premios-fundo.jpg') center center no-repeat; }
	#empresa-premios h3 { padding-top:75px; text-align:center; font-weight:normal; font-family:'roboto', Arial; font-size:25px; color:#faa61a; }
	#empresa-premios ul { margin-top:75px; }
	#empresa-premios ul li { display:block; float:left; width:106px; padding-top:28px; background:url('../imgs/empresa-premios.png') top center no-repeat; text-align:center; font-size:12px; }
		#empresa-premios ul li span { font-family:'roboto_bold', Arial; font-size:25px; color:#faa61a;  }
		#empresa-premios ul li p { display:block; margin-top:22px; padding:30px 13px 0 13px; background:url('../imgs/empresa-premios-icon.png') top center no-repeat; color:#FFF; }
		
		
/* CENTRO DE INSTRUÇÃO */
.header-instrucao { height:582px; background-image:url('../imgs/instrucao-fundo.jpg'); }
.article-instrucao { height:552px; background:url('../imgs/instrucao-carreira-fundo.jpg') center center no-repeat; }

#instrucao-carreira { width:375px; margin-left:37px; }
#instrucao-carreira h2 { margin-top:0px; margin-bottom:10px; font-size:35px; color:#faa61a; }
#instrucao-carreira p { margin:10px 0 10px 0; line-height:20px; text-align:justify; font-family:'robotolight', Arial; font-size:14px; color:#FFF; }

#instrucao-cursos { width:100%; max-width:1600px; min-width:970px; height:1000px; margin:0 auto; padding-top:41px; background:url('../imgs/instrucao-cursos-fundo.jpg') center center no-repeat;; }
	#instrucao-cursos h2 { margin-bottom:40px; font-size:35px; color:#faa61a; }
	#instrucao-cursos .lista-cursos { width:350px; float:left; }
	#instrucao-cursos .lista-cursos li {
		display:block;
		padding:15px 0 15px 50px;
		background:url('../imgs/instrucao-cursos-icone.png') left 22px no-repeat;
		border-bottom:1px solid #5b5b5b;
		font-size:16px; 
		color:#fff;
		
	}
		#instrucao-cursos ul li strong { font-family:'roboto_codensed', Arial; font-size:19px; }
		#instrucao-cursos ul li a { font-family:'roboto_codensed', Arial;  display:block; color:#fff; }

		
	#instrucao-video { float:right; margin-top:-40px; }
		#instrucao-video .instrucao-video { display:block; width:553px; height:369px; background:url('../imgs/instrucao-video.jpg') top left no-repeat; overflow:hidden; text-indent:-3000em; }
			#instrucao-video .instrucao-video:hover { background-position:bottom left; }
		#instrucao-video h3 { margin-left:30px; font-size:15px; color:#FFF; }
		#instrucao-video > .mais-videos { display:block; float:right; font-family:'roboto_bold', Arial; font-size:20px; color:#faa61a; }
		
	
	#instrucao-infraestrutura { clear:both; padding-top:80px; }	
	#instrucao-infraestrutura > #galeria { width:600px; float:left; cursor:pointer; }
		#instrucao-infraestrutura > #galeria > img { display:block; margin:0 auto; cursor:pointer; }
		
	#instrucao-infraestrutura-texto { width:250px; float:right; margin:80px 70px 0 0; }
	#instrucao-infraestrutura-texto h3 { margin-bottom:25px; font-size:28px; color:#faa61a; }
	#instrucao-infraestrutura-texto p { font-family:'robotolight', Arial; line-height:23px; font-size:14px; color:#FFF; }
	
	
/* S300 */
.header-s300 { height:632px; background-image:url('../imgs/s300-topo.jpg'); }
.article-s300 { height:560px; background:url('../imgs/s300-fundo-2.jpg') center center no-repeat; }

#s300-topo { margin-left:620px; margin-top:80px; }
#s300-topo h1 { font-family:'roboto_bold', Arial; font-weight:normal; font-size:65px; color:#FFF; }
#s300-topo h2 { margin-top:-10px; font-size:28px; color:#faa61a; }
#s300-topo p { margin-top:10px; margin-right:5px; line-height:23px; font-family:'robotolight', Arial; font-size:14px; color:#FFF;  }

#s300 h3 { margin-bottom:30px; text-align:center; font-family:'robotolight', Arial; font-size:40px; font-weight:normal; color:#FFF; }
	#s300 h3 span { font-size:18px; color:#faa61a; }
	
#s300 > #galeria { width:750px; margin:0 auto; float:left; cursor:pointer; }
		##s300 > #galeria > img { display:block; margin:0 auto; cursor:pointer; }
		
		
/* MANUTENÇÃO */
.header-manutencao { height:603px; background-image:url('../imgs/manutencao-fundo.jpg'); }
.article-manutencao { height:590px; background:url('../imgs/manutencao-imagem.jpg') center center no-repeat; }

#manutencao-topo { margin-left:490px; margin-top:70px; }
#manutencao-topo h1 { font-family:'roboto_bold', Arial; font-weight:normal; font-size:65px; color:#FFF; }
#manutencao-topo h2 { margin-top:-5px; font-size:28px; color:#faa61a; }
#manutencao-topo p { margin-top:25px; margin-right:75px; line-height:23px; font-family:'robotolight', Arial; font-size:14px; color:#FFF;  }


/* CONTATO */
select {
	opacity: 0; filter:alpha(opacity=0);
  -webkit-appearance: none;
  overflow:hidden;
  -moz-overflow: hidden;
  -moz-appearance: none;
  

}
.header-contato { max-width:1600px; height:700px; margin:0 auto; background-image:none; background-color:#0a0a0a;  }
.article-contato { height:250px; background:url('../imgs/contato-fundo.jpg') center center no-repeat; }

#contato-topo { margin-top:35px; }
#contato-topo h1 { font-family:'roboto_bold', Arial; font-weight:normal; font-size:60px; color:#FFF; }
#contato-topo p { margin-top:28px; font-size:15px; color:#FFF; }

#contato-topo form { width:609px; float:right; margin-top:30px; }
	#contato-topo form input { float:left; width:237px; margin:10px; border:1px solid #FFF; padding:10px 10px 10px 40px; background:none; font-size:13px; color:#fff; }
	#contato-topo form .style-seta{ float:left; width:288px; height:40px; border:1px solid #FFF; margin:10px 5px 10px 10px;   background:url(../imgs/language-select-arrow.png) no-repeat ;  overflow:hidden;}
	#contato-topo form .style-seta2{ float:right; width:288px; height:40px; border:1px solid #FFF; margin:10px 0px 10px 9px;    background:url(../imgs/language-select-arrow2.png) right no-repeat ;   overflow:hidden;}
		#contato-topo form .style-seta2 select { float:left; width:283px;   padding:10px 25px 10px 40px; background:transparent; -webkit-appearance: none;  font-size:13px; color:#999; }

	#contato-topo form .style-seta select { float:left; width:283px;   padding:10px 25px 10px 40px; background:transparent; -webkit-appearance: none; font-size:13px; color:#999;  }
	#contato-topo form select option {   background:#FFF; color:#333;  }
	
	
	
	#contato-topo form textarea { float:left; width:350px; height:100px; margin:10px; border:1px solid #FFF; padding:10px 10px 10px 40px; background:none; font-size:13px; color:#FFF; }
	#contato-topo form .botao { float:right; width:175px; margin-top:10px; height:60px; background:#FFF url('../imgs/contato-botao.png') center 50px no-repeat; padding-top:65px; text-align:center; font-size:12px; color:#4c3b3e; }
		#contato-topo form .botao:hover { background-color:#FAA61A; }
	
	#contato-topo form input.form-nome { background:url('../imgs/contato-1.png') 10px center no-repeat; }
	#contato-topo form input.form-email { background:url('../imgs/contato-4.png') 10px center no-repeat; margin-right:0; }
	#contato-topo form input.form-telefone { background:url('../imgs/contato-5.png') 10px center no-repeat; margin-right:0; }
	#contato-topo form input.form-cidade { background:url('../imgs/contato-2.png') 10px center no-repeat; }
	#contato-topo form textarea.form-mensagem { background:url('../imgs/contato-3.png') 10px 10px no-repeat; }
	
#contato { margin:45px 0 0 80px; color:#FFF;  }
	#contato a { display:block; background:#FFF; margin-top:12px; color:#333; border:1px solid #F9A61A; padding:5px 0 5px 0; width:100px; text-align:center; font-size:12px; }
		#contato a:hover { color:#FFF; background:#F9A61A; border:1px solid #FFF; }

/* LOCALIZAÇÃO */
.header-localizacao { height:424px; background-image:url('../imgs/localizacao-fundo.jpg'); }
.article-localizacao { max-width:1600px; height:420px; margin:0 auto; background-image:none; background-color:0a0a0a; }

#localizacao-topo h1 { margin:50px 0 0 10px; font-family:'roboto_bold', Arial; font-weight:normal; font-size:63px; color:#faa61a; }
#localizacao-topo p { width:430px; margin:25px 0 0 10px; line-height:23px; font-family:'robotolight', Arial; font-size:14px; color:#0e2a4f; }

#localizacao div { width:45%; margin-top:50px; margin-bottom:55px; }
	#localizacao h3 { font-family:'roboto_bold', Arial; font-weight:normal; font-size:40px; color:#faa61a; }
	#localizacao p { margin-top:15px;  line-height:23px; font-family:'robotolight', Arial; font-size:14px; color:#FFF; }
		#localizacao p span { font-size:23px; }
	#localizacao img { margin-left:150px; }
	
	#localizacao .google-earth { clear:both; display:block; width:230px; margin:0 auto; background:#faa61a; padding:10px; text-align:center; font-size:15px; color:#1f1f1f; }
		#localizacao .google-earth:hover { border:1px solid #faa61a; background:none; color:#FFF; }
		
		
/* BLOG */
.header-blog { height:231px; background-image:url('../imgs/blog-fundo.jpg'); }
.article-blog { max-width:1600px; height:auto; margin:0 auto; padding-bottom:50px; background-imagem:none; background-color:#0a0a0a; }

#blog { clear:both; }

#blog-topo h1 { margin:40px 0 0 0; font-family:'roboto_bold', Arial; font-weight:normal; font-size:63px; color:#FFF; }

#blog #blog-categorias { float:right; width:170px; background-color:#1a1a1a; padding:15px; }
	#blog #blog-categorias h2 { margin-bottom:13px; font-size:15px; color:#FFF; }
	#blog #blog-categorias .categorias > li { padding:8px 0 8px 15px; border-bottom:1px solid #4b4b4b; font-family:'robotolight', Arial; color:#FFF; }
		#blog #blog-categorias .categorias li a { font-size:14px; color:#FFF; }
		
		#blog #blog-categorias .categorias li span { margin-left:10px; color:#CCC; }
			#blog #blog-categorias .categorias li span a { color:#CCC; }
		
	#blog #blog-social { height:80px; background-color:#0e2a4f; margin:-15px; margin-top:25px; padding:15px; }
		#blog-social h2 { padding:10px 0 0 0; font-size:15px; color:#FFF; }
		#blog-social ul { margin-top:0; }
		#blog-social ul li { display:block; width:55px; float:left; border-right:1px solid #0b223f; text-align:center; }	
	
	#blog-artigos { float:left; }
	
	.postagem .data { clear:both; float:left; width:80px; padding:12px 0 12px 0; background:#FFF; margin-right:25px;  }
		.postagem .data { line-height:25px; text-align:center; font-size:22px; font-family:'roboto_bold'; font-weight:bold; }
			.postagem .data span { width:50px; margin:0 auto; display:block; font-weight:bold; border-top:1px solid #000; }
	
	.postagem .postagem-conteudo {
		float:left;
		width:580px;
		margin-bottom:80px;
	}
		.postagem .postagem-conteudo h2 { font-size:20px; font-weight:normal; color:#FFF; }
		.postagem .postagem-conteudo h3 { margin:15px 0 18px 0; font-family:'robotolight', Arial; font-weight:normal; font-size:15px; color:#faa61a; }
		.postagem .postagem-conteudo p { margin:10px 0 10px 0; line-height:20px; font-family:'robotolight', Arial; font-size:13px; color:#FFF; }
		
		.postagem .postagem-conteudo a.blog-leia { display:block; background:#F9A61A; margin-top:20px; color:#FFF; padding:5px 0 5px 0; width:100px; text-align:center; }
		.postagem .postagem-conteudo a.blog-leia:hover { color:#333; background:#FFF; }
		
		.postagem .postagem-conteudo .compartilhar { height:40px; background:#FFF; margin-top:30px; padding:0 10px 0 10px; }
			.postagem .postagem-conteudo .compartilhar .compartilhar-comentarios { float:left; display:block; background:url('../imgs/blog-comentarios.png') left center no-repeat; padding:9px 0  10px 28px; font-size:17px; font-family:'roboto_bold'; font-weight:normal; color:#000; }
			
			.postagem .postagem-conteudo .compartilhar .compartilhar-comp { float:right; display:block; border-left:1px solid #000; margin-top:8px; padding-left:8px; font-size:17px; font-family:'roboto_bold'; font-weight:normal; color:#000; }
			
			.postagem .postagem-conteudo .compartilhar .compartilhar-comentarios:hover, .postagem .postagem-conteudo .compartilhar .compartilhar-comp:hover { color:#faa61a; }
			
			
	.comentarios { background:#FFF; margin-top:15px; padding:10px; }
	
	
/* CURSOS */
.header-cursos { max-width:1600px; height:auto; margin:0 auto; padding-bottom:50px; background:url('../imgs/cursos-fundo.jpg') top center no-repeat; background-color:#050505; }
.article-cursos { height:1041px;  }

#cursos-topo { margin-top:348px; margin-bottom:4px;  }
#cursos-topo h1 { font-family:'roboto_bold', Arial; font-weight:normal; font-size:60px; color:#FFF; }
#cursos-topo h2 { font-family:'roboto_bold', Arial; font-weight:normal; font-size:26px; margin-top:20px; margin-bottom:10px;  color:#eb7f00;}
#cursos-topo h3 {width:520px; font-family:'roboto_bold', Arial; font-weight:normal; margin:10px 0 10px 0; text-transform:uppercase; font-size:15px;  color:#faa61a; }
#cursos-topo p { width:650px;  font-family:'robotolight', Arial; margin:10px 0 10px 0; line-height:20px; text-align:justify; font-size:14px; color:#fff; }

.tecnicas{width:510px; margin-left:30px; margin-top:10px;}
.tecnicas li{font-family:'robotolight', Arial; line-height:23px; font-size:14px; color:#fff; list-style:disc;}
.btn-conf{width:100%;  float:left; margin-top:5px;  }
.btn {  width:60px;  margin-left:430px;  display:block;  background:#FFF ; padding:10px; text-align:center; font-size:12px; color:#4c3b3e; }
.btn:hover {   background:#FAA61A ;  }



