:root {
  --tph-negro: #000000;
  --tph-blanco: white;
  --tph-rosa:#e7c1bc;
  --tph-amarillo:#f5d85f;
  --tph-rojo: #df0512;


  --tph-font-Extenda80PetaTrial: 'Extenda 80 Peta trial';
  --tph-font-Neometric:'Neometric';
  --tph-font-Montserrat-Medium:'Montserrat Medium';
  --tph-font-Montserrat-Bold:'Montserrat Bold';


  --tph-cuenta-atras: var(--tph-blanco);

  --tph-form-label: #000000;
  --tph-form-placeholder: #868686;
  --tph-form-input: #000;
  --tph-form-bg: #000000;
}


.txtRosa{
  color:var(--tph-rosa);
}

.txtAmarillo{
  color:var(--tph-amarillo);
}


/********************************************************************************** DEGRADADO SECCIONES *******************************************************************************/
.txtMontserratMedium{
  font-family:var(--tph-font-Montserrat-Medium);
}

/* Sección premio: comienza con #4e276d */
#premio, body{
  background: #4e276d;
}

#participa {
  background: #4e276d;
}

#contacto {
  background: linear-gradient(180deg, #4e276d 0%, #000000 100%);
}

.alert-error {
  border: #f70000 solid 1px !important;
  margin-bottom: 0.5rem;
}

.cursor-blocked {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}


.btn-primary {
  background-color: #1b2122;
  color: #fff;
  border: solid 1px #1b2122;
  border-radius: 5rem !important;
}

.btn-primary:hover {
  background-color: #1b2122;
  color: rgb(255, 255, 255);
  border: solid 1px #ffffff;
}

.btn-primary:focus {
  background-color: #1b2122;
  color: rgb(0, 0, 0);
}

