 :root {
    --primary-green: #5cb85c; /* A vibrant green similar to the image */
    --light-green-border: #c0e6c1; /* Lighter green for step borders */
    --dark-text: #333333;
    --white-text: #ffffff;
    --light-bg: #f9f9f9;
}
.guthen {
  font-family: GuthenBlootsBasic;
  font-size: 1.3em;
}
.desk-only{
  display: block;
}
.mob-only{
  display: none;
}
.d-none{
  display: none !important;
}
.txt-morado {
  color: #642a72 !important;
}
.txt-blanco {
  color: #fff !important;
}
.modal-overlay {
  /* background: none !important; */
  background: rgb(0 0 0 / 48%) !important;
  backdrop-filter: blur(20px) !important;
  opacity: 1 !important;
}
.puzzle {
  background-blend-mode: multiply;
  width: 100%;
  max-width: 620px;
  border-radius: 20px;
  padding: 1em 6em 3em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5em;
  position: relative;
  overflow: hidden;
  /*border: 1px solid #fff;*/
}

.puzzle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  transform: rotate(-15deg) scale(2);
  /*background: linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.12));*/
}

.puzzle > * {
  z-index: 1;
}


.tile,
.answer {
  height: 0;
  padding-bottom: 100%;
  grid-area: var(--area, auto);
  border: none;
  background: url("../img/website/2022/dinamica/thumbail_puzzle.jpg");
  background-size: 300%;
}

.tile {
  cursor: pointer;
}

.tile--empty {
  cursor: auto;
}

.tile:focus {
  outline: 2px solid hsl(360, 98%, 42%);
}

.tile[disabled] {
  cursor: not-allowed;
}

.answer {
  grid-column-end: span 1;
  width: 100%;
  justify-self: flex-end;
  background-size: 100%;
  box-shadow: inset 0 0 0 0.2em #444;
}

.tile--empty {
  background: transparent;
}
.tile--1 {
  background-position: top left;
}
.tile--2 {
  background-position: top center;
}
.tile--3 {
  background-position: top right;
}
.tile--4 {
  background-position: center left;
}
.tile--5 {
  background-position: center;
}
.tile--6 {
  background-position: center right;
}
.tile--7 {
  background-position: bottom left;
}
.tile--8 {
  background-position: bottom center;
}

h2 {
  margin: 0;
  font-size: 1.8em;
}

.heading span {
  font-size: 1em;
  line-height: 2.4em;
}

.heading {
  align-self: center;
  grid-column-end: span 2;
  text-align: center;
}

@keyframes popIn {
  from {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: scale(0.6);
    transition: opacity, scale, 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}

#formulario {
  /* background-image: url("../img/website/Fondo_Juego.jpg"); */
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 0px;
  background-size: cover;
}

.submitBtn {
  width: 181px;
  background-color: #642a72 !important;
  border-radius: 20px !important;
  padding: 0 !important;
}

input {
  border: 0.7px solid gray !important;
  background-color: white !important;
}

small {
  padding-top: 0px;
}

.fontMovi {
  color: #666666;
}

.fontMoviBlanca {
  color: #ffffff;
}

.teleRegular {
  font-family: "Telefonica";
  font-weight: normal;
  font-style: normal;
}

.teleBold {
  font-family: "Telefonica";
  font-weight: bold;
  font-style: normal;
}

#table-container-table_wrapper {
  width: 70% !important;
  margin: auto !important;
}

.font45 {
  font-size: 45px;
}

.font40 {
  font-size: 40px;
}

.font30 {
  font-size: 30px;
}

.font20 {
  font-size: 20px !important;
}

.font18 {
  font-size: 18px;
}

.font17 {
  font-size: 17px !important;
}

.font15 {
  font-size: 15px !important;
}

.font13 {
  font-size: 13px;
}
.font12 {
  font-size: 12px !important;
}

.font18-font13 {
  font-size: 13px !important;
}

#divFile {
  background-color: transparent !important;
  color: #642a72;
  width: 100%;
  max-width: 181px;
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid #642a72;
  display: block;
  float: none;
  height: 36px;
  line-height: 36px;
}

nav {
  background-color: #f4f5f7 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 59px !important;
  max-width: 1440px;
  margin: 0 auto;
}

nav img {
  padding-left: 10px;
  width: 5%;
}

nav li a {
  padding: 30px;
}

#divShowMsg {
  padding: 50px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
  position: relative;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  width: 100%;
  background: rgba(239, 239, 239, 1);
}

.font20-12 {
  font-size: 20px;
}
.font40-font30 {
  font-size: 40px !important;
}
.font40-font30 {
  font-size: 40px !important;
}
.font40-font30 {
  font-size: 30px !important;
}

.font40-font36 {
  font-size: 40px !important;
}

.font60-font50 {
  font-size: 60px !important;
}

/*
#divRow2Imgs{
    height: 100%;
}*/

#buttonstart {
  letter-spacing: 9.5px;
}

select {
  color: #666666 !important;
}

.select-wrapper input.select-dropdown {
  color: #666666 !important;
}

/*Estilos Cierre*/
.bannerCierre {
  width: 30%;
}
.paddingParrafo {
  padding-right: 20%;
  padding-left: 20%;
}
/* Fin de estilos cierre*/

.soloDesktop {
  display: block;
}

.soloMobile {
  display: none;
}
#imgLogo {
  width: 15%;
  position: absolute;
  top: 180px;
  left: 80px;
}

.imgApp {
  width: 100%;
}

#imgbannerfelicidades {
  width: 40%;
}

#imgbanner {
  width: 80%;
}

#imgInstrucciones {
  width: 50%;
}

#textoApp {
  font-size: 12px;
  line-height: 0;
}

#appmovistar {
  width: 50%;
}

#descApp {
  text-align: justify;
}

#textoListo {
  width: 50%;
}
#fupForm {
  margin-top: 40px;
}
.d-none {
  display: none !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }
        .d-sm-block {
        display: block!important
    }
}

@media only screen and (max-width: 522px) {
  nav img {
    width: 13%;
  }

  nav li a {
    font-size: 0.75rem !important;
    padding: 0px 4px !important;
  }
  #table-container-table_wrapper {
    width: 100% !important;
    margin: auto !important;
  }
  #relojfinal {
    font-size: 20px;
  }
  #movimientosfinal {
    font-size: 20px;
  }
  #divShowMsg {
    padding: 0px;
    background: unset;
    opacity: unset;
  }
  .font18-font13 {
    font-size: 13px !important;
  }
  .font40-font30 {
    font-size: 30px !important;
  }
  .font40-font30 {
    font-size: 40px !important;
  }
  .font40-font36 {
    font-size: 36px !important;
  }
  .font60-font50 {
    font-size: 50px !important;
  }
  #divResultado {
    height: 300px;
  }
  #btnSend {
    width: 100%;
  }
  #buttonstart {
    letter-spacing: 0.5px;
  }

  /*Estilos Cierre*/
  .bannerCierre {
    width: 90%;
  }
  .paddingParrafo {
    padding-right: 0;
    padding-left: 0;
  }
  /* Fin de estilos cierre*/

  .soloDesktop {
    display: none;
  }

  .soloMobile {
    display: block;
  }
  #imgLogo {
    width: 90%;
    position: relative;
    top: auto;
    left: auto;
  }
  .imgApp {
    width: 50%;
  }

  #imgbannerfelicidades {
    width: 80%;
  }

  #juego {
    margin-top: 0px;
    background-size: cover;
    width: 100%;
  }

  #formulario {
    /* background: url("../img/website/Fondo_MB.jpg"); */
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 0px;
    background-size: cover;
  }

  #imgbanner {
    width: 90%;
  }

  #imgInstrucciones {
    width: 90%;
  }

  #textoApp {
    font-size: 20px;
  }

  #descApp {
    text-align: center;
  }

  #textoListo {
    width: 90%;
  }

  #appmovistar {
    width: 40%;
  }
}

@media only screen and (max-width: 365px) {
  nav img {
    width: 10%;
  }

  nav li a {
    font-size: 0.6rem !important;
    padding: 0px 2px !important;
  }

  .font20-12 {
    font-size: 12px;
  }
}

