* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a.escuchar_, .escuchar_ {
  cursor: pointer;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  /* overflow: hidden; */
  background: rgba(0, 0, 0, 00.9);
  font-family: 'Roboto';
  color: #fff;
}

h1 {
  font-weight: normal;
  color: yellow;
}
h2 {
  margin-bottom: 10px;
  text-align: left !important;
}

.center { text-align: center; }

.cbRegistro #cboxLoadedContent {
background-color: #fff;
color: #000;
font-family: Roboto;
}
.cbMsg #cboxLoadedContent {
background-color: #fff;
}
.cbMsg {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
}
.cbMsg #cboxLoadedContent {
  position: relative;
}

.cbMsg .msgCell {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
}

@font-face {
  font-family: 'gamermedium';
  src: url('../fonts/gamer-webfont.woff2') format('woff2'),
    url('../fonts/gamer-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* @font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Bold.eot');
  src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CircularStd-Bold.woff2') format('woff2'),
      url('../fonts/CircularStd-Bold.woff') format('woff'),
      url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Medium.eot');
  src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CircularStd-Medium.woff2') format('woff2'),
      url('../fonts/CircularStd-Medium.woff') format('woff'),
      url('../fonts/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Regular.woff2') format('woff2'),
      url('../fonts/Roboto-Regular.woff') format('woff'),
      url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.vvRegistro {
	width: 340px;
	height: 480px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
	box-sizing: border-box;
	color: #000;
  font-family: Roboto;
  position: relative;
  padding: 15px 15px;
  /* text-align: left; */
}
.nuevoRegistro {
  position: absolute;
  right: 0;
  top: 0;
  color: blue;
  text-decoration: underline;
  z-index: +2;
  font-size: 13px;
}
.nuevoRegistro:hover {
  color: green;
}
.fontmini2 {
  font-size: 12px;
}

.vvRegistro input, .vvRegistro select {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	color: #000;
	border: 1px solid rgba(0,0,0,0.15);
  border-radius: 6px;
	font-size: 16px;
  padding: 0 10px;
}
.vvRegistro input[type="checkbox"] {
      /* width: initial; */
    /* height: initial; */
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-left: 10px;
}
#first_name, #last_name {
 background: url(../img-coppel/ico-name.png) no-repeat right center transparent;
 background-size: auto 30%;
 background-position: right 15px center;
}
#gender {
 background: url(../img-coppel/ico-gender.png) no-repeat right center transparent;
 background-size: auto 30%;
 background-position: right 15px center;
}
#email {
 background: url(../img-coppel/ico-email.png) no-repeat right center transparent;
 background-size: auto 30%;
 background-position: right 15px center;
}
#telefono {
 background: url(../img-coppel/ico-phone.png) no-repeat right center transparent;
 background-size: auto 30%;
 background-position: right 15px center;
}
#telefono::placeholder {
  font-size: 12px;
}
#fechaNacimiento {
 background: url(../img-coppel/ico-birth.png) no-repeat right center transparent;
 background-size: auto 30%;
 background-position: right 15px center;
}
#fechaNacimiento::placeholder {
  font-size: 12px;
}
#otro2 {
  font-size: 13px;
  background-color: transparent;
}

.noVisible {
  visibility: hidden;
  display: none;
}

.groupAttach {
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}
.registrar-ticket {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}

#walk {
  /* top: 0 !important; */
}

.perfFoto {
  width: 60px;
  height: 60px;
  margin: 0 10px 0px 0;
  background: url(../img/photo.png) no-repeat center center #fff;
  background-size: auto 120%;
  border: 1px solid rgba(0,0,0,0.1);
  display: block;
  cursor: pointer;
  /* float: left; */
  text-align: left;
}
.perfFoto.noclick {
  cursor: initial;
}
.perfFoto:hover {
  border-color: lawngreen;
}

