@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;	
}
body{
	font:16px Tahoma, Geneva, sans-serif;
	font-weight:normal;
	background:url(../img/fundo_site.jpg) no-repeat #DDDDDD top center;
}

header, nav, section, article, aside, footer{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;	
}

#container, footer{
	width:1000px;
	margin:auto;
	font-weight:normal;
}

/* formatando o banner  */

header{
	height:225px;
	width:100%;
}

#banner{
	width:1000px;
	height:225px;
	margin:0 auto;
	
}

#banner_esq{
	width:285px;
	height:175px;
	float:left;
	position:relative;
	
}

#banner_logo{
	width:430px;
	height:175px;
	float:left;
	position:relative;
	background-color:#FFF;
	filter:alpha(opacity=95);
    opacity: 0.95;
    -moz-opacity:0.95;
    -webkit-opacity:0.95;
	
	
}

#banner_dir{
	width:285px;
	height:175px;
	float:left;
	position:relative;
	
}


.logo{
	border:0;	
	margin-top:15px;
	margin-left:65px;
}

.img_redes_sociais_banner{
	border:0;
	margin-right:10px;
	margin-top:20px;
	float:right;
}

/* Formatando o menu */

#menu{
	width:1000px;
	height:50px;
	margin:0 auto;
	position:relative;
	float:left;
	background-color:#000;
	filter:alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity:0.85;
    -webkit-opacity:0.85;
	
}



nav{ 
	height:50px;
	width:1000px;
	display:block;
	position:relative;
	border-radius: 50px 0 0 50px;
	font-family:Calibri;
	color:#FFF;
	font-size:20px;
	margin:0 auto;
}
/* alinhando os links  */
nav ul{
	width:800px;
	margin: 0 auto;
	list-style-type:none;
	text-align:center;
	padding-top:12px;
}
nav ul li{
	display:inline;
	margin:0 10px;
}
nav ul li a{
	text-decoration:none;
	margin:0;
	color:#FFF;

}
nav ul li a:hover{
	color:#B63134;
	height:35px;	
}

/* formatando o full_banner  */

#full_banner{
	margin:0 auto;
	width:1000px;
	height:350px;
	background-color:#000;
}

#destaque{
	margin:0 auto;
	width:1000px;
	height:350px;
}

/* formatando a section */

section{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin:0 auto;
}


/* formatando footer */
footer{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/fundo_footer.jpg) repeat-x;
	text-decoration:none;
}
#footer{
	width:1000px;
	margin:0 auto;
	height:240px;
}
#footer_esquerdo{
	width:320px;
	height:195px;
	margin-left:10px;
	float:left;
	position:relative;
	color:#FFF;
	font-size:16px;
	
}
#footer_esquerdo_img{
	width:30px;
	height:100px;
	float:left;
	position:relative;
	margin-top:95px;
	
}
#footer_esquerdo_texto{
	width:270px;
	height:100px;
	margin-left:10px;
	float:left;
	position:relative;
	color:#FFF;
	font-size:16px;
	margin-top:95px;
}

#footer_central{
	width:350px;
	height:55px;
	float:left;
	position:relative;
}

#footer_central_texto1{
	width:350px;
	height:80px;
	float:left;
	position:relative;
	color:#FFF;
	font-size:20px;
	text-align:center;
	margin-top:15px;
	
}

#footer_central_texto2{
	width:350px;
	height:20px;
	float:left;
	position:relative;
	color:#FFF;
	font-size:16px;
	text-align:center;
	padding-bottom:5px;
	vertical-align:central;
	margin-top:10px;
}

#footer_central_texto3{
	width:350px;
	height:25px;
	margin-top:5px;
	float:left;
	position:relative;
	color:#FFF;
	font-size:16px;
	text-align:center;
}

.img_footer_textos{
	border:0;
	margin-left:10px;
	margin-top:10px;
}

.img_redes_sociais_footer{
	border:0;
	margin-right:10px;
	margin-top:135px;
	float:right;
}


#footer_direito{
	width:320px;
	height:195px;
	float:right;
	position:relative;
	
}




#footer_rodape{
	width:1000px;
	height:45px;
	font-size:11px;
	
	color:#FFF;
	float:left;
	position:relative;
}
#footer_copyright{
	width:550px;
	height:25px;
	margin:0 auto;
	float:left;
	color:#FFF;
	font-size:12px;
	padding-top:15px;
	padding-left:20px;
}
#img_footer{
	float:right;
	padding-right:10px;
	padding-top:5px;
}
.imgfooter{
	border:0;
	margin-bottom:3px;
}


/**INDEX ******************************************************/

#index_conteudo{
	width:1000px;
	height:450px;
	margin:0 auto;
}

#index_conteudo1{
	width:325px;
	height:450px;
	background-color:#FFF;
	float:left;
	position:relative;
	margin-top:10px;
	margin-right:5px;
}

#index_conteudo_titulo1{
	width:305px;
	height:35px;
	float:left;
	position:relative;
	background-color:#AE3335;
	color:#FFF;
	padding-top:15px;
	padding-left:20px;
	font-weight:bold;
}
#index_conteudo_imagem1{
	width:325px;
	height:160px;
	float:left;
	position:relative;
}
#index_conteudo_texto1{
	width:285px;
	height:200px;
	float:left;
	position:relative;
	padding:20px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	text-align:left;
}

#index_conteudo2{
	width:325px;
	height:450px;
	background-color:#FFF;
	float:left;
	position:relative;
	margin-top:10px;
	margin-left:7px;
	margin-right:7px;
}