/** Promo 2022**/
@font-face {
  font-family: "GuthenBlootsBasic";
  src: url("../fonts/GuthenBloots/Guthen-Bloots-Basic.woff2") format("woff2"),
    url("../fonts/GuthenBloots/Guthen-Bloots-Basic.woff") format("woff"),
    url("../fonts/GuthenBloots/Guthen-Bloots-Basic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.guthen {
  font-family: GuthenBlootsBasic;
  font-size: 1.3em;
}
.indicaciones {
  display: block;
  /*width: 1440px;*/
  max-width: 1440px;
  position: relative;
  background-image: url(../img/website/2023/desk/bg-desk-V2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px !important;
  /* padding-bottom: 20px; */
  overflow: hidden;
}
#divBanner {
  display: none;
}
.indicaciones .wrapperBlock, .registro2022 .wrapperBlock {
  width: 100%;
  margin: 0px auto 7%;
  /* background-color: rgba(11, 39, 57, 0.25); */
  border-radius: 39px;
  /* backdrop-filter: blur(3px); */
  padding: 0;
}
.indicaciones p {
  color: #fff;
}
.indicaciones .titleInstrucciones,
.title-game-wrapper .titleInstrucciones {
  font-size: clamp(1.375rem, 1.125rem + 1.1111vw, 2.125rem);
  color: #0a2739;
  line-height: 1.3;
  font-family: "Telefonica";
}
.indicaciones .Instrucciones {
  font-size: clamp(0.875rem, 0.6396rem + 1.3746vw, 1.125rem);
}
p.subtitleInstrucciones {
  font-family: "Telefonica";
  font-size: clamp(1.0625rem, 0.8125rem + 1.1111vw, 1.8125rem);
  line-height: 1.3;
  margin: 0;
  color: #fff;
}
.indicaciones .wrapperPasos {
  background: url(../img/website/2023/desk/CONTENEDOR-HOME-DESK.png);
  text-align: left;
  width: 100%;
  margin: 35px auto 0;
  max-width: 483px;
  /* min-width: 360px; */
  padding: 60px 0 40px;
  border-radius: 10px;
  background-size: 100%;
}
.indicaciones .TitlePasos {
  text-align: center;
  color: #0b2739;
  font-size: clamp(0.875rem, 0.2865rem + 3.4364vw, 1.5rem);
  font-family: "Telefonica";
}

.indicaciones .box {
  display: flex;
  align-items: center;
  padding: 14px 0;
}
.indicaciones .box img {
  width: 30px;
}
.indicaciones .box.box5 {
  align-items: flex-start;
}
.indicaciones .box p {
  font-size: clamp(1.0625rem, 0.9583rem + 0.463vw, 1.375rem);
  /* font-weight: bold; */
  font-family: "Telefonica";
  padding-left: 5px;
  margin: 0;
  line-height: 1;
}

/* .box5 img {
  padding-top: 10px;
} */

.wrapperSmall {
  margin: 20px 0;
}
.last-child {
  margin: 15px 0 0;
}
.last-child p {
  margin: 0;
  font-weight: 300;
}
/*
.last-child p:first-child {
    font-size: 20px;
}
*/
.last-child p a {
  color: #fff;
  text-decoration: underline;
  font-family: "Telefonica";
}
/*.TyC {
    position: absolute;
    left: 50%!important;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 5
    ;
    font-family: 'Telefonica';
    font-weight: 300;
    font-size: 14px;
    
}*/
.TyC {
  position: relative;
  font-family: "Telefonica";
  font-weight: 300;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  color: #fff;
}
.TyC p,
.TyC a {
  color: #0a2739 !important;
  margin: 0;
  font-size: 15px;
}
.TyC a {
  text-decoration: underline;
}
.TyC.footer2023 p, .TyC.footer2023 a{
    color: var(--blanco)!important;
    margin: 0;
    font-size: 1rem;
}
.indicaciones #buttonstart {
  letter-spacing: 0;
  text-transform: initial;
  padding: 0 70px !important;
}
#juego {
  background: url(../img/website/2023/desk/bg-desk-large-v2.jpg) no-repeat
    bottom;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.bgBlur {
  width: 55%;
  margin: 50px auto 20px;
  /* background-color: rgba(11, 39, 57, 0.25); */
  border-radius: 39px;
  /* backdrop-filter: blur(3px); */
  padding: 0 2% 0;
  max-width: 724px;
}
#juego .title {
  color: #fff;
  font-size: clamp(0.875rem, 0.2865rem + 3.4364vw, 1.5rem);
  line-height: 1;
  max-width: 455px;
  font-weight: 300;
}
.timer {
  border: 1px solid #fff;
  padding: 10px 0;
  border-radius: 20px;
  width: 100%;
  max-width: 620px;
}
.timer div {
  color: #fff;
  font-weight: 300;
}
.timer #reloj,
.timer #movimientos {
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.timer img {
  width: 60px;
  height: 60px;
}
.timer .box {
  display: flex;
  align-items: center;
}
.timer .box p {
  margin: 0;
  padding-right: 10px;
  font-size: 16px;
}
.info_folio {
  margin-bottom: 20px;
}
.borders {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.wrapperForm input {
  text-align: center;
}


.wrapperForm input::-webkit-input-placeholder {
  text-align: left;
  /* padding-left: 20px; */
  color: #c2c2c2;
}

.wrapperForm input:-moz-placeholder {
  text-align: left;
  /* padding-left: 20px; */
  color: #c2c2c2;
}

.registro2022 #formulario {
  /* background: url(../img/website/2023/desk/bg-desk-large-v2.jpg) no-repeat */
  margin: 0;
  background-size: cover;
  height: auto;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.bgform-Green {
  /* background: url(../img/promociones-calaverita/FORMULARIO/bg-formulario.png) no-repeat; */
  background-size: 100% 100%;
  width: 650px;
  margin: 0 auto 2vw;
  padding: 60px 0 25px;
  border-radius: 10px;
}
.wrapperForm {
  width: 100%;
  margin: 0 auto;
  /* text-align: center; */
  /* max-width: 620px; */
  /* color: #fff; */
}
.bgform-Green .formWidth {
  width: 470px;
  margin: 0 auto !important;
}
.wrapperForm .wrapperScroll {
  /*border: 1px solid #fff;*/
  border-radius: 20px;
  height: 740px;
  /*overflow-y: auto;*/
  padding: 1% 0;
  font-family: "Telefonica";

  border-radius: 39px;
  /* backdrop-filter: blur(3px); */
  height: 100%;
  margin: 0 0 10%;
}
.wrapperForm h5 {
  margin: 0;
  font-size: 22px;
  padding: 20px 0 0;
  text-align: left;
}
.wrapperForm p {
  margin: 10px 0;
  font-size: clamp(1.1875rem, 1rem + 0.8333vw, 1.75rem);
  line-height: 1.3;
}
.wrapperForm input {
  border-radius: 5px !important;
  text-align: left;
  padding-left: 10px !important;
  border: none !important;
}
.wrapperForm select.browser-default {
  border-radius: 5px !important;
  text-align: left;
  width: 100%;
  font-size: 1em;
  padding: 0.8rem 0.5rem 0.8rem 1.25rem;
  /* border: 1px solid #333; */
  font-family: inherit;
  /** for the dropdown indicator */
  appearance: none;
  background: #fff
    url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")
    no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  color: #c2c2c2 !important;
}
.registro2022 .wrapperTxt {
  text-align: center;
}
.registro2022 .titleForm {
  color: #0a2739;
  font-size: clamp(1.375rem, 1.125rem + 1.1111vw, 2.125rem);
  line-height: 1;
  margin: 30px 0 25px;
  font-family: "Telefonica";
}
.registro2022 .subtitleForm {
  font-size: 22px;
}
.registro2022 .terms-aviso p {
  text-align: initial !important;
}

/*
.#juego #juego {
    background-image: url(../img/website/2022/dinamica/fondo_desk_rompecabezas.png);
    background-size: contain;
    background-position: top;
    height: 1000px;
    position: relative;
}*/
#juego .title {
  color: #fff;
  font-size: clamp(0.875rem, 0.2865rem + 3.4364vw, 1.5rem);
  line-height: 0;
  max-width: 455px;
  font-weight: 300;
}