.vvRegistro img {
	width: auto;
	height: 45px;
}
.vvRegistro input.width48, .vvRegistro select.width48 {
  width: 48%;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear {
  clear: both;
}

.logoexa {
  width: 200px;
}


.armalo {
  max-height: 55%;
  max-width: 70%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

 
.conectate {
  width: 200px;
  border-radius: 45px;
  border: 1px solid transparent;
}
.conectate:hover, .vvRegistro .conectate.escuchar_:hover {
  background: yellow;
  filter: grayscale(1);
}
  .vvRegistro .conectate.escuchar_ {
    filter: none;
  }
  .vvRegistro .conectate {
    filter: opacity(0.4);
  }

  .inicio > .conectate {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%)
  }

#counterInicial {
  font-weight: bold;
  font-size: 1em;
  color: #fff;
  font-family: Roboto;
  /* position: absolute; */
  width: 100%;
  bottom: 30px;
  box-sizing: border-box;
  /* padding: 0 8%; */
  /* background: rgba(0, 0, 0, 0.5); */
  background-color: transparent;
  padding: 8px;
}

#menu {
  position: fixed;
  z-index: +20000;
  left: -400px;
  top: 0px;
  width: 300px;
  height: 100%;
  max-width: 98%;
  box-sizing: border-box;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  /* background: url(../img/backmenu.jpg) no-repeat top left transparent; */
  /* background-size: cover; */
  background-color: #1c66b0f6;
  overflow: hidden;
  text-align: left;
  border-top: 56px solid transparent;
  font-family: 'Circular Std';
  font-size: 16px;
  font-weight: normal;
  -webkit-box-shadow: 2px 3px 10px -1px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 3px 10px -1px rgba(0,0,0,0.5);
  box-shadow: 2px 3px 10px -1px rgba(0,0,0,0.5);
}

#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;
  border: 0;
}

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

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

#menu li:hover,
#menu li:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.menu {
  position: absolute;
  left: 10px;
  top: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 99;
  background: #1c65b0;
  transform: translateY(-50%);
}

.menu img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
  width: 60%;
}

.menu:active,
.menu.active,
.menu:hover {
  /* outline: 1px solid #fff;
  outline-offset: 4px; */
  background: #000;
}


.inicio {
  /* text-align: center; */
  width: auto;
  height: 100%;
  position: relative;
  max-height: 100%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 60px;
}

.hero {
  height: 100%;
  width: 100%;
  /* background: url(../imgok/juego-WALK_BA.png) no-repeat left -100px transparent; */
  background: url(../img-coppel/fondo-sin-nubes.png) no-repeat center bottom transparent;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img-coppel/nubes.webp) repeat-x top center transparent;
}

.highway {
  /* height: 20%; */
  /* height: 250px; */
  height: 300px;
  width: 500%;
  display: block;
  background-image: url(../img-coppel/road3.png);
  background-repeat: repeat-x;
  position: absolute;
  background-position-x: 0px;
  background-position-y: bottom;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  animation: highway 5s linear infinite;
}
.highwayshadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img-coppel/sombra-piso.webp) no-repeat center center transparent;
  background-size: cover;
  filter: brightness(0.5) blur(11px);
  opacity: 0.2;
}

@keyframes highway {
  100% {
    /* transform: translateX(-1400px); */
    /* background-position-x: -1400px; */

    /* 371*5 */
    background-position-x: -1484px;

    /* background-position-x: -100%; */
    /* background-position-x: -1284.7px; */
  }
}

.city {
  height: 500px;
  width: 300%;
  background-image: url(../img-coppel/city.png);
  background-position-x: 0%;
  background-position-y: 0px;
  position: absolute;
  transform:translateX(-50%);
  bottom: 250px;
  left: 50%;
  background-size: auto 100%;
  display: block;
  z-index: 2;
  background-repeat: repeat-x;
  animation: city 700s linear infinite;
  overflow: hidden;
  -webkit-transition: all 1s; 
	transition: all 1s;

}

@keyframes city {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: -10000%;
  }
}

