@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
	font-family: 'Aldothe Apache';
	src: url(../fonts/AldotheApache.ttf);
}

.open-sans-<uniquifier> {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}

.cinzel-<uniquifier> {
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

body {
	background-color: #000;
	font-family: 'Open Sans', 'Verdana', sans-serif;
	font-size: medium;
	color: #FFF;
}

.mobile {
	display: none;
}
.nomobile {
	display: block;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #CCC;
}

p {
	margin-top: 10px;
	font-family: 'Cinzel', 'Verdana', sans-serif;
}

img {
	width: 100%;
	height: auto;
}

.skip-link {
	position: fixed;
	top: -200px;
}

.clear {
	clear: both;
}

#wait {
	position: fixed;
	width: 100%;
	height: 100dvh;
	background-color: #000;
	/*background-image: url(../images/gridme_black3.png);*/
	opacity: 1;
	z-index: 10000;
	top: 0;
	left: 0;
}
#wait2 {
	position: fixed;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	top: 0;
	left: 0;
	display: none;
}

.language-select {
	position: absolute;
	width: 444px;
	top: calc(50dvh - 240px);
	left: calc(50% - 228px);
	font-size: 14px;
	color: #FFF;
	text-align: center;
	display: none;
	opacity: 1;
}
.lang {
	font-size: 14px;
	color: #FFF;
	opacity: 1;
}
.lang:hover {
	text-decoration: underline;
	cursor: pointer;
}
.underline {
	text-decoration: underline;
	font-weight: 700;
}
.wait-logo {
	position: absolute;
	width: 198px;
	top: calc(50dvh - 180px);
	left: calc(50% - 99px);
	display: none;
	opacity: 1;
}
.load {
	position: absolute;
	width: 360px;
	top: calc(50dvh + 40px);
	left: calc(50% - 180px);
	font-family: 'Cinzel', 'Verdana', sans-serif;
	font-size: 50px;
	color: #BBB;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	display: none;
	opacity: 1;
}
.load:hover {
	animation-name: loadAnimation;
	animation-fill-mode: forwards;
	animation-duration: 0.3s;
	color: #CCC;
}
@keyframes loadAnimation {
	0%   {left: calc(50% - 180px);}
	33% {left: calc(50% - 178px);}
	66% {left: calc(50% - 182px);}
	100% {left: calc(50% - 180px);}
}
.skip-intro {
	position: absolute;
	width: 260px;
	top: calc(50dvh + 120px);
	left: calc(50% - 130px);
	font-family: 'Cinzel', 'Verdana', sans-serif;
	font-size: 26px;
	color: #BBB;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	display: none;
	opacity: 1;
}
.wait-animation {
	width: 90px;
	height: 90px;
	padding-top: calc(50dvh - 45px);
	margin: 0 auto;
}

.preload, .video-preload {
	position: absolute;
	top: -20px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.audio-button {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1000;
	display: none;
}

#container-frame {
	/*height: 100dvh;
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;*/
}

@keyframes open-panel {
	from {left: 101%;}
	to {left: calc(100% - 420px);}
}
@keyframes close-panel {
	from {left: calc(100% - 420px);}
	to {left: 101%;}
}
.album-panel {
	position: fixed;
	width: 420px;
	height: 100dvh;
	background-color: #000;
	border-left: 1px solid #CCC;
	top: 0;
	z-index: 100000;
	left: 101%;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}
.album-container {
	width: 90%;
	margin: 60px auto 20px;
	cursor: pointer;
}
.album-title {
	width: 80%;
	margin: 0px auto;
	text-align: center;
}
.album-subtitle {
	width: 100%;
	text-align: center;
	font-family: 'Cinzel', sans-serif;
	font-size: 26px;
	line-height: 1.2em;
	color: #9d181d;
	margin: 12px 0 24px;
}
.subtitle-white {
	color: #FFF;
}
.album-cover {
	width: 70%;
	margin: 12px auto;
	text-align: center;
	padding: 5px;
	border: 3px solid #FFF;
}
.panel-links-container {
	width: 90%;
	margin: 20px auto 10px;
}
.panel-link {
	overflow: hidden;
	cursor: pointer;
	margin: 10px 0;
	border: 1px solid #535353;
}
.panel-link:hover {
	background-color: #1a1a1a;
}
.panel-link-image {
	float: left;
	width: 17%;
	margin-right: calc(3% - 1px);
	height: 64px;
	overflow: hidden;
	border-right: 1px solid gray;
}
.panel-link-title {
	float: left;
	width: 80%;
	padding-top: 20px;
	font-size: 16px;
}
#panel-link1 .panel-link-title {
	padding-top: 12px;
}
.close-panel {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 34px;
	height: 30px;
	text-align: center;
	font-family: 'Open-Sans', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	line-height: 1em;
	cursor: pointer;
}

.mainscreen {
	/*z-index: 30;
	position: relative;
	min-height: 100%;
	background-image: url();
	background-size: cover;*/
	position: relative;
	height: 100dvh;
	overflow: hidden;
	display: none;
	opacity: 1;
}

.spotify-logo {
	position: absolute;
	right: 50px;
	bottom: 30px;
	width: 90px;
	display: none;
}
.load-logo {
	bottom: 30px;
}
.logo {
	position: absolute;
	top: 1.5dvh;
	left: 3%;
	width: 12%;
	z-index: 30;
	display: none;
}
.top-title {
	position: absolute;
	top: 1.7dvh;
	left: calc(50% - 160px);
	width: 320px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 4px;
	z-index: 30;
	display: none;
}
.bold-font {
	font-weight: 700;
}

