.banners {
	width: 100%;
	height: 655px;
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
	border-bottom: 2px solid #2C2A96;
	margin-bottom: 65px;
}

	.banners .slick-list {
		width: 100%;
		height: 655px;
		margin: 0 auto;
		cursor: pointer;
	}

	.banners .slick-prev{
		margin-top: -15px;
		margin-left:150px !important;
		height:56px;
		width:33px;
		background: url(../img/inicial/setas-banner.png)  no-repeat left bottom;
	}

	.banners .slick-next{
		margin-top:-15px;
		margin-right:150px; !important;
		height:56px;
		width:33px;
		background: url(../img/inicial/setas-banner.png)  no-repeat right bottom;
	}

	.banners .slick-prev:hover{
		background-position:left top;
	}

	.banners .slick-next:hover{
		background-position:right top;
	}

	.banners .slick-prev:before, .banners .slick-next:before{
		content:'';
	}

body {
	background-position: 0 660px;
	padding-top: 0;
}

.conteudo {
	text-align: center;
	margin-top: 0px;
}

	.conteudo h1 {
		font-weight: 300;
		color: #2C26A8;
		font-size: 30px;
		width: 1000px;
		line-height: 45px;
		margin: 0 auto;
		margin-bottom: 10px;
		border-bottom: 1px solid #2C26A8;
	}

.imoveis {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 45px;
	height: 335px;
}

.imoveis .slick-next {
	width: 18px;
	height: 28px;
	background: url(../img/inicial/seta-dest-right.png) bottom right no-repeat;
	right: -30px;
	margin-top: -50px;
}

.imoveis .slick-prev {
	width: 18px;
	height: 28px;
	background: url(../img/inicial/seta-dest-left.png) bottom left no-repeat;
	left: -30px;
	margin-top: -50px;
}

.imoveis .slick-prev:before, .imoveis .slick-next:before {
    content: "";
}

.imovel {
	width: 310px;
	height: 335px;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	color: #2C26A8;
	position: relative;
	cursor: pointer;
}

	.imovel .acomodacoes {
		width: 50%;
		float: left;
	}

	.imovel .bairro {
		font-weight: 700;
	}

	.imovel .cidade {
		font-weight: 900;
	}

	.imovel .distancia {
		width: 49%;
		float: right;
	}

	.imovel .foto {
		width: 100%;
		height: 235px;
		display: block;
		text-decoration: none;
		background-position: center center;
		background-size: 120% auto;
		margin-bottom: 10px;
		border: 2px solid #2C26A8;
	}

	.imovel .informacoes {
		width: 100%;
		height: 235px;
		text-decoration: none;
		background-position: center center;
		background-size: 120% auto;
		margin-bottom: 10px;
		background: rgba(44, 38, 168, 0.7);
		position: absolute;
		padding-top: 30px;
		color: #FFF;
		font-size: 18px;
		display: none;
		cursor: pointer;
		font-weight: 300;
		padding-left: 25px;
		text-align: left;
		line-height: 15px;
	}

		.imovel .informacoes b {
			font-weight: 900;
			color: #FEFF00;
			display: block;
			text-align: right;
			position: absolute;
			top: 0;
			right: 25px;
		}

		.imovel .informacoes p {
			height: 45px;
			display: block;
			position: relative;
		}

			.imovel .informacoes p .subtitulo {
				font-size: 13px;
			}

	.imovel:hover .informacoes {
		display: block;
	}

.mais-imoveis {
	margin-top: 65px;
	background: #FEFF00;
	line-height: 40px;
	display: block;
	text-align: center;
	display: block;
	width: 150px;
	margin: 0 auto;
	color: #2C26A8;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.menu a {
	height: 100px;
	line-height: 100px;
}

.topo {
	height: 154px;
	width: 100%;
	z-index: 10000;
	position: absolute;
	top: 0;
	background: url(../img/inicial/bg-topo-index.png) top center no-repeat;
}

	.topo .busca {
		margin-top: 35px;
	}

	.topo .logo {
		margin-top: 10px;
		margin-right: 70px;
	}

	.topo .telefone {
		line-height: 100px;
	}