html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
  background: #000;
  color: #fff;
  min-height: initial !important;
  font-family: 'Courier New', Courier, monospace;
  position: relative;
  /* touch-action:none;
  -ms-touch-action:none; */
}
.no-overflow {
  overflow: hidden;
}
body.heightAuto {
  height: auto;
  min-height: 100% !important;
}

body.heightAuto .f-container {
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}
.dulceOld {
  position: relative;
  height: 35vh;
  width: auto;
  display: inline-block;
  margin: 20px 0;
  -webkit-animation: spin 25.5s linear infinite; 
  -moz-animation: spin 25.5s linear infinite; 
  animation: spin 25.5s linear infinite; 
}
.dulce {
  height: 100%;
  display: inline-block;
  z-index: +1;
  position: relative;
}

.dulceCont {
  position: relative;
  height: 35vh;
  width: auto;
  display: inline-block;
  margin: 20px 0;
  -webkit-animation: spin 25.5s linear infinite; 
  -moz-animation: spin 25.5s linear infinite; 
  animation: spin 25.5s linear infinite; 
}

.confeti {
  position: relative;
}

.confeti::before {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/fiesta.gif) no-repeat center center transparent;
  background-size: cover;
  z-index: -2;
}


@-moz-keyframes midulce  { 100% { filter: hue-rotate(45deg); }}
@-webkit-keyframes midulce  { 100% { filter: hue-rotate(45deg); }}
@keyframes midulce  { 100% {filter: hue-rotate(45deg); }}

.f-container {
  /* display: flex;
  flex-direction: column;
  display: -ms-flexbox;
  -ms-flex-direction: column; */
  height: auto;
  min-height: 100%;
  border-top: 60px solid transparent;
  padding-bottom: 30px;
  position: relative;
  top: 0;
  left: 0;
  /* padding-bottom: 30px; */

  max-width: 508px;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  background: url(../img/savethedate/back.jpg) no-repeat top center #000;
  background-size: 100% auto;
  background-attachment: fixed;

  /* -webkit-box-shadow: 0px 0px 108px 30px rgba(103,1,234,1);
  -moz-box-shadow: 0px 0px 108px 30px rgba(103,1,234,1);
  box-shadow: 0px 0px 108px 30px rgba(103,1,234,1); */
  }
  .f-container::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: url(../img/savethedate/logos.webp) no-repeat center bottom;
    background-color: transparent;
    background-size: 60% auto;
  }

.header {
  
  width: 100%;
  /* background: rgb(18, 18, 18); */
  height: 60px;
  padding: 0 25px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.header::before {
  content: '';
  max-width: 508px;
  width: 100%;
  background: url(../img/savethedate/back.jpg) no-repeat center center #000;
  background-size: 100% auto;
  background-attachment:fixed;
  top: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.footer {
  background-color: #FE7869;
  color: transparent;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.footerImg {
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-left {
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  margin-left: 29px;
}
.logo-right {
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.main {
  width: 100%;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    position: relative;
    /* height: 32vh; */
}

.mainInt {
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
  padding: 10px 25px;
  left: 0;
  /* top: 50%;
  transform: translateY(-50%); */
}
.textLeyend {
  padding-top: 10px;
}
.multiverso-presentacion {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 28vh;
  transform: translateX(-50%) scale(0.8);
}
.multiverso_presentacion {
  position: relative;
  width: 80%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.xtras {
  position: absolute;
  width: 100%;
  top: 14%;
  left: 0;
}

.montanas-container {
  width: 88%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 38vh;
  height: 39vh;
}

.montanas {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.planeta {
  position: absolute;
  top: 27.5%;
  width: 84%;
  left: 50%;
  margin-left: -42%;
  -webkit-animation: spin 25.5s linear infinite; 
  -moz-animation: spin 25.5s linear infinite; 
  animation: spin 25.5s linear infinite; 
}
/* ENDLESS ROTATE */
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); }}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); }}
@keyframes spin { 100% { transform: rotate(360deg); }}
.marcianitos {
  position: absolute;
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
  top: 22%;
}
.fechaEvento {
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  margin-bottom: 60px;
}

.mapa {
  width: 100%;
  height: 100%;
}

.myCounter {
  background: rgba(0,0,0,0.4);
  padding: 10px;
}

.text-right {
  text-align: right;
}

.elemFondo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10%;
}

.color-grey {
  color: rgba(255,255,255,0.7);
}
.color-white {
  color: rgba(255,255,255,1);
}

#qrshow {
  text-align: right;
}

#qrshow img {
  width: 100%;
  margin: 20px 0;
  max-width: 200px;
}
.text-yellow {
  color: yellow;
}

.miNombre {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  color: #27E9D1;
  margin-bottom: 15px;
}

.mensaje {
  padding: 10px 0;
  /* background: rgba(0,0,0,0.7); */
  border-radius: 3px;
}
.mensaje .solicitarNFT {
  margin-top: 15px;
}