.bgFelicidades {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /* background: url('../img/nestle_95/bg_thanks.jpg') no-repeat bottom; */
  background-size: cover;
  position: relative;
  overflow: hidden;
  /* padding-top: 50px; */
}
.bgFelicidades .title {
  font-size: clamp(3.0625rem, 2.8958rem + 0.7407vw, 3.5625rem);
  font-family: "Telefonica";
  font-weight: bold;
  margin: 20px 0 20px;
  line-height: 1;
}
.bgFelicidades .subTitle {
  font-size: clamp(0.875rem, 0.2865rem + 3.4364vw, 1.5rem);
  font-family: "Telefonica";
  font-weight: 300;
}
.info-premios p {
  font-size: clamp(1.375rem, 1rem + 1.6667vw, 2.5rem);
  font-family: "Telefonica";
}
.bgFelicidades P {
  /* color: #fff; */
  margin: 0;
}
.wrapperinfoResultsTxt p {
  font-size: clamp(1.0625rem, 0.9792rem + 0.3704vw, 1.3125rem);
  line-height: 1.3;
}
.wrapperResults {
  /*border: 1px solid #fff;*/
  padding: 0;
  border-radius: 20px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  /* height: 692px;*/
  overflow-y: auto;
  font-family: "Telefonica";
}
.titelResultado {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5625rem);
}
.boxAlert {
  margin: 0 0 20px;
}
.boxAlert p {
  font-size: 18px;
}
.boxAlert img {
  vertical-align: middle;
  padding-right: 20px;
}
.wrapperResults #btnTest {
  border-radius: 50px !important;
}
/* #divScreen {
  margin-top: 20px;
} */
.folio-bgGreen {
  background: url(../img/website/2023/desk/CONTENEDORES-test2.png) no-repeat
    center;
  background-size: contain;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
#divScreen .font18 {
  font-weight: 300;
}
#pNumber,
#pTime,
#pMoves,
#pDate {
  font-weight: bold;
}
.rrss {
  margin-bottom: 0 !important;
}
.rrss p {
  margin-bottom: 0;
  font-weight: 300;
}
.rrss img {
  padding: 5px;
}
.cintilloAzul {
  width: 70%;
  padding: 20px 0 0;
  background: url(../img/website/2022/resultados/cintillo-banner-desk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0 !important;
}
.cintilloAzul p {
  text-align: left;
  font-size: 20px;
}

.imgAPP {
  text-align: left;
}
.wrapperLogosApps {
  display: block;
}
.imgAPPTwo {
  display: none;
}
.modal {
  background: url(../img/website/2023/desk/BG-POP-UP-REGISTRO-DESK-V2.jpg)
    no-repeat !important;
  background-size: cover !important;
  top: 20% !important;
  width: 50% !important;
  max-width: 650px;
  border-radius: 30px !important;
  font-family: "Telefonica";
}
.modal-head {
  background: url(../img/website/2023/desk/HEADER-POP-UP-REGISTRO-DESK.png)
    bottom no-repeat !important;
  padding: 30px 0;
}
.modal .modal-footer {
  background: transparent !important;
}
.modal-content.promo22 {
  text-align: center;
  padding: 0 0 30px !important;
  position: relative;
}
p.tilteModal {
  font-size: clamp(0.9375rem, 0.75rem + 0.8333vw, 1.5rem);
  margin: 0;
  color: #fff;
  line-height: 1.3;
}
p.subtilteModal {
  font-size: clamp(0.9375rem, 0.875rem + 0.2778vw, 1.125rem);
  margin-top: 5px;
  color: #fff;
  padding: 10px;
}
.questions p,
.questions label {
  color: #fff;
}
.questions p {
  font-size: clamp(0.9375rem, 0.875rem + 0.2778vw, 1.125rem);
  font-weight: bold;
}
.questions .q_alerts p {
  font-weight: normal;
}
.modal-footer a {
  background: #642a72;
  color: #fff;
  width: 150px;
  border-radius: 35px;
  font-size: 12px;
  margin: 0 !important;
  /* padding: 11px 
  ; */
}
.myClose {
  position: absolute;
  right: 25px;
  top: 10px;
  border: 2px solid #000;
  padding: 2px 7px;
  border-radius: 50%;
  font-size: 10px;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.inputs-wrapper .radio span {
  color: #fff;
}
.inputs-wrapper input:checked + span {
  color: #642a72;
}
/****/
.questions [type="radio"]:not(:checked),
.questions [type="radio"]:checked {
  z-index: 10;
  opacity: 0 !important;
}
.inputs-wrapper [type="radio"] + span:before,
[type="radio"] + span:after {
  left: -22px !important;
  top: 0 !important;
}
.inputs-wrapper [type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  padding-left: 10px !important;
}
.inputs-wrapper [type="radio"]:checked + span:after,
.inputs-wrapper [type="radio"].with-gap:checked + span:after {
  background-color: #642a72;
  box-shadow: inset 0 0 0 0.2375em #009ef7;
}

.inputs-wrapper [type="radio"]:not(:checked) + span:before,
.inputs-wrapper [type="radio"]:not(:checked) + span:after {
  border: 2px solid #642a72;
}
.inputs-wrapper [type="radio"]:checked + span:after,
.inputs-wrapper [type="radio"].with-gap:checked + span:before,
.inputs-wrapper [type="radio"].with-gap:checked + span:after {
  border: 2px solid #642a72;
}
/***/
.wrapperinfoResultsTxt p {
  font-weight: 300;
}
#divScreen p:nth-child(odd) {
  /* font-weight: 300; */
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
.wrapperForm .wrapperScroll,
.wrapperResults {
  scrollbar-width: thin;
  scrollbar-color: rgb(196, 196, 196) #fff;
}

/* Chrome, Edge, and Safari */
.wrapperForm .wrapperScroll::-webkit-scrollbar,
.wrapperResults::-webkit-scrollbar {
  width: 10px;
}

.wrapperForm .wrapperScroll::-webkit-scrollbar-track,
.wrapperResults::-webkit-scrollbar-track {
  background: #fff;
}

.wrapperForm .wrapperScroll::-webkit-scrollbar-thumb,
.wrapperResults::-webkit-scrollbar-thumb {
  background-color: rgb(196, 196, 196);
  border-radius: 10px;
}
.ft26 {
  font-size: 26px;
}
.overlap-chica {
  width: auto !important;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0 !important;
  height: auto;
  padding: 0 !important;
  max-height: 434px;
}
.overlap-chica img {
  max-width: 559px;
  width: 33vw;
}
.terms-aviso .acepto-1  [type="checkbox"].filled-in:not(:checked)
  + span:not(.lever):after {
  background: #fff;
  border: 1px solid #333;
}
.terms-aviso [type="checkbox"].filled-in:checked + span:not(.lever):after {
  border: 1px solid #333 !important;
  background-color: #fff;
}
.terms-aviso [type="checkbox"].filled-in:checked + span:not(.lever):before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.centerWidth {
  width: 100%;
  margin: 0 auto;
}
.input-field .submitBtn {
  border-radius: 50px !important;
  /* padding-left: 80px !important;
  padding-right: 80px !important; */
}
.bannerLP {
  line-height: 0;
}
.bannerLP img {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
p.infotxtForm {
  font-size: clamp(1.125rem, 1.1042rem + 0.0926vw, 1.1875rem);
  font-weight: 300;
  text-align: center;
}
.TyC.footer2023 {
    background: var(--azul);
    padding: 39px 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
/* .premio_fisico,
.premio_digital {
  display: none; 
} */
.copys_modal1 p.tilteModal {
  padding: 25px 0 25px;
}
.copys_modal3 .title-M3 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin: 0;
}
p.body-copy-M3 {
  color: #fff;
  font-size: clamp(1.625rem, 1.2917rem + 1.4815vw, 2.625rem);
  margin: 0;
}
.copys_modal1 .cta-M1,
.copys_modal3 .cta-M3 {
  width: 181px;
  margin: 20px auto 0;
  background-color: #642a72 !important;
  border-radius: 20px !important;
  color: #fff;
}
.copys_modal3 .cta-M3 {
  display: none;
}
.copys_modal3 .cta-M3 a {
  color: #fff;
  padding: 5px 0;
  display: block;
}

@media (max-width: 1440px) {
  .indicaciones,
  #juego,
  .registro2022 #formulario,
  .bgFelicidades {
    background-size: cover !important;
  }
}
@media (max-width: 600px) {
  .indicaciones {
    width: 100%;
    background: url(../img/website/2023/mob/webp/BACK-MOBILE.webp);
    background-size: cover !important;
    padding-bottom: 0;
  }
  .registro2022 #formulario {
    /* background-image: url(../img/website/2023/mob/webp/BACK-MOBILE.webp); */
    background-size: cover !important;
    background-position: center 115%;
    /*height: 1400px;*/
    padding-bottom: 0;
  }
  #juego {
    background-image: url(../img/website/2023/mob/webp/BACK-MOBILE.webp);

    /*background-size: contain!important;*/
  }
  .bgFelicidades {
    /* background-image: url(../img/website/2023/mob/webp/BACK-MOBILE.webp); */
    /*background-size: contain!important;*/
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    /*height: 1100px;*/
  }
  .indicaciones .titleInstrucciones {
    padding-top: 0;
  }
  .indicaciones .wrapperBlock,
  .registro2022 .wrapperBlock {
    width: 100%;
    margin: 20px auto 0;
    /*border: 1px solid #fff;*/
    border-radius: 20px;
  }
  .indicaciones .last-child {
    margin: 15px 0 0;
  }
  .indicaciones .wrapperPasos {
    width: 70vw;
    min-width: initial;
    background-size: 100% 100%;
    background-position-x: 5%;
  }
  .indicaciones .wrapperPasos .boxWrapper {
    width: 56vw;
    margin: 0 2vw 0 auto;
  }
  .indicaciones .subtitleInstrucciones {
    padding: 0px;
    margin: 0;
  }
  .timer .box {
    display: block;
  }
  .borders {
    border-left: unset;
    border-right: unset;
    margin: 20px 0;
  }
  .borders:before {
    content: "";
    display: inline-block;
    border: 1px solid #fff;
    width: 70%;
  }
  .borders:after {
    content: "";
    display: inline-block;
    border: 1px solid #fff;
    width: 70%;
  }
  .puzzle {
    width: 80%;
    padding: 0 0.5em 3em;
  }
  #juego .title {
    line-height: 1;
  }
  .file-field .file-path-wrapper {
    padding: 0;
  }
  .folio-bgGreen {
    background-size: 100% 100%;
    margin: 20px auto;
  }
  #divFile {
    max-width: 150px;
  }
  .registro2022 .input-field p {
    /* text-align: left; */
    font-size: 17px;
  }
  /* .bgFelicidades .title {
    margin-bottom: 0;
  } */
  /* .wrapperinfoResultsTxt {
    padding: 0 18% !important;
  } */
  .wrapperResults {
    width: 90%;
  }
  .cintilloAzul {
    width: 90%;
  }
  .cintilloAzul p {
    font-size: 18px;
    padding: 15px 0;
  }
  .wrapperLogosApps {
    display: none;
  }
  .imgAPPTwo {
    display: block;
  }
  .cintilloAzul {
    background: url(../img/website/2022/resultados/cintillo-banner-mob.png);
    background-repeat: no-repeat;
    padding: 25px 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    border-radius: 20px;
  }
  /*
        .wrapperResults{
            height: 770px;
        }*/
  .boxAlert p {
    font-size: 18px;
  }
  .wrapperTYTitle {
    text-align: center;
    padding: 10px 0 0px !important;
  }
  .modal {
    width: 90% !important;
  }
  .modal-content.promo22 {
    padding: 0 0 30px !important;
  }
  .bgBlur {
    width: 100%;
    padding: 0 2% 0%;
  }
  .bgFelicidades .bgBlur .row {
    margin-bottom: 0;
  }
  .overlap-chica {
    width: auto !important;
    display: flex;
    position: relative;
    bottom: unset;
    right: unset !important;
    height: auto;
    max-height: unset;
    margin: 0 auto;
    text-align: center;
    float: none !important;
  }
  .overlap-chica img {
    width: 90%;
    margin: 25px auto 0;
  }
  .centerWidth {
    width: 90%;
    margin: 0 auto;
  }
  .modal .questions {
    width: 90%;
  }
  .wrapperBlock .txt-introBG {
    width: 85vw;
  }
  .bgform-Green {
    width: 100%;
    padding: 70px 0 30px;
    background: url(../img/website/2023/mob/CONTENEDOR-FORMULARIO-MOB.png)
      no-repeat;
    background-size: 100% 100%;
  }
  .bgform-Green .formWidth {
    width: 100%;
    padding: 0 2% 0 12%;
  }
  .wrapperForm .wrapperScroll {
    margin: 0;
  }
  .footer-chica-MOB img {
    width: 100%;
    transform: translateY(30px);
  }
  .indicaciones .box img {
    width: 23px;
  }
  .TyC.footer2023 p {
    padding-right: 0;
  }
  .submitBtn {
    width: 150px;
  }
  .font20 {
    font-size: 17px !important;
  }
}

@media (max-width: 393px) {
  .wrapperResults {
    padding: 20px 0 0;
  }
  .indicaciones .TitlePasos {
    margin: 10px 0;
  }

  .wrapperSmall {
    margin: 8px 0;
  }
  .boxAlert p {
    font-size: 16px;
  }
  .boxAlert {
    margin: 0px 0 10px;
  }
  .cintilloAzul {
    width: 95%;
  }
}
@media (max-width: 375px) {
  /*
        .registro2022 #formulario{
            background-position: center -273px;
            height: 1335px;
        }*/
  .indicaciones .subtitleInstrucciones {
    padding: 0px 30px;
    line-height: 1.2;
  }
  .bgFelicidades {
    background-size: cover !important;
    background-position: center -40px;
    height: 1040px;
  }
}

/** End Promo 2022**/
.questions {
  width: 55%;
  margin: 40px auto 0;
  text-align: center;
}
.questions input {
  display: inline-block;
  margin: 10px 0;
}

.questions .btn-submit {
  background: #642a72;
  color: #fff;
  width: 100%;
  max-width: 170px;
  border-radius: 35px;
  font-size: 12px;
  margin: 0 !important;
  text-align: center;
}
.inputs-wrapper {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}
.modal-footer {
  display: none;
}
.q_answer,
.q_incorrect,
.q_error {
  display: none;
  margin-top: 10px;
  color: #fff;
}
.questions [type="radio"]:not(:checked),
.questions [type="radio"]:checked {
  position: relative;
  opacity: initial;
  pointer-events: initial;
}
.questions label {
  font-size: 15px;
  display: none;
}
.btn-wrapper {
  text-align: center;
  margin-top: 30px;
}
.title-game-wrapper {
  margin-bottom: 50px;
}
.titleJuego {
  font-size: clamp(1.125rem, 0.6225rem + 2.5126vw, 1.4375rem);
  font-weight: bold;
  font-family: "Telefonica";
  margin-bottom: 5px;
}
.subtitleJuego {
  font-size: 17px;
  font-family: "Telefonica";
  margin: 0;
}
.txt-espera-regalo {
  font-size: clamp(1.125rem, 0.6225rem + 2.5126vw, 1.4375rem);
  font-weight: bold;
}
.flexbox-equal {
  display: flex;
  flex-wrap: wrap;
}
.flexbox-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.save-btn {
  width: 100%;
}
.premio.plan-ilimidatos,
.premio.smartphone,
.premio.cupon,
.save-btn {
  display: none;
}
.rrss-wraper ul li {
  display: inline-block;
}
/**Memorama**/
.grid {
  width: 50%;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.card {
  width: 150px;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.5s !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 10;
}

.card.active {
  transform: rotateY(180deg);
}

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  visibility: hidden;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.card-text p {
  padding: 5%;
  font-size: clamp(9px, 1.2vw, 13px);
  line-height: 1.3;
}
.card.active .card-text {
  visibility: visible;
}
.card.active .card-text img {
  width: 100%;
}
/**End Memorama**/
.txt-introBG {
  background: url(../img/website/2023/desk/CONTENEDORES-test2.png) no-repeat
    center;
  background-size: contain;
  width: 74%;
  margin: 0 auto;
  padding: 30px 0;
  /* display: none; */
}
.boxWrapper {
  width: 382px;
  margin: 0 auto;
}
#juego p.footerCards {
  color: #fff;
  font-size: clamp(1.4375rem, 0.9583rem + 2.1296vw, 2.875rem);
  margin: 10px 0 40px;
}
.overlap-galleta {
  position: absolute;
  left: -107px;
  top: 25%;
}
.overlap-galleta.overlap-gform {
  top: 32%;
}
.copo.overlap-cform {
  bottom: 32%;
}
.overlap-galleta-juego {
  position: absolute;
  left: -107px;
  top: 40%;
}
.overlap-galleta img,
.overlap-galleta-juego img {
  width: 24vw;
  max-width: 300px;
}
.copo {
  position: absolute;
  right: -110px;
  bottom: 23%;
}
.copo-juego {
  position: absolute;
  right: -110px;
  bottom: 13%;
}
.copo img,
.copo-juego img {
  max-width: 300px;
  width: 24vw;
}
.overlap-galleta-tanks {
  position: absolute;
  left: -65px;
  top: 27%;
}
.copo-tanks {
  position: absolute;
  right: -110px;
  bottom: 35%;
}
.overlap-galleta-tanks img {
  width: 15vw;
  max-width: 300px;
}
.copo-tanks img {
  width: 24vw;
  max-width: 300px;
}

