@charset "utf-8";
/* CSS Document */
/*fontes incorporadas do google*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
/*font-family: 'Open Sans', sans-serif;*/
h1, h2, h3, h4, h5, h6, a, p, span, body{ font-family: 'Open Sans', sans-serif;}
*{ margin:0px;
padding:0px;
}
body{
	background-color:#e6e6e6;
}
/*cabeçario do site*/
header{
	width:930px;
	height:auto;
	margin:auto;
	clear:both;
}
#header h1{
	display:none;
}
header #header{
	width:auto;
	height:auto;
	float:left;
	margin:20px 0px;
	border-right: solid 1px #0D8B11; 
}
header .header{
	width:440px;
	height:auto;
	float:right;
	margin-top:30px;
	margin-left:20px;
}
#header img{
	float:left;
	margin-right:160px;
}
header .txt01{
	font-size:13px;
	font-weight:700;
	line-height:30px;
	color:#0D8B11;
	float:left;
	clear:both;
	margin-left:17px;
}
header .txt02{
	font-size:17px;
	font-weight:700;
	text-align:right;
	line-height:30px;
	color:#0D8B11;
	clear:both;
}
.link{
	font-size:17px;
	font-weight:700;
	line-height:20px;
	color:#0F8A11;
	display:inline;
	text-decoration:none;
	overflow:hidden;
	clear:both;
	margin-left:25px;
}
.link1{
	font-size:17px;
	font-weight:700;
	line-height:20px;
	color:#0F8A11;
	display:inline;
	text-decoration:none;
	overflow:hidden;
	clear:both;
}
.link:hover{
	color:#7AC635;
}

/*navegação do site*/
nav{
	width:100%;
	height:auto;
	background-color:#0F8A11;
	padding:10px 0px;
	display:table;
}
ul{
	list-style:none;
}
.nav,.nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

.nav {
    position:relative;
	width:auto;
	margin:auto;
	font-weight: 500;
	display:table;
	clear:both;
}
.nav ul {
    height:0;
    left:0;
    overflow:hidden;
    position:absolute;
}

.nav li {
    float:left;
    position:relative;
	margin:0px 5px;
}

