@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
	:root{
		--selector-bg:#171717;
		--selector-highlighted: #2177f3;
		--holder-bg-color: #292929;
		--body-bg-blend: soft-light;
		--body-bg: #060606;
		--button-bg: #2177f3;
		--button-action-bg: #2177f3;
		--button-normal-bg: #373737;
		--button-color: white;
		--button-normal-color: white;
		--butaca-libre: #323235;
		--butaca-m8: blue;
		--butaca-especial: green;
		--butaca-selected: red;
		--item-selected-border: #E91E63;
		--glass-bg: #00000080;
		--glass-text: white;
		--glass-text-shadow: 0px 1px 3px black;
		--title-shadow: 3px 1px 2px black;
		--title-color: white;
		--title-bg: none;
		--header-bg: transparent;
		--logo-filter: none;
		--video-shadow: #00000080;
		--glass-shadow: none;
		--butaca-shadow: none;
		--magnify8-wave-border: 3px solid rgba(138, 43, 226, 0.4);
	}
	html{
	background:black;
	}
	body {
	    margin: 0;
	    padding: 0;
	    width: 100%;
	    overflow: hidden auto;
	    font-family: "Inter", sans-serif;
	    font-optical-sizing: auto;
	    font-weight: 300;
	    font-style: normal;
	    background-color: var(--body-bg);
	    background-repeat: no-repeat;
	    background-size: 125%;
	    background-position: top center;
	    background-blend-mode: var(--body-bg-blend);
	}

body.modo-sala {
    overflow: hidden;
}
	
	div#background {
	    width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    z-index: -1;
	    position: absolute;
	    background-color: black;
	    left: 0;
	    top: 0px;
	    border-radius: 10px;
	    overflow: hidden;
	    transition: all .5s ease;
	    transform-origin: center;
	    transform-style: preserve-3d;
	    perspective: 1000px;
	    perspective-origin: top;
	    z-index: 0;
	}

.prev-film, .next-film {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    position: absolute;
    background-color: black;
    left: 0;
    top: 0px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s ease;
    transform-origin: center;
    transform-style: preserve-3d;
    perspective: 1000px;
    perspective-origin: top;
    z-index: 0;
}

div#background .sombra {
    width: 100%;
    height: 103px;
    display: flex;
    background: linear-gradient(0deg, var(--video-shadow) , transparent);
    transform: perspective(1000px) translate3d(0px, 7px, 50px) rotate3d(1, 0, 0, -90deg);
    perspective-origin: center;
    position: absolute;
    bottom: calc(-25% - 1px);
    border-radius: 10px;
}

div#background .borde {
    width: calc(100% - 10px);
    height: 5px;
    display: flex;
    background: #656565;
    transform: perspective(1000px) translateZ(-3px) rotate3d(1, 0, 0, -90deg);
    perspective-origin: center;
    position: absolute;
    top: 0;
    left: 5px;
    border-radius: 0px 0px 24px 24px;
}

.modo-cine .borde,.modo-cine .sombra {
    display: none;
}
	
	.modo-sala div#background {
	    transform: perspective(500px) translate3d(0px, 0px, -1000px) rotate3d(1, 0, 0, 0deg);
	}
	
	header {
	    position: absolute;
	    /* background: linear-gradient(180deg, black, transparent); */
	    width: 100%;
	    z-index: 10;
	}
	
	header .contenedor {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 0 5px;
	    height: 40px;
	    background: var(--header-bg);
	    position: absolute;
	    width: calc(100% - 10px);
	}

header .contenedor i {
    color: var(--button-color);
    width: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    background: var(--glass-bg);
    border-radius: 50%;
    margin: 5px;
}
	
	a {
	    color: white;
	    padding: 0 10px;
	    text-decoration: none;
	}
	
	nav {
	    display: flex;
	    align-items: center;
	    justify-content: flex-end;
	}
	
	a.activo, a:hover {
	    /* font-weight: bold; */
	    text-decoration: none;
	    color: white;
	}
	
	.logotipo {
	    color: orange;
	    font-weight: 100;
	    background-image: url(/img/logo.png);
	    background-size: contain;
	    background-repeat: no-repeat;
	    width: 116px;
	    height: 30px;
	    background-position: center;
	    margin: 0;
	    filter: var(--logo-filter);
	}

.videointro .logotipo {
    width: 100%;
    height: 200%;
    background-size: 50%;
    opacity: 0;
}