.btn-promo {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.btn-promo:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.btn-promo:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.btn-round-negativo {
  border-radius: 1.3rem !important;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.btn-formulario {
    background-color: var(--tph-amarillo);
    color: var(--tph-lila-fuerte);
    font-family: var(--tph-font-Roboto);
    border-radius: 5rem !important;
    padding: 0rem 16rem;
    font-size: 2.5rem;
    font-weight: bold;
}


.btn-formulario:hover {
  background-color:var(--tph-amarillo);
  color: var(--tph-lila-fuerte);
  border: solid 1px #ffffff;
}

.btn-formulario:focus {
  background-color: #1b2122;
  color: rgb(0, 0, 0);
}*/
.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: 'Extenda 80 Peta trial';
  src: url('../../../fonts/Extenda-80-Peta-trial.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neometric';
  src: url('../../../fonts/UNNAMED-BOLD-(REGULAR).woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Medium';
  src: url('../../../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Bold';
  src: url('../../../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



/********************************************************************************** MENU  *******************************************************************************/

#mainMenu {
  background-color: var(--tph-negro);
  font-family: var(--tph-font-Neometric);
}

#mainMenu .navbar-nav .nav-link {
  font-family: var(--tph-font-Neometric);
}

.navbar-light .navbar-nav .nav-link {
  color: var(--tph-blanco);
  font-family: var(--tph-font-Neometric);
}

.navbar-light .navbar-brand {
  color: var(--tph-blanco);
}

.active {
  text-decoration: underline;
}

/* Logo Campofrío en navbar móvil */
.logo-campofrio-nav {
  height: 40px;
  width: auto;
}

/* 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);
}

.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='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/********************************************************************************** header  *******************************************************************************/
.divHeader{
  margin-top: 15%;
}
.imglogoHeader {
  width:11%;
  height:auto;
  object-fit:cover;
  display:block;
  margin:0 auto;
  padding:0;
}

.h1Header{
  font-family: var(--tph-font-Extenda80PetaTrial);
  font-size: 7rem;
  line-height:0.8;
}

.imgMotoHeader {
  display:block;
  margin:0 auto;
  width:16%;
  height:auto;
}

.imgLogoMotoHeader {
  display:block;
  margin:0 auto;
  width:12%;
  height:auto;
}

.btn-header {
    background-color: var(--tph-rojo);
    color: var(--tph-blanco);
    font-family: var(--tph-font-Montserrat-Bold);
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 5rem !important;
    padding: 0.6rem 2rem;
    font-size: 1rem;
}

.txtHeader{
  font-family: var(--tph-font-Montserrat-Medium);
  font-size: 0.8rem;
}

/********************************************************************************** mecánica  *******************************************************************************/

#mecanica {
  background: linear-gradient(180deg, #181818 0%, #4e276d 100%);
}


.txtComoParticipar {
  font-family: var(--tph-font-Montserrat-Bold);
  font-size: 3rem;
  color:var(--tph-amarillo);
}

.txtSigueLosPasos {
  font-size: 1.2rem;
  color:var(--tph-blanco)
}

.imgPaso{
  width: 50px;
}

.h3TituloPasos {
  font-size: 2.5rem;
  color:var(--tph-amarillo);
  font-family: var(--tph-font-Montserrat-Bold);
}

.divPasos{
  margin-top:10%;
}

.pPasos {
  font-size: 1rem;
  color:var(--tph-blanco);
}

/********************************************************************************** PREMIO  *******************************************************************************/
.txtPremio{
  color:var(--tph-blanco);
  font-family: var(--tph-font-Montserrat-Medium);
  font-size: 1rem;
}

.imgPremio {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.h1Premio{
  color:var(--tph-amarillo);
  font-family: var(--tph-font-Montserrat-Bold);
  font-size: 2.5rem;
}
.divPremio{
  margin-top:5%;
}


/********************************************************************************** productos  *******************************************************************************/

#productos {
  background: #4e276d;
  padding: 3rem 0 4rem 0;
}

/* Wrapper del carrusel de productos */
.carousel-productos-wrapper {
  padding: 0;
  position: relative;
}

#productosCarousel {
  position: relative;
}

.productos-carousel-inner {
  padding: 1rem 0;
}

.producto-item {
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.producto-img {
  width: 140%;
  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: 90px;
  height: 90px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.productos-control-prev {
  left: -100px;
}

.productos-control-next {
  right: -100px;
}

.productos-control-prev:hover,
.productos-control-next:hover {
  opacity: 0.8;
}

.productos-arrow {
  width: 90px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flecha-carrusel {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


/* Indicadores */
.productos-indicators {
  margin-bottom: -1rem;
}

.productos-indicators button {
  background-color: var(--tph-azul);
  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;
  }
  .pPasos {
    font-size: 1.2rem;
  }
  /* Controles del carousel */
  .productos-control-prev,
  .productos-control-next {
    width: 180px;
    height: 180px;
  }
  
  .productos-control-prev {
    left: 5px;
  }
  
  .productos-control-next {
    right: 5px;
  }
  
  .productos-arrow {
    width: 80px;
    height: 80px;
  }
  
  .productos-arrow svg {
    width: 80px;
    height: 80px;
  }
}

/* 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-azul);
  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;
  }
}

.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-azul);
    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-azul);
  /* text-shadow     : 2px 2px #FF0620; */
}

#countdown svg {
  font: bold 5rem;
  width: 100%;
  height: 120px;
}

#countdown text {
  fill: none;
  stroke: var(--tph-azul);
  stroke-width: 6px;
  stroke-linejoin: round;
  /* text-shadow     : 2px 2px #FF0620; */
  animation: 2s pulsate infinite;
}

@keyframes pulsate {
  50% {
    text-shadow: 4px 4px var(--tph-azul);
  }
}

/* Badge icono usuario en menú */
.menu-user-badge {
  width: 20px;
  height: 20px;
}

/********************************************************************************** participa  *******************************************************************************/

.txtTituloFormulario{
  font-size: 3rem;
  font-weight:bold;
  color:var(--tph-amarillo);
}

.txtFormulario{
  font-family: var(--tph-font-Montserrat-Medium);
  color:var(--tph-blanco);
}

form#formReg_l label {
  display: block;
  color:var(--tph-blanco);
  font-family: var(--tph-font-NexaBold);
}


form#formReg_l .form-control {
  border-radius: 5rem;
  font-size: 1rem;
  color: #000000;
}

form#formReg_l .form-select {
  border-radius: 5rem;
  font-size: 1rem;
  color: #868686;
}

form#formReg_l .form-select:not([value=""]):valid,
form#formReg_l .form-select option:not(:first-child) {
  color: #000000;
}

form#formReg_l label.custom-control-label {
  display: block !important;
  color: var(--tph-negro) !important;
  font-size: 1rem;
}

form#formReg_l .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #868686;
  opacity: 1;
  /* Firefox */
}

