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

@import url(base.css); /* -- BASE -- */



/* ------------ PAGINAÇÃO ------------ */
.absolute {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 30px;
}
.paginacao {
	clear:both;
	display:block;
	text-align: center;
	width: 204px;
	height: 27px;
	margin: 0 auto;
}
.paginacao ul li {
	list-style: none;
	float: left;
}

.margin_left{
	margin-left: 18px;		
}
.paginacao a:first-child {
	margin-left: 0;
}
.paginacao a {
	display: block;
	width: 26px;
	height: 26px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #888888;
	text-decoration: none !important;
	padding-top: 3px;
	
}
	.paginacao a:hover{
		color: #f07d17 !important;
	}

/* -------------------------- GERAL ---------------------------- */


.conteudo_960_interna{
	display:block;
	width: 960px;
	height:auto;
	margin: 0 auto;
	overflow:hidden;
	padding: 60px 0;	
}
.conteudo {
    width: 960px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}



#bg_interna_01, #bg_interna_02, #bg_interna_03, #bg_interna_04{
	display:block;
	background: #f7f4f0;
	height: auto;	
}
#bg_interna_01{
	background: #e6dacc url(../imagens/interna/bg-empreedimento.jpg) no-repeat center;
	background-size:cover;
}
#bg_interna_04{
	background: #e6dacc url(../imagens/interna/bg-contato2.jpg) no-repeat center;
	background-size:cover;
}

.span_titulo{
	display:block;
	font: 22px 'museo900', sans-serif;	
	text-transform:uppercase;	
}

.titulo_internas{
	display:block;
	font: 36px 'museo100', sans-serif;	
	margin-bottom: 45px;
	text-transform:uppercase;	
}

/* -------------------------- EMPREENDIMENTOS INTERNA ---------------------------- */

.botao_informacoes {
	display: block;
    width: 125px;
    font: 12px 'SourceSansPro-Semibold', sans-serif;
    background: url(../imagens/bg/bg-informacoes.png) no-repeat right center;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    border-radius: 15px;
    padding-right: 55px;
    padding-top: 11px;
    padding-bottom: 15px;
    float: right;
    font-weight: 600;
}
.btn_todos_os_empreendimentos{
	display: block;
    width: 200px;
    font: 12px 'SourceSansPro-Semibold', sans-serif;
    background: url(../imagens/bg/bg-todos-os-empreendimentos.png) no-repeat right center;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    border-radius: 15px;
    padding-right: 55px;
    padding-top: 11px;
    padding-bottom: 15px;
	margin-top:10px;
    float: right;
    font-weight: 600;
}
.btn_voltar{
	font: 12px 'SourceSansPro-Semibold', sans-serif;
    background: url(../imagens/bg/bg-voltar.png) no-repeat center left;
    padding-left: 60px;
    float: right;
    padding-top: 9px;
    padding-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #666;
}
	.botao_informacoes:hover, .btn_todos_os_empreendimentos:hover{
		text-decoration:underline;
	}

.bloco_botoes{
	display:block;
	width: 292px;
	height: 123px;
	overflow: hidden;
	float:left;
	margin-bottom: 40px;
	margin-left: 42px;
}
	.bloco_botoes img {
		display: block;
		width: 292px;
		height: 123px;
	}
	.hover_botoes_interna {
		display: block;
		width: 292px;
		height: 123px;
		position: relative;
		margin-top: -123px;
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: opacity 0.8s ease-in-out;
	     -moz-transition: opacity 0.8s ease-in-out;
	     -ms-transition: opacity 0.8s ease-in-out;
	     -o-transition: opacity 0.8s ease-in-out;
	     transition: opacity 0.8s ease-in-out;
	}
	.bloco_botoes a:hover {
		background: url(../imagens/interna/hover-btns.png) no-repeat;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.bloco_botoes:hover .tit_cont_img {
		opacity: 1;
		margin-left: 0;
	}
	
	




/* -------------------------- SLIDER EMPREENDIMENTOS INTERNA ---------------------------- */
.carousell_empreendimentos_interna{
	display:block;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 40px;
}


.bloco_empreendimentos_interna, .bloco_empreendimentos_02, .bloco_empreendimentos_03{
	display:block;
	width: 198px;
	height: 340px;
}
	.bloco_empreendimentos_interna img, .bloco_empreendimentos_02 img, bloco_empreendimentos_03 img {
		display: block;
		width: 198px;
		height: 266px;
		-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.75);	
		
		
	}


