@charset "UTF-8";
/*@import url("https://use.typekit.net/can8ujx.css");*/

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: 'Farela';
	src: url(../fonts/Farela-Regular.otf);
}

body {
	background-color: #000;
	font-family: "Merriweather", serif;
	font-size: medium;
	color: #FFF;
	overflow: hidden;
}

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

p {
	margin-top: 10px;
	font-family: "Merriweather", 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;
	opacity: 1;
	z-index: 10000;
	top: 0;
	left: 0;
}
.wait2 {
	
}

.language-select {
	position: absolute;
	width: 444px;
	top: calc(50dvh - 210px);
	left: calc(50% - 222px);
	font-size: 16px;
	color: #f7fecd;
	text-align: center;
	display: none;
	opacity: 1;
}
.lang {
	font-size: 14px;
	color: #f7fecd;
	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: 63vh;
	left: calc(50% - 180px);
	font-family: 'Farela', serif;
	font-size: 30px;
	letter-spacing: 1px;
	color: #f7fecd;
	text-align: center;
	cursor: pointer;
	display: none;
}
.load:hover {
	animation-name: loadAnimation;
	animation-fill-mode: forwards;
	animation-duration: 0.3s;
	color: #f7fecd;
}
@keyframes loadAnimation {
	0%   {left: calc(50% - 180px);}
	33% {left: calc(50% - 178px);}
	66% {left: calc(50% - 182px);}
	100% {left: calc(50% - 180px);}
}
.wait-animation {
	position: absolute;
	width: 22dvh;
	height: 22dvh;
	top: 39dvh;
	left: calc(50% - 11dvh);
}
.loading {
	position: absolute;
	width: 360px;
	top: 63vh;
	left: calc(50% - 180px);
	font-family: 'Farela', serif;
	font-size: 30px;
	color: #f7fecd;
	text-align: center;
}

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

.audio-button {
	position: absolute;
	bottom: 20px;
	left: 50px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	color: #f7fecd;
	z-index: 1000;
	display: none;
}
.audio-background {
	display: none;
}

#container-frame {
	height: 100dvh;
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;
}
#container2 {
	height: 100%;
	overflow: hidden;
}
#video-transition0 {
	display: none;
}
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
	background-color: #000;
}
.video-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}
.video-container video {
	position: absolute;
	width: 100%;
	height: 100dvh;
	object-fit: cover;
	object-position: 50% 50%;
}
#videoIntro {
	position: absolute;
	width: 100%;
	height: 71dvh;
	object-fit: contain;
	object-position: 50% 50%;
	top: 19dvh;
}
.video-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-image: url(../images/espejo4.png);
	background-position: center center;
	background-size: auto 100%;
}
#introLayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: #000;
}
.vignette-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-image: radial-gradient(rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.9) 100%);
}
.mainscreen {
	position: relative;
	width: 100%;
	height: 100dvh;
	overflow: hidden;
	display: none;
}


.button-container {
	width: 280px;
	margin: 0 auto;
}
.button {
	width: 100%;
	background-color: #f7fecd;
	color: #000;
	border: none;
	border-radius: 30px;
	padding: 8px 0 6px;
	font-size: 16px;
	font-family: "Farela", serif;
	text-align: center;
	transition: all 0.1s;
}
.button:hover {
	background-image: linear-gradient(#f7fecd, #d0d5ac);
	/*box-shadow: 0px 0px 4px #ff4343;*/
	transform: scale(1.01);
	cursor: pointer;
}
.button a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}
.title {
	font-family: 'Farela', serif;
	max-width: 600px;
	width: 96%;
	margin: 0 auto;
	padding: 9.5dvh 0 0px;
	text-align: center;
	color: #3a2d1b;
	font-size: 32px;
	display: none;
}
.text {
	font-family: 'Farela', serif;
	text-align: center;
	margin: 0px 3% 15px;
	color: #3a2d1b;
	display: none;
}


