body {
	background: url('../images/bg-geral-contato.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #184f6f;
}

#content-wrap .page {
    background: url(../images/bg-texto-azul.png);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 0 0 0 0;
}

#content.contato {
}
.contato h1 {
	font-size: 1.4em;
	text-transform: uppercase;
}
.contato form {
	padding: 30px 0 0 0;
	width: 100%;
}
.contato form input,
.contato form textarea {
	color: #000;
	border: 1px solid #333333;
	background-color: #fff;
	padding: 8px;
	width: 100%;
	margin: 0 0 10px 0;
	font-family: 'Oswald', sans-serif;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.contato form textarea {
	height: 100px;
}

::-webkit-input-placeholder {
	color: #252525;
}

:-moz-placeholder { /* Firefox 18- */
	color: #252525;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #252525;
}

:-ms-input-placeholder {  
	color: #252525;
}

.contato input[type=submit] {
	clear: both;
	background-color: #3799b2;
	color: #fff;
	width: 100px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
.contato input[type=submit]:hover {
	color: #3799b2;
	background-color: #fff;
	cursor: pointer;
}