.bloco_empreendimentos_02{
	float:left;
	margin-left: 54px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.bloco_empreendimentos_03{
	float:left;
	margin-left: 55px;
	margin-top: 30px;	
	margin-bottom: 30px;
}


		.bt_empreendimento_interna, .bloco_empreendimentos_02 a, .bloco_empreendimentos_03 a {
			display: block;
			color: #f07d17;
			width: 170px;
			height: 35px;
			padding-top: 8px;
			font: 18px 'Source Sans Pro', sans-serif;
			text-transform:uppercase;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			cursor: pointer;
			outline: none !important;
			position: relative;
			z-index: 999;
			background-color: #fff;
			margin: 0 auto !important;
			margin-top: -25px !important;
			-webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
			-moz-box-shadow:    1px 1px 10px 0px rgba(50, 50, 50, 0.75);
			box-shadow:         1px 1px 10px 0px rgba(50, 50, 50, 0.75);			
		}
		
			.bloco_empreendimentos_interna span, .bloco_empreendimentos_02 span, .bloco_empreendimentos_03 span {
				display: block;
				color: #000;
				padding-top: 10px;
				font: 13px 'Open Sans', sans-serif;
				font-weight:400;
				text-align: center;
			}
				.bt_empreendimento_interna:hover, .bloco_empreendimentos_02 a:hover, .bloco_empreendimentos_03 a:hover {
					text-shadow: 2px 1px 1px rgba(0,0,0,.15);	
				}	
				
				
				
.bloco_empreendimentos_03 h2 {
	display: block;
	color: #f07d17;
	width: 170px;
	height: 35px;
	padding-top: 8px;
	font: 18px 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 999;
	background-color: #fff;
	margin: 0 auto !important;
	margin-top: -25px !important;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 10px 0px rgba(50, 50, 50, 0.75);			
}
		
			
				
					
		
.bg_setas02{
	display:block;
	width: 888px;
	height: 30px;
	background:url(../imagens/interna/bg-botao.jpg) repeat-x;
	position: absolute;
	margin-top: 32px;
	margin-left: 36px;
	z-index: 99;	
}

#navbtns3 {
	display:block;
	width: 100%;
}
#navbtns3 .next {
	text-indent: -99999999px;
	display: block;
	width: 28px;
	height: 30px;
	background-image: url(../imagens/inicial/direita2.jpg);
	float: right;
	overflow: hidden;
	position: absolute;
	margin-top: 354px;
	z-index: 99;
	margin-left: 935px;
}
#navbtns3 .previous {
	text-indent: -99999999px;
	display: block;
	width: 28px;
	height: 30px;
	background-image: url(../imagens/inicial/esquerda2.jpg);
	float: left;
	overflow: hidden;
	position: absolute;
	margin-top: 354px;
	margin-left: -4px;
	z-index: 99;
}


#mapa_ {
	display: block;
	overflow: hidden;
	height: 280px;
	width: 100%;
	-webkit-box-shadow: 0px -2px 19px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0px -2px 19px 0px rgba(50, 50, 50, 0.6);
	box-shadow: 0px -2px 19px 0px rgba(50, 50, 50, 0.6);
}

/* -------------------------- INTERNA EMPREENDIMENTOS  ---------------------------- */


.img_botao{
	display:block;
	width: 100%;
	height: auto;
    max-height: 223px;
	margin: 0 auto;
	margin-bottom: 30px;	
}
	.img_botao img{
		display:block;
		width: 951px;
		height: auto;
	}

.menu_interna{
	display:block;
	width: 638px;
	height: 58px;
	padding-left: 5px;
}


.menu_interna  ul {
	display: block;
	width: 638px;
	height: 35px;
	float:right;
}

.menu_interna li {
	display: block;
	margin: 0 auto;
	float: left;
}

.menu_interna  li a {
	display: block;
	color: #d67c28;
	font: 12px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid #d67c28;
	background-color:transparent;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 8px 25px 10px 25px;
	margin-left: 45px;
	text-transform:uppercase;
}

