@font-face {
  font-family: 'HelveticaNeueLT-Roman';
  src: url('../fontes/HelveticaNeueLT-Roman.eot');
    src: url('../fontes/HelveticaNeueLT-Roman.eot?#iefix') format('embedded-opentype'),
         url('../fontes/HelveticaNeueLT-Roman.woff') format('woff'),
         url('../fontes/HelveticaNeueLT-Roman.ttf') format('truetype'),
         url('../fontes/HelveticaNeueLT-Roman.svg#gotthardregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'HelveticaNeueLT-Roman', Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #fff;
	height: 100%;
	overflow-x: hidden;
}

input, 
textarea {
	outline: none;
	border: none;
	resize: none;
	height: 40px;
	padding: 10px;
	margin-bottom: 5px;
	width: 265px;
	margin-right: 10px;
	margin-left: 10px;
}

textarea {
	height: 175.5px;
	width: 335px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-box-shadow: inset 0px 1px 2px 2px rgba(24, 24, 24, 0.75);
	-moz-box-shadow:    inset 0px 1px 2px 2px rgba(24, 24, 24, 0.75);
	box-shadow:         inset 0px 1px 2px 2px rgba(24, 24, 24, 0.75);
}

.wrapper {
	margin: 0 auto;
	width: 1024px;
}

.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

label {
	text-align: right;
	vertical-align: top;
}

header,
section {
	display: block;
}

h1,
h2 {
	margin: 0 auto;
	text-transform: uppercase;
	padding-top: 32px;
	display: inline-block;
	padding-bottom: 20px;
}

header {
	background-image: url('officepe1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	width: 1599px;
	height: 565px;
}

section {
	background-image: url('officepe2.jpg');
	height: 335px;
	width: 1599px;
	background-repeat: repeat-y;
}

h1 {
	font-size: 1.25em;
	color: #fff;
	width: 215px;
	text-align: right;
	margin-left: 29%;
}

h2 {
	font-size: 1.6em;
	color: #ffde00;
	text-shadow: 0px 1px 1px rgba(94, 44, 3, 0.75);
	width: 331px;
}

.col1,
.col2 {
	width: 50%;
}

.col1 {
	float: left;
	text-align: right;
}

.col2 {
	float: right;
	text-align: left;
}

input[type=submit] {
	background-image: url('btnEnviar.png');
	width: 59px;
	height: 28px;
	margin-left: 56%;
	cursor: pointer;
}

label.nome {
	background-image: url('nome.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding-top: 36px;
	position: relative;
	top: 20px;
}

label.email {
	background-image: url('at.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding-top: 36px;
	position: relative;
	top: 20px;
}

label.fone {
	background-image: url('office-tel.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding-top: 36px;
	position: relative;
	top: 20px;
}

label.assunto {
	background-image: url('mensagem.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding-top: 36px;
	position: relative;
	top: 20px;
}

label.mensagem {
	background-image: url('office-lapis.png');
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 36px;
	position: relative;
	top: 23px;
}