form#formReg_l .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #868686;
}

form#formReg_l .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #868686;
}

form#formReg_l .form-select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #868686;
  opacity: 1;
  /* Firefox */
}

form#formReg_l .form-select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #868686;
}

form#formReg_l .form-select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #868686;
}

form#formReg_l a {
  color:var(--tph-amarillo);
}

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-amarillo) !important;
  border-color: var(--tph-amarillo) !important;
}

/********************************************************************************** contacto  *******************************************************************************/
.txtFAQ{
  font-size: 3rem;
  font-family: var(--tph-font-Montserrat-Bold);
}

.tel_promo a {
  text-decoration: none;
  font-weight: bold;
  color:var(--tph-amarillo);
  font-size:5rem;
  font-family: var(--tph-font-Montserrat-Bold);

}

.email_contacto a {
  text-decoration: none;
  color:var(--tph-amarillo);
  font-family: var(--tph-font-Montserrat-Bold);
  font-size:3rem;
  font-weight: bold;
}

.img-ayuda-izquierda{
  max-width: 140%;
  margin-left: -89%;
}
.img-ayuda-derecha{
  max-width: 140%;
  margin-right: -35%;
}

.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: linear-gradient(180deg, #181818 0%, #4e276d 50%, #4e276d 100%);
  border: none;
  border-radius: 1.5rem;
  color: var(--tph-blanco);
  overflow: hidden;
}

.modal-area-personal .modal-header {
  padding: 1rem 1.5rem 0;
  border-bottom: none;
}

.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-rojo) !important;
  color: var(--tph-blanco) !important;
  font-size: 1.6rem;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(223, 5, 18, 0.3);
}

.modal-title-custom {
  font-family: var(--tph-font-Extenda80PetaTrial);
  font-size: 1.8rem;
  color: var(--tph-amarillo);
  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: var(--tph-rosa);
  margin-bottom: 0;
  font-weight: normal;
}

.form-label-custom {
  display: block;
  font-family: var(--tph-font-Montserrat-Bold);
  font-size: 0.85rem;
  color: var(--tph-blanco);
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.form-control-custom {
  background-color: var(--tph-blanco) !important;
  color: var(--tph-negro) !important;
  border: 2px solid var(--tph-rosa);
  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-amarillo);
  box-shadow: 0 0 0 3px rgba(245, 216, 95, 0.35);
  outline: none;
  background-color: var(--tph-blanco) !important;
}

.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-amarillo);
}

.recuperar-pass-link {
  font-family: var(--tph-font-Montserrat-Bold);
  color: var(--tph-amarillo) !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-rosa) !important;
  text-decoration: underline;
}

.btn-acceso-custom {
  font-family: var(--tph-font-Extenda80PetaTrial) !important;
  background: var(--tph-amarillo) !important;
  color: var(--tph-negro) !important;
  border: 2px solid var(--tph-amarillo) !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-rojo) !important;
  color: var(--tph-blanco) !important;
  border-color: var(--tph-rojo) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(223, 5, 18, 0.4);
}

.btn-acceso-custom:focus {
  box-shadow: 0 0 0 3px rgba(245, 216, 95, 0.4) !important;
  color: var(--tph-negro) !important;
  background: var(--tph-amarillo) !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-Montserrat-Bold) !important;
  background-color: transparent !important;
  color: var(--tph-blanco) !important;
  border: 2px solid var(--tph-rosa) !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: var(--tph-rosa) !important;
  color: var(--tph-negro) !important;
  border-color: var(--tph-rosa) !important;
}

.alert-custom {
  background-color: rgba(223, 5, 18, 0.15);
  border: 1px solid var(--tph-rojo);
  color: var(--tph-blanco);
  border-radius: 0.75rem;
  font-family: var(--tph-font-Montserrat-Medium);
  font-size: 0.85rem;
  padding: 0.75rem 1rem;
}

/* Decorative gradient line at top of modal */
.modal-area-personal::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(to right, var(--tph-amarillo), var(--tph-rojo), var(--tph-rosa));
  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 (min-width: 1200px) {
  .h1Header {
    font-size: 4.5rem; 
  }
}

@media (min-width: 1400px) {
  .h1Header {
    font-size: 5rem;
  }
}

@media (min-width: 1600px) {
  .h1Header {
    font-size: 6rem;
  }
}