.exa-lamejor {
  width: 76%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10%;
}
.solicitarNFT {
  display: inline-block;
  background: #BE2ABB;
  width: auto;
  position: relative;
  padding: 3px 20px;
  border-radius: 5px;
  border: 3px solid rgba(255,255,255,0.3);
  margin-top: 7px;
}

.salmon {
  background: #FD7869;
}

.upperContent {
  position: relative;
  height: 35vh;
}

.nftSinRevelar {
  width: auto;
  height: 70%;
  position: absolute;
  background: url(../img/NFT_SIN-REVELAR.jpg) no-repeat center center transparent;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(255,255,255,0.2);
}
.nftimage {
  height: 100%;
  /* width: 100%; */
  position: relative;
  top: 0;
  left: 0;
  z-index: +1;
}
#ok.nftimage {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.thumb {
  width: 50px;
}
.tutorial {
  position: relative;
  padding: 25px;
}
.group1 {
  display: inline-block;
  z-index: +1;
  margin: 10px;
  text-align: center;
  width: 17%;
}
.group1 > span {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0,0,0,0.7);
  padding: 2px 3px;
}
#cboxCurrent {
  display: none !important;
}
.bottom {
  position: absolute;
  left: 0;
  width: 100%;
  top: 70%;
  padding: 0 25px;
}

.toBottom {
  position: relative;
  width: 100%;
  margin-top: 25vh;
  padding: 0 25px;
  margin-bottom: 50px;
}

.multiverso-presentacion.reduced {
  transform: translateX(-50%) scale(.75);
  top: 32vh;
}
.fiesta {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/fiesta.gif) no-repeat center center transparent;
  background-size: cover;
  display: none;
}


.nftSinRevelar.revelado {
  border-color: #fff;
}

.nftSinRevelar.revelado .fiesta {

}
.nftSinRevelar.revelado #ok {

}
.nftSinRevelar.revelado .premioDesc {

}

.accesoRegistrado {
  font-size: 20px;
  background: rgba(0,0,0,0.3);
  padding: 10px;
  width: 100%;
  color: #F6DF91;
}

a.j_rd_ {
  padding: 20px;
  margin: auto;
  display: block;
  width: 100%;
  background: green;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  border: 1px solid transparent !important;
}

.j_rd_:active, .j_rd_:hover {
  background: #BC33B9;
}
a.j_rd2_ {
  padding: 20px;
  margin: auto;
  display: block;
  width: 100%;
  background: rgb(126, 0, 128);
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  border: 1px solid transparent !important;
}

.j_rd2_:active, .j_rd2_:hover {
  background: #f843f5;
}

label {
  display: block;
}
input {
  width: 100%;
  padding: 10px 7px;
  font-size: 16px;
}

.premioDesc {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  text-align: center;
  display: none;
}





.text-center {
  text-align: center;
}
.none {
  display: none !important;
}

.escuchar_ {
  cursor: pointer !important;
}

.menu {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -10px;
	padding: 0;
}

.menu:active, .menu.active{
	outline: 1px solid #fff;
  outline-offset: 4px;
}

#menu {
	position: fixed;
	z-index: 200;
	left: -400px;
	top: 60px;
	width: 300px;
	height: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background: rgba(0,0,0,0.9);
	overflow: hidden;
	text-align: left;
	border-top: 26px solid transparent;
  -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  /* pointer-events: none; */
}

#menu.active {
	/*width: 400px;
	height: 100%;
	max-width: 100%;*/
	left: 0;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#menu li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid transparent;
}

#menu a {
	display: inline-block;
	width: 100%;
	padding: 15px 10px 15px 20px;
  text-decoration: none;
  color: #fff;
}

#menu li:hover, #menu li:active {
	/* background-color: rgba(0,0,0,0.4); */
	background-color: #5D5D5D;
  border-left: 1px solid yellow;
}

body.menuFreezed {
  overflow: hidden;
}



.msgTable {
  width: 100%;
  height: 100%;
  display: table;
}

.msgCell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}

.nftNum {
  padding: 5px 7px;
  color: rgba(255,255,255,0.7);
  position: absolute;
  top: 0px;
  left: 0px;
}

.resaltar {
  background: rgba(0,0,0,0.7);
  color: yellow;
}

.qrdetect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  padding: 25px;
  /* background: rgba(0,0,0,0.7); */
  text-align: right;
}
.qrdetect h3 {
  color: #EE5CAF;
}

.qrdetect label {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}

.qrdetect p {
  margin-bottom: 25px;
}





@media only screen and (orientation:landscape){
	body.onlyMobile::after {
		content: "Sólo funciona en modo vertical";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0,0,0,0.8);
    text-align: center;
    box-sizing: border-box;
		padding-top: 25%;
		z-index: 99999999;
	}
  body.onlyMobile .contain {
    display: none;;
  }
}

@media only screen and (max-width:375px) {
  .mensaje {
    font-size: 15px;
  }
  .miNombre {
    font-size: 16px;
  }
  .fechaEvento {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:370px) {
  .mensaje {
    font-size: 12px;
  }
  .miNombre {
    font-size: 14px;
  }
}
@media only screen and (max-width:320px) {

}