/*Basics*/

body {
	background-color: #fff;
	color: #777;
	font: normal 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

h1 {
	font-family: 'Crete Round', serif;
	font-weight: bold;
	color: #444;
	font-size: 45px;
	margin-bottom: 20px;
}

h2 {
	font-weight: 300;
	color: #444;
	font-size: 55px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

h3 {
	font-size: 30px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

h4 {
	font-size: 24px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h5 {
	font-size: 15px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	text-decoration: none;
	color: #7CB342;
}

strong {
	font-weight: bold;
}

small {
	font-size: 13px;
	color: #777;
	font-style: italic;
}

.clear {
	clear: both;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}

/*Header*/

header {
	height: 80px;
	margin-top: 20px;
}

header h1 {
	float: left;
}

header h1 .color {
	color: #7CB342;
}

header nav {
	float: right;
	display: table-row;
}

header nav ul li {
	display: table-cell;
    vertical-align: middle;
    line-height: 62px;
}

header nav ul li a {
	text-decoration: none;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-right: 20px;
}

header nav ul li img {
	margin-left: 30px;
	width: 65%;
	height: 65%;
}

/*Hero Image*/

#hero-image {
	height: 580px;
	padding-top: 1px;
	background: #e8eced url('../imagens/init-page/hero.jpg') no-repeat center;
}

#hero-image h2 {
	margin: 180px 0 40px 0;
}

.button-1 {
	text-transform: uppercase;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	background: #444;
	border-radius: 3px;
	color: #fff;
	width: 400px;
	font-size: 20px;
	margin: auto;
	padding: 10px;
}

.button-1:hover {
	background-color: #7CB342;
	color: #fff;
}

.button-desenvolvimento {
	opacity: 0.8;
	background-color: #880E4F;
	text-transform: uppercase;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	width: 420px;
	font-size: 20px;
	margin: auto;
	padding: 10px;
	line-height: 1.4;
	text-decoration: none;
}
.button-desenvolvimento:hover {
	opacity: 1.0;
	background-color: #880E4F;
	color: #fff;
	text-decoration: none;
}
.button-desenvolvimento:active {
	opacity: 0.8;
	text-decoration: none;
}

.button-pre-homologacao {
	opacity: 0.8;
	background-color: #4A148C;
	text-transform: uppercase;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	width: 420px;
	font-size: 20px;
	margin: auto;
	padding: 10px;
	line-height: 1.4;
	text-decoration: none;
}
.button-pre-homologacao:hover {
	opacity: 1.0;
	background-color: #4A148C;
	color: #fff;
	text-decoration: none;
}
.button-pre-homologacao:active {
	opacity: 0.8;
	text-decoration: none;
}

.button-homologacao {
	opacity: 0.8;
	background-color: #1375B9;
	text-transform: uppercase;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	width: 420px;
	font-size: 20px;
	margin: auto;
	padding: 10px;
	line-height: 1.4;
	text-decoration: none;
}
.button-homologacao:hover {
	opacity: 1.0;
	background-color: #1375B9;
	color: #fff;
	text-decoration: none;
}
.button-homologacao:active {
	opacity: 0.8;
	text-decoration: none;
}

.button-producao {
	opacity: 0.8;
	background-color: #76B34C;
	text-transform: uppercase;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	width: 420px;
	font-size: 20px;
	margin: auto;
	padding: 10px;
	line-height: 1.4;
	text-decoration: none;
}
.button-producao:hover {
	opacity: 1.0;
	background-color: #76B34C;
	color: #fff;
	text-decoration: none;
}
.button-producao:active {
	opacity: 0.8;
	text-decoration: none;
}


/*Features*/

#features ul {
	margin: 40px 0;
}

#features ul li {
	width: 300px;
	padding-top: 200px;
	float: left;
	margin-right: 5px;
	text-align: center;
}

#features ul li.feature-1 {
	background: url('../imagens/init-page/features-icon-4.png') no-repeat top center;
}
#features ul li.feature-2 {
	background: url('../imagens/init-page/features-icon-5.png') no-repeat top center;
}
#features ul li.feature-3 {
	background: url('../imagens/init-page/features-icon-6.png') no-repeat top center;
}

/*Feature Content */
#feature-content {
	background-color: #F9F9F9;
	padding: 60px 0;
	text-align: left;
}

#feature-content h3 {
	display: block;
	margin: 0 auto 20px auto;
	width: 400px;
	border-bottom: 1px solid #7CB342;
	padding: 0 0 20px 0;
}

#feature-content li {
	padding: 5px;
	list-style-image: url('../imagens/init-page/list.png');
}

#feature-content p {
	padding-top: 20px;
	font-weight: bold; 
}

/*Primary Content*/

#primary-content {
	background-color: #F9F9F9;
	padding: 60px 0;
	text-align: center;
}

#primary-content h3 {
	display: block;
	margin: 0 auto 20px auto;
	width: 400px;
	border-bottom: 1px solid #7CB342;
	padding: 0 0 20px 0;
}

#primary-content a img {
	margin: 20px 0;
}

/*Secondary Content*/

#secondary-content {
	padding: 60px 0;
	text-align: center;
}

#secondary-content article {
	width: 450px;
	height: 270px;
	float: left;
	background: #f5f5f5 url('../images/bg.jpg') no-repeat left top;
}

#secondary-content article:first-child {
	margin-right: 20px;
}

#secondary-content article .overlay {
	background: #F9F9F9;
	height: 270px;
	width: 190px;
	padding: 20px;
}

article h4 {
	border-bottom: 1px solid #7CB342;
	padding-bottom: 20px;
}

.more-link {
	border: 1px solid #7CB342;
	color: #7CB342;
	padding: 6px 20px;
	border-radius: 3px;
}

.more-link:hover {
	background-color: #7CB342;
	color: #fff;
}

/*Call to Action*/

#cta {
	padding: 60px 0;
	text-align: center;
}

#cta h3 {
	display: block;
	margin: 0 auto 20px auto;
	width: 400px;
	border-bottom: 1px solid #7CB342;
	padding: 0 0 20px 0;
}

.button-2 {
	display: block;
	margin: 0 auto;
	border: 2px solid #7CB342;
	color: #7CB342;
	border-radius: 3px;
	width: 180px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
}

.button-2:hover {
	background-color: #7CB342;
	color: #fff;
}

/*Footer*/

footer {
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #33691E;
	color: #fff; 
}

#footer-info {
	width: 450px;
	float: left;
	margin-top: 10px;
}

#footer-links {
	width: 450px;
	float: right;
}

#footer-links ul {
	width: 450px;
	float: left;
	margin-left: 20px;
}

#footer-links ul li {
	margin: 10px 0;
}

#footer-links ul li h5 {
	color: #fff;
}

.carousel .item {
	height: 580px;
}

.item img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 580px;
}

.carousel-caption {
	margin-bottom: 40px;
}

.carousel-caption h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 55px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
}

.carousel-caption h2 {
	color: #fff;
	font-size: 36px;
	text-transform: none;
}

.carousel-control.left, .carousel-control.right { 
	background-image: none; outline: none; 
}