@import url('https://fonts.googleapis.com/css2?family=Rambla:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:wght@300&display=swap');
*{
	margin:0;
	padding:0;
	scroll-behavior:smooth;
	box-sizing:border-box;
	font-family:Rambla;
	color:#fff;
}
a{
	text-decoration:none;
}
body{
	background: radial-gradient(circle, rgba(36,30,61,1) 0%, rgba(0,0,0,1) 100%);
}

/*HEADER*/
header{
	width:100%;
	position:absolute;
	z-index:2;
}
header #logo-header{
	
}
#menu-principal li a{
	text-transform:uppercase;
}
/*HEADER*/
.enlace-absoluto {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: background-color .4s;
	background-color: transparent;
	top: 0;
	left: 0;
}
#logo-footer{
	width:200px;
	margin:auto;
	display:block;
}
#logo-footer img{
	width:100%;
}

/*CARRUSEL*/
.owl-theme .owl-nav [class*=owl-]{
	margin:0 !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:none !important;
}
.owl-carousel .item{
	position:relative;
}
#botonera-poster{
	position:absolute;
	background: linear-gradient(to bottom, #ffffff00,#1b162ed4,#1b162e,#1b162e);
	width:100%;
	height:50px;
}
#botonera-poster-contenedor{
	position:absolute;
	left:calc(50% - 71.5px);
	bottom: 0;
}
#botonera-poster div{
    float:left;
	margin:0 .5px;
}
#botonera-poster div i{
	padding:10px;
}
#botonera-poster div a{
	display:block;
}
#botonera-poster{
	bottom:0;
	transition:all .2s;
}
#botonera-poster div i{
	transition:all .2s;
}
#botonera-poster div:hover i{
	padding:20px 10px;
}
/*CARRUSEL*/

/*LIGHTBOX*/
.lb-closeContainer{
	position:absolute;
	top:-40px;
	left:calc(50% - 15px);
}
/*LIGHTBOX*/

/*CLASES*/
.overflow-hidden{
	overflow:hidden;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.color-1{
	
}
.color-2{
	
}
.color-3{
	
}
.color-4{
	
}
.text-align-center{
	text-align:center;
}
.display-table{
	display:table;
}
.display-table-cell{
	display:table-cell;
	vertical-align:middle;
}
.cubierta-fondo{
	position:absolute;
	width:100%;
	height:100vh;
	background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,3,47%) 100%);
}
.uppercase{
	text-transform:uppercase;
}
.enlace-absoluto{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
}
.button{
	padding:10px;
	background:#fff;
	border-radius:10px;
	margin:10px;
	color:#000;
	display:inline-block;
	
}
/*CLASES*/

/*ELEMENTOS*/
h2{
	font-weight:400;
}
li{
	list-style:none;
}
footer{
	background:#000;
}
/*ELEMENTOS*/

/*FICHA TÉCNICA*/
.trailer-ficha-tecnica{
	padding:20px 0;
	background:#000;
}
.trailer-ficha-tecnica p{
	padding:4px 10px;
}
.titulo-ficha-tecnica{
	background-color:#19122f;
}
.poster-ficha-tecnica{
	position:relative;
	margin-bottom:30px;
}
.poster-ficha-tecnica img{
	width:100%;
}
#video{
	width:100%;
}
/*FICHA TÉCNICA*/

/*GO TOP*/
#return-to-top{
	position:fixed;
	background:rgba(18, 9, 34, 0.6);
	display:block;
	display:none;
	z-index:1000;
}
#return-to-top p{
	color:#fff;
	margin:0;
	position:relative;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s;
	transform:rotate(-90deg);
}
#return-to-top:hover{
	background:rgba(18, 9, 34, 0.9);
}
/*GO TOP*/