h1{
	font-size:29px;
	color:#00692f;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	line-height:32px;
	text-transform:uppercase;
}

h2{
	font-size:18px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	background-color:#00692f;
	padding:16px;
	border:0px;
}

h3{
	font-size:18px;
	color:#1e1e1e;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

h4{
	font-size:17px;
	color:#1e1e1e;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

h5{
	font-size:17px;
	color:#00692f;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

h6{
	font-size:23px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

p{
	font-family: 'Open Sans', sans-serif;
}

a{
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	color:#fff;
}

blockquote.small {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}

#top{
	width:100%;
	display: block;
    float: left;
    margin: 0;
	background-color:#fff;
	border-bottom:2px solid #fff;
}

#areatitulo{
	text-align:right;
	padding:12px;
}

#textotitulo{
	margin-top:-10px;
	color:#969595;
	font-size:16px;
}

#top_formulario{
    display: block;
    float: left;
    margin: 0 3px -9px;
	padding: 15px;
	width: 98.1%;
	text-align:center;
	border-radius: 20px 20px 0px 0px;
	background-color:#1e1e1e;
	color:#fff;
}

#formulario{
    background-color:#ccc;
	padding:15px;
	color:#1e1e1e;
	border-radius: 0px 0px 20px 20px;
}

#conteudo{
	background-color:#fff;
	padding:20px;
	border-radius: 20px;
}

#chamada{
	font-size:21px;
	line-height:26px;
	font-weight:700;
}

#agradecimento{
	background-color:#00692f;
	padding:15px;
	color:#fff;
	text-align:center;
}

label, input,textarea,button{
	width:100%;
}

textarea{
	height:100px;
}

#send_message, #mais-produtos{
	font-size: 16px;
	margin-top: 10px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background: #007c31; /* Old browsers */
	background: -moz-linear-gradient(top, #007c31 1%, #006331 49%, #005628 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #007c31 1%,#006331 49%,#005628 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #007c31 1%,#006331 49%,#005628 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c31', endColorstr='#005628',GradientType=0 ); /* IE6-9 */
	border-color: #00692F;
	color:white;
}

#send_message:hover, #mais-produtos:hover{
	background: rgba(8,133,60,1);
	background: -moz-linear-gradient(top, rgba(8,133,60,1) 0%, rgba(0,105,47,1) 50%, rgba(0,105,47,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,133,60,1)), color-stop(50%, rgba(0,105,47,1)), color-stop(100%, rgba(0,105,47,1)));
	background: -webkit-linear-gradient(top, rgba(8,133,60,1) 0%, rgba(0,105,47,1) 50%, rgba(0,105,47,1) 100%);
	background: -o-linear-gradient(top, rgba(8,133,60,1) 0%, rgba(0,105,47,1) 50%, rgba(0,105,47,1) 100%);
	background: -ms-linear-gradient(top, rgba(8,133,60,1) 0%, rgba(0,105,47,1) 50%, rgba(0,105,47,1) 100%);
	background: linear-gradient(to bottom, rgba(8,133,60,1) 0%, rgba(0,105,47,1) 50%, rgba(0,105,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08853c', endColorstr='#00692f', GradientType=0 );

}

#mais-produtos{
	text-shadow:none;
	margin-bottom:0px;
	margin-top:-15px;
}
button{
	font-size:20px;
	margin-top:10px;
}

body{
	margin: 0;
	/* [disabled]padding:0 0 0 0; */
	background: url("images/bg.jpg") no-repeat scroll center top #fff;
	background-color: #fff;
	font: normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
	text-shadow: 0 0 1px transparent; /* google font pixelation fix */
	color:#666;
}

.grid{
	max-width:900px;
	padding:0;
}

.icons{
	font-family: 'Open Sans', sans-serif;
}

#footer{
	text-align:center;
	padding:20px;
	margin:0;
	border-top:1px solid #ddd;
	color:#fff;
	font-size:0.8em;
	position: relative;
	top:20px;
	left:0;
	background:#fff;
	background-color:#1e1e1e;
}

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

img.full-width {
    margin: 0;
}

.gallery a {
    margin: 0;
    padding: 4px;
}

strong{
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	color:#1e1e1e;
	text-align:center;
	font-weight:400;
}

#icondestaque{
	color:#dee900;
}

#iconwhatss{
	color:#29a71a;
}

#logotopo{
	text-align:left;
}

#centralizar{
	text-align:center;
}

#mobilebanner{
	display:none;
}

/* Top Buttom */

#toTop{
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
    border-radius: 5px;
	background-color:#00692F;
	font-size:14px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	padding:7px;
	border:0px;	
}

#toTop .fa {
	margin-right: 5px;
	margin-left: 5px;
}

#desc-serv {}
#desc-serv img {width:100%;}
.serv-div {border:#dee900 solid thin; min-height:330px; margin-bottom:30px;}
#desc-serv p{text-align: center; padding: 0px 15px 0px 15px; font-size:13px;}
#desc-serv h4 {text-align:center; font-weight: bold; padding:0 15px 0 15px;}
@media screen and (max-width:768px) {
	#logotopo{
		text-align:center;
	}

	h1{
		font-size:27px;
		line-height:30px;
	}
	
	h2{
		font-size:16px;
		padding:12px;
	}

	h4{
		font-size:15px;
	}

	h6{
		font-size:18px;
	}
	
	#areatitulo{
		text-align:center;
		padding:12px;
	}
	
	#chamada{
		font-size:17px;
		line-height:20px;
	}
	
	#top_formulario{
    	margin: 0 0px -9px;
    	padding: 12px;
    	width: 100%;
	}
	
	body{
		background: none;
		background-color: #fff;
	}

	#agradecimento{
		padding:10px;

	}
	
	#mobilebanner{
		display:block;
		max-width:588px; 
    	margin: auto;
	}
	
	#footer{
		padding:5px;
		top:5px;
	}
}

@media screen and (max-width:1024px) {
	h2{
		font-size:16px;
		padding:12px;
	}

	#chamada{
		font-size:17px;
		line-height:20px;
	}
}