.menu_interna  li a:hover {
	color: #fff;
	background-color: #d67c28;
}


.h3_interna_01{
	display: block;
	color: #000;
	font: 18px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;	
}

.h3_interna_02{
	display: block;
	color: #000;
	font: 18px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	margin-bottom: 30px;	
}

.span_interna{
	display: block;
	color: #000;
	font: 15px 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;	
}

p{
	display: block;
	color: #000;
	font: 14px 'myriad', sans-serif;
	margin-bottom: 25px;
	text-align:justify;	
	line-height: 20px;
}


#ul_01, #ul_02{
	display:block;
	width: 250px;
	height: auto;
	float:left;
	padding-bottom: 25px;
}


#ul_01 li, #ul_02 li{
	display: block;
	color: #000;
	font: 13px 'myriad', sans-serif;
	text-align: left;
	line-height: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.15);
}


.img_estrutura_interna{
	width: 184px;
	height: 183px;
}
	.img_estrutura_interna img, .img_faial img {
		display: block;
		width: 184px;
		height: 183px;
	}

.div_plantas{
	display:block;
	height: 108px;
	margin: 0 auto;
	margin-top: 50px;
		
}


.img_faial{
	display: block;
	width: 184px;
	height: 183px;	
	float:left;
	margin-left: 40px;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	-moz-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;	
}

.img_plantas{
	display: block;
	width: 120px;
	height: 81px;	
	float:left;
	margin-left: 40px;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	-moz-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;	
}

.mapa_01{
	display:block;
	width: 619px;
	height: 492px;	
}


.carousell_estrutura_interna{
	display:block;
	width: 840px;
	margin-left: 40px;
	margin-top: 40px;
}

#navbtns4 {
	width: 100%;
}
#navbtns4 .next {
	text-indent: -99999999px;
	display: block;
	width: 16px;
	height: 25px;
	background-image: url(../imagens/inicial/direita.png);
	float: right;
	overflow: hidden;
	position: absolute;
	margin-top: 73px;
	z-index: 99;
	margin-left: 840px;
}
#navbtns4 .previous {
	text-indent: -99999999px;
	display: block;
	width: 16px;
	height: 25px;
	background-image: url(../imagens/inicial/esquerda.png);
	float: left;
	overflow: hidden;
	position: absolute;
	margin-top: 73px;
	margin-left: -40px;
	z-index: 99;
}


/* -------------------------- SLIDE MORAR MELHOR ---------------------------- */

.carousell_estrutura_interna_02{
	display:block;
	width: 900px;
	margin: 0 auto;
	margin-top: 40px;
}


.fotos_morar{
	display:block;
	width: 129px;
	height: 97px;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	-moz-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;		
}

#navbtns5 {
	width: 100%;
}
#navbtns5 .next {
	text-indent: -99999999px;
	display: block;
	width: 16px;
	height: 25px;
	background-image: url(../imagens/inicial/direita.png);
	float: right;
	overflow: hidden;
	position: absolute;
	margin-top: 37px;
	z-index: 99;
	margin-left: 902px;
}
#navbtns5 .previous {
	text-indent: -99999999px;
	display: block;
	width: 16px;
	height: 25px;
	background-image: url(../imagens/inicial/esquerda.png);
	float: left;
	overflow: hidden;
	position: absolute;
	margin-top: 37px;
	margin-left: -40px;
	z-index: 99;
}



/* -------------------------- INTERNA RESPONSABILIDADE  ---------------------------- */

#esquerda{
	display:block;
	width: 460px;
	height: 405px;
	float:left;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #000;	
}

#conheca_projetos{
	display: block;
	color: #000;
	font: 16px 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	text-align:center;
	height: 40px;
	padding-top: 35px;	
}

.h3_interna_02{
	display: block;
	color: #000;
	font: 18px 'Source Sans Pro', sans-serif;
	font-weight: bold;	
	margin-bottom: 30px;
}

.h2_interna{
	display: block;
	color: #000;
	font: 14px 'Source Sans Pro', sans-serif;
	font-weight: bold;	
	margin-bottom: 30px;
}

.img_projeto{
	display:block;
	width: 431px;
	height: 260px;
	float:left;	
	margin-top: 15px;
}


