.footer2
{
	display: none;
}

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

.descricao{
	margin-bottom: 54px;
}

.contato{
	margin-bottom: 54px;
}

.contato form label{
	width: 100%;
	display: block;
	float: left;
	margin-top: -10px;
}

.contato form label h2{
	font: 14px 'open-bold';
	color: #000;
	text-transform: uppercase;
}

.contato form label input{
	width: 100%;
	border-radius: 0;
	border: solid 1px #000;
	height: 33px;
	padding-left: 10px;
	font-family: 'open';
}

.contato form label textarea{
	height: 108px;
	border-radius: 0;
	border: solid 1px #000;
	width: 100%;
	padding-left: 10px;
	font-family: 'open';
	padding-top: 10px;
}

textarea:focus, input:focus{
	border: 0;
	outline: 0 none;
}

.contato form button{
	background: none;
	border: 0;
	float: right;
	margin-right: -5px;
	margin-top: 10px;
}

.numero{
	margin-bottom: 72px;
}