@charset "UTF-8";
/* CSS Document */

@import url(../_font/stylesheet.css);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ESTRUTURA */
#main {
	z-index: 888;
	position: absolute;
	width: 100%;
}
section{
	display: table;
	height: 656px;
	width: 100%;
}
#ancora{
	display: table;
	height: 50px;
	width: 100%;
}
#content{
	width: 980px;
	margin: 0 auto;
}
#scrolltop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
#scrolltop a {
	display: table;
	width: 60px;
	height: 60px;
	background: url(../images/seta_top.png) no-repeat center #FFF;
}

/* NAV */
nav{
	display: table;
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	font-family: 'roboto_condensedbold';
	font-size: 13px;
	border-bottom: 1px solid #dedddd;
	border-top: 1px solid #dedddd;
	text-transform: uppercase;
	background-color: #FFF;
}
nav ul{
	padding: 0;
	width: 980px;
	margin: 0 auto;
	list-style: none;
}
nav ul li{
	padding: 0;
}
nav ul li:last-child{
	background-color: #CE7475;
}
nav ul li a{
	border-left: 1px solid #dedddd;
	color: #000000;
	display: table;
	width: 174px;
	height: 32px;
	padding: 17px 0 0 20px;
	text-decoration: none;
	float: left;
}
nav ul li a:hover{
	background-color: #ffcc00;
}

/* HEADER */
header {
	width: 100%;
	height: 656px;
	display: block;
}
header video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/*
header{
	display: table;
	width: 100%;
	background-color: #000;
}*/
header h1{
	font-family: 'roboto_condensedlight';
	font-weight: normal;
	color: #FFF;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 55px;
}
header #logo-header{
	margin-top: 183px;
}
header #mask-header{
	height: 656px;
	z-index: 222;
	background: url(../images/bg_header.png);
	width: 100%;
	position: relative;
	top: 0;
}
header video {
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%;
	height: auto;
}
#scrool-help{
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 999;
	text-align: center;
}

@media screen and (max-width:1170px) {
	header {
		height: 576px;
	}
  	header #logo-header {
		margin-top: 154px;
	}
	#scrool-help{
		bottom: 100px;
	}
}

/* QUEM SOMOS */
#quem-somos {
	background: url(../images/bg_quemsomos.png) no-repeat top center #000;
	/*background-color: #000;*/
}
#quem-somos #content{
	display:table;
	width: 980px;
	margin: 0 auto;
}
#quem-somos #content #logo-peq{
	margin: 70px 60px 0 0;
	float: left;
}
#quem-somos #content p{
	font-family: 'roboto_condensedregular';
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
}
#quem-somos #content #left{
	width: 390px;
	display: table;
	float: left;
	margin: 75px 0 0 0;
}
#quem-somos #content #right{
	width: 320px;
	display: table;
	float: right;
	margin: 75px 0 0 0;
}
#quem-somos #content div h2{
	font-family: 'roboto_condensedlight';
	color: #FFF;
	font-size: 19px;
	font-weight: normal;
	margin: 60px 0 0 295px;
}
/* PORTFOLIO */
#portfolio{
	background-color: #000;
}
#portfolio #content{
	display:table;
	width: 100%;
	margin: 0 auto;
	position: relative;
	/*background: url(../images/portfolio_ref.jpg) no-repeat top center;*/
}
#portfolio #content #logo-peq{
	margin-top: 70px;
	z-index: 333;
	position: absolute;
}
#portfolio #content #container-logo{
	width: 980px;
	margin: 0 auto;
}
#select-line{
	width: 100%;
	height: 3px;
	background:url(../images/select_portfolio.png) no-repeat top center;
	z-index: 444;
	position: absolute;
}
#main-portfolio{
	z-index: 888;
	position: absolute;
	width: 100%;
	padding: 0 0 20px 0;
}
#container-port{
	display: table;
	width: 980px;
	margin: 0 auto;
}
#container-port h1 {
	font-family: 'roboto_condensedlight';
	font-weight: normal;
	color: #FFF;
	font-size: 45px;
	text-transform: uppercase;
	margin: 0;
}
#container-port p{
	font-family: 'roboto_condensedlight';
	font-weight: normal;
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	margin: 10px 0 50px 0;
}
#top-port{
	display: table;
	z-index: 999;
	top: 0;
	width: 100%;
	font-family: 'roboto_condensedbold';
	font-size: 13px;
	border-bottom: 1px solid #dedddd;
	border-top: 1px solid #dedddd;
	text-transform: uppercase;
	background-color: #FFF;
}
#top-port ul {
	padding: 0;
	width: 980px;
	margin: 0 auto;
	list-style: none;
}
#top-port ul a{
	color: #000;
}
#logo_port{
	width: 212px;
	height: 212px;
	margin: 50px 0 0 0;
	float: left;
}
#titulo_port{
	float: right;
	width: 75%;
	margin: 90px 0 0 0;
}
#header_port{
	height: 290px;
	border-bottom: 1px solid #FFF;
	margin: 0 0 50px 0;
}
#header_port_1 {
	width: 720px;
	margin: 0 auto;
	/*height: 290px;
	border-bottom: 1px solid #FFF;*/
	/*margin: 0 0 50px 0;*/
}
#logo_port_1{
	width: 100%;
	margin: 50px 0 0 0;
	text-align: center;
}
#titulo_port_1 {
	width: 100%;
	margin: 0px 0 20px 0;
	text-align: center;
}
#item_job{
	text-align: center;
	width: 100%;
}
#item_job img{
	margin: 0 0 30px 0;
}
/* CLIENTES */
#clientes {
	background-color: #f6f6f6;
}
#clientes #content{
	background: url(../images/bg_clientes.jpg) no-repeat top center;
	display:table;
	width: 980px;
	margin: 0 auto;
}
#clientes #content #logo-peq{
	margin: 70px 70px 0 0;
	float: left;
}
#clientes #content ul{
	padding: 200px 0 0 0;
	margin: 0 auto;
	list-style: none;
	width: 980px;
}
#clientes #content ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
/* CLIPPING */
#clipping{
	background: url(../images/bg_clipping.jpg) no-repeat center top #000;
}
#clipping #content #logo-peq{
	margin: 70px 70px 0 0;
}
#clipping #content ul{
	list-style: none;
	margin: 70px 0 0 0;
	padding: 0;
}
#clipping #content ul a{
	text-decoration: none;
}
#clipping #content ul li {
	list-style: none;
	margin: 0 20px 40px 0;
	padding: 0;
	width: 225px;
	height: 140px;
	float: left;
}
#clipping #content ul li h1{
	font-family: 'roboto_condensedlight';
	font-size: 30px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#clipping #content ul li h2{
	font-family: 'roboto_condensedbold';
	font-size: 13px;
	color: #ffcc00;
	text-transform: uppercase;
	font-weight: normal;
	margin: 30px 0 0 0;
	padding: 0;
}
/* FOOTER */
footer{
	display:table;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}
