:root {
  /* Colores principales */
  --main-tph-color: transparent;
  --tph-rojo: #db0632;
  --tph-crema: #fee5bb;
  --tph-oscuro: #1b1b19;

  /* Colores secundarios */
  --tph-verde: #005941;
  --tph-azul-medio: #3f72b3;
  --tph-naranja: #ed7326;
  --tph-gris: #edf0f5;
  --tph-gris-claro: #eceff5;
  --tph-gris-azulado: #a6accb;
  --tph-lila: #ece3ee;

  /* Neutrales */
  --tph-blanco: #ffffff;
  --tph-negro: #1b1b19;

  /* Gradientes */
  --tph-gradient-header: linear-gradient(135deg, #c70011 0%, #fee5bb 100%);
  --tph-gradient-button: linear-gradient(135deg, #c70011 0%, #005941 100%);

  /* Colores legacy (mantener compatibilidad) */
  --tph-azul: #0046e4;
  --tph-amarillo: #fee5bb;
  --tph-cuenta-atras: #c70011;

  /* Formularios */
  --tph-form-label: #ffffff;
  --tph-form-placeholder: #1b1b19;
  --tph-form-input: #1b1b19;
  --tph-form-border: #c70011;
  --tph-form-bg: #fff;

  /* Tipografías */
  --tph-font-body: 'SegoeUI', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --tph-font-display: 'MelvinsOne', serif;
  --tph-font-thin: 'JosefinSans', sans-serif;

  /************* 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: 'JosefinSans';
  src: url('../../../fonts/JosefinSans-Thin.woff2') format('woff2'),
    url('../../../fonts/JosefinSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

/********************************************************************* 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-negro);
  color: var(--tph-blanco);
  font-family: var(--tph-font-body);
  font-size: 2rem;
  font-weight: 600;
  border: none;
  border-radius: 0;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 89, 65, 0.3);
  margin-bottom: 4rem;
}

.btn-formulario:hover {
  background-color: var(--tph-verde);
  color: var(--tph-blanco);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 89, 65, 0.4);
}

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

.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 {
  max-width: 180px;
}

.navbar-brand img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .navbar-brand {
    max-width: 120px;
  }
}

#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-rojo);
  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-verde);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0, 89, 65, 0.3);
  animation: pulse-icon 2s infinite;
}

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

@keyframes pulse-icon {

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

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

.modal-title-custom {
  font-family: var(--tph-font-display);
  color: var(--tph-naranja);
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.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-verde);
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.form-control-custom {
  border: 2px solid var(--tph-crema);
  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-verde);
  box-shadow: 0 0 0 0.2rem rgba(0, 89, 65, 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-verde);
  transition: all 0.3s ease;
  z-index: 10;
}

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

.recuperar-pass-link {
  color: var(--tph-verde);
  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-naranja);
  text-decoration: underline;
}

.btn-acceso-custom {
  background: var(--tph-verde);
  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(0, 89, 65, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-acceso-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--tph-naranja);
  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(237, 115, 38, 0.4);
}

.btn-acceso-custom:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 89, 65, 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-crema);
  border-radius: 50px;
  padding: 0.7rem 2rem;
  transition: all 0.3s ease;
}

.btn-cancelar-custom:hover {
  background-color: var(--tph-crema);
  border-color: var(--tph-naranja);
  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-body);
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: var(--tph-blanco);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

#mainMenu .nav-link {
  color: var(--tph-negro);
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

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

#mainMenu .nav-link.active {
  color: var(--tph-rojo);
  font-weight: 700;
}

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

#mainMenu .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='%23c70011' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 1.8rem;
  height: 1.8rem;
}

#mainMenu .navbar-toggler:hover .navbar-toggler-icon,
#mainMenu .navbar-toggler:focus .navbar-toggler-icon {
  opacity: 0.8;
}




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


/********************************************************************************** BANNER PROMOCIONAL  *******************************************************************************/

#banner-promo {
  background-color: var(--tph-rojo);
  padding: 1rem 0;
}

.banner-promo-titulo {
  font-family: var(--tph-font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--tph-blanco);
  line-height: 1.4;
}

.banner-promo-titulo sup {
  font-size: 0.6em;
  top: -0.5em;
}

@media (min-width: 768px) {
  .banner-promo-titulo {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .banner-promo-titulo {
    font-size: 1.5rem;
  }
}



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

#inicio {

  background-color: var(--tph-gris-claro);
}

/* Hero Content */
.hero-content {
  padding: 2rem 1rem;
  text-align: center;
  background-color: var(--tph-gris-claro);
}

.hero-titulo {
  font-family: var(--tph-font-thin);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--tph-azul-medio);
  font-weight: bold;
}

/* Botón Hero */
.btn-hero {
  background-color: var(--tph-azul);
  color: var(--tph-blanco);
  font-family: var(--tph-font-body);
  font-size: 2rem;
  font-weight: 600;
  border: none;
  border-radius: 0;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 89, 65, 0.3);
}