#screen0 {
	background: #000;
	background-image: url(../images/espejo4.png);
	background-position: center center;
	background-size: auto 100%;
	position: relative;
	display: block;
}

.menu-icon {
	color: #fff6fe;
	font-size: 21px;
	text-align: center;
	position: absolute;
	width: 90px;;
	top: 3vw;
	right: 5%;
	cursor: pointer;
	z-index: 50;
	display: none;;
}
.menu-icon img {
	width: 40px;
	margin: 0 auto;
	padding-top: 10px;
}
.menu {
	position: absolute;
	top: 0;
	right: -430px;
	width: 400px;
	height: 100%;
	overflow: auto;
	background-color: #000;
	border-left: 1px solid #333;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	display: none;
	z-index: 100;
}
.menu a {
	color: #FFF;
}
.menu a:hover {
	color: #e4c0e1;
}
.menu ul {
	list-style-type: none;
	padding-top: 80px;
	padding-left: 80px;
	font-size: 22px;
}
.menu ul li {
	margin-bottom: 18px;
}

@keyframes open-leaderboard {
	from {right: -430px;}
	to {right: 0;}
}
@keyframes close-leaderboard {
	from {right: 0;}
	to {right: -430px;}
}
.close-right-panel {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 26px;
	cursor: pointer;
	color: #f7fecd;
	width: 26px;
	height: 26px;
	text-align: center;
	z-index: 5;
	display: none;
}
.close-right-panel-desktop {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 26px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	text-align: center;
	color: #f7fecd;
}
.right-panel-content-container {
	width: 100%;
	height: 100vh;
}
.album-title {
	width: 280px;
	margin: 0 auto;
	display: block;
	padding-top: 40px;
}
.album-container {
	width: 360px;
	margin: 0px auto;
}
.album-cover {
	
}
.album-cover img {
	
}
.album-subtitle {
	width: 380px;
	margin: 0px auto;
	font-size: 20px;
	text-align: center;
	color: #f7fecd;
}
.album-image {
	height: 88dvh;
	text-align: center;
	overflow: hidden;
}
.album-image img {
	height: 100%;
	width: auto;
	max-width: 380px;
}
.album-button {
	width: 240px;
	margin: 0px auto 0px;
	background-color: #8e4d10;
	text-align: center;
	font-size: 24px;
	padding: 6px 0;
	border-radius: 6px;
	cursor: pointer;
}
.album-button:hover {
	background-color: #ad5e14;
}
.album-button a {
	color: #000;
}
.album-button a:hover {
	color: #000;
}
.social-networks {
	width: 280px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
	display: none;
}
.social-networks-header {
	position: absolute;
	top: calc(50dvh - 80px);
	left: 5px;
	padding: 0 !important;
	width: 40px !important;
}
.social-networks-header .social-icon {
	height: 40px;
}
.social-icon {
	float: left;
	width: 40px;
	text-align: center;
}
.social-icon img {
	width: 22px;
}
.fa-brands {
	color: #f7fecd;
	font-size: 22px;
}
i {
	color: #f7fecd;
	font-size: 22px;
}

.bnm-attribution {
	position: absolute;
	width: 80px;
	right: 50px;
	bottom: 20px;
	display: none;
}

