.botao_buscar {
	color: #FFF;
	font-weight: 700;
	width: 100%;
	height: 32px;
	border: 0 !important;
	text-align: center;
	padding-right: 10px;
	margin-top: 20px;
	background: #FEFF00;
	border-radius: 5px;
	color: #2C26A8;
	font-size: 14px;
}

.botao_buscar_pequeno {
	width: 25px;
	height: 25px;
	background: #FEFF00;
	background: url(../img/listagem/ico-lupa@2x.png) center center no-repeat #FEFF00;
	background-size: 15px 14px;
	border-radius: 5px;
	border: 0 !important;
}

.btn-mais-detalhes {
	width: 130px;
	height: 30px;
	text-align: center;
	background: #FEFF00;
	color: #2C26A8;
	line-height: 30px;
	float: right;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	border-radius: 5px;
}

.conteudo {
	padding: 50px;
	padding-bottom: 100px;
	position: relative;
}

	.conteudo h1 {
		color: #2C26A8;
		font-size: 28px;
		text-align: center;
		position: absolute;
		top: -60px;
		width: 1090px;
		font-weight: 900;
		line-height: 20px;
	}

		.conteudo h1 .subtitulo {
			font-weight: 300;
			font-size: 14px;
		}

	.conteudo h2 {
		font-weight: 300;
		width: 100%;
		text-align: center;
		line-height: 45px;
		margin-bottom: 35px;
		font-size: 16px;
	}

.div-paginacao {
	display: none;
}

#dormitorios,
#garagens {
	margin-bottom: 30px;
	margin-left: 5px;
}

	#dormitorios input,
	#garagens input {
		background: #FFF;
		border: 0;
		width: 15px;
		height: 15px;
		vertical-align: middle;
		border: 1px solid #2C26A8;
	}

	#dormitorios li,
	#garagens li {
		display: inline-block;
		width: 38px;
	}

.imovel {
	width: 745px;
	height: 234px;
	margin-bottom: 20px;
	position: relative;
	color: #2C26A8;
	border: 1px solid #2C26A8;
}

	.imovel .bairro {
		font-weight: 700;
		font-size: 26px;
	}

	.imovel .foto_principal {
		width: 308px;
		height: 100%;
		margin-right: 20px;
		float: left;
		background-position: center center;
		background-size: 120% auto;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.imovel .informacoes {
		float: left;
		width: 400px;
		position: relative;
	}

	.imovel p.valores {
		line-height: 28px;
		font-size: 14px;
		float: left;
		width: 100%;
	}

		.imovel p b {
			font-size: 16px;
			width: 70px;
			display: inline-block;
			margin-right: 5px;
			text-align: right;
		}

	.imovel .referencia {
		margin-bottom: 30px;
		font-size: 12px;
	}

	.imovel .tipo {
		font-size: 16px;
	}

	.imovel .valor {
		position: absolute;
		top: 120px;
		left: 260px;
		width: 130px;
		text-align: center;
		font-weight: 900;
	}

	.imovel .valor-temporada {
		width: 100px;
		float: left;
		font-size: 12px;
		text-align: center;
		margin-bottom: 30px;
	}

		.imovel .valor-temporada b {
			display: block;
			font-size: 16px;
		}

.input_ate {
	width: 117px;
	height: 25px;
	background: #FFF;
	border: 0;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #2C26A8;
	font-weight: 300;
}

.input_de {
	width: 117px;
	margin-right: 20px;
	height: 25px;
	background: #FFF;
	border: 0;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #2C26A8;
	font-weight: 300;
}

.input_medio {
	width: 225px;
	background: #FFF;
	padding: 0 5px;
	border: 0;
	height: 25px;
	border: 1px solid #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #2C26A8;
	font-weight: 300;
}

.resultado {
	width: 710px;
	display: inline-block;
}

select {
	width: 260px;
}

.selectric {
	height: 25px;
}

.selectricItems {
	min-width: 253px;
}

.selectricWrapper {
	width: 255px;
	height: 25px;
	background: #FFF;
	border: 1px solid #2C26A8;
	margin-bottom: 12px;
	line-height: 20px;
}

	.selectric .button {
		height: 10px;
		width: 14px;
		background: url(../img/listagem/seta-select@2x.png) top left no-repeat;
		background-size: 14px 10px;
		top: 7px;
	}

	.selectric .label {
		display: block;
		padding-left: 10px;
		line-height: 23px;
		font-size: 14px;
	}

.sidebar {
	background: #E9E8E8;
	width: 305px;
	float: left;
	margin-right: 40px;
	color: #2C26A8;
}

	.sidebar form {
		padding: 15px 20px;
		padding-left: 30px;
	}

	.sidebar h2 {
		color: #FFF;
		font-size: 28px;
		font-weight: 300;
		margin-bottom: 30px;
		background: #2C26A8;
		height: 57px;
		line-height: 57px;
	}

	.sidebar input {
		border: 1px solid #2C26A8;
	}

	.sidebar label.padrao {
		color: #2C26A8;
		margin-bottom: 10px;
		display: block;
	}

	.sidebar .ordenar {
		margin-top: 10px;
		float: left;
		height: 25px;
	}

		.sidebar .ordenar .customStyleSelectBox {
			width: 170px;
			margin-bottom: 10px;
			padding: 5px;
			background: #FFF url(../img/listagem/seta-select.png) no-repeat 140px 6px;
			height: 25px;
			color: #000;
			font-weight: 700;
		}

		.sidebar .ordenar select {
			width: 170px;
		}

.td-valor {
	font-weight: 700;
	color: #7F1F23;
	font-size: 18px;
	text-align: right;
}