.menu_interna_02{
	display:block;
	width: 950px;
	height: 58px;
	padding-top: 30px;
	border-top: 1px solid #000;
}


.menu_interna_02  ul {
	display: block;
	width: 952px;
	height: 35px;
}

.menu_interna_02 li {
	display: block;
	margin: 0 auto;
	float: left;
}

.menu_interna_02  li a {
	display: block;
	color: #d67c28;
	font: 12px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid #d67c28;
	background-color:transparent;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 8px 32px 10px 32px;
	margin-left: 30px;
	text-transform:uppercase;
}

.menu_interna_02  li a:hover {
	color: #fff;
	background-color: #d67c28;
}


/* -------------- DICAS E NOTICIAS -------------- */

.img_dicas_noticias{
	display: block;
    max-width: 405px;
    width: calc(100% - 2px);
    height: 236px;
    border: 1px solid #d7d7d7;
    margin: 0 auto 50px;
}

.titulo_dicas{
	display: block;
	color: #f07d17;
	font: 20px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 30px;	
}

.bt_leia {
	display: block;
	color: #d67c28;
	font: 12px 'Source Sans Pro', sans-serif;
	float:left;
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid #d67c28;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 8px 32px 10px 32px;
	text-transform: uppercase;
}

	.bt_leia:hover {
		background-color: #d16404;
		color: #fff;
	}

.bloco_dicas{
	display:block;
	width: 418px;
	height: 200px;	
	float:left;
	margin-bottom: 50px;
}

.bloco_dicas p{
	text-align:left;
}

.img_dicas_noticias_02{
	display:block;
	width: 201px;
	height: 117px;
	border: 1px solid #d7d7d7;
	margin-bottom: 28px;
}

.foto_botao{
	display:block;
	overflow:hidden;
	height: 200px;
	float:left;	
	margin-right: 20px;	
}

.titulo_dicas_02{
	display: block;
	color: #f07d17;
	font: 15px 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	margin-bottom: 8px;	
}

.margim_50{
	margin-right: 50px;	
}

#linha_cinza{
	display:block;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	min-width: 960px;
	height: 1px;
	background: #898989;
	
}


/* ---- MUDANÇAS EMPREENDIMENTOS ---- */

.textos_esquerda{
	display:block;	
	width: 500px;
	height:auto;
	overflow:hidden;
	float:left;
}


.imagens_direita{
	display:block;
	width: 350px;
	height: 220px;
	float:right;
	-webkit-box-shadow: -4px 4px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: -4px 4px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow: -4px 4px 6px 0px rgba(50, 50, 50, 0.75);
}


.textos_direita{
	display:block;	
	width: 500px;
	height:auto;
	overflow:hidden;
	float:right;
}


.imagens_esquerda{
	display:block;
	width: 350px;
	height: 220px;
	float:left;
	margin-bottom: 50px;
	-webkit-box-shadow: 4px 5px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 4px 5px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 4px 5px 6px 0px rgba(50, 50, 50, 0.75);
}





/* ------------------- CONTATO -------------------- */


#div_informacoes{
	width: 230px;
	height: 445px;
	float:left;
	margin-left: 60px;
	margin-top: 88px;	
}

#div_informacoes h3{
	color: #f07d17;
	font: 18px 'Source Sans Pro', sans-serif;
	font-weight:bold;
	margin-bottom: 10px;
}

#div_informacoes p{
	display:block;
	font: 13px 'Source Sans Pro', sans-serif;
	color: #000;
	line-height: 20px;
	margin-bottom: 20px;	
}

#div_informacoes address{
	display:block;
	font: 13px 'Source Sans Pro', sans-serif;
	color: #000;
	line-height: 20px;
	margin-bottom: 20px;	
}

#div_informacoes span{
	font-weight:bold;	
}


.contato_esquerda{
	display:block;
	float:left;
	overflow:hidden;
	margin-right: 50px;	
}
.botao_trabalhe{
	display: block;
	width: 170px;
	height: 28px;
	font: 14px 'museo100', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #d67c28;
	text-align: center;
	padding-top: 12px;	
}
	.botao_trabalhe:hover{
		background: #f4dcc8;
		color: #d67c28;
	}
	
	