.modo-cine .videoplayer .logotipo {
    opacity: 1;
}
	
	#inicio {
	    min-height: 100vh;
	    /* backdrop-filter: blur(10px); */
	}

.modo-sala section#inicio {
    overflow: hidden;
}
	
	.modo-cine .videoplayer,.modo-cine .videointro {opacity: 1;}

.videointro {
    width: 100%;
    aspect-ratio: 16/9;
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videointro.start .logotipo {
    animation: intro 5s 0s forwards;
    perspective:1000px;
    background-color:black;
}

@keyframes intro{
	0%{
		opacity:1;
		transform:scale(2);
		background-color: black;
		filter: blur(5px);
	}
	10%{
		opacity:1;
		transform: scale(1);
		background-color: black;
		filter: blur(1px);
		}
	15%{
		background-position:center;
	}
	16%{
		background-position:top right;
	}
	17%{
			background-position:center;
	}
	18%{
			background-position:bottom right;
	}
	19%{
			background-position:bottom left;
	}
	19%{
			background-position:center;
	}
	50%{
		opacity:1;
		transform: scale(1);
		background-color: black;
		filter: blur(1px);
		}
	45%{
			background-position:center;
	}
	46%{
		background-position:center right;
	}
	47%{
		background-position:center left;
	}
	48%{
		background-position:center;
	}

	60%{
		background-color: black;
		opacity: 1;
	}
	80%{
		opacity:0;
		background-color:transparent;
		transform: scale(5) rotate(10deg);
		filter: blur(5px);
		}
	100%{
		opacity:0.3;
		background-color:transparent;
		transform: translate(33%,20%) scale(0.5);
	}
}
@keyframes paso2{
 0%{transform: scale(2);background: #292929;}
50%{transform: scale(1);background: #292929;}	
70%{/* background:white; */}
}
@keyframes paso2-1 {

0%{ background-color:#292929}
	
}
	.videoplayer {
	    opacity: 0;
	    transition: all .5s ease;
	    position: relative;
	}
	
	.videoplayer iframe {
	    scale: 1.5;
	    /* display: flex; */
	    /* align-items: center; */
	    /* justify-content: center; */
	    /* box-shadow: 0px 10px 10px black; */
	    width: 100%;
	    height: calc((100vw - 10px) / 1.78);
	}
	
	div#detalles {
	    z-index: 2;
	    position: absolute;
	    bottom: 0;
	    padding: 10px;
	    color: white;
	    height: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    /* align-items: flex-end; */
	    justify-content: end;
	    background: linear-gradient(90deg, black 0%, transparent 80%);
	    flex-flow: column;
	    /* width: 100%; */
	}
	div#compra {
	    width: 100%;
	    display: flex;
	    align-items: flex-end;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	    /* max-height: 50vh; */
	    /* background: #2900ff; */
	    /* max-width: 500px; */
	    margin: 0 auto;
	    position: absolute;
	    /* overflow: hidden; */
	    bottom: 0;
	}

div#compra .butacas {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    /* height: 50vh; */
    font-size: 7vw;
}

.butacas .row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.row div {
    width: 1em;
    height: 1em;
    margin: 2px;
}

.row div {
    width: 1em;
    height: 1em;
    display: flex;
    background: var(--butaca-libre);
    border-radius: 5px;
    animation: paso2 2s forwards;
    box-shadow: var(--butaca-shadow);
    border: var(--butaca-border);
}

.item.ocupado {
    opacity: .6;
}

.row .pasillo,.row .escalera {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.row .item.especial {
    background: var(--butaca-especial);
}
	
	div#compra {
	    /* flex: 1; */
	    /* flex-grow: 0; */
	}

.modo-cine div#compra {
    flex-grow: 0;
}
	