.logo {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 220px;
	z-index: 30;
}
#logo0 {
	display: none;
}
.logo-subtitle {
	position: absolute;
	top: 129px;
	left: 50px;
	width: 220px;
	text-align: center;
	font-family: 'Farela', serif;
	font-size: 22px;
	letter-spacing: 2px;
	color: #8e4d10;
	z-index: 30;
}
#logo-subtitle0 {
	display: none;
}
.mirror-text-container {
	position: absolute;
	top: 37dvh;
	width: 30dvh;
	left: calc(50% - 15dvh);
	z-index: 10;
	display: none;
}
.mirror-text {
	font-family: 'Farela', serif;
	font-size: 36px;
	color: #f7fecd;
	text-align: center;
	opacity: 0.8;
	display: none;
}
#mirror-text3 {
	display: none;
}
#screen0 .button-container {
	position: absolute;
	top: 540px;
	width: 552px;
	left: calc(50% - 280px);
	z-index: 30;
}
#button0, #button0b {
	float: left;
	width: 260px;
	margin: 0 8px;
	display: none;
}
#button0 img, #button0b img {
	width: 22px;
	vertical-align: middle;
}
.apple-music-form {
	display: none;
}
.btn-outline-secondary {
	margin: 5px 0 10px;
}
#apple_music_email_address {
	width: 80%;
	margin: 5px auto;
}
.enter-button-text {
	font-size: 14px;
}
.disclaimer {
	position: absolute;
	top: 588px;
	width: 90%;
	left: 5%;
	font-family: "Open Sans", serif;
	font-size: 13px;
	text-align: center;
	color: #d9d9d9;
	line-height: 1.6em;
	display: none;
}
.disclaimer a {
	color: #d9d9d9;
	text-decoration: underline;
}
.disclaimer a:hover {
	color: #CCC;
}
#text0 {
	display: none;
	color: #000;
	font-size: 32px;
	text-shadow: 2px 2px 2px #8b804d;
}
.spotify-attribution {
	position: absolute;
	width: 120px;
	right: 60px;
	bottom: 30px;
	display: none;
}
.wait-login {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100000;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.wait-login img {
	width: 90px;
}
.prizes-window {
	position: fixed;
	width: 700px;
	background-color: rgba(0, 0, 10, 0.98);
	border-radius: 12px;
	height: 500px;
	max-height: 80vh;
	top: 10vh;
	left: calc(50% - 350px);
	overflow: auto;
	z-index: 100;
	display: none;
}
.prizes-container {
	padding: 20px;
}
.prizes-title {
	font-family: 'Farela', sans-serif;
	font-size: 36px;
	letter-spacing: 2px;
	text-align: center;
	color: #f7fecd;
}
.prizes-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #8e4d10;
}
.prizes-images {
	overflow: hidden;
	padding: 30px 0;
	width: 456px;
	margin: 0 auto;
}
.prize-image {
	float: left;
	width: 188px;
	margin: 0 20px;
}
.prize-image img {
	border-radius: 4px;
}
.prize-position {
	font-family: 'Farela', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	color: #8e4d10;
	padding: 20px 0 5px;
}
.ordinal {
	font-size: 14px;
}
.prize-text {
	text-align: center;
	color: #f7fecd;
	font-size: 14px;
}
.prize-text-bigger {
	font-size: 18px;
}
.prize-text a {
	color: #f7fecd;
}
.prize-text a:hover {
	color: #edf3c4;
}
.prize-window-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 29px;
	height: 28px;
	text-align: center;
	background-color: #8e4d10;
	cursor: pointer;
	border-radius: 15px;
	color: #f7fecd;
	font-size: 18px;
	font-weight: bold;
	padding-top: 1px;
	font-family: 'Open Sans', sans-serif;
}
.prizes-popup {
	text-decoration: underline;
	cursor: pointer;
}
@media screen and (max-height: 700px) and (min-width: 860px) {
	.language-select {
		top: calc(50dvh - 190px);
	}
	.load {
		
	}
	.logo {
		top: 40px;
		left: 40px;
	}
	.logo-subtitle {
		top: 118px;
		left: 40px;
	}
	.mirror-text {
		font-size: 32px;
	}
	#screen0 .button-container {
		top: 440px;
	}
	.disclaimer {
		top: 490px;
	}
	.audio-button {
		left: 40px;
	}
	.bnm-attribution {
		right: 40px;
	}
	.prizes-title {
		font-size: 32px;
	}
	.album-title {
		width: 260px;
	}
	.album-container {
		width: 320px;
	}
	.album-subtitle {
		width: 360px;
		font-size: 18px;
	}
	.album-image {
		
	}
	.album-button {
		
	}
	@media screen and (max-height: 620px) {
		.language-select {
			top: calc(50dvh - 170px);
		}
		.load {
			
		}
		.menu-icon {
			top: 20px;
			right: 3%;
		}
		.logo {
			top: 30px;
			left: 30px;
		}
		.logo-subtitle {
			top: 108px;
			left: 30px;
		}
		.mirror-text {
			font-size: 28px;
		}
		#screen0 .button-container {
			top: 380px;
		}
		.disclaimer {
			top: 430px;
		}
		.audio-button {
			left: 30px;
		}
		.bnm-attribution {
			right: 30px;
		}
		.album-title {
			width: 240px;
			padding-top: 30px;
		}
		.album-container {
			width: 280px;
		}
		.album-image {
			
		}
		.album-button {
			width: 200px;
			padding: 4px 0;
			font-size: 22px;
		}
	  }
}