.walk {
  height: 25%;
  left: 10%;
  bottom: 120px;
  position: absolute;
  z-index: 5;
  width: auto;
  background: url(../img/walk-blank.png) no-repeat center center transparent;
  background-size: contain;
}

.walking {
  height: 100%;
  animation: walk 1s linear infinite;
}

.jumping {
  background-image: url(../img-coppel/santa-jump.webp);
}

.stop {
  /* background-image: url(../img/walk-stop.png); */
  background-image: url(../img-coppel/santa-jump.webp);
}

.selectedAvatar {
  width: 100px;
  height: 100px;
  background: url(../img/walk-blank.png) no-repeat center top transparent;
  background-size: contain;
  margin: auto;
}

.walk_01 {
  background-image: url(../img-coppel/santa2.gif);
}

.jumping_01 {
  background-image: url(../img-coppel/santa-jump.webp);
}

/* .walk_02 {
  background-image: url(../img/02/walk.gif?v2);
  height: 20%;
}

.jumping_02 {
  background-image: url(../img/02/walk-jumping.png?v3);
}

.walk_03 {
  background-image: url(../img/03/walk.gif?v2);
}

.jumping_03 {
  background-image: url(../img/03/walk-jumping.png?v3);
}

.walk_04 {
  background-image: url(../img/04/walk.gif?v2);
}

.jumping_04 {
  background: url(../img/04/walk-jumping.png?v3) no-repeat top center transparent;
  background-size: contain;
} */

.header {
  position: absolute;
  width: 100%;
  background: #fada42;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 26px;
  height: 60px;
  /* padding: 10px; */
  box-sizing: border-box;
  z-index: +20001;
  -webkit-box-shadow: 3px 0px 10px -1px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 0px 10px -1px rgba(0,0,0,0.5);
  box-shadow: 3px 0px 10px -1px rgba(0,0,0,0.5);
}
/* .header::after {
  content: "";
  width: 100%;
  height: 11px;
  left: 0;
  bottom: -11px;
  background: #fada42;
  background-size: contain;
  position: absolute;
} */

.headRight {
  height: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.footRight {
  position: absolute;
  bottom: 10px;
  right: 30px;
  
}
.footerGame {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: +2;
  text-align: right;
  background: rgba(0,0,0,0.7);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
}
.footerGame img {
  /* height: 80%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%); */

}
.headLeft {
  height: 90%;
  position: relative;
  left: 50px;
}
.headLeftOnlyMobile {
  display: none;
  height: 90%;
  position: relative;
  left: 50px;
}
.headLeftOnlyMobile img {
  height: 100%;
}
.home .headLeft, .home .headLeftOnlyMobile {
  display: none;
}

.width-full {
  width: 100%;
}

.instrucciones {
	padding: 10px;
  box-sizing:border-box;
  text-align: center;
  font-size: 20px;
}

#cboxLoadedContent {
  background: rgba(0,0,0,0.9);
}




@keyframes walk {
  100% {
    transform: translateY(-1px);
  }

  50% {
    transform: translateY(1px);
  }

  0% {
    transform: translateY(-1px);
  }
}

.obstaculo {
  /* width: 98px;
  height: 90px; */
  width: 71.4px;
  height: 100px;
  background: url(../img-coppel/obstaculo-1.webp) no-repeat center center transparent;
  position: absolute;
  /* bottom: 100px; */
  bottom: 10%;
  right: -100px;
  z-index: 3;
  background-size: contain;
}

.o2 {
  background-image: url(../img-coppel/obstaculo-2.webp);
}
.o3 {
  background-image: url(../img-coppel/obstaculo-3.webp);
}

.gift {
  width: 90px;
  height: 102px;
  background: url(../img-coppel/REGALO1.webp) no-repeat center center transparent;
  position: absolute;
  bottom: 60%;
  right: -100px;
  z-index: 3;
  background-size: contain;
  filter: drop-shadow(0px 0px 10px rgb(255, 255, 255));
}