.checkout div#compra {
    animation: fadeOut 2s forwards;
}
@keyframes fadeOut{
	0%{opacity:1}
	100%{opacity:0}
	
}
	
	.datos-holder {
	    display: flex;
	    color: white;
	    transition: transform .1s linear,height .1s linear;
	    overflow: hidden;
	    max-width: 100%;
	    flex-wrap: wrap;
	}

	
	div#poster {
	    width: 100%;
	    height: calc(9em + 30px);
	    aspect-ratio: 4/6;
	    display: flex;
	    position: relative;
	    background-size: contain;
	    background-repeat: no-repeat;
	    margin-bottom: 10px;
	    border-radius: 10px;
	}
	
	.right {
	    flex: 1;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: flex-start;
	    justify-content: flex-end;
	    color: var(--button-bg);
	}
	
	.horarios .right {
	    display: flex;
	    align-items: flex-start;
	    justify-content: flex-end;
	}
	
	.datos-holder .right {
	    justify-content: end;
	    align-content: end;
	    padding-bottom: 10px;
	    flex-flow: column;
	    margin: 0 5px;
	    z-index: 2;
	}
	
	.buttons {
	    z-index: 3;
	    display: flex;
	    align-items: center;
	    justify-content: space-evenly;
	    margin-top: 0;
	}
	
	.left {display: flex;flex-flow: column;/* align-items: center; *//* justify-content: center; */width: 35%;}
	
	.datos-holder .left {
	    align-items: flex-end;
	    margin: 0 5px;
	}
	
	.titulo {
	    font-size: 2em;
	    color: var(--title-color);
	    text-shadow: var(--title-shadow);
	    width: 100%;
	    transition:transform .5s .5s linear;
	    z-index: 10;
	    line-height: 1em;
	    margin: 5px;
	    /* background: var(--title-bg); */
	    /* -webkit-text-stroke: #ffffff; */
	    /* -webkit-text-stroke-width: 1px; */
	    font-weight: 800;
	    font-family: 'Nunito',sans-serif;
	}
	
	.features-holder {
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    /* background: black; */
	    margin-top: 5px;
	    max-width: 100%;
	    position: relative;
	}

.features-holder div {
    border: 1px solid;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0 3px;
}
	.slideleft{
		transform:translateX(-100%);
	}
	.fade{
		opacity:0;
	}
	.glass {
	    background: var(--glass-bg);
	    padding: 5px 10px;
	    border-radius: 6px;
	    display: flex;
	    color: var(--glass-text);
	}

.horarios-holder {
    width: calc(100% - 20px);
    padding: 0;
    margin: 0;
    padding: 10px;
    background: var(--glass-bg);
    border-radius: 10px;
}

.hidden {
    display: none;
}
	
	
	
	.features-holder div {
	    padding: 0px 5px;
	    border: 1px solid var(--item-selected-border);
	    color: var(--button-color);
	    background-color: var(--item-selected-border);
	    margin: 0px 5px;
	    border-radius: 4px;
	    /* filter: drop-shadow(0px 1px 2px black); */
	    user-select: none;
	    text-wrap: nowrap;
	}

.features-holder .categorias {
    border-color: var(--button-normal-color);
    color: var(--button-normal-color);
    background: var(--button-normal-bg);
}

.proxima-funcion:before {
    content: "3D";
    background: white;
    width: 100%;
    color: black;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0px 5px;
    margin-right: 3px;
    font-weight: 700;
    border-radius: 3px;
}

.proxima-funcion.f2d:before {
    content: "2D";
}

.proxima-funcion.fm8:before {
    content: "MAGNIFY";
}

.features-holder div.proxima-funcion {
    display: flex;
    /* align-items: center; */
    /* justify-content: space-evenly; */
    /* flex-flow: column; */
    padding: 0;
    /* margin: 0; */
    padding-right: 5px;
}
	
	.calificacion {
	    background: white;
	    color: black;
	    font-weight: bold;
	}
	
	.duracion:after {
	    content: " min";
	}
	
	button,select {
	    padding: 10px 20px;
	    border: none;
	    overlay: none;
	    margin: 5px;
	    border-radius: 5px;
	    background: var(--glass-bg);
	    color: var(--button-color);
	    width: fit-content;
	    font-size: 1.1em;
	    text-wrap: nowrap;
	    padding-right: 40px;
	    text-overflow: ellipsis;
	    font-family: 'Inter',sans-serif;
	    line-height: 0;
	    outline: none !important;
	}