@media (max-width: 1199.98px) and (min-width: 1024px) {
  .divHeader {
    margin-top: 23%;
  }
  .h1Header {
    font-size: 5rem;
  }
}

@media (max-width: 1023.98px) and (min-width: 768px) {
  .btn-header{
    margin-top:40%;
  }
  .divHeader {
    margin-top: 18%;
  }
  .h1Header {
    font-size: 4rem;
  }
  .imglogoHeader {
    width: 15%;
  }
  .imgMotoHeader {
    width: 20%;
  }
  .imgLogoMotoHeader {
    width: 16%;
  }
  .txtComoParticipar {
    font-size: 2.5rem;
  }
  .h3TituloPasos {
    font-size: 2rem;
  }
  .h1Premio {
    font-size: 2rem;
  }
  .txtFAQ, .email_contacto a {
    font-size: 2.5rem;
  }
  .tel_promo a {
    font-size: 4rem;
  }
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .divHeader {
    margin-top: 20%;
  }
  .h1Header {
    font-size: 3.5rem;
  }
  .imglogoHeader {
    width: 20%;
  }
  .imgMotoHeader {
    width: 25%;
  }
  .imgLogoMotoHeader {
    width: 20%;
  }
  .txtComoParticipar {
    font-size: 2.2rem;
  }
  .h3TituloPasos {
    font-size: 2rem;
  }
  .h1Premio {
    font-size: 2rem;
  }
  .btn-formulario {
    font-size: 2rem;
    padding: 0.6rem 4rem;
  }
}

@media (max-width: 575.98px) {
  /* Logo en navbar móvil */
  .logo-campofrio-nav {
    height: 35px;
  }
  
  .divHeader {
    margin-top: 50%;
  }
  
  #productos {
    padding: 2rem 0 3rem 0;
  }
  .txtFAQ,.email_contacto a{
    font-size: 2rem;
  }
  .img100euros{
    margin-top:10%
  }
  .divButton{
    top:60%;
  }
  .txtTituloHeader, .tel_promo a{
    font-size: 3rem;
  }
  .logoHeader {
    max-width: 50%;
    margin-left: 0;
  }
  .txtProductos{
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 2rem !important;
  }
  .imgMovilParticipar{
    width: 80%;
  }
  .btn-formulario{
    font-size: 2.1rem;
  }
  .logo-container {
    left: 50% !important;
    transform: translateX(-50%);
    text-align: center;
  }
  .btn-header {
    padding: 0.6rem 5rem;
    font-size: 2rem;
}
.txtHeader {
  font-size: 1rem;
}
  .h2Movil, .txtSigueLosPasos{
    font-size: 1.1rem;
  }
  .imgPremioHeader{
    width: 103%;
    margin-top: 7%;
    }
  .txtComoParticipar {
    font-size: 2.1rem;
    margin-top: 28%;
  }
  .btn-formulario {
    padding: 0rem 2rem;
  }

    #contacto .d-flex {
    flex-direction: column !important;
  }
  
  /* Ajustar imágenes de ayuda en móvil */
  .img-ayuda-izquierda,
  .img-ayuda-derecha {
    max-width: 32% !important;
    margin: 0 !important;
  }
  
  .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 */
  }
}
/********************************************************************************** BASES LEGALES REMAQUETADAS *******************************************************************************/

/* Contenedor principal de bases legales */
.bbll-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  font-family: var(--tph-font-Montserrat-Medium);
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Título principal */
.bbll-title {
  font-family: var(--tph-font-Extenda80PetaTrial);
  font-size: 3rem;
  color: var(--tph-amarillo);
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .bbll-title {
    font-size: 2rem;
  }
}

/* Índice de contenidos */
.bbll-index {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 3rem;
}

.bbll-index h2 {
  font-family: var(--tph-font-Montserrat-Bold);
  font-size: 1.5rem;
  color: var(--tph-amarillo);
  margin-bottom: 1.5rem;
}

.bbll-index-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.bbll-index-item {
  margin: 0;
}

.bbll-index-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.5rem;
  color: var(--tph-blanco);
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.bbll-index-link:hover {
  background: rgba(255, 216, 95, 0.1);
  border-left-color: var(--tph-amarillo);
  transform: translateX(5px);
  color: var(--tph-blanco);
}

/* Link activo del índice */
.bbll-index-link.active {
  background: rgba(255, 216, 95, 0.15);
  border-left-color: var(--tph-amarillo);
  font-weight: bold;
}

