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

@import url(base.css); /* -- BASE -- */

/* ---------------------- BANNER ------------------------- */
.banner {
	width: 100%;
	height: 621px;
	overflow: hidden;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
}

.tit_banner_1 {
	display: block;
	color: #fff;
	overflow: hidden;
	margin-bottom: 35px;
	font-size: 61px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 21%;
	font-weight: 700;
}
.tit_banner_2 {
	text-align: center;
	display: block;
	font-size: 30px;
	color: #fff;
	overflow: hidden;
	font-variant: 300;
	margin-bottom: 35px;
}
.btn_banner {
	display: block;
	width: 250px;
	height: 38px;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	margin: 0 auto;
	font-weight: 400;
	padding-top: 22px;
}
/* ----------------------- BEM VINDO ----------------------- */
.bem_vindo {
	background-color: #fff;	
}
	.bem_vindo span {
		color: #8d3048;
		font-size: 39px;
		font-weight: 300;
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
	.bem_vindo h1 {
		font-size: 15px;
		text-align: center;
		line-height: 20px;
		padding: 0 100px;
		margin-bottom: 45px;
	}
.detalhe {
	display: block;
	margin: 0 auto;
	margin-top: 85px;	
}

.bem_vindo2 {
	text-align: right;	
}
	.bem_vindo2 .img {
		float: right;
	}
.bem_vindo .img {
	display: block;
	margin-bottom: 23px;	
}
.botao_bemvindo {
	overflow: hidden;
	display: block;	
	margin: 0 auto;
	width: 246px;
	height: 37px;
	padding-top: 20px;
	text-align: center;
	color: #8d3048;
	text-transform: uppercase;
	border:1px solid #8d3048;
}
#geral_minibanners {
	overflow: hidden;
	height: 370px;
	padding-top: 10px;	
}

/* ----------------------- HOME DESTAQUES ----------------------- */
.home_destaques {
	background-color: #fff;
}
.tit_chamada {
	display: block;
	color: #8d3048;
	font-size: 30px;
	margin-bottom: 25px;	
}
.img_home_destaques {
	float: left;
	margin-right: 12px;	
}
.separador {
	background-color: #ddc0c8;	
	width: 1px;
	height: 245px;
	margin: 0 auto;
	overflow: hidden;
}
.tit_destaque {
	color: #8d3048;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}
	.home_destaques p {
		font-size: 12px;
		height: 130px;
	}
	#home_depoimentos .tit_destaque {
		padding-left: 110px;
	}
	#home_depoimentos p {
		padding-left: 110px;
		background: url(../imagens/inicial/aspas.png) no-repeat;
	}
.leia_mais {
	float: right;
	padding: 14px 36px;	
	color: #8d3048;
	border: 1px solid #8d3048;
}
	.leia_mais:hover {
		color: #8d3048;
		background-color: #e8c282;
		border: 1px solid #e8c282;
	}
.veja_todos {
	float: left;	
}




