.list-complejos select {
    padding: 5px;
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0;
    background: var(--button-action-bg);
    color: white;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}
	
	button.boton.action {
	    background: var(--button-action-bg);
	}
	
	.horarios select {
	    font-size: .8em;
	}
	
	.button-holder {
	    display: flex;
	    align-items: flex-start;
	    width: 100%;
	    justify-content: space-between;
	    left: 10px;
	    flex-wrap: nowrap;
	    justify-content: flex-start;
	    padding: 5px;
	}
	
	.horarios {
	    /* flex: 1; */
	    display: flex;
	    border-radius: 10px;
	    margin-top: 5px;
	    position: absolute;
	    right: 5px;
	    bottom: 5px;
	}
	
	.descripcion {
	    margin-bottom: 10px;
	    /* max-height: 7em; */
	    overflow: hidden auto;
	    max-width: 350px;
	    padding-right: 10px;
	    text-shadow: var(--glass-text-shadow);
	    margin: 5px;
	    /* background: red; */
	}
	
	.horario {
	    border-radius: 10px;
	    display: flex;
	    flex-flow: column;
	    padding: 5px;
	    background: var(--button-normal-bg);
	    margin: 5px 10px;
	    width: 75px;
	    text-align: center;
	    max-height: 10em;
	    overflow: hidden;
	    color: white;
	}
	
	.horario.f-2d:before {
	    content: "2D";
	}
	
	.horario.f-3d:before {
	    content: "3D";
	}
	
	
	.horario:before {
	    text-align: center;
	    background: white;
	    border-radius: 4px;
	    color: black;
	    font-weight: bold;
	    padding: 0px 4px;
	    height: 20px;
	    border-radius: 4px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background-size: 90%;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-color: white;
	    background-blend-mode: difference;
	}
	
	.horario.f-imax3d:before {
	    content: "";
	    background-image: url(../img/imax3d.png);
	}
	
	.horario.f-m8:before {
	    content: "";
	    background-image: url(../img/m8.png);
	    /* width: 75px; */
	    /* height: 16px; */
	    /* background-color: transparent !important; */
	    background-size: 90%;
	    background-repeat: no-repeat;
	    /* border-radius: 0; */
	    background-position: center;
	    /* padding: 0px 10px; */
	    background-color: white;
	    background-blend-mode: difference;
	}
	
	video {
	    width: 100%;
	    background: transparent;
	    height: auto;
	    z-index: 3;
	    position: relative;
	}
	
	.pelicula-principal {
	    display: flex;
	    flex-flow: column;
	    align-items: baseline;
	    justify-content: flex-end;
	    width: 100%;
	    height: 100%;
	    background: transparent;
	    position: static;
	    /* top: 0; */
	    /* left: 0; */
	    /* aspect-ratio: 16/9; */
	    /* background: red; */
	    /* display: none; */
	}
	/* width */
	::-webkit-scrollbar {
	    border-radius:5px;
	    width:5px;
	    height:5px;
	}
	
	/* Track */
	::-webkit-scrollbar-track {
	  background: #0000001f;
	  border-radius: 5px;
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: var(--button-bg);
	  border-radius: 5px;
	}
	
	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #3F51B5; 
	}
	/* ---- ----- ----- Contenedor Principal y Flechas ----- ----- ----- */
	.peliculas-recomendadas {
		padding-bottom: 5em;
		width: 100%;
		overflow: hidden;
		color: white;
		background: #1e1a27;
		box-shadow: inset 0px 5px 5px -3px black;
	}
	
	section#cartelera {background: #393939;box-shadow: inset 0px 4px 10px  -6px black,inset 0px -4px 10px  -6px black;}
	
	section#proximamente {
	    box-shadow: none;
	}
	
	.contenedor-titulo-controles h3 {
	    color: yellow;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    padding: 20px 20px 0px 20px;
	    margin: 20px 10px;
	    font-size: xx-large;
	    text-shadow: 0px 1px 1px black;
	    font-weight: 500;
	}
	
	.contenedor-titulo-controles h3 i.uk-icon {
	    scale: 2;
	    margin: 0px 22px;
	    stroke: red;
	    display: flex;
	}
	
	
	.peliculas-recomendadas .contenedor-principal {
		display: flex;
		align-items: center;
		position: relative;
	}
	
	.contenedor-principal button i {
	    width: 1em;
	    height: 1em;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    min-width: 1em;
	}
	
	.peliculas-recomendadas .contenedor-principal .flecha-izquierda,
	.peliculas-recomendadas .contenedor-principal .flecha-derecha {
		position: absolute;
		border: none;
		background: rgba(0,0,0,0.2);
		width: 1em;
		color: #fff;
		cursor: pointer;
		z-index: 500;
		transition: .2s ease all;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 35px 20px;
	}
	
	.peliculas-recomendadas .contenedor-principal .flecha-izquierda:hover,
	.peliculas-recomendadas .contenedor-principal .flecha-derecha:hover {
		background: rgba(0,0,0, .9);
	}
	
	.peliculas-recomendadas .contenedor-principal .flecha-izquierda {
		left: -10px;
		border-radius: 0px 10px 10px 0px;
	}
	
	.peliculas-recomendadas .contenedor-principal .flecha-derecha {
		right: -10px;
		border-radius: 10px 0px 0px 10px;
		/* direction: rtl; */
	}
	
	/* ---- ----- ----- Carousel ----- ----- ----- */
	.peliculas-recomendadas .contenedor-carousel {
		width: 100%;
		/* padding: 20px 0; */
		overflow: hidden;
		scroll-behavior: smooth;
	}
	
	.peliculas-recomendadas .contenedor-carousel .carousel {
		display: flex;
		flex-wrap: nowrap;
	}
	
	.peliculas-recomendadas .contenedor-carousel .carousel .pelicula {
		min-width: 100px;
		transition: .3s ease all;
		box-shadow: 5px 5px 10px rgba(0,0,0, .3);
		margin: 0 5px;
		scale: .9;
	}
	
	.peliculas-recomendadas .contenedor-carousel .carousel .pelicula:hover {
	    scale: 1;
	}
	
	.peliculas-recomendadas .contenedor-carousel .carousel .pelicula.hover {
		transform: scale(1.2);
		transform-origin: center;
	}
	
	.peliculas-recomendadas .contenedor-carousel .carousel .pelicula img {
		width: 100%;
		vertical-align: top;
		border-radius: 10px;
		overflow: hidden;
	}
	
	#proximamente.peliculas-recomendadas .contenedor-carousel .carousel .pelicula {
	    min-width: 200px;
	}
	@media (min-width: 1200px){
		div#background{
			border-radius: 0;
			top: 0;
			margin: 0;
			background-blend-mode: overlay;
			background-color: #808080;
			transition: all .3s ease;
		}
		.modo-cine div#background{
				background-color: #232323;
		}
		.videoplayer,.videointro{
		width: 50vw;
		border-radius: 10px;
		overflow: hidden;
		margin: 0 auto;
		top: 40px;
		}
		
	}
	@media (max-width: 1200px) {
	  .horarios{
		  display:none;
	  }
		nav{
			display:none;
		}
		.pelicula-principal{
			justify-content: space-between;
			/* height: calc(100% - 100px); */
			bottom: 0;
			top: auto;
			/* overflow: hidden; */
			max-height: 100vh;
			max-width: 100vw;
		}
	
	div#background {
	    width: calc(100% - 10px);
	    position: relative;
	    margin: 5px;
	}