/* ------------------- FORMULÁRIO -------------------- */

	
.formulario2 {
    display: block;
    overflow: hidden;
    float: left;
    margin-top: 20px;
    width: 65%;
    height: auto;
}

.formulario2 p{
	color: #012c4c;
	float:right;
	font: 12px "calibri", Arial, Helvetica, sans-serif;
}

.formulario2 label{
	color: #012c4c;
	float:left;
	font: 14px "calibri", Arial, Helvetica, sans-serif;
}
	
#FormContato2 {
	width:290px;
	margin-top: 5px;
}
.campo_formulario2 {
	display: block;
	width: 280px;	
	height: 30px;
	padding-left: 10px;
	margin-bottom: 18px;
	background-color: transparent;
	outline: none;
	border: 1px solid #f07d17 !important;
}
.campo_formulario2:hover{
	background-color: #f4dcc8;	
}

.msg2{
	background-color: transparent;
	width: 278px;
	height: 126px;
	float:left;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
	resize: none;
	outline: none;
	background-color: transparent;
	border: 1px solid #f07d17 !important;
}	 
.msg2:hover{
	background-color: #f4dcc8;	
}
 
#btn_contato_enviar2{
	display: block;
	color: #f07d17;
	width: 94px;
	height: auto;
	padding: 6px 0;
	font: 12px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	float: left;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	border: 1px solid #f07d17;
	background-color: transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#btn_contato_enviar2:hover{
	background-color: #f4dcc8;
}

/* ------------------- ÁREA CLIENTES -------------------- */


.area_esquerda{
	display:block;
	width: 305px;
	height: 378px;
	float:left;
	border-right: 1px solid #000;
	margin-top: 20px;
	padding-right: 20px;
	margin-right: 30px;
}

.area_esquerda h3{
	display:block;
	font: 15px 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	margin-bottom: 35px;	
}

/* ------------------- FORMULÁRIO 03 -------------------- */

.formulario3, .formulario5{
	display:block;
	width: 308px;
	height: 178px;
	float:left;
	overflow:hidden;	
}

#FormContato3, #FormContato5{
	overflow:hidden;	
}

.campo_formulario3, .campo_formulario5 {
	display: block;
	color: #000;
	width: 295px;
	height: 40px;
	font: 11px 'Open Sans', sans-serif;
	padding-left: 10px;
	margin-bottom: 12px;
	background-color: #fff;
	outline: none;
	border: 1px solid #959595;
	text-transform:uppercase;
	box-shadow: 0px 0px 4px #9b9b9b;
	-moz-box-shadow: 0px 0px 4px #9b9b9b;
	-webkit-box-shadow: 0px 0px 4px #9b9b9b;	
}
.campo_formulario3:hover , .campo_formulario5:hover {

}
#btn_contato_enviar3, #btn_contato_enviar5 {
	display: block;
	color: #fff;
	width: 78px;
	height: 40px;
	font: 12px 'Open Sans', sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	outline: none !important;
	text-transform: uppercase;
	z-index: 999;
	border: 1px solid #959595;
	background: #d16404;
	margin-top: 20px;
}
#btn_contato_enviar3:hover, #btn_contato_enviar5:hover {
	background-color: #f4dcc8;
	color: #d16404;	
}


/* ------------------- FORMULÁRIO 04 -------------------- */
.area_direita{
	display:block;
	width: 560px;
	float:left;
	margin-top: 20px;
	overflow:hidden;
}

.area_direita h3{
	display:block;
	font: 15px 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	margin-bottom: 28px;	
}
	
.formulario4, .formulario6{
	display:block;
	overflow:hidden;
	float:left;
	width: 560px;
	height:auto;
}

.formulario4 p, .formulario6 p{
	color: #012c4c;
	float:left;
	font: 12px "calibri", Arial, Helvetica, sans-serif;
}

.formulario4 label, .formulario6 label{
	display:block;
	color: #012c4c;
	font: 14px "calibri", Arial, Helvetica, sans-serif;
}
	