.container-elements {
	position: relative;
	max-width: 1080px;
	margin: 0 auto 35px;
	overflow: hidden;
	padding: 3px 30px;
	display: none;
	opacity: 1;
}

.button-container {
	width: 220px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.button {
	width: 220px;
	height: 46px;
	line-height: 28px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	border-radius: 4px;
	border: 0;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}
@media (min-width: 768px) {
	.button-container {
		width: 240px;
		margin: 0px auto 0;
	}
	.button {
		width: 240px;
		height: 46px;
		line-height: 28px;
		float: left;
	}
	#button-container0 {
		width: 900px;
		margin: 20px auto 30px;
	}
}
.button a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}
#apple-connect {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#apple-connect img {
	margin-right: 6px;
}
.apple-music-form {
	display: none;
}
.btn-outline-secondary {
	margin: 5px 0 10px;
}
#apple_music_email_address {
	width: 80%;
	margin: 5px auto;
}

.video-transition-image {
	width: 720px;
	margin: 0px auto 0;
}
.video-transition-image img {
	min-width: unset;
	min-height: unset;
	width: 100%;
	height: auto;
	position: unset;
	transform: unset;
	opacity: 0.2;
}
#video-transition-title0 {
	top: -20px;
}
#video-transition-title0 img {
	opacity: 0.6;
}

#screen0 {
	background-image: url(../images/intro_grupo_desktop_alargado.jpg);
	background-size: auto 86dvh;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ee1232;
	opacity: 1;
	display: block;
	height: unset;
	overflow: unset;
}
.social-networks {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 140px;
}

.title {
	font-family: 'Cinzel', serif;
	max-width: 600px;
	width: 96%;
	margin: 0 auto;
	padding: 9.5dvh 0 0px;
	text-align: center;
	color: #f2e5cb;
	font-size: 42px;
	display: none;
}
.text {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin: 0px 3% 15px;
	color: #f2e5cb;
	font-size: 20px;
	display: none;
}
.pretitle0 {
	padding-top: 80px;
	max-width: 400px;
	width: 70%;
	margin: 0 auto;
	font-family: 'Cinzel', serif;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 4px;
	color: #f2e5cb;
}
.logo0 {
	width: 240px;
	margin: 0px auto;
	padding-top: 1dvh;
	position: relative;
	text-align: center;
	height: 13dvh;
}
.logo0 img {
	height: 100%;
	width: auto;
}
.intro-main-image {
	position: absolute;
	width: 720px;
	top: -20px;
	left: calc(50% - 360px);
	display: none;
}
.intro-content-container {
	background-image: url('../images/marmol_circulo_small.png');
	background-size: 100% auto;;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: relative;
	margin-top: 44dvh;
}

#title0 {
	padding-top: 6px;
	font-size: 0px;
	font-weight: 400;
	max-width: 440px;
	display: block;
}
/*#title0 span {
	position: relative;
	text-shadow: -1px 0 1px #dfa42f, 0 1px 1px #d6bc6b, 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
}
#title0 span:before {
	content: attr(data-heading);
	left: 0;
	top: 0;
	position: absolute;	
	z-index: 1;
	background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}*/
#text0 {
	display: block;
	font-size: 20px;
	margin: 10px auto;
	font-family: 'Open Sans', sans-serif;
	max-width: 500px;
}
.ring0 {
	width: 140px;
	position: absolute;
	left: calc(50% - 70px);
	top: -50px;
}
#button0, #button0b {
	margin: 20px 20px 20px;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	border-radius: 4px;
	display: block;
	transition: 0.2s all;
}
#button0 {
	margin-left: 190px;
}
#button0 img, #button0b img, #button3b img {
	width: 22px;
	vertical-align: middle;
}
#button0:hover, #button0b:hover {
	transform: translateY(-2px);
}
.disclaimer {
	font-size: 13px;
	text-align: center;
	color: #CCC;
	line-height: 1.6em;
	float: left;
	width: 100%;
}
.disclaimer a {
	color: #FFF;
	text-decoration: underline;
}
.disclaimer a:hover {
	color: #ccc;
}
.prizes-sticker {
	position: absolute;
	top: 40dvh;
	left: 66%;
	width: 200px;
	height: auto;
	cursor: pointer;
}
.spotify-attribution {
	position: absolute;
	width: 120px;
	right: 60px;
	bottom: 30px;
	display: none;
}

.image-top-right {
	position: absolute;
	top: 0px;
	right: 0;
	opacity: 0.9;
}
.image-intro-left {
	position: absolute;
	top: 60px;
	left: calc(50% - 600px);
	width: 72px;
	opacity: 0.9;
	z-index: 10;
}
.image-intro-right {
	position: absolute;
	top: 60px;
	left: calc(50% + 515px);
	width: 70px;
	opacity: 0.9;
	font-size: 14px;
	text-align: center;
	line-height: 1em;
}
.image-intro-right:hover {
	opacity: 1;
	cursor: pointer;
}
.image-intro-right2 {
	position: absolute;
	top: 220px;
	left: calc(50% + 490px);
	width: 90px;
	opacity: 0.9;
}
.image-intro-left2 {
	top: 80px;
}
.image-intro-right3 {
	position: absolute;
	bottom: 20px;
	left: calc(50% + 515px);
	width: 68px;
}