.modo-sala div#background .sombra {
    display: flex;
}

.modo-cine div#background {
    /* transition: all 1s linear !important; */
    top: 40px;
    /* height: auto; */
}

div#background .videointro {
    height: 100%;
    /* display: none; */
    scale: 1.1;
}
	


.ticket-holder .ticket {
    background-color: #efefef;
    border-radius: 0px 0px 10px 10px;
    border: 5px solid white;
    padding: 10px;
    transition: all .5s ease;
    background-image: url(https://image.tmdb.org/t/p/w1280/2Nti3gYAX513wvhp8IiLL6ZDyOm.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    box-shadow: var(--glass-shadow);
}

.ticket li {
    font-size: 11px;
}

.ticket div {
    color: black;
    /* font-size: 12px; */
}

.qrcode {
    background-image: url(/img/qr.png);
    background-size: 100%;
    width: 50%;
    height: auto;
    margin: auto;
    aspect-ratio: 1;
}

.total {
    font-size: 1.2em;
    font-weight: bold;
}

.ticket-holder .confirm {
    width: calc(100% - 30px);
    background-color: #d7d7d7;
    border-radius: 10px;
    border: 5px solid white;
    padding: 5px;
    transition: all .5s ease;
    background: #838bca;
    color: white;
    box-shadow: var(--glass-shadow);
}

.troquel {
    width: calc(100% - 20px);
    height: 0px;
    background: white;
    margin: 0px auto;
    /* border-top: 3px dashed black; */
    border-width: 1px;
    border-style: solid; /* debe ser solid para que border-image se aplique */
    border-image: repeating-linear-gradient(to right, #6b6b6b 0 5%, transparent 5% 7.5%) 100% 1;
}

.ticket-holder .confirm p {
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 6px;
    font-size: 12px;
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-image: repeating-linear-gradient(to right, #6b6b6b 0 5px, transparent 2px 4px) 100% 1; */
    border: 1px dashed;
}

.ticket-holder {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 100;
}

.ticket-holder .checkout {
    transform: translateY(-100%);
    width: 80%;
    transition: transform .5s 1s ease;
    animation: slideDown 1s 0s forwards;
}
@keyframes slideDown {
	0%{
		transform:translateY(-100%);
	}
	100%{
		transform:translateY(0%);
	}
}

.ticket-holder .checkout:before {
    content: "TU TICKET:";
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -47px;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

	
		.modo-sala div#background {
		    background-position: center;
		    aspect-ratio: 16/9;
		    transform: perspective(500px) translate3d(0px, 51px, -200px) rotate3d(1, 0, 0, -20deg);
		    height: calc(100vw / 1.8);
		    overflow: visible;
		}

.modo-sala.checkout div#background {
    transform: perspective(500px) translate3d(0px, 0px, 0) rotate3d(1, 0, 0, -90deg);
    /* background: none !important; */
    top: 0;
    /* transform-origin: top; */
}

.modo-sala.checkout div#background .sombra {
    opacity: .6;
}

.modo-sala.paso-2 div#background {
    transform: perspective(500px) translate3d(0px, 0px, -200px) rotate3d(1, 0, 0, -60deg);
}

		.datos-holder{
			/* transform: translate3d(0px, 0px, 0px) !important; */
			/* display: flex !important; */
			/* height: max-content; */
			flex: 1;
		}

