/*********************** Imagen Leche Oversize ***********************/

:root {
  --tph-negro: #000000;
  --tph-blanco: white;
  --tph-marron:#602919;
  --tph-rojo:#ce102c;
  --tph-blanco-roto:#f7f7f7;
  --tph-dorado:#a9a46e;
  
  --tph-font-Larosa-Regular:'Larosa Regular';
  --tph-font-Larosa-Black:'Larosa Black';
  --tph-font-Caros-Soft-Light:'Caros Soft Light';
  --tph-font-Montserrat-Medium:'Montserrat Medium';

  --tph-cuenta-atras: var(--tph-blanco);
  --tph-verde: var(--tph-cuenta-atras);

  --tph-form-label: #000000;
  --tph-form-placeholder: #868686;
  --tph-form-input: #000;
  --tph-form-bg: #000000;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body{
  background-color: var(--tph-blanco-roto);
}

.btn-formulario {
  background-color: var(--tph-rojo);
  color: var(--tph-blanco);
  font-family: var(--tph-font-Larosa-Regular);
  border-radius: 5rem !important;
  padding: 0.5rem 10rem;
  font-size: 2.5rem;
  font-weight: bold;
  border: 2px solid var(--tph-rojo);
  transition: all 0.3s ease;
}


.btn-formulario:hover {
  background-color: var(--tph-blanco);
  color: var(--tph-rojo);
  border: 2px solid var(--tph-rojo);
}

.btn-formulario:focus {
  background-color: var(--tph-rojo);
  color: var(--tph-blanco);
  box-shadow: 0 0 0 3px rgba(206, 16, 44, 0.3);
}

.cursor-pointer {
  cursor: pointer;
}

/********************************************************************* scrollbar css *********************************************************/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(209, 232, 228, 1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e3d7c6;
}

/********************************************************************* fuentes *********************************************************/


