:root {
  --main-tph-color: transparent;
  --tph-blanco: #ffffff;
  --tph-negro: #333333;
  --tph-azul: #051c2c;
  --tph-amarillo: #ffef42;
  --tph-gris: #b9bac3;
  --tph-rojo: red;
  --tph-lila: rgb(255, 255, 255);
  --tph-cuenta-atras: #ffef42;
  --tph-form-label: rgb(255, 255, 255);
  --tph-form-placeholder: white;
  --tph-form-input: black;
  --tph-form-border: black;
  --tph-form-bg: #fff;
  --tph-font-body: 'Poppins';
  --tph-font-special-principal: 'SourceSansVariable';
  --tph-font-special-principal-bold: 'SourceSansVariable';
  --tph-font-helvetica: 'HelveticaNeue';

  /************* 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: 'HelveticaNeue';
  src: url('../../../fonts/HelveticaNeueBlackItalic.woff2') format('woff2'),
    url('../../../fonts/HelveticaNeueBlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../../fonts/HelveticaNeue-HeavyExtObl.woff2') format('woff2'),
    url('../../../fonts/HelveticaNeue-HeavyExtObl.woff') format('woff');
  font-weight: 800;
  font-style: oblique;
}

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

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

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

/********************************************************************* estilos globales *********************************************************/

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--tph-font-body);
  color: var(--tph-negro);
  background-color: var(--main-tph-color);
  background-image: url('../../../img/template/burgo-experiencias-26/cabecera-movil-fondo.jpg');
}

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


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

.cursor-pointer {
  cursor: pointer;
}


.cookies {
  z-index: 99999;
}

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

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

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

.btn-formulario {
  background-color: var(--tph-rojo);
  color: var(--tph-blanco);
  font-family: var(--tph-font-special-principal);
  /* font-size: 2.5rem; */
  font-size: 1.6rem;
  padding: 0rem 0rem;
  width: 70%;
}

.btn-formulario:hover {
  background-color: var(--tph-blanco);
  color: var(--tph-rojo);
}

.btn-formulario:focus {
  background-color: var(--tph-rojo);
  color: rgb(255, 255, 255);
}

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







