.d-none {
  display: none !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}
/* #region Estilos otras dinamicas */
.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;
}

.grid {
  /* border: 2px solid #fff; */
  grid-column-end: span 4;
  display: grid;
  grid-gap: 2px;
  grid-template-areas:
    "A B C D"
    "E F G H"
    "I J K L";
  /* background: rgb(232, 232, 232); */
}

.tile,
.answer {
  height: 0;
  padding-bottom: 100%;
  grid-area: var(--area, auto);
  border: none;
  background: url("../img/rompecabezas/navidad/imagen-rompecabezas-navidad.png");
  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);
  }
}

.submitBtn {
  width: 181px;
  background-color: #5cb615 !important;
  padding: 0 !important;
  height: 40px;
  line-height: 40px !important;
  border-radius: 20px !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;
}
.font16 {
  font-size: 16px;
}
.font15 {
  font-size: 15px;
}

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

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

#divFile {
  background-color: #e63780 !important;
  color: #fff;
  width: 144px;
  /* max-width: 181px; */
  /* margin: 0 auto; */
  border-radius: 20px;
  border: 2px solid #e63780;
  display: block;
  float: none;
  height: 40px;
  line-height: 36px;
}

nav {
  background-color: #f4f5f7 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 59px !important;
}

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-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;
} */
@media only screen and (max-width: 522px) {
  nav img {
    width: 10%;
  }

  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 {
  width: 65%;
  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 .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: 545px;
    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;
}

.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: 77%;
  margin: 50px auto 70px;
  background: url(../img/website/2024/Glass_Desk_02.webp) no-repeat;
  background-size: 100% 100%;
  padding: 0 0 50px;
  position: relative;
}
#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 p {
  margin: 0;
  padding-right: 10px;
  /* font-size: 16px; */
}
.info_folio {
  margin-bottom: 20px;
}

.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/2024/Back_Desk_01.webp) no-repeat bottom;
  margin: 0;
  background-size: cover;
  height: auto;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.bgform-Green {
  background: url(../img/website/2024/Glass_Desk_01.webp) no-repeat;
  background-size: 100% 100%;
  width: 60%;
  height: 1610px;
  margin: 0 auto 2vw;
  padding: 60px 0 25px;
  border-radius: 10px;
  background-position: top;
  position: relative;
}
.wrapperForm {
  width: 100%;
  margin: 0 auto;
  /* text-align: center; */
  /* max-width: 620px; */
  color: #fff;
}
.bgform-Green .formWidth {
  width: 70%;
  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: center;
  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: #fff;
  font-size: clamp(2.125rem, 1.6458rem + 2.1296vw, 3.5625rem);
  line-height: 1;
  margin: 30px 0 25px;
  font-family: "Telefonica";
}
.registro2022 .titleForm span {
  color: #0b2739;
}
.registro2022 .subtitleForm {
  font-size: clamp(1.4375rem, 1.0625rem + 1.6667vw, 2.5625rem);
  margin-bottom: 30px;
}
.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/website/2024/Back_Desk_02.webp) no-repeat bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /* padding-top: 50px; */
}

.wrapperTYTitle {
  text-align: center;
}
.bgFelicidades .title {
  font-size: clamp(2rem, 1.9375rem + 0.2778vw, 2.1875rem);
  font-family: "Telefonica";
  font-weight: bold;
  margin: 45px 0 20px;
  line-height: 1;
}
.bgFelicidades .subTitle {
  font-size: clamp(1.125rem, 0.9583rem + 0.7407vw, 1.625rem);
  font-family: "Telefonica";
  font-weight: 300;
  line-height: 1;
}
.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: 74%;
  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);
  font-weight: bold;
  margin: 0;
  color: #019df4;
  line-height: 1.3;
}
p.subtilteModal {
  font-size: clamp(0.9375rem, 0.875rem + 0.2778vw, 1.125rem);
  margin-top: 5px;
  color: #0b2739;
  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 45px; */
}
.myClose {
  position: absolute;
  right: 25px;
  top: 10px;
  border: 2px solid #019df4;
  padding: 2px 7px;
  border-radius: 50%;
  font-size: 10px;
  margin: 0;
  font-weight: bold;
  color: #019df4;
}
.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
  [type="checkbox"].filled-in:not(:checked)
  + span:not(.lever):after {
  background: #fff;
  border: none;
}
.terms-aviso [type="checkbox"].filled-in:checked + span:not(.lever):after {
  border: none;
  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: 20px !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 {
  text-align: center;
  background: #fff;
}

.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;
}
.candys {
  transform: translateY(-45px);
}
.marcas {
  width: 60%;
  margin: 7% auto 3%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.arrowL {
  position: absolute;
  top: 43%;
  left: -97px;
}
.arrowR {
  position: absolute;
  top: 43%;
  right: -97px;
  transform: scaleX(-1);
}
@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/2024/Back_Mob_01.webp);
    background-size: cover !important;
    background-position: center 115%;
    /*height: 1400px;*/
    padding-bottom: 0;
  }
  .bgFelicidades {
    background-image: url(../img/website/2024/Back_Mob_02.webp);
    /*background-size: contain!important;*/
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    /*height: 1100px;*/
  }
  .wrapperForm h5 {
    text-align: center;
  }
  .indicaciones .titleInstrucciones {
    padding-top: 0;
  }
  .indicaciones .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 45px;
    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 {
    width: 100%;
  }
  .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: 10px;
  }
  .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%;
    height: 1490px;
    padding: 50px 0 30px;
    /* background: url(../img/website/2023/mob/CONTENEDOR-FORMULARIO-MOB.png)
      no-repeat; */
  }
  .bgform-Green .formWidth {
    width: 90%;
    padding: 0 2%;
  }

  .wrapperForm .wrapperScroll {
    margin: 0;
  }
  .footer-chica-MOB img {
    width: 100%;
    transform: translateY(30px);
  }
  .TyC.footer2023 {
    text-align: center;
    background: url(../img/website/2023/mob/webp/FOOTER-MOBILE.webp);
  }
  .indicaciones .box img {
    width: 23px;
  }
  .TyC.footer2023 p {
    padding-right: 0;
  }
  .submitBtn {
    width: 150px;
  }
  .font20 {
    font-size: 17px !important;
  }
  .candys {
    transform: translateY(-30px);
  }
  .marcas {
    width: 100%;
  }
  .beneficios .title {
    margin: 20px 0 20px !important;
  }
  .bgFelicidades .bgBlur {
    background: url(../img/website/2024/Glass_Mob_02.webp) no-repeat top;
    background-size: 100% 100%;
    padding: 0 0 15%;
    margin: 20px auto 110px;
  }
  .beneficios div:nth-child(3) {
    margin: 30px 0;
  }
}