@font-face {
  font-family: 'Larosa Regular';
  src: url('../../../fonts/LAROSA-REGULAR.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Larosa Black';
  src: url('../../../fonts/LAROSA-BLACK.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caros Soft Light';
  src: url('../../../fonts/CarosSoftLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Medium';
  src: url('../../../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/********************************************************************************** MENU  *******************************************************************************/

#mainMenu {
    background-image: url("../../../img/template/noel-delizias-26/fondo.avif");
}

.user-icon-img{
  width: 80%;
  margin-left: 14%;
  margin-top: 10%;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--tph-marron);
  font-family: var(--tph-font-Larosa-Regular);
}

.active {
  text-decoration: underline;
}

/* Botón toggler blanco */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.logoHeader{
  width: 72%;
  margin-top:14%;
}
.imgPremioHeader{
  width:70%;
}
.txtGana{
  font-size: 5rem;
  font-weight: bold;
  color: var(--tph-blanco);
  background-color: var(--tph-rojo);
  margin: -6%;
  margin-top:4%;
  border-radius: 9px;
}

.txPremiosHeader {
  font-size: 1.5rem;
  font-weight: bold;
  margin: -6%;
  margin-top: 4%;
  border-radius: 9px;
  font-family: var(--tph-font-Larosa-Regular);
}
.txtSpanPremio{
  font-size:3rem;
  color: var(--tph-rojo);
  font-family: var(--tph-font-Larosa-Black);
}
.navbar-toggler-icon{
     background-image: url("../../../img/template/noel-delizias-26/burguer-menu.avif");
}

.imgPremioHeader{
  width:58%;
  margin-top:3%;
}
.btnParticipaHeader {
  color: var(--tph-blanco);
  background-color: var(--tph-rojo);
  font-family: var(--tph-font-Larosa-Black);
  border-radius: 5rem;
  border: none;
  font-size: 2rem;
  padding: 0.5vh 4vh;
  font-weight: bold;
}
.btnMecanicaHeader{
  text-align: center;
  font-family: var(--tph-font-Montserrat-Medium);
  font-size: 1rem;
  color:var(--tph-marron);
  line-height: 1.5;
}
.btnBBLL{
  color:var(--tph-marron);
}
/********************************************************************************** header  *******************************************************************************/
header {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

header#inicio {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.fondoHeader {
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
}

/* Ajustes para la imagen de fondo del header */
header#inicio img.header-bg-img {
  object-fit: cover;
  object-position: center;
  min-height: 100vh;
  width: 100%;
}

  /*
.btnParticipar {
  color: var(--tph-blanco);
  background-color: var(--tph-rojo);
  border-radius: 5rem;
  border: none;
  font-size: 1.2rem;
  padding: 0.5vh 4vh;
  font-weight: bold;
}


.divButton{
  z-index: 5;
  top: 80%;
}*/

/********************************************************************************** mecánica  *******************************************************************************/
#mecanica{
  background: var(--tph-blanco-roto);
}
.txtComoParticipar {
  font-size: 3rem;
  color:var(--tph-marron);
  font-family: var(--tph-font-Larosa-Black);
}

.txtSigueLosPasos {
  font-size: 1.2rem;
  font-family: var(--tph-font-Montserrat-Medium);
  color:var(--tph-marron);
}

.imgPaso{
  width: 50px;
}

.h3TituloPasos {
  font-size: 2.5rem;
  color:var(--tph-dorado);
  font-family: var(--tph-font-Larosa-Black);
}

.divPasos{
  margin-top:10%;
}

.pPasos {
  font-size: 1rem;
  font-family: var(--tph-font-Montserrat-Medium);
}

.fondoFormulario{
  background-color:var(--tph-blanco-roto);
}

/********************************************************************************** FAQ  *******************************************************************************/

.txtProductos{
  color: var(--tph-rojo);
  font-size: 3.5rem;
  font-family: var(--tph-font-Larosa-Black);
  font-weight: bold;
}

/* Botón del acordeon */
.faq-button {
  background-color: white;
  color: var(--tph-negro);
  font-family: var(--tph-font-Montserrat-Medium);
  font-size: 1.1rem;
  padding: 1.25rem 3rem 1.25rem 1.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  text-align: left;
  width: 100%;
}

.faq-button:focus {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-color: var(--tph-rojo);
}

.faq-button:not(.collapsed) {
  background-color: var(--tph-rojo);
  color: white;
  border-color: var(--tph-rojo);
}

/* Ocultar la flecha por defecto de Bootstrap */
.faq-button::after {
  display: none;
}

/* Flecha personalizada a la derecha */
.faq-button::before {
  content: '▼';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease;
  font-size: 1rem;
}

.faq-button:not(.collapsed)::before {
  transform: translateY(-50%) rotate(0deg);
}

.faq-body {
  background-color: white;
  color: var(--tph-negro);
  font-family: var(--tph-font-Montserrat-Medium);
  font-size: 1rem;
  padding: 1.5rem;
  border: 2px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  margin-top: -3px;
}

.accordion-item {
  background-color: transparent;
}

/********************************************************************************** productos  *******************************************************************************/

#productos {
  background: linear-gradient(180deg, var(--tph-rojo) 0%, #ffffff 100%);
  padding: 3rem 0 4rem 0;
}

/* Wrapper del carrusel de productos */
.carousel-productos-wrapper {
  padding: 2rem 0;
  position: relative;
}

#productosCarousel {
  position: relative;
}

.productos-carousel-inner {
  padding: 3rem 0;
}

