@charset "utf-8";
/* CSS Document */

.bem_vindo {
	width:100%;
	height:500px;
	background-image:url(../_imagens/12.jpg);
	background-attachment:fixed;
	background-size:100% 100%;
}

.caixa_bem_vindo {
	width:500px;
	height:500px;
	background:url(../_imagens/transparente.png);
}

.titulo_bem_vindo {
	color:#FFF;
	font-size:36px;
	padding:100px 10px 0px 50px;
	font-family:"SFProDisplay-Light";
}

.texto_bem_vindo {
	color:#FFF;
	font-family:"SFProDisplay-Light";
	font-size:22px;
	padding:50px 50px 50px 50px;
}

.informativo {
	width:100%;
	height:300px;
	background: #FFF;
	margin:0px;
	padding:0px;
}

.texto_informativo {
	width:1050px;
	margin:auto;
	padding:0px;
}

.informativo p {
	text-align: justify;
	font-family:"SFProDisplay-Light";
	font:normal;
	color:#666;
	font-size:20px;
	line-height:2.0;
}

.informativo p a {
	font-family:"SFProDisplay-Light";
	font-size:20px;
	color:#B90004;
	text-decoration:none;
}

.informativo p a:hover {
	color: #F00;
}

.background_servicos_pi {
	width:100%;
	height:500px;
	margin-top:0px;
	background:url(../_imagens/bolsa.jpg) scroll;
	background-attachment: fixed;
	background-size:100% 100%;
}

.conteudo_servicos {
	margin:auto;
	width:1050px;
	height:500px;
}

.coluna_servicos {
	width:310px;
	height:370px;
	float:left;
	margin:20px;
}

.img_servicos_1 {
	width:100px;
	height:100px;
	margin:auto;
	background:url(../_imagens/img_servicos_1.png);
}

.img_servicos_2 {
	width:100px;
	height:100px;
	margin:auto;
	background:url(../_imagens/img_servicos_2.png);
}

.img_servicos_3 {
	width:100px;
	height:100px;
	margin:auto;
	background:url(../_imagens/img_servicos_3.png);
}

.subititulo_branco {
	font-family:"SFProDisplay-Light";
	font-size:21px;
	color:#FFF;
	text-align:center;
	margin:15px 0px 0px 0px;
}

.texto_servicos {
	font-size:18px;
	padding:20px 0px 0px 0px;
	color:#FFF;
	line-height:1.4;
}

.titulo_branco {
	font-family:"SFProDisplay-Light";
	font-size:36px;
	color:#FFF;
	text-align:center;
	padding:30px;
}

.economia {
	width:100%;
	height: 110%;/*height:300px;*/
	margin:0px;
	padding-bottom: 24px;
	background:url(../_imagens/indicadores.png);
	background-attachment: fixed;
	background-size:100% 100%;
}

.clima {
	width:100%;
	height: 110%;
	margin:0px;
	/*padding-top: 24px;*/
	/*padding-bottom: 24px;*/
	background:url(../_imagens/clima.png);
	background-attachment: fixed;
	background-size:100% 100%;
}

.clientes {
	width:100%;
	height:300px;
	margin:0px;
}
.colunas {
	width:1050px;
	margin:auto;
}

.clientes_colun {
	width:170px;
	height:170px;
	float:left;
	margin:10px;
	padding:10px;
}

.titulo_preto {
	font-family:"SFProDisplay-Light";
	font-size:36px;
	color: #333;
	text-align:center;
	padding:30px;
}