@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;
  }
}

/** 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.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: 75vw;
  }
  .card {
    width: 23vw;
    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%;
  }
  .wrapperForm #textoFile {
    text-align: center !important;
  }
  .marcas {
    width: 100%;
    margin: 35% auto 80px;
  }
  .marcas img {
    width: 50px;
    height: 50px;
  }
  .bgFelicidades .folio {
    font-size: 15px !important;
  }
  .modal.bg-agotado .title {
    font-size: 34px;
  }
  .modal.bg-agotado .subtitle {
    font-size: 22px !important;
    line-height: 1 !important;
  }
}
/* .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: #fff;
  text-align: left;
  height: 25px;
}
.inputs-wrapper.radios [type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  cursor: initial !important;
}
.beneficios {
  width: 85%;
  margin: 0 auto;
}
.beneficios .title {
  font-size: 23px;
  margin: 0 0 20px;
}
.beneficios .pasetitle {
  font-size: 18px;
}
.bgFelicidades .folio {
  font-size: 20px;
  font-weight: bold;
  color: #0b2739;
}
.bgFelicidades .arrowL {
  top: 37%;
}
.bgFelicidades .arrowR {
  top: 37%;
}
.modal.bg-agotado {
  background: #fff !important;
  text-align: center;
  padding: 5% 0;
  border-radius: 15px !important;
}
.modal.bg-agotado .subtitle {
  font-size: 30px;
  line-height: 1.5;
}

/* formulario navidad */
.registro2022 #formulario {
  background-image: url(../img/pantalla-2/back_registro_desk.webp);
}
.bgform-Green {
  padding-top: 20px;
}
.border-form {
  border: 2px solid #5cb615;
  border-radius: 25px;
  width: 50%;
  height: 1610px;
  margin: 0 auto 2vw;
  padding: 60px 0 25px;
  background-image: unset;
  height: 1450px;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.4);
}
.bgform-Green .formWidth {
  width: 80%;
}
.wrapperForm .wrapperScroll {
  margin-bottom: 2%;
}
.TyC p {
  padding: 10px 0;
  background-color: #0b2739;
  color: #fff !important;
}
.TyC .btnTag {
  color: #5cb615 !important;
}
.TyC.footer2023.col {
  padding: 0;
}

