:root {
  --main-tph-color: #232627;
  --tph-azul-oscuro: #012D6F;
  --tph-negro: #232627;
  --tph-gris-oscuro: #394041;
  --tph-verde: #008080;
  --tph-gris-claro: #DADADA;
  --tph-gris-medio: #6e6e6e;
  --tph-blanco: white;
  --tph-cuenta-atras: #e8871b;
  --tph-form-label: #000000;
  --tph-form-placeholder: #868686;
  --tph-form-input: #000;
  --tph-form-bg: #fff;
  --tph-font-body: 'georgia';
  --tph-font-special: 'atlantis_the_lost_cityregular';
}

.alert-error {
  border: #f70000 solid 1px !important;
  margin-bottom: 0.5rem;
}

.pie-imagen {
  position: absolute;
  font-size: 0.8rem;
  color: rgb(99, 99, 99);
  right: 10px;
  top: 0;
}

.bg-promo {
  background-color: transparent;
}

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

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

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

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

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

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

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

.bg-promo-menu {
  background-color: rgb(255, 255, 255);
}

.color-promo {
  color: rgb(255, 255, 255);
}

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

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

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

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

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

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

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

.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-formulario {
  background-color: var(--tph-verde);
  color: #fff;
  border: solid 1px #1b2122;
  border-radius: 5rem !important;
  font-size: 1rem;
}

.btn-formulario:hover {
  background-color: #1b2122;
  color: rgb(255, 255, 255);
  border: solid 1px #ffffff;
}

.btn-formulario: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);
}

.font-promo {
  font-family: 'Hisense Regular' !important;
  /* font-weight: bold; */
  letter-spacing: 0.05em;
}

.font-regular {
  font-family: 'Hisense Regular' !important;
}

.font-bold {
  font-family: 'Hisense Bold' !important;
}

.font-light {
  font-family: 'Hisense Light' !important;
}

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