#screen1 {
	position: relative;
}
.background-pattern {
	position: absolute;
	width: 500px;
	height: 500px;
	overflow: hidden;  
}
.background-pattern img {
	width: unset;
	height: unset;
	position: absolute;
}
.background-top-left {
	top: 0;
	left: 0;
}
.background-top-left img {
	bottom: 0;
	right: 0;
}
.background-bottom-right {
	bottom: 0;
	right: 0;
}
.background-bottom-right img {
	top: 0;
	left: 0;
}
.origami-text-container {
	position: absolute;
	width: 360px;
	height: 300px;
	top: calc(50dvh - 150px);
	left: 68%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
@media (max-width: 1080px) AND (min-width: 901px) {
	.origami-text-container {
		width: 320px;
	}
}
#buttonsContainer {
	position: relative;
	z-index: 50;
	top: 0;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 10px auto;
}

.loopButton {
	padding: 5px 20px;
	font-size: 30px;
	cursor: pointer;
	color: #8e4d10;
	font-family: 'Farela', serif;
	background: transparent;
	border: none;
	position: relative;
}
.loopButton::after {
	content: "\2022";
	position: absolute;
	top: 3px;
	right: -10px;
}
.loopButton:last-child::after {
	content: "";
}
.loopButton:hover {
	color: #D78B44;
}
.loopButton:hover::after {
	color: #8e4d10;
}

.origami-text {
	text-align: center;
	font-family: 'Farela', serif;
	font-size: 26px;
	color: #f7fecd;
}
.mix-text {
	position: relative;
	z-index: 50;
}
#origami-text2 {
	display: none;
}
.select-title {
	font-size: 35px;
	padding-bottom: 10px;
	color: #8e4d10;
	position: relative;
	z-index: 50;
}
.select-text {
	font-size: 24px;
	position: relative;
	z-index: 50;
	font-family: 'Farela', serif;
}
.arrow-left {
	position: absolute;
	left: -40px;
	top: 147px;
	color: #f7fecd;
}
.arrow-left .fa-solid {
	font-size: 36px;
}
#fortuneCanvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	display: none;
}

.contents {
	
}

@media screen and (max-height: 760px) and (min-width: 860px) {
	
	@media screen and (max-height: 700px) {
		
		@media screen and (max-height: 650px) {
			
		}
	}
}
@media screen and (min-height: 1080px) {
	
}