.prizes-window {
	position: fixed;
	width: 700px;
	background-color: rgba(157, 24, 29, 0.9);
	background-image: url('../images/marble_blanco_sin_forma.jpg');
	background-blend-mode: color-burn;
	border-radius: 4px;
	height: 500px;
	max-height: 80dvh;
	top: 10dvh;
	left: calc(50% - 350px);
	overflow: auto;
	z-index: 10;
	display: none;
}
.prizes-container {
	padding: 20px;
}
.prizes-title {
	font-family: 'Cinzel', sans-serif;
	font-size: 0px;
	letter-spacing: 2px;
	text-align: center;
	width: 110px;
	margin: 0 auto;
}
/*.prizes-title span {
	position: relative;
	text-shadow: -1px 0 1px #dfa42f, 0 1px 1px #d6bc6b, 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
}
.prizes-title span:before {
	content: attr(data-heading);
	left: 0;
	top: 0;
	position: absolute;	
	z-index: 1;
	background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}*/
.prizes-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #CCC;
}
.prizes-images {
	overflow: hidden;
	padding: 20px 0;
	width: 50%;
	margin: 0 auto;
	float: left;
	text-align: center;
}
.prize-image {
	float: none;
	width: 70%;
	margin: 0 auto;
}
.prize-image img {
	border-radius: 0px;
}
.prize-position {
	font-family: 'Cinzel', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	color: #CCC;
	padding: 20px 20px 5px 0;
	font-weight: 500;
}
.ordinal {
	font-size: 14px;
}
.prize-text {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	padding-right: 20px;
}
.prize-text-bigger {
	font-size: 18px;
}
.prize-text a {
	color: #FFF;
}
.prize-text a:hover {
	color: #ccc;
}
.prize-window-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 29px;
	height: 28px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
	border-radius: 15px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 1px;
	font-family: 'Open Sans', sans-serif;
}
.prizes-popup {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
@media (min-width: 800px) and (max-height: 840px) {
	.ring0 {
		width: 120px;
		left: calc(50% - 60px);
		top: -40px;
	}
	.pretitle0 {
		padding-top: 70px;
	}
	#title0 {
		font-size: 42px;
	}
	#text0 {
		font-size: 18px;
		max-width: 440px;
	}
	#button-container0 {
		margin: 10px auto 20px
	}
	.prizes-sticker {
		width: 180px;
	}
	/*#video-transition-title0 {
		top: -60px;
	}
	.video-transition-image {
		width: 680px;
	}
	.pretitle0 {
		padding-top: 30px;
	}
	.logo0 {
		width: 280px;
		margin-top: 20px;
	}
	.image-intro-left {
		left: calc(50% - 560px);
		width: 64px;
		top: 70px;
	}
	.image-intro-right {
		left: calc(50% + 475px);
		top: 20px;
	}
	.image-intro-right2 {
		left: calc(50% + 460px);
		top: 260px;
		width: 81px;
	}
	.image-intro-right3 {
		left: calc(50% + 475px);
		width: 58px;
	}
	.intro-main-image {
		width: 680px;
		left: calc(50% - 340px);
		top: -60px;
	}
	#button-container0 {
		margin: 470px auto 0;
	}
	.image-intro-left2 {
		top: 60px;
		left: calc(50% - 560px);
	}
	@keyframes open-panel {
		from {left: 101%;}
		to {left: calc(100% - 380px);}
	}
	@keyframes close-panel {
		from {left: calc(100% - 380px);}
		to {left: 101%;}
	}
	.album-panel {
		width: 380px;
		overflow: auto;
	}
	.album-subtitle {
		font-size: 28px;
		margin: 10px 0 20px;
	}
	.panel-link-image {
		height: 59px;
	}
	.panel-link-title {
		padding-top: 17px;
	}
	#panel-link1 .panel-link-title {
		padding-top: 10px;
	}*/
	@media screen and (max-height: 740px) {
		#title0 {
			padding-top: 6px;
			font-size: 0;
			max-width: 400px;
		}
		/*.social-networks {
			  bottom: 3px;
			  left: 10px;
		}
		.spotify-attribution {
			right: 10px;
			bottom: 3px;
		}
		#video-transition-title0 {
			top: -50px;
		}
		.video-transition-image {
			width: 600px;
		}
		.intro-main-image {
			width: 600px;
			left: calc(50% - 300px);
			top: -50px;
		}
		#button-container0 {
			width: 800px;
			margin: 360px auto 0;
		}
		#button0 {
			margin-left: 148px;
		}
		.image-intro-left {
			left: 95px;
			top: 40px;
			width: 46px;
		}
		.image-intro-right {
			left: unset;
			right: 70px;
			top: 20px;
		}
		.image-intro-right2 {
			left: unset;
			right: 70px;
			width: 66px;
			top: 190px;
		}
		.image-intro-right3 {
			left: unset;
			right: 60px;
		}
		.prizes-title {
			font-size: 32px;
		}*/
		@media screen and (max-height: 680px) {
			.prizes-sticker {
				width: 150px;
			}
			.ring0 {
				width: 100px;
				left: calc(50% - 50px);
				top: -32px;
			}
			.pretitle0 {
				padding-top: 40px;
			}
			#title0 {
				font-size: 0;
				max-width: 380px;
				padding-top: 6px;
			}
			#text0 {
				font-size: 16px;
				margin: 6px auto;
			}
			#button-container0 {
				margin: 0px auto 10px;
			}
			#button0, #button0b {
				
			}
		}
	}
}