.producto-item {
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.producto-img {
  width: 120%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  transition: transform 0.3s ease;
}

.producto-img:hover {
  transform: scale(1.05);
}

/* Controles del carrusel */
.productos-control-prev,
.productos-control-next {
  width: 60px;
  height: 60px;
  background-color: var(--tph-dorado);
  border-radius: 50%;
  opacity: 0.9;
  top: 50%;
  transform: translateY(-50%);
}

.productos-control-prev {
  left: -80px;
}

.productos-control-next {
  right: -80px;
}

.productos-control-prev:hover,
.productos-control-next:hover {
  opacity: 1;
  background-color: var(--tph-dorado);
}

.productos-arrow {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.productos-arrow svg {
  fill: var(--tph-marron);
}

/* Indicadores */
.productos-indicators {
  margin-bottom: -1rem;
}

.productos-indicators button {
  background-color: var(--tph-marron);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  opacity: 0.5;
}

.productos-indicators button.active {
  background-color: var(--tph-rojo);
  opacity: 1;
}

/* Responsive */
@media (max-width: 767.98px) {
  .carousel-productos-wrapper {
    padding: 1rem 0;
  }
  
  .productos-carousel-inner {
    padding: 2rem 0;
  }
  
  /* En móvil mostramos solo 1 producto a la vez, ocultamos los otros 2 */
  .carousel-item .row .col-4:not(:first-child) {
    display: none;
  }
  
  /* El producto visible ocupa todo el ancho */
  .carousel-item .row .col-4:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .producto-item {
    min-height: 250px;
    padding: 1.5rem 1rem;
  }
  
  .producto-img {
    width: 85% !important;
    max-width: 280px;
    margin: 0 auto;
  }
  
  /* Controles del carousel */
  .productos-control-prev,
  .productos-control-next {
    width: 45px;
    height: 45px;
  }
  
  .productos-control-prev {
    left: 5px;
  }
  
  .productos-control-next {
    right: 5px;
  }
  
  .productos-arrow {
    width: 20px;
    height: 20px;
  }
  
  .productos-arrow svg {
    width: 20px;
    height: 20px;
  }
}

/* Tablet pequeño */
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-productos-wrapper {
    padding: 1.5rem 0;
  }
  
  .productos-control-prev {
    left: -40px;
  }
  
  .productos-control-next {
    right: -40px;
  }
  
  .producto-item {
    padding: 1.75rem 1rem;
  }
  
  .producto-img {
    width: 100%;
  }
}

/********************************************************************************** regalo  *******************************************************************************/

#regalo {
  background-color: var(--tph-blanco-roto);
  padding: auto;
  font-family: var(--tph-font-stempel);
}

.m-vbg {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 1rem;
}
.flickity-page-dots{
  display: none;
}


/********************************************************************************** countdown  *******************************************************************************/

/* Panel cuenta atrás (antes de FECHA_INICIO) */
.countdown-panel {
  background-color: rgba(255, 255, 255, 0.92);
  border: 2px solid rgba(35, 38, 39, 0.08);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(6px);
}

@media (min-width: 768px) {
  .countdown-panel {
    padding: 2.25rem;
  }
  
  /* Imágenes de ayuda en desktop/tablet */
  .img-ayuda-izquierda {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  
  .img-ayuda-derecha {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}

.countdown-title {
  font-size: 2rem;
}

.countdown-subtitle,
.countdown-help {
  color: rgba(35, 38, 39, 0.85);
  font-size: 1.05rem;
  line-height: 1.35;
}

#countdown {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}


#countdown .wrapper {
  text-align: center;
}

#countdown .time {
    color: var(--tph-rojo);
    font-family: var(--tph-font-stempel);
  font-size: 3.5rem;
  padding: 0.25rem;
}

#countdown .label {
  font-family: var(--tph-font-stempel);
  font-size: 1rem;
  display: block;
  color: var(--tph-rojo);
  /* text-shadow     : 2px 2px #FF0620; */
}

#countdown svg {
  font: bold 5rem;
  width: 100%;
  height: 120px;
}

#countdown text {
  fill: none;
  stroke: var(--tph-rojo);
  stroke-width: 6px;
  stroke-linejoin: round;
  /* text-shadow     : 2px 2px #FF0620; */
  animation: 2s pulsate infinite;
}

@keyframes pulsate {
  50% {
    text-shadow: 4px 4px var(--tph-rojo);
  }
}

/* Badge icono usuario en menú */
.menu-user-badge {
  width: 20px;
  height: 20px;
}

/********************************************************************************** participa  *******************************************************************************/

form#formReg_l label {
  display: block;
  color:var(--tph-negro);
  font-family: var(--tph-font-NexaBold);
}

