:root {
  --main-tph-color: white;
  --tph-verde-claro: #93c021;
  --tph-verde-oscuro: #33613f;
  --tph-rosa: #e87da9;
  --tph-naranja: #de7200;
  --tph-amarillo: #f7f0a1;
  --tph-blanco: white;
  --tph-negro: black;
  --tph-gris: #999999;
  --tph-cuenta-atras: #e8871b;
  --tph-form-label: black;
  --tph-form-placeholder: gray;
  --tph-form-input: white;
  --tph-form-bg: #33613f;
  --tph-font-body: 'segoeui';
  --tph-font-candara: 'candara';
  --tph-font-candarab: 'candarab';
  --tph-font-pantonextrablack: 'pantonextrablack';
  --tph-font-segoeui: 'segoeui';
  --tph-font-resistenzaannuariocondensedblack: 'resistenzaannuariocondensedblack';
  --tph-font-futuraptmedium: 'futuraptmedium';

  /************* VARIABLES DE COLOR *************/
  /* Fondo del contenedor del carrusel */
  --tph-carousel-bg-color: #EEE;
  /* Fondo de las celdas (si no hay imagen) */
  --tph-carousel-cell-bg-color: #8C8;
  /* Color del texto descriptivo */
  --tph-carousel-text-color: #666;
  /* Color del título del servicio */
  --tph-carousel-title-color: #000;
  /* Color de la línea horizontal */
  --tph-carousel-hr-color: #CCC;

  /************* VARIABLES DE TAMAÑO *************/
  /* Ancho de las celdas del carrusel */
  --tph-carousel-cell-width: 600px;
  /* Altura de las celdas del carrusel */
  --tph-carousel-cell-height: 443px;
  /* Margen derecho de las celdas */
  --tph-carousel-cell-margin-right: 10px;
  /* Bordes redondeados de las celdas */
  --tph-carousel-border-radius: 5px;

  /************* VARIABLES DE TIPOGRAFÍA *************/
  /* Familia de fuente */
  --tph-carousel-font-family: sans-serif;
  /* Tamaño del título del servicio */
  --tph-carousel-title-font-size: 18px;
  /* Tamaño de la fuente de la descripción */
  --tph-carousel-description-font-size: 14px;
  /* Espacio arriba de la descripción */
  --tph-carousel-description-margin-top: 10px;
  /* Margen arriba y abajo de la línea horizontal */
  --tph-carousel-hr-margin: 5px 0;

}

/********************************************************************* fuentes *********************************************************/

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

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

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

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