/********************************************************************* 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: var(--tph-font-body);
}

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

#logo {
  max-width: 100px;
}

.navbar-brand img {
  max-width: 10rem;
}
.bg-menu {
  background-color: var(--tph-azul) !important;
}
.navbar-brand {
  max-width: 210px;
  text-align: center;
}

#accesoMicuenta {
  z-index: 99999;
  font-family: var(--tph-font-body);
}

/* Estilos personalizados para el modal del área personal */
.modal-area-personal {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-area-personal .modal-header {
  background: var(--tph-azul);
  padding: 1rem;
  position: relative;
}

.modal-area-personal .btn-close-custom {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  opacity: 1;
  width: 35px;
  height: 35px;
  padding: 0;
  transition: all 0.3s ease;
}

.modal-area-personal .btn-close-custom:hover {
  background-color: white;
  transform: rotate(90deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.modal-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: var(--tph-azul);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(156, 43, 135, 0.3);
  animation: pulse-icon 2s infinite;
}

.modal-icon-wrapper i {
  font-size: 2.5rem;
  color: var(--tph-amarillo);
}

@keyframes pulse-icon {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 5px 20px rgba(156, 43, 135, 0.3);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(156, 43, 135, 0.4);
  }
}

.modal-title-custom {
  font-family: var(--tph-font-special-principal-bold);
  color: var(--tph-azul);
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.modal-subtitle {
  font-family: var(--tph-font-body);
  color: var(--tph-negro);
  font-size: 0.95rem;
  margin-bottom: 0;
}

.form-group-custom {
  position: relative;
}

.form-label-custom {
  font-family: var(--tph-font-body);
  color: var(--tph-azul);
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.form-control-custom {
  border: 2px solid var(--tph-gris);
  border-radius: 50px;
  padding: 0.75rem 1.25rem;
  font-family: var(--tph-font-body);
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.form-control-custom:focus {
  border-color: var(--tph-azul);
  box-shadow: 0 0 0 0.2rem rgba(156, 43, 135, 0.15);
  background-color: white;
  outline: none;
}

.form-control-custom::placeholder {
  color: #999;
  font-size: 0.9rem;
}

.password-wrapper {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--tph-azul);
  transition: all 0.3s ease;
  z-index: 10;
}

.password-toggle:hover {
  color: var(--tph-amarillo);
  transform: translateY(-50%) scale(1.1);
}

.recuperar-pass-link {
  color: var(--tph-azul);
  font-family: var(--tph-font-body);
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.recuperar-pass-link:hover {
  color: var(--tph-amarillo);
  text-decoration: underline;
}

.btn-acceso-custom {
  background: var(--tph-azul);
  color: white;
  font-family: var(--tph-font-body);
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  padding: 0.9rem 2rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(156, 43, 135, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-acceso-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--tph-azul);
  transition: left 0.3s ease;
  z-index: 0;
}

.btn-acceso-custom:hover::before {
  left: 0;
}

.btn-acceso-custom .btn-text,
.btn-acceso-custom i {
  position: relative;
  z-index: 1;
}

.btn-acceso-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(156, 43, 135, 0.4);
}

.btn-acceso-custom:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(156, 43, 135, 0.3);
}

.btn-cancelar-custom {
  background-color: transparent;
  color: var(--tph-negro);
  font-family: var(--tph-font-body);
  font-size: 0.95rem;
  border: 2px solid var(--tph-gris);
  border-radius: 50px;
  padding: 0.7rem 2rem;
  transition: all 0.3s ease;
}

.btn-cancelar-custom:hover {
  background-color: var(--tph-gris);
  border-color: var(--tph-negro);
  color: var(--tph-negro);
  transform: translateY(-2px);
}

.alert-custom {
  border-radius: 15px;
  font-family: var(--tph-font-body);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animación de entrada del modal */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 576px) {
  .modal-title-custom {
    font-size: 1.5rem;
  }

  .modal-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .modal-icon-wrapper i {
    font-size: 2rem;
  }

  .modal-area-personal .modal-body,
  .modal-area-personal .modal-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#userIcon {
  max-width: 20px;
  margin-left: 8px;
}

#mainMenu {
  font-family: var(--tph-font-special-principal);
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
  background-color: transparent;
  color: var(--tph-blanco);
}

#mainMenu .container-fluid {
  min-height: 4rem;
  z-index: 1;
}

#mainMenu .container {
  min-height: 4rem;
  z-index: 1;
}

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

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

#mainMenu .navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#mainMenu .navbar-toggler:hover,
#mainMenu .navbar-toggler:focus,
#mainMenu .navbar-toggler:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}




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

/********************************************************************************** masthead  *******************************************************************************/

#masthead h6 {
  font-family: var(--tph-font-special-principal);
  color: var(--tph-blanco);
  font-weight: bold;
}

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



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

#inicio .titulo {
  font-size: 3rem;
  font-family: var(--tph-font-special-secundaria-bold);
  text-transform: uppercase;
  font-weight: bold;

}

#inicio .subtitulo {
  font-size: 1.5rem;
  font-family: var(--tph-font-special-secundaria);
  font-weight: bold;

}

#inicioMobile .titulo {
  font-size: 1.6rem;
  font-family: var(--tph-font-helvetica);
  text-transform: uppercase;
  color: var(--tph-gris);

}

#inicioMobile .titulo-2 {
  font-size: 2rem;
  font-family: var(--tph-font-helvetica);
  text-transform: uppercase;
  color: var(--tph-amarillo);
  line-height: 1rem;

}

#inicioMobile .titulo-3 {
  font-size: 2rem;
  font-family: var(--tph-font-helvetica);
  text-transform: uppercase;
  color: var(--tph-blanco);

}

#inicioMobile .subtitulo {
  font-size: 0.8rem;
  font-family: var(--tph-font-helvetica);
  color: var(--tph-amarillo);
  font-weight: bold;

}

#inicioMobile .subtitulo-2 {
  font-size: 1.5rem;
  font-family: var(--tph-font-helvetica);
  text-transform: uppercase;
  color: var(--tph-amarillo);

}

