/*
@font-face { font-family: ProximaNova; src: url('fonts/ProximaNova-Regular.otf'); }
@font-face { font-family: ProximaNova Bold; src: url('fonts/ProximaNova-Bold.otf'); }
@font-face { font-family: ProximaNova Extrabold; src: url('fonts/ProximaNova-Extrabold.otf'); }
@font-face { font-family: ProximaNova Semibold; src: url('fonts/ProximaNova-Semibold.otf'); }
@font-face { font-family: ProximaNova Light; src: url('fonts/ProximaNova-Light.otf'); }
*/

body {
	width: 1024px;
	margin: 0 auto;
	padding: 150px 40px;
	background-color: #ffffff;
	font-family: 'ProximaNova Light';
	color: rgba(126,106,87,1);
}

#header {}

#content {
	padding-top: 150px;
	padding-bottom: 50px;
}

.logo {
	margin: 0px auto;
	width: 181px;
	height: 118px;
	background: url('../images/logo.png') no-repeat center center;
	background-size: 181px 118px;
}

.bar {
	margin: 30px auto;
	width: 100%;
	height: 47px;
	background: url('../images/padrao_horizontal.png') repeat center center;
	background-size: 721px 47px;
}

.shadow-text {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 70px;
  line-height: 70px;
}

h1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -46px;
  text-align: center;
  font-family: 'ProximaNova';
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
  color: rgba(172,210,143,1);
}

#footer {
	width: 290px;
	height: 11px;
	margin: 0px auto;
}

#footer div {
	float: left;
	font-size: 14px;
	text-align: left;
}

.mail {
	border-right: 1px solid rgba(126,106,87,1);
	width: 139px;
}

.mail a {
	color: rgba(126,106,87,1);
	text-decoration: none;
}

.mail a:active {
	color: rgba(126,106,87,1);
	text-decoration: none;
}

.mail a:hover {
	text-decoration: underline;
}

.mobile {
	border-right: 1px solid rgba(126,106,87,1);
	width: 118px;
}
.phone {
		width: 140px;
		padding-left: 10px;
}












