@media screen and (min-width: 48em) {

	body.bd-home .site-cabecalho-fora {
		height: calc(100vh - 40px);
		background-image: url(https://s3.us-east-1.amazonaws.com/sgipro/895/bg-cabecalho.png);
		background-repeat: repeat-x, no-repeat;
		background-position: center center, center center;
		background-size: cover, cover;
	}


	.site-cabecalho {
		max-width: none;
		padding: 1em 8rem;
	}
	
	body.bd-interna .site-cabecalho {
		background: #b3afaf;
	}


	



	body.bd-home .busca-principal {
		position: absolute;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 75%;
	}
}

.site-cabecalho {
	gap: 1em;
	padding: 1em;
	/*background: rgb(249 245 237 / 20%);*/
}

.cabecalho-info {
	background: rgba(255, 255, 255, 0.3);
	padding: 0.5em 1.5em;
	font-size: clamp(0.675em, 2vmin, 0.85em);
	border-radius: 0.7em;
	color: #fff;
}

.busca-principal {
	background: rgba(238, 238, 204, 0.8);
	padding: 1.5em;
	border-radius: 0.5rem;
	font-size: 1em
}

	.site-logo {
		height: 16em;
		margin: 0;
		width: 26em;
		background: transparent;
		border-radius: 20px;		
	}

/*Mobile*/
@media screen and (max-width: 480px) {
/*
	body.bd-home .site-cabecalho-fora {
		height: calc(100vh - 40px);
		background-image: url(https://s3.us-east-1.amazonaws.com/sgipro/1243/bg-cabecalho.png);
		background-repeat: repeat-x, no-repeat;
		background-position: center center, center center;
		background-size: cover, cover;
	}
*/

	header.site-cabecalho.largura-site.ma {
		background: rgb(176 167 150);
	}


	.site-logo {
	height: 100%;
	margin: 0 auto;
	width: 100%;
	background: transparent;
	border-radius: 20px;		
}

	.site-logo img{
	height: 100%;
	margin: 0 auto;
	width: 100%;
	background: transparent;
	border-radius: 20px;	
	display: block;
}

}



.imovel__valor-valor {
    color: #ff5401;
}

.corretor__info-conteudo {
    color: #ff5401;
}

a.breadcrumbs__link {
    color: #ed3537;
}

.corretor__header {
    background: #ff5401;
    color: #fff;
}

.corretor__link {
     background: #ff5401;
    color: #fff;
}

body.bd-interna .site-cabecalho-fora {
    background: #FFF;
}

body.bd-interna .site-logo img{
	height: 100%;
	margin: 0 auto;
	width: 100%;
	background: transparent;
	border-radius: 20px;	
	display: block;
}
.site-conteudo-fora {
	background: #ffffff;
}

body.bd-interna .site-logo img{
	background: rgb(176 167 150);
	border-radius: 20px;	
	display: block;
}