.gradiente-texto {
  background-clip: text;
  -webkit-background-clip: text;
  /* Para navegadores basados en WebKit, como Chrome y Safari */
  color: transparent;
  background-image: linear-gradient(to right, #00B09F, #009295);
}

.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: 'Hisense Light';
  src: url('../../../fonts/HisenseSansAlfabet-Light.eot');
  src: url('../../../fonts/HisenseSansAlfabet-Light.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/HisenseSansAlfabet-Light.woff2') format('woff2'),
    url('../../../fonts/HisenseSansAlfabet-Light.woff') format('woff'),
    url('../../../fonts/HisenseSansAlfabet-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hisense Bold';
  src: url('../../../fonts/HisenseSansAlfabet-Bold.eot');
  src: url('../../../fonts/HisenseSansAlfabet-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/HisenseSansAlfabet-Bold.woff2') format('woff2'),
    url('../../../fonts/HisenseSansAlfabet-Bold.woff') format('woff'),
    url('../../../fonts/HisenseSansAlfabet-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hisense Regular';
  src: url('../../../fonts/HisenseSansAlfabet-Regular.eot');
  src: url('../../../fonts/HisenseSansAlfabet-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/HisenseSansAlfabet-Regular.woff2') format('woff2'),
    url('../../../fonts/HisenseSansAlfabet-Regular.woff') format('woff'),
    url('../../../fonts/HisenseSansAlfabet-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hisense Medium';
  src: url('../../../fonts/HisenseSansAlfabet-Medium.eot');
  src: url('../../../fonts/HisenseSansAlfabet-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/HisenseSansAlfabet-Medium.woff2') format('woff2'),
    url('../../../fonts/HisenseSansAlfabet-Medium.woff') format('woff'),
    url('../../../fonts/HisenseSansAlfabet-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  background-color: var(--tph-gris-oscuro);
}

h1 {
  font-family: "Hisense Medium";
}

a {
  color: #1b2122;
}

.border-left {
  border-left: #009295 1px solid;
}

.border-right {
  border-right: #009295 1px solid;
}

.container-fluid {
  max-width: 1980px !important;
}

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

#mainMenu {
  background-color: var(--tph-blanco);
  height: 66px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--tph-negro);
}

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

.active {
  text-decoration: underline;
}

.btn-menu {
  display: inline-block;
  cursor: pointer;
  /* Hace que aparezca la mano al pasar */
  text-decoration: none;
  /* Quita subrayado */
  color: inherit;
  /* Hereda el color del menú */
  transition: color 0.2s ease-in-out;
}

.bg-menu {
  background-color: var(--tph-blanco);
  color: var(--tph-negro) !important;
}

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

/********************************************************************************** header  *******************************************************************************/
/* ====== Hero Hisense × Ramón Freixa (MOBILE FIRST) ====== */
.hero-hisense {
  position: relative;
  color: #fff;
  background: #000;
  min-height: 68vh;
  overflow: hidden;
}

/* Media layer */
.hero-media,
.hero-media picture,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
}

/* Overlay (non-blocking) */
.hero-overlay {
  position: absolute;
  pointer-events: none;
  background:
    radial-gradient(80% 110% at 0% 50%,
      rgba(28, 193, 180, .75) 0%,
      rgba(28, 193, 180, .15) 35%,
      rgba(0, 0, 0, .55) 55%,
      rgba(0, 0, 0, .85) 100%);
}

/* ===== Copy (mobile layout con GRID) ===== */
.hero-copy {
  /* Grid móvil: 1) brand 2) [eyebrow | title] 3) quote 4) cta 5) legal */
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(160px, 1.25fr);
  grid-template-areas:
    "brand   brand"
    "eyebrow title"
    "quote   quote"
    "cta     cta"
    "legal   legal";
  gap: .5rem 1rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 1.25rem 1rem 2.25rem;
}

.hero-brand {
  grid-area: brand;
  display: inline-block;
  height: auto;
  max-width: 150px;
  justify-self: start;
  margin: 0 0 .5rem 0;
}

/* Eyebrow */
.eyebrow {
  grid-area: eyebrow;
  display: block;
  line-height: 1.1;
  margin-top: .25rem;
}

.eyebrow-strong {
  display: block;
  font-weight: 800;
  font-size: 2.25rem;
}

.eyebrow-sub::after {
  content: "";
  display: block;
  height: 2px;
  width: 130px;
  margin-top: .35rem;
  background: white;
  border-radius: 1px;
}

/* Title */
.hero-title {
  grid-area: title;
  line-height: 1.15;
  font-size: 1rem;
  margin: 0;
  text-align: left;
  align-self: end;
}

/* Quote + firma (móvil a la izquierda) */
.rf-quote {
  grid-area: quote;
  font-size: 1rem;
  line-height: 1.35;
  margin: .5rem 0 .25rem;
  text-align: left;
  max-width: none;
}

.rf-signature-inline {
  display: inline-block;
  margin: .25rem 0 0 .35rem;
  max-width: 110px;
  vertical-align: middle;
}

/* Firma derecha (solo desktop; oculta en móvil) */
.rf-signature {
  display: none !important;
}

/* CTA dentro del grid (tu HTML ya lo muestra en móvil) */
.hero-copy>.d-lg-none {
  justify-content: flex-start !important;
}

/* Legal */
.hero-legal {
  grid-area: legal;
  font-size: .85rem;
  opacity: .9;
  max-width: 46ch;
  margin-top: .25rem;
}

.link-legal {
  color: #1cc1b4;
  text-decoration: underline;
}

.link-legal:hover,
.link-legal:focus {
  color: #1cc1b4;
  text-decoration-thickness: from-font;
}

/* Alinear contenido abajo en móvil */
.hero-hisense .row {
  align-items: flex-end;
}

.hero-copy {
  padding-bottom: 2.5rem;
}

/* ====== Botón CTA ====== */
.btn-cta {
  --teal: #1cc1b4;
  --ink: #0c2827;
  background: var(--teal);
  color: var(--ink);
  font-weight: 800;
  padding: .9rem 5rem;
  border-radius: 999px;
  border: none;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.btn-cta:hover,
.btn-cta:active {
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: var(--ink);
}

.btn-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(28, 193, 180, .35);
}

/* 1) Que el wrapper caiga en el área "cta" (span de 2 columnas) */
.cta-wrap {
  grid-area: cta;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}

/* 2) Elimina o sobreescribe la regla que rompía el centrado */
.hero-copy>.d-lg-none {
  justify-content: center !important;
  /* o directamente borra esa regla del CSS */
}

/* ====== ESCALADO TIPOGRAFÍA (mobile-first) ====== */


@media (min-width:1200px) {
  .eyebrow-strong {
    font-size: 2.6rem;
  }

  .eyebrow-sub {
    font-size: 2rem;
  }

  .hero-title {
    font-size: 2.9rem;
  }
}

/* ====== DESKTOP / PC (≥ 992px) ====== */
@media (min-width:992px) {
  .hero-hisense {
    min-height: 64vh;
  }

  /* Volvemos a flujo “clásico” sin grid en desktop */
  .hero-copy {
    display: block;
    max-width: 640px;
    padding: 3rem 2rem;
    text-align: left;
    /* tu layout original */
  }

  .hero-brand {
    max-width: 260px;
    margin: 0 0 .75rem 0;
  }

  /* Título grande de desktop */
  .hero-title {
    font-size: 2rem;
  }

  /* Quote fija a la derecha, como tenías */
  .rf-quote {
    position: absolute;
    right: 7.5%;
    top: 22%;
    max-width: 200px;
    text-align: left;
    font-size: 1.4rem;
    margin: 0;
  }

  .rf-signature-inline {
    display: none;
  }

  /* la inline no en desktop */
  .rf-signature {
    display: block !important;
    position: absolute;
    right: 19%;
    top: 34%;
    z-index: 2;
  }

  .rf-signature::after {
    content: "";
    position: absolute;
    left: -26px;
    top: 48%;
    width: 22px;
    height: 2px;
    background: #1cc1b4;
  }

  /* Legal más ancho en desktop */
  .hero-legal {
    max-width: 52ch;
  }
}

/* Ajustes finos de desktop XL */
@media (min-width:1200px) {
  .rf-quote {
    right: 20%;
    top: 9%;
  }
}




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

.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.border-teal {
  border-color: var(--tph-verde) !important;
  min-height: 2px;
  /* Ajuste de grosor para que sea visible */
}

.bg-teal {
  background-color: var(--tph-verde) !important;
}

hr {
  height: 2px;
  /* Grosor de la línea */
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--tph-verde);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin: 0 auto 0.5rem;
}