.nav li a {
	width:auto;
	color:#FFF;
	display: block;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
	padding:12px 30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
nav .selecionado a{
	background:#7AC635;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.nav li:hover > a {
	background:#7AC635;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
    color: #0F8A11;
	transition: 1.2s;
    -moz-transition:1.2s;
    -o-transition:1.2s;
    -webkit-transition:1.2s;
	-ms-transition:1.2s;
}
/*banner do site*/
aside{
	width:930px;
	height:300px;
	margin:10px auto;
	background: #0D8B11;
	background: -webkit-linear-gradient(#0D8B11, #77C73E); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0D8B11, #77C73E); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0D8B11, #77C73E); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0D8B11, #77C73E); /* Standard syntax */

}
/*titulos das paginas*/
.titulo{
	width:930px;
	height:90px;
	margin:10px auto;
	background: #0D8B11;
	background: -webkit-linear-gradient(#0D8B11, #77C73E); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0D8B11, #77C73E); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0D8B11, #77C73E); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0D8B11, #77C73E); /* Standard syntax */
}
.titulo img{
	float:right;
}
.titulo h1{
	font-size:30px;
	font-weight:700;
	color:#fff;
	float:left;
	line-height:90px;
	margin-left:20px;
}
/*pagina empresa*/
.empresa{
	width:930px;
	height:auto;
	display:table;
	padding:20px 0px 0px 0px;
	background-color:#FFF;
	clear:both;
}
 .empresa1, .empresa2, .empresa3{
	width:930px;
	height:auto;
	display:table;
	background-color:#FFF;
	clear:both;
	margin-top:10px;
	padding:10px 0px;
}
.empresa img{
	float:left;
	margin: 0px 30px;
	
}
.empresa h1{
	font-size:30px;
	font-weight:700;
	color:#0D8B11;
	text-align:left;
	margin:0px;
}
.empresa p{
	font-size:16px;
	font-weight:500;
	color:#000;
	text-align:left;
	margin-top:10px;
	padding:0px 50px;
}
/*serviços*/
.servicos{
	width:930px;
	height:auto;
	display:table;
	background-color:#FFF;
}
.servicos img{
	float:left;
}
.servicos h1{
	font-size:36px;
	padding-top:90px;
}
.servicos p{
	font-size:16px;
	font-weight:500;
	color:#000;
	text-align:left;
	line-height:25px;
}
.servicos1{
	width:930px;
	height:auto;
	display:table;
	clear:both;
	margin-top:20px;
	background-color:#FFF;
}
.servicos h1{
	margin-top:100px;
}
.servicos1 p{
	font-size:16px;
	font-weight:500;
	color:#000;
	text-align:left;
	line-height:25px;
	padding:20px 30px;
}
/*formatação das paginas extras*/
.img{
	width:250px;
	height:auto;
	float:left;
	margin-top:30px;
}
.img1{
	width:250px;
	height:auto;
	float:left;
	margin:70px 30px -25px 30px;
}
.conteudo{
	width:580px;
	height:auto;
	padding:0px 10px;
	float:right;
}
.conteudo h1{
	font-size:23px;
	font-weight:700;
	color:#0D8B11;
	text-align:left;
	margin:0px;
	margin-top:30px;
}
.conteudo h2{
	font-size:20px;
	font-weight:600;
	color:#000;
	text-align:left;
	margin:0px;
	margin-bottom:0px;
}
.conteudo .faq01{
	font-size:15px;
	font-weight:600;
	color:#0F8A11;
	text-align:left;
	padding:0px;
	margin-top:10px;
	margin-bottom:5px;
}
.conteudo .faq02{
	font-size:13px;
	font-weight:500;
	color:#000;
	text-align:left;
	padding:0px;
	margin-bottom:20px;
}
.conteudo .link01{
	font-size:15px;
	font-weight:600;
	color:#0F8A11;
	text-align:right;
	padding:0px;
	text-decoration:none;
	float:right;
	cursor:pointer;
}
.conteudo .link01:hover{
	color:#000;
}
/*----------------------------*/
.servicos img{
	float:left;
	margin-right:20px;
	margin-top:20px;
}
.servicos h1{
	font-size:25px;
	font-weight:700;
	color:#0D8B11;
	text-align:left;
	margin-top:10px;
	margin:0px;
}
.servicos h2{
	font-size:20px;
	font-weight:700;
	color:#000;
	text-align:left;
	margin-bottom:20px;
}
.servicos p{
	font-size:16px;
	font-weight:500;
	color:#000;
	text-align:left;
}
.sumir{
	width:910px;
	height:100%;
	margin:auto;
	display:table;
	clear:both;
}
.sumir1{
	width:910px;
	height:100%;
	margin:auto;
	display:table;
	clear:both;
	padding:0px 10px 20px 10px;
	background-color:#FFF;
}
.empresa1 h2, .empresa2 h2, .empresa3 h2{
	font-size:27px;
	font-weight:700;
	color:#0D8B11;
	text-align:left;
	margin-left:30px;
	clear:both;
}
.empresa1 p, .empresa2 p, .empresa3 p{
	font-size:17px;
	font-weight:500;
	color:#000;
	text-align:left;
	padding:0px 30px;
}
/*links do site*/
.links{
	width:870px;
	height:100%;
	margin:auto;
	display:table;
	background-color:#fff;
	padding-top:20px;
}
.links img{
	float:left;
	margin-right:10px;
	position:relative;
	bottom:-20px;
	
}
.links h1{
	font-size:27px;
	font-weight:700;
	color:#0D8B11;
	text-align:left;
	margin:0px;
}
.links h2{
	font-size:18px;
	font-weight:700;
	color:#000;
	text-align:left;
}
/*conteudo do site*/
section{
	width:930px;
	height:auto;
	margin:auto;
	display:table;
	clear:both;
}
.fundo, .FF{
	background-color:#FFF;
}
section .pos{
	float:left;
	margin:110px 10px 0px 30px;
	bottom:0px;
}
section h1{
	font-size:25px;
	font-weight:700;
	color:#0F8A11;
	margin-bottom:20px;
	margin-top:30px;
	text-align:center;
}
section h2{
	font-size:25px;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
	text-align:center;
}
section p{
	font-size:16px;
	font-weight:500;
	color:#000;
	text-align:left;
	padding:0px 20px;
}
#empresa img{
	float:left;
	margin:40px 20px 10px 20px;
}
#servicos{
	width:270px;
	height:170px;
	float:left;
	margin:50px 0px 40px 30px;
}
#servicos h1, #contato h1{
	font-size:23px;
	font-weight:700;
	color:#0F8A11;
	text-align:center;
	margin-bottom:10px;
}
#servicos h2, #contato h2{
	font-size:14px;
	font-weight:500;
	color:#000;
	text-align:left;
}
#servicos a, #contato a{
	font-size:16px;
	font-weight:700;
	color:#0D8B11;
	text-align:center;
	display:block;
	text-decoration:none;
	cursor:pointer;
	margin-top:10px;
}
#servicos:hover > a, #contato:hover > a{
	font-size:18px;
	font-weight:700;
	color:#77C73E;
	text-align:center;
	display:block;
	text-decoration:none;
	cursor:pointer;
	margin-top:10px;
}
#contato{
	width:270px;
	height:170px;
	float:right;
	margin:50px 30px 40px 0px;
}
.propaganda{
	width:930px;
	height:165px;
	margin:auto;
	background-color:#FC0;
	margin-top:10px;
	z-index:10;
	position:relative;
	border-radius: 0px 0px 10px 10px;
	background: #e6e6e6;
	background: -webkit-linear-gradient(#e6e6e6, #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#e6e6e6, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#e6e6e6, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#e6e6e6, #fff); /* Standard syntax */
}
/*rodape do site*/
footer{
	width:100%;
	height:auto;
	background-color:#0D8B11;
	margin-top:-40px;
	padding-top:50px;
	display:table;
	clear:both;
}
.footer{
	width:930px;
	height:auto;
	margin-top:50px;
	margin:auto;
	display:table;
}
#emp{
	width:930px;
	height:auto;
}
#emp img{
	float:left;
	margin-right:20px;
}
#emp h3{
	float:left;
	font-size:13px;
	font-weight:600;
	line-height:15px;
	color:#FFF;
	margin-top:5px;
}
#emp h4{
	float:left;
	font-size:11px;
	font-weight:500;
	line-height:20px;
	color:#FFF;
}
.footer h5{
	float:left;
	font-size:15px;
	font-weight:500;
	line-height:20px;
	color:#FFF;
	margin-left:10px;
	margin-bottom:30px;
	clear:both;
}
#midia img{
	float:right;
}


.link_termos {
	font-size: 12px;
	color:  #fff;
}