.bbll-index-link.active .bbll-index-number {
  background: var(--tph-amarillo);
  color: var(--tph-negro);
}

.bbll-index-number {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--tph-amarillo);
  border-radius: 50%;
  font-weight: bold;
  margin-right: 1rem;
  font-size: 0.9rem;
}

.bbll-index-link:hover .bbll-index-number {
  background: var(--tph-amarillo);
  color: var(--tph-negro);
}

@media (max-width: 767.98px) {
  .bbll-index {
    padding: 1.5rem;
  }
  
  .bbll-index h2 {
    font-size: 1.25rem;
  }
  
  .bbll-index-link {
    font-size: 0.9rem;
  }
}

/* Secciones de bases legales */
.bbll-section {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 1rem;
  padding: 2.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.bbll-section:hover {
  border-color: rgba(255, 216, 95, 0.3);
}

/* Efecto de resaltado al navegar desde índice */
.bbll-section-highlight {
  animation: sectionHighlight 2s ease;
}

@keyframes sectionHighlight {
  0% {
    background: rgba(255, 216, 95, 0.2);
    border-color: var(--tph-amarillo);
  }
  50% {
    background: rgba(255, 216, 95, 0.15);
  }
  100% {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.1);
  }
}

.bbll-section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 216, 95, 0.3);
}

.bbll-section-number {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tph-amarillo);
  color: var(--tph-negro);
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.bbll-section-title {
  font-family: var(--tph-font-Montserrat-Bold);
  font-size: 1.75rem;
  color: var(--tph-amarillo);
  margin: 0;
  flex: 1;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .bbll-section {
    padding: 1.5rem;
  }
  
  .bbll-section-number {
    min-width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .bbll-section-title {
    font-size: 1.25rem;
  }
}

/* Contenido de secciones */
.bbll-section-content p {
  color: var(--tph-blanco);
  line-height: 1.8;
}

.bbll-section-content ul,
.bbll-section-content ol {
  color: var(--tph-blanco);
}

.bbll-section-content li {
  margin-bottom: 0.5rem;
}

.bbll-section-content strong {
  color: var(--tph-amarillo);
  font-family: var(--tph-font-Montserrat-Bold);
}

.bbll-section-content a {
  color: var(--tph-amarillo);
  text-decoration: underline;
}

.bbll-section-content a:hover {
  color: var(--tph-rosa);
}

/* Cajas de información */
.bbll-info-box {
  background: rgba(255, 216, 95, 0.1);
  border-left: 4px solid var(--tph-amarillo);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}

.bbll-info-box.warning {
  background: rgba(223, 5, 18, 0.1);
  border-left-color: var(--tph-rojo);
}

.bbll-info-box.success {
  background: rgba(231, 193, 188, 0.1);
  border-left-color: var(--tph-rosa);
}

.bbll-info-box p:last-child {
  margin-bottom: 0;
}

/* Tabla de productos */
.bbll-table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
}

.bbll-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--tph-blanco);
}

.bbll-table thead {
  background: rgba(255, 216, 95, 0.2);
  font-family: var(--tph-font-Montserrat-Bold);
}

.bbll-table th {
  padding: 1rem;
  text-align: left;
  color: var(--tph-amarillo);
  text-transform: uppercase;
  font-size: 0.9rem;
  border-bottom: 2px solid var(--tph-amarillo);
  white-space: nowrap;
}

.bbll-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bbll-table tbody tr {
  transition: background 0.2s ease;
}

.bbll-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

.bbll-table tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .bbll-table th,
  .bbll-table td {
    padding: 0.5rem;
    font-size: 0.85rem;
  }
  
  .bbll-table th {
    font-size: 0.8rem;
  }
}

/* Caja de fechas destacadas */
.bbll-date-box {
  background: linear-gradient(135deg, rgba(255, 216, 95, 0.2), rgba(223, 5, 18, 0.2));
  border: 2px solid var(--tph-amarillo);
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
  margin: 2rem 0;
  box-shadow: 0 4px 15px rgba(255, 216, 95, 0.3);
}

.bbll-date-box strong {
  display: block;
  font-size: 2rem;
  color: var(--tph-amarillo);
  font-family: var(--tph-font-Extenda80PetaTrial);
}

/* Pasos numerados */
.bbll-steps {
  counter-reset: step-counter;
}