footer #content{
	display: table;
}
footer #left{
	width: 340px;
	float: left;
}
footer #left h1{
	font-family: 'roboto_condensedlight';
	font-size: 25px;
	text-transform: uppercase;
	margin: 0;
}
footer #left p{
	margin: 5px 0 0 0;
	font-family: 'roboto_condensedregular';
	font-size: 14px;
	line-height: 22px;
}
footer #left a{
	color: #000;
}
footer #right{
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	width: 589px;
	height: 640px;
	float: right;
}
footer #form input {
	padding: 15px;
	color: #000;
	border: 1px solid #bfbfbf;
	background-color: #FFF;
	-webkit-box-shadow:inset 1px 1px 1px 1px #e8e8e8;
	box-shadow:inset 1px 1px 1px 1px #e8e8e8;
	margin: 5px 0 0 0;
}
footer #form textarea{
	padding: 15px;
	color: #000;
	border: 1px solid #bfbfbf;
	background-color: #FFF;
	-webkit-box-shadow:inset 1px 1px 1px 1px #e8e8e8;
	box-shadow:inset 1px 1px 1px 1px #e8e8e8;
	margin: 5px 0 0 0;
	width: 90%;
}
footer #form .submit{
	border: none;
	background-color: #000;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: right;
	margin: 5px 2px 0 0;
}
#development{
	width: 100%;
	height: 90px;
	background-color: #f6f6f6;
	border-top: 1px solid #dedddd;
}
/* FRED CAROUSEL */
.list_carousel {
	padding: 0;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	background-color: #000;
	height: 605px;
	width: 400px;
	padding: 0;
	display: block;
	float: left;
	position: relative;
}
.list_carousel li a{
	/*background-color: #000;
	opacity: 0.7;*/
}
.list_carousel li div{
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
}
.list_carousel li div h1{
	font-family: 'roboto_condensedlight';
	font-size: 43px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 80px 30px;
	line-height: 45px;
}
.list_carousel li div h2{
	font-family: 'roboto_condensedbold';
	font-size: 13px;
	color: #ffcc00;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px 32px;
	white-space: normal;
}
.list_carousel.responsive {
	width: auto;
	margin: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 20px;
}
.next {
	float: right;
	margin-right: 20px;
}
#pagination {
	width: 100%;
	position: absolute;
	z-index: 666;
	top: 349px;
}

/* CAROUSEL PORTFOLIO*/
.list_carousel_port {
	width: 720px;
	margin: 0 auto;
	padding: 0;
}
.list_carousel_port ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel_port li {
	text-align: center;
	width: 720px;
	height: 540px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#pagination-port{
	width: 100%;
	/*
	position: absolute;
	z-index: 666;
	top: 349px;*/
}
#pagination-port a{
	font-family: 'roboto_condensedbold';
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	header video{
		display: none;
	}
	header #mask-header{
		background-color: #5b5b5c;
	}
}