@font-face {
  font-family: 'resistenzaannuariocondensedblack';
  src: url('../../../fonts/resistenza-annuario-condensed-black.woff2') format('woff2'),
    url('../../../fonts/resistenza-annuario-condensed-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

.font-body {
  font-family: var(--tph-font-body);
}

.font-candara {
  font-family: var(--tph-font-candara);
}

.font-candarab {
  font-family: var(--tph-font-candarab);
}

.font-pantonextrablack {
  font-family: var(--tph-font-pantonextrablack);
}

.font-segoeui {
  font-family: var(--tph-font-segoeui);
}

.font-resistenzaannuariocondensedblack {
  font-family: var(--tph-font-resistenzaannuariocondensedblack);
}

.font-futuraptmedium {
  font-family: var(--tph-font-futuraptmedium);
}

.font-arial {
  font-family: Arial, Helvetica, sans-serif;
}

.font-georgia {
  font-family: 'georgia';
}

.font-georgia-i {
  font-family: 'georgiai';
}

.font-typold {
  font-family: 'Typold Regular';
}

.font-typold {
  font-family: 'Typold Regular';
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--tph-font-body);
  color: var(--tph-negro);
  background-color: var(--main-tph-color);
}

img,
iframe {
  max-width: 100%;
}

.bg-promo {
  background-color: var(--tph-verde-claro);
}

.bg-menu {
  background-color: var(--tph-verde-oscuro);
}

.bg-verde-claro {
  background-color: var(--tph-verde-claro);
}

.bg-verde-oscuro {
  background-color: var(--tph-verde-oscuro);
}

.bg-rosa {
  background-color: var(--tph-rosa);
}

.bg-naranja {
  background-color: var(--tph-naranja);
}

.bg-amarillo {
  background-color: var(--tph-amarillo);
}

.bg-blanco {
  background-color: var(--tph-blanco);
}

.bg-negro {
  background-color: var(--tph-negro);
}

.bg-gris {
  background-color: var(--tph-gris);
}

.color-verde-claro {
  color: var(--tph-verde-claro);
}

.color-verde-oscuro {
  color: var(--tph-verde-oscuro);
}

.color-rosa {
  color: var(--tph-rosa);
}

.color-naranja {
  color: var(--tph-naranja);
}

.color-amarillo {
  color: var(--tph-amarillo);
}

.color-blanco {
  color: var(--tph-blanco);
}

.color-negro {
  color: var(--tph-negro);
}

.color-gris {
  color: var(--tph-gris) !important;
}

.cursor-blocked {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.alert-error {
  margin-bottom: .5rem;
}

.cookies {
  z-index: 99999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/********************************************************************* Botones *********************************************************/

.btn-participa {
  background-color: var(--tph-rojo);
  color: var(--tph-amarillo);
  border-radius: 50px;
}

.btn-participa:hover {
  background-color: var(--tph-amarillo);
  color: var(--tph-rojo);
}

.btn-participa:focus {
  background-color: var(--tph-amarillo);
  color: var(--tph-rojo);
}

/* Botón pill verde "PARTICIPAR" */
.btn-formulario {
  --btn-green: var(--tph-verde-claro, #9ac82b);
  background-color: var(--btn-green);
  color: #fff;
  font-family: 'pantonextrablack';
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .5px;
  line-height: 1;
  border: 0;
  border-radius: 999px;
  padding: .85rem 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
  transition: filter .15s ease, box-shadow .15s ease, transform .08s ease;
}

.btn-formulario:hover {
  color: var(--tph-verde-claro);
  filter: brightness(.95);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  transform: translateY(-1px);
}

.btn-formulario:active {
  transform: translateY(0);
  filter: brightness(.9);
}

.btn-formulario:focus-visible {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .6),
    0 0 0 .45rem rgba(154, 200, 43, .35);
  /* aro de foco suave */
}

/* Opcional: a todo el ancho como en la maqueta larga */
.btn-formulario--full {
  width: 100%;
}

.btn-promo {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.btn-promo:hover {
  background-color: rgb(255, 255, 255);
  color: white;
}

.btn-promo:focus {
  background-color: rgb(255, 255, 255);
  color: white;
}

.btn-round-negativo {
  border-radius: 1.3rem !important;
  background-color: rgb(255, 255, 255);
  color: white;
}

.gradiente-texto {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #00B09F, #004862);
}

/* Estilo para los inputs de texto dentro del formulario #formCod */
#formCod #codigo_1,
#formCod #codigo_2 {
  font-family: 'jollygoodproperextrabold';
  background-color: var(--tph-amarillo);
  color: var(--tph-amarillo);
  border: 2px solid var(--tph-amarillo);
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  max-width: 50%;
  margin: 0 auto;
}

/* Estilo para los placeholders en los inputs de texto dentro del formulario #formCod */
#formCod #codigo_1::placeholder,
#formCod #codigo_2::placeholder {
  color: var(--tph-amarillo);
  opacity: 1;
  font-weight: bold;
}

/* Estilo para el botón principal dentro del formulario #formCod */
#formCod #btnCod {
  font-family: 'jollygoodproperextrabold';
  background-color: var(--tph-amarillo);
  color: var(--tph-amarillo);
  border: 2px solid var(--tph-amarillo);
  border-radius: 50px !important;
  font-weight: bold;
  max-width: 50%;
  margin: 0 auto;
  padding: 12px;
}

/* Estilo para el botón de espera dentro del formulario #formCod */
#formCod #btnWait {
  font-family: 'jollygoodproperextrabold';
  background-color: var(--tph-amarillo);
  color: var(--tph-amarillo);
  border: 2px solid var(--tph-amarillo);
  border-radius: 50px !important;
  max-width: 50%;
  margin: 0 auto;
  padding: 12px;
}