.bbll-step {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-left: 2px solid rgba(255, 216, 95, 0.3);
  transition: border-color 0.3s ease;
}

.bbll-step:hover {
  border-left-color: var(--tph-amarillo);
}

.bbll-step-number {
  position: absolute;
  left: -25px;
  top: 0;
  width: 50px;
  height: 50px;
  background: var(--tph-amarillo);
  color: var(--tph-negro);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
  box-shadow: 0 4px 10px rgba(255, 216, 95, 0.4);
}

.bbll-step-content {
  color: var(--tph-blanco);
}

.bbll-step-content p {
  margin-bottom: 0.75rem;
}

.bbll-step-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .bbll-step {
    padding-left: 3rem;
  }
  
  .bbll-step-number {
    width: 40px;
    height: 40px;
    left: -20px;
    font-size: 1rem;
  }
}

/* Grid de contacto */
.bbll-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.bbll-contact-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 0.75rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.bbll-contact-card:hover {
  background: rgba(255, 216, 95, 0.1);
  border-color: var(--tph-amarillo);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 216, 95, 0.3);
}

.bbll-contact-card:hover * {
  color: var(--tph-amarillo) !important;
}

.bbll-contact-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.bbll-contact-card h3 {
  font-family: var(--tph-font-Montserrat-Bold);
  font-size: 1.1rem;
  color: var(--tph-amarillo);
  margin-bottom: 0.75rem;
}

.bbll-contact-card p {
  color: var(--tph-blanco);
  font-size: 0.95rem;
  margin-bottom: 0;
}

.bbll-contact-card a {
  color: var(--tph-amarillo);
  text-decoration: none;
  font-weight: bold;
}

.bbll-contact-card:hover a {
  color: var(--tph-amarillo);
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .bbll-contact-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Footer de bases legales */
.bbll-footer {
  background: rgba(255, 255, 255, 0.03);
  border-top: 2px solid rgba(255, 216, 95, 0.3);
  padding: 2rem;
  margin-top: 3rem;
  border-radius: 0.5rem;
  text-align: center;
}

.bbll-footer p {
  color: var(--tph-blanco);
  margin-bottom: 0.5rem;
}

.bbll-footer p:last-child {
  margin-bottom: 0;
}

.bbll-footer strong {
  color: var(--tph-amarillo);
  font-family: var(--tph-font-Montserrat-Bold);
}

/* Botón volver arriba */
.bbll-back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--tph-amarillo);
  color: var(--tph-negro);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 216, 95, 0.5);
  z-index: 1000;
  text-decoration: none;
  font-size: 1.5rem;
}

.bbll-back-to-top:hover {
  background: var(--tph-rojo);
  color: var(--tph-blanco);
}

.bbll-back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Accesibilidad */
.bbll-container a:focus {
  outline: 2px solid var(--tph-amarillo);
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .bbll-index,
  .bbll-back-to-top,
  #mainMenu,
  footer {
    display: none;
  }
  
  .bbll-section {
    page-break-inside: avoid;
    border: 1px solid #000;
  }
}

/* Compatibilidad con estilos antiguos */
.indicebbll {
  /* Redirige a .bbll-index */
  composes: bbll-index;
}

.indicebbll a {
  color: var(--tph-amarillo);
  text-decoration: none;
  transition: all 0.3s ease;
}

.indicebbll a:hover {
  color: var(--tph-rosa);
  text-decoration: underline;
}

.titulobbll {
  /* Redirige a .bbll-title */
  composes: bbll-title;
}

/* Contenedor principal de bases legales */
.bbll-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: var(--tph-font-Neometric);
  color: var(--tph-negro);
  line-height: 1.7;
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Título principal */
.bbll-title {
  font-family: var(--tph-font-MontserratBlackItalic);
  font-size: 2.5rem;
  color: var(--tph-lila-fuerte);
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 767.98px) {
  .bbll-title {
    font-size: 1.8rem;
  }
}

/* Índice de contenidos */
.bbll-index {
  background: linear-gradient(135deg, var(--tph-lila) 0%, var(--tph-lila-fuerte) 100%);
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.bbll-index h2 {
  font-family: var(--tph-font-MontserratBlackItalic);
  font-size: 1.8rem;
  color: var(--tph-amarillo);
  margin-bottom: 1.5rem;
  text-align: center;
}

.bbll-index-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.75rem;
}