#inicioMobile .subtitulo-3 {
  font-size: 1rem;
  font-family: var(--tph-font-helvetica);
  text-transform: uppercase;
  color: var(--tph-amarillo);

}

#inicioMobile img {
  max-width: 230px;
}





#inicio .btn-primary {
  background-color: var(--tph-amarillo);
  font-family: var(--tph-font-helvetica);
  color: var(--tph-azul);
  border: none;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#inicioMobile .btn-primary {
  background-color: var(--tph-amarillo);
  font-family: var(--tph-font-helvetica);
  color: var(--tph-azul);
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}




#inicio .small {
  font-family: var(--tph-font-special-secundaria-bold);
  color: var(--tph-negro);
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 0.9;
  font-weight: bold;
  padding-top: 2rem;

}

#inicio .legenda {
  font-family: var(--tph-font-special-secundaria);
  color: #000000;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 1rem;
  font-weight: bold;
}

#inicioMobile .legenda {
  font-family: var(--tph-font-special-secundaria);
  color: #000000;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.2;
  padding-top: 0rem;
  font-weight: bold;
}

/********************************************************************************** info  *******************************************************************************/

#info {
  background: linear-gradient(to right, #b9bac3, #ffffff, #b6b4bf);
}


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

.btn-big {
  font-size: 2rem;
}

#mecanica {
  background: linear-gradient(to right, #b9bac3, #ffffff, #b6b4bf);

}

#mecanica .img-flecha {
  max-width: 200px;
  margin-bottom: 3rem;
}

#mecanica .titulo {
  font-family: var(--tph-font-helvetica);
  font-size: 2rem;
  color: var(--tph-azul);
  text-transform: uppercase;
  font-weight: bold;
}

#mecanica .logo-bizum-mecanica {
  position: relative;
}

#mecanica h2 {
  font-family: var(--tph-font-special-secundaria-bold);
  color: #000000;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}

#mecanica p {
  color: #000000;
  font-size: 1.1rem;
}

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

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

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

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

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

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

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

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

/* Tarjeta de cuenta atrás en sección participa */

.countdown-card {
  background-color: var(--tph-amarillo);
  border-radius: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  color: var(--tph-blanco);
}

.countdown-title {
  font-family: var(--tph-font-helvetica);
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: var(--tph-azul);
}

@media (min-width: 768px) {
  .countdown-title {
    font-size: 1.8rem;
  }
}

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

#participa {
  padding-top: 2rem;
  background-color: var(--tph-azul);
}

#participa .titulo {
  font-family: var(--tph-font-helvetica);
  font-size: 2rem;
  color: var(--tph-blanco);
  text-transform: uppercase;
  font-weight: bold;
}

#participa .subtitulo {
  font-family: var(--tph-font-helvetica);
  font-size: 1rem;
  color: var(--tph-blanco);
  font-weight: bold;
}

#participa .legenda {
  font-family: var(--tph-font-special-secundaria);
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.2;
  padding-top: 1rem;
  margin-top: 3rem;
}

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

form#formReg_l input {
  border-radius: 5rem;
  border-color: var(--tph-form-border);
}

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: var(--tph-form-border);
  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: #ffffff;
  border: none;
}


form#formReg_l .form-check {
  font-size: 0.8rem;
}

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

form #btnReg_l {
  background-color: var(--tph-amarillo);
  font-family: var(--tph-font-special-secundaria);
  color: var(--tph-blanco);
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border-radius: 10rem;

}

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

.bg-azul-participa {
  background-color: var(--tph-azul);
  position: relative;
  min-height: 200px;
}

.bg-azul-participa .flecha {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: auto;
}

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



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

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

#contacto h1 {
  font-size: 4rem;
}
#contacto p {
  font-size: 1rem;
  color: var(--tph-blanco);
}
#contacto h2 {
  font-size: 2rem;
}

#contacto .titulo {
  font-family: var(--tph-font-helvetica);
  font-size: 2rem;
  color: var(--tph-amarillo);
  text-transform: uppercase;
  font-weight: bold;
}