.g2 {
  background-image: url(../img-coppel/REGALO2.webp);
}
.g3 {
  background-image: url(../img-coppel/REGALO3.webp);
}
.g4 {
  background-image: url(../img-coppel/REGALO4.webp);
}

.gracias {
  font-size: 24px;
  text-align: center;
  font-family: Roboto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btnGuardar {
	padding: 1px 7px;
	color: #000;
	background-color: #b3017b;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
}

.btnGuardar:hover {
	background-color: #33CCFF;
}

.emailForm {
    text-align: center;
    width: 350px;
    margin: auto;
    font-size: 20px;
}

.emailForm input {
    width: 210px;
    height: 20px;
}

.graciasxparticipar {
	width: 600px;
	max-width: 90%;
	margin: auto;
	padding: 10px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 10px;
  color: #fff;
  font-size: 20px;
}

ul.tablaGanadores li.instrucciones {
	font-size: 0.9em;
	padding: 5px 10px;
}

.premios {
	height: auto;
	width: 100%;
	max-width: 320px;
	height: auto;
	max-height: 290px;
}

.premios img {
	max-width: 297px;
}

.header_usuarioConectado {
  position: absolute;
  text-align: left;
  font-size: 12px;
  right: 20px;
  left: initial;
  top: 50%;
  line-height: 130%;
  color: #fff;
  font-family: Roboto;
  transform: translateY(-50%);
}

.header_fotoUsuario {
	width: 30px;
	float: left;
	margin-right: 5px;
}
img.header_fotoUsuario{
	width: 30px;
    height: 30px;
    margin-left: 10px;
    float: left;
    margin-right: 10px;
	border: 1px solid #ccc;
    border-radius: 4px;
}

.header_tiempoVencer{
	float: left;
	font-size: 12px;
}

.compartir.fb_ {
	display: inline-block;
  /* width: 100px; */
  /* vertical-align: middle; */
}

.compartir.fb_ img {
  width: 230px;
}

.graciasimg {
  width: 220px;
}

.volverJugar img{
	max-width: 260px;
	padding: 0;
}

a.compartir, a.volverJugar {
	display: inline-block;
}

ul.tablaGanadores{
	width: 100%;
  max-width: 361px;
  height: 100%;
  margin: 0 auto;
  padding: 1%;
  background-color: transparent;
  position: absolute;
  overflow: scroll;
  top: 0;
  left: 0;
}

ul.tablaGanadores li{
	width: 100%;
	height: auto;
	list-style: none;
	float: left;
	padding: 10px;
	border-bottom: 1px dotted #666;
	font-size: 14px;
	color:#fff;
	box-sizing: border-box;
}
.seacaboMsg {
  background: #1c65b0;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 10px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  width: 300px;
  max-width: 90%;
  -webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.4);
}
.seacaboMsg b {
  color: #fada42;
  font-weight: bold;
  font-family: 'Circular Std';
}

ul.tablaGanadores li:last-child{
    margin-bottom: 60px;
}

ul.tablaGanadores li.headerGanadores img{
	width: 100%;
	max-width: 361px;
	height: auto;
}

.tabladeposiciones {
  font-size:24px;
}

span.fotoUsuario{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
}

span.fotoUsuario img{
	width: 100%;
	height: auto;
}

ul.tablaGanadores li p.nombreUsuario{
	margin: 0;
	/* font-size: 12px; */
	color: #fff;
	float: left;
}

ul.tablaGanadores li p.tiempoUsuario{
	margin: 0;
	line-height: 100%;
	float: right;
}

.result {
  position: absolute;
  top: 20px;
  right: 20px;
  /* transform: translateY(-50%); */
  font-size: 26px;
  color: #fada42;
  text-align: right;
  box-sizing: border-box;
  font-family: "Circular std";
  line-height: 51%;
  width: auto;
  background: #1c65b0;
  padding: 20px 20px 10px 20px;
  z-index: +9;
  border-radius: 10px;
  padding-top: 20px;
  -webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.4);
}