#FormContato4, #FormContato6 {
	width:560px;
	overflow:hidden;
}
.campo_formulario4, .campo_formulario6 {
	width: 258px;	
	display: block;
	height: 30px;
	font-size: 13;
	padding-left: 10px;
	margin-bottom: 18px;
	background-color: transparent;
	outline: none;
	border: 1px solid #f07d17 !important;
}
.campo_formulario4:hover, .campo_formulario6:hover{
	border:none !important;
	background-color: #f4dcc8;	
}

 
#btn_contato_enviar4, #btn_contato_enviar6{
	display: block;
	color: #fff;
	width: 78px;
	height: 40px;
	font: 12px 'Open Sans', sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	outline: none !important;
	text-transform: uppercase;
	z-index: 999;
	border: 1px solid #959595;
	background: #d16404;
	float:right;

}

#btn_contato_enviar4:hover, #btn_contato_enviar6:hover{
	background-color: #f4dcc8;
	color: #d16404;
}


#form_esquerda{
	overflow:hidden;
	float:left;		
}

#form_direita{
	overflow:hidden;
	float:right;	
}




/* -------------------------------------------------- ALERTA -------------------------------------------------------------------- */

#alerta {
	font: 11px Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 10px 20px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	display: none;
}
	.alerta_ok {
		background: #f6ffe3 url(../imagens/interna/contato/at.jpg) no-repeat 5px center;
		border: 1px solid #d5ef9e;
		color: #060;
	}
	.alerta_erro {
		background: #ffe2d8 url(../imagens/interna/contato/des.jpg) no-repeat 5px center;
		border: 1px solid #eda48a;
		color: #cd3000;
	}
	.form_erro {
		border: 1px solid #F00;
	}
	.form_ok {
		border: 1px solid #000;
	}
	
/* Ajustes */
.volte_breve{
	display:block;
	font: 20px 'Source Sans Pro', sans-serif;
	color: #d67c28;
	text-align:center;
	margin-top: 150px;
}






.titler_interna {
	font: 40px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color:#003366;
    margin: 20px auto;
    display: block;
    width: 100%;
	max-width:960px;
}
.banner_interna{
	width: 100%;
    max-height: 455px;
    height: auto;
}
.container_branco {
	/*background:#ffffff;	
    position: absolute;
    margin-top: 90px;
    padding: 30px;*/
	z-index: 99;
    padding-bottom: 20px;
    border-bottom: 2px solid #fa9434;
    height: 80px;
    width: 960px;
    margin: 20px auto 30px;
}
.container_branco h2 {
	font: 30px 'museo100', sans-serif;
	color:#000;	
}
.container_branco p {
	font: 18px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color:#999999;	
}
.btn_galeria {
    display: block;
    width: 150px;
    height: 150px;
    float: left;
    margin-bottom: 10px;
    margin-right: 12px;
}
.btn_galeria .mascara {
    background: rgba(0,0,0,0.5) url(../imagens/bg/bg-mascara.png) center no-repeat;
    position: absolute;
    opacity: 0;
    width: 150px;
    height: 150px;
    -webkit-transition: opacity 0.8s linear;
    -moz-transition: opacity 0.8s linear;
    -ms-transition: opacity 0.8s linear;
    -o-transition: opacity 0.8s linear;
    transition: opacity 0.8s linear;
}
.btn_galeria:hover .mascara {opacity: 1;}
.btn_galeria.btn6 {margin-right: 0;}
.btn_galeria img {
    width: 150px;
    height: 150px;
    position: absolute;
}
.img_mapa, .img_implantacao, .img_localizacao{
	display:block;
	margin:30px auto 20px;
}
.linha_de_divisa {
	display:block;
	width:0px;
	height:580px;
    float: left;
	border-right:1px solid #999999;
}
.lado_esquerdo {
	width:49%;
	float:left;	
}
.lado_esquerdo h2 {
	font: 36px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color:#666666;
}
.lado_esquerdo p {
	font: 20px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color:#666666;
}
.folder_digital {
	font: 12px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color:#fff;
	background:#d67c28;
	border-radius:5px;
	text-transform:uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	padding:5px 20px;
	display:block;
	width:88px;
	margin-bottom:20px;
	margin-top:10px;
}
.lado_esquerdo h3 {
	font: 32px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color:#d67c28;
}

.lado_direito {
	float:right;
	width:49%;
	padding-top:40px;
}
.lado_direito p {
	font: 20px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color:#003366;
	margin-bottom:0px;
}
.lado_direito p b {
	color:#d67c28;
}
.lado_direito p em {
	font-size:25px;
}

