/* ===== Fondo de página ===== */
html, body { height: 100%; }
body {
  margin: 0;
  background: #000 url("/assets/images/landings/black-hero.jpg") no-repeat center top fixed;
  background-size: cover;
}

/* ===== Header ===== */
.main-header {
  padding: 60px 0 40px;
}

/* ===== Fila principal ===== */
.fila-principal { min-height: 60vh; }
@media (min-width: 1367px) {
  .fila-principal { min-height: 72vh; }
}

/* ===== Imagen promo ===== */
.bf-promo-image {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .bf-promo-image {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== Tipografía izquierda ===== */
.bf-title,
.bf-title-2,
.bf-title-3 {
  color: #ffffff !important;
  font-family: Poppins, Arial, sans-serif;
}

.bf-subtitle {
  color: #ffffff !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

/* Asegura que cualquier elemento dentro del subtítulo sea blanco */
.bf-subtitle *,
.bf-subtitle span,
.bf-subtitle p {
  color: #ffffff !important;
}

.bf-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 6px;
}
.bf-title strong { font-weight: 400; }

.bf-title-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 4px;
}

.bf-title-3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 6px;
}

/* Línea bajo títulos izquierda */
.bf-hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  width: 25vw;
  margin: 16px 0;
}

/* ===== Recuadro del motor ===== */
.container-buscador {
  background: transparent !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 620px;
  min-height: 120px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* ===== Oferta dentro del recuadro ===== */
.bf-offer-box-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.bf-offer-chip {
  font-size: 16px;
  font-weight: 600;
}

.bf-offer-percentage {
  font-size: 55px;
  font-weight: 700;
}

/* ===== Widget ROIBACK ===== */
#container-buscador-blackfriday,
#container-buscador-blackfriday .roi-engine-container {
  width: 100%;
  max-width: 100%;
}
#container-buscador-blackfriday .roi-engine-container * {
  max-width: 100%;
  box-sizing: border-box;
}
#container-buscador-blackfriday .roi-engine-container .row,
#container-buscador-blackfriday .roi-engine-container .roi-row,
#container-buscador-blackfriday .roi-engine-container form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#container-buscador-blackfriday input,
#container-buscador-blackfriday select {
  min-width: 0;
}

/* ===== Flecha ===== */
.bf-divider {
  width: 28px;
  height: 28px;
  margin: 28px 0 10px;
  background: url('/assets/images/landings/arrow-down.svg') center/contain no-repeat;
  opacity: 0.85;
}

/* ===== Condiciones ===== */
.bf-conditions {
  padding: 48px 0 72px;
  text-align: center;
}

.bf-conditions-title {
  color: #fff !important;
  font-family: "poppins-bold", Poppins, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}

/* Texto de condiciones asegurado en blanco */
.bf-conditions-text,
.bf-conditions-text * {
  color: #ffffff !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.bf-conditions-text ol { padding-left: 16px; }

.yellow-line:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #B7BF10;
  margin: 10px auto 0;
}

/* ===== Responsividad ===== */
@media (max-width: 1440px) {
  .bf-title { font-size: 32px; }
  .bf-title-2 { font-size: 26px; }
  .bf-title-3 { font-size: 20px; }
  .bf-subtitle { font-size: 15px; }
}

@media (max-width: 992px) {
  .bf-title,
  .bf-title-2,
  .bf-title-3,
  .bf-subtitle {
    text-align: center;
  }

  .container-buscador {
    max-width: 100%;
  }
}

.percentage-box {
  font-size: 28px;
  font-weight: 700;
  padding: 8px 18px;
}

/* ===== Panel derecho completo (marco neón) ===== */
.bf-right-panel {
  background: #000 !important;
  border: 3px solid #8effff;
  box-shadow: 0 0 30px rgba(142,255,255,0.6);
  border-radius: 6px;
  padding: 22px 22px 18px;
  max-width: 750px;
  width: 100%;
}

/* ===== CABECERA NEGRA ===== */
.bf-right-header {
  background: rgba(0,0,0,0.95);
  border-radius: 3px 3px 0 0;
  padding: 16px 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

/* ===== Columnas ===== */
.bf-right-text-left,
.bf-right-text-right {
  flex: 1 1 0;
  text-align: center;
}

/* ===== Títulos ===== */
.bf-right-title-4 {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 2px;
}
.bf-right-title-5 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

.bf-right-title-6 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 2px;
}

/* ===== Divider visible ===== */
.bf-right-divider {
  width: 4px;
  height: 80px;
  background: #ffffff;
}

/* ===== Porcentaje ===== */
.bf-right-percentage {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #b7bf10;
  margin-top: 0;
}

/* ===== Bloque de descuento ===== */
.bf-right-discount {
  margin-left: 20px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
}

.bf-discount-text-top {
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}

.bf-discount-text-bottom {
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin: 30px 0 0 0; 
}

/* Contenedor centrado del 30% */
.bf-discount-percentage-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

/* El número grande */
.bf-discount-percentage {
  color: #878801;
  -webkit-text-stroke: 2px white;
  font-weight: bold;
  font-size: 4.5em;
  line-height: 1;
}

/* El asterisco */
.bf-discount-asterisk {
  color: #878801;
  -webkit-text-stroke: 2px white;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
}

/* ===== Caja motor ===== */
.bf-right-engine {
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  padding: 18px 18px 12px;
  margin-top: 10px;
}

.bf-right-engine .roi-wrapper {
  width: 100%;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .bf-right-panel { max-width: 100%; }

  .bf-right-header {
    flex-direction: column;
    gap: 12px;
  }

  .bf-right-divider {
    display: none;
  }

  .bf-right-title-4,
  .bf-right-title-5 {
    font-size: 32px;
  }

  .bf-right-percentage {
    font-size: 48px;
  }
}

.bf-right-discount {
  margin-left: 20px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
}

.bf-discount-text-top
{
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}

.bf-discount-text-bottom {
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin: 30px 0 0 0;  
}

/* Contenedor centrado del 30% y el asterisco */
.bf-discount-percentage-container {
  display: flex;
  align-items: center;
  justify-content: center;   
  gap: 8px;
  width: 100%;
}

/* El número grande */
.bf-discount-percentage {
  color: #878801;
  -webkit-text-stroke: 2px white;
  font-weight: bold;
  font-size: 4.5em;   
  line-height: 1;
}

/* El asterisco */
.bf-discount-asterisk {
  color: #878801;
  -webkit-text-stroke: 2px white;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
}
/* === FORZAR TÍTULO DE CONDICIONES A BLANCO === */
.bf-conditions-title,
.bf-conditions-title *,
.yellow-line p {
  color: #ffffff !important;
}

/* === FORZAR TEXTO DE CONDICIONES A BLANCO === */
.bf-conditions-text,
.bf-conditions-text *,
.bf-conditions-text p,
.bf-conditions-text li,
.bf-conditions-text span {
  color: #ffffff !important;
}
/* === FORZAR SUBTÍTULO A BLANCO — 100% PRIORIDAD === */
.bf-subtitle,
.bf-subtitle *,
.bf-subtitle span,
.bf-subtitle strong,
.bf-subtitle p,
.bf-subtitle br {
  color: #ffffff !important;
}
.idiomas_invierno {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  text-align: right;
}

.idiomas_invierno a {
  color: #ffffff !important;
  font-size: 16px;
  text-decoration: none;
}

