.site-cabecalho-fora {
	height: 56.25vw;
	max-height: calc(100vh - 40px);
	min-height: 50vh;
	position: relative;
	overflow: hidden;
}

.site-cabecalho {
	position: relative;
	z-index: 2;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}

.video-background iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -55%); /* deslocamento no eixo y para esconder o título do vídeo */
}

@media (min-aspect-ratio: 16/9) {
	.video-background iframe {
		/* height = 100 * (9 / 16) = 56.25 */
		height: 56.25vw;
	}
}
@media (max-aspect-ratio: 16/9) {
	.video-background iframe {
		/* width = 100 / (9 / 16) = 177.777777 */
		width: 177.78vh;
	}
}

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

.cabecalho-info {
    color: #bd9e67;
    display: flex;
    flex-wrap: wrap;
    font-size: 87.5%;
    font-weight: 700;
    justify-content: center;
    background: #fff;
    opacity: 0.6;
    padding: 10px;
    border-radius: 20px;
}

.icone, a.icone {
    color: #1869d4;
}

/*
.corpo-texto {
	display: flex;
    font-size: 1em;
}*/

section.pagina .corpo-texto {
	display: flex;
    font-size: 1em;
}

.rodape-info__endereco > .endereco > strong {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5em;
	font-weight: 100;
    font-size: 1em;
}

.endereco img {
	margin-left: -300px;
	width: 910px;
}

.largura-site3 {
    max-width: 60rem;
}

.rodape-info__endereco {
	margin-left: 80px;
}
}
