.conteudo {
	position: relative;
	padding: 80px 175px;
	color: #2C26A8;
}

	.conteudo h1 {
		color: #2C26A8;
		font-size: 32px;
		text-align: center;
		position: absolute;
		top: -60px;
		width: 100%;
		font-weight: 900;
		width: 820px;
	}

	.conteudo .contatos {
		width: 320px;
		color: #2C26A8;
		float: left;
	}

	.conteudo .contatos p {
		margin-bottom: 40px;
	}

	.conteudo .contatos .email {
		background: url(../img/contato/ico-email@2x.png) left center no-repeat;
		background-size: 33px 24px;
		height: 36px;
		line-height: 36px;
		display: inline-block;
		vertical-align: top;
		padding-left: 38px;
		margin-right: 30px;
		font-size: 14px;
	}

	.conteudo .contatos .ligamos {
		background: url('../img/contato/ico-ligamos@2x (2).png') left center no-repeat;
		background-size: 23px 24px;
		height: 36px;
		line-height: 36px;
		display: inline-block;
		vertical-align: top;
		padding-left: 30px;
		margin: 15px 0;
		margin-left: 10px;
		text-decoration: none;
		font-size: 14px;
		color: #2C26A8;
	}

	.conteudo .contatos .telefones {
		background: url(../img/contato/ico-tel@2x.png) left center no-repeat;
		background-size: 36px 26px;
		height: 36px;
		line-height: 36px;
		display: inline-block;
		vertical-align: top;
		padding-left: 40px;
		margin-right: 35px;
	}

.conteudo_contato form {
	width: 340px;
	float: right;
	color: #000;
	font-size: 16px;
	text-align: left;
}

	.conteudo_contato form p {
		margin-bottom: 20px;
	}

.conteudo_contato h2 {
	background: url(../img/contato/ico-mail.png) top left no-repeat;
	height: 24px;
	font-size: 20px;
	line-height: 18px;
	padding-left: 35px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #606062;
}

input.normal {
	width: 340px;
	padding: 0 5px;
	height: 40px;
	margin-bottom: 12px;
	border: 1px solid #2C26A8;
	float: right;
	font-size: 14px;
	font-family: 'Open Sans';
}

input.botao {
	background: #FEFF00;
	color: #2C26A8;
	width: 165px;
	float: right;
	border: 0;
	height: 40px;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Open Sans';
	border-radius: 5px;
}

label {
	line-height: 40px;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	margin-right: 10px;
	color: #2C26A8;
	width: 90px;
	float: left;
	display: none;
}

.localizacao {
	width: 440px;
	float: right;
	padding-left: 35px;
	padding-top: 20px;
	font-size: 16px;
	background: #E9E8E8;
	height: 375px;
	text-transform: uppercase;
}

	.localizacao p {
		margin-bottom: 40px;
	}

.rodape {
	margin-top: 0;
}

textarea {
	width: 340px;
	padding: 0 5px;
	height: 130px;
	border: 1px solid #2C26A8;
	margin-bottom: 10px;
	line-height: 20px;
	font-family: 'Open Sans';
	font-size: 14px;
}