/* Ajustes de tamaño y espaciado para inputs y botones en #formCod */
#formCod input.form-control,
#formCod button.btn {
  padding: 10px;
  font-size: 1rem;
}



/********************************************************************* scrollbar css *********************************************************/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--tph-dorado);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black;
}

.alert {
  font-family: 'Typold Regular';
}

/********************************************************************************** MENU  *******************************************************************************/

#logo {
  max-width: 100px;
}

.navbar-brand {
  max-width: 210px;
}

#accesoMicuenta {
  z-index: 99999;
  font-family: 'Typold Regular';
}

#mainMenu {
  font-family: 'segoeui';
  font-size: 1.5rem;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
}

#mainMenu .container-fluid {
  background-color: var(--tph-verde-oscuro);
  min-height: 4rem;
  color: var(--tph-blanco) !important;
  z-index: 1;
}

#mainMenu .nav-link {
  color: var(--tph-blanco);
}


/* .navbar-dark .navbar-nav .nav-link {
  color: var(--tph-naranja);
}

.navbar-dark .navbar-brand {
  color: var(--tph-naranja);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: var(--tph-naranja) !important;
} */

.fixed-top {
  position: fixed !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/********************************************************************************** INICIO  *******************************************************************************/

/* Tamaños fluidos del titular para responsive */
.hero-title {
  font-size: clamp(2.25rem, 3.8vw + 1rem, 5.5rem);
}

.hero-title-resaltado {
  color: var(--tph-amarillo);
}

/* amarillo suave del diseño */

/* Subtítulo (imagen) ancho controlado para desktop */
.hero-subtitle {
  max-width: 340px;
}

/* CTA estilo pastilla */
.btn-participa.hero-cta {
  background: var(--tph-rosa);
  /* rosa del botón */
  color: #fff;
  border: none;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

.btn-participa.hero-cta:hover {
  filter: brightness(1.05);
}

/* Producto y ligeras sombras */
.hero-producto-wrap {
  max-width: 640px;
  margin-inline: auto;
}

.hero-producto {
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .35));
}

/* Huellas decorativas (desktop) */
.hero-huella-izq {
  width: 160px;
  transform: translate(-10%, -5%);
  opacity: .9;
}

.hero-huella-der {
  width: 190px;
  transform: translate(15%, -5%);
  opacity: .9;
}


/********************************************************************************** sandwich  *******************************************************************************/


/* Tipografías fluidas */
.section-momento .title {
  font-size: clamp(1.8rem, 2.2vw + 1.2rem, 3.2rem);
}

.section-momento .lead-copy {
  font-size: clamp(1rem, .3vw + .95rem, 1.125rem);
  max-width: 40rem;
  /* mantiene líneas cómodas en desktop */
}

/* Pegatina */
.section-momento .sticker {
  width: clamp(170px, 28vw, 320px);
  display: block;
  /* Si tu PNG ya viene inclinado, deja el rotate en 0; si no, aplica un ligero ángulo: */
  transform: rotate(-4deg);
}

/********************************************************************************** sarten  *******************************************************************************/

.section-pasos {
  background: url("../../../img/template/cash-25/fondo-pasos-sarten-1.jpg") center/cover no-repeat;
}

.text-verde-oscuro {
  color: var(--tph-verde-oscuro);
}

.section-pasos p {
  color: var(--tph-verde-oscuro);
}

.section-pasos img {
  max-width: 200px;
}

.section-pasos .small {
  font-size: 0.95rem;
}

/* Ajusta la ruta de tu trama PNG */
:root {
  --zigzag-h: 36px;
  /* alto real de la trama */
  --zigzag-overlap: 18px;
  /* cuánto entra en cada sección */
}

.zigzag-divider {
  position: relative;
  height: 0;
  /* que no empuje el layout */
  margin-top: calc(var(--zigzag-overlap) * -1);
  /* entra en la sección de arriba */
  margin-bottom: calc(var(--zigzag-overlap) * -1);
  /* entra en la de abajo */
  pointer-events: none;
  z-index: 5;
  /* por encima de los fondos */
}

/* Mitad superior: se mete en la sección de arriba */
.zigzag-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--zigzag-overlap) * -1);
  height: var(--zigzag-h);
  background: url("../../../img/template/cash-25/trama.png") center/auto var(--zigzag-h) repeat-x;
}