#screen1 {
	background-image: none;
	background-color: #000;
	opacity: 1;
}
#loading {
position: fixed;
inset: 0;
background: #111;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
z-index: 1000;
}
#loading-bar {
width: 60%;
height: 12px;
background: #333;
border-radius: 6px;
overflow: hidden;
margin-bottom: 12px;
}
#loading-progress {
height: 100%;
width: 0%;
background: linear-gradient(90deg, #4af, #8df);
transition: width 0.2s;
}
#loading-text {
font-family: sans-serif;
color: #fff;
font-size: 14px;
}
@keyframes fadeIn {
	from {
		transform: scale(0.95);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
/*.open-popup-container {
	display: flex;
	width: 100%;
	height: 100dvh;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	display: none;
}
.open-milestone {
	text-align: center;
	margin: 20px auto;
	font-size: 20px;
	cursor: pointer;
}
.milestone-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: none;
}*/

.arrow-left-container {
	display: none;
	position: absolute;
	top: 45dvh;
	left: 5%;
	width: 80px;
	height: 80px;
}
.arrow-right-container {
	display: none;
	position: absolute;
	top: 45dvh;
	right: 5%;
	width: 80px;
	height: 80px;
}
.milestone, .milestone-instructions {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	z-index: 2000;
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
}
.milestone-inactive {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #9d181d;
	color: white;
	font-size: 18px;
	padding: 12px 20px;
	border-radius: 6px;
	display: none;
	font-family: sans-serif;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	width: auto;
}
.milestone-container, .milestone-instructions-container {
	width: 800px;
	height: 533px;
	padding: 20px 30px 0;
	text-align: center;
	color: #1d1b18;
	/*left: 25%;
	top: 10dvh;
	position: absolute;
	z-index: 30;*/
	background-image: url('../images/marmol_blanco_con_forma.png');
	background-size: 100% auto;
	position: relative;
}
.milestone-instructions-container {
	width: 540px;
	height: 366px;
}
.milestone-inactive-container {
	width: 540px;
	height: 366px;
}
.milestone-blood {
	position: absolute;
	top: -30px;
	left: 5px;
	width: 400px;
	z-index: -1;
}
.milestone-content-container {
	overflow: hidden;
}
.milestone-content-left {
	float: left;
	width: 50%;
	min-height: 462px;
	max-height: 520px;
	position: relative;
}
.milestone-ring {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.milestone-image {
	width: 336px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	height: 336px;
	margin-top: 92px;
	margin-left: 33px;
}
.milestone-image img, .milestone-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.milestone-year-roman {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	opacity: 0.2;
	font-family: 'Cinzel', serif;
	font-size: 62px;
	font-weight: 700;
	line-height: 1em;
	z-index: -2;
}
.milestone-year {
	font-family: 'Cinzel', serif;
	font-size: 22px;
	font-weight: 600;
	margin-top: 54px;
}
.milestone-content-right {
	float: left;
	margin-left: 5%;
	padding-right: 2%;
	width: 40%;
	height: 520px;
	overflow: auto;
}
.milestone-number {
	font-family: 'Cinzel', serif;
	font-size: 30px;
	margin-top: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}
.milestone-title, .milestone-instructions-title {
	font-family: 'Cinzel', serif;
	font-size: 32px;
	font-weight: 700;
	color: #690000;
	margin-bottom: 5px;
	line-height: 1em;
}
.milestone-instructions-title {
	padding-top: 40px;
	margin-bottom: 20px;
}
.milestone-tag {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: 'Cinzel', serif;
	font-variant: all-small-caps;
	line-height: 1.1em;
	color: #000000;
}
.milestone-instructions-content {
	width: 90%;
	margin: 20px auto;
	text-align: left;
	padding-left: 85px;
	color: black;
	font-weight: 600;
	line-height: 1.6em;
}
.milestone-inactive-content {
	/*width: 90%;
	color: black;
	font-weight: 600;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	height: calc(100% - 20px);
	font-size: 22px;*/
}
.milestone-content {
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
	max-height: 240px;
	overflow-y: auto;
	padding-right: 1%;
}
.button-select-milestone {
	width: 200px;
	background-color: #690000;
	color: #f2e5cb;
	border-radius: 4px;
	font-family: 'Cinzel', serif;
	font-size: 17px;
	cursor: pointer;
	margin: 30px auto 10px;
	padding: 3px 0 3px;
	font-weight: 600;
	letter-spacing: 1px;
	box-shadow: 1px 1px 3px #222;
}
.milestone-selected {
	background-color: #be5757;
}
.milestones-selected-complete {
	width: 100%;
	color: #690000;
	margin: 20px auto 0px;
	font-size: 16px;
	display: none;
}
.close-milestone, .close-milestone-instructions {
	/*position: absolute;
	top: -10px;
	right: -10px;
	width: 29px;
	height: 29px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #690000;*/
	position: absolute;
	bottom: 20px;
	left: calc(50% - 40px);
	width: 80px;
	color: #690000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	/*border: 1px solid #000;*/
	cursor: pointer;
}
.close-milestone-out, .close-milestone-instructions-out {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #bababa;
	border-radius: 50%;
	border: 1px solid #8b8b8b;
	cursor: pointer;
}


#container-elements1 {
	margin-bottom: 0;
	padding: 0;
	opacity: 1;
}

.section-title {
	padding-top: 100px;
	text-align: center;
	font-family: 'Cinzel', sans-serif;
	font-size: 28px;
	color: #9D181D;
	opacity: 1;
}
.section-subtitle {
	padding-top: 3px;
	text-align: center;
	font-size: 18px;
	opacity: 1;
}
.page-number {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 180px;
	font-family: 'Cinzel', sans-serif;
	font-size: 180px;
	opacity: 0.7;
	color: #222;
	display: none;
}
#section1-background {
	position: absolute;
	width: 1080px;
	top: 22dvh;
	left: calc(50% - 540px);
	font-family: 'Cinzel', sans-serif;
	font-size: 300px;
	text-align: center;
	opacity: 0.7;
	color: #222;
}
#c {
	width: 100%;
	height: 800px;
	display: block;
	position: relative;
	left: 0;
	top: 0px;
	z-index: 2;
	pointer-events: none;
}