.copys_modal1,
.copys_modal3 {
  /* display: none; */
}
@media (max-width: 600px) {
  .grid {
    width: 85vw;
  }
  .card {
    width: 26vw;
    height: auto;
  }
  .title-game-wrapper {
    margin-bottom: 0;
  }
  #juego p.footerCards {
    margin: 20px 0 0;
  }
  .overlap-galleta {
    left: -10%;
    top: 26%;
  }
  .copo {
    right: -10%;
    bottom: 40%;
  }
  .overlap-galleta-juego {
    left: -12vw;
    top: 25%;
  }
  .copo-juego {
    right: -40px;
    bottom: 35%;
  }
  .overlap-galleta-tanks {
    left: -7%;
    top: 28%;
  }
  .overlap-galleta-tanks img {
    width: 20vw;
  }
  .copo-tanks {
    right: -13%;
    bottom: 50%;
  }
}
@media (max-width: 370px) {
  .card-text p {
    font-size: clamp(9px, 1.2vw, 13px);
  }
}
.btnGuardar-wrapper {
  padding-bottom: 8%;
}
.copys_modal3 img {
  width: 100px;
  margin: 20px 0 0;
}
span#spanFile {
  text-transform: none;
}
.wrapperForm #textoFile {
  background-color: transparent !important;
  color: #642a72;
  height: 25px;
}
.inputs-wrapper.radios [type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  cursor: initial !important;
}
/* Agradecimiento */
.agradecimiento {
  background: url(./img/website/2024/Back_Desk_01.webp) no-repeat;
  /* height: calc(100vh - 64px);
  background-size: 100%;
  background-position: center bottom; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}
.agradecimiento img {
  width: 60%;
}
.agradecimiento p {
  /* color: #fff; */
  font-size: clamp(2.125rem, 1.6458rem + 2.1296vw, 3.5625rem);
  line-height: 1;
  margin: 30px 0 25px;
  font-family: "Telefonica";
  text-align: center;
}
@media (max-width: 600px) {
  .agradecimiento {
    background: url(./img/website/2024/Back_Mob_01.webp) no-repeat bottom;
    height: 100vh;
    background-size: cover;
  }
}