.bbll-index-item {
  margin: 0;
}

.bbll-index-link {
  display: flex;
  align-items: center;
  padding: 0.85rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--tph-lila-fuerte);
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-family: var(--tph-font-NexaBold);
  font-size: 0.95rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bbll-index-link:hover {
  background-color: var(--tph-amarillo);
  color: var(--tph-lila-fuerte);
  transform: translateX(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Link activo del índice */
.bbll-index-link.active {
  background-color: var(--tph-lila);
  color: var(--tph-amarillo);
  font-weight: bold;
  border-left: 4px solid var(--tph-amarillo);
}

.bbll-index-link.active .bbll-index-number {
  background-color: var(--tph-amarillo);
  color: var(--tph-lila-fuerte);
  transform: scale(1.15);
}

.bbll-index-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--tph-lila-fuerte);
  color: var(--tph-amarillo);
  border-radius: 50%;
  font-weight: bold;
  margin-right: 1rem;
  flex-shrink: 0;
  font-size: 0.9rem;
}

.bbll-index-link:hover .bbll-index-number {
  background-color: var(--tph-lila-fuerte);
  color: var(--tph-amarillo);
  transform: scale(1.1);
}

@media (max-width: 767.98px) {
  .bbll-index {
    padding: 1.5rem;
  }
  
  .bbll-index h2 {
    font-size: 1.5rem;
  }
  
  .bbll-index-list {
    grid-template-columns: 1fr;
  }
}

/* Secciones de bases legales */
.bbll-section {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  scroll-margin-top: 100px; /* Espacio para scroll desde índice */
}

.bbll-section:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Efecto de resaltado al navegar desde índice */
.bbll-section-highlight {
  animation: sectionHighlight 2s ease;
}

@keyframes sectionHighlight {
  0% {
    box-shadow: 0 0 0 0 rgba(133, 66, 164, 0.7);
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(133, 66, 164, 0.3);
  }
  100% {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }
}

.bbll-section-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--tph-amarillo);
}

.bbll-section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--tph-lila) 0%, var(--tph-lila-fuerte) 100%);
  color: var(--tph-amarillo);
  border-radius: 50%;
  font-family: var(--tph-font-MontserratBlackItalic);
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(133, 66, 164, 0.3);
}

.bbll-section-title {
  font-family: var(--tph-font-MontserratBlackItalic);
  font-size: 1.6rem;
  color: var(--tph-lila-fuerte);
  margin: 0;
  flex-grow: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

@media (max-width: 767.98px) {
  .bbll-section {
    padding: 1.5rem;
  }
  
  .bbll-section-number {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    margin-right: 1rem;
  }
  
  .bbll-section-title {
    font-size: 1.3rem;
  }
}

/* Contenido de secciones */
.bbll-section-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--tph-negro);
}

.bbll-section-content ul,
.bbll-section-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.bbll-section-content li {
  margin-bottom: 0.5rem;
}

.bbll-section-content strong {
  color: var(--tph-lila-fuerte);
  font-weight: bold;
}

.bbll-section-content a {
  color: var(--tph-lila);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.bbll-section-content a:hover {
  color: var(--tph-lila-fuerte);
}

/* Cajas de información */
.bbll-info-box {
  background: linear-gradient(135deg, rgba(133, 66, 164, 0.08) 0%, rgba(58, 32, 92, 0.08) 100%);
  border-left: 4px solid var(--tph-lila);
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.bbll-info-box.warning {
  background: linear-gradient(135deg, rgba(244, 215, 97, 0.15) 0%, rgba(244, 215, 97, 0.08) 100%);
  border-left-color: var(--tph-amarillo);
}

.bbll-info-box.success {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.1) 0%, rgba(76, 175, 80, 0.05) 100%);
  border-left-color: #4caf50;
}

.bbll-info-box p:last-child {
  margin-bottom: 0;
}

/* Tabla de productos */
.bbll-table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bbll-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  font-size: 0.95rem;
}

.bbll-table thead {
  background: linear-gradient(135deg, var(--tph-lila) 0%, var(--tph-lila-fuerte) 100%);
  color: var(--tph-amarillo);
}

.bbll-table th {
  padding: 1rem;
  text-align: left;
  font-family: var(--tph-font-NexaBold);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}

.bbll-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.bbll-table tbody tr {
  transition: background-color 0.2s ease;
}

