html, body {
	overflow-x: hidden;
  }
body{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display:none;
	position:relative;
	height: 100%;
}

a{
	text-decoration: none!important;
}

.navbar-inverse{
	background-color: #1a1a1a!important;
	height:40px;
}

.navbar-nav li > a{
	color:#fff!important;
	text-decoration: none;
	font-size:15px;
	margin-top: 0px;
	transition:all 0.3s ease;
}


.navbar-nav li > a:hover{
	color:#e60000!important;
}


.navbar-nav > li.active > a{
	background:none!important;
	color: #e60000!important;
}

.imageBig{
	width:100%;
	height: 940px;
}

.navbar-brand span{
	font-size: 25px;
	color:#fff!important;
}

.quincunx{
	position: absolute;
	width:100%;
	display: block;
	height:100%;
	background-image: url('../../images/layout/quincunx.svg.png');
	background-size: 5px 5px;
	background-repeat: repeat;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 10;
}

.container-fluid{
	padding:0!important;
	position:relative;
}

.carouselRow{
}

.carousel-control{
	background:none!important;
	width:2%!important;
	opacity:0.9!important;
	z-index: 11;
}
.carousel-control:hover{
	background:none!important;
	width:2%!important;
	opacity:1!important;
}
.carousel-control > span{
	width:60px!important;
	line-height: 2;
	height:60px!important;
	float:left;
	z-index: 11;
}

.rowTitle{
	background-color: #1a1a1a;
	color:#fff;
	height:60px;
	padding-top: 20px;
}

.rowTitle span{
	font-size: 20px;
	padding-left: 20px!important;
}
.rowTitle2{
	background-color:#e60000;
	color:#fff;
	height:60px;
	padding-top: 20px;
}

.rowTitle2 span{
	font-size: 20px;
	padding-left: 20px!important;
}

.rowTitle3{
	background-color:#e60000;
	color:#fff;
	height:30px;
	padding-top: 20px;
}

.rowTitle3 span{
	font-size: 20px;
	margin: 0 auto;
}

.rowTitle4{
	background-color: #1a1a1a;
	color:#fff;
	height:30px;
	padding-top: 20px;
}


.workHover{
	background-image: url('../../images/layout/quincunx.svg.png');
	background-size: 5px 5px;
	background-repeat: repeat;
	opacity: 0;
	filter:alpha(opacity=0);
	color:#fff;
	height:100%;
	text-align: center;
	padding: 50px;
	margin-top:0!important; 
	-webkit-transition :all 0.3s ease-in;
	-moz-transition :all 0.3s ease-in;
	-o-transition :all 0.3s ease-in;
	transition :all 0.3s ease-in;
	text-decoration: none!important;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.workHover span{
	font-size:30px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #fff;
	background-color: #1a1a1a;
}

.workHover h2{
	font-size:60px;
	margin-top:80px;
	margin-bottom:80px;
}

.workHover:hover{
	opacity: 1;
}

.about{
	text-align: right;
}
.about section{
	width:60%;
	float:right;
	padding-right: 200px!important;
	padding-top:60px;
	margin-bottom: 30px;
}
.about h3{
	font-size: 50px;
}
.about h4{
	font-size: 30px;
	margin-bottom: 60px;
}
.about p{
	font-size: 20px;
}

.skills{
	text-align: left;
}
.skills section{
	width:40%;
	padding-left: 200px!important;
	padding-top:60px;
	margin-bottom: 30px;
}
.skills h3{
	font-size: 50px;
}

.skills td{
	font-size: 30px;
	padding-right:20px;
	text-align: center;
}

.contacts{
	background-color:#1a1a1a; 
}
.contacts span{
	width: 100%;
	color:#fff;
	font-size:17px;
	text-align: center;
	padding-bottom:30px;
}
.contacts h3{
	font-weight: bold;
	font-size:25px;
	text-align: center;
	padding-bottom:20px;
}

.areaContent{
	height: 525px;
}

.areaContent > div{
	padding: 0!important;
	margin: 0!important;
}

.areaContentTexto > h3{
		font-size: 30px;
		color:#101010;
		padding-left: 40px!important;
}
.areaContentImage{
	bottom: 0!important;
}

.areaContentVideo{
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);;
	-o-filter: brightness(1);
	filter: brightness(1);
	-webkit-transition :all 0.3s ease-in;
	-moz-transition :all 0.3s ease-in;
	-o-transition :all 0.3s ease-in;
	transition :all 0.3s ease-in;
}

.areaContentVideo:hover{
	cursor:pointer;
	-webkit-filter:  brightness(1.5);
	-moz-filter:  brightness(1.5);
	-o-filter: brightness(1.5);
	filter: brightness(1.5);
}


.footerFinal{
	text-align: center;
	background-color: #e60000!important;
	color: #fff;
}

.footerFinal div{
	padding:20px;
	font-size:11px;
}

.featherlight iframe{
	width:1024px!important;
	height:725px!important;
}

.navbar{
	min-height:50px!important;
}

@media (max-width: 992px) { 
	.navbar{
		min-height:50px!important;
	}
	.navTop > div{
		font-size:12px;
	}
	.navbar-nav > li > a{
		font-size: 12px;
	}
	.navbar-inverse{
		padding-top:10px;
	}
	.carousel-caption{
		font-size:25px;
		line-height: 2;
		top:40%;
	}
	.about{
	text-align: right;
	}
	.about section{
		width:auto!important;
		float:right;
		padding-right: 30px!important;
		padding-left: 30px!important;
		padding-top:20px;
		margin-bottom: 30px;
	}
	.about h3{
		font-size: 27px!important;
	}
	.about h4{
		font-size: 17px!important;
		margin-bottom: 20px!important;
	}
	.about p{
		font-size: 13px!important;
	}
	.imageBig{
		height: 480px;
	}
	.areaContent{
		height: auto;
	}
	.skills section{
		width:40%;
		padding-left: 30px!important;
		padding-top:20px;
		margin-bottom: 30px;
	}
	.skills h3{
		font-size: 30px;
	}

	.skills td{
		font-size: 22px;
		padding-right:20px;
		text-align: center;
	}

	.workHover span{
		font-size:20px;
	}

	.workHover h2{
		font-size:30px;
	}
	.contacts{
		padding:0!important;
		margin: 0!important;
	}
	.featherlight iframe{
		width:700px!important;
		height:500px!important;
	}

}
@media (max-width: 750px) { 
	.navTop > div{
		font-size:12px;
		width:100%;
	}
	.navTop{
		top:0px;
		right:19%;
	}
	.navbar-brand span{
		font-size:11px;
	}
	.navbar-collapse {
		background-color: #1a1a1a;
		text-align: center;
	}

	.navbar{
		min-height:70px!important;
	}

	.navbar-inverse{
		height:30px;
	}
	.featherlight iframe{
		width:400px!important;
		height:300px!important;
	}
	.skills section{
		width:100%;
		padding-left: 30px!important;
		padding-top:20px;
		margin-bottom: 30px;
	}
	.skills h3{
		font-size: 25px;
	}

	.skills td{
		font-size: 18px;
		padding-right:20px;
		text-align: center;
	}
	.about section{
		width:auto!important;
		padding-left:30px!important;
		
	}
	.about h3{
		font-size: 27px;
	}
	.about h4{
		font-size: 17px;
		margin-bottom: 20px;
	}
	.about p{
		font-size: 13px;
	}
}