.tabs {
    display: flex;
    width: 100%;
    align-items: center;
    /* height: 1em; */
    justify-content: end;
    font-size: 11px;
}

.tabs .tab {
    border: 1px solid var(--button-bg);
    padding: 5px 10px;
    /* border-radius: 5px; */
    margin: 5px 0;
    background: var(--selector-bg);
    color: var(--button-bg);
    font-weight: 400;
}


.tab:first-of-type {
    border-radius: 5px 0px 0px 5px;
    margin-left: 5px;
}

.tab:last-of-type {
    border-radius: 0px 5px 5px 0px;
    margin-right: 5px;
}

.tab.selected {
    background: var(--button-bg);
    color: var(--button-color);
    border-color: var(--button-bg);
}
	
	.descripcion {
	    max-height: 20vh;
	    max-width: inherit;
	    flex: 1;
	}

		.datos-holder .left{
			display: none;
			/* position: absolute; */
			/* top: -4%; */
		}


	.right {
    width: 100%;
    overflow: hidden;
    /* background: red; */
}

.features-holder {
    /* background: red; */
    /* overflow: auto hidden; */
    /* width: 100%; */
    font-size: .8em;
}

.features-holder.list-complejos {
    justify-content: space-evenly;
}

.flex {
    display: flex;
}

.features-holder.list-horarios {
    padding: 5px 2em;
    width: calc(100%  - 4em);
}

.features-holder.list-horarios:after,.features-holder.list-horarios:before {
    content: "";
    width: 2em;
    height: 3em;
    position: fixed;
}

.features-holder.list-horarios:after {
    left: 10px;
    background: linear-gradient(90deg, #252525, transparent);
}

.features-holder.list-horarios:before {
    right: 10px;
    background: linear-gradient(-90deg, #252525, transparent);
    /* background: red; */
}
		.buttons{
			width:100%;
		}
		button{
			/* max-width:30%; */
			font-size:16px;
			/* text-wrap-mode:wrap; */
			background: #252525;
			padding: 10px 20px;
		}
	
	
	
	.compra-contenedor button {
	    width: calc(100% - 10px);
	    max-width: 100%;
	    background: var(--button-bg);
	    height: 3em;
	}
		
		.videoplayer {
		    /* height: auto; */
		    /* width: calc(100% - 10px); */
		    aspect-ratio: 19 / 11;
		    /* top: 70px; */
		    overflow: hidden;
		    border-radius: 10px;
		}

body:not(.modo-cine) .background {/* height: 50vh !important; */border-radius: 20px;aspect-ratio: 4/4;}

	
	.modo-sala div#compra .titulo {
		font-size: 1em;
		width: calc(100% - 20px);
		padding: 8px;
		position: fixed;
		top: 30px;
	}
	}
	.compra-contenedor {
	    background: var(--holder-bg-color);
	    width: calc(100% - 30px);
	    left: 10px;
	    position: relative;
	    bottom: 5px;
	    border-radius: 10px;
	    color: white;
	    padding: 5px;
	    overflow: hidden;
	    /* aspect-ratio: 4/4; */
	    transition: background-color 1s linear;
	    /* height: 50vh; */
	    display: flex;
	    flex-flow: column;
	    align-items: stretch;
	    box-shadow: var(--glass-shadow);
	}

