@media all and (max-width: 100em) {
	html {
		font-size: 56%;
	}

	iframe {
		width: 110%;
		height: 100%;
	}
}

.flex_rodape_II div {
	display: flex;
	flex-flow: column;
	line-height: 3.4rem;
	gap: 2rem;
	align-items: start;
}