.lado_direito h3 {
    font: 32px 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #d67c28;
}

.img_pequena {
	width:auto;
	margin-top:25px;
}
.container_mais {
	display:block;
	margin-top:50px;
}
.container_mais h2 {
	display:block;	
	font: 20px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color:#666666;
	margin-bottom:20px;
}
.containers_mais {
	width:20%;
	float:left;	
    height: 150px;
    margin-bottom: 30px;
}
.containers_mais img {
	display:block;
	margin:0 auto 10px;	
}
.containers_mais h3 {
	display:block;	
	font: 16px 'Source Sans Pro', sans-serif;
	font-weight: bold;
	text-align:center;
	color:#e97d01;
}
/*.containers_mais .cor1 {
	color:#e97d01;
}
.containers_mais .cor2 {
	color:#0166ff;
}
.containers_mais .cor3 {
	color:#ea00ff;
}
.containers_mais .cor4 {
	color:#66cc00;
}*/
.bx-wrapper {
    margin: 30px auto 60px !important;
}
#bx-pager,#bx-pager2,#bx-pager3,#bx-pager4,#bx-pager5 {
	width:2030px;
    position: relative;
}
.scroll_banner {
	width:100%;
	overflow:scroll;	
}
#bx-pager a,#bx-pager2 a,#bx-pager3 a,#bx-pager4 a,#bx-pager5 a {
	width:140px;
	float:left;
	margin-bottom:15px;
}
#bx-pager a .bt,#bx-pager2 a .bt,#bx-pager3 a .bt,#bx-pager4 a .bt,#bx-pager5 a .bt {
	width:90%;
	height:120px;
	margin:0 auto;
	display:block;	
}
#bx-pager a img, #bx-pager2 a img, #bx-pager3 a img, #bx-pager4 a img, #bx-pager5 a img {
	width:100%;
	height:100%;
}
#bx-pager a.active .bt ,#bx-pager2 a.active .bt ,#bx-pager3 a.active .bt, #bx-pager4 a.active .bt, #bx-pager5 a.active .bt{
	background:#d67c28;
}
#bx-pager a:hover .bt, #bx-pager2 a:hover .bt, #bx-pager3 a:hover .bt, #bx-pager4 a:hover .bt, #bx-pager5 a:hover .bt{
	background:#d67c28;
}
#bx-pager a.active .bt img, #bx-pager2 a.active .bt img, #bx-pager3 a.active .bt img, #bx-pager4 a.active .bt img, #bx-pager5 a.active .bt img {
	opacity:.5;	
}
#bx-pager a:hover .bt img, #bx-pager2 a:hover .bt img, #bx-pager3 a:hover .bt img, #bx-pager4 a:hover .bt img, #bx-pager5 a:hover .bt img {
	opacity:.5;	
}
.conteudo_960_interna #content {
    height: auto !important;	
}
.bx-wrapper img {
	display:block;
	margin:0 auto;
}
.bx-wrapper .bx-controls-direction a {
    background: url(../imagens/inicial/direita2.jpg) no-repeat !important;
    width: 28px;
    height: 30px;
	display:block;
    cursor: pointer;
	font-size:0px;
    z-index: 999;
    position: relative;
	margin-top:-300px;
    -webkit-transition: background 400ms linear;
    -moz-transition: background 400ms linear;
    -o-transition: background 400ms linear;
    -ms-transition: background 400ms linear;
    transition: background 400ms linear;
}
.bx-wrapper .bx-prev {
    z-index: 999;
	left:0px;
	float:left;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bx-wrapper .bx-next {
	float:right;
    right:0px;
}



.bloco_img_avulsos {
    width: 50%;
    float: right;
}
.bloco_img_avulsos .btn_galeria {
    margin-bottom: 10px;
    margin-right: 10px;
}
.bloco_infor_avulsos {
	display:block;
    width: 45%;
    padding-right: 5%;
	float:left;	
}
.valores_fixos {
	width:50%;
	float:left;
}
.bloco_infor_avulsos p {
    font: 15px 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #666666;
}
.bloco_infor_avulsos p span {
    color: #f07d17;
    font: 16px 'Source Sans Pro', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}