.site-logo img {
	display: none;
}

.site-cabecalho {
	display: none;
}

@media (min-width: 2rem) {
	.cabecalho-info {
		display: none;
	}
}

.cabecalho-info__icone {
	background: #103f58;
}
.cabecalho-info {
	color: #959595;
}
.home-imoveis__header > h2 {
	background: #faf17a;
	color: #000;
}

@media screen and (max-width: 480px) {
	.cabecalho-info {
		display: none;
	}
	
}

.icone--instagram {
	background: #E1306C!important; 
	border-radius: 50%;
}

.icone--facebook {
	background-color: #1877F2!important; 
    border: 1px solid #1877F2!important;
    text-shadow: 0 -1px -1px #1877F2!important;
	border-radius: 50%;
}

.icone--youtube {
	background: #FF0000!important;
	border-radius: 50%;
}
}

.lista-redes-sociais a {
	background: transparent!important;
}