.compra-contenedor.nocarousel:has(.butacas) {
    /* animation: paso2-1 3s infinite; */
    background: transparent;
    box-shadow: none;
}
	.fecha-holder {
	    display: flex;
	    /* border: 1px solid; */
	    border-radius: 5px;
	    background: var(--selector-bg);
	    position: relative;
	}
	
	.dia {
	    font-size: 5rem;
	    font-weight: 100;
	    margin: 10px;
	    color: #2177f3;
	    line-height: 1em;
	    flex: 1;
	    /* width: 100%; */
	    line-height: 4rem;
	    /* display: flex; */
	    /* align-items: center; */
	    text-align: center;
	}
	
	.compra-contenedor .right {
	    flex-flow: column;
	    align-items: flex-start;
	    justify-content: center;
	}
	
	.select-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	}

.select-holder .scroll-dir {
    width: 4em;
    position: absolute;
    left: calc(25% - 6px);
    z-index: 10;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(90deg, var(--selector-bg) 50%, transparent);
    border-radius: 0px 0px 0px 0px;
}

.select-holder .scroll-dir.dir-right {
    right: 0px;
    left: initial;
    justify-content: flex-end;
    background: linear-gradient(-90deg, var(--selector-bg) 50%, transparent);
    border-radius: 0px 10px 10px 0px;
}

.select-holder.funciones label {
    height: 70px;
    width: calc(25% + 30px);
}
	
	.dow {
	    font-size: 1.2em;
	    font-weight: 300;
	}
	
	.month {
	    font-size: 1.5em;
	    font-weight: 200;
	}
	.select-holder label {
	   width: 50%;
	   padding: 0;
	   margin: 5px 0;
	   height: 3em;
	   border-radius: 10px 0px 0px 10px;
	   color: var(--button-normal-color);
	   font-size: 13px;
	   background: var(--button-normal-bg);
	   display: flex;
	   align-items: center;
	   justify-content: center;
	   border-right: 1px solid var(
	   --button-bg);
	}
	
	.select-holder select {
	    width: 50%;
	    padding: 0;
	    margin: 5px 0;
	    height: 3em;
	    border-radius: 0px 10px 10px 0px;
	    color: var(--glass-text);
	    font-size: 13px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	}
	
	.selector {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    width: -webkit-fill-available;
	    padding-right: 5px;
	    /* line-height: 1em; */
	}
	
	.horarios-graph {
	    display: flex;
	    align-items: center;
	    overflow: scroll hidden;
	    width: calc(100% - 10px);
	    flex-direction: row;
	    height: 70px;
	    padding: 0px 6px;
	    position: relative;
	    background: var(--selector-bg);
	    overflow: auto hidden;
	    border-radius: 10px;
	    border: 1px solid var(--selector-bg);
	}

.horarios-graph .spacer {
    width: 30%;
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: center;
    min-width: 30%;
}


	
	.horarios-graph .item {
	    width: 22%;
	    /* opacity: .5; */
	    /* height: 50px; */
	    display: inline;
	    align-items: end;
	    /* border-left: 1px solid var(--selector-bg); */
	    /* border-right: 1px solid var(--selector-bg); */
	    flex-shrink: 0; /* Evita que se reduzca el ancho automáticamente */
	    margin: 0 1px;
	    /* outline: 1px solid var(--selector-highlighted); */
	    aspect-ratio: 5/6;
	    display: flex;
	    /* background: #ffffff; */
	    align-items: center;
	    justify-content: center;
	    background-image: linear-gradient(0deg, var(--selector-highlighted) 0%, var(--selector-highlighted) 3%, transparent 0% );
	}
	
	.horarios-graph .item:first-child {
	    background-image: linear-gradient(0deg, var(--selector-highlighted) 0%, var(--selector-highlighted) 50%, transparent 0% );
	}

