body{
    background: #000 !important;
    color: #fff;
}
footer{
    background: #000;
}
section.related {
    display: none;
}

/* mf-hero-promo.css */
.mf-hero-promo {
  color: #fff;
  background: linear-gradient(90deg, #0c0c0c 60%, transparent 100%);
}
.mf-hero-promo__subtitulo {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-bottom: 10px;
}
.mf-hero-promo__titulo {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
.mf-hero-promo__descripcion {
  font-size: clamp(16px, 1.4vw, 19px);
  margin-bottom: 30px;
  max-width: 48ch;
  line-height: 1.5;
}
.mf-hero-promo__precios ul {
  background-color: #0f1c3e;
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
  margin: 0 0 20px 0;
  list-style: none;
}
.mf-hero-promo__precios li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;

}
.mf-hero-promo__precios del {
  text-decoration: line-through;

}

.textto-rep.pad-bot-tp-100 {
    max-width: 550px;
}

.lista-texto ul {
    list-style: none;
    padding: 0px;
}
.gradient-dos{
background: #000;
background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(115, 63, 154, 0.5) 41%, rgba(118, 48, 70, 0.53) 72%, rgba(0, 0, 0, 0) 100%);
}
.lista-texto li {
    margin-bottom: 10px;
    border-bottom: solid 1px #ffffff29;
    padding-bottom: 15px;
}
.mf-hero-promo__disclaimer {
  font-size: 14px;

  margin-bottom: 8px;
}
.mf-hero-promo__precio-actual {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.mf-hero-promo__cta {
  text-transform: uppercase;
  font-weight: 600;
}
.mf-hero-promo__imagen picture {
  display: block;
}
.mf-hero-promo__foto {
  width: 100%;
  height: auto;
  object-fit: contain;
}


.gradient-uno{
    background: #000;
background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(73, 72, 198, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

/* mf-metodologia-promo.css */
.mf-num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-color: #5f61f2;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


 .maxj .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

 .maxj  .owl-dot {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

 .maxj  .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot span {
    background: #999;
    display: none;
}

.texto-01 {
    max-width: 90%;
}

 .maxj .owl-dot:hover span,
 .maxj .owl-dot.active span {
  background-color: #000;
  transform: scale(1.2);
}

/* mf-carousel-modulos.css */
.mf-carousel-modulos__slide {
    background-color: #311b42;
    border-radius: 16px;
    color: #fff;
    height: 100%;
}
.owl-theme .owl-dots .owl-dot span {
  background: #999;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #5f61f2;
}

.foto-fondo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mf-hero-promo__precios {
    max-width: 60%;
    color: #fff;
}

.foto-fondo {
    position: absolute;
    width: 100%;
    height: 850px;
    overflow: hidden;
}
section.mf-hero-promo {
    height: 850px;
    display: grid;
    align-items: center;
}

.foto-01 {
    min-height: 450px;
}



.foto-01 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 450px;
}

.fos {
    max-width: 200px;
    margin: 0 auto;
}
.contenedor-900{
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

.foto-movil{
    display: none;
}


@media(max-width:812px){

    section.mf-hero-promo {
    height: auto;
    display: grid;
    align-items: center;
}

    .foto-movil{
    display: block;
}

    .texto-01 {
    max-width: 84%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.textto-rep {
    max-width: 80% !important;
    margin: 0 auto;
}

.foto-fondo {
    display: none;
}

}

#barra-descuento {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
  font-family: 'Inter', sans-serif;
}

#barra-descuento .contenedor-seccion {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#barra-descuento .cart {
  margin-left: auto;
}

#barra-descuento button {
  background: #facc15;
  color: #000;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  transition: background 0.3s ease;
}

#barra-descuento button:hover {
  background: #eab308;
}

#barra-descuento #timer {
  font-weight: 700;
  color: #facc15;
}

form.cart {
    display: flex;
    padding-bottom:0px !important;
}

/* mf-testimonios.css */
.mf-testimonios__card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mf-testimonios__autor {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  border-top: 1px solid #eee;
  padding-top: 16px;
}

.mf-testimonios__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #6336e4;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* mf-oferta.css */
.mf-oferta__bloque {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(4px);
}

.mf-oferta__list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.mf-oferta__list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 1.4em;
}

.mf-oferta__list li::before {
  content: "✓";
  color: #e89aff;
  position: absolute;
  left: 0;
  top: 0;
}

.mf-oferta__cta {
  text-align: center;
}

form.cart.center {
    align-items: center;
    justify-content: center;
}

.centrar-text p {
    margin: 0 auto;
    padding-top: 30px;
}

.centrar-text {
    text-align: center;
}