/* Gamergy 2024 */
.programContent {
  display: none;
}
.card.active.logo {
  transform: rotateY(0deg);
}
.card {
  box-shadow: none !important;
  background-color: transparent !important;
  width: 115px;
  height: 115px;
}
.head__title {
  font-size: 40px;
  font-weight: bold;
  color: #5cb615;
  margin-bottom: 15px;
}
.head__subtitle {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
.head__subtitle.bold {
  font-weight: bold;
}
#juego,
.indicaciones,
.registro2022 #formulario {
  /* background-image: url("../img/website/2024/julio/back_desk.webp"); */
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 30px;
  position: relative;
}
.bg-timer {
  /* background-image: url("../img/website/2024/julio/back_timer_desk.webp"); */
  /* background-repeat: no-repeat; */
  /* height: 74px; */
  width: 260px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 16px;
}
.bg-timer .titleInstrucciones .txt {
  color: #fff;
  font-size: 22px;
}
.bg-timer .titleInstrucciones b {
  font-weight: bold;
  font-size: 29px;
  color: #fff;
}
.flexbox-equal .grid {
  background-image: url("../img/website/2024/julio/back_juego_desk.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.grid {
  width: 37%;
  padding: 30px;
  gap: 0px;
}
.title-game-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
}
.card.active {
  background-image: url("../img/website/2024/julio/tarjeta_glow_verde.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.card.active.match {
  background-image: url("../img/website/2024/julio/tarjeta_verde_bloqueo.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.card.active.match.logo {
  background-image: url(../img/website/2024/julio/movistar_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 90px;
  width: 90px;
  background-position-y: bottom;
}
.card-text {
  color: #fff;
}
.card-text p {
  padding: 10%;
  font-size: clamp(10px, 1vw, 10px);
  font-weight: 400;
}
.bgFelicidades {
  /* background: url("../img/website/2024/julio/back_desk.webp") no-repeat bottom; */
}
.bgFelicidades .title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 5px;
}
.bgFelicidades .subtitle {
  font-size: 24px;
}
.img-nivel {
  margin-left: 12.5%;
  margin-top: 65px;
}
.submitBtn {
  height: 48px !important;
  width: 208px;
  background-color: #0a2739 !important;
  display: grid !important;
  place-items: center;
  margin: 30px auto 12px;
  font-size: 18px !important;
}
.txt-data {
  font-size: 18px;
}
.txt-data-2 {
  font-size: 18px;
}
.txt-data-3 {
  font-size: 20px;
  line-height: 1.2;
}
.txt-data-4 {
  font-size: 15px;
}
.btnGuardar-wrapper {
  padding-bottom: 0;
  margin-bottom: 0!important;
}
.container-data {
  padding: 15px 0;
  width: 50%;
  margin: 0px auto;
}
.container-data:first-child {
  padding-top: 0;
}
.container-data.border-green {
  border-top: 2px solid #5cb615;
  border-bottom: 2px solid #5cb615;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.fwb {
  font-weight: bold;
}
.fs-40 {
  font-size: 40px !important;
}
section .txt-green {
  color: #5cb615;
  font-weight: bold;
}
.txt-azul {
  color: #019df4;
  font-weight: bold;
}
.indicaciones .wrapperBlock,
.registro2022 .wrapperBlock {
  margin-bottom: 0;
}
.titleInstrucciones {
    margin-bottom: 0;
    margin-top: 0px;
    padding: 8px 0 15px;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-2 {
  margin-top: 10px;
}
.submitBtn.registrate {
  margin-top: 40px;
}
.contenedor {
  width: 100%;
  margin: 0 auto;
}
.container-input-gamergy {
  background: rgb(21, 53, 90);
  background: linear-gradient(
    90deg,
    rgba(21, 53, 90, 1) 0%,
    rgba(23, 75, 106, 1) 35%,
    rgba(29, 54, 97, 1) 100%
  );
  background-color: #1d3661;
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 7px 15px 0px !important;
  height: auto;
  margin-bottom: 15px;
}

.container-input-gamergy {
  position: relative;
}

/* Icono de validación */
.container-input-gamergy input:valid + p::before {
  content: "✓";
  position: absolute;
  right: 30px;
  top: 47%;
  transform: translateY(-47%);
  background-color: var(--verde);
  color: var(--blanco);
  font-weight: bold;
  font-size: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
}

.container-input-gamergy input:invalid:not(:placeholder-shown) + p::before {
  content: "✕";
  position: absolute;
  right: 30px;
  top: 47%;
  transform: translateY(-47%);
  background-color: #f44336;
  color: var(--blanco);
  font-weight: bold;
  font-size: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
}

.input-gamergy {
  background-color: transparent !important;
  height: 30px !important;
  color: #fff;
  text-align: left !important;
}
.font14 {
  font-size: 14px !important;
}
.font14-10 {
  font-size: 14px;
}

.input-gamergy::placeholder {
  padding-left: 0 !important;
}
.terms-aviso [type="checkbox"].filled-in:checked + span:not(.lever):after {
  background-color: #fff !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wrapperForm .wrapperScroll {
  margin-bottom: 0;
}
.modal,
.modal-head {
  background: #fff !important;
}
.modal.gamergy {
  width: 80% !important;
  max-width: 100%;
  z-index: 1;
}
.modal.gamergy .modal-head {
  padding: 30px 0 0;
}
.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
p.tilteModal,
p.subtilteModal {
  color: unset;
}
.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex-center .social-media {
  margin: 0 5px;
}
/* .title-game-wrapper {
  margin-top: 32px;
} */
.pasos {
  height: 80px;
}
.pl-25px {
  padding-left: 25px !important;
}
.bg-agradecimiento {
  /* background-image: url("../img/website/2024/oct/bg__p2.webp"); */
  background-image: url("../img/nestle_95/gracias-por-participar.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.texto-final{
  margin-top: 90% !important;
}
@media (min-width: 1300px) {
  .contenedor {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .bg-agradecimiento {
    background-image: url("../img/website/2024/julio/back-agradecimiento-promo-mob.webp");
    height: 660px;
    /* background-position-y: bottom; */
  }
  .bg-agradecimiento .agradecimiento {
    display: block;
    margin-top: 8%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .bg-agradecimiento {
    /* background-position-y: -370px; */
  }
  .img-nivel {
    text-align: center;
    margin-left: unset;
  }
  #juego, .indicaciones, .registro2022 #formulario, .bgFelicidades {
    /* background-image: url("../img/website/2024/julio/back_mob.webp"); */
  }
  .fs-26-mob {
    font-size: 26px !important;
    line-height: 1.2;
  }
  .fs-22-mob {
    font-size: 22px !important;
  }
  .txt-data {
    font-size: 17px !important;
  }
  .txt-data-2 {
    font-size: 18px !important;
  }
  .container .s12.m4 {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 12% !important;
  }
  .txt-data-3.mob {
    font-size: 14px;
    text-align: left;
    margin-left: 16px;
    margin-bottom: 0;
  }
  .container .s12.m4:first-child {
    margin-top: 10px;
  }
  .txt-data-2.mt {
    margin-top: 30px;
  }
  .txt-data-4 {
    font-size: 11px !important;
  }
  #juego,
  .indicaciones,
  .registro2022 #formulario {
    background-position-x: 32%;
    background-size: cover !important;
  }
  .indicaciones .wrapperBlock,
  .registro2022 .wrapperBlock {
    margin-top: 0;
  }
  .bgFelicidades .title {
    font-size: 30px;
  }
  .bgFelicidades .subtitle {
    font-size: 18px;
  }
  .submitBtn {
    /* height: 40px !important;
    width: 170px; */
    margin: 30px auto 30px;
  }
  .bgform-Green {
    background: unset;
  }
  .bgform-Green .formWidth {
    padding: 0 10%;
  }
  .fs-12-mob {
    font-size: 12px !important;
  }
  .fs-16-mob {
    font-size: 16px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }

  .bg-timer {
    margin-top: 40px;
  }
  .flexbox-equal .grid {
    background-size: cover;
    min-height: 360px;
  }
  .grid {
    width: 100%;
    padding: 0.5% 5% 0.5% 3%;
    gap: 0px;
  }
  .card {
    margin: 0.5rem 0 0.2rem 0 !important;
    width: 105px;
    height: 105px;
  }
  .title-game-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .bg-agradecimiento {
    /* background-position-y: -275px; */
  }
}
@media (max-width: 380px) {
  .flexbox-equal .grid {
    background-size: contain;
    min-height: 360px;
  }
}

/* QUIZ 2024 */

/* PAGE 1 */
.tab {
  display: none;
  padding: 10px;
}
.button {
  padding: 10px;
  margin: 5px;
  border: none;
  cursor: pointer;
}
.button input[type="radio"] {
  display: none;
}
.button label {
  padding: 10px;
  background-color: #ddd;
  display: block;
}
.button input[type="radio"]:checked + label {
  background-color: #327b97;
}

.instrucciones {
  /* background-image: url("../img/website/2024/oct/bg__p1.webp"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
  position: relative;
  /* height: 100vh; */
  /* min-height: 1070px; */
}
registro2022 registro2025
section .instrucciones__title {
  color: #fff;
  font-size: 32px;
  font-weight: 100; 
  /* margin: 50px auto 0 auto;
  max-width: 52vw; */
  text-align: center;
  margin-top: 140px !important;
}
section.instrucciones {
  max-width: 1440px;
  margin: 0 auto;
}
.instrucciones__content {
  text-align: center;
  padding-top: 25px;
  margin: 0 auto;
}
.instrucciones__subtitle {
  font-size: 20px;
  color: #3c3b3b;
  margin: 0 auto;
  font-weight: 100;
  width: 100%;
}
.instrucciones__list {
  border: 1px solid #5cb614;
  border-radius: 15px;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.instrucciones__list ul {
  margin: 0;
  padding: 0;
}
.instrucciones__list p {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
  text-align: left;
}
.instrucciones__list img {
  width: 40px;
  margin-right: 15px;
}
.instrucciones__list li {
  display: flex;
}
.instrucciones__btn-page1,
.btn-page3 {
  background-color: #5cb614;
  color: #fff;
  margin-top: 40px;
  font-size: 20px;
  height: 40px;
  width: 275px;
  border-radius: 25px;
  border: none;
}
.instrucciones__subtitle-p{
  font-size: clamp(1rem, 0.9464rem + 0.2679vw, 1.1875rem);
  margin-top: 24px!important;
}
button:focus {
  outline: none;
  background-color: #5cb614 !important;
}
.tyc-page-1 {
  position: relative;
  text-align: center;
  color: #fff;
}
.tyc-page-1 a {
  color: #fff;
  text-decoration: underline;
}
.font-weight-bold {
  font-weight: bold;
}
.d-none {
  display: none;
}
.mb-mob-25 {
  margin-bottom: 25px;
}
.mt-mob-25 {
  margin-top: 25px !important;
}
.mt-mob-12 {
  margin-top: 12px !important;
}
.mb-35 {
  margin-bottom: 35px;
}
@media (1050px <= width <= 1350px) {
  .instrucciones__title {
    font-size: clamp(30px, 3.2vw, 38px);
  }
  .tyc-page-1 {
    bottom: -10px;
  }
}
@media (max-width: 600px) {
  .instrucciones {
    background-image: url(../img/website/2024/oct/bg__p1__mob.webp);
    min-height: 1080px;
  }
  section .instrucciones__title {
    font-size: 24px;
    max-width: unset;
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .instrucciones__subtitle {
    font-size: 22px;
  }
  .instrucciones__list {
    width: 70%;
  }
  .instrucciones__list p {
    font-size: 14px;
    margin: 8px 0;
  }
  .instrucciones__btn-page1 {
    /* margin-top: 30px; */
  }
  .instrucciones__subtitle {
    font-size: 18px;
  }
  .tyc-page-1 {
    bottom: -10px;
  }
  .bg-agradecimiento {
    /* background-image: url(../img/website/2024/oct/bg__p2__mob.webp); */
    background-image: url('../img/nestle_95/gracias-por-participar-mob.jpg');
    /* height: 100%; */
    background-repeat: no-repeat;
    background-size: cover;
  }
  .texto-final{
    margin-top: 50% !important;
  }
}
/* PAGE 1 */

/* PAGE 2 */
.registro2022 #formulario {
  /* background-image: url(../img/website/2024/oct/bg__p2.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
  position: relative;
  min-height: 1030px;
  height: 100vh;
}

.bgform-Green {
  /* border: 1px solid #5CB614; */
  /* border-radius: 20px; */
  max-width: 600px;
  margin-top: 0px;
  padding: 0px 0 !important;
}
.container-input-gamergy {
  background: rgb(21, 53, 90);
  background: transparent;
  background-color: transparent;
  border: none;
}
.input-trivia {
  height: 45px;
  width: 500px;
  justify-content: center;
  margin: 0 auto;
  display: block;
}
.wrapperForm .txt-gris {
  text-align: left;
  font-size: 12px !important;
  color: #808587;
}
.h4 {
  font-size: 28px;
}
.txt-azul-1 {
  color: #009ef7;
  text-align: end;
}
.submitBtn {
  margin-top: 10px;
}
.tyc-page-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.tyc-page-2 a {
  color: #fff;
  text-decoration: underline;
}
#formulario .wrapperBlock {
  /* margin-top: 65px; */
}
@media (1050px <= width <= 1350px) {
  .registro2022 #formulario {
    min-height: 1030px;
  }
  .tyc-page-2 {
    bottom: -10px;
  }
}
@media (max-width: 600px) {
  .registro2022 #formulario {
    /* background-image: url(../img/website/2024/oct/bg__p2__mob.webp); */
    background-position-y: 0;
    min-height: 1080px;
  }
  #formulario .wrapperBlock {
    margin-top: 25px;
  }
  .bgform-Green {
    width: 75%;
  }
  .h4 {
    font-size: 22px;
  }
  .tyc-page-2 {
    bottom: -10px;
  }
}
/* Page 2 */

/* Page 3 */
#juego.trivia {
  background-image: url(../img/website/2024/oct/bg__p3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
  position: relative;
  height: 100vh;
  min-height: 1070px;
}
.mt-5 {
  margin-top: 45px !important;
}
.mt-3 {
  margin-top: 24px;
}
progress {
  width: 100%;
  margin-top: 60px;
}
.button {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
  opacity: 1 !important;
}
.button input[type="radio"] {
  display: block;
}
.button label,
.button input[type="radio"]:checked + label {
  background-color: transparent;
}
.text-center {
  text-align: center;
}
.tab {
  width: 50%;
  margin: 0 auto;
  border: 1px solid #5cb614;
  border-radius: 20px;
  padding: 25px 10px 20px;
}
#quiz div {
  font-size: 24px;
  color: #fff;
}
.button label {
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding: 5px 25px;
}
button input[type="radio"]:checked + label {
  background-color: unset;
}
.tyc-page-3 {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.tyc-page-3 a {
  color: #fff;
  text-decoration: underline;
}
.agradecimiento .white-text {
  font-size: 38px;
  margin-top: 25%;
}
@media (1050px <= width <= 1350px) {
  .tyc-page-3 {
    bottom: -10px;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}
@media (max-width: 600px) {
  #juego.trivia {
    background-image: url(../img/website/2024/oct/bg__p3__mob.webp);
    background-position-y: 0;
    min-height: 880px;
  }
  .mt-5-mob {
    margin-top: 20px !important;
  }
  .mt-3-mob {
    margin-top: 15px !important;
  }
  progress {
    margin-top: 10px;
  }
  .tab {
    width: 72%;
  }
  #quiz div {
    font-size: 20px;
    line-height: 1.2;
  }
  .button label {
    font-size: 16px;
  }
  .mt-20-mob {
    margin-top: 20px;
  }
  .instrucciones__btn-page1,
  .btn-page3 {
    margin-top: 30px;
    font-size: 18px;
    height: 36px;
    width: 50%;
  }
  .d-block {
    display: block;
  }
  .tyc-page-3 {
    bottom: -10px;
  }
}
/* Page 3 */