#playlist_name_form {
	max-width: 400px;
	width: 80%;
	margin: -340px auto 20px;
}
#playlist_name_form input {
	font-family: 'Open Sans', serif;
	border: 1px solid #282828;
	color: #FFF;
	background-color: rgba(40, 40, 40, 0.3);
	font-size: 22px;
	padding: 5px 5px;
	outline: none;
	width: 96%;
}

#button1 {
	display: none;
}

@media screen and (max-height: 800px) {
	.container-elements {
		width: 980px;
	}
	.section-title {
		padding-top: 50px;
	}
	#section1-background {
		width: 980px;
		top: 22dvh;
		left: calc(50% - 490px);
		font-size: 280px;
	}
	#c {
		height: 600px;
	}
	#playlist_name_form {
		margin-top: -240px;
	}
}
@media screen and (min-height: 1080px) {
	#container-elements1 {
		max-width: 1120px;
	}
}

#screen2 {
	background-image: url('../images/marmol_negro.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
}
.flexbox-new {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	height: calc(100dvh - 200px);
	opacity: 1;
}
#container-elements2 {
	margin-bottom: 0;
	width: 98%;
	padding-top: 50px;
	min-height: calc(100dvh - 90px);
}
.mixer-columns-container {
	width: 760px;
	overflow: hidden;
	margin: 0 auto;
}
.style-titles-container {
	/*float: right;
	width: 240px;
	margin-left: 30px;*/
}
.style-title {
	margin: 39px 0 0;
	font-size: 24px;
	font-family: 'Cinzel', sans-serif;
	letter-spacing: 1px;
	color: #785b5c;
	height: 29px;
	padding-top: 9px;
	float: right;
	width: 32%;
	margin-left: 4%;
}
#button2 {
	display: none;
}
@media screen and (max-height: 800px) {
	
}

#screen3 {
	background-image: url(../images/gridme_black3.png);
	opacity: 1;
}
#container-elements3 {
	width: 1080px;
	margin-bottom: 0px;
	opacity: 1;
}
.covers-container {
	margin: 0 auto;
}
.covers-container ul .left, .covers-container ul .right {
	width: unset;
	height: unset;
	cursor: pointer;
}
#button3 {
	display: none;
	margin-top: 5dvh;
}
#button3 img {
	width: 21px;
	vertical-align: middle;
}
#button3b {
	display: none;
	margin-top: 20px;
	padding-top: 8px;
	height: 38px;
}
.save-button-text {
	/*font-family: 'Electrolize', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;*/
}







#sort_playlist_container {
	margin: 0px auto 20px;
	width: 880px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #e8de85;
	font-family: 'Open Sans', sans-serif;
}
.song-in-list {
	overflow: hidden;
}
#sort_playlist_container ol {
	list-style: none;
	counter-reset: item;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 430px;
}
#sort_playlist_container li {
	counter-increment: item;
	color: #FFF;
	font-size: 16px;
	overflow: hidden;
	/*float: left;*/
	width: 45%;
}
#sort_playlist_container li:before {
	color: #e8de85;
	/*text-shadow: 0 0 10px rgba(0,255,255,0.95);*/
	content: counter(item);
	margin-right: 10px;
	margin-left: 5px;
	width: 21px;
	float: left;
	height: 20px;
	padding: 0;
	text-align: right;
}
@media screen and (max-height: 800px) {
	#container-elements3 .flexbox-new {
		height: auto;
	}
	#button3 {
		margin-top: 2dvh;
	}
}

#screen4 {
	background-image: url(../images/gridme_black3.png);
	opacity: 1;
}
#screen4 .image-intro-right {
	z-index: 5;
}
.saving-title {
	color: #FFF;
	max-width: 880px;
	font-size: 26px;
	font-weight: bold;
	padding-top: 140px;
	display: block;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
}
#container-elements4 {
	width: 1080px;
	margin: 10dvh auto 0;
	height: 85dvh;
	padding: 0;
	opacity: 1;
	
}
.final-columns {
	width: 100%;
	overflow: hidden;
}
.final-column {
	float: left;
	width: 40%;
	margin: 0 5%;
}
.final-column-left {
	margin: 0 0 0 5%;
}
.final-column-right {
	width: 50%;
	margin: 0 3% 0 2%;
}
.final-title {
	color: #CCC;
	width: 80%;
	margin: 20px auto 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#final-title1 {
	position: relative;
	font-size: 30px;
	width: 340px;
}
#final-title1 img {
	position: absolute;
	top: -25px;
	right: -90px;
	width: 160px;
	z-index: -1;
}
.final-playlist-title {
	color: #f2e5cb;
	max-width: 440px;
	width: 80%;
	margin: 20px auto 10px;
	/*font-size: 40px;*/
	font-family: 'Cinzel', serif;
	text-align: center;
}
/*.final-playlist-title span {
	position: relative;
	text-shadow: -1px 0 1px #dfa42f, 0 1px 1px #d6bc6b, 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
}
.final-playlist-title span:before {
	content: attr(data-heading);
	left: 0;
	top: 0;
	position: absolute;	
	z-index: 1;
	background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}*/
.final-cover {
	text-align: center;
	margin-top: 20px;
	padding: 0 20px;
}