.btn-hero:hover {
  background-color: var(--tph-verde);
  color: var(--tph-blanco);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 89, 65, 0.4);
}

.btn-hero:active {
  transform: translateY(0);
}

/* Producto Hero */
.hero-product {
  margin-top: 2rem;
}

/* Responsive */
@media (min-width: 768px) {
  .hero-titulo {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {


  .hero-content {
    padding: 2rem 3rem 2rem 2rem;
  }

  .hero-titulo {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .btn-hero {
    font-size: 1.2rem;
  }

  .hero-product {
    margin-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .hero-titulo {
    font-size: 2.8rem;
  }
}

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



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

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

#mecanica {
  background-color: var(--tph-crema);

}

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

#mecanica .legenda {
  font-family: var(--tph-font-body);
  font-size: 0.9rem;
  color: var(--tph-negro);
}

#mecanica .titulo {
  font-family: var(--tph-font-display);
  font-size: 3rem;
  color: var(--tph-naranja);
  text-transform: uppercase;
  font-weight: bold;
}
#mecanica .subtitulo {
  font-family: var(--tph-font-body);
  font-size: 1rem;
  color: var(--tph-negro);
}
#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;
}

#mecanica .row.mb-4 {
  transition: transform 0.3s ease;
}

#mecanica .row.mb-4:hover {
  transform: translateX(10px);
}

/********************************************************************************** premio  *******************************************************************************/

#premio {
  background-color: var(--tph-crema);
}

#premio .titulo {
  font-family: var(--tph-font-display);
  font-size: 4rem;
  color: var(--tph-verde);
  text-transform: uppercase;
  font-weight: bold;
}

#premio .premio-item {
  transition: transform 0.3s ease;
}

#premio .premio-item:hover {
  transform: translateX(10px);
}

#premio .icono-premio {
  max-width: 80px;
  height: auto;
}

#premio p {
  font-family: var(--tph-font-body);
  font-size: 1rem;
  color: var(--tph-negro);
  line-height: 1.6;
}

#premio strong {
  color: var(--tph-negro);
}

/********************************************************************************** divisor de secciones  *******************************************************************************/

.divisor-superior {
  margin: 0 0 -1rem 0;
  padding: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  background-color: var(--tph-crema);
}

.divisor-superior img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
}

.divisor-inferior {
  margin: -1rem 0 0 0;
  padding: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  background-color: var(--tph-rojo);
}

.divisor-inferior img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
}

/********************************************************************************** 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-rojo);
}

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

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

#participa .legenda {
  font-family: var(--tph-font-body);
  color: var(--tph-blanco);
  font-size: 0.9rem;
  line-height: 1.4;
  padding-top: 1rem;
  margin-top: 3rem;
}

@media (min-width: 992px) {
  #participa .titulo {
    font-size: 2.5rem;
  }
  
  #participa .subtitulo {
    font-size: 1.1rem;
  }
}

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

#contacto {
  width: 100%;
  background-color: var(--tph-verde);
  text-align: center;
}

#contacto .logo-contacto {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#contacto .titulo {
  font-family: var(--tph-font-display);
  font-size: 5rem;
  color: var(--tph-blanco);
  text-transform: uppercase;
  font-weight: bold;
}

#contacto .subtitulo {
  font-family: var(--tph-font-body);
  color: var(--tph-blanco);
  font-size: 1rem;
  line-height: 1.6;
}

#contacto .contacto-info {
  margin-top: 2rem;
}

#contacto .tel_promo {
  font-family: var(--tph-font-body);
  color: var(--tph-blanco);
  font-size: 1.5rem;
  font-weight: 600;
}

#contacto .tel_promo a {
  text-decoration: none;
  color: var(--tph-blanco);
  transition: color 0.3s ease;
}

#contacto .tel_promo a:hover {
  color: var(--tph-blanco);
}

#contacto .email_contacto {
  font-family: var(--tph-font-body);
  color: var(--tph-blanco);
  font-size: 1.3rem;
  font-weight: 600;
}

#contacto .email_contacto a {
  text-decoration: none;
  color: var(--tph-blanco);
  transition: color 0.3s ease;
}

#contacto .email_contacto a:hover {
  color: var(--tph-blanco);
}

#contacto .horario {
  font-family: var(--tph-font-body);
  color: var(--tph-blanco);
  font-size: 1rem;
  line-height: 1.8;
}

@media (min-width: 992px) {
  #contacto .titulo {
    font-size: 2.5rem;
  }
  
  #contacto .subtitulo {
    font-size: 1.1rem;
  }
  
  #contacto .tel_promo {
    font-size: 1.8rem;
  }
  
  #contacto .email_contacto {
    font-size: 1.5rem;
  }
}

/********************************************************************************** BBLL (BASES LEGALES) *******************************************************************************/

