body {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
}

/* Header */
header {
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
}
header .navbar-inverse {
	background: #231f20;
	border: none !important;
	margin: 0;
}
header .navbar-nav {
	padding: 49px 0;
}

header .nav>li>a {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-family: 'Lato', sans-serif;
}
header .navbar-inverse .navbar-nav>.active>a, header .navbar-inverse .navbar-nav>.active>a:focus, header .navbar-inverse .navbar-nav>.active>a:hover {
	border-bottom: 5px solid #eea12b;
	background: transparent;
}

/* SECTION */

.first-section {
	background: url(../images/bg-top.jpg) no-repeat 0 0 /cover transparent;
	min-height: 680px;
	padding: 194px 15px;
	margin-top: 147px;
}

.first-section h2 {
	font-family: 'PT Serif', serif;
    font-size: 52px;
    color: #fff;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 30px;
}
.first-section p {
	font-size: 18px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.7px;
}

.second-section {
	background: url(../images/bg-second.jpg) no-repeat right /cover transparent;
	min-height: 839px;
	padding: 174px 15px;
}
.second-section h3 {
	font-family: 'PT Serif', serif;
    font-size: 42px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
}
.second-section p {
	font-size: 16px;
    color: #666;
    font-weight: 300;
    line-height: 35px;
}

.third-section {
	height: 790px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	position: relative;
}
.third-section .stripe-height {
	overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0;
}
.third-section .stripe-height:before {
	background: url(../images/bg-third.jpg) no-repeat 0 0 /cover transparent;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.third-section .stripe-height2 {
	overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0;
}
.third-section h3 {
	font-family: 'PT Serif', serif;
    font-size: 42px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
}
.third-section p {
	font-size: 16px;
    color: #666;
    font-weight: 300;
    line-height: 35px;
}
.third-section .pad {
	padding: 100px 15px;
}

.quarter-section {
	padding: 150px 15px;
	text-align: center;
}
.quarter-section h3 {
	font-family: 'PT Serif', serif;
    font-size: 42px;
    color: #333;
    font-weight: 600;
    margin-bottom: 70px;
    text-align: center;
}
.quarter-section h5 {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}
.quarter-section p {
	text-transform: uppercase;
	font-weight: 300;
}
.quarter-section .icone {
	width: 186px;
    height: 186px;
    background: #201f20;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 100px;
    padding-top: 38px;
}

.quinta-parte {
	background: #e6e6e7;
	overflow: hidden;
	position: relative;
	min-height: 824px;
	color: #666;
}
.quinta-parte .stripe-height {
	overflow: hidden;
    position: absolute;
    height: 100%;
    right: 0;
}
.quinta-parte .stripe-height:before {
	background: url(../images/bg-last.jpg) no-repeat 0 0 /cover transparent;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.quinta-parte .stripe-height2 {
	overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0;
}
.quinta-parte .pad {
	padding: 84px 15px;
}
.quinta-parte h3 {
	font-family: 'PT Serif', serif;
    font-size: 42px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.quinta-parte h5 {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #333333;
}
.quinta-parte p {
	float: left;
	width: 100%;
	font-size: 16px;
}
.quinta-parte small {
	font-size: 16px;
    color: #666;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.quinta-parte p em {
	padding-top: 20px;
	float: left;
}
.quinta-parte .form-group {
	float: left;
	width: 47%;
	margin: 0 10px 10px 0;
}

.quinta-parte input {
	width: 100%;
    float: left;
    padding: 31px 21px;
    border-radius: 0;
    box-shadow: none;
}
.quinta-parte textarea {
	width: 95.8%;
    padding: 20px;
    height: 130px;
    margin-bottom: 20px;
    border-color: #ccc;
}
.quinta-parte .btn {
	border: 0;
    padding: 14px 80px;
    text-transform: uppercase;
    border-radius: 0;
}
.quinta-parte form {
	margin-top: 20px;
	float: left;
}

/* FOOTER */
.alert {
	width: 100%;
	float: left;
}
footer {
	background: #343e4d;
	height: 100px;
	padding: 45px 15px;
	color: #fff;
	font-weight: 300;
}
footer .container {
	position: relative;
}
footer .container:before {
	content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: #eea12b;
    position: absolute;
    top: -45px;
    left: 0;
}
footer p {
	font-size: 12px;
}
footer img {
	position: relative;
    top: -10px;
}