/* home Navidad */
* {
  font-family: "Telefonica";
}
.indicacionesNavidad {
  background-image: url(../img/pantalla-1/back-inicio-navidad-desk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-position-x: 15%;
  margin-top: -42px;
  position: relative;
  min-height: 750px;
}
.wrapper-pasos {
  margin-left: 35%;
  text-align: center;
}
.wrapper-title {
  color: #fff;
  font-size: 36px;
  padding-top: 40px;
  margin-bottom: 0;
}
.wrapper-subtitle {
  color: #009ef7;
  font-size: 26px;
  margin-top: 15px;
}
.wrapper-plus {
  color: #e63780;
  /* font-size: 50px; */
  font-weight: bold;
}
.wrapper-container {
  width: 60%;
  margin: 0 auto;
  border: 2px solid #5cb615;
  border-radius: 20px;
  padding: 30px;
}
.wrapper-container-title {
  color: #fff;
  font-size: 20px;
  margin: 0;
  font-weight: 300;
}
.instrucciones-pasos {
  display: flex;
  align-items: center;
  margin-left: 25%;
}
.instrucciones-pasos .instrucciones-number {
  color: #009ef7;
  font-size: 38px;
  margin-right: 20px;
}
.instrucciones-pasos p {
  color: #fff;
  margin: 0;
  text-align: start;
}
.instrucciones-lvl {
  font-size: 14px;
}
.txt-azul {
  color: #009ef7;
}
.txt-verde {
  color: #5cb615;
}
.btn-danger {
  width: 250px;
  height: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0;
}
/* estilos carruseles */
html,
body {
  position: relative;
  height: 100%;
  font-family: "Telefonica,sans-serif" !important;
}
#juego .choose,
.choose {
  background-image: url(../img/pantalla-3/back-premios-navidad-desk.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.choose {
  max-width: 1440px;
  margin: 0 auto;
}
.mob {
  display: none;
}
.choose .container {
  width: 85%;
  border: 2px solid #5cb615;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
}
.versionDesk {
  display: block;
}
.carousel-container {
  position: relative;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.versionDesk .row .col.s4 {
  padding: 10px 30px;
}
.choose-title {
  color: white;
  font-size: 28px;
  display: inline-block;
}
.choose-subtitle {
  color: white;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.choose-txt {
  font-size: 16px;
  color: #fff;
  margin-top: 0;
}
.choose .swiper-slide {
  width: 130px !important;
  height: 170px;
  flex-direction: column;
  border: 2px solid #5cb615;
  border-radius: 22px;
}
.choose .swiper-slide img {
  width: 120px;
  height: 118px;
}
.choose .premio-nombre {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin-top: 0;
}
.choose .swiper-slide {
  background-color: #009ef7;
}
.choose .swiper-slide.swiper-slide-active {
  background-image: url(../img/pantalla-3/fondo-seleccion-premio.webp);
}
.choose .wrapper-collapsible .swiper-button-next,
.choose .wrapper-collapsible .swiper-button-prev,
.choose .unavailable .wrapper-collapsible .swiper-button-next,
.choose .unavailable .wrapper-collapsible .swiper-button-prev {
  display: none;
}
.collapsible-header.active ~ .swiper-button-next,
.collapsible-header.active ~ .swiper-button-prev {
  display: block;
}
.choose .swiper-button-next,
.choose .swiper-button-prev {
  color: #fff;
  top: 50%;
}
.choose .swiper-button-next:after,
.choose .swiper-button-prev:after {
  font-size: 20px;
}
.choose .swiper-button-next {
  right: -8px;
}
.choose .swiper-button-prev {
  left: -8px;
}
.carousel-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.carousel-controls .btn {
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-controls .btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.carousel-arrow.prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.carousel-arrow.next {
  position: absolute;
  top: 50%;
  right: 0;
}
.btn-carousel {
  background-color: #e63780;
  color: #fff;
  display: grid;
  place-items: center;
  height: 40px;
  width: 200px;
  margin: 30px auto 0;
  border-radius: 20px;
}
.carousel-lvl {
  background-color: #009ef7;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 2px 8px;
  display: inline-block;
}
.carousel-price {
  color: #fff;
  margin: 0 0 8px;
}

/* Moadal */
.modal {
  width: 40% !important;
  background: #fff !important;
  top: calc(50% - 125px) !important;
  height: 250px;
  overflow-y: unset !important;
  border-radius: 15px !important;
}
.modal-title {
  color: #0b2739;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}
#modalPremioLabel {
  font-size: 18px;
}
#modalPremioDescripcion {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
#modalPremio .modal-footer .btnBack {
  background: unset;
  text-decoration: underline;
}
#modalPremio .btn-flat,
#modal1 .btn-flat {
  background-color: #5cb615 !important;
  text-align: center;
  text-transform: none;
}
#modal1 .modal-footer {
  display: none !important;
}
.modal .modal-content {
  padding: 10px 24px 24px !important;
}
.modal .modal-footer {
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.modal-footer a {
  font-size: 14px;
}
/* .copo-1 {
  width: 80px;
  position: absolute;
  left: -7%;
  top: 45%;
} */
/* .copo-2 {
  width: 60px;
  position: absolute;
  right: -4%;
  top: 15%;
} */
.bg-congratulations .choose {
  height: calc(100vh - 64px);
}
/*ESTILOS BRAYANT*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Ajusta la opacidad */
  display: none;
  /* Ocultar inicialmente */
  z-index: 10;
  /* Asegúrate de que esté por encima del carrusel */
}
.overlay-content {
  font-weight: 300;
  margin-top: 41.5%;
  color: #313235;
  padding: 5px;
  background-color: #d3d4d3;
  border-radius: 10px;
}
.unavailable .carousel-lvl {
  background-color: #d3d4d3;
  color: #313235;
}
.unavailable .carousel-price {
  opacity: 0;
}
.unavailable .swiper-slide {
  border: 2px solid #d3d4d3;
}
a[data-disabled="true"] {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #d3d4d3;
  color: #313235;
}

/* thanks */
.thanks-img img {
  border: 1px solid #fff;
  border-radius: 8px;
}
.thanks-img p {
  background-color: #e63780;
  color: #fff;
  display: grid;
  place-items: center;
  min-height: 40px;
  width: 180px;
  margin: -20px auto 0;
  border-radius: 8px;
  position: absolute;
  font-weight: bold;
  left: 0;
  right: 0;
  padding: 3px 8px;
}
.folio {
  margin-top: 50px;
}
.bg-congratulations {
  position: relative;
}
.rrss {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 360px;
  border: 2px solid #019df4;
  padding: 10px;
  border-radius: 30px;
  margin-top: 20px;
  backdrop-filter: blur(10px);
}
.rrss p {
  margin: 0;
  color: #fff;
}
.rrss a img {
  height: 35px;
  vertical-align: middle;
}
.choose .agotado {
  filter: contrast(0.6);
}
.choose .agotado .premio-nombre {
  opacity: 0.4;
}
.agotado .agotado-overlay {
  position: absolute;
  color: #fff;
  background: #5cb615;
  line-height: 0;
  padding: 0 5px;
  border-radius: 4px;
  font-weight: bold;
}
.unavailable .swiper-slide,
.agotado.swiper-slide {
  filter: contrast(0.6);
  border: 2px solid #8f8a8a;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (width <= 767px) {
  .indicacionesNavidad {
    background-image: url(../img/pantalla-1/back-inicio-navidad-mob.webp);
    min-height: 800px;
  }
  .wrapper-pasos {
    margin-left: 0;
  }
  .wrapper-title {
    font-size: 26px;
    padding-top: 20px;
  }
  .wrapper-subtitle {
    font-size: 21px;
  }
  .wrapper-container {
    width: 90%;
  }
  .wrapper-container-title {
    font-size: 18px;
    line-height: 20px;
  }
  .instrucciones-pasos {
    margin-left: 15%;
  }
  .registro2022 #formulario {
    background-image: url(../img/pantalla-2/back_registro_mob.webp);
    padding-bottom: 30px;
  }
  /* Carrusel */
  #juego {
    margin-bottom: -9px;
  }
  #juego .choose,
  .choose {
    background-image: url(../img/pantalla-3/back-premios-navidad-mob.webp);
    min-height: 800px;
  }
  .mob {
    display: block;
  }
  .versionDesk {
    display: none !important;
  }
  .choose-title {
    margin-bottom: 0;
  }
  .choose-subtitle {
    font-size: 16px;
    font-weight: bold;
  }
  .choose .collapsible {
    border: none;
    width: 90%;
    margin: 0 auto;
    box-shadow: unset !important;
  }

  .unavailable .swiper-3d {
    opacity: 0.4;
  }

  .collapsible li {
    border-radius: 10px;
    padding: 3px;
    padding-bottom: 0px;
    background-color: #5cb615;
    clip-path: polygon(
      50% 20px,
      64% 0px,
      100% 0px,
      100% 100%,
      0% 100%,
      100% 100%,
      0% 100%,
      0px 100%,
      0px 0px,
      36% 0px
    );
  }
  .collapsible li.active {
    clip-path: polygon(
      50% 20px,
      64% 0px,
      100% 0px,
      100% 100%,
      0% 100%,
      100% 100%,
      0% 100%,
      0px 100%,
      0px 0px,
      36% 0px
    );
    /* clip-path: polygon(50% 4%, 63% 0px, 100% 0px, 100% 100%, 0% 100%, 100% 100%, 0% 100%, 0px 100%, 0px 0px, 37% 0px);  */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .active .wrapper-collapsible {
    clip-path: polygon(
      50% 20px,
      64% 0px,
      100% 0px,
      100% 100%,
      0% 100%,
      100% 100%,
      0% 100%,
      0px 100%,
      0px 0px,
      36% 0px
    );
    /* clip-path: polygon(50% 4%, 63% 0px, 100% 0px, 100% 100%, 0% 100%, 100% 100%, 0% 100%, 0px 100%, 0px 0px, 37% 0px);s */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .wrapper-collapsible {
    padding-bottom: 15px;
    border-radius: 10px;
    border-bottom: 0;
    background-image: url(../img/pantalla-3/bg-colllapsible.png);
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    clip-path: polygon(
      50% 20px,
      64% 0px,
      100% 0px,
      100% 100%,
      0% 100%,
      100% 100%,
      0% 100%,
      0px 100%,
      0px 0px,
      36% 0px
    );
    position: relative;
  }
  .collapsible-header {
    background-color: transparent !important;
    border-bottom: 0 !important;
    display: block !important;
    padding-bottom: 0 !important;
    border-radius: 10px;
  }
  .collapsible-header p:first-child {
    margin: 15px auto 20px;
    color: #fff;
    display: inline-block;
  }
  .active .lvl-mob {
    border-radius: 5px;
    padding: 0px 5px;
  }
  .collapsible .collapsible-body {
    padding-top: 12px !important;
    border-bottom: 0;
  }
  .carousel-lvl {
    background-color: transparent;
  }

  li:not(.unavailable) .collapsible-header.active .carousel-lvl {
    background-color: #009ef7;
  }
  p.white-text.mb-0 {
    display: none;
  }
  .active p.white-text.mb-0 {
    display: block;
  }
  li:has(.active) {
    min-height: 405px;
  }
  .wrapper-collapsible:has(.active) {
    min-height: 405px;
    background-image: url(../img/pantalla-3/bg-slider-mob.png);
  }
  .overlay-content {
    margin-top: 17%;
  }

  .border-form {
    width: 90%;
  }
  .bgform-Green .formWidth {
    width: 95%;
    margin-bottom: 50px;
  }
  .modal {
    width: 90% !important;
  }
  /* .copo-1 {
    width: 60px;
  } */
  /* .copo-2 {
    width: 40px;
  } */
  #juego .choose,
  .choose {
    height: unset;
  }
  .bg-congratulations {
    margin-top: -7px;
  }
  .bg-congratulations .choose-title {
    font-size: 24px;
    margin: 0 auto 20px;
    display: grid;
    place-items: center;
    width: 100%;
  }
  .bg-congratulations .container {
    width: 90%;
  }
  .bg-congratulations .choose-subtitle {
    font-size: 14px;
    font-weight: unset;
    padding: 15px 31px 0;
  }
  .bg-congratulations .thanks-mob {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
  }
  /* #pNumber {
    font-size: 25px;
  } */
  .choose-txt {
    font-size: 14px;
    padding: 0 30px;
  }
  .bg-congratulations .choose {
    min-height: 650px;
    background-position-y: 7px;
  }
  .choose .swiper-button-next {
    right: 8px;
  }
  .choose .swiper-button-prev {
    left: 8px;
  }
}
/* #endregion */

/* ------------ Omar ----------- */

/* #region Globals */
* {
  font-family: "Telefonica";
}
.content {
  max-width: 1440px;
  margin: 0 auto !important;
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto; /* Header, contenido, footer */
  position: relative;
}
.teleRegular {
  font-family: "Telefonica";
  font-weight: normal;
  font-style: normal;
}
.fontMovi {
  color: #666666;
}
.font-weight-bold {
  font-weight: bold !important;
}
.font40 {
  font-size: 40px !important;
}
.font24 {
  font-size: 24px !important;
}
.font20 {
  font-size: 20px !important;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}
.font15 {
  font-size: 15px;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.txt-magenta {
  color: #e63780 !important;
}
.txt-azul {
  color: #009ef7 !important;
}
.bg-magenta {
  background-color: #e63780 !important;
}
.bg-verde {
  background-color: #5cb615 !important;
}
.bg-disable{
  background-color: #cdcdcd !important;
}
.br-8 {
  border-radius: 8px !important;
}

/* #endregion */

/* #region Header */
nav {
  background-color: #f4f5f7 !important;
}
nav .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 15px;
}
nav img {
  width: 70px;
}
/* #endregion */

/* #region Home */
.indicaciones {
  display: block;
  max-width: 1440px;
  position: relative;
  background-image: url(../img/rompecabezas/navidad/back-incio-navidad-desk.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px !important;
  overflow: hidden;
  height: calc(100vh - 130px);
  min-height: 900px;
}
.indicaciones__title {
  font-size: 36px;
  color: #fff;
  margin-top: 150px !important;
}
.indicaciones__subtitle {
  font-size: 24px;
  color: #fff;
}
.indicaciones .wrapperBlock {
  width: 90%;
  margin: 0px auto 7%;
  border-radius: 39px;
  padding: 0;
}
.indicaciones .wrapperPasos {
  background: unset;
  text-align: left;
  width: 100%;
  margin: 35px auto 0;
  max-width: 750px;
  margin-left: 0;
  padding: 120px 0 40px;
  border-radius: 10px;
  background-size: 100%;
}
.indicaciones__container {
  position: relative;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}
.indicaciones__number {
  background-color: #e63780;
  height: 80px;
  width: 80px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -40px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 68px;
  color: #fff;
}
.indicaciones__borde {
  border: 2px solid #fff;
  border-radius: 30px;
  height: 214px;
  width: 209px;
  position: absolute;
  left: 0px;
  top: -2px;
  mix-blend-mode: overlay;
  right: 0;
  margin: 0 auto;
}
.indicaciones__card {
  width: 205px;
  height: 210px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  backdrop-filter: blur(12px);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.indicaciones__card p {
  font-size: 18px;
}
.indicaciones__btn {
  width: 220px;
  height: 48px !important;
  display: grid !important;
  place-items: center;
  position: absolute;
  bottom: 100px;
  margin: 0 auto;
  left: 40.4vh;
}
.indicaciones__copo {
  position: absolute;
  z-index: 1;
}
.indicaciones__copo.copo-1 {
  left: -26px;
  top: 100px;
}
.indicaciones__copo.copo-2 {
  right: -20px;
  top: -36px;
}
.indicaciones__copo.copo-3 {
  display: none;
}
.indicaciones__vigencia {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  margin: 0 auto;
  left: 20.5vw;
}
/* #endregion */

/* #region Formulario */
.formRompecabezas #formulario,
.formRompecabezas .rompecabezas {
  background-image: url(../img/rompecabezas/navidad/back-navidad-desk.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1000px;
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.borde {
  border-radius: 25px;
  border: 2px solid #fff;
  mix-blend-mode: overlay;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-top: 60px;
  position: absolute;
  z-index: 0;
  height: 1100px;
  width: 65%;
  left: 14.77vw;
  box-sizing: border-box;
}
.formRompecabezas__container,
.rompecabezas__container {
  backdrop-filter: blur(12px);
  height: 1096px;
  width: calc(65% - 4px);
  margin-top: 60px;
  border-radius: 25px;
  padding: 30px 8%;
  position: absolute;
  top: 2px;
  left: calc(14.77vw - -12.5px);
}
.formRompecabezas__title {
  color: #fff;
  font-size: clamp(30px, 2.5vw, 36px);
  line-height: 1.2;
  margin: 30px 0 25px;
}
.formRompecabezas__subtitle {
  color: #019df4;
  font-size: 24px;
  font-weight: bold;
}
.formRompecabezas__input-container {
  height: 66px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 8px 12px;
}
.formRompecabezas__input-name {
  margin: 0;
  height: 20px;
  font-size: 14px;
}
.formRompecabezas__input {
  height: 25px !important;
  border: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 18px;
  margin: 3px 0 0 !important;
  color: #fff !important;
}
.formRompecabezas__input::placeholder {
  color: #7da59f !important;
}
input[type="text"]:not(.browser-default):focus:not([readonly]) {
  box-shadow: none !important;
}
.formRompecabezas__container small {
  font-size: 14px;
}
.formRompecabezas__tyc
  [type="checkbox"].filled-in:not(:checked)
  + span:not(.lever):after {
  background: #fff;
  border: none;
  /* margin-top: 3px; */
}
.formRompecabezas__tyc
  [type="checkbox"].filled-in:checked
  + span:not(.lever):after {
  background-color: #fff !important;
  border: none;
  /* margin-top: 5px; */
}
.formRompecabezas__tyc
  [type="checkbox"].filled-in:checked
  + span:not(.lever):before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  /* margin-top: 7px; */
}
[type="checkbox"] + span:not(.lever) {
  line-height: 20px !important;
}
.formRompecabezas__tyc p {
  text-align: initial !important;
}
.input-field .formRompecabezas__submit {
  border-radius: 25px !important;
  height: 48px !important;
  display: grid;
  place-items: center;
  width: 220px;
  color: #fff;
  font-size: 18px;
  background-color: #e63780 !important;
}
.formRompecabezas__img-regalo {
  position: absolute;
  top: 65%;
  left: 85%;
}
input[type="tel"]:not(.browser-default):focus:not([readonly]) {
  box-shadow: none !important;
}
/* #endregion */

/* #region Footer */
.footer {
  background: #e8e8e8;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #5cb615;
}
.footer__tyc {
  font-size: 18px;
  margin: 0;
}
.footer__tyc a {
  color: #0b2739;
  font-size: 14px;
}
.footer__tyc a:hover {
  text-decoration: underline;
}
/* #endregion */

/* #region Rompecabezas */
.rompecabezas__container {
  padding: 30px 2%;
}
.timer {
  border: 2px solid #0b8470;
  padding: 10px 0;
  border-radius: 53px;
  width: 90%;
  max-width: unset;
  margin: 0 auto !important;
  height: 95px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.timer__title {
  font-size: 22px;
  color: #fff;
}
.timer__subtitle {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.timer img {
  height: 80px;
  width: 80px;
  border-radius: 10px;
}
.timer .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.borders {
  border-left: 2px solid #0b8470;
  border-right: 2px solid #0b8470;
}
.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;
  margin: 0 auto;
}
.rompecabezas__title {
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.heading span {
  font-size: 1em;
  line-height: unset;
}
.heading {
  align-self: center;
  grid-column-end: span 2;
  text-align: center;
}
/* #endregion */

/* #region Modal Navidad */
#modalNavidad {
  height: 150px;
}
/* #endregion */

/* #region Thanks */
.rompecabezas.thanks {
  min-height: 1050px;
}
.rompecabezas.thanks .borde {
  height: 930px;
}
.thanks .rompecabezas__container {
  height: 926px;
}
.thanks__data {
  font-size: 24px;
  color: #0b2739;
  margin: 0;
}
.thanks__text {
  font-size: clamp(1.0625rem, 1rem + 0.2778vw, 1.25rem);
  color: #fff;
  text-align: center;
  text-wrap: balance;
  margin: 20px 0 10px;
}
.thanks__btn-save {
  text-transform: initial;
  height: 48px !important;
  width: 220px;
  display: grid !important;
  place-items: center;
  margin: 0 auto;
  font-size: 20px !important;
  border-radius: 30px !important;
}
.thanks__img-regalo {
  position: absolute;
  top: 63%;
  left: 75%;
}
.formRompecabezas .rompecabezas .incorrecto {
  min-height: unset;
  height: calc(100vh - 134px);
}
.thanks .incorrecto .rompecabezas__container {
  height: 496px;
  margin-top: 5%;
}
.formRompecabezas .rompecabezas .incorrecto .head {
    visibility: hidden;
}
.thanks .incorrecto .borde {
  height: 500px;
  margin-top: 20%;
}
/* #endregion */

/* #region Modal Pregunta */
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #019df4 !important;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #019df4 !important;
}
/* label:has([type="radio"]:checked) span::before {
  display: none;
  }
  
  label:not(:has([type="radio"]:checked)) span::after {
  display: none;
  } */
[type="radio"] + span:after {
  left: 0 !important;
}
[type="radio"]:checked + span {
  padding-left: 35px !important;
}

#quiz-form {
  padding-left: 20px;
}
/* #endregion */

/* #region Pantalla Agradecimiento */
.agradecimiento-app {
  background-image: url(../img/enamorados-2026/back-desk.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.container-borde {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #5cb615;
  padding: 3% 0 4% 0%;
  position: relative;
  border-radius: 25px;
}
.agradecimiento-img {
  position: absolute;
  left: 13%;
  width: 285px;
  top: 24%;
  z-index: 1;
}
/* #endregion */

/* #region Media Queries */
@media (max-width: 1440px) {
  .indicaciones,
  #juego,
  .formRompecabezas,
  .bgFelicidades {
    background-size: cover !important;
  }
}
@media (max-width: 1024px) {
  .formRompecabezas__container {
    padding: 30px 3%;
  }
}
@media (max-width: 768px) {
  /* #region Globales */
  .font18-mob {
    font-size: 18px !important;
  }
  .font13-mob {
    font-size: 13px !important;
  }
  .mb-25-mob {
    margin-bottom: 25px !important;
  }
  /* #endregion */

  /* #region Indicaciones */
  .indicaciones {
    background-image: url(../img/rompecabezas/navidad/back-incio-navidad-mob.webp);
    min-height: 1050px;
  }
  .indicaciones__title {
    font-size: 24px;
    line-height: 1.1;
    margin-top: 20px !important;
  }
  .indicaciones__subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
  .indicaciones .wrapperPasos {
    padding-top: 10px;
  }
  .indicaciones__number {
    height: 60px;
    width: 60px;
    font-size: 45px;
  }
  .indicaciones__borde {
    width: 87%;
    height: 174px;
  }
  .indicaciones__card {
    width: 85%;
    height: 170px;
  }
  .indicaciones__container {
    height: 210px;
  }
  .indicaciones__container.third {
    margin-left: 25% !important;
  }
  .indicaciones__card p {
    font-size: 15px;
  }
  .indicaciones__vigencia {
    left: 0;
    right: 0;
  }
  .indicaciones__btn {
    left: 0;
    right: 0;
  }
  .indicaciones__copo {
    height: 70px;
  }
  .indicaciones__copo.copo-1 {
    display: none;
  }
  .indicaciones__copo.copo-2 {
    right: -28px;
    top: -28px;
  }
  .indicaciones__copo.copo-3 {
    display: block;
    left: -37px;
    top: 112px;
  }
  /* #endregion */

  /* #region Formulario  */
  .formRompecabezas #formulario {
    background-image: url(../img/rompecabezas/navidad/back-navidad-mob.webp);
    height: auto;
    min-height: 900px;
  }
  .formRompecabezas .rompecabezas {
    background-image: url(../img/rompecabezas/navidad/back-navidad-mob.webp);
    height: 100vh;
    min-height: 700px;
  }
  .borde {
    width: 90%;
    left: 0;
    right: 0;
    margin: 20px auto;
    height: 784px;
  }
  .formRompecabezas__container {
    margin-top: 20px;
    width: calc(90% - 4px);
    left: calc(14.77vw - 27.5px);
    height: 780px;
  }
  .formRompecabezas__title {
    margin-top: 10px;
    font-size: clamp(18px, 5.6vw, 24px);
  }
  .formRompecabezas__subtitle {
    font-size: 20px;
  }
  .formRompecabezas__input-container {
    height: 54px;
    padding: 4px 12px;
  }
  .formRompecabezas__input {
    margin-top: 0 !important;
  }
  input[type="tel"]:not(.browser-default):focus:not([readonly]) {
    box-shadow: none !important;
  }
  .formRompecabezas__container small {
    font-size: 12px;
  }
  .input-field {
    margin-top: 0 !important;
  }
  [type="checkbox"] + span:not(.lever) {
    font-size: 12px !important;
  }
  .formRompecabezas .input-field p {
    margin: 10px auto;
  }
  .formRompecabezas__img-regalo {
    left: 0px;
    width: 50%;
    top: 80%;
  }
  .input-field .formRompecabezas__submit {
    height: 40px !important;
    width: 60%;
    max-width: 175px;
    position: absolute;
    right: 0;
    bottom: -90px;
  }
  /* #endregion */

  /* #region Rompecabezas */
  .rompecabezas .borde {
    height: 650px;
  }
  .rompecabezas .rompecabezas__container {
    width: 89%;
    height: 607px;
    left: 8vw;
    padding: 0px 3%;
  }
  .rompecabezas__title {
    font-size: 24px;
    margin-top: 0;
  }
  .timer {
    height: 60px;
  }
  .timer__title {
    font-size: 12px;
  }
  .timer__subtitle {
    font-size: 18px;
  }
  .timer img {
    height: 50px;
    width: 50px;
  }
  .borders:before {
    content: "";
    display: inline-block;
    border: unset;
    width: unset;
  }
  .borders:after {
    content: "";
    display: unset;
    border: unset;
    width: unset;
  }
  .puzzle {
    padding: 1em 1.2em 3em;
  }
  /* #endregion */

  /* #region thanks */
  .formRompecabezas .rompecabezas.thanks {
    background-image: url(../img/rompecabezas/navidad/back-navidad-mob.webp);
    height: 100vh;
    min-height: 1180px;
  }
  .rompecabezas.thanks .borde {
    height: 950px;
  }
  .rompecabezas.thanks .rompecabezas__container {
    height: 906px;
  }
  .thanks__img-regalo {
    position: absolute;
    top: 78%;
    left: 28%;
    width: 190px;
  }
  .thanks__data {
    font-size: 19px;
  }
  .thanks__btn-save {
    height: 40px !important;
    width: 200px;
    font-size: 16px !important;
  }
  /* #endregion */

  /* #region modal Navidad */
  #modalNavidad {
    height: 200px;
    width: 80% !important;
    /* top: 40px !important; */
    top: calc(50% - 125px) !important;
  }
  p.tilteModal {
    font-size: 24px;
  }
  .modal-footer a {
    font-size: 16px;
    width: 180px;
    height: 40px;
    display: grid;
    place-items: center;
  }
  /* #endregion */

  /* #region Agradecimiento */
  .agradecimiento-app {
    align-items: start;
    padding-top: 40px;
  }
  .container-borde {
    width: 80%;
    padding: 7% 5% 20%;
    text-align: center;
  }
  .agradecimiento__title {
    font-size: 36px !important;
    line-height: 1.1;
  }
  .agradecimiento__subtitle {
    font-size: 21px !important;
    line-height: 1.3;
    margin-top: 10px !important;
  }
  .agradecimiento__subtitle span {
    padding: 0 !important;
  }
  .agradecimiento-img {
    left: 24%;
    width: 210px;
    top: 65%;
  }
  /* #endregion */
}
@media (max-width: 600px) {
  /* #region Menu */
  nav img {
    width: 10%;
  }
  /* #endregion */

  /* #region Formulario */
  /* .formRompecabezas #formulario {
    background-image: url(../img/pantalla-2/back_registro_mob.webp);
    padding-bottom: 30px;
    background-size: cover !important;
    background-position: center 115%;
  } */
  .formRompecabezas .input-field p {
    /* text-align: left; */
    font-size: 17px;
  }
  /* #endregion */
  /* #region Agradecimiento */
  .agradecimiento-app {
    align-items: center;
    padding-top: 40px;
    min-height: 640px;
  }
  .container-borde {
    width: 80%;
    padding: 7% 5% 20%;
    text-align: center;
  }
  .agradecimiento__title {
    font-size: 36px !important;
    line-height: 1.1;
  }
  .agradecimiento__subtitle {
    font-size: 21px !important;
    line-height: 1.3;
    margin-top: 10px !important;
  }
  .agradecimiento__subtitle span {
    padding: 0 !important;
  }
  .agradecimiento-img {
    left: 24%;
    width: 210px;
    top: 350px;
  }
  /* #endregion */
}
/* #endregion */

/******* #region enamorados 2026 *******/

.bg-blanco {
  background-color: #fff !important;
}
.white-pill {
  font-weight: bold;
  padding: 0 10px 5px;
  border-radius: 20px;
}
.enamorados2026 .indicaciones__title {
  margin-top: 100px !important;
}
.enamorados2026 .indicaciones .wrapperBlock {
  width: 100%;
}
.enamorados2026 .indicaciones {
  display: block;
  max-width: 1440px;
  position: relative;
  background: #019df4 url(../img/enamorados-2026/back-desk.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px !important;
  overflow: hidden;
  height: calc(100vh - 130px);
  min-height: 615px;
}
.enamorados2026 .wrapperPasos {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  width: 65%;
  max-width: 1020px;
  margin: 0 auto 0 10vw;
  padding: 40px 30px;
  border-radius: 40px;
  backdrop-filter: blur(3px) brightness(1.1);
}
.enamorados2026 .wrapperPasos .box-left .title {
  font-size: 36px;
  margin: 10px 0 20px;
}
.enamorados2026 .wrapperPasos .box-left .subtitle {
  font-size: 30px;
  line-height: 1;
  margin: 0;
}
.enamorados2026 .wrapperPasos .box-left {
  width: 40%;
  text-align: center;
}
.enamorados2026 .wrapperPasos .box-rigth {
  width: 40%;
  text-align: center;
}
.enamorados2026 .wrapperPasos .box-rigth .steps {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-bottom: 13px;
  padding: 0 10px;
  height: 57.6px;
}
.enamorados2026 .wrapperPasos .box-rigth .steps .green-circle {
  background-color: #5cb615;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  /* margin-right: 10px; */
}
.enamorados2026 .wrapperPasos .box-rigth .steps .text {
  width: 90%;
  text-wrap: balance;
  line-height: 1;
}
.corazones-desk1 {
  position: absolute;
  top: -45px;
  left: -165px;
}
.img-maxi-01 {
  position: absolute;
  top: -45px;
  right: -283px;
}
.enamorados2026 .wrapperPasos button {
  max-width: 175px;
  margin-top: 10px;
}
.enamorados2026 .formRompecabezas__input-container {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  border: none;
}
.enamorados2026 .formRompecabezas__input {
  background-color: #fff !important;
  padding: 7px 0 !important;
  border-radius: 5px !important;
  color: #50535a !important;
  padding-left: 10px !important;
}
.enamorados2026 .formRompecabezas__container,
.enamorados2026 .rompecabezas__container {
  padding: 30px 0%;
  height: 600px;
  margin-top: 185px;
  backdrop-filter: blur(3px) brightness(1.1);
  left: 50%;
  transform: translateX(-50%);
}
.enamorados2026 .formRompecabezas__container small {
  font-size: 12px;
}
.enamorados2026 .formRompecabezas__input::placeholder {
  color: rgba(181, 181, 181, 0.7) !important;
  font-size: 14px;
  padding-left: 10px;
}
.enamorados2026 .formRompecabezas #formulario,
.enamorados2026 .formRompecabezas .rompecabezas {
  background: #019df4 url(../img/enamorados-2026/back-desk.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 880px;
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.enamorados2026 .formRompecabezas .rompecabezas {
  min-height: 695px;
}
.enamorados2026 .borde {
  border-radius: 25px;
  border: unset;
  mix-blend-mode: overlay;
  box-shadow: unset;
  margin-top: 60px;
  position: absolute;
  z-index: 0;
  height: 1100px;
  width: 65%;
  left: 14.77vw;
  box-sizing: border-box;
}
.enamorados2026 #formulario .title {
  color: #fff;
  font-size: clamp(1rem, 0.5417rem + 2.037vw, 2.375rem);
  text-align: center;
  text-wrap: balance;
}
.enamorados2026 #formulario .subtitle {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.enamorados2026 .order-parent {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.order-child-01 {
  order: 1;
}
.order-child-02 {
  order: 3;
}
.order-child-03 {
  order: 2;
}
.order-child-04 {
  order: 4;
}
.enamorados2026 .input-field .formRompecabezas__submit {
  background-color: #5cb615 !important;
}
.enamorados2026 .formRompecabezas .vigencia {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.enamorados2026 .formRompecabezas .vigencia {
  color: #fff;
}
.enamorados2026 .formRompecabezas__input-name {
  color: #fff;
}
/* Icono de validación */
.enamorados2026
  .formRompecabezas__input-container
  input:valid
  + p.validate-icon::before {
  content: "✓";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-47%);
  background-color: #5cb615;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
}
.enamorados2026
  .formRompecabezas__input-container
  input:invalid:not(:placeholder-shown)
  + p.validate-icon::before {
  content: "✕";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-47%);
  background-color: #f44336;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
}
/* END Icono de validación */

.enamorados2026 .input-field.formRompecabezas__tyc {
  margin-top: 0;
}
.rompecabezas__container-enamorados2026 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 50px auto;
}
.enamorados2026 #divResultado .bg-white {
  width: 65%;
  margin: 20px auto 0;
  padding: 30px 10px;
  background: #fff;
  border-radius: 15px;
}
.enamorados2026 #divResultado .bg-white p {
  font-size: clamp(1.125rem, 1.0208rem + 0.463vw, 1.4375rem) !important;
  color: #0b2739;
  margin: 0 0 10px;
}
.enamorados2026 #divResultado .bg-white h4#timer,
#movimientosfinal {
  color: #e63780;
  font-size: clamp(1.28125rem, 1.125rem + 0.6944vw, 1.75rem);
  font-weight: bold;
}
.line-right {
  position: relative;
}
.line-right:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #e63780;
  position: absolute;
  right: 0;
}
.enamorados2026 .rompecabezas__title {
  font-size: clamp(1rem, 0.6042rem + 1.7593vw, 2.1875rem);
}

