@font-face {
  font-family: 'BumpoSoft-Regular';
  src: url(../fonts/BumpoSoft/BumpoSoft-Regular.ttf);
}
@font-face {
  font-family: 'BumpoSoft-Narrow';
  src: url(../fonts/BumpoSoft/BumpoSoft-Narrow.ttf);
}
@font-face {
  font-family: 'BumpoSoft-Wide';
  src: url(../fonts/BumpoSoft/BumpoSoft-Wide.ttf);
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'PermanentMarker';
    src: url(../fonts/PermanentMarker/PermanentMarker.ttf);
}

*:not(input.field){
  webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  user-select: none;
}
:root{
  --colorBlanco: #ffffff;
  --colorVerde: #1D9AA0;
  --colorLimon: #b4d333;
  --colorAmarillo: #f5d410;
  --colorNaranja: #ff6700;
  --colorVioleta: #7038b5;
  --colortexto: #111111;
  --font-narrow: 'Poppins-Regular';
  --font-regular: 'BumpoSoft-Regular';
  --font-wide: 'BumpoSoft-Wide';
  --fonts-text: 'Poppins-Regular';
  --font-jaguarete: 'PermanentMarker';
}
body{
  font-size: 16px;
  overflow-x: hidden;
}
body.modal-open{
  padding-right: 0 !important;
}
.body.remove {
  height: 100vh !important;
  overflow: hidden;
  padding-right: 17px;
}
html.sr .load-hidden {
  visibility: hidden;
}

html {
    scroll-snap-type: y mandatory;
}

section {
    scroll-snap-align: start;
    scroll-snap-stop: always;

    display: flex;
    align-items: center;
    justify-content: center;
}

/*section:nth-of-type(even) {
    color: white;
    background: black;
}

section:nth-of-type(odd) {
    color: black;
    background: white;
}*/

.row>* {
  padding-right: 14px;
  padding-left: 14px;
}

