@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('fonts/hinted-ProximaNova-Light.eot');
	src: local('Proxima Nova Light'), local('ProximaNova-Light'),
		url('fonts/hinted-ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-ProximaNova-Light.woff') format('woff'),
		url('fonts/hinted-ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Bold';
	src: url('fonts/hinted-ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
		url('fonts/hinted-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-ProximaNova-Bold.woff') format('woff'),
		url('fonts/hinted-ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('fonts/hinted-ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('fonts/hinted-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-ProximaNova-Regular.woff') format('woff'),
		url('fonts/hinted-ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Th';
	src: url('fonts/hinted-ProximaNova-Thin.eot');
	src: local('Proxima Nova Thin'), local('ProximaNova-Thin'),
		url('fonts/hinted-ProximaNova-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-ProximaNova-Thin.woff') format('woff'),
		url('fonts/hinted-ProximaNova-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #f9f9f9 url(../img/elementos/bg.gif) no-repeat top center;
	font-family: 'Proxima Nova Rg', Arial, Helvetica, sans-serif;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
a {
	text-decoration: none;
}
header {
	width: 100%;
	display: inline-block;
	padding-top: 50px;
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.logo {
	width: 100%;
	display: inline-block;
	margin-bottom: 65px;
	padding-right: 20px;
}
	.logo img {
		display: block;
		float: right;
	}
header h1 {
	font: normal 76px/1 'Proxima Nova Th';
	color: #fff;
	margin-bottom: 80px;
	text-transform: uppercase;
	padding-left: 25px;
}

.sobre {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	border-left: 10px solid #a18a34;
	padding: 70px 20% 70px 50px;
}
	.sobre p {
		color: #6e6e6e;
		line-height: 1.5;
		font-size: 19px;
	}
	.sobre a.btn {
		display: inline-block;
		border: 1px solid #a18a34;
		float: right;
		padding: 15px 17px;
		text-transform: uppercase;
		color: #8b8b8b;
		font-family: 'Proxima Nova Bold';
		font-size: 13px;
	}
		.sobre a.btn:hover {
			background-color: #a18a34;
			color: #fff;
		}

.equipe {
	padding: 70px 50px 70px 50px;
}

.col-left {
	width: 48%;
	float: left;
}
.col-right {
	width: 48%;
	float: right;
}

.equipe h2 {
	color: #333;
	font-family: 'Proxima Nova Bold';
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.equipe h3 {
	color: #866e25;
	font-family: 'Proxima Nova Bold';
	font-size: 16px;
	margin-bottom: 5px;
}
.equipe p {
	color: #6e6e6e;
	font-family: 'Proxima Nova Rg';
	font-size: 14px;
	margin-bottom: 30px;
}

.equipe ul {
	margin-bottom: 30px;
}
.equipe li {
	line-height: 1.6;
}
.equipe li a {
	color: #333;
}

footer {
	width: 100%;
	display: inline-block;
	background-color: #866e25;
	padding: 50px 0 40px 0;
	margin-top: 100px;
	color: #fff;
	font-family: 'Proxima Nova Bold';
}
footer a {
	color: #fff;
}
.left {
	float: left;
	padding-left: 20px;
	text-transform: uppercase;
}
.right {
	float: right;
	padding-right: 20px;
}

p a {
	color: #333;
	font-weight: bold;
}
p a:hover {
	opacity: .7;
}

.mBottom0 {
	margin: 0 !important;
	padding: 0 !important;
}

@media screen and (max-width: 600px) {
	.logo img {
	    display: block;
	    float: none;
	    width: 80%;
	    margin: 0 auto;
	}	
	header h1 {
		font-size: 50px;
		text-align: center;
		margin-bottom: 20px;
		padding: 0;
	}
	.sobre {
		padding: 10%;
	}
	.sobre p {
		font-size: 16px;
	}	
	.sobre a.btn {
	    font-size: 11px;
	    margin-top: 30px;
	    text-align: center;
	    float: none;
	    display: block;
	}	
	.left,
	.right {
		display: block;
		float: none;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.left {
		padding-bottom: 10px;
	}
	.col-left {
		width: 100%;
		float: none;
	}
	.col-right {
		width: 100%;
		float: none;
	}	
}