.slideshow{
	border: 5px solid #9B8D75;
}

.site-cabecalho-fora {
	background: #fff;
}


.site-conteudo-fora {
	background: white;
}

#ip-ref {
	background: white;
	color: black;
}

#ip-ref::placeholder {
	color: gray;
}

#bt-buscar {
	background: #9B8D75;
}

.busca-principal {
	background: #CCC;
}

.home-imoveis__conteudo {
	background: #CCC;
}

.home-imoveis__header > h2 {
	background: #9B8D75;
	color: white;
}

.menu-principal {
	border-top: 1px solid #9B8D75;
}

@media (min-width: 48rem) {
	.site-logo {
		width: 29em;
		margin: 0;
		height: 12em;
	}
	
	.menu-principal-fora {
		background: #bebebe;
	}
	
	.menu-principal {
    color: #fff;
    font-size: .875em;
    text-align: center;
}
	
	
}

.li-imovel__link-informacoes:hover {
    background: #cf0808;
}

@media screen and (max-width: 480px) {
	.site-cabecalho {
		z-index: 99;
	}
	
	#menu-link {
		background: #eeeeee;
		color: #7f1a22;
	}	
	
	.site-logo {
		height: 7em;
	}	
	
	.site-cabecalho-fora {
		height: 28em;
	}
	
	.site-logo {
		height: 100%;
		margin: 0 auto;
		width: 100%;
	}
}