#index_conteudo_titulo2{
	width:305px;
	height:35px;
	float:left;
	position:relative;
	background-color:#AE3335;
	color:#FFF;
	padding-top:15px;
	padding-left:20px;
	font-weight:bold;
}
#index_conteudo_imagem2{
	width:325px;
	height:160px;
	float:left;
	position:relative;
}
#index_conteudo_texto2{
	width:285px;
	height:200px;
	float:left;
	position:relative;
	padding:20px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	text-align:left;
}

#index_conteudo3{
	width:325px;
	height:450px;
	background-color:#FFF;
	float:left;
	position:relative;
	margin-top:10px;
	margin-left:5px;
}

#index_conteudo_titulo3{
	width:305px;
	height:35px;
	float:left;
	position:relative;
	background-color:#AE3335;
	color:#FFF;
	padding-top:15px;
	padding-left:20px;
	font-weight:bold;
}
#index_conteudo_imagem3{
	width:325px;
	height:160px;
	float:left;
	position:relative;
}
#index_conteudo_texto3{
	width:285px;
	height:200px;
	float:left;
	position:relative;
	padding:20px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	text-align:left;
}

#index_conteudo a{
	text-decoration:none;
	font-weight:normal;
	color:#333;
	

}

.index_img{
	border:0;
}

/* EMPRESA  ************************************************/

#empresa_conteudo{
	width:1000px;
	height:500px;
	background-color:#FFFFFF;
	font-size:14px;
	margin:0 auto;
	margin-bottom:20px;

}

#empresa_conteudo_img{
	width:260px;
	height:460px;
	padding:20px;
	float:left;
	position:relative;
}
#empresa_conteudo_texto{
	width:620px;
	height:430px;
	float:left;
	position:relative;
	padding:30px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	
	text-align:justify;
}


.empresa_img{
	border:0;
}


/* CLIENTES  ************************************************/

#clientes_conteudo{
	width:1000px;
	height:750px;
	background-color:#FFFFFF;
	font-size:14px;
	margin:0 auto;
	margin-bottom:20px;

}

#clientes_conteudo_img{
	width:260px;
	height:580px;
	padding:20px;
	float:left;
	position:relative;
}
#clientes_conteudo_texto{
	width:630px;
	height:670px;
	float:left;
	position:relative;
	padding:30px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	
	text-align:justify;
}


.clientes_img{
	border:0;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}


/* SERVICOS  ************************************************/

#servicos_conteudo{
	width:1000px;
	height:900px;
	background-color:#FFFFFF;
	font-size:14px;
	margin:0 auto;
	margin-bottom:20px;

}

#servicos_conteudo_texto1{
	width:270px;
	height:430px;
	float:left;
	position:relative;
	padding:30px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	text-align:left;
}

#servicos_conteudo_texto2{
	width:270px;
	height:430px;
	float:left;
	position:relative;
	padding:30px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	text-align:left;
}

#servicos_conteudo_texto3{
	width:270px;
	height:430px;
	float:left;
	position:relative;
	padding:30px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	text-align:left;
}

#servicos_conteudo_texto4{
	width:270px;
	height:300px;
	float:left;
	position:relative;
	padding:30px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	text-align:left;
}


.servicos_img{
	border:0;
}


/* FALE CONOSCO  ************************************************/

#fale_conosco_conteudo{
	width:1000px;
	height:600px;
	background-color:#FFFFFF;
	font-size:14px;
	margin:0 auto;
	margin-bottom:20px;

}

#fale_conosco_conteudo_img{
	width:260px;
	height:560px;
	padding:20px;
	float:left;
	position:relative;
}
#fale_conosco_conteudo_texto{
	width:620px;
	height:530px;
	float:left;
	position:relative;
	padding:30px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	
	text-align:justify;
}


.fale_conosco_img{
	border:0;
}

	
section fieldset{
	padding:10px;
	color:#333;
	font-size:14px;	

}
section form p{
	font-size:14px;
	margin:2px;
	color:#333;

}
section form input{
	margin:5px;
	padding:2px;
	color:#333;
	font-size:14px;
}
section form textarea{
	margin:5px;
	color:#333;
	font-size:14px;
}
section form input[type="submit"]{
	background:#B23034;
	color:#FFF;
	border:0;
	padding:10px;
	font-size:14px;	
}

.fale_conosco_img{
	border:0;
}

/* FORMATANDO ENVIA MENSAGEM  **********************************************************************/

#envia_mensagem_conteudo{
	width:1000px;
	height:600px;
	background-color:#FFFFFF;
	font-size:14px;
	margin:0 auto;
	margin-bottom:20px;

}

#envia_mensagem_conteudo_img{
	width:260px;
	height:560px;
	padding:20px;
	float:left;
	position:relative;
}
#envia_mensagem_conteudo_texto{
	width:620px;
	height:530px;
	float:left;
	position:relative;
	padding:30px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	
	text-align:justify;
}

}

/* FULL BANNER - NÃO ALTERAR *******************************************************************************************/

#slider1 {
	width:1000px; /* important to be same as image width */
	height:350px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding-left: 0px;
}

#slider1Content {
	width:1000px; /* important to be same as image width or wider */
	position: absolute;
	padding-left: 0px;
	padding-top: 0px;
	height:350px;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 15px/15px Arial, Helvetica, sans-serif;
	width: 1000px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 18px;
}
.left {
	top: 0;
	left: 0;
	width: 0px !important;
	height: 0px;
	text-align: left;
	padding-left: 0px;
}
.right {
	right: 0;
	bottom: 0;
	width: 0px !important;
	height: 350px;
	text-align: right;
	padding-right: 0px;
}
.bottom {
	left: 0;
	bottom: 0;
	width: 0px !important;
	height: 80px;
}
ul { list-style-type: none;}