/* Mitad inferior (invertida): se mete en la sección de abajo */
.zigzag-divider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--zigzag-overlap) * -1);
  height: var(--zigzag-h);
  transform: scaleY(-1);
  background: url("../../../img/template/cash-25/trama.png") center/auto var(--zigzag-h) repeat-x;
}


/********************************************************************************** airfryer  *******************************************************************************/

.section-pasos-air {
  background: url("../../../img/template/cash-25/fondo-pasos-air-fryer-1.jpg") center/cover no-repeat;
}

.section-pasos-air p {
  color: var(--tph-verde-oscuro);
}

.section-pasos-air img {
  max-width: 200px;
}

.section-pasos-air .small {
  font-size: 0.95rem;
}


/********************************************************************************** mecánica  *******************************************************************************/

/* Fondo rosa con zigzag superior e inferior */
.section-participar {
  background: url("../../../img/template/cash-25/fondo-participar-1.jpg") center/cover no-repeat;
}

/* Título/subtítulo (tipografías fluidas) */
.titulo-participar {
  font-size: clamp(1.8rem, 2.5vw + 1rem, 3.2rem);
  text-transform: none;
  /* coincide con el arte: capitalización con acento */
}

.subtitulo-participar {
  font-size: clamp(1rem, .4vw + .95rem, 1.125rem);
  opacity: .95;
}

/* Huella lateral */
.huella-pasos {
  width: 260px;
  right: -40px;
  /* ligeramente fuera para simular recorte */
  opacity: .4;
}

/* Tamaño de los números grandes */
.number-img {
  width: clamp(180px, 20vw, 260px);
}

/* Label verde tipo cinta con texto encima */
.label-wrap {
  position: relative;
  width: clamp(180px, 18vw, 260px);
}

.label-wrap .label-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
}

/* Copys de cada paso */
.step-copy {
  max-width: 22rem;
  margin-inline: auto;
  line-height: 1.35;
}

/* Estrellas decorativas (si las quieres activar, quita los comentarios del HTML) */
.step-stars {
  position: absolute;
  pointer-events: none;
  opacity: .9;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.step-stars-2 {
  width: 95%;
}

.step-stars-3 {
  width: 92%;
}

/* Ajustes responsive */
@media (max-width: 991.98px) {
  .huella-pasos {
    display: none;
  }
}

/* Zigzag arriba (usa el fondo de la propia sección) */
.with-zigzag-top {
  position: relative;
  /* si quieres que "entre" en la anterior, descomenta:
  padding-top: var(--zigzag-overlap);
  */
}

.with-zigzag-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--zigzag-overlap) * -1);
  /* se mete un poco en la anterior */
  height: var(--zigzag-h);
  background: url("../../../img/template/cash-25/trama.png") center/auto var(--zigzag-h) repeat-x;
  transform: scaleY(-1);
  /* invertido para borde superior */
  pointer-events: none;
  z-index: 2;
  /* sobre su propio fondo */
}


/********************************************************************************** countdown  *******************************************************************************/

#countdown {
  font-family: var(--tph-font-special);
  font-size: 2rem;
}

#countdown .wrapper {
  text-align: center;
}

#countdown .time {
  color: var(--tph-amarillo);
  font-size: 3rem;
  padding: 0.25rem;
}

#countdown .label {
  font-size: 1.8rem;
  display: block;
  color: var(--tph-amarillo);
}

#countdown svg {
  font: bold 5rem;
  width: 100%;
  height: 120px;
}

#countdown text {
  fill: none;
  stroke: var(--tph-amarillo);
  stroke-width: 6px;
  stroke-linejoin: round;
  animation: 2s pulsate infinite;
}

@keyframes pulsate {
  50% {
    text-shadow: 4px 4px #fff;
  }
}

/********************************************************************************** participa  *******************************************************************************/

#participa p {
  font-size: 1rem !important;
}

.margin-top {
  margin-top: -5px;
}

.margin-bottom {
  margin-bottom: -5px;
}

#participa .input-group-text {
  display: none;
}

form#formReg_l label {
  display: block;
  color: var(--tph-form-label);
}

form#formReg_l input {
  border-radius: 5rem;
  border-color: white;
}