a {
  color: var(--colorPrincipal);
  text-decoration: underline;
}
.btn-principal{
  display: flex;
  border-radius: 26px;
  font-family: var(--font-narrow);
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  color: var(--colorBlanco);
  background: var(--colorAmarillo);
  border: 6px solid var(--colorBlanco);
  padding: 0.8rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  visibility: hidden;
}
.btn-principal span{
  color: var(--colorBlanco);
  transition: all .4s;
}
.btn-principal:hover span{
  color: var(--colortexto);
}
.magnetic {
  padding-top: 24px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
  /*border: 1px solid #000; //use this for debugging*/
}
.container-button-play{
  visibility: hidden;
  display: none;
}
.subtitle-button-play{
  font-size: 1.75rem;
  font-family: var(--font-narrow);
  color: var(--colorBlanco);
  text-transform: uppercase;
  text-align: center;
  margin-top: 1rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.btn-juego{
  display: flex;
  border-radius: 26px;
  font-family: var(--font-narrow);
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  color: var(--colorBlanco);
  background: var(--colorNaranja);
  border: 6px solid var(--colorBlanco);
  padding: 0.8rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  text-align: center;
}
.btn-juego:hover{
  color: var(--colorLimon);
  transform: translateY(-5px);
  transition: all .5s;
}

.btn-juego img{
  width: 36px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.btn-juego:hover img{
  transform: scale(1.1);
  transition: all .5s;
}
/* Header */
.header{
  position: fixed;
  left: 0;
  top:0;
  z-index: 99;
  width: 100%;
  padding: 1.6rem 0;
  background: transparent;
}
.link-nav-logo{
  display: block;
}
.logo{
  width: 60px;
  height: auto;
  object-fit: contain;
}
.logowwf{
    width: 70px;
    height: auto;
    object-fit: contain;
}
.logochacov{
    width: 160px;
    height: auto;
    object-fit: contain;
}
.logowwfchacov{
    width: 180px;
    height: auto;
    object-fit: contain;
}
.nav{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.nav.nav-index{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.nav.nav-index .link-nav-logo{
  text-align: center;
}
/*.nav .item-nav:nth-child(1){
  display: inline;
}
.nav.nav-index .item-nav:nth-child(1){
  display: block;
}*/

/* Menu */
.btn-menu{
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--colorBlanco);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 0;
  outline: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.btn-menu .icon-menu{
  display: flex;
}
.btn-menu .icon-close{
  display: none;
}
.btn-menu.change .icon-menu{
  display: none;
}
.btn-menu.change .icon-close{
  display: flex;
}
.menu-body{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  width: 42vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 5rem;
  /*background: url(../images/imagen-menu-2.svg);*/
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(1000%);
  transition: transform .5s;
}
.menu-body.open{
  transform: translateX(0);
  transition: transform .5s;
}
.container-menu-body{
  margin-bottom: 2rem;
}
.list-menu-body{
  font-size: 1.8rem;
  font-family: var(--font-narrow);
  color: var(--colorVerde);
  list-style: none;
  line-height: 1.4;
  padding-left: 0;
  margin-bottom: 0;
}
.list-menu-body li a{
  text-decoration: none;
  display: block;
  padding-top: 0.5rem;
}
footer {
    height:6vh;
    line-height:50px;
    background:transparent;
    color:black;
    text-align:center;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
.list-menu-footer{
  list-style: none;
  padding-left: 0;
  margin-top: 1.6rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
.list-menu-footer li a img {
    height: 36px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.img-terciario{
    width: auto;
    object-fit: contain;
    height: 5vh;
}
.menu-overlay{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  z-index: -1;
  opacity: 0;
  visibility: visible;
  transition: opacity .3s;
}
.menu-overlay.active{
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition: opacity .3s;
}
/* Fin Menu */

/* Fin Header */

/* Seccion Principal */
.seccion-principal{
  width: 100%;
  height: 100vh;
  background-image: url(../images/fondo1.png);
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
/* .contianer-imagen-principal{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
} */
.contianer-imagen-principal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-direction: column;
  margin-top: 2rem;

  /* gap: 1rem; */
}
.img-principal{
  width: auto;
  height: 60vh;
  object-fit: contain;
  visibility: hidden;
  border-radius: 20px;
}
.img-secundario{
    width: auto;
    height: 10vh;
    object-fit: contain;

}
.title-section-principal{
  position: absolute;
  font-family: var(--font-regular);
  font-style: oblique;
  line-height: 1;
  text-align: center;
  color: var(--colorBlanco);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: normal;
  margin-bottom: 0;
  /*opacity: 0;
  visibility: hidden;*/
  height: 0;
  margin-top: 3rem;
}
.dino{
  display: block;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 200px;
  height: 30vh;
  visibility: hidden;
}
.subtitle-banner{
  font-family: var(--font-narrow);
  color: var(--colorBlanco);
  text-align: center;
  width: 28%;
  margin: 0 auto;
  margin-top: 0;
  font-size: 1.75rem;
}
@media screen and (min-width:768px){
  .planta{
    object-fit: contain;
    position: absolute;
    bottom: 0;
    visibility: hidden;
  }
  .planta-izquierda{
    left: 0;
    width: auto;
    height: 80vh;
    visibility: hidden;
  }
  .planta-derecha{
    right: 0;
    width: auto;
    height: 80vh;
    visibility: hidden;
  }
  .principal-claw{
      width: 120vh;
  }
}
/* Seccion Principal */

/* Login */
.contianer-login{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login{
  position: relative;
  padding: 4rem;
  margin-top: 3rem;
  height: 520px;
  aspect-ratio: 1/1;
  -webkit-clip-path: url(#myClip);
  clip-path: url(#myClip);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.login.w-login{
  height: 460px;
}

.login-registro{
  position: relative;
  padding: 4rem;
  margin-top: 3rem;
  height: 585px;
  aspect-ratio: 1/1;
  -webkit-clip-path: url(#myClip);
  clip-path: url(#myClip);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
#modalPremioDirecto .modal-content,
#sticker .modal-content,
#modalPremio .modal-content {
  position: relative;
  padding: 4rem;
  margin-top: 0;
  height: 520px;
  aspect-ratio: 1/1;
  -webkit-clip-path: url(#myClip);
  clip-path: url(#myClip);
  display: flex;
  align-items: center;
  justify-content: center;
}
#modalSinTiempo .modal-content {
  position: relative;
  padding: 4rem;
  margin-top: 3rem;
  height: 585px;
  aspect-ratio: 1/1;
  -webkit-clip-path: url(#myClip);
  clip-path: url(#myClip);
  display: flex;
  align-items: center;
  justify-content: center;
}
#modalSinTiempo .index-premio {
  width: 355px;
}
.modal-content {
  position: relative;
  background-color: transparent;
  background-clip: padding-box;
  border-color: 0;
  border: 0;
}
.modal-backdrop{
  background: rgba(255, 255, 255, .5);
}
@media (prefers-reduced-motion: reduce){
  .modal-content {
    position: relative;
    background-color: transparent;
    background-clip: padding-box;
    border-color: 0;
    border: 0;
  }
  .modal-backdrop{
    background: rgba(255, 255, 255, .5);
  }
}
.btn-close{
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: 10;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  background-image: none;
}
.btn-close img{
  width: 20px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.form-index{
  text-align: center;
  max-width: 305px;
  position: relative;
  z-index: 9;
}

.index-premio{
  display: block;
  width: 305px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 9;
}
.form-body .col-md-6{
  padding-left: 10px;
  padding-right: 10px;
}
.container-text{
  max-width: 400px;
  position: relative;
  z-index: 9;
}
.form-index-registro{
  font-family: var(--fonts-text);
  text-align: justify;
  max-width: 480px;
  position: relative;
  z-index: 9;
}
.form-header{
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1.25rem;
}
.title-form{
  font-size: 2rem;
  font-family: var(--font-narrow);
  color: var(--colortexto);
  margin-bottom: .5rem;
  text-transform: uppercase;
  text-align: center;
}
.cupones{
  font-size: 1.5rem;
  font-family: var(--font-narrow);
  color: var(--colorLimon);
  text-align: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.text-form{
  font-size: 14px;
  font-family: var(--fonts-text);
  color: rgba(53, 83, 98, .8);
  margin-bottom: .9rem;
}
.text-politica{
  font-size: 1rem;
  font-family: var(--fonts-text);
  line-height: 1.8;
  text-align: justify;
  color: rgba(53, 83, 98, .8);
  margin-bottom: .9rem;
  margin-top: 1rem;
}
.link-tel{
  font-size: 1rem;
  font-family: var(--fonts-text);
  letter-spacing: 0.04rem;
  color: var(--colorBlanco);
  background: var(--colorVerde);
  border-radius: 30px;
  border: 0;
  outline: 0;
  max-width: 305px;
  width: 100%;
  height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .4rem;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 1.4rem;
  margin-bottom: 0;
  transition: all .3s;
}
.link-tel img{
  width: 20px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.text-footer{
  font-size: 15px;
  font-family: var(--fonts-text);
  color: rgba(53, 83, 98, .8);
  margin-bottom: 1rem;
  width: 80%;
  margin: 0 auto;
}
.text-footer a{
  color: var(--colorVerde);
  text-decoration: none;
  transition: all .3s;
}
.text-footer a:hover{
  text-decoration: underline;
}
.form-control{
  display: block;
  width: 100%;
  height: 44px;
  border: 1px solid #CCCCCC;
  border-radius: 30px;
  font-size: 14px;
  color: rgba(53, 83, 98, .8);
  margin-bottom: .8rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
  line-height: initial;
  font-family: var(--fonts-text);
}
input {
  line-height: initial;
  font-family: 'Poppins-Regular';
  transform: translateZ(0);
  color: #000;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
  -webkit-text-fill-color: rgba(53, 83, 98, .8);
  -moz-text-fill-color: rgba(53, 83, 98, .8);
  -ms-text-fill-color: rgba(53, 83, 98, .8);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-user-select: text; /* Chrome, Opera, Safari */
  -moz-user-select: text; /* Firefox 2+ */
  -ms-user-select: text; /* IE 10+ */
  user-select: text; /* Standard syntax */
}
input::-webkit-date-and-time-value {
  text-align: left;
  text-align: -webkit-lef;
}
.form-control::placeholder{
  font-size: 14px;
  color: rgba(53, 83, 98, .8) !important;
  line-height: 21;
}
::placeholder, ::-webkit-input-placeholder, ::-moz-placeholder, :-ms-placeholder{
  font-size: 14px;
  color: rgba(53, 83, 98, .8) !important;
  line-height: 21;
}
.form-control:active,
.form-control:focus{
  color: var(--colortexto);
  background-color: var(--colorBlanco);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.form-select{
  border-radius: 30px;
  height: 44px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  color: rgba(53, 83, 98, .8);
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: var(--fonts-text);
}
.form-control::placeholder{
  font-size: 14px;
  color: rgba(53, 83, 98, .8);
  line-height: 21;
}
input[type="date"]{
  display: block;
  text-align: left;
  text-align: -webkit-lef;
}
input[type="date"]::before {
	content: attr(data-placeholder);
	width: 100%;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
	display: none;
}

.btn-form,
#spin_button{
  font-size: 1rem;
  font-family: var(--font-narrow);
  letter-spacing: 0.04rem;
  color: var(--colorBlanco);
  background: var(--colorVerde);
  border-radius: 30px;
  border: 0;
  outline: 0;
  max-width: 305px;
  width: 100%;
  height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  transition: all .3s;
}
.btn-form:hover{
  background: rgba(29, 154, 160, .8);
}
.btn-form.btn-color{
  background: var(--colorVioleta);
}
.btn-form.btn-color:hover{
  background: rgba(112, 56, 181, .8);
}
.error small{
  display: block;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.login>svg,
#modalPremioDirecto .modal-dialog>svg,
#sticker .modal-dialog>svg,
#modalPremio .modal-dialog>svg,
#modalSinTiempo .modal-dialog>svg {
  display: block;
  width: 100%;
  height: 520px;
  position: absolute;
  overflow: hidden;
}
.login.w-login>svg{
  height: 460px;
}
.login-registro>svg {
  display: block;
  width: 100%;
  height: 585px;
  position: absolute;
  overflow: hidden;
}
.img-codigo{
  width: 230px;
  object-fit: contain;
  margin-bottom: 1.25rem;
}
.label-registro{
  position: relative;
  font-size: 14px;
  color: rgba(53, 83, 98, .8);
  padding-right: .8rem;
  margin-bottom: .4rem;
  font-family: var(--fonts-text);
}
.label-registro.no-obl::after{
  display: none;
}
.label-registro::after{
  content: '*';
  position: absolute;
  top: 0;
  right: 0;
  color: #FF254C;
}
.img-confetti{
  height: 62px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-bottom: 2rem;
}
.text-premio{
  font-size: 1rem;
  font-family: var(--fonts-text);
  color: var(--colortexto);
  margin-bottom: 1.25rem;
  width: 58%;
  margin: 0 auto;
  text-align: center;
}
.text-cantidad{
  font-size: 5rem;
  font-family: var(--font-narrow);
  color: var(--colorVerde);
  margin-bottom: 0;
  line-height: 1;
}
.index-footer{
  margin-top: 1.5rem;
}
.list-footer-bottons{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-footer-bottons li a{
  margin-bottom: 1rem;
}
.list-footer-bottons li:last-child a{
  margin-bottom: 0;
}
.confeti{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.modal.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0em) scale(1) rotate(0.001deg);
}
.modal {
  opacity: 0;
  visibility: hidden;
  transition: .5s cubic-bezier(.7, 0, .3, 1);
  transform: translateY(-1em) scale(1) rotate(0.001deg);
}
.modal-body {
  position: relative;
  flex: unset;
}

/* Memoria */
.index-memoria{
  display: block;
  width: 360px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.img-memoria{
  height: 82px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-bottom: 1.25rem;
}
.text-memoria{
  font-size: 18px;
  font-family: var(--fonts-text);
  color: rgba(0, 0, 0, .8);
}
.premio-memoria{
  display: flex;
  align-items: center;
  column-gap: .5rem;
  width: fit-content;
  font-size: 19px;
  font-family: var(--font-narrow);
  color: var(--colorNaranja);
  text-transform: uppercase;
  border-radius: 30px;
  border: 2px solid rgba(204, 204, 204, .8);
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
}
.premio-memoria img{
  height: 20px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.container-ruleta{
  position: relative;
}
.container-ruleta::after{
  content: '';
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 30px;
  background: url(../images/puntero.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.text-girar{
  font-size: 1.4rem;
  font-family: var(--font-narrow);
  color: var(--colorNaranja);
  margin-bottom: 0;
}
/* Fin Memoria */
@media (min-width: 576px){
  .modal {
    overflow: hidden;
  }

  .principal-claw {
      width: 100vh;
  }
}
@media screen and (min-width:2000px){
    .container{
      max-width: 90%;
    }
}

/* Modal de Trivia */
.container-question{
  width: 100%;
  height: 160px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/fondo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 26px;
}
.text-question{
  font-size: 18px;
  font-family: var(--fonts-text);
  font-weight: bold;
  color: var(--colorBlanco);
  margin-bottom: 0;
  text-align: center;
}
.btn-container-question{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.6rem;
}
.btn-container-question .btn{
  font-size: 18px;
  font-family: var(--font-narrow);
  color: var(--colortexto);
  letter-spacing: 0.05rem;
  width: 100%;
  padding: .6rem 2rem;
  border: 1px solid #ccc;
  border-radius: 30px;
}
.btn.correct {
  background-color: var(--colorLimon);
  color: var(--colorBlanco);
}
.btn.incorrect {
  background-color: #f12f2f;
  color: var(--colorBlanco);
}
#modalSinTiempo.modal-static .modal-dialog { -webkit-transform: none !important; transform: none !important; }
/* Fin Modal de Trivia */

.alert{
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.figura{
  height: 300px;
  width: auto;
  object-fit: contain;
  position: absolute;
  z-index: 8;
}
.figura-izquierda{
  left: 22%;
  bottom: 10px;
}
.figura-derecha{
  right: 20%;
  bottom: 10px;
}
.figura-derecha-top{
  right: 25%;
  bottom: 50%;
}
.img-premio-directo{
  height: 200px;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-top: 1rem;
}
#modalSinTiempo .modal-dialog>svg{
  height: 585px;
}
.btn-sticker{
  top: -40px;
}
.img-sticker{
  height: auto;
  width: 100%;
  object-fit: contain;
  margin-top: 1rem;
}
.virtual{
  width: 100%;
  height: 100vh;
}
@media (min-width: 576px){
  #modalSinTiempo .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width:1250px) {
  .figura{
    display: none;
  }
  .dino{
    height: 20vh;
  }
}
@media screen and (max-width:990px) {
  .logo{
    width: 120px;
  }
  .btn-menu{
    width: 44px;
    height: 44px;
  }
  .btn-menu .icon-menu,
  .btn-menu .icon-close{
    width: 20px;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
  .menu-body{
    width: 100vw;
    height: 100vh;
    padding: 2rem;
  }
  .list-menu-body li a{
    font-size: 1.6rem;
  }
  .menu-overlay.active{
    display: none;
  }
  .title-form{
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .w-container-text{
    max-width: 305px;
  }
  .text-memoria,
  .text-politica{
    font-size: 16px;
  }
  .planta {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .planta-izquierda {
    left: 0;
    width: 30%;
    height: auto;
  }
  .planta-derecha {
    right: 0;
    width: 30%;
    height: auto;
  }
  .dino{
    display: none;
  }
  .contianer-login,
  .login-registro{
    height: 100%;
  }
  .seccion-principal{
    padding: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .seccion-principal.section-juego{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .seccion-principal.seccion-perfil{
    height: 100%;
  }
  .login{
    width: 460px;
    margin-top: 4rem;
    padding: 3rem 2rem;
    border-radius: 30px;
    aspect-ratio: unset;
    z-index: 2;
  }
  .login.login-mobile-registro{
    width: 700px;
  }
  .login.login-registro>svg {
    height: 700px;
  }
  .login.login-registro{
    width: 520px;
  }
  /* .login>svg,
  #modalPremioDirecto .modal-dialog>svg,
  #sticker .modal-dialog>svg,
  #modalPremio .modal-dialog>svg,
  #modalSinTiempo .modal-dialog>svg{
    display: none;
  } */

  .index-memoria{
    width: auto;
  }
  .menu-overlay{
    display: none;
  }
  .seccion-principal-h{
    height: 100vh;
  }
  /* .login.w-login{
    height: 380px;
  } */
  .subtitle-banner{
    width: 80%;
  }
  .seccion-principal-codigo{
    height: 100vh;
  }

}

@media screen and (max-width: 768px){
  .img-principal {
    height: 25vh;
  }
  .img-secundario {
    height: 10vh;
  }
  .img-terciario {
    height: 10vh;
  }
  .contianer-imagen-principal {
    margin-top: 0;
    z-index: 2;
  }
  .magnetic {
    padding-left: 10px;
    padding-right: 10px;
  }
  .login{
    width: 460px;
    margin-top: 4rem;
    padding: 2rem 2.6rem;
    border-radius: 36px;
  }
  .index-premio,
  #modalSinTiempo .index-premio{
    width: 100%;
    margin-top: 0;
  }
  #modalPremioDirecto .modal-content,
  #sticker .modal-content,
  #modalPremio .modal-content{
    padding: 0;
    height: 100vh;
    margin-top: 0;
  }
  .modal.show .modal-dialog{
    margin: 0;
    background: var(--colorBlanco);
    max-width: 100%;
    width: 100%;
    height: 100vh;
  }
  .modal-body{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .text-premio{
    width: 70%;
  }
  .btn-form, #spin_button{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #modalSinTiempo .modal-content{
    padding: 2rem;
    margin-top: 0;
    height: 100vh;
  }
  label{
    user-select: initial;
  }
  .form-control{
    font-size: 16px !important;
    color: var(--colortexto) !important;
    user-select: initial;
  }
  .form-control:-internal-autofill-selected {
    color: var(--colortexto) !important;
  }
  .form-control{
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    color: var(--colortexto);
    font-size: 16px !important;
  }
  .form-control:focus{
    color: var(--colortexto) !important;
  }
  .btn-sticker{
    top: -60px;
  }
  .login.login-registro{
    width: auto;
  }
  .login.login-mobile-registro{
    background-color: var(--colorBlanco);
    background-image: url(../images/fondo-modal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: fit-content;
  }
  .login.login-mobile-registro>svg{
    display: none;
  }
  .container-button-play{
    display: block;
  }
  #principal-claw{
      width: 120vh;
  }
}
@media screen and (max-width: 576px){
  #modalSinTiempo .modal-dialog {
    max-width: 100%;
  }
  #sticker .modal-body{
    height: 445px;
    padding: 0 2rem;
    width: 90%;
    margin: 0 auto;
  }
  .img-sticker{
    width: 250px;
  }
  #principal-claw{
      width: 100vh;
  }
}
@media screen and (max-width: 480px){
  #principal-claw{
        width: 100vh;
  }
  .header{
    padding: 1rem;
  }
  .nav.nav-index {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .item-nav-desktop {
    margin-left: auto;
  }
  .img-principal {
    height: 22vh;
  }
  .contianer-imagen-principal{
    margin-top: 2.6rem;
  }
  .subtitle-button-play{
    font-size: 1.4rem;
  }
  .btn-principal,
  .btn-juego{
    font-size: 1rem;
    width: 260px;
    text-align: center;
    justify-content: center;
  }
  .planta {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .planta-izquierda {
    left: 0;
    width: 46%;
    height: auto;
  }
  .planta-derecha {
    right: 0;
    width: 46%;
    height: auto;
  }
  .login {
    padding: 2.4rem 1.4rem;
  }
  .login.login-text{
    padding: 2rem;
  }
  .img-codigo{
    width: 200px;
  }
  .btn-sticker{
    top: 0;
    right: 20px;
  }
  .login{
    width: 100%;
    height: auto;
    background: url(../images/fondo-modal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .modal.show .modal-dialog{
    background: transparent;
    height: auto;
  }
  #modalSinTiempo .modal-content{
    height: 445px;
  }
  .modal-body{
    height: auto;
  }
  #modalPremioDirecto .modal-dialog>svg,
  #sticker .modal-dialog>svg,
  #modalPremio .modal-dialog>svg,
  #modalSinTiempo .modal-dialog>svg {
    display: block;
    width: 96%;
    height: 500px;
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/fondo-modal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .seccion-principal,
  .seccion-principal.section-juego{
    display: block;
  }
  .text-premio{
    width: 80% !important;
  }
}
@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {

}

.container-claw:hover .imagen {-webkit-transform:scale(1.3);transform:scale(1.3);}


.principal-claw {
    width: 130vh;
}

.principal-claw:hover {
    /*filter: blur(1px);*/
}

.container-logo {
    width: 80%; margin-top: 5%; margin-bottom: auto
}