#screen2 {
	
}
#video-container2 {
	
}
#contents2 {
	position: relative;
	height: 100dvh;
	display: none;
}
.saving-title {
	color: #f7fecd;
	max-width: 880px;
	font-size: 26px;
	font-weight: bold;
	padding-top: 180px;
	display: block;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
}
.oracle-title {
	width: 306px;
	margin: 0 auto;
	padding-top: 9dvh;
}
.oracle-text {
	max-width: 600px;
	width: 80%;
	margin: 20px auto;
	font-size: 28px;
	line-height: 1.6em;
	text-align: center;
	font-family: 'Farela', serif;
	color: #f7fecd;
}
.oracle-more-link {
	width: 300px;
	margin: 20px auto;
	text-align: center;
	font-family: 'Farela', serif;
	font-size: 30px;
	color: #8e4d10;
	cursor: pointer;
}
.button-final:hover {
	background-image: linear-gradient(#8e4d10, #ac5d14);
	transform: scale(1.01);
	cursor: pointer;
}

.archetype-container {
	background-image: url('../images/esquina_1.png');
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	width: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	transform-origin: center bottom;
	transform: rotateX(-90deg);
}
.archetype-container-flip {
	transform: rotateX(0deg);
}
.archetype-number {
	width: 50px;
	margin: 100px auto 30px;
	text-align: center;
	font-size: 66px;
	font-family: 'Farela', serif;
	/*color: #8e4d10;
	text-shadow: 2px 0 #e5e5e5, -2px 0 #e5e5e5, 0 2px #e5e5e5, 0 -2px #e5e5e5, 1px 1px #CCC, -1px -1px #CCC, 1px -1px #bebebe, -1px 1px #bebebe;*/
	color: #000;
}
.archetype-name {
	width: 400px;
	text-align: center;
	margin: 0px auto;
	text-transform: uppercase;
	font-family: 'Farela', serif;
	font-size: 46px;
	color: #000;
}
.song-title {
	width: 360px;
	text-align: center;
	margin: 10px auto 40px;
	font-family: 'Farela', serif;
	font-size: 28px;
	color: #8e4d10;
}
.button-container-website-link .button-final {
	background-color: #8e4d10;
	/*color: #f7fecd;*/
	font-size: 18px;
}
.button-final {
	display: block;
}
.button-final img {
	width: 22px;
	vertical-align: middle;
}
.button-final-text {
	font-size: 18px;
}
.share-link {
	font-family: 'Farela', serif;
	font-size: 18px;
	text-align: center;
	margin: 20px auto;
}
.share-link a {
	color: #000;
}
.share-link a:hover {
	color: #393939;
	cursor: pointer;
}
.tour-dates {
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 64%;
	width: 110px;
}
.tour-dates a {
	color: #000;
}
.tour-dates a:hover {
	color: #393939;
	cursor: pointer;
}

.archetype-more-container {
	position: absolute;
	width: 100%;
	height: 100dvh;
	background-color: #000;
	top: 0;
	left: 0;
	border: 4px solid #8e4d10;
	box-sizing: border-box;
	z-index: 5000;
	display: none;
}
.archetype-more-content {
	max-width: 1000px;
	width: 94%;
	margin: 10dvh auto 0;
	height: 570px;
	border: 4px solid #f6ad4f;
	position: relative;
	background-image: url(../images/bkg_pg_final.jpg);
	background-size: cover;
	background-position: center center;
}
.outer-border {
	position: absolute;
	box-sizing: border-box;
	width: 98.4%;
	height: 98%;
	border: 1px solid #8e4d10;
	top: 1%;
	left: 0.8%;
}
.archetype-more-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #000;
	color: #D78B44;
	text-align: center;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.archetype-image {
	width: 100px;
	margin: 50px auto 0;
	position: relative;
}
.archetype-image img {
	border: 1px solid #f6ad4f;
	border-radius: 50%;
	box-sizing: border-box;
}
.archetype-image2 {
	width: 340px;
	position: absolute;
	top: 80px;
	left: 60px;
	margin: 0;
}
.archetype-image2 img {
	
}
.outer-text {
	position: absolute;
	top: -105px;
	left: -100px;
	border: none !important;
	width: 530px;
	opacity: 0.4;
}
.archetype-more-text-container {
	
}
.archetype-intro {
	position: absolute;
	width: 340px;
	top: 440px;
	left: 60px;
	color: #fbe3bc;
	font-size: 18px;
	text-align: center;
	font-family: 'Farela', serif;
}
.archetype-name2 {
	color: #D78B44;
	position: absolute;
	width: 420px;
	left: 20px;
	top: 470px;
	font-size: 46px;
}
.archetype-more-title {
	position: absolute;
	width: 420px;
	top: 70px;
	left: 490px;
}
.archetype-more-text {
	position: absolute;
	width: 400px;
	top: 170px;
	left: 500px;
	text-align: center;
	line-height: 2.13em;
}
.archetype-more-text p {
	font-family: 'Farela', serif;
	font-size: 22px;
	color: #f7fecd;
	margin-top: 30px;
}
.share-button {
	position: absolute;
	bottom: 20px;
	right: 50px;
	font-family: 'Farela', serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #f7fecd;
	cursor: pointer;
	width: 80px;
	text-align: center;
	z-index: 10;
}

@media screen and (max-height: 720px) and (min-width: 860px) {
	.oracle-title {
		padding-top: 12dvh;
	}
	.oracle-text {
		font-size: 24px;
	}
	.oracle-more-link {
		font-size: 26px;
	}
	.archetype-number {
		margin: 80px auto 30px;
		font-size: 56px;
	}
	.archetype-name {
		width: 380px;
		font-size: 40px;
	}
	.song-title {
		margin: 10px auto 30px;
		font-size: 26px;
	}
	.button-container-website-link {
		width: 240px;
	}
	.archetype-more-content {
		margin-top: calc(50vh - 293px);
	}
	.archetype-name2 {
		width: 420px;
		left: 20px;
		top: 470px;
		font-size: 46px;
	}
	@media screen and (max-height: 670px) {
		.archetype-number {
			margin-bottom: 0;
		}
		.archetype-name {
			width: 300px;
			font-size: 30px;
		}
		.song-title {
			margin: 6px auto 20px;
			font-size: 22px;
		}
		.share-link {
			margin: 10px auto;
		}
		.archetype-name2 {
			color: #8e4d10;
			position: absolute;
			width: 420px;
			left: 20px;
			top: 470px;
			font-size: 46px;
		}
	}
}



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

.copyright {
	padding-bottom: 0px;
	font-size: 14px;
	font-family: "Open Sans", serif;
	color: #d9d9d9;
}
@media screen and (max-width: 820px) {
	.nomobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	body {
		position: relative;
	}
	p {
		margin-top: 6px;
	}
	.load {
		
	}
	.logo {
		top: 10px;
		left: 10px;
		width: 180px;
	}
	.logo-subtitle {
		top: 70px;
		left: 13px;
		width: 180px;
		font-size: 18px;
		text-align: left;
		letter-spacing: 1px;
	}
	.menu-icon {
		width: 50px;
		top: 10px;
		right: 10px;
	}
	.menu-icon img {
		width: 40px;
		padding-top: 0px;
	}
	.social-networks {
		top: 36vh;
		left: 0;
		display: none;
	}
	.mirror-text-container {
		top: 35dvh;
	}
	.mirror-text {
		font-size: 28px;
	}
	#screen0 .button-container {
		left: calc(50% - 130px);
		width: 260px;
		top: 58dvh;
	}
	#button0, #button0b {
		margin: 0;
	}
	#button0b {
		margin-top: 10px;
	}
	.disclaimer {
		width: 98%;
		left: 1%;
		top: 71dvh;
	}
	.prizes-window {
		width: 90%;
		left: 5%;
	}
	.prizes-subtitle {
		font-size: 18px;
	}
	.prize-position {
		padding: 15px 0 5px;
	}
	.prize-text {
		font-size: 14px;
	}
	.prizes-images {
		width: 96%
	}
	.prize-image {
		float: left;
		width: 44%;
		margin: 0 3%;
	}
	.audio-button {
		bottom: 5px;
		left: 5px;
		width: 26px;
	}
	.menu {
		width: 100%;
		right: -102%;
		border: none;
		z-index: 1000;
	}
	@keyframes open-panel {
		from {right: -102%;}
		to {right: 0;}
	}
	@keyframes close-panel {
		from {right: 0;}
		to {right: -102%;}
	}
	.album-title {
		width: 240px;
		padding-top: 20px;
	}
	.album-container {
		width: 320px;
	}
	.album-subtitle {
		width: 96%;
		font-size: 18px;
	}
	.album-button {
		width: 220px;
		margin: 0px auto 30px;
		font-size: 22px;
	}
	@media (max-height: 700px) {
		.album-image {
			
		}
	}
	.background-pattern {
		width: 360px;
		height: 360px;
	}
	.origami-text-container {
		width: 94%;
		height: 240px;
		top: 62dvh;
		right: 3%;
		left: unset;
	}
	.origami-text {
		font-size: 22px;
	}
	#buttonsContainer {
		margin: 0;
	}
	.loopButton {
		padding: 3px 20px;
	}
	.arrow-up {
		position: absolute;
		left: calc(50% - 16px);
		top: 60px;
		color: #f7fecd;
	}
	.arrow-up .fa-solid {
		font-size: 32px;
	}
	.select-title {
		margin-top: 56px;
		font-size: 32px;
	}
	.saving-title {
		font-size: 20px;
	}
	#logo-subtitle2 {
		display: none;
	}
	.oracle-title {
		padding-top: 17dvh;
	}
	.oracle-text {
		width: 94%;
		margin: 10px auto;
		font-size: 22px;
		line-height: 1.3em;
	}
	.oracle-more-link {
		margin: 10px auto;
		font-size: 24px;
	}
	@media (min-height: 700px) {
		.oracle-more-link {
			margin: 30px auto;
			font-size: 26px;
		}
	}
	.archetype-image {
		width: 80px;
		margin: 40px auto 0;
	}
	.archetype-number {
		width: 50px;
		margin: 60px auto 0px;
		font-size: 56px;
	}
	.archetype-name {
		width: 300px;
		font-size: 30px;
	}
	.song-title {
		width: 340px;
		margin: 4px auto 14px;;
		font-size: 22px;
	}
	.button-container-website-link {
		margin-top: 3dvh;
		width: 260px;
	}
	.button-final img {
		vertical-align: top;
	}
	.archetype-more-container {
		border: none;
	}
	.archetype-more-content {
		height: 620px;
		margin-top: calc(50dvh - 318px);
	}
	.archetype-more-close {
		top: 15px;
		right: 10px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		font-size: 28px;
	}
	.archetype-more-title {
		width: 90%;
		top: 50px;
		left: 5%;
	}
	.archetype-image2 {
		width: 220px;
		position: absolute;
		top: 125px;
		left: calc(50% - 110px);
		margin: 0;
	}
	.archetype-image2 img {
		
	}
	.outer-text {
		top: -64px;
		left: -60px;
		width: 334px;
	}
	.archetype-intro {
		display: none;
	}
	.archetype-more-text-container {
		
	}
	.archetype-name2 {
		position: absolute;
		top: 350px;
	}
	.archetype-name {
		width: 90%;
		font-size: 32px;
	}
	.archetype-more-text {
		width: 94%;
		left: 3%;
		top: 380px;
		line-height: 1.6em;
	}
	.archetype-more-text p {
		font-size: 18px;
		margin-top: 10px;
	}
	.share-link {
		margin: 10px auto 28px;
	}
	.share-button {
		bottom: 5px;
		right: 10px;
	}
	.tour-dates {
		bottom: 5px;
		left: calc(50% - 55px);
	}
	
	.footer-mobile {
		position: absolute;
		width: 100%;
		bottom: 1dvh;
		left: 0;
		text-align: center;
		font-size: 14px;
		z-index: 30;
		display: none;
	}
	.copyright {
		font-size: 12px;
	}
}

