@media(max-width: 991px) {
	
	.valign {
		position: static !important;
		transform: translateY(0);
		padding: 40px 0;
	}

	section {
		height: auto !important;
		background-attachment: scroll !important;
	}

	/* Diversão */

	#diversao h2 { font-size: 40px; }

	/* O Condomínio */

	#condominio .slide-item img { width: 100%; }

	/* Contato */

	#contato .container { width: 100%; }

	#contato .buttons { top: 0; }

	/* Footer */

	footer .container { width: 100%; }

	footer .execucao { margin-bottom: 40px; }

	footer .vendas {
		text-align: center;
		margin-bottom: 40px;
	}

	footer .logo-oxigenio {
		top: auto;
		right: 10px;
		bottom: 0;
	}

}