.modal__Enamorados2026 #quiz-form p span {
  color: #0b2739;
}
.modal__Enamorados2026 .modal__title {
  font-size: 22px;
  margin-bottom: 0 !important;
}
.modal__Enamorados2026 #quiz-form {
  padding-left: 0;
  width: 55% !important;
  margin: 0 auto 20px;
}
.modal__Enamorados2026 p.myClose.modal-close {
  font-size: 11px !important;
  color: #019df4 !important;
}
.formRompecabezas .thx__enamorados2026 {
  background: #019df4 url(../img/enamorados-2026/back-desk.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 130px);
  min-height: 590px;
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.thanks.thx__enamorados2026 .rompecabezas__container {
  height: auto;
}
.thx__enamorados2026 #divScreen {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.thx__enamorados2026 .head .rompecabezas__title:nth-child(1) {
  margin-bottom: 0 !important;
}
.thx__enamorados2026 .head .rompecabezas__title:nth-child(2) {
  margin: 0;
}
.thx__enamorados2026 .rompecabezas__container {
  position: relative;
  background-color: #fff;
  margin: 30px 0;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.thx__enamorados2026 #divScreen #pNumber,
#pTime,
.thx__enamorados2026 #divScreen #pMoves,
.thx__enamorados2026 #divScreen #pDate {
  color: #e63780;
}
.formRompecabezas .thx__enamorados2026 #juego {
  position: relative;
}
.overlay__img-left,
.overlay__img-right {
  position: absolute;
}
.overlay__img-left {
  bottom: 0;
  left: 15px;
  z-index: 1;
}
.overlay__img-right {
  bottom: 0;
  right: 0;
}
.formRompecabezas .thx__enamorados2026 .vigencia {
  text-align: center;
}
.timer-main-wrapper{
  display: flex;
  flex-direction: column;
  position: relative;
}
.vigencia-cards-top {
    position: absolute;
    width: 100%;
    bottom: -100px;
}
.vigencia-cards-top p{
  font-size: 14px;
  color: #fff;
}
.vigencia-cards-bottom{
  display: none;
}
#modalPregunta a{
    color: #fff;
    width: 150px;
    border-radius: 35px;
    text-align: center;
}
#modalPregunta button#btnEnviar {
    background-color: #5cb615!important;
    color: #fff!important;
    border-radius: 35px;
    width: 150px;
}
button.modal-close.waves-effect.waves-green.btn-flat.bg-disable.classAction {
    background-color: #cdcdcd!important;
    color: #fff!important;
    border-radius: 35px;
    width: 150px;
}

