.mobile{
	display:none;
}

/*HEADER*/
header{
	padding:10px 20px;
}
header nav{
	height:90px;
}
#menu-principal li{
	float:left;
}
#menu-principal li a{
	display:inline-block;
	padding:26px 20px;
}
header #logo-header img{
	height:90px;
}
/*HEADER*/

#fondo-1{
	background:url(../img/fondo.jpg) no-repeat center;
	background-size:cover;
	height:100vh;
}

/*CLASES*/
.separador-horizontal-1{
	margin:0 10px !important;
}
.separador-horizontal-2{
	margin:0 20px !important;
}
.separador-horizontal-3{
	margin:0 30px !important;
}
.separador-horizontal-4{
	margin:0 40px !important;
}
.separador-vertical-1{
	margin-bottom:10px !important;
}
.separador-vertical-2{
	margin-bottom:20px !important;
}
.separador-vertical-3{
	margin-bottom:30px !important;
}
.separador-vertical-4{
	margin-bottom:40px !important;
}
.titulo-1{
	font-size:40px;
	line-height:40px;
}
.titulo-2{
	font-size:36px;
	line-height:36px;
    margin-bottom:30px;	
}
.titulo-3{
	font-size:30px;
	line-height:30px;
}
.titulo-4{
	font-size:26px;
	line-height:26px;
}
.parrafo-1{
    font-size:20px;
    line-height:24px;
    margin-bottom:30px;
}
.parrafo-2{
	font-size:16px;
	line-height:26px;
}
.parrafo-3{
	font-size:14px;
	line-height:26px;
}
.parrafo-4{
	font-size:12px;
	line-height:26px;
}
.padding-1{
	padding:10px;
}
.padding-2{
	padding:20px;
}
.padding-3{
	padding:30px;
}
.padding-4{
	padding:40px;
}
.columna-100{
	width:100%;
}
.columna-75{
	width:75%;
}
.columna-70{
	width:70%;
}
.columna-60{
	width:60%;
}
.columna-50{
	width:50%;
}
.columna-40{
	width:40%;
}
.columna-30{
	width:30%;
}
.columna-25{
	width:25%;
}
#video{
	height:360px;
}
/*CLASES*/

/*FICHA TÉCNICA*/

.titulo-ficha-tecnica{
	padding:20px 40px;
	margin-top:110px;
}
.poster-ficha-tecnica{
	border-right:1px solid rgba(255,255,255,.2);
	padding:0 40px;
	position:relative;
}
.poster-ficha-tecnica .enlace-absoluto{
	background:rgba(0,0,0,.0);
	left:40px;
	width:calc(100% - 80px);
	transition:all .4s;
}
.poster-ficha-tecnica:hover .enlace-absoluto{
	background:rgba(0,0,0,.6);
}
.poster-ficha-tecnica a:nth-child(2){
	position:absolute;
	top:calc(50% - 20px);
	left:calc(50% - 20px);
	font-size:40px;
	z-index:1;
}
.poster-ficha-tecnica:hover a:nth-child(2){
	color:#fff;
	font-size:50px;
}
.poster-ficha-tecnica a:nth-child(2) i{
	color:transparent;
	transition:all .4s;
}
.poster-ficha-tecnica:hover a:nth-child(2) i{
	color:#fff;
}
.trailer-ficha-tecnica iframe{
	height:390px;
}
.lb-image{
	width:980px !important;
    height:1408px !important;
}
.lb-data .lb-caption{
	font-size:36px !important;
}
/*FICHA TÉCNICA*/

/*CARRUSEL*/
.owl-carousel{
	padding:0 30px;
	position:relative;
	margin:0 0 40px 0;
	transition:all .2s;
}
.owl-stage{
	height:430px;
	display:table;
}
.owl-nav button{
	position:absolute;
	top:calc(50% - 40px);
}
.owl-nav button:first-child{
	left:0;
}
.owl-nav button:last-child{
	right:0;
}
.owl-nav span{
	font-size:60px;
	font-family:arial;
	font-weight:700;
	margin:20px 10px;
	text-shadow:2px 4px 0 0 #000;
}
.owl-item{
	display:table-cell;
	vertical-align:middle;
	float:none !important;
}
.item{
	margin:10px;
	transition:all .2s;
}
.item:hover{
	margin:0;
}
.item:hover .item img{
	box-shadow:0px 2px 10px 0 #000;
}

.item:hover #botonera-poster{
	bottom:0;
}
/*CARRUSEL*/

/*ELEMENTOS*/
h2{
	font-size:36px;
}
h3{
	font-weight:20px;
}
/*ELEMENTOS*/

/*GO TOP*/
#return-to-top{
	bottom:0;
	right:20px;
	width:60px;
	height:60px;
}
#return-to-top p{
	left:0;
	bottom:26px;
	font-size:60px;
}
#return-to-top:hover p{
	bottom:31px;
}
/*GO TOP*/