/* Page 4 */
.bgFelicidades {
  /* background-image: url(../img/website/2024/oct/bg__p1.webp); */
  /* height: 100vh; */
  min-height: 1070px;
}
.wrapperTYTitle {
  /* border: 1px solid #5CB614; */
  border-radius: 22px;
  padding: 0!important;
  text-align: center;
}
.wrapperTYTitle .title{
  font-size: 24px;
  color: var(--naranja);

}
.d-flex-evenly {
  display: flex;
  justify-content: space-evenly;
}
.container-data {
  padding: 15px 0;
  width: unset;
  margin: unset;
}
.mb-4 {
  margin-bottom: 20px !important;
}
.fs-36 {
  font-size: 36px;
}
.fs-16 {
  font-size: 16px;
}
.txt-verde {
  color: #5cb615 !important;
}
.redes {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}
.redes img {
  height: 30px;
}
.tyc-thanks {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.tyc-thanks p {
  color: #fff !important;
}
.tyc-thanks a {
  color: #fff !important;
  text-decoration: underline;
}
nav {
  background-color: #fff !important;
}

@media (1050px <= width <= 1350px) {
  .tyc-thanks {
    bottom: 10px;
  }
  section .instrucciones__title {
    max-width: 75%;
  }
}

@media (max-width: 600px) {
  .d-flex-evenly {
    display: block;
  }
  .bgFelicidades {
    /* background-image: url(../img/website/2024/oct/bg__p4__mob.webp); */
    min-height: 890px;
  }
  .wrapperTYTitle {
    width: 70% !important;
    margin: 0 auto;
    float: unset !important;
    padding: 12px 0 !important;
  }
  .my-0-mob {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bgBlur {
    margin-bottom: 10px;
  }
  .agradecimiento .white-text {
    font-size: 24px;
    margin-top: 200px;
  }
}
body {
  position: relative;
}

/* promociones-calaverita 2025 */
:root {
  --blanco: #fff;
  --azul: #019df4;
  --azul-b: #0b2739;
  --verde: #5cb615;
  --naranja: #ff8600;
  --negro: #0c2739;

  --max-width-225: 255px;
  --max-width-181: 181px;

  --font-18: 1.125rem;
  --font-16: 1rem;
}

/* hojas body */

.promo-oct-2025{
  /* background-image: ; */
  /* margin-top: 64px; */
  padding-top: 20px;
}
.promo-oct-2025 .bg-verde {
  background-color: var(--verde);
}

.promo-oct-2025 .instrucciones {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: none !important;  /*planeta movistar*/
  background-size: 100% 100%;
  /* height: calc(100vh - 54px); */
  /* min-height: initial; */
  padding-bottom: 0;
  overflow: hidden;
}
.promo-oct-2025 .box-left,
.promo-oct-2025 .box-right {
  flex: 1 1 calc(50% - 10px); /* 50% menos la mitad del gap */
  min-width: 300px; /* Cuando el ancho sea menor a 300px, se envuelve */
  box-sizing: border-box;
}
.promo-oct-2025 .instrucciones .box-left,
.promo-oct-2025 .instrucciones .box-right {
  text-align: center;
}

.promo-oct-2025 .wrapper-steps {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.promo-oct-2025 .instrucciones h2 {
  font-size: clamp(1.25rem, 1.125rem + 0.5556vw, 1.625rem);
  color: var(--azul);
  margin: 0;
  font-weight: bold;
}
.promo-oct-2025 .instrucciones .blue-circle {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--azul);
  border: 1px solid var(--azul);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
.promo-oct-2025 .instrucciones .steps p {
  font-size: clamp(1.0625rem, 1.0208rem + 0.1852vw, 1.1875rem);
  color: var(--blanco);
}
.promo-oct-2025 .instrucciones .btn-next {
  font-size: var(--font-18);
  width: 100%;
  height: 40px;
  max-width: var(--max-width-225);
  background-color: var(--verde);
  color: var(--blanco);
  border-radius: 26px;
  cursor: pointer;
  border: 1px solid var(--verde);
}
.promo-oct-2025 .instrucciones .btn-next:hover {
  background-color: var(--verde);
}
.promo-oct-2025 .vigencia p {
  font-size: 0.875rem;
  color: var(--blanco);
  margin: 0;
}
.promo-oct-2025 .calaverita {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  gap: 20px;
}
.promo-oct-2025 #juego .calaverita p {
  color: var(--blanco);
  font-size: clamp(1.125rem, 1.1042rem + 0.0926vw, 1.1875rem);
}
.promo-oct-2025 #juego .calaverita .title {
  font-size: 18px;
}
.promo-oct-2025 #juego .calaverita .txt-naranja {
  color: var(--naranja);
  font-weight: 500;
}
.promo-oct-2025 .calaverita .box-right,
.promo-oct-2025 .calaverita .box-left {
  flex: initial;
}
.promo-oct-2025 .calaverita .box-left {
  background: url(../img/promociones-calaverita/ROMPECABEZAS/bg-caleverita.png) no-repeat center;
  background-size: cover;
  padding: 43px 30px;
  border-radius: 23px;
  text-align: left;
}
.promo-oct-2025 .calaverita .box-left .select-wrapper input.select-dropdown {
  font-size: 13px;
  padding: 0 40px 0 10px;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  margin: 0 2px;
  max-width: 70px;
  height: 2.5rem;
}

.promo-oct-2025 .calaverita .box-left .select-wrapper {
  display: inline-block;
}

.promo-oct-2025 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.promo-oct-2025 .rompecabezas {
  --s: 188px; /* control the size */
  --g: 6px; /* control the gap */
  --r: 42px; /* control the circular shapes */

  display: grid;
  place-content: center;
  gap: var(--g);
  grid: auto-flow var(--s) / repeat(2, var(--s));
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  background: url(../img/promociones-calaverita/ROMPECABEZAS/bg-caleverita.png) no-repeat center;
  background-size: cover;
  border-radius: 18px;
}
.promo-oct-2025 .rompecabezas > div {
  object-fit: cover;
  -webkit-mask: var(--_m);
  mask: var(--_m);
}
.promo-oct-2025 .rompecabezas > div:is(:nth-child(1), :nth-child(4)) {
  width: 100%;
  height: calc(100% + var(--r));
}
.promo-oct-2025 .rompecabezas > div:is(:nth-child(2), :nth-child(3)) {
  width: calc(100% + var(--r));
  height: 100%;
}
.promo-oct-2025 .rompecabezas > div:nth-child(1) {
  --_m: radial-gradient(
        calc(var(--r) + var(--g)) at calc(100% + var(--g)) 50%,
        #0000 95%,
        #000
      )
      top/100% calc(100% - var(--r)) no-repeat,
    radial-gradient(var(--r) at left 50% bottom var(--r), #000 95%, #0000);
  background: url("../img/promociones-calaverita/ROMPECABEZAS/img-rompecabezas-otono.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 199%;
  background-position: top left;
  border-top-left-radius: 18px;
  visibility: hidden;
}
.promo-oct-2025 .rompecabezas > div:nth-child(2) {
  place-self: end;
  --_m: radial-gradient(
        calc(var(--r) + var(--g)) at 50% calc(100% + var(--g)),
        #0000 95%,
        #000
      )
      right/calc(100% - var(--r)) 100% no-repeat,
    radial-gradient(var(--r) at top 50% left var(--r), #000 95%, #0000);
  background: url("../img/promociones-calaverita/ROMPECABEZAS/img-rompecabezas-otono.png");
  background-repeat: no-repeat;
  background-size: 173%;
  background-position: top right;
  border-top-right-radius: 18px;
  visibility: hidden;
}
.promo-oct-2025 .rompecabezas > div:nth-child(3) {
  --_m: radial-gradient(
        calc(var(--r) + var(--g)) at 50% calc(0% - var(--g)),
        #0000 95%,
        #000
      )
      left/calc(100% - var(--r)) 100% no-repeat,
    radial-gradient(var(--r) at top 50% right var(--r), #000 95%, #0000);
  background: url("../img/promociones-calaverita/ROMPECABEZAS/img-rompecabezas-otono.png");
  background-repeat: no-repeat;
  background-size: 177%;
  background-position: bottom left;
  border-bottom-left-radius: 18px;
  visibility: hidden;
}
.promo-oct-2025 .rompecabezas > div:nth-child(4) {
  place-self: end;
  --_m: radial-gradient(
        calc(var(--r) + var(--g)) at calc(0% - var(--g)) 50%,
        #0000 95%,
        #000
      )
      bottom/100% calc(100% - var(--r)) no-repeat,
    radial-gradient(var(--r) at left 50% top var(--r), #000 95%, #0000);
  background: url("../img/promociones-calaverita/ROMPECABEZAS/img-rompecabezas-otono.png");
  background-repeat: no-repeat;
  background-size: 202%;
  background-position: bottom right;
  border-bottom-right-radius: 18px;
  visibility: hidden;
}
.promo-page-footer {
  background: var(--azul);
  padding: 39px 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.promo-page-footer p,
.promo-page-footer a {
  color: var(--blanco);
  margin: 0;
  font-size: 1rem;
}
.promo-page-footer a {
  text-decoration: underline;
}
/* esta es la segunda pantalla de oct2025 */
.promo-oct-2025 .registro2025 #formulario {
  /* background-image: url('../img/nestle_95/back_manos-2.png'); */
  background-repeat: no-repeat;
  /* background-size: 100% 100%!important; */
  background-position: center;
  padding-bottom: 30px;
  position: relative;
  min-height: unset;
  height: auto;
}
.promo-oct-2025 .registro2025 .formWidth .font15 {
  margin: 0px 0;
}
#modal1 .modal-promo-oct-2025 a,
#modal2 .modal-promo-oct-2025 a {
  background-color: var(--negro) !important;
  color: var(--blanco);
  border-radius: 20px !important;
  width: 100%;
  max-width: 186px;
  font-size: 16px;
  text-transform: none;
}
#modal1 .modal-promo-oct-2025 p.tilteModal,
#modal2 .modal-promo-oct-2025 p.tilteModal,
#modalPreguntaFinal .modal-promo-oct-2025 p.tilteModal {
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
  padding: 0;
}
#modal1 .modal-promo-oct-2025 p.subtilteModal {
  padding: 0;
}
.registro2025 #juego.trivia{ 
    width: 100%;
    /* background: var(--azul-b) url(../img/promociones-calaverita/ROMPECABEZAS/back-dinamica-rompecabezas-muertos-desk.webp) no-repeat; */
    background-size: 100% 100% !important;
    height: 114vh;
    min-height: initial;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.registro2025 #juego.trivia .dropdown-content {
    max-height: 180px;
}
.registro2025 #juego.trivia .dropdown-content li{
  min-height: unset!important;
}
.registro2025 #juego.trivia .dropdown-content li>a, .registro2025 #juego.trivia .dropdown-content li>span {
    font-size: 13px;
    color: #000;
    padding: 7px 16px;
}
.registro2025 #juego.trivia .dropdown-content li>span:hover{
  color: var(--blanco);
}
.registro2025 #juego.trivia .select-dropdown.dropdown-content li:hover {
    background-color: #019df4;
}
#modalPreguntaFinal .modal-promo-oct-2025 #formPreguntaFinal {
    width: 100%;
    margin: 0 auto;
    max-width: 180px;
}
#modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]:not(:checked), #modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]:checked{
  opacity: 0!important;
}
#modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]:not(:checked)+span:before, #modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]:not(:checked)+span:after{
  border: 1px solid #5a5a5a!important;
}
#modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]:checked+span:after, #modalPreguntaFinal .modal-promo-oct-2025 [type="radio"].with-gap:checked+span:after{
  background-color:#5cb614;
}
#modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]:checked+span:after, #modalPreguntaFinal .modal-promo-oct-2025 [type="radio"].with-gap:checked+span:after{
  border: 1px solid #5a5a5a;
}
#modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]:not(:checked)+span, #modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]:checked+span, #modalPreguntaFinal .modal-promo-oct-2025 .inputs-wrapper [type="radio"]:not(:checked) + span, #modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]:checked + span{
  padding-left: 20px!important;
  color: #000;
  font-weight: 100;
}
#modalPreguntaFinal .modal-promo-oct-2025 .inputs-wrapper [type="radio"] + span:before, #modalPreguntaFinal .modal-promo-oct-2025 [type="radio"] + span:after {
    left: -5px !important;
    top: 0px !important;
}
#modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]+span:before, #modalPreguntaFinal .modal-promo-oct-2025 [type="radio"]+span:after{
  left: -5px !important;
}
#modalPreguntaFinal .modal-promo-oct-2025 #btnConfirmarRespuesta {
    font-size: var(--font-18);
    width: 100%;
    height: 40px;
    max-width: 182px;
    background-color: var(--verde);
    color: var(--blanco);
    border-radius: 26px;
    cursor: pointer;
    margin: 20px auto 0;
    display: block;
    text-transform: none;
}