#contacto .subtitulo {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

#contacto .tel_promo {
  font-family: var(--tph-font-helvetica);
  color: var(--tph-amarillo);
  font-size: 2rem;
}

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

.email_contacto a {
  text-decoration: none;
  color: var(--tph-blanco);
  font-size: 1.2rem;
  text-align: start;
  font-weight: bold;
}

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

footer {
  background-color: #ffffff;
  position: sticky;
  font-family: var(--tph-font-special-principal);
  border-top: solid var(--tph-lila) 1px;
}

footer ul {
  list-style: none;
}

footer a {
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  text-decoration: none;
  transition: 0.3s color;
}

footer a:hover {
  color: black;
}

footer .small {
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
}

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  *******************************************************************************/

/* Removed empty media query block for min-width: 536px */

@media (min-width: 636px) {
  #inicio h1 {
    font-size: 1.7rem;
  }

  #inicio p {
    font-size: 1rem;
  }

  #inicio .img-text {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  #inicio h1 {
    font-size: 2.5rem;
  }

  #inicio p {
    font-size: 1rem;
  }

  #inicio .img-text {
    max-width: 200px;
  }
}

@media (min-width: 992px) {

  body {
    background-image: url('../../../img/template/burgo-experiencias-26/cabecera-fondo.jpg');
  }

  #inicioDescktop .titulo {
    font-size: 3rem;
    font-family: var(--tph-font-helvetica);
    text-transform: uppercase;
    color: var(--tph-gris);

  }

  #inicioDescktop .titulo-2 {
    font-size: 4rem;
    font-family: var(--tph-font-helvetica);
    text-transform: uppercase;
    color: var(--tph-amarillo);
    line-height: 2rem;

  }

  #inicioDescktop .titulo-3 {
    font-size: 3.5rem;
    font-family: var(--tph-font-helvetica);
    text-transform: uppercase;
    color: var(--tph-blanco);

  }

  #inicioDescktop .subtitulo {
    font-size: 0.8rem;
    font-family: var(--tph-font-helvetica);
    color: var(--tph-amarillo);
    font-weight: bold;

  }

  #inicioDescktop .subtitulo-2 {
    font-size: 5rem;
    line-height: 4rem;
    font-family: var(--tph-font-helvetica);
    text-transform: uppercase;
    color: var(--tph-amarillo);

  }

  #inicioDescktop .subtitulo-3 {
    margin-top: 1rem;
    font-size: 2rem;
    font-family: var(--tph-font-helvetica);
    text-transform: uppercase;
    color: var(--tph-amarillo);

  }

  #inicioDescktop .legenda {
    font-size: 1rem;
    font-family: var(--tph-font-helvetica);
    color: var(--tph-blanco);

  }

  #inicioDescktop .parrafo {
    font-size: 1rem;
    font-family: var(--tph-font-helvetica);
    text-transform: uppercase;
    color: var(--tph-amarillo);

  }

  #mecanica .titulo {
    font-size: 4rem;
  }



  form#formReg_l .form-check {
    font-size: 1rem;
  }

  form #btnReg_l {
    font-size: 2rem;
  }

  #contacto .titulo {
    font-size: 4.5rem;
  }

  .email_contacto a {
    font-size: 1.5rem;
  }
}

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

@media (min-width: 1200px) {

  #mecanica .logo-bizum-mecanica {
    position: absolute;
    top: 82%;
    right: -76px;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1400px) {
  #mecanica .logo-bizum-mecanica {
    position: absolute;
    top: 75%;
    right: 0;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1600px) {

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

}

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

/********************************************************************************** Bases Legales - UX/UI Optimized *******************************************************************************/

/* Contenedor principal de las bases legales */
.bbll-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: var(--tph-font-body);
  line-height: 1.7;
  color: var(--tph-negro);
  background-color: #ffffff;
}

