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

* {
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;}

html, body {
	height:100%;
	color:#666;
}

body {
	background:#FFF;
	color:#666;
	font-size:14px;
	}
	

a {
	text-decoration:none;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
img {
	border: none;
}
p {
	text-align:justify;
	line-height:1.5;
	margin-bottom:8px;
}
h1, h2, h3 {
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:15px;
	font-weight:400
}
h1 { font-size:36px}
h1.verde, h2.verde, h3.verde {
	color:#A8CF45
	}
.clear {
	clear:both
}
textarea:focus {
	outline:none;
}
input:focus {
	outline: none;
}

.geral {
	min-height:100%;
	width:100%;
	position:relative;
}

.barra {
	width:100%;
	}

.conteudo {
	width:960px;
	margin:0 auto;
	position:relative;
	}
	
.modulo { padding:50px 0}

.bg_verde{
	background:#A8CF45;
	color:#FFF
	}
.bg_cinza{
	background:#333;
	color:#FFF
	}
.bg_preto{
	background:#000;
	color:#FFF
	}
.btn {
	padding:10px 20px;
	text-align:center;
	display:inline-block;
	margin-top:30px;
	}
.btn_branco {
	background:#FFF;
	color:#333
	}
.btn_verde {
	background:#A8CF45;
	color:#FFF
	}
.btn:hover {
	cursor:pointer;
	background:#333;
	color:#FFF; }	
.logo {
	display:inline-block
	}
.menu {
	float:right;
	width: 680px;
	text-align:right
	}
.menu a {
	display:inline-block;
	color:#666;
	margin:10px;
	font-size:15px;
	padding-bottom:10px;
	padding-top:30px;
	border-bottom:2px solid #FFF ;
	}	
.menu a:hover, .menu a.atual {
	color:#A8CF45;
	border-bottom:2px solid #A8CF45 ;
	}
		
.txtcenter {
	text-align:center;
	}

.col2 {
	float:left;
	width:460px;}
	
.col3 {
	float:left;
	width:300px;
	margin:10px;}
	
.endereco p, .endereco {
	text-align:right;
	}
.endereco p b { font-size:16px}
.endereco p b strong{ font-size:24px}

.espaco_menu_topo { height:100px; display:none}
#menu_topo {
	background:#FFF;}
.f_espacao_menu	{ display:block}
.f-menu {
	position:fixed;
	top:0;
	z-index:9999;
	border-bottom: 3px solid #DDD;
	}
.f_menu_loja {
	position:fixed;
	top:100px;
	z-index:9999;
	}	
	
/*---banner---*/
	
.banner_slider {
	height:490px;
	width:100%;
	margin:0 auto;
	
	position:relative;
	overflow:hidden;}
	
.bg_banner {background:url(../img/bg_banner.png) center;}	
.slider {
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:490px;
	overflow:hidden;}
.slide{ width: 100%; height: 490px; display: block;}		
.img_banner {
	width:580px;
	height:400px;
	/*margin-right:20px;*/
	float:left;
	}
.desc_banner {
	width:375px;
	height:400px;
	float:left;
	}
.titulo_banner {
	margin:80px 0 40px;
	font-size:35px;}
.titulo_banner span {
	background: #333;
	padding: 2px 10px 10px;
	
	margin-top: -3px;
	color:#FFF}	
.desc_banner p {
	color:#000;
	}
.desc_banner .btn {
	background:#FFF;
	color:#A8CF45;
	font-weight:700;}
.desc_banner .btn:hover {
	background:#333;
	color:#FFF;
	font-weight:700;}
#prev_banner {
	display:none;
	position:absolute;
	z-index:901;
	left:50%;
	margin:180px 0 0 -480px;
	background:url(../img/seta_prev.png) no-repeat center  ;
	width:50px;
	height:50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#next_banner {
	display:none;
	position:absolute;
	z-index:901;
	left:50%;
	margin:180px 0 0 430px;
	background:url(../img/seta_next.png) no-repeat center ;
	width:50px;
	height:50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#prev_banner:hover {
	background-color:#A8CF45
	
}
#next_banner:hover {
	background-color:#A8CF45
	
}
.banner_slider:hover #prev_banner, .banner_slider:hover #next_banner {
	display:block
}
#nav_slides {
	position:absolute;
	z-index:9999;
	left:50%;
	width:1000px;
	margin:270px 0 0 -530px;
	text-align:center
}
#nav_sl_wrap {
	padding:0;
	height:20px;
}
#nav_slides a {
	height:20px;
	width:20px;
	margin:3px;
	z-index:9999;
	background:url(../img/bullet.png) no-repeat 0 0;
	display:inline-block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#nav_slides a strong {
	display:none;
}
#nav_slides a.activeSlide {
	background:url(../img/bullet.png) no-repeat 0 -20px
}
#nav_slides a span {
	width:156px;
}

		
/*---modulo_home_1---*/	
.modulo_home_1 {
	height:640px;
	background:url(../arquivos/img_home_1.jpg) center no-repeat;
	}
	
.txt_home_1{
	position:absolute;
	right: 100px;
	top: 50px;
	width:450px;
	}

.recurso_home {
	margin:30px 10px;
	width:220px;
	float:left;
	text-align:center;
	color:#FFF;
	}	
.recurso_home p {
	text-align:center;
	font-size:16px;
	}
.recurso_home_img {
	width:220px;
	height:100px;
	}	
.recurso_home h3{
	margin-bottom:0;
	margin-top:10px;
	font-size:22px;
	font-weight:400;
	}	
	
	
/*---modulo_home_clientes---*/	
.modulo_home_clientes{}