.bbll-table tbody tr:hover {
  background-color: rgba(133, 66, 164, 0.05);
}

.bbll-table tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .bbll-table {
    font-size: 0.85rem;
  }
  
  .bbll-table th,
  .bbll-table td {
    padding: 0.7rem 0.5rem;
  }
}

/* Caja de fechas destacadas */
.bbll-date-box {
  background: linear-gradient(135deg, var(--tph-amarillo) 0%, rgba(244, 215, 97, 0.8) 100%);
  color: var(--tph-lila-fuerte);
  padding: 1.5rem 2rem;
  border-radius: 12px;
  margin: 1.5rem 0;
  text-align: center;
  box-shadow: 0 6px 20px rgba(244, 215, 97, 0.4);
  font-family: var(--tph-font-MontserratBlackItalic);
}

.bbll-date-box strong {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 0.5rem;
}

/* Pasos numerados */
.bbll-steps {
  margin: 2rem 0;
}

.bbll-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background-color: rgba(133, 66, 164, 0.03);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.bbll-step:hover {
  background-color: rgba(133, 66, 164, 0.08);
  transform: translateX(5px);
}

.bbll-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--tph-lila) 0%, var(--tph-lila-fuerte) 100%);
  color: var(--tph-amarillo);
  border-radius: 50%;
  font-family: var(--tph-font-MontserratBlackItalic);
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(133, 66, 164, 0.3);
}

.bbll-step-content {
  flex-grow: 1;
}

.bbll-step-content p {
  margin-bottom: 0.5rem;
}

.bbll-step-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .bbll-step {
    padding: 1rem;
  }
  
  .bbll-step-number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    margin-right: 1rem;
  }
}

/* Grid de contacto */
.bbll-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.bbll-contact-card {
  background: linear-gradient(135deg, rgba(133, 66, 164, 0.08) 0%, rgba(58, 32, 92, 0.05) 100%);
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.bbll-contact-card:hover {
  background: linear-gradient(135deg, var(--tph-lila) 0%, var(--tph-lila-fuerte) 100%);
  border-color: var(--tph-amarillo);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(133, 66, 164, 0.3);
}

.bbll-contact-card:hover * {
  color: var(--tph-blanco) !important;
}

.bbll-contact-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.bbll-contact-card h3 {
  font-family: var(--tph-font-NexaBold);
  font-size: 1.1rem;
  color: var(--tph-lila-fuerte);
  margin-bottom: 0.75rem;
}

.bbll-contact-card p {
  font-size: 0.95rem;
  color: var(--tph-negro);
  margin-bottom: 0;
}

.bbll-contact-card a {
  color: var(--tph-lila);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.bbll-contact-card:hover a {
  color: var(--tph-amarillo) !important;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .bbll-contact-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Footer de bases legales */
.bbll-footer {
  margin-top: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, var(--tph-lila-fuerte) 0%, var(--tph-lila) 100%);
  color: var(--tph-blanco);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(58, 32, 92, 0.3);
}

.bbll-footer p {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.bbll-footer p:last-child {
  margin-bottom: 0;
}

.bbll-footer strong {
  color: var(--tph-amarillo);
  font-family: var(--tph-font-NexaBold);
}

/* Botón volver arriba */
.bbll-back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--tph-amarillo) 0%, rgba(244, 215, 97, 0.9) 100%);
  color: var(--tph-lila-fuerte);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 1000;
}

.bbll-back-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.bbll-back-to-top.show {
  display: flex;
}

/* Accesibilidad */
.bbll-container a:focus {
  outline: 2px solid var(--tph-amarillo);
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .bbll-container {
    max-width: 100%;
  }
  
  .bbll-index {
    display: none;
  }
  
  .bbll-section {
    page-break-inside: avoid;
    box-shadow: none;
  }
  
  .bbll-back-to-top {
    display: none !important;
  }
}

/* Compatibilidad con estilos antiguos */
.indicebbll {
  /* Deprecado - usar .bbll-index en su lugar */
  font-family: var(--tph-font-Neometric);
}

.indicebbll a {
  text-decoration: none;
  color: var(--tph-negro);
  transition: color 0.3s ease;
}

.indicebbll a:hover {
  color: var(--tph-lila);
  text-decoration: underline;
}

.titulobbll {
  /* Deprecado - usar .bbll-title en su lugar */
  font-size: 2rem;
}