/* Header de las bases legales */
.bbll-header {
  text-align: center;
  padding: 3rem 1rem 2rem;
  background: linear-gradient(135deg, var(--tph-azul) 0%, #0a2d47 100%);
  border-radius: 20px;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(5, 28, 44, 0.2);
}

.bbll-title {
  font-family: var(--tph-font-helvetica);
  font-size: 2rem;
  font-weight: 900;
  color: var(--tph-blanco);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.bbll-title em {
  display: block;
  font-style: italic;
  font-size: 1.5rem;
  margin-top: 1rem;
  color: var(--tph-amarillo);
  font-weight: 700;
}

/* Navegación / Índice */
.bbll-nav {
  background: linear-gradient(to right, #f8f9fa, #ffffff, #f8f9fa);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 3rem;
  border: 2px solid var(--tph-gris);
}

.bbll-nav-title {
  font-family: var(--tph-font-helvetica);
  font-size: 1.5rem;
  color: var(--tph-azul);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.bbll-index {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 2rem;
}

.bbll-index li {
  margin-bottom: 0.75rem;
  break-inside: avoid;
}

.bbll-index a {
  color: var(--tph-negro);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  position: relative;
  padding-left: 2rem;
}

.bbll-index a:before {
  content: "▸";
  position: absolute;
  left: 0.5rem;
  color: var(--tph-amarillo);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.bbll-index a:hover {
  background-color: var(--tph-azul);
  color: var(--tph-blanco);
  transform: translateX(5px);
}

.bbll-index a:hover:before {
  color: var(--tph-amarillo);
  transform: translateX(3px);
}

/* Secciones */
.bbll-section {
  margin-bottom: 3rem;
  padding: 2rem;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  scroll-margin-top: 100px;
}

.bbll-section:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.bbll-highlight-section {
  background: linear-gradient(to bottom, #fff9e6, #ffffff);
  border: 2px solid var(--tph-amarillo);
}

/* Cabecera de sección */
.bbll-section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--tph-amarillo);
}

.bbll-number {
  font-family: var(--tph-font-helvetica);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--tph-amarillo);
  background: var(--tph-azul);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(5, 28, 44, 0.3);
}

.bbll-section-title {
  font-family: var(--tph-font-helvetica);
  font-size: 1.25rem;
  color: var(--tph-azul);
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
}

/* Contenido de sección */
.bbll-content {
  font-size: 1rem;
  color: var(--tph-negro);
}

.bbll-subtitle {
  font-family: var(--tph-font-helvetica);
  font-size: 1.3rem;
  color: var(--tph-azul);
  margin: 2rem 0 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
}

.bbll-subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: var(--tph-amarillo);
  border-radius: 2px;
}

.bbll-intro {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--tph-azul);
  margin-bottom: 1.5rem;
}

.bbll-highlight {
  background: linear-gradient(to right, var(--tph-amarillo), transparent);
  padding: 1rem 1.5rem;
  border-left: 4px solid var(--tph-azul);
  border-radius: 8px;
  margin: 1.5rem 0;
  font-weight: 600;
}

/* Tablas */
.bbll-table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.bbll-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.bbll-table thead {
  background: var(--tph-azul);
  color: var(--tph-blanco);
}

.bbll-table th,
.bbll-table td {
  padding: 1rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.bbll-table th {
  font-family: var(--tph-font-helvetica);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.bbll-table tbody tr:hover {
  background-color: #f8f9fa;
}

.bbll-table tbody tr:last-child td {
  border-bottom: none;
}

/* Cajas de información */
.bbll-info-box,
.bbll-warning-box,
.bbll-success-box {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 12px;
  margin: 1.5rem 0;
  align-items: flex-start;
}

.bbll-info-box {
  background: #e3f2fd;
  border-left: 5px solid #2196f3;
}

.bbll-warning-box {
  background: #fff3cd;
  border-left: 5px solid #ff9800;
}

.bbll-success-box {
  background: #f1f8e9;
  border-left: 5px solid #4caf50;
  align-items: center;
}

.bbll-info-icon,
.bbll-success-icon {
  flex-shrink: 0;
  font-size: 1.5rem;
}

.bbll-info-icon svg {
  stroke: #2196f3;
}

.bbll-info-content,
.bbll-success-box p {
  margin: 0;
}

/* Requisitos */
.bbll-requirements {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.bbll-requirement-card {
  background: linear-gradient(135deg, var(--tph-azul), #0a2d47);
  padding: 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 5px 15px rgba(5, 28, 44, 0.2);
  transition: all 0.3s ease;
}

.bbll-requirement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(5, 28, 44, 0.3);
}

.bbll-requirement-icon {
  font-size: 2rem;
  color: var(--tph-amarillo);
  flex-shrink: 0;
}

.bbll-requirement-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.bbll-requirement-text strong {
  color: var(--tph-blanco);
  font-size: 1.1rem;
  display: block;
}

.bbll-requirement-text span {
  color: var(--tph-gris);
  font-size: 0.9rem;
}

/* Fechas */
.bbll-date-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, var(--tph-azul), #0a2d47);
  border-radius: 15px;
  margin: 1.5rem 0;
  flex-wrap: wrap;
}

.bbll-date-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.bbll-date-label {
  color: var(--tph-gris);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bbll-date-value {
  color: var(--tph-amarillo);
  font-family: var(--tph-font-helvetica);
  font-size: 1.5rem;
  font-weight: bold;
}

.bbll-date-divider {
  color: var(--tph-amarillo);
  font-size: 2rem;
  font-weight: bold;
}

/* Tiempo */
.bbll-time-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 5px solid var(--tph-amarillo);
  margin: 1.5rem 0;
}

.bbll-time-icon svg {
  stroke: var(--tph-azul);
  flex-shrink: 0;
}

.bbll-time-content {
  flex: 1;
}

/* Experiencias */
.bbll-gift-box {
  background: linear-gradient(to right, #fff9e6, #ffffff);
  padding: 2rem;
  border-radius: 12px;
  border: 2px dashed var(--tph-amarillo);
  margin: 1.5rem 0;
}

.bbll-gift-intro {
  font-size: 1.1rem;
  margin: 0;
  text-align: center;
  color: var(--tph-azul);
}

.bbll-experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.bbll-experience-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.bbll-experience-card:hover {
  border-color: var(--tph-amarillo);
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.bbll-experience-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.bbll-experience-card h4 {
  font-family: var(--tph-font-helvetica);
  color: var(--tph-azul);
  font-size: 1.3rem;
  margin: 0 0 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.bbll-experience-card p {
  color: var(--tph-negro);
  margin: 0;
  line-height: 1.6;
}

/* Pasos */
.bbll-steps {
  margin: 2rem 0;
}

.bbll-step {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.bbll-step:hover {
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bbll-step-number {
  font-family: var(--tph-font-helvetica);
  font-size: 2rem;
  font-weight: 900;
  color: var(--tph-blanco);
  background: linear-gradient(135deg, var(--tph-amarillo), #ffd700);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(255, 239, 66, 0.4);
}

.bbll-step-content {
  flex: 1;
}

.bbll-step-content h4 {
  font-family: var(--tph-font-helvetica);
  color: var(--tph-azul);
  font-size: 1.3rem;
  margin: 0 0 1rem;
  font-weight: bold;
}

.bbll-step-content p {
  margin: 0 0 1rem;
}

.bbll-alert-mini {
  background: #fff3cd;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border-left: 4px solid #ff9800;
  margin-top: 1rem;
  font-size: 0.95rem;
}

.bbll-requirements-box {
  background: #e3f2fd;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
}

.bbll-note {
  font-style: italic;
  color: #666;
  font-size: 0.95rem;
  margin-top: 1rem;
}

/* Listas */
.bbll-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.bbll-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.bbll-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tph-amarillo);
  font-weight: bold;
  font-size: 1.2rem;
}

/* Limitaciones */
.bbll-limitations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.bbll-limitation-item {
  background: var(--tph-azul);
  color: var(--tph-blanco);
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(5, 28, 44, 0.2);
}

.bbll-limitation-item strong {
  color: var(--tph-amarillo);
  display: block;
  margin-bottom: 0.5rem;
}

/* 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, #f8f9fa, #ffffff);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  border: 2px solid var(--tph-gris);
  transition: all 0.3s ease;
}

.bbll-contact-card:hover {
  border-color: var(--tph-amarillo);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.bbll-contact-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.bbll-contact-card h4 {
  font-family: var(--tph-font-helvetica);
  color: var(--tph-azul);
  font-size: 1.2rem;
  margin: 0 0 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.bbll-contact-value {
  color: var(--tph-negro);
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

.bbll-contact-value a {
  color: var(--tph-azul);
  text-decoration: none;
  transition: all 0.3s ease;
}

.bbll-contact-value a:hover {
  color: var(--tph-amarillo);
  text-decoration: underline;
}

.bbll-contact-schedule {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}

.bbll-contact-schedule small {
  font-size: 0.85rem;
  font-style: italic;
}

/* Datos del responsable */
.bbll-data-controller {
  background: var(--tph-azul);
  color: var(--tph-blanco);
  padding: 1.5rem;
  border-radius: 12px;
  margin: 1.5rem 0;
}

.bbll-data-controller h4 {
  color: var(--tph-amarillo);
  margin: 0 0 1rem;
  font-family: var(--tph-font-helvetica);
  font-weight: bold;
  text-transform: uppercase;
}

.bbll-data-controller p {
  margin: 0;
  line-height: 1.8;
}

/* Derechos GDPR */
.bbll-rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.bbll-right-item {
  background: linear-gradient(135deg, var(--tph-amarillo), #ffd700);
  color: var(--tph-azul);
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(255, 239, 66, 0.3);
}

/* Footer de bases legales */
.bbll-footer {
  background: linear-gradient(135deg, var(--tph-azul), #0a2d47);
  color: var(--tph-blanco);
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  margin-top: 3rem;
}

.bbll-footer-content p {
  margin: 0.5rem 0;
}

.bbll-footer-note {
  color: var(--tph-amarillo);
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 1rem !important;
}

/* Responsive */
@media (max-width: 768px) {
  .bbll-title {
    font-size: 1.5rem;
  }

  .bbll-title em {
    font-size: 1.2rem;
  }

  .bbll-index {
    column-count: 1;
  }

  .bbll-section {
    padding: 1.5rem 1rem;
  }

  .bbll-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .bbll-number {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }

  .bbll-section-title {
    font-size: 1.4rem;
  }

  .bbll-date-box {
    flex-direction: column;
    gap: 1rem;
  }

  .bbll-date-divider {
    transform: rotate(90deg);
  }

  .bbll-step {
    flex-direction: column;
  }

  .bbll-contact-grid,
  .bbll-experience-grid,
  .bbll-requirements {
    grid-template-columns: 1fr;
  }
}

/* Animaciones */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bbll-section {
  animation: fadeInUp 0.6s ease-out;
}

/* Mejoras de accesibilidad */
.bbll-container a {
  color: var(--tph-azul);
  text-decoration: underline;
  transition: all 0.3s ease;
}

.bbll-container a:hover,
.bbll-container a:focus {
  color: var(--tph-amarillo);
  outline: 2px solid var(--tph-amarillo);
  outline-offset: 2px;
}

/* SEO - Structured data visual feedback */
[itemscope] {
  position: relative;
}

/* Print styles */
@media print {
  .bbll-container {
    max-width: 100%;
    padding: 0;
  }

  .bbll-section {
    page-break-inside: avoid;
    box-shadow: none;
  }

  .bbll-nav {
    display: none;
  }

  .bbll-section:hover {
    transform: none;
  }
}

/* ============================================
   SEO OPTIMIZATION - VISUALLY HIDDEN CONTENT
   ============================================
   Clase para contenido SEO que es accesible para lectores de pantalla
   y buscadores pero oculto visualmente para usuarios (white-hat SEO).
   Similar a Bootstrap's .visually-hidden pero personalizado.
   ============================================ */

.visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Permitir que el contenido sea accesible cuando tiene foco (accesibilidad) */
.visually-hidden:not(caption),
.sr-only:not(caption) {
  clip-path: inset(50%) !important;
}

/* Para contenido que debe ser completamente invisible pero indexable */
.seo-content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}