.final-mood-container {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #acacac;
	margin: 10px auto;
	position: relative;
}
.final-mood-text {
	margin-left: 10%;
	color: #eebaba;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
}
.final-mood-image {
	position: absolute;
	top: -40px;
	right: 20px;
	text-align: center;
	width: 200px;
}
.final-mix-container {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #acacac;
	margin: 10px auto;
	overflow: hidden;
	height: 200px;
	text-align: center;
}
.final-mix-container img {
	width: auto;
	height: 100%;
}
.tour-link {
	margin: 20px auto;
}
.share-button-container {
	margin: 40px auto 60px;
}
.final-mix-style {
	float: left;
	width: 31%;
	margin: 1%;
	text-align: center;
	color: #eebaba;
	font-size: 26px;
	padding: 10px 0;
	line-height: 1em;
	letter-spacing: 3px;
}
#final-mix-style-alternative {
	border-right: 1px dotted #eebaba;
}
#final-mix-style-thrash {
	border-left: 1px dotted #eebaba;
}
.style-small {
	font-size: 14px;
	line-height: 0em;
	letter-spacing: 1px;
	font-weight: bold;
}
.final-songs-container {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #acacac;
	margin: 10px auto;
	height: 200px;
	overflow: auto;
}
.final-songs-container ul {
	list-style-type: none;
	width: 80%;
	margin: 20px auto;
}
.final-songs-container ul li {
	color: #CCC;
	font-size: 18px;
	padding: 8px 0;
	border-bottom: 1px dotted #CCC;
	text-indent: 10px;
}

.final-links-container {
	overflow: hidden;
	width: 100%;
	margin: 20px auto;
}
.final-links-container-left {
	/*float: left;
	width: 55%;
	margin-right: 5%;*/
}
.final-links-container-right {
	float: left;
	width: 40%;
}
.button-final {
	display: block;
}
.button-final img {
	width: 22px;
	vertical-align: middle;
}
.button-final-text {
	/*color: #FFF;
	font-size: 16px;
	font-weight: bold;*/
}
.button-final-text:hover {
	/*color: #CCC;*/
}
.final-links-container-right {
	margin: 12px auto 0;
	text-align: center;
}
.final-links-container-right a {
	color: #9d181d;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
}
.final-links-container a:hover {
	/*color: #c51e26;*/
}
#final-title5 {
	margin: 40px auto 20px;
	text-align: center;
	width: 94%;
}
.button-tour {
	display: block;
}
@media screen and (max-height: 800px) {
	#container-elements4 {
		width: 980px;
	}
	.button-final-text {
		font-size: 14px;
	}
	.final-links-container-right a {
		font-size: 24px;
		letter-spacing: unset;
	}
	@media screen and (max-height: 700px) {
		#container-elements4 {
			margin: 2dvh auto 0;
			height: 95dvh;
		}
		.final-title {
			margin: 10px auto 0px;
			font-size: 18px;
		}
		.final-mix-container {
			margin: 5px auto;
		}
		.final-songs-container {
			margin: 5px auto;
		}
		#final-title5 {
			margin: 20px auto 10px;
		}
	}
}

/*--------Footer--------*/
.footer-mobile {
	display: none;
	color: #f2e5cb;
}
.footer-desktop {
	/*position: absolute;*/
	width: 100%;
	/*bottom: 1.7dvh;
	left: 0;*/
	padding-bottom: 15px;
	text-align: center;
	color: #f2e5cb;
	z-index: 30;
}
.footer-desktop a, .footer-mobile a {
	color:#f2e5cb;
}
.footer-desktop a:hover, .footer-mobile a:hover {
	text-decoration: underline;
}
.footer-in {
	margin: 0 auto;
	overflow: hidden;
}

