
@media (min-width: 48rem) {
	.slideshow-fora::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 200;
		background: url(https://d1dvp3ormk1ndu.cloudfront.net/460/carmita.png) no-repeat left bottom / contain;
		width: 31em;
		height: 100%;
	}
}
.site-cabecalho-fora {
    background: #ebe2cf;
}
.cabecalho-info__icone {
	background: #fccb52;
}
.cabecalho-info {
	color: #b27c03;
}

.site-conteudo {
	background: #ebe2cf;
}

.home-imoveis__conteudo {
	background: #b6a9cd;
	padding: 15px;
}

.site-conteudo-fora {
	background: #ebe2cf;
}
@media (min-width: 48rem) {
	.site-logo {
		width: 8em;
		height: auto;
	}
}

.site-rodape-fora {
    background-image: linear-gradient(to top, #a53c70, #4c0428);
}

.icone--instagram {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	border-radius: 50%;
}
.icone--facebook {
	background-color: #2b4170;
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
    background: -ms-linear-gradient(top, #3b5998, #2b4170);
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
    border: 1px solid #2b4170;
    text-shadow: 0 -1px -1px #1f2f52;
	border-radius: 50%;
}

@media screen and (max-width: 480px) {
	.site-logo {
		width: 21em;
		height: 14em;
	}	
	.cabecalho-info {
		color: #b27c03;
		font-weight: 900;
		font-size: 1rem;
}
}