/* 1. Global Styles */

html, body {
    height:100%;
}

body {
	color: #000;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
}

.body {
	position:relative;
	width:100%;
	overflow:hidden;
}

.hs-inner p:last-child {
	margin: 0 !important;
}

.hs-inner .row {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px 0;
}

.fundo_intro_1 {
	background: url(../images/1.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:bottom center;
	height:100vh;
}

.padding-none {
	padding-left: 0;
	padding-right: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
}

h1 {
	font-size: 3.125em;
	font-weight: 600;
}

h2 {
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	padding-bottom: 9%;
	color: #333333;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #000;
	line-height: 1.8em;
}

h4 {
	font-size: 0.93em;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 28px;
}

h5 {
	font-size: 0.75em;
	letter-spacing: 0.1em;
}

h6 {
	font-size: 0.875em;
}

p {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.3em;
	color: #4a4a4a;
	letter-spacing: 0.02em;
}

.align-center {
	text-align: center;
	float: none;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

/*=============================*/

@media screen and (max-width: 768px) {
    .navbar-nav {transform: translateY(-350%); -moz-transform: translateY(-350%);-webkit-transform: translateY(-350%);-o-transform: translateY(-350%);-ms-transform: translateY(-350%);transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;}
    .collapse {display: block;}
    .navbar-nav.slide {transform: translateY(0px); -moz-transform: translateY(0px); -webkit-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px);}

}

@media screen and (max-width: 900px) {
	
	.hs-inner .row {
		width: 90%;
		font-size: 12px;
	}
	
	.hs-inner img {
		max-width: 250px;
	}
	
}


#header2 .dropdown-menu a:hover {
	color:#978b4e;
}

#intro2 {
	background: #000;
}

#home-slider {
	width:120%;
	position:relative;
	left:-10%;
}

#home-slider .item {
	position: relative;
}

.hs-inner {
	position: absolute;
	top: 20%;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 555;
	padding: 0 50px;
}

.hs-inner h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	width:70%;
	margin:0 auto;
}

.hs-inner h5 {
	color: #fff;
	text-align: center;
	width:70%;
	margin:0 auto;
}

.hs-inner h6 {
	font-size: 12px;
	color: #fff;
	text-align: center;
	width:70%;
	font-weight:normal;
	margin:0 auto;
}

.black-btn {
	border:2px solid #222;
	background:#222222;
	color: #fff;
	font-size:14px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: -8px;
	padding:14px;
	line-height:0;
}

.black-btn:hover,.black-btn:focus { color:#222; background:#fff; text-decoration:none; }

.img-responsive { display:inline-block; }