@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/1406/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-home .busca-principal {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 75%;
	}
}

@media (min-width: 48rem) {
	.site-logo {
		height: 14em;
		margin: 0;
		width: 22em;
	}
}

.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;
}

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


/*Mobile*/
@media screen and (max-width: 480px) {
	body.bd-home .site-cabecalho-fora {
		height: calc(100vh - 40px);
		background-image:
			linear-gradient(180deg, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.2)),
			url(https://s3.us-east-1.amazonaws.com/sgipro/1406/bg-cabecalho.png);
		background-repeat: repeat-x, no-repeat;
		background-position: center center, center center;
		background-size: cover, cover;
	}
	
	.cabecalho-info {
		color: #fff;
	}

}

	.cabecalho-info {
		color: #fff;
	}