.item.selected {
    opacity: 1;
    border-radius: 5px;
    /* color: black; */
    font-weight: bold;
    border: 2px solid var(--item-selected-border);
}
	
	.horarios-graph .item:nth-child(2) {
	    background-image: linear-gradient(0deg, var(--selector-highlighted) 0%, var(--selector-highlighted) 30%, transparent 0% );
	}
	.horarios-graph .item:nth-child(3) {
	    background-image: linear-gradient(0deg, var(--selector-highlighted) 0%, var(--selector-highlighted) 70%, transparent 0% );
	}
	.horarios-graph .item:nth-child(4) {
	    background-image: linear-gradient(0deg, var(--selector-highlighted) 0%, var(--selector-highlighted) 10%, transparent 0% );
	}
	.horarios-graph .item:nth-child(5) {
	    background-image: linear-gradient(0deg, var(--selector-highlighted) 0%, var(--selector-highlighted) 90%, transparent 0% );
	}
	.horarios-graph .item:nth-child(6) {
	    background-image: linear-gradient(0deg, var(--selector-highlighted) 0%, var(--selector-highlighted) 30%, transparent 0% );
	}
	
	
	
	.plyr {
		 transition: opacity .5s 1s linear !important;
	   
	}
	
	.cine-mode .plyr {
	    opacity: 1;
	}
	
	body:not(.modo-cine) .plyr {
	     opacity: 0; 
	    transition: opacity .25s 0s linear !important;
	}
	
	button.carousel-btn {
	    position: absolute;
	    top: 25%;
	    width: 2em;
	    height: 2em;
	    right: 1em;
	    color: white;
	    filter: drop-shadow(0px 1px 0px black);
	    scale:2;
	    z-index: 500;
	}

.modo-sala.paso-2 button.carousel-btn,.modo-sala.checkout button.carousel-btn {
    display: none;
}

.modo-cine button.carousel-btn {
    display: none;
}
	
	button.prev-item {
	    left: 1em;
	}

	.no-scrollbar::-webkit-scrollbar{
		height:0px;
	}

.dark-scrollbar::-webkit-scrollbar-thumb {
    background: #E91E63;
}

.dark-scrollbar::-webkit-scrollbar {
    height: 1px;
}

.dark-scrollbar::-webkit-scrollbar-track {
    background: black;
}
.experiencia {
    width: 100%;
    height: 100px;
    position: absolute;
    /* background: red; */
    top: -100px;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
    z-index: 100;
}

.experiencia.f-3d {
    animation: movie3d 15s infinite;
}
@keyframes movie3d{
	0%{
		transform:scale(1);
	}
	50% {
		transform:scale(1.1);
	}
	100%{
		transform:scale(1);
	}
}
.peli.titulo {
    font-size: 20px;
    /* width: calc(100% - 20px); */
    /* padding: 10px; */
    color: var(--glass-text);
    text-align: center;
    font-family: 'Inter';
    font-weight: 400;
    text-shadow: none;
}
#compra .seleccion {
    padding: 5px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#compra .seleccion span {
    padding: 0px 5px;
    border: 1px solid;
    border-radius: 5px;
    color: var(--button-color);
    margin: 0px 5px;
    border-color: var(--item-selected-border);
    background: var(--item-selected-border);
}

.right .selector i.uk-icon {
    position: absolute;
    z-index: 1000;
    /* background: red; */
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}

.right .selector i.uk-icon[uk-icon='chevron-left'] {
    right: calc(2em + 20px);
}

.experiencia.f-m8 {
  /* width: 200px; */
  /* height: 200px; */
  /* background: #111; */
  color: white;
  /* font-size: 24px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  animation: vibrar .5s infinite;
  /* position: relative; */
  overflow: hidden;
  background-repeat: no-repeat;
  filter: var(--m8-filter);
}

@keyframes vibrar {
  0%   { transform: translate(0px, 0px); }
  5%  {transform: translate(1px, -1px);}
  10%  {transform: translate(-1px, 1px);}
  15%  {transform: translate(1px, 1px);}
  20% {transform: translate(-1px, -1px);}
  25%   { transform: translate(0px, 0px); }


}
.experiencia.f-m8::before,.experiencia.f-m8::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: var(--magnify8-wave-border);
  border-radius: 50%;
  animation: ondas 1s infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.experiencia.f-m8::after {
    animation: ondas 1.1s 0.7s infinite;
    top: 50%;
    left: 50%;
}

@keyframes ondas {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.25);
    opacity: 0;
  }

}