.bbll-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  font-family: var(--tph-font-body);
  color: var(--tph-negro);
  background-color: var(--tph-blanco);
  line-height: 1.8;
}

.bbll-header {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 3px solid var(--tph-rojo);
}

.bbll-title {
  font-family: var(--tph-font-body);
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--tph-rojo);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
}

.bbll-title em {
  font-style: normal;
  color: var(--tph-verde);
}

.bbll-section {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: var(--tph-gris-claro);
  border-radius: 12px;
  border-left: 4px solid var(--tph-verde);
  transition: all 0.3s ease;
}

.bbll-section:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

.bbll-subtitle {
  font-family: var(--tph-font-body);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--tph-verde);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid var(--tph-naranja);
  padding-bottom: 0.5rem;
}

.bbll-subtitle-small {
  font-family: var(--tph-font-body);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  color: var(--tph-azul-medio);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.bbll-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
  hyphens: auto;
}

.bbll-text strong {
  color: var(--tph-rojo);
  font-weight: 700;
}

.bbll-text a {
  color: var(--tph-azul-medio);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.bbll-text a:hover {
  color: var(--tph-naranja);
}

.bbll-list,
.bbll-ordered-list {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.bbll-list li,
.bbll-ordered-list li {
  margin-bottom: 0.75rem;
  line-height: 1.8;
}

.bbll-list li::marker {
  color: var(--tph-rojo);
}

.bbll-ordered-list li::marker {
  color: var(--tph-verde);
  font-weight: 700;
}

.bbll-table-wrapper {
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bbll-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--tph-blanco);
}

.bbll-table thead {
  background: linear-gradient(135deg, var(--tph-verde) 0%, var(--tph-azul-medio) 100%);
  color: var(--tph-blanco);
}

.bbll-table th {
  padding: 1rem;
  text-align: left;
  font-family: var(--tph-font-body );
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bbll-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--tph-gris);
}

.bbll-table tbody tr:nth-child(even) {
  background-color: var(--tph-gris-claro);
}

.bbll-table tbody tr:hover {
  background-color: var(--tph-crema);
  transition: background-color 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .bbll-content {
    padding: 2rem 1rem;
  }

  .bbll-section {
    padding: 1.5rem;
  }

  .bbll-table th,
  .bbll-table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }

  .bbll-list,
  .bbll-ordered-list {
    padding-left: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .bbll-content {
    padding: 4rem 2rem;
  }

  .bbll-text {
    font-size: 1.1rem;
  }
}

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

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

footer ul {
  list-style: none;
}

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

footer a:hover {
  color: black;
}

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

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



/********************************************************************************** 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: 3rem;
        font-weight: bold;
    }
}

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

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

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

@media (min-width: 1200px) {
  .btn-hero {
    font-size: 1.2rem;
  }
  .hero-product {
    margin-top: 0rem;
  }

  #inicio h1 {
    font-size: 1.5rem;
        line-height: 1;
  }

  .imgen-bolsa-producto-hero {
    max-width: 178px;
  }

  #premio .titulo {
    font-size: 4rem;
  }
  
  #premio p {
    font-size: 1.1rem;
  }

}

@media (min-width: 1400px) {
  .hero-product {
    margin-top: 0rem;
  }

  #inicio h1 {
    font-size: 1.5rem;
        line-height: 1;
  }

  .imgen-bolsa-producto-hero {
    max-width: 257px;
  }
  #premio .titulo {
    font-size: 4rem;
  }
  
  #premio p {
    font-size: 1.1rem;
  }
}

/* ============================================
   SEO: Clase para textos ocultos (White-Hat)
   Oculta visualmente pero mantiene accesible 
   para lectores de pantalla y bots de búsqueda
   ============================================ */
.visually-hidden {
  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;
}

@media (min-width: 1600px) {

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

  .hero-product {
    margin-top: 0rem;
  }

  #inicio h1 {
    font-size: 2.2rem;
        line-height: 1;
  }

  .imgen-bolsa-producto-hero {
    max-width: 286px;
  }

  .hero-content {
    padding: 2rem;
  }

  #premio .titulo {
    font-size: 4rem;
  }
  
  #premio p {
    font-size: 1.1rem;
  }

}

@media(min-width:1800px) {
   .hero-product {
    margin-top: 0rem;
  }

  #inicio h1 {
    font-size: 2.5rem;
        line-height: 1;
  }

  .imgen-bolsa-producto-hero {
    max-width: 358px;
  }
  #mecanica .titulo {
    font-size: 5rem;
  }

  #premio .titulo {
    font-size: 5rem;
  }
  
  #premio p {
    font-size: 1.1rem;
  }
}