form#formReg_l .form-control {
  border-radius: 5rem;
  font-size: 1rem;
  color: #000000;
}

/* Inputs */
form#formReg_l .form-control {
  border-radius: 5rem;
  font-size: 1rem;
  font-family: var(--tph-font-NexaBold);
}

form#formReg_l .form-control::placeholder {
  color: #868686;
  opacity: 1;
}

/* Select */
form#formReg_l .form-select {
  border-radius: 5rem;
  font-size: 1rem;
  font-family: var(--tph-font-NexaBold);
  color: #868686; /* Placeholder */
}

/* Cuando el usuario selecciona una opción */
form#formReg_l .form-select:valid {
  color: #000;
}

/* Todas las opciones del desplegable */
form#formReg_l .form-select option {
  color: #000;
}

/* La opción placeholder dentro del desplegable */
form#formReg_l .form-select option[value=""] {
  color: #868686;
}

form#formReg_l label.custom-control-label {
  display: block !important;
  color: var(--tph-negro) !important;
  font-size: 1rem;
}

form#formReg_l a {
  color:var(--tph-dorado);
}

form option {
  color: #000000;
  background-color: #ffffff;
  font-size: 1rem;
}

form option:hover {
  background-color: #f0f0f0;
}

form .input-group-text {
  background: #fff;
  border: none;
  border-radius: 10rem !important;
}

form .form-check-input:checked,
form#formReg_l .form-check-input:checked {
  background-color: var(--tph-dorado) !important;
  border-color: var(--tph-dorado) !important;
}

/********************************************************************************** contacto  *******************************************************************************/
.fondoContacto{
  background-color: var(--tph-rojo);
}
.soporte{
  flex:2;
  min-width:260px;
  color:var(--tph-blanco);
}
.txtFAQ{
  font-size: 5rem;
  font-weight: bold;
  font-family: var(--tph-font-MontserratBlackItalic);
  color:var(--tph-blanco);
}
.subtituloContacto{
  color:var(--tph-blanco);
}

.tel_promo a {
  text-decoration: none;
  font-weight: bold;
  color:var(--tph-blanco);
  font-size:4rem;
  font-family: var(--tph-font-Larosa-Black);

}

.email_contacto a {
  text-decoration: none;
  color:var(--tph-blanco);
  font-family: var(--tph-font-MontserratBlackItalic);
  font-size:4rem;
  font-weight: bold;
}

