.footer2
{
	display: none;
}

.descricao p{
	font: 14px 'open';
	color: #000;
	margin-top: 18px;
}

.imagem
{
	margin-bottom: 32px;
}

.descricao{
	margin-bottom: 54px;
}

.botoes{
	margin-bottom: 72px;
}

.galeria h2{
	margin-bottom: 18px;
	font: 60px 'open-sans-light';
	color: #000;
}

.galeria{
	margin-bottom: 72px;
}

@media (max-width: 991px){
	.botoes img{
		text-align: center;
		margin: 0 auto;
		margin-top: 18px;
	}

	.galeria img{
		text-align: center;
		margin: 0 auto;
		margin-top: 18px;
	}
}