form#formReg_l .form-control {
  color: var(--tph-form-input);
  background-color: var(--tph-form-bg);
  font-size: 1rem;
  font-family: var(--font-textos);
}

form#formReg_l .form-select {
  border-color: white;
  background-color: var(--tph-form-bg);
  font-family: var(--font-textos);
  border-radius: 5rem;
  color: black;
}

form#formReg_l label.custom-control-label {
  display: block !important;
  color: var(--tph-form-label);
  font-size: 1rem;
}

form#formReg_l .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--tph-form-placeholder);
  opacity: 1;
  /* Firefox */
}

form#formReg_l .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--tph-form-placeholder);
}

form#formReg_l .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--tph-form-placeholder);
}

form#formReg_l .form-select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--tph-form-placeholder);
  opacity: 1;
  /* Firefox */
}

form#formReg_l .form-select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--tph-form-placeholder);
}

form#formReg_l .form-select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--tph-form-placeholder);
}

form#formReg_l a {
  color: var(--tph-form-label);
}

form option {
  color: #000000;
  font-size: 1rem;
}

form option:hover {
  background-color: #ffffff;
}

form .input-group-text {
  background: transparent;
  color: #fff;
  border: none;
}

form .form-check-input:checked {
  background-color: var(--tph-amarillo);
  border-color: var(--tph-amarillo);
}

.form-check-input {
  --bs-form-check-bg: var(--tph-amarillo);
}

.form-label {
  font-family: var(--tph-font-futuraptmedium);
}

/********************************************************************************** premios  *******************************************************************************/



/********************************************************************************** contacto  *******************************************************************************/

#contacto {
  width: 100%;
  /* background-color: var(--tph-dorado); */
  padding: 1rem;
}

#contacto h1 {
  font-size: 4rem;
}

#contacto h2 {
  font-size: 2rem;
}

.tel_promo a {
  text-decoration: none;
  color: var(--tph-gris);
  font-size: 1.5rem;
  text-align: end;
}

.email_contacto a {
  text-decoration: none;
  color: var(--tph-gris);
  font-size: 1.5rem;
  text-align: start;
}

/********************************************************************************** footer  *******************************************************************************/

footer {
  background-color: var(--tph-verde-claro);
  position: sticky;
  font-family: 'candara';
}

footer ul {
  list-style: none;
}

footer a {
  color: var(--tph-blanco);
  font-size: 1.1rem;
  text-decoration: none;
  transition: 0.3s color;
}

footer a:hover {
  color: var(--tph-blanco);
}

footer .small {
  color: var(--tph-blanco);
  font-size: 1.1rem;
}

footer img .small {
  max-width: 1.5rem;
}

.logoBonduellPie {
  max-width: 8rem;
}

.pull-right {
  float: right;
}

.xs-d-flex {
  flex-direction: column;
}

/********************************************************************************** Area personal  *******************************************************************************/
.card-width {
  min-width: 10rem;
}

.flex-adapt {
  flex-direction: column !important;
}

/********************************************************************************** textos  *******************************************************************************/

/********************************************************************************** media query  *******************************************************************************/

@media (min-width: 536px) {}

@media (min-width: 636px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {

  .hero-subtitle {
    max-width: 540px;
  }

  .btn-participa {
    background-color: var(--tph-rojo);
    color: var(--tph-amarillo);
    border-radius: 50px;
  }

  #contacto h1 {
    font-size: 5rem;
  }

  #contacto h2 {
    font-size: 2rem;
  }

}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {
  #inicio .importe {
    font-size: 5.5rem !important;
    line-height: 0.8;
  }

  #inicio .cada-dia {
    width: 290px;
    height: 70px;
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .playmobil-logo {
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {


  #mainMenu,
  section,
  header,
  footer {
    max-width: 1920px;
    margin: 0 auto;
  }

}

@media(min-width:1800px) {

  #inicio .importe {
    font-size: 7.5rem !important;
  }

  #inicio .cada-dia {
    width: 350px;
    height: 90px;
    font-size: 3.5rem;
  }

  .playmobil-logo {
    margin-bottom: 50px;
  }

  .sortea {
    font-size: 2rem !important;
  }
}