.img-ayuda-izquierda{
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.img-ayuda-derecha{
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}

.img-ayuda-logo{
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.img-ayuda-responsive{
    width: 45%;
  margin-left:-67%;
}

/********************************************************************************** footer  *******************************************************************************/

footer {
  background-color: var(--tph-negro);
}

footer ul {
  list-style: none;
}

footer a {
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
}

footer a:hover {
  text-decoration: underline;
  color: rgb(255, 255, 255)
}

footer .small {
  color: rgb(255, 255, 255);
  font-size: 0.7rem;
}

footer img .small {
  max-width: 1.5rem;
}

.logoBonduellPie {
  max-width: 8rem;
}

.pull-right {
  float: right;
}

.xs-d-flex {
  flex-direction: column;
}

/********************************************************************************** Modal Área Personal  *******************************************************************************/

.modal-area-personal {
  background: var(--tph-rojo);
  background: linear-gradient(0deg, var(--tph-rojo) 0%, var(--tph-marron) 50%, var(--tph-negro) 100%);
  border: none;
  border-radius: 1.5rem;
  color: var(--tph-blanco);
  overflow: hidden;
}

.modal-area-personal .modal-header {
  padding: 1rem 1.5rem 0;
}

.btn-close-custom {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.btn-close-custom:hover {
  opacity: 1;
}

.modal-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--tph-negro) !important;
  color: var(--tph-blanco) !important;
  font-size: 1.6rem;
  margin: 0 auto;
}

.modal-title-custom {
  font-family: var(--tph-font-Larosa-Black);
  font-size: 1.5rem;
  color: var(--tph-blanco);
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.modal-subtitle {
  font-family: var(--tph-font-Montserrat-Medium);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}

.form-label-custom {
  display: block;
  font-family: var(--tph-font-Larosa-Regular);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.form-control-custom {
  background-color: var(--tph-form-bg) !important;
  color: var(--tph-blanco) !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5rem !important;
  padding: 0.6rem 1.25rem;
  font-size: 0.95rem;
  font-family: var(--tph-font-Montserrat-Medium);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control-custom:focus {
  border-color: var(--tph-dorado);
  box-shadow: 0 0 0 3px rgba(169, 164, 110, 0.25);
  outline: none;
}

.form-control-custom::placeholder {
  color: var(--tph-form-placeholder);
  opacity: 1;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .form-control-custom {
  padding-right: 3rem;
}

.password-toggle {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--tph-form-placeholder);
  font-size: 0.95rem;
  transition: color 0.2s ease;
  z-index: 5;
}

.password-toggle:hover {
  color: var(--tph-dorado);
}

.recuperar-pass-link {
  font-family: var(--tph-font-Montserrat-Medium);
  color: var(--tph-dorado) !important;
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.recuperar-pass-link:hover {
  color: var(--tph-dorado) !important;
  text-decoration: underline;
}

.btn-acceso-custom {
  font-family: var(--tph-font-Larosa-Black) !important;
  background: var(--tph-dorado) !important;
  color: var(--tph-marron) !important;
  border: 2px solid var(--tph-dorado) !important;
  border-radius: 5rem !important;
  padding: 0.7rem 1.5rem !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}

.btn-acceso-custom:hover {
  background-color: var(--tph-marron) !important;
  color: var(--tph-dorado) !important;
  border-color: var(--tph-dorado) !important;
  transform: translateY(-1px);
}

.btn-acceso-custom:focus {
  box-shadow: 0 0 0 3px rgba(169, 164, 110, 0.3) !important;
  color: var(--tph-marron) !important;
  background: var(--tph-dorado) !important;
}

.btn-acceso-custom:disabled {
  opacity: 0.65;
  transform: none;
}

.btn-acceso-custom .btn-text {
  display: inline;
}

.btn-cancelar-custom {
  font-family: var(--tph-font-Larosa-Regular) !important;
  background-color: transparent !important;
  color: var(--tph-blanco) !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 5rem !important;
  padding: 0.6rem 1.5rem !important;
  font-size: 0.9rem !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.2s ease;
}

.btn-cancelar-custom:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--tph-blanco) !important;
  border-color: var(--tph-blanco) !important;
}

.alert-custom {
  background-color: rgba(247, 0, 0, 0.12);
  border: 1px solid rgba(247, 0, 0, 0.5);
  color: #ff6b6b;
  border-radius: 0.75rem;
  font-family: var(--tph-font-Montserrat-Medium);
  font-size: 0.85rem;
}

/* Decorative gradient line at top of modal */
.modal-area-personal::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(to right, var(--tph-rojo), var(--tph-dorado));
  border-radius: 1.5rem 1.5rem 0 0;
}

/* Modal backdrop */
.modal-backdrop.show {
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 575.98px) {
  .modal-area-personal {
    border-radius: 1rem;
    margin: 0.5rem;
  }

  .modal-title-custom {
    font-size: 1.25rem;
  }

  .modal-icon-wrapper {
    width: 52px;
    height: 52px;
    font-size: 1.3rem;
  }

  .modal-area-personal .modal-body {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .modal-area-personal .modal-footer {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

/********************************************************************************** Area personal  *******************************************************************************/
.card-width {
  min-width: 10rem;
}

.flex-adapt {
  flex-direction: column !important;
}

/********************************************************************************** textos  *******************************************************************************/

/********************************************************************************** media query  *******************************************************************************/
@media (max-width: 767.98px) {
  /* Ajustar imagen de fondo en móvil para que ocupe toda la pantalla */
  header#inicio img.header-bg-img {
    object-fit: cover !important;
    object-position: center !important;
    width: 100vw !important;
    min-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }
  
  header#inicio {
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    height: 100vh;
    max-height: 100vh;
  }
  
  header#inicio .position-absolute {
    height: 100vh !important;
  }
  
  .txtFAQ,.email_contacto a{
    font-size: 2rem;
  }
.txtTituloHeader, .tel_promo a{
    font-size: 3rem;
  }
  .logoHeader {
    max-width: 40%;
    margin-top: -24%;
  }
  .txtProductos{
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 2rem !important;
  }

  .imgMovilParticipar{
    width: 80%;
  }
  .btn-formulario{
    font-size: 1.9rem;
    padding: 0rem 2rem;
  }
  .logo-container {
    left: 50% !important;
    transform: translateX(-50%);
    text-align: center;
  }
  .h2Movil, .txtSigueLosPasos{
    font-size: 1.1rem;
  }
  .imgPremioHeader{
    width: 90%;
    max-width: 90%;
    margin-top: 7%;
    }
  .txtComoParticipar {
    font-size: 2.1rem;
  }
  .btnParticipaHeader{
    padding: 0.5vh 8vh;
    font-size: 2rem;
  }
  #contacto .d-flex {
    flex-direction: column !important;
  }
  .pPasos {
    font-size: 0.9rem;
  }
  .txPremiosHeader{
  line-height: 1;
  }
  .txtGana{
    font-size: 3rem;
    margin:0%;
  display: inline-block;
  padding: 5px 15px;   /* espacio interno */
  width: auto;         /* ancho según contenido */
  }
  /* Ajustar imágenes de ayuda en móvil */
  .img-ayuda-izquierda {
    max-width: 130% !important;
    margin-top: 48%;
    margin-left: 7%;
  }
  .img-ayuda-derecha {
    max-width: 130% !important;
    margin-left: -5%;
    margin-top: -43%;
  }
  
  .img-ayuda-logo {
    max-width: 128px !important;
    margin: 0 !important;
  }
  
  /* Ordenar contenido: texto primero, imágenes después */
  #contacto .d-flex > div:nth-child(1) {
    order: 2; /* Imagen izquierda al final */
  }
  
  #contacto .d-flex > div:nth-child(2) {
    order: 1; /* Texto centro primero */
  }
  
  #contacto .d-flex > div:nth-child(3) {
    order: 3; /* Imagen derecha al final */
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  /* Ajustar imagen de fondo en tablet */
  header#inicio img.header-bg-img {
    object-fit: cover !important;
    object-position: center !important;
    width: 100vw !important;
    height: 100vh !important;
  }
}

