body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	background:url(../imagens/background.jpg) center top no-repeat #E0EFC7;
}

a, a:link, a:visited, a:active{
	color:inherit;
	text-decoration:none;
}

img{
	border:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* VERTICAL CENTER ALIGN*/
.inliner {
    height: 100%;
}

.inliner,
.inliner + * {
    display: inline-block;
    vertical-align: middle;
}
/**/

.titulo-contato{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

.menus{
	font-family: 'Gilda Display', serif;
	font-size:15px;
	color:#FFF;
	text-transform:uppercase;
	
	-webkit-font-smoothing: antialiased;
	
	text-shadow:2px 2px 5px rgba(0,0,0,0.55);
	
	-webkit-transition:color 200ms ease-out;
	-moz-transition:color 200ms ease-out;
	-o-transition:color 200ms ease-out;
	-ms-transition:color 200ms ease-out;
	
	transition:color 200ms ease-out;
}

.menus:hover{
	color:#004010;
}

.titulo-box{
	font-family: 'Tangerine', cursive;
	font-size:55px;
	color:#FFF; line-height:100%;
}

.textos-box{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#FFF;
}

.subtitulos{
	font-family: 'Gilda Display', serif;
	font-size:18px;
	color:#2D480C;
}

.siga-nos{
	font-family: 'Gilda Display', serif;
	font-size:16px;
	color:#FFF;
}

.textos-conteudo{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#333;
}

h1{
	font-family: 'Gilda Display', serif;
	font-size:25px;
	-webkit-text-stroke:0.3px;
	color:#264302;
	text-transform:uppercase;
}

.fundo-depoimentos{
	border:solid 1px #C7E19B;
	
	background: #d4e8ab; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4e8ab 0%, #c9e29e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e8ab), color-stop(100%,#c9e29e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4e8ab 0%,#c9e29e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4e8ab 0%,#c9e29e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4e8ab 0%,#c9e29e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4e8ab 0%,#c9e29e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e8ab', endColorstr='#c9e29e',GradientType=0 ); /* IE6-9 */

}

.box-contato{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	
	box-sizing:border-box;
	
	width:100%; height:31px; padding:0 5px;
	background:#FFF; border:solid 1px #C7D3C7;
	outline:none;
	
	resize:none;
}