.result::before {
  position: absolute;
  content: "MARCADOR";
  font-family: Roboto;
  font-size: 10px;
  color: #fff;
  top: 3px;
  left: 0;
  width: 100%;
  text-align: center;
}
.result::after {
  content: " puntos";
  font-size: 20px;
  color: #fff;
}

/* .result::after {
  content: " PUNTOS";
  font-size: 14px;
} */

.resultGift {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 94px;
  color: #fff;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  font-family: gamermedium;
  z-index: +222;
}

.nieve {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: +2;
  /* background-image: url(../img-coppel/nieve4.webp);
  background-position-x: 0%;
  background-position-y: 500px;
  background-repeat: repeat;
  background-size: 100% auto;
  background-color: transparent;
  animation: nieve 210s ease infinite;
  filter: brightness(1); */
}
/* @keyframes nieve {
  100% {
    background-position-y: 9500%;
  }
} */
.snowflake {
  --size: 1vw;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}
.snowflake:nth-child(1) {
  --size: 0.4vw;
  --left-ini: 2vw;
  --left-end: 9vw;
  left: 1vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(2) {
  --size: 0.8vw;
  --left-ini: 7vw;
  --left-end: 7vw;
  left: 6vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(3) {
  --size: 0.4vw;
  --left-ini: 8vw;
  --left-end: 6vw;
  left: 57vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(4) {
  --size: 0.2vw;
  --left-ini: 10vw;
  --left-end: -7vw;
  left: 2vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(5) {
  --size: 0.2vw;
  --left-ini: -6vw;
  --left-end: -9vw;
  left: 18vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(6) {
  --size: 0.4vw;
  --left-ini: 5vw;
  --left-end: 1vw;
  left: 18vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(7) {
  --size: 0.6vw;
  --left-ini: 10vw;
  --left-end: -5vw;
  left: 41vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(8) {
  --size: 0.8vw;
  --left-ini: -4vw;
  --left-end: -3vw;
  left: 67vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(9) {
  --size: 0.2vw;
  --left-ini: -5vw;
  --left-end: 6vw;
  left: 54vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(10) {
  --size: 0.4vw;
  --left-ini: 9vw;
  --left-end: -5vw;
  left: 77vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(11) {
  --size: 0.8vw;
  --left-ini: -2vw;
  --left-end: 6vw;
  left: 8vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(12) {
  --size: 0.2vw;
  --left-ini: 8vw;
  --left-end: -1vw;
  left: 94vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(13) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: -4vw;
  left: 74vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(14) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: 6vw;
  left: 34vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(15) {
  --size: 1vw;
  --left-ini: -6vw;
  --left-end: 4vw;
  left: 56vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(16) {
  --size: 1vw;
  --left-ini: -3vw;
  --left-end: -5vw;
  left: 62vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(17) {
  --size: 0.8vw;
  --left-ini: 3vw;
  --left-end: 1vw;
  left: 19vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(18) {
  --size: 0.4vw;
  --left-ini: 4vw;
  --left-end: -3vw;
  left: 56vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(19) {
  --size: 0.8vw;
  --left-ini: 9vw;
  --left-end: 10vw;
  left: 40vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(20) {
  --size: 1vw;
  --left-ini: 7vw;
  --left-end: 7vw;
  left: 45vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(21) {
  --size: 0.4vw;
  --left-ini: 7vw;
  --left-end: -6vw;
  left: 63vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(22) {
  --size: 0.8vw;
  --left-ini: 2vw;
  --left-end: 3vw;
  left: 48vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(23) {
  --size: 0.8vw;
  --left-ini: -8vw;
  --left-end: 0vw;
  left: 95vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(24) {
  --size: 0.6vw;
  --left-ini: 5vw;
  --left-end: 5vw;
  left: 77vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(25) {
  --size: 1vw;
  --left-ini: 6vw;
  --left-end: -9vw;
  left: 17vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(26) {
  --size: 1vw;
  --left-ini: 6vw;
  --left-end: 3vw;
  left: 51vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(27) {
  --size: 0.6vw;
  --left-ini: -7vw;
  --left-end: -1vw;
  left: 82vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(28) {
  --size: 1vw;
  --left-ini: 5vw;
  --left-end: -5vw;
  left: 92vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(29) {
  --size: 0.2vw;
  --left-ini: -2vw;
  --left-end: 4vw;
  left: 93vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(30) {
  --size: 0.8vw;
  --left-ini: 10vw;
  --left-end: 0vw;
  left: 38vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(31) {
  --size: 1vw;
  --left-ini: 9vw;
  --left-end: 6vw;
  left: 55vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(32) {
  --size: 0.2vw;
  --left-ini: 0vw;
  --left-end: -1vw;
  left: 25vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(33) {
  --size: 0.8vw;
  --left-ini: -6vw;
  --left-end: 1vw;
  left: 57vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(34) {
  --size: 0.4vw;
  --left-ini: 4vw;
  --left-end: 5vw;
  left: 41vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(35) {
  --size: 1vw;
  --left-ini: 8vw;
  --left-end: -5vw;
  left: 84vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(36) {
  --size: 0.8vw;
  --left-ini: 6vw;
  --left-end: 3vw;
  left: 2vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(37) {
  --size: 0.6vw;
  --left-ini: -2vw;
  --left-end: 6vw;
  left: 24vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(38) {
  --size: 0.6vw;
  --left-ini: -3vw;
  --left-end: 5vw;
  left: 53vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(39) {
  --size: 0.8vw;
  --left-ini: 9vw;
  --left-end: -8vw;
  left: 26vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(40) {
  --size: 0.2vw;
  --left-ini: 10vw;
  --left-end: -5vw;
  left: 2vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(41) {
  --size: 0.6vw;
  --left-ini: 9vw;
  --left-end: 8vw;
  left: 91vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(42) {
  --size: 0.6vw;
  --left-ini: -1vw;
  --left-end: 10vw;
  left: 23vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(43) {
  --size: 0.2vw;
  --left-ini: 1vw;
  --left-end: -9vw;
  left: 33vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(44) {
  --size: 1vw;
  --left-ini: 7vw;
  --left-end: 10vw;
  left: 46vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(45) {
  --size: 1vw;
  --left-ini: -3vw;
  --left-end: 7vw;
  left: 95vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(46) {
  --size: 0.2vw;
  --left-ini: -5vw;
  --left-end: -5vw;
  left: 14vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(47) {
  --size: 0.2vw;
  --left-ini: -4vw;
  --left-end: 10vw;
  left: 71vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(48) {
  --size: 1vw;
  --left-ini: -4vw;
  --left-end: 0vw;
  left: 51vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(49) {
  --size: 1vw;
  --left-ini: 1vw;
  --left-end: -7vw;
  left: 56vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(50) {
  --size: 0.6vw;
  --left-ini: -3vw;
  --left-end: -6vw;
  left: 53vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -10s;
}

/* added small blur every 6 snowflakes*/
.snowflake:nth-child(6n) {
  filter: blur(1px);
}

.preload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.red {
  color: red;
}

.puff {
  background: url(../img/puff.gif?v2) no-repeat center center transparent;
  background-size: 100%;
}

.j_selectAvatar_ {
  /* padding: 4px 8px; */
  width: 120px;
  height: 140px;
  display: inline-block;
  position: relative;
}

.j_selectAvatar_:hover {
  outline: 1px solid rgba(255,255,255,0.5);
}

.j_selectAvatar_.active::before {
  /* outline: 1px solid #fff; */
  background: url(../img/flecha.png) no-repeat center center transparent;
  background-size: contain;
  width: 100%;
  height: 30px;
  left: 0;
  top: -40px;
  content: "";
  position: absolute;
}
.j_selectAvatar_.active::after {
  color: yellow;
}

.avatares {
  padding: 30px 0 20px 0;
}

.uno {
  background: url(../img-coppel/santa-jump.webp) no-repeat center center transparent;
  background-size: contain;
}
/* .dos {
  background: url(../img-coppel/santa-jump.webp) no-repeat center center transparent;
  background-size: 60% auto;
}
.tres {
  background: url(../img/03/walk-jumping.png) no-repeat center center transparent;
  background-size: contain;
}
.cuatro {
  background: url(../img/04/walk-jumping.png) no-repeat center center transparent;
  background-size: contain;
} */
.uno::after, .dos::after, .tres::after, .cuatro::after {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  left: 0;
  font-family: gamermedium;
  font-size: 24px;
}
.uno::after {
  content: "MAMÁ LUCHA";
}
/* .dos::after {
  content: "NIÑO BOCINA";
}
.tres::after {
  content: "NODAL";
}
.cuatro::after {
  content: "LEÓN";
} */

.home_botonIniciar {
  display: inline-block;
  margin: 20px 0;
}

.home_botonIniciar img {
  width: 200px;
}

body.home {
  background: url(../img-coppel/home_back.jpg) no-repeat center bottom #C4F2F2;
  background-size: cover;
  padding-top: 60px;
}

.tiempoRestante_ {
  position: absolute;
  width: 100%;
  height: 1px;
  left:0;
  bottom: -1px;
  background-color: violet;
}

.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: greenyellow;
  -webkit-transition: all 3900ms ease;
  -moz-transition: all 3900ms ease;
  -ms-transition: all 3900ms ease;
  -o-transition: all 3900ms ease;
  transition: all 3900ms ease;
}
#cuantoFalta {
  position: absolute;
  right: 0px;
  bottom: -20px;
  color: #fff;
  font-family: gamermedium;
  font-size: 24px;

}

.instruccioneshome {
  font-size: 16px;
  color: yellow;
  text-shadow: 2px 2px #000000;

  position: absolute;
    top: 65%;
    left: 58%;
    margin-top: 60px;
    margin-left: 2%;
}
.foot {
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 5px;
  margin-top: 20px;
  position: absolute;
  bottom: 1vh;
  left: 0;
  text-align: center;
}

.foot a {
  font-family: Roboto;
  color: #fff;
  text-decoration: none;
  /* text-shadow: 1px 1px #000000; */
}

.vidas {
  position: absolute;
  top: 10px;
  left: 10px;
  margin-top: 71px;
  z-index: +2;
}

.vidas img {
  width: 40px;
}

body.home .j_tablaPosicionesObtener_ {
  display: none !important;
}
.headRight {
  /* display: none; */
}

body.home .headRight {
  display: initial;
}
body.home.onlyMobile .headRight {
  display: initial;
}

@media screen and (max-height:700px) and (max-width:1281px){
  .content {
    overflow-y: scroll;
  }
  .j_selectAvatar_ {
    width: 60px;
    height: 100px;
  }
  .logoexa {
    width: 110px;
  }
  .home_botonIniciar img {
    width: 160px;
  }
  .home_botonIniciar {
    display: inline-block;
    margin: 10px 0;
  }
  .j_selectAvatar_.active::before {
    height: 20px;
    top: -17px;
  }
  .avatares {
    padding: 5px 0 20px 0;
  }
  .obstaculo {
    width: 57.12px;
    height: 80px;
    bottom: 100px;
  }
  
  .gift {
    width: 70.5px;
    height: 80px;
  }

  .highway {
    height: 200px;
    width: 500%;
  }

  .city {
    /* height: 200px; */
    width: 300%;
    bottom: 200px;
  }

  .walk {
    height: 25%;
    bottom: 120px;
  }
}

#cboxOverlay, #colorbox {
  z-index: 30002;
}

@media screen and (max-width:460px) {
  .hero {
    overflow: hidden;
  }
  .result {
    position: absolute;
    top: 10px;
    right: 10px;
    /* transform: translateY(-50%); */
    font-size: 26px;
    color: #fada42;
    text-align: right;
    box-sizing: border-box;
    font-family: "Circular std";
    line-height: 51%;
    width: auto;
    background: #1c65b0;
    padding: 10px;
    z-index: +9;
    border-radius: 10px;
    padding-top: 20px;
  }
  
  .result::before {
    position: absolute;
    content: "MARCADOR";
    font-family: Roboto;
    font-size: 10px;
    color: #fff;
    top: 3px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .result::after {
    content: " puntos";
    font-size: 20px;
    color: #fff;
  }
  .city {
    height: 490px;
    width: 300%;
    background-image: url(../img-coppel/city.png);
    background-position-x: 0%;
    background-position-y: 0px;
    position: absolute;
    transform: translateX(-50%);
    bottom: 200px;
    left: 50%;
    background-size: auto 100%;
    display: block;
    z-index: 2;
    background-repeat: repeat-x;
    animation: city 600s ease infinite;
    overflow: hidden;
    -webkit-transition: all 1s; 
    transition: all 1s;
  }
  @keyframes city {
    from {
      background-position-x: 0%;
    }
    to {
      background-position-x: 10000%;
    }
  }
  .highway {
    height: 260px;
    width: 500%;
    background-size: contain;
  }
  body.home {
    background: url(../img-coppel/home_back-mob.jpg) no-repeat center bottom #C4F2F2;
    background-size: cover;
    padding-top: 60px;
  }
  .headLeftOnlyMobile {
    display: initial;
  }
  .headLeft {
    display: none;
  }
  .result {
    /* font-size: 68px; */
  }
  .j_selectAvatar_ {
    /* padding: 4px 8px; */
    width: 80px;
    height: 100px;
    display: inline-block;
    position: relative;
  }
   .conectate {
    width: auto;
    max-width: 70%;
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, -120%);
  }

  .vvRegistro .conectate {
    position: initial;
    left: initial;
    bottom: initial;
    transform: initial;
  }
  .foot {
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    /* margin-top: 20px; */
    position: absolute;
    bottom: 0px;
    left: 0;
  }

  .headRight {
    /* display: none; */
  }
  .content {
    /* overflow-y: scroll; */
  }
  .j_selectAvatar_ {
    width: 60px;
    height: 100px;
  }
  .logoexa {
    width: 110px;
  }
  .home_botonIniciar img {
    width: 160px;
  }
  .home_botonIniciar {
    display: inline-block;
    margin: 10px 0;
  }
  .j_selectAvatar_.active::before {
    height: 20px;
    top: -17px;
  }
  .avatares {
    padding: 5px 0 20px 0;
  }
  .obstaculo {
    width: 57.12px;
    height: 80px;
    bottom: 100px;
  }
  
  .gift {
    width: 70.5px;
    height: 80px;
  }

  

  

  .walk {
    height: 25%;
    bottom: 120px;
  }

  .inicio {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    max-height: 100%;
    top: 0;
    left: 0;
    transform: initial;
  }
  .inicio > .conectate {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
  .armalo {
    max-height: 70%;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
}
  .instruccioneshome {
    font-size: 32px;
    color: yellow;
    text-shadow: 2px 2px #000000;
    position: absolute;
    top: 75%;
    left: 50%;
    margin-top: 60px;
    margin-left: initial;
    transform: translateX(-50%);
  }
  .vvRegistro {
    overflow: auto;
  }
}

@media screen and (max-width:380px) {
  .fontmini2 {
    font-size: 10px;
  }
  
}
@media screen and (max-width:340px) {
  .armalo {
    left: 50%;
    top: 10%;
    max-width: 70%;
  }
  h2 {
    font-size: 14px;
  }
  .vvRegistro input, .vvRegistro select {
    box-sizing: border-box;
    width: 100%;
    /* height: 40px; */
    padding: 0 5px;
  }
  .fontmini2 {
    line-height: 130%;
  }
  
  .headerGanadores {
    font-size: 15px;
  }
}

@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.9);
    text-align: center;
    box-sizing: border-box;
    padding-top: 25%;
    z-index: 99999999;
    font-family: Roboto;
    font-size: 24px;
  }
}