.modulo_home_clientes h1{
	text-align:center;
	margin-top:50px;}
.modulo_home_clientes h2{
	text-align:center;
	margin-bottom:40px;}
.slider_clientes{
	height:400px;
	width:960px;
	background:url(../img/tablet.png) no-repeat left center;
	position:relative;
	margin-bottom:50px;}	
#slider_clientes {
	width:960px !important;
	height:400px;
	position:relative
}
.cliente_home {
	height:400px;
	width:960px;
	position:absolute;
	top:0;
	left:0}	
	
.img_cliente {
	position: absolute;
	top: 33px;
	left: 110px;
	width:350px;
	height: 258px;
	overflow:hidden;
	}
.img_cliente img{
	display:block;
	width:350px;
	height: 258px;
	}
.desc_cliente {
	position: absolute;
	top: 10px;
	right:0px;
	width:350px;
	text-align:right;}	
.desc_cliente h3 {
	font-size:24px;
	color:#A8CF45;}	
.desc_cliente p {
	text-align:right;
}
.desc_cliente a {
	color:#333;
}
.nav_clientes{
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 901;
	}	
#prev_cliente,#next_cliente {
	font-size:20px;
	margin:10px;
	display:inline-block;
	z-index:901;
	padding:5px 8px;
	color:#fff;
	text-transform:uppercase;

}
#prev_cliente {
	background:#A8CF45 url(../img/seta_prev.png) no-repeat center left;
	padding:5px 10px 5px 35px;}
#next_cliente {
	background:#A8CF45 url(../img/seta_next.png) no-repeat center right;
	padding:5px 35px 5px 10px;}

#prev_cliente:hover, #next_cliente:hover {
	background-color:#690
}

/*---modulo_home_faq---*/
.modulo_home_faq {}
.modulo_home_faq h1 {
	margin-top:10px
	}
.modulo_home_faq h1 img {
	margin-left:10px;
	}
.modulo_home_faq h2 {
	margin-bottom:30px;
	}
.col2_bverde {
	margin:30px 20px 30px 0;
	padding-right:19px;
	border-right:#A8CF45 solid 1px}
.faq_pergunta {
	margin:20px 0;}
.faq_pergunta p{
	font-weight:300}
.faq_pergunta strong{
	font-weight:700}	

/*---servicos_lg---*/
.servicos_lg .recurso_home, .servicos_lg .recurso_home_img { width:170px}


	
/*---rodape---*/	
.antes_rodape{
	padding-bottom:215px;}
.rodape {
	height:215px;
	position:absolute;
	bottom:0;}	


/*---tabelas---*/

.table {
  width: 100%;
  margin-bottom: 80px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align:middle;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align:middle;
  height:150px
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}

td.simnao {
	text-align:center;
	}
	
tr:nth-child(odd)		{ background-color:#fff; }
tr:nth-child(even)		{ background-color:#eee; }


/*---OUTROS---*/
.demo {
	display:block;
	width:100%;
	text-align:center;
	padding:5px 0;
	color:#FFF;
	background:#A8CF45;
	margin:10px 0;
	font-size:20px;
 }
 .demo:hover { background:#333}
 
.menu_loja { text-align:center} 
.menu_loja a {
	font-size:20px; color:#FFF; margin:0 50px;
	}
.menu_loja a:hover { color:#A8CF45}


/*---accordion---*/
#accordion {
	margin-top:80px}
#accordion .accordionButton {
	position:relative;	
	width: 100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background:;
	border-bottom: 1px solid #FFFFFF;
	cursor:pointer;
	margin:5px 0
}
	
	#accordion .accordionButton img {
		width: 50px; position:absolute;
		top:8px; left:8px;
}
	#accordion .accordionButton h3 {
		position:relative;
		border:1px #eee solid;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		padding: 15px;
		padding-left:65px;
		margin:0 	}
	#accordion .accordionButton .btnaccordion { display:block; color:#999; position:absolute; font-size: 14px;
right: 15px;
top: 15px;}	
	#accordion .accordionButton .btnaccordion2 { display:none; color:#999; position:absolute; font-size: 14px;
right: 15px;
top: 15px;}	
		
	#accordion .accordionContent {	
	width: 890px;
	margin-left:50px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	}
	#accordion .accordionContent p{ line-height:2; margin-bottom:10px;
	}
	#accordion .on .btnaccordion { display:none;}
	#accordion .on .btnaccordion2 { display:block;}	
	#accordion .over {}
	
	

/*---formularios---*/	
.form {
	}
.input, .captchainput {
	width:440px;
	padding:5px;
	display:block;
	margin:10px 0;
	border:1px solid #999;
	text-align:center;
	font-size:16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}	
	
.campo { margin:10px 0}
.campo .input {
	text-align:left}
	
.captchainput { float:left; width:100px}



/* Back to top button */
#voltar-topo {
	position: fixed;
	bottom: 20px;
	margin-left: 20px;
	z-index:499;
	right:40px;
	/*IE6 hack */
		 _position: absolute;
		 _top:expression(documentElement.scrollTop+body.scrollTop);
		 _margin-top: 500px;

}
#voltar-topo #link {display:none;}
#voltar-topo a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #172639;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#voltar-topo a:hover {	color: #ffc170;}
/* arrow icon (span tag) */
#voltar-topo span#button {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #C7DC66 url(../img/up-arrow.png) no-repeat center center;
	opacity:0.5;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;	
}

#voltar-topo span#button{background-color:#C7DC66;}
#voltar-topo span#button:hover{opacity:1;background-color:#C7DC66;}
span#link{display :none;}