@media (min-height: 800px) and (min-width: 1024px){
  .overlay__img-left {
      bottom: -206px;
      left: -70px;
      z-index: 1;
  }
  .overlay__img-left img {
    width: 360px;
  }
  .overlay__img-right {
    bottom: -205px;
    right: -83px;
  }
  .overlay__img-right img {
    width: 459px;
  }
  .formRompecabezas .thx__enamorados2026 #juego {
    overflow: visible;
  }
}
@media (width <= 767px) {
  .mb-0-mob {
    margin-bottom: 0 !important;
  }
  .enamorados2026 .indicaciones__title {
    margin-top: 25px !important;
    line-height: 1.4;
  }
  .enamorados2026 .wrapperPasos {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    padding: 10px 30px 40px;
    border-radius: 40px;
  }
  .enamorados2026 .wrapperPasos {
    flex-direction: column;
  }
  .enamorados2026 .wrapperPasos .box-left,
  .enamorados2026 .wrapperPasos .box-rigth {
    width: 100%;
  }
  .enamorados2026 .wrapperPasos .box-rigth {
    margin-top: 35px;
  }
  .corazones-desk1 {
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
  }
  .img-maxi-01 {
    top: 400px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .enamorados2026 .indicaciones {
    position: relative;
    min-height: 1140px;
  }
  .enamorados2026 .indicaciones__subtitle {
    margin-top: 35px;
  }
  .enamorados2026 .wrapperPasos .box-left .title {
    font-size: 26px;
    margin: 10px 0;
  }
  .enamorados2026 .wrapperPasos .box-left .subtitle {
    font-size: 20px;
  }
  .enamorados2026 .wrapperPasos button {
    margin-top: 20px;
  }
  .enamorados2026 .vigencia {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .enamorados2026 .formRompecabezas__container,
  .enamorados2026 .rompecabezas__container {
    height: 717px;
    margin-top: 140px;
    left: 51%;
    transform: translateX(-49%);
  }
  .enamorados2026 .formRompecabezas__input-container {
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
  }
  .enamorados2026 .input-field .formRompecabezas__submit {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .enamorados2026 .formRompecabezas #formulario {
    background: #019df4 url(../img/enamorados-2026/back-mob.webp) !important;
    height: 100dvh !important;
    min-height: 900px;
  }
  .order-child-01 {
    order: 1;
  }
  .order-child-02 {
    order: 2;
  }
  .order-child-03 {
    order: 3;
  }
  .order-child-04 {
    order: 4;
  }
  .enamorados2026 .rompecabezas__container-enamorados2026 {
    width: 100%;
    margin: 45px auto 0;
  }
  .enamorados2026 #divResultado {
    height: 140px;
  }
  .enamorados2026 #divResultado .bg-white {
    width: 95%;
    margin: 10px auto 0;
    padding: 20px 10px;
    float: none;
  }
  .modal__Enamorados2026 #quiz-form {
    width: 60% !important;
  }
  .formRompecabezas .thx__enamorados2026 {
    background: #019df4;
    background-image: url(../img/enamorados-2026/back-mob.webp) !important;
    min-height: 942px !important;
  }
  .formRompecabezas .thx__enamorados2026 #juego {
    overflow: visible;
  }
  .thx__enamorados2026 .rompecabezas__container {
    left: 8vw;
    transform: unset;
    padding: 25px 10px 15px;
  }
  .head .rompecabezas__title {
    margin-top: 45px;
  }
  .thx__enamorados2026 #divScreen {
    margin: 0 0 10px;
    gap: 20px;
  }
  .thx__enamorados2026 #divScreen #pNumber,
  #pTime,
  .thx__enamorados2026 #divScreen #pMoves,
  .thx__enamorados2026 #divScreen #pDate {
    font-size: 18px;
  }
  .overlay__img-left {
    left: 50%;
    transform: translateX(-50%);
    top: 186px;
    z-index: 0;
  }
  .overlay__img-right {
    bottom: -306px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .formRompecabezas .thx__enamorados2026 .vigencia {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: -285px;
  }
  .formRompecabezas .thx__enamorados2026 .vigencia p {
    margin: 0;
  }
  .thx__enamorados2026 .head .rompecabezas__title:nth-child(2) {
    font-size: clamp(1.03125rem, 0.6563rem + 1.6667vw, 2.15625rem);
    margin: 0;
    text-wrap: balance;
  }
  .vigencia-cards-top{
    display: none;
  }
  .vigencia-cards-bottom{
    display: block;
  }
}
@media (width <= 576px) {
  .enamorados2026 .card {
    width: 80px;
    height: 80px;
    margin: 0 0 0.5rem 0;
  }
  .incorrecto .overlay__img-right {
    bottom: -146px;
  }
}
@media (width <= 360px) {
  .enamorados2026 .card {
    width: 70px;
    height: 70px;
  }
  .modal__Enamorados2026 #quiz-form {
    width: 75% !important;
  }
  .img-maxi-01 {
    top: 463px;
  }
  .overlay__img-right {
    left: 52%;
  }
}