.bgFelicidades .bgBlur {
    /* background: url(../img/promociones-calaverita/ROMPECABEZAS/bg-caleverita.png) no-repeat center; */
    background-size: cover;
    padding: 30px;
    border-radius: 23px;
    width: 100%;
    max-width: 735px;
    margin: 40px auto;
    position: relative;
}
.bgFelicidades {
    /* background: url('../img/nestle_95/bg_thanks.jpg') no-repeat bottom; */
    background-size: 100% 100%!important;
    /* height: calc(100vh - 54px); */
    min-height: initial;
}
.bgFelicidades .bgBlur .submitBtn {
    margin: 20px auto 10px;
}

.bgFelicidades .bgBlur .vela {
    position: absolute;
    width: 34vw;
    top: 79%;
    max-width: 490px;
}
.bgFelicidades .bgBlur .velaL {
    left: -320px;
}
.bgFelicidades .bgBlur .velaR {
    right: -320px;
}
.modal{
  z-index: 1;
}
@media (width < 1640px) {
  .bgFelicidades .bgBlur .vela {
      position: absolute;
      width: 27%;
      top: 215px;
  }
  .bgFelicidades .bgBlur .velaL {
      left: -66px;
  }
  .bgFelicidades .bgBlur .velaR {
      right: -46px;
  }
  }
  @media (width < 1440px) {
  .registro2025 #juego.trivia {
      height: auto;
      padding: 7% 0px;
  }
}
@media (width < 992px) {
  .promo-oct-2025 .instrucciones,
  .promo-oct-2025 .calaverita {
    flex-direction: column;
  }
  .promo-oct-2025 .instrucciones {
    background: var(--azul-b) url('../img/nestle_95/mob1.png') no-repeat;
    height: 100dvh;
    background-size: 100% 100%;
    padding: 10px 15px;
    min-height: fit-content;
    overflow-y: hidden;
  }
  .promo-oct-2025 .registro2025 #formulario {
    /* background: var(--azul-b) url('../img/nestle_95/pantalla2-mob.png')no-repeat; */
    height: 100dvh;
    background-size: 100% 100% !important;
    padding: 10px 0;
    min-height: fit-content;
  }
.registro2025 #juego.trivia {
    width: 100%;
    background: var(--azul-b) url(../img/promociones-calaverita/ROMPECABEZAS/back-dinamica-rompecabezas-muertos-mob.webp) no-repeat;
    background-size: 100% 100% !important;
    height: auto;
    min-height: initial;
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
  .promo-oct-2025 .box-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .promo-oct-2025 .box-left img {
    width: 70vw;
  }
  .promo-oct-2025 .instrucciones__title {
    width: 100%;
  }
  .promo-oct-2025 h2.instrucciones__title img {
    width: 95%;
    margin: 0 auto;
  }
  .promo-oct-2025 .bgform-Green {
    /* background: url(../img/promociones-calaverita/FORMULARIO/bg-formulario.png) no-repeat; */
    background-size: cover;
    width: 100%;
    padding: 0 0 25px !important;
    border-radius: 41px;
    padding: 10px 10px 10px 0 !important;
    margin-bottom: 30%;
  }
  .promo-oct-2025 .bgform-Green .formWidth {
    padding: 0;
  }
  .promo-oct-2025 .submitBtn {
    margin: 30px auto 5px;
  }
  .promo-oct-2025 .calaverita .box-right,
  .promo-oct-2025 .calaverita .box-left {
    display: flex;
    flex-direction: column;
  }
  .promo-oct-2025 .calaverita .box-left select{
    display: none;
  }
  .promo-oct-2025 .calaverita .box-left .select-wrapper input.select-dropdown{
    /* max-width: 110px;
    font-size: 12px;
    padding: 0; */
    min-height: 44px;
    font-size: 14px;
    padding: 0 25px 0 15px;
  }
.bgFelicidades {
    /* background: url('../img/nestle_95/bg_thanks_mob.jpg') no-repeat center; */
    background-size: 100% 100%!important;
    height: auto;
    min-height: initial;
    padding: 0;
    overflow-y: hidden;
}
}
@media (width < 576px) {
  .promo-oct-2025 .rompecabezas {
    --s: 167px;
    max-width: 340px;
  }
  .promo-oct-2025 .calaverita .title {
    text-align: center;
  }
  .promo-oct-2025 .calaverita .box-left {
    align-items: start;
    padding: 15px;
  }
  .promo-oct-2025 #juego .calaverita p:nth-child(1) {
    align-self: center;
  }
  .bg-timer {
    margin-top: 0;
  }
  .registro2025 #juego.trivia .head.center img {
      width: 90%;
      margin: 0 auto;
  }
  .promo-oct-2025 #juego .calaverita p{
    margin: 0;
    line-height: 2;
  }
  .title-game-wrapper {
    margin-bottom: 30px;
  }
  #modalPreguntaFinal .modal-promo-oct-2025 p.tilteModal{
    font-size: 18px;
  }
  .bgFelicidades .bgBlur .vela {
    width: 27%;
    top: unset;
    bottom: -37px;
  }
  .bgFelicidades .bgBlur .velaL {
    left: -20px;
  }
  .bgFelicidades .bgBlur .velaR {
    right: -25px;
  }
  .bgFelicidades .bgBlur .submitBtn {
    max-width: 195px;
    height: 40px!important;
}
}
/* END promociones-calaverita 2025 */

/* Experiencias Musica oct 2025*/
body {
    background-image: url('../img/planeta-movistar/bg-right.jpg'), url('../img/planeta-movistar/bg-left.jpg');
    background-position: right top,left top;
    background-repeat: no-repeat,no-repeat;
    background-size: contain;
}
.planeta-movistar-texto-img{
  margin-top: 40%;
}
.planeta-movistar-imagen{
  display: block;
  margin: 0 auto;
}
.plann{
  max-width: 200px;
}
.subtitle{
  padding: 0 102px;
}

.instructions-container{
  padding: 0 0;
  position: relative;
}
.instruction-list {
display: flex; 
flex-direction: row;
justify-content: space-around; 
align-items: flex-start; 
list-style: none; 
padding: 0; 
margin: 0; 
gap: 20px; 
}
.logo_principal{
  max-width: 430px;
  margin-top: -40px;
}

/* Estilos para cada elemento de la lista (cada columna - el <li>) */
/* reset */
.instructions-container .h3{
  font-size: 24px;
  margin: 12px 0 0 0 !important;
}
.instruction-list li {
flex: 1 1 30%; 
box-sizing: border-box; 
padding: 15px 0; 
border-radius: 8px; 
color: white; 
display: flex;
flex-direction: row; 
align-items: center; 
text-align: left; 
}


.instruction-list li .step-marker-container {
position: relative; 
display: flex; 
justify-content: center; 
align-items: center; 
width: 60px; 
height: 40px; 
margin-right: 15px; 
flex-shrink: 0; 
}
div.registro2025 .instrucciones__title {
  color: #fff;
  font-size: 32px;
  font-weight: 100; 
  text-align: center;
  margin-top: 70px !important;
}

/* Estilos para el número (.step-number) */
.instruction-list li .step-number {
font-size: 3em; 
font-weight: bold;
color: white; 
line-height: 1; 
position: relative;
z-index: 0; 
}

/* Estilos para el ícono del rayo (.lightning-icon) */
.instruction-list li .lightning-icon {
position: absolute; 
width: 135px;
height: auto;
z-index: 1;
top: -54px;
right:-67px;
}

/* Estilos para el párrafo del texto (.step-text) */
.instruction-list li p.step-text { /* Selector más específico para el párrafo */
flex-grow: 1; 
font-size: 1em;
line-height: 1.4;
margin-top: 0; 
margin-bottom: 0;
color:#0b2739;
}



.txt-blanco {
color: white;
}


.txt-blanco {
color: white;
}
#nestle_95.btn-negro{
background-color: #0c2739;
border: none;
margin: 1rem 0 0 0;
}
button#nestle_95.btn-negro:focus{
  background-color: #0b2739 !important;
}
.mano_left{
  position: absolute;
  left: -100px;
  bottom: -70px;
  width: 170px;
}
.mano_right{
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 170px;
  transform: scaleX(-1); /* Esto voltea la imagen horizontalmente */
}
.bocina_left{
  position: absolute;
  left: -170px;
  bottom: 37%;
  width: 230px;
  /* transform: rotate(180deg); */
}
.bocina_right{
  position: absolute;
  right: -170px;
  bottom: 37%;
  width: 230px;
  transform: scaleX(-1); /* Esto voltea la imagen horizontalmente */
}
.bocina_left-mob, .bocina_right-mob{
  display: none;
}
.tyc{
   position: relative;
  /* bottom: -60px;
  left: 50%; */
  /* transform: translateX(-50%); */

}
.promo-oct-2025 .instrucciones .btn-next {
    font-size: var(--font-18);
    width: 100%;
    height: 40px;
    max-width: var(--max-width-225);
    background-color: var(--negro);
    color: var(--blanco);
    border-radius: 26px;
    cursor: pointer;
    border: 1px solid var(--negro);
}
 .wrapperForm .tyc{
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-bottom: 40px;
 }

 @media (min-width: 1900px) {
  .bgFelicidades {
      /* background-image: url('../img/nestle_95/bg_thanks.jpg') no-repeat top; */
      height: auto;
      min-height: 600px;
  }
 }

