body{
	font-family: "Arial";
	font-size: 14px;
	color: #484848;
}
img{max-width: 100%;}
.container{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.barra-topo{
	width: 100%;
	height: 7px;
	background: #939393;
}
.topo{
	height: 128px;
	overflow: hidden;
}
.logo{
	float: left;
	margin: -5px 0 0 0;
}
.menu{
	float: right;
	font-size: 16px;
	width: 340px;
	text-align: right;
	margin: 40px 0 0 0;
}
.menu ul{
	list-style: none;
}
.menu li{
	display: inline;
	padding: 0 10px;
}
.menu a{
	color: #484848;
	text-decoration: none;
}
.menu a:hover{
	color: #e049aa;
}
.ativo a{
	color: #999393;
}

.banner{
	width: 100%;
	height: 483px;
	background: url("../imagens/banner.jpg")no-repeat center top;
}
.inner-banner{
	position: relative;
}
.inner-banner p{margin: 0;}
.telefone-home{
	background: #000;
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 25px;
	padding: 10px 20px;
}
.texto-banner{
	width: 600px;
	height: 80px;
	background: url("../imagens/box-banner.png");
	position: absolute;
	left: 0;
	top: 220px;
	color: #000;
	font-size: 33px;
	padding: 20px;
}
.texto-home{
	position: relative;
	overflow: hidden;
}
.social{
	position: absolute;
	width: 90px;
	right: 30px;
	top: 15px;
}
.social img:hover{
	opacity: 0.8;
}
.texto-home-inner{
	float: left;
	width: 830px;
	font-size: 15px;
	margin: 10px 0 0 50px;
	line-height: 140%;
}
.slider{
	width: 100%;
	height: 380px;
}
.slider h2{
	color: #babb60;
	font-size: 20px;
}
.box-slider{
	float: left;
	padding: 0 0 0 48px;
}
.box-slider ul{
	margin: 0;
	padding: 0;
}
.bx-wrapper img {
    margin: 0 auto;
}
/*.box-slider li{
	width: 380px!important;
}*/
.rodape{
	background: #ececec;
	width: 100%;
	min-height: 830px;
	overflow: hidden;
}
.inner-rodape{
	position: absolute;
	width: 910px;
	margin: 0 0 0 50px;
}
.inner-rodape h3{
	font-size: 25px;
	margin: 45px 0 40px 0;
}
.botao-contato{
	position: absolute;
	font-size: 16px;
	top: 40px;
	right: 13px;
	color: #FFF;
	text-decoration: none;
	padding: 18px;
	border-radius: 7px;
	background: rgba(207,222,160,1);
	background: -moz-linear-gradient(top, rgba(207,222,160,1) 0%, rgba(141,175,29,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,222,160,1)), color-stop(100%, rgba(141,175,29,1)));
	background: -webkit-linear-gradient(top, rgba(207,222,160,1) 0%, rgba(141,175,29,1) 100%);
	background: -o-linear-gradient(top, rgba(207,222,160,1) 0%, rgba(141,175,29,1) 100%);
	background: -ms-linear-gradient(top, rgba(207,222,160,1) 0%, rgba(141,175,29,1) 100%);
	background: linear-gradient(to bottom, rgba(207,222,160,1) 0%, rgba(141,175,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfdea0', endColorstr='#8daf1d', GradientType=0 );
}
.botao-contato:hover{
	background: rgba(242,166,199,1);
	background: -moz-linear-gradient(top, rgba(242,166,199,1) 0%, rgba(224,41,120,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,166,199,1)), color-stop(100%, rgba(224,41,120,1)));
	background: -webkit-linear-gradient(top, rgba(242,166,199,1) 0%, rgba(224,41,120,1) 100%);
	background: -o-linear-gradient(top, rgba(242,166,199,1) 0%, rgba(224,41,120,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,166,199,1) 0%, rgba(224,41,120,1) 100%);
	background: linear-gradient(to bottom, rgba(242,166,199,1) 0%, rgba(224,41,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a6c7', endColorstr='#e02978', GradientType=0 );
}
.botao-facebook{
	float: right;
	width: 100%;
	margin: 10px 5px 0 0;
	text-align: right;
}
.rodape-padrao{
	width: 100%;
	margin: 90px 0 0 0;
	text-align: center;
}
.rodape-padrao p{
	display: inline-block;
}
.sobre{
	overflow: hidden;
	min-height: 290px;
	width: 930px;
	margin: 30px 0 0 30px;
}
.sobre img{
	float: right;
	margin: 0 0 0 90px;
}
.contato{
	width: 100%;
	overflow: hidden;
}
.dados-contato{
	float: left;
	width: 280px;
	margin: 90px 0 0 42px;
	line-height: 176%;
}
.dados-contato p{margin: 0;}
.dados-contato span{
	font-size: 25px;
}
.mapa{
	float: right;
}
.formulario{
	width: 940px;
	clear: both;
	margin: 23px 0 0 40px;
	float: left;
}
.dados-formulario{
	float: left;
	width: 460px;
}
.mensagem{
	float: right;
}
.formulario input[type=text]{
	background: #f5f2f2;
	border: none;
	display: block;
	margin: 5px 0;
	padding: 5px;
	width: 460px;
}
.formulario textarea{
	background: #f5f2f2;
	border: none;
	display: block;
	width: 460px;
	margin: 4px 0 4px 0;
	height: 86px;
}
.formulario input[type=submit]{
	background: #000;
	color: #FFF;
	border: none;
	display: block;
	float: right;
	padding: 10px;
}