/* Card de la imagen derecha */
.kit-card {
  overflow: hidden;
  max-width: 500px;
  width: 100%;
}

.kit-card .stripe {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: var(--tph-verde);
}

/********************************************************************************** regalo  *******************************************************************************/

#regalo {
  background-color: var(--tph-gris-oscuro);
}

.m-vbg {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 1rem;
}

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


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

#countdown .time {
  color: #fff;
  font-size: 3.5rem;
  padding: 0.25rem;
}

#countdown .label {
  font-size: 1rem;
  display: block;
  color: #fff;
  /* text-shadow     : 2px 2px #FF0620; */
}

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

#countdown text {
  fill: none;
  stroke: #fff;
  stroke-width: 6px;
  stroke-linejoin: round;
  /* text-shadow     : 2px 2px #FF0620; */
  animation: 2s pulsate infinite;
}

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

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

.pastilla-round {
  border-radius: 0rem 5rem 5rem 0rem;
}

form#formReg_l label {
  display: block;
  color: #fff;
}

form#formReg_l input {}

form#formReg_l .form-control {
  color: rgb(0, 0, 0);
  background-color: #fff;
  border-radius: 5rem;

  font-size: 1rem;
}

form#formReg_l .form-select {
  color: rgb(0, 0, 0);
  background-color: #fff;
  border-radius: 5rem;

  font-size: 1rem;
}

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

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

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

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

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

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

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

form#formReg_l a {
  color: #ffffff;
}

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

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

form .input-group-text {
  background: #fff;
  border: none;
  border-radius: 10rem !important;
}

form .form-check-input:checked {
  background-color: #1b2122;
  border-color: #1b2122;
}

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


.tel_promo a {
  text-decoration: none;
}

.email_contacto a {
  text-decoration: none;
  font-size: 1rem;
}


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

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

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

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

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

@media (min-width: 992px) {
  .btn-formulario {
    font-size: 1.5rem;
  }

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

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

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

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