@media (min-width: 1024px) {
  /* Ajustar imagen de fondo en desktop */
  header#inicio img.header-bg-img {
    object-fit: fill !important;
    object-position: center !important;
    width: 100%;
    height: 100%;
    min-height: 100vh;
  }
  
  .txtGana {
    font-size: 4rem;
    margin-top: 1%;
  }
  .txPremiosHeader {
    margin-top: 1%;
  }
  .email_contacto a {
    font-size: 3rem;
  }
  #mainMenu .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .txtFAQ{
    font-size: 2.3rem;
  }
  .txtUnnamed {
    font-size: 0.9rem;
  }
  .img-ayuda-derecha {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .img-ayuda-izquierda {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {

  .btnMecanicaHeader {
    margin-top: -4%;
}
.btnParticipaHeader {
    margin-top: -57%;
  }
}

@media (min-width: 1300px) {
  .btnParticipaHeader {
        margin-top: -20%;
    }
        .btnMecanicaHeader {
        margin-top: 2%;
    }
}
@media (min-width: 1400px) {
    .btnMecanicaHeader {
        margin-top: -2%;
    }
  .btnParticipaHeader {
        margin-top: -45%;
    }
}

.indicebbll {
  font-family: var(--tph-font-Montserrat-Medium);
}

.indicebbll a {
  text-decoration: none;
  color: var(--tph-negro);
  transition: color 0.3s ease;
}

.indicebbll a:hover {
  color: var(--tph-rojo);
  text-decoration:underline;
}

.titulobbll{
  font-size:2rem;
}