@font-face {
	font-family: 'OpenSans';
	src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
	font-size: 1em;
}
@font-face {
	font-family: 'OpenSans-Light';
	src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
	font-size: 1em;
}
body{
	
	
}

header {
	width: 100%;
	height: 150px;
	background-color: rgba(255,51,0,0.8);
	z-index: 2;
	position: relative;
	top: 20px;
}
header .container {
	position: relative;

}
header .header-black {
	background-color: #000;
	height: 0px;
}

header .header-black li a {
	width: 32px;
	height: 32px;
	display: block;
}
header #logotipo {
	position: absolute;
	top: -20px;
	width:330px;
	height:190px;
	
}
#menu {
	margin: 65px 0;
}
#menu li {
	display: inline-block;
	font-family: "OpenSans";
}
#menu li.search {
	width: 182px;
}
#menu li.search input {
	background-color: #5C2D90;
	color: #fff;
	border: none;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
}
#menu li.search ::-webkit-input-placeholder {
	color: #fff;	
}
#menu li.search button {
	background: none;
	border: none;
	position: absolute;
    right: 3px;
    top: 7px;
}
#menu li.search button i {
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}
#menu li a {
	color: #FFF;
	font-size: 16px;
	padding: 10px 25px;
	font-weight: bold;
}
#menu li.search .input-group {
	top: 8px;
}
#banner {
	width:100%;
	display:block;
	min-height:1020px;
	position: relative;
	background-position: 0px -100px;
	top: -150px;
	background-image: url(../img/banner.jpg);
	background-size:auto;
	background-repeat:no-repeat;
		
}
#banner h1 {
	color: #ffd700;
	top: 400px;
	position: relative;
	font-size: 82px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .45);
	font-family: 'OpenSans-Light';
	margin-left: 30px;
}
#banner h1 small {
	font-size: 32px;
	display: block;
	color: #ffd700;
	font-family: 'OpenSans';
	font-weight: bold;
	margin-left: 10px;
	text-shadow:2px 2px 2px rgba(0, 0, 0, .45);
}



#banner p{
	position:relative;
	color: #FFF;
	font-family: 'OpenSans';
	font-size:13px;
	top:400px;
	margin-left: 40px;
	text-shadow:2px 2px 2px rgba(0, 0, 0, .45);
}


#empresa {
	width: 100%;
	min-height:700px;
	top: -160px;
	position:relative;
}

#empresa1{
	text-align:center;
	width: 100%;
	min-height:550px;

	
}
#empresa1 p{

	text-align:justify;
	margin:50px;
	font-size:1.8em;
	font-family: 'OpenSans';
	color:#000;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .45);
	padding-top:40px;

	
}
#empresa1 img{
    width:300px;
	height:160px;
	margin-left:-10px;
	position:relative;
	margin-bottom:30px;
	
}
.recuo { text-indent:4em }



#empresa h2{
	
	text-align:center;
	font-size:4em;
	font-family: 'OpenSans';
	font-weight: bold;
	color:#ffd700;
	text-shadow:2px 2px 2px rgba(0, 0, 0, .45);
	
	
}




#portifolio{
	margin-top:-150px;
	margin-bottom:40px;
}
#portifolio h2{
	text-align: center;
	font-size: 4em;
	font-family: 'OpenSans';
	font-weight: bold;
	color: #ffd700;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .45);
	
	
	
}

#slide2 p{
	
	font-size:1.8em;
	font-family: 'OpenSans';
	font-weight: bold;
	color:#ffd700;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .45);
	float:left;
	margin-top:50px;
	margin-bottom:30px;
	
	
	
}

#slide3 h2{
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
	font-size:2em;
	font-family: 'OpenSans';
	font-weight: bold;
	color:#ffd700;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .45);
}

#contato{
	
}
#contato h2{
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
	font-size:4em;
	font-family: 'OpenSans';
	font-weight: bold;
	color:#ffd700;
	text-shadow:2px 2px 2px rgba(0, 0, 0, .45);
}


section{
	
	
}
footer {
	width: 100%;
	height: 150px;
	background-color: rgba(255,51,0,0.8);
	z-index: 2;
	position: relative;
	
	

}
footer p{
	font-size: 14px;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .45)
	
}
#down{
	text-align:center;
	margin-top:70px;
	position:relative;
}