@media (max-width: 768px) {
    .logo_principal{
      max-width: 40%;
      margin-top: 20px;
    }
    .instruction-list {
        flex-direction: column; 
        align-items: left; 
        gap: 0px; 
    }
    .instruction-list li {
        flex: 1 1 90%; 
        max-width: 400px; 
    }
    .instruction-list li .lightning-icon {
      position: absolute;
      width: 80px;
      height: auto;
      z-index: 1;
      top: -30px;
      right: -37px;
  }
  .promo-oct-2025 .instrucciones .btn-next {
    width: 40%;
    height: 40px;
}
div.registro2025 .instrucciones__title {
    font-size: 25px;
}

    .mano_left {
      position: absolute;
      left: -90px;
      bottom: -60px;
      width: 159px;
    }
    .mano_right {
      position: absolute;
      right: -90px;
      bottom: -60px;
      width: 159px;
    }

    .bocina_left, .bocina_right{
      display: none !important;
    }
    .bocina_left-mob{
      display: block;
      position: absolute;
      left: -70px;
      bottom: -10%;
      width: 120px;
      transform: rotate(-30deg);
    }
    .bocina_right-mob{
      display: block;
      position: absolute;
      right: -70px;
      bottom: -10%;
      width: 120px;
      transform: rotate(16deg); /* Esto voltea la imagen horizontalmente */
    }
    .wrapperForm .tyc {
      margin-bottom: -20px;
  }
  .instrucciones .tyc{
    width: 100%;
    margin-bottom: -250px !important;
  }
    .wrapperForm p {
      margin: 10px 0;
      font-size: 12px;
      line-height: 1.3;
    }
    /* thanks.php */
    .bgFelicidades {
      /* background: url('../img/nestle_95/bg_thanks_bocinas_mob.jpg') no-repeat center; */
      background-size: 100% 100%!important;
      height: auto;
      min-height: initial;
      padding: 0;
      overflow-y: hidden;
    }
    .bgFelicidades .container {
      width: 100% !important;
    }
    .bgFelicidades .container .row .col{
      padding: 0!important;
    }
    .row .col.s8 {
      width: 100% !important;
    }
    .bgFelicidades .instrucciones__title, .bgFelicidades .instrucciones__subtitle{
      width: 100%;
    }
    .bgBlur .hand.hand-left, .bgBlur .hand.hand-right{
      display: none;
    }
    .bgFelicidades .bgBlur {
      padding: 0 30px;
    }
    .instrucciones .tyc{
      position: initial;
      display: block;
      margin-bottom: unset;
    }
}

@media (max-width: 440px) {
    #nestle_95.btn-negro{
      margin: 1rem 0 10px 0;
    }
    .promo-oct-2025 .vigencia p{
      font-size: 16px;
    }
    
    .logo_principal{
      max-width: 40%;
      margin-top: 20px;
    }
    .instruction-list li p.step-text {
      font-size: 1.2em;
    }
}
@media (max-width: 395px) {
  /* pagina 1 */
  .logo_principal {
    max-width: 70%;
    margin-top: 0px;
  }
  .promo-oct-2025 .instrucciones h1 {
    font-size: 25px;
    display: inline-block;
    width: 100%;
  }
  .mano_left {
    position: absolute;
    left: -70px;
    bottom: -50px;
    width: 126px;
  }
  .mano_right {
      position: absolute;
      right: -90px;
      bottom: -50px;
      width: 126px;
  }
  .instrucciones .tyc {
    position: relative;
    margin-top: 0 !important;
  }
  .tyc{
    bottom: -100px !important;
  }
  .instruction-list li {
    padding: 5px 0;
    align-items: center;
    text-align: left;
}

  /* pagina 2 */
  div.registro2025 .instrucciones__title {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    margin-top: 20px !important;
  }
  .bocina_left-mob {
    
    left: -50px;
    bottom: -6%;
    width: 100px;
  }
  .bocina_right-mob {
    right: -60px;
    bottom: -6%;
    width: 100px;
  }
  .wrapperForm .tyc {
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0px;
  }
}

/* recompensas planeta movistar dic 2025*-----------------------------------------------------------------------*/
.font20{
  font-size: 20px !important;
}
.formulario-planeta .row .col.m12{
  padding: 0 !important;
}
.regresar {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-sizing: border-box;
}
.regresar.btn-primario {
    /* background-color: var(--primary-green); */
    color: #5CB615;
    margin-bottom: 15px;
    border: 1px solid #5CB615;
}
.regresar.btn-primario a, .regresar.btn-primario a:hover {
  color: #5CB615;
  background-color: transparent;
}
.planeta-movistar-texto-imgen{
  width: 80%;
  /* max-width: auto; */
}
.earth-movistar-desktop {
    max-width: 850px;
    height: auto;
    margin: 0 auto!important;
}

 .container-planeta { /* Renamed from .container */
    width: 100%;
    max-width: 800px; /* Default width for mobile */
    background-color: #fff;
    padding: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 800px;
}

.container-planeta h1 {
    color: var(--dark-text);
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 5px; /* Slight padding to align with steps */
}

.container-planeta .step-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--light-green-border);
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
}

.container-planeta .step-number {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-green);
    margin-right: 15px;
    min-width: 30px; /* Ensure number doesn't wrap */
    text-align: center;
}

.container-planeta .step-text {
    color: var(--dark-text);
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    flex-grow: 1; /* Allow text to take remaining space */
}

.container-planeta .button-common {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: none; /* For links if they were used instead of buttons */
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-sizing: border-box; /* Include padding in width */
}

.container-planeta .button-primary, .terms-aviso .button-primary {
    background-color: var(--primary-green);
    color: var(--white-text);
    margin-top: 25px;
    margin-bottom: 15px;
}

.terms-aviso .button-secondary {
    background-color: #ffffff;
    /* color: var(--primary-green); */
    border: 1px solid var(--primary-green);
    margin-bottom: 20px;
}
.terms-aviso .button-secondary:hover {
    /* background-color: #e6ffe6; */
    transform: translateY(-1px);
}

.terms-aviso .button-common {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-sizing: border-box;
}


.container-planeta .button-primary:hover {
    /* background-color: #4CAF50; */
    transform: translateY(-1px);
}

.container-planeta .button-primary:active {
    background-color: #3e8e41; /* Even darker on click */
    transform: translateY(0);
}

.container-planeta .button-secondary {
    background-color: #ffffff;
    /* color: var(--primary-green); */
    border: 1px solid var(--primary-green);
    margin-bottom: 20px; /* Space from bottom of container */
}

.container-planeta .button-secondary:hover {
    /* background-color: #e6ffe6; */
    transform: translateY(-1px);
}

.container-planeta .button-secondary:active {
    background-color: #d1ffd1; /* Even lighter on click */
    transform: translateY(0);
}
.button-secondary a{
  color: #5CB615;
  font-weight: bold;
}
.container-planeta .instrucciones__planeta{
  color: #333; 
  text-align: center;
}
.tyc{
  margin: 20px 0;
  color: #333;
}


/* pagina 2 -------------------------------------------------------------------------------*/
.formulario-planeta .wrapperForm{
  padding: 0 50px;
}
#divCont.formulario-planeta .wrapperForm input {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--dark-text) !important;
    border-radius: 8px !important;
    padding: 5px 0;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    line-height: 1.4;
}
#divCont.formulario-planeta .wrapperForm select {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--dark-text) !important;
    border-radius: 8px !important;
    padding: 5px 20px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    line-height: 1.4;
}
/* .filled-in#aviso {
    border: 5px solid red !important;
    width: 20px;
    height: 20px;
    background-color: red !important;
    opacity: 1 !important;
} */

@media (max-width: 768px) {
        .desk-only{
          display: none;
        }
        .mob-only{
          display: block;
        }
        .planeta-movistar-texto-imgen {
            width: 30%;
            max-width: 660px;
        }
        .container-planeta{
          z-index: 2;
          max-width: 72%;
          background-color: transparent;
        }
        .formulario-planeta .planeta-movistar-imagen {
          display: block;
          margin: 0 auto;
          max-width: 450px !important;
        } 
        .planeta-movistar-imagen {
          display: block;
          margin: 0 auto;
          max-width: 600px;
        }
        .earth-movistar-mobile {
          width: 100%;
          height: auto;
        }
}

@media (max-width: 440px) {
  .planeta-movistar-texto-imgen {
      width: 50%;
      max-width: 660px;
  }
   .container-planeta{
    max-width: 62%;
  }
  .container-planeta .step-number {
    font-size: 58px;
  }
  .container-planeta .step-item {
    padding: 0px 20px;
  }
  .formulario-planeta .subtitle{
    font-size: 28px;
    margin: 4px 0;
  }
  #formulario .bgform-Green {
    padding: 10px 0 !important;
  }
  .centerWidth .comenzar{
    width: 100% !important;
  }
  .font14-10 {
    font-size: 10px;
  }
  
}
@media (max-width: 390px) {
   .container-planeta{
    max-width: 62%;
  }
  .formulario-planeta .wrapperForm{
    padding: 0 20px;
  }
  .formulario-planeta .planeta-movistar-imagen {
    max-width: 390px !important;
  }
}
/* recompensas planeta movistar dic 202*-----------------------------------------------------------------------*/
        




/* pagina de thanks.php */
.guardar-codigo-DB a, .guardar-codigo-DB a:hover{
  color: #5CB615 !important;
  text-decoration: underline;
}
.code-display-wrapper {
  position: relative;
  display: inline-block;
}
.bgFelicidades .regresar{
  width: 80%;
  max-width: 360px !important;
  margin: 12px auto;
}
.bgFelicidades .test-planeta{
  padding: 0 !important;
}

.codigo-cupon {
  background-color: #D9D9D9; 
  color: #333;
  font-weight: bold; 
  padding: 10px 20px; 
  border-radius: 25px; 
  border: 1px solid  #5cb615 !important;
  white-space: nowrap; 
  z-index: 1;
  position: relative; 
  font-size: clamp(16px, 1vw, 32px);
  line-height: 1.5; 
  display: inline-block; 
  margin: 8px 0 !important;
}
.hand {
  position: absolute; 
  width: 80px; 
  height: auto; 
  top: 50%; 
  transform: translateY(-50%); 
  z-index: 1;
}

.hand-left {
  left: -72px; 
  transform: translateY(-50%) scaleX(-1); 
  z-index: 2;
}

.hand-right {
  right: -70px; 
  transform: translateY(-50%);
  z-index: 2;
}

/* fix input formulario que sale bug */
.privacy-consent-container {
  display: flex; /* Arranges children in a row */
  align-items: center; /* Vertically centers items */
  font-family: sans-serif; /* Common web font */
  font-size: 14px; /* Adjust as needed for visual match */
  color: #6c6c6c; /* Gray color for the main text */
}

.privacy-consent-checkbox {
  margin-right: 8px; /* Space between checkbox and text */
  /* You can add custom styling for the checkbox here if needed,
     e.g., width, height, border, etc. */
}

.privacy-consent-text {
  display: inline-flex; /* To correctly align the text and link */
  align-items: center;
  cursor: pointer; /* Indicates the label is interactive */
}

.privacy-link {
  color: #36a0ff; /* Blue color for the link */
  text-decoration: none; /* Remove default underline */
  border-bottom: 1px solid #36a0ff; /* Add a subtle underline matching the image */
  margin-left: 4px; /* Small space between "el" and "Aviso" */
}

.privacy-link:hover {
  color: #2781cc; /* Slightly darker blue on hover */
  border-color: #2781cc;
}
#aviso{
  border: 1px solid red !important;
}