.copyright {
	padding-bottom: 0px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.footer-final {
	display: none;
}
@media screen and (max-width: 800px) {
	.nomobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	body {
		position: relative;
	}
	p {
		margin-top: 6px;
	}
	.load {
		top: 60dvh;
	}
	.skip-intro {
		top: 74dvh;
	}
	.video-container {
		position: absolute;
	}
	.social-networks {
		top: 8px;
		z-index: 30;
		left: unset;
		right: 6px;
		bottom: unset;
	}
	.video-intro-frame {
		width: 92vw;
		height: 92vw;
		margin-top: 10px;
	}
	#video-intro {
		width: 67%;
		height: 67%;
		border-radius: 80px;
		top: 9vw;
		left: 15vw;
	}
	#screen0 .image-intro-right {
		display: none;
	}
	#logo0 {
		height: 16dvh;
	}
	.intro-content-container {
		background-size: auto 100%;
	}
	.ring0 {
		width: 100px;
		left: calc(50% - 50px);
		top: -30px;
	}
	.pretitle0 {
		padding-top: 36px;
		font-size: 16px;
	}
	#title0 {
		font-size: 0px;
		width: 78%;
		padding-top: 6px;
	}
	#text0 {
		width: 90%;
		margin: 10px auto;
		font-size: 16px;
	}
	.intro-main-image {
		width: 140%;
		top: 0dvh;
		left: -30%;
	}
	.button-container {
		width: 240px;
	}
	.button {
		width: 240px;
	}
	#button-container0 {
		margin: 20px auto;
		width: 98%;
	}
	@media screen and (max-height: 670px) {
		#button-container0 {
			
		}
	}
	#button0 {
		float: none;
		width: 240px;
		margin: 0 auto;
		display: block !important;
	}
	#button0b {
		float: none;
		width: 240px;
		margin: 20px auto;
		display: block !important;
	}
	.prizes-sticker {
		top: 50dvh;
		left: 66%;
		width: 34%;
	}
	.disclaimer {
		float: none;
	}
	
	.prizes-window {
		width: 90%;
		left: 5%;
		height: 80vh;
	}
	.prizes-subtitle {
		font-size: 18px;
	}
	.prizes-images {
		padding: 20px 0 0;
		width: 50%;
		margin: 0 auto;
		float: none;
	}
	.prize-image {
		float: none;
		width: 100%;
	}
	.prize-position {
		padding: 15px 0 0;
		font-size: 18px
	}
	.prize-text {
		font-size: 14px;
	}
	
	.spotify-logo {
		right: 10px;
		bottom: 40px;
		width: 70px;
	}
	.spotify-attribution {
		display: none !important;
	}
	.logo {
		top: 0.5dvh;
		left: 0.5%;
		width: 30%;
	}
	.top-title {
		top: 1.9dvh;
		font-size: 12px;
		letter-spacing: 2px;
		display: none !important;
	}
	.video-container video {
		height: 100dvh;
		min-height: unset;
	}
	.video-transition-title {
		width: 100%;
		left: 0;
		top: 20dvh;
	}
	.video-transition-image {
		width: 100%;
	}
	#video-transition-title0 {
		top: 0dvh;
		width: 140%;
		left: -30%;
	}
	.video-transition-title-icon {
		width: 126px;
		left: calc(50% - 63px);
	}
	.video-transition-title-text {
		padding-top: 125px;
	}
	.title-number {
		font-size: 36px;
	}
	.title-main {
		font-size: 120px;
		line-height: 110px;
	}
	.title-subtitle {
		font-size: 20px
	}
	.container-elements {
		width: 100%;
		padding: 3px 0;
	}
	.section-background {
		width: 90%;
		top: 30dvh;
		left: 5%;
		font-size: 140px;
	}
	#c {
		height: 500px;
	}
	.image-intro-left {
		display: none;
	}
	.image-intro-right {
		top: 5px;
		left: unset;
		right: 5px;
		width: 50px;
		font-size: 12px;
	}
	.image-intro-right2 {
		display: none; 
	}
	.image-intro-right3 {
		display: none; 
	}
	.image-top-right {
		display: none;
	}
	.page-number {
		font-size: 140px;
	}
	
	.arrow-left-container {
		top: 46dvh;
		left: 3%;
		width: 60px;
		height: 60px;
	}
	.arrow-right-container {
		top: 46dvh;
		right: 3%;
		width: 60px;
		height: 60px;
	}
	.milestone-inactive {
		width: 80%;
		text-align: center;
	}
	.milestone {
		overflow: auto;
	}
	.milestone-container, .milestone-instructions-container {
		width: 96%;
		height: 50dvh;
		background-image: url(../images/marble_blanco_sin_forma.jpg);
		background-size: cover;
		padding: 0;
	}
	.milestone-container {
		min-height: 100dvh;
		width: 100%;
		overflow: auto;
		height: auto;
	}
	.milestone-title, .milestone-instructions-title {
		font-size: 26px;
	}
	.milestone-blood {
		left: 0px;
		width: 280px;
	}
	.milestone-content-left {
		float: none;
		width: 100%;
		min-height: unset;
		max-height: unset;
		position: initial;
	}
	.milestone-ring {
		width: 96%;
		top: 0px;
		left: 2%;
	}
	.milestone-image {
		width: 81%;
		border-radius: 50%;
		margin-top: 22%;
		margin-left: 9.5%;
		height: 81%;
	}
	.milestone-year-roman {
		bottom: unset;
		margin-top: 3%;
	}
	.milestone-year {
		margin-top: 9%;
	}
	.milestone-number {
		font-size: 24px;
		margin-top: 0px;
	}
	.milestone-content-right {
		float: none;
		margin-left: 0;
		padding-right: 0;
		width: 96%;
		height: unset;
		margin: 0 auto;
		overflow: auto;
	}
	.milestone-instructions-content {
		margin: 0 auto;
		padding-left: 25px;
	}
	.milestone-content {
		text-align: center;
		padding-left: 0;
		padding-top: 20px;
		max-height: unset;
		overflow: auto;;
		padding-right: 0;
	}
	.close-milestone {
		position: initial;
		margin: 20px auto;
	}
	
	#section1-background {
		width: 100%;
		top: 32dvh;
		left: 0;
		font-size: 140px;
	}
	#playlist_name_form {
		margin-top: -200px;
	}
	#playlist_name_form input {
		
	}
	#screen2 {
		height: auto;
	}
	#container-elements2 {
		
	}
	.mixer-columns-container {
		width: 100%;
	}
	.style-titles-container {
		width: 30%;
		margin-left: 2%;
	}
	.style-title {
		font-size: 18px;
		padding-top: 10px;
		margin: 0 auto;
		text-align: center;
		width: 98%;
	}
	.sliders-container {
		width: 98%;
		margin: 0 auto;
	}
	.sliders-container-last {
		margin-bottom: 40px;
	}
	.mixer-scale-label {
		width: 32px;
	}
	.mixer-scale-label-min {
		left: 1px;
		top: -22px;
	}
	.mixer-scale-label-max {
		right: 1px;
		top: -22px;
	}
	.slider-container {
		width: 98%;
		padding-left: 0;
		background-image: none;
		float: none;
		margin: 30px auto 0;
	}
	.mixer-scale {
		right: 3.5%;
		width: 91.5%;
		top: -4px;
	}
	.mixslider {
		width: 100%;
	}
	#container-elements3 {
		width: 100%;
	}
	.covers-container ul .left {
		top: 40% !important;
	}
	.covers-container ul .right {
		top: 45% !important;
	}
	#video-transition-title4 .title-main {
		font-size: 80px;
		line-height: 76px;
	}
	#container-elements4 {
		width: 100%;
		margin: 0;
		height: 95dvh;
	}
	.final-column {
		float: none;
		width: 100%;
		margin: 20px auto;
	}
	.final-title {
		width: 94%;
		font-size: 24px;
	}
	#final-title1 img {
		display: none;
	}
	#final-title1 {
		width: 94%;
	}
	.final-playlist-title {
		width: 310px;
		font-size: 8px;
		margin: 10px auto 0;
	}
	.final-cover {
		display: none;
	}
	.column-right {
		margin-top: 15px;
	}
	.final-mix-style {
		font-size: 22px;
	}
	.style-small {
		font-weight: normal;
	}
	.final-songs-container ul {
		width: 94%;
		margin: 5px auto;
	}
	.final-songs-container ul li {
		font-size: 16px;
		padding: 3px 0;
		text-indent: 6px;
	}
	.final-songs-container {
		height: 22dvh;
		width: 96%;
	}
	.final-mix-container {
		width: 96%;
		height: unset;
	}
	.final-mix-container img {
		width: 100%;
		height: auto;
	}
	.share-button-container {
		margin: 20px auto;
	}
	.footer-mobile {
		width: 100%;
		text-align: center;
		font-size: 14px;
		padding-bottom: 15px;
		z-index: 30;
		display: block;
	}
	.footer-desktop {
		display: none;
	}
	.copyright {
		bottom: 1.4dvh;
		font-size: 12px;
	}
	.footer-final {
		display: none;
	}
	@media screen and (min-height: 840px) {
		
		@media screen and (min-height: 900px) {
			
		}
	}
	@media screen and (max-height: 670px) {
		
	}
	#sort_playlist_container {
		margin: 0px auto 10px;
		width: unset;
		padding: 5px;
		border-radius: 8px;
	}
	#sort_playlist_container ol {
		/*height: 68dvh;
		overflow: auto;
		display: block;*/
		height: 550px;
	}
	#sort_playlist_container li {
		font-size: 14px;
		width: 100%;
	}
	.ui-state-default {
		margin: 0;
	}
	#sort_playlist_container li::before {
		text-shadow: 0 0 10px rgba(0,255,255,0.95);
		margin-right: 8px;
		margin-left: 0px;
		width: 21px;
		height: unset;
	}
	.title-list {
		padding-bottom: 3px;
	}
	.disclaimer {
		font-size: 12px;
		margin-top: -6px;
	}
	
	@media (max-width: 511px) {
		.demo-columns > div:first-child {
			/*margin-bottom: -25vw;*/
			margin-bottom: 20px;
		}
		#screen4 {
			
		}
		@media (max-width: 398px) {
			#text2 {
				margin-top: 20px;
				margin-bottom: -10px;
				position: relative;
				z-index: 20;
			}
			#button2 {
				margin-top: -6px;
			}
			#text3 {
				margin-bottom: 3px;
				margin-top: 15px;
			}
			#sort_playlist_container {
				margin: 0px auto 5px;
			}
			@media (max-width: 360px) {
				.rotate-icon {
					top: calc(50% - 25.5dvh);
				}
				#text1 {
				margin-bottom: 3px;
				}
				.hyper3dcontainer {
					width: 65%
				}
				@media (max-width: 340px) {
					
					.image-intro-left {
						display: none;
					}
					.image-intro-right {
						display: none;
					}
					.logo0 {
						width: 140px;
					}
					.pretitle1 {
						margin-top: 0;
					}
					#video-beach {
						bottom: 26dvh;
						position: absolute;
					}
					#text1 {
						line-height: 1.2em;
						font-size: 13px;
						margin-bottom: 2px;
					}
					#playlist_name_form input {
						font-size: 14px;
					}
					.demo-columns {
						min-height: unset;
					}
					.hyper3dcontainer {
						width: 63%
					}
					.imagebuttons-container-right-content {
						margin-top: 0;
					}
					#title1-right {
						font-size: 13px;
					}
					#button1 {
						padding: 36px 0 0 0;
						font-size: 14px;
					}
					#text2 {
						font-size: 14px;
					}
				}
			}
		}
	}
}
@media (max-height: 670px) and (min-width: 800px) {
	/*Desktop low hieght*/
}
@media (max-height: 780px) and (max-width: 800px) {
	/*mobile low height*/
	
	@media (max-height: 670px) and (max-width: 800px) {
		/*#container-frame {
			min-height: 100dvh;
			padding-bottom: 0px;
			overflow-y: auto;
			overflow-x: hidden;
			position: relative;
			height: auto;
		}
		#container2 {
			height: auto;
			position: relative;
			min-height: 100dvh;
			overflow-y: auto;
			overflow-x: hidden;
		}
		#screen0 {
			padding-bottom: 10dvh;
		}
		#screen1 {
			padding: 12dvh 0;
			height: auto;
		}
		#screen2 {
			padding: 10dvh 0 0;
		}
		#screen3 {
			min-height: 100dvh;
			height: auto;
			overflow: auto;
			padding-bottom: 12dvh;
			padding-top: 12dvh;
		}
		.flexbox-new {
			display: block;
			min-height: 100dvh;
			height: auto;
			overflow: auto;
		}
		#container-elements3 {
			overflow: auto;
		}
		.footer-mobile {
			padding-top: 1.7dvh;
		}*/
	}
}

