/* Regalos Mai Mai — /agendas-y-cuadernos
   Sistema "Confeti & Papel". Colores y tipografías de lib/marca.ts             */

:root {
  --mandarina: #ff6b35;
  --mandarina-osc: #c7451b;
  --uva: #5b2a86;
  --uva-osc: #3f1c60;
  --menta: #06d6a0;
  --miel: #ffc94a;
  --tinta: #1b1033;
  --crema: #fff8f0;
  --papel: #fffdf9;
  --linea: #ece0d4;
  --gris: #6b5f74;

  --r-s: 12px;
  --r-m: 18px;
  --r-l: 28px;
  --sombra-solida: 0 4px 0 var(--tinta);
  --sombra-suave: 0 18px 40px -24px rgba(27, 16, 51, 0.45);
  --fuente-titulo: "Fraunces", "Playfair Display", Georgia, serif;
  --fuente-texto: "Outfit", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

.maimai {
  margin: 0;
  background: var(--crema);
  color: var(--tinta);
  font-family: var(--fuente-texto);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.maimai h1, .maimai h2, .maimai h3, .maimai h4 {
  font-family: var(--fuente-titulo);
  font-variation-settings: "SOFT" 40, "WONK" 1;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.015em;
  margin: 0 0 0.4em;
}
.maimai h1 { font-size: clamp(2.3rem, 6vw, 4rem); }
.maimai h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.maimai h3 { font-size: 1.25rem; }
.maimai p { margin: 0 0 1em; }
.maimai a { color: inherit; }

.wrap { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.sec { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.sec-tit { max-width: 44ch; margin-bottom: 2.5rem; }
.sec-tit p { color: var(--gris); font-size: 1.05rem; margin: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--uva);
  background: rgba(91, 42, 134, 0.09);
  padding: 0.4rem 0.85rem; border-radius: 999px; margin-bottom: 1rem;
}

/* ---------- botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: inherit; font-size: 1rem; font-weight: 700;
  padding: 0.9rem 1.5rem; border-radius: 999px; border: 2px solid var(--tinta);
  background: var(--mandarina); color: #fff; cursor: pointer;
  box-shadow: var(--sombra-solida);
  transition: transform 0.16s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.16s;
  text-decoration: none;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 7px 0 var(--tinta); }
.btn:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--tinta); }
.btn.uva { background: var(--uva); }
.btn.wa { background: #25d366; color: #07301b; }
.btn.ghost { background: var(--papel); color: var(--tinta); }
.btn.sm { padding: 0.6rem 1.1rem; font-size: 0.92rem; box-shadow: 0 3px 0 var(--tinta); }
.btn.full { width: 100%; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 15% 0%, rgba(255, 201, 74, 0.35), transparent 60%),
    radial-gradient(110% 80% at 95% 15%, rgba(91, 42, 134, 0.16), transparent 60%),
    var(--crema);
  border-bottom: 2px solid var(--tinta);
}
.hero-grid { display: grid; gap: 3rem; align-items: center; padding: clamp(3rem, 7vw, 5.5rem) 0; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.05fr 0.95fr; } }
.hero p.lead { font-size: 1.15rem; color: var(--gris); max-width: 46ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.6rem; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.8rem; }
.chip {
  background: var(--papel); border: 2px solid var(--tinta); border-radius: 999px;
  padding: 0.35rem 0.85rem; font-size: 0.85rem; font-weight: 600;
}
.chip b { color: var(--mandarina-osc); }
.hero-img {
  border: 2px solid var(--tinta); border-radius: var(--r-l); overflow: hidden;
  box-shadow: 10px 10px 0 var(--uva); background: var(--papel);
}
.hero-img img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ---------- pasos ---------- */
.pasos { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); }
.paso {
  background: var(--papel); border: 2px solid var(--tinta); border-radius: var(--r-m);
  padding: 1.4rem; box-shadow: var(--sombra-solida);
}
.paso .num {
  display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 999px;
  background: var(--miel); border: 2px solid var(--tinta); font-weight: 800; margin-bottom: 0.8rem;
}
.paso h3 { font-size: 1.08rem; margin-bottom: 0.25rem; }
.paso p { font-size: 0.94rem; color: var(--gris); margin: 0; }

/* ---------- configurador ---------- */
.config { background: var(--papel); border-top: 2px solid var(--tinta); border-bottom: 2px solid var(--tinta); }
.config-grid { display: grid; gap: 2rem; align-items: start; }
.config-grid > * { min-width: 0; }
@media (min-width: 1000px) { .config-grid { grid-template-columns: 1fr 390px; } }

.paso-box {
  border: 2px solid var(--tinta); border-radius: var(--r-m);
  background: var(--crema); padding: 1.4rem; margin-bottom: 1.2rem;
}
.paso-head { display: flex; align-items: baseline; gap: 0.7rem; margin-bottom: 1rem; flex-wrap: wrap; }
.paso-head .idx {
  font-family: var(--fuente-titulo); font-weight: 800; font-size: 1rem;
  background: var(--uva); color: #fff; width: 1.9rem; height: 1.9rem;
  display: grid; place-items: center; border-radius: 999px; flex: none;
}
.paso-head h3 { margin: 0; font-size: 1.15rem; }
.paso-head .hint { font-size: 0.86rem; color: var(--gris); margin-left: auto; }

.opts { display: grid; gap: 0.7rem; }
.opts.c2 { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.opts.c3 { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }

.opt {
  position: relative; display: flex; flex-direction: column; gap: 0.15rem;
  text-align: left; background: var(--papel); border: 2px solid var(--linea);
  border-radius: var(--r-s); padding: 0.85rem 2.1rem 0.85rem 0.95rem; cursor: pointer;
  font: inherit; color: inherit; transition: border-color 0.15s, transform 0.15s, background 0.15s;
}
.opt:hover { border-color: var(--uva); transform: translateY(-2px); }
.opt[aria-pressed="true"], .opt.on {
  border-color: var(--uva); background: rgba(91, 42, 134, 0.07);
  box-shadow: inset 0 0 0 1px var(--uva);
}
.opt .t { font-weight: 700; display: flex; align-items: center; gap: 0.4rem; }
.opt .d { font-size: 0.85rem; color: var(--gris); line-height: 1.4; }
.opt .p { font-size: 0.85rem; font-weight: 700; color: var(--mandarina-osc); margin-top: 0.2rem; }
.opt .p.inc { color: #0a8c69; }
.opt .tick {
  position: absolute; top: 0.55rem; right: 0.6rem; width: 1.2rem; height: 1.2rem;
  border-radius: 999px; background: var(--menta); color: #06301f; display: none;
  place-items: center; font-size: 0.75rem; font-weight: 900;
}
.opt[aria-pressed="true"] .tick, .opt.on .tick { display: grid; }

.pill-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pill {
  border: 2px solid var(--linea); background: var(--papel); border-radius: 999px;
  padding: 0.45rem 0.95rem; font: inherit; font-size: 0.92rem; font-weight: 600; cursor: pointer;
}
.pill[aria-pressed="true"] { border-color: var(--uva); background: var(--uva); color: #fff; }

.anillas-row { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.anilla {
  width: 3rem; height: 3rem; border-radius: 999px; border: 2px solid var(--tinta);
  cursor: pointer; position: relative; padding: 0;
}
.anilla[aria-pressed="true"] { box-shadow: 0 0 0 3px var(--papel), 0 0 0 6px var(--uva); }
.anilla span {
  position: absolute; inset: auto 0 -1.35rem; font-size: 0.7rem; color: var(--gris); font-weight: 600;
}

/* subida de archivo */
.drop {
  display: block;
  border: 2px dashed var(--uva); border-radius: var(--r-m); background: rgba(91, 42, 134, 0.05);
  padding: 1.6rem 1.2rem; text-align: center; cursor: pointer; transition: background 0.15s;
}
.drop:hover, .drop.over { background: rgba(91, 42, 134, 0.12); }
.drop .ic { font-size: 1.8rem; }
.drop b { display: block; margin-top: 0.35rem; }
.drop small { color: var(--gris); }
.drop input[type="file"] { display: none; }
.file-ok {
  display: flex; align-items: center; gap: 0.8rem; margin-top: 0.9rem;
  background: var(--papel); border: 2px solid var(--menta); border-radius: var(--r-s); padding: 0.7rem;
}
.file-ok img { width: 46px; height: 60px; object-fit: cover; border-radius: 6px; border: 1px solid var(--linea); }
.file-ok .fn { font-size: 0.9rem; font-weight: 700; word-break: break-all; }
.file-ok .fs { font-size: 0.8rem; color: var(--gris); }
.file-ok button {
  margin-left: auto; border: none; background: none; color: var(--mandarina-osc);
  font: inherit; font-weight: 700; cursor: pointer; font-size: 0.85rem;
}

.field { margin-top: 0.9rem; }
.field label { display: block; font-weight: 700; font-size: 0.92rem; margin-bottom: 0.35rem; }
.field input[type="text"], .field textarea, .field select {
  width: 100%; font: inherit; font-size: 0.95rem; padding: 0.7rem 0.85rem;
  border: 2px solid var(--linea); border-radius: var(--r-s); background: var(--papel); color: inherit;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid var(--uva); outline-offset: 1px; }
.field small { color: var(--gris); font-size: 0.82rem; }

.stepper { display: inline-flex; align-items: center; border: 2px solid var(--tinta); border-radius: 999px; overflow: hidden; }
.stepper button { border: none; background: var(--papel); font: inherit; font-size: 1.2rem; font-weight: 800; width: 2.6rem; height: 2.6rem; cursor: pointer; }
.stepper button:hover { background: var(--miel); }
.stepper span { min-width: 3rem; text-align: center; font-weight: 800; }

/* ---------- resumen ---------- */
.resumen { position: sticky; top: 1.2rem; }
.resumen-card {
  border: 2px solid var(--tinta); border-radius: var(--r-l); background: var(--crema);
  box-shadow: 8px 8px 0 var(--uva); overflow: hidden;
}
.preview {
  background: linear-gradient(180deg, rgba(255, 201, 74, 0.28), rgba(255, 248, 240, 0));
  padding: 1.6rem 1rem 1.2rem; display: grid; place-items: center; border-bottom: 2px solid var(--tinta);
}
.mock { position: relative; filter: drop-shadow(0 16px 22px rgba(27, 16, 51, 0.28)); }
.mock svg { display: block; }
.mock .fmt-tag {
  position: absolute; top: -0.4rem; right: -0.9rem; background: var(--miel);
  border: 2px solid var(--tinta); border-radius: 999px; font-size: 0.72rem; font-weight: 800;
  padding: 0.15rem 0.6rem;
}
.resumen-body { padding: 1.2rem 1.3rem 1.4rem; }
.resumen-body h3 { font-size: 1.15rem; margin-bottom: 0.2rem; }
.resumen-body .sub { color: var(--gris); font-size: 0.9rem; margin-bottom: 0.9rem; }
.lineas { list-style: none; margin: 0 0 1rem; padding: 0; font-size: 0.92rem; }
.lineas li { display: flex; gap: 0.6rem; padding: 0.32rem 0; border-bottom: 1px dashed var(--linea); }
.lineas li span:first-child { flex: 1; color: var(--gris); }
.lineas li b { font-variant-numeric: tabular-nums; }
.lineas li.inc b { color: #0a8c69; font-weight: 700; }
.total { display: flex; align-items: baseline; gap: 0.6rem; margin: 0.9rem 0 0.2rem; }
.total .lbl { font-weight: 700; }
.total .num { margin-left: auto; font-family: var(--fuente-titulo); font-weight: 900; font-size: 2.1rem; color: var(--mandarina-osc); }
.total-note { font-size: 0.84rem; color: var(--gris); margin: 0 0 1rem; }
.badge-desc {
  display: inline-block; background: var(--menta); border: 2px solid var(--tinta);
  border-radius: 999px; padding: 0.2rem 0.7rem; font-size: 0.8rem; font-weight: 800; margin-bottom: 0.7rem;
}
.resumen-acciones { display: grid; gap: 0.6rem; }
.avisos { font-size: 0.84rem; color: var(--mandarina-osc); font-weight: 600; margin-top: 0.7rem; }

/* ---------- galería ---------- */
.galeria { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); }
.gcard {
  border: 2px solid var(--tinta); border-radius: var(--r-m); overflow: hidden;
  background: var(--papel); box-shadow: var(--sombra-solida);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.gcard:hover { transform: translateY(-6px) rotate(-0.6deg); }
.gcard img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--crema); }
.gcard .cap { padding: 0.85rem 1rem 1rem; }
.gcard .cap b { display: block; }
.gcard .cap small { color: var(--gris); }

/* ---------- tabla precios ---------- */
.tarifa { background: var(--tinta); color: var(--crema); }
.tarifa h2, .tarifa h3 { color: var(--crema); }
.tarifa .sec-tit p { color: rgba(255, 248, 240, 0.72); }
.tabla-wrap { overflow-x: auto; border: 2px solid rgba(255, 248, 240, 0.25); border-radius: var(--r-m); }
table.tarifa-tbl { width: 100%; border-collapse: collapse; min-width: 520px; font-size: 0.95rem; }
table.tarifa-tbl th, table.tarifa-tbl td { padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid rgba(255, 248, 240, 0.14); }
table.tarifa-tbl th { font-family: var(--fuente-titulo); font-weight: 700; background: rgba(255, 255, 255, 0.05); }
table.tarifa-tbl td:last-child, table.tarifa-tbl th:last-child { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
table.tarifa-tbl tr:last-child td { border-bottom: none; }
.tarifa .cols { display: grid; gap: 1.5rem; margin-top: 1.5rem; }
.tarifa .cols > * { min-width: 0; }
@media (min-width: 850px) { .tarifa .cols { grid-template-columns: 1.25fr 1fr; } }
.nota-tarifa { font-size: 0.9rem; color: rgba(255, 248, 240, 0.72); }

/* ---------- faq ---------- */
.faq { display: grid; gap: 0.7rem; max-width: 800px; }
.faq details {
  background: var(--papel); border: 2px solid var(--tinta); border-radius: var(--r-s); padding: 0.9rem 1.1rem;
}
.faq summary { font-weight: 700; cursor: pointer; list-style: none; display: flex; gap: 0.8rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; margin-left: auto; font-weight: 800; color: var(--uva); }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: 0.7rem 0 0; color: var(--gris); font-size: 0.95rem; }

/* ---------- ayuda / contacto ---------- */
.ayuda-card {
  background: linear-gradient(135deg, var(--uva), var(--uva-osc)); color: #fff;
  border: 2px solid var(--tinta); border-radius: var(--r-l); padding: clamp(1.6rem, 4vw, 2.6rem);
  box-shadow: 10px 10px 0 var(--miel);
}
.ayuda-card h2 { color: #fff; }
.ayuda-grid { display: grid; gap: 1.5rem; }
@media (min-width: 880px) { .ayuda-grid { grid-template-columns: 1fr 1fr; } }
.ayuda-card .field label { color: #fff; }
.ayuda-card .field input, .ayuda-card .field textarea {
  background: rgba(255, 255, 255, 0.94); border-color: transparent; color: var(--tinta);
}

/* ---------- footer / wa flotante ---------- */
.pie { background: var(--tinta); color: rgba(255, 248, 240, 0.8); padding: 2.5rem 0; font-size: 0.92rem; }
.pie a { color: var(--miel); }
.wa-float {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 60;
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #25d366; color: #07301b; border: 2px solid var(--tinta); border-radius: 999px;
  padding: 0.8rem 1.15rem; font-weight: 800; text-decoration: none; box-shadow: 0 5px 0 var(--tinta);
}
.wa-float:hover { transform: translateY(-2px); }
.wa-float.oculto { opacity: 0; pointer-events: none; transform: translateY(14px); }
.wa-float { transition: opacity .3s, transform .3s; }
.wa-float span.txt { display: none; }
@media (min-width: 620px) { .wa-float span.txt { display: inline; } }

.bar-movil {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: none; align-items: center; gap: 1rem;
  background: var(--crema); border-top: 2px solid var(--tinta);
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  box-shadow: 0 -10px 30px -20px rgba(27, 16, 51, 0.8);
  transform: translateY(110%); transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.bar-movil small { display: block; font-size: 0.78rem; color: var(--gris); line-height: 1.2; }
.bar-movil b { font-family: var(--fuente-titulo); font-size: 1.4rem; color: var(--mandarina-osc); }
.bar-movil .btn { margin-left: auto; flex: none; }
@media (max-width: 999px) {
  .bar-movil { display: flex; }
  .bar-movil.on { transform: none; }
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .gcard, .opt { transition: none; }
}
/* ---------- maqueta en vivo de la agenda ---------- */
.mock-body { position: relative; display: block; transition: width .35s cubic-bezier(.22,1,.36,1), height .35s cubic-bezier(.22,1,.36,1); }
.mock-cover {
  position: absolute; inset: 0 0 0 14px;
  border: 2px solid var(--tinta); border-radius: 4px 12px 12px 4px;
  background: var(--papel) center/cover no-repeat;
  overflow: hidden; display: grid; place-items: center; text-align: center;
}
.mock-cover.ph-subir   { background-image: linear-gradient(135deg,#eef2fb,#dfe7f7); }
.mock-cover.ph-montaje { background-image: linear-gradient(150deg,#ffe4ef,#ffd9c2 55%,#fff2d6); }
.mock-cover.ph-ilustracion { background-image: linear-gradient(150deg,#efe0ff,#d9e7ff 60%,#ffe6f3); }
.mock-txt {
  position: relative; z-index: 3; font-family: var(--fuente-titulo); font-weight: 800;
  color: var(--tinta); font-size: 0.95rem; line-height: 1.15; padding: 0 .8rem;
  text-shadow: 0 1px 0 rgba(255,255,255,.75); word-break: break-word;
}
.mock-cover.has-img .mock-txt { color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.65); }
.mock-gloss { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.mock-gloss.brillo {
  background: linear-gradient(115deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.55) 45%, rgba(255,255,255,0) 62%);
}
.mock-gloss.softtouch { background: rgba(27,16,51,.07); backdrop-filter: saturate(.9); }
.mock-rings { position: absolute; left: 0; top: 8px; bottom: 8px; width: 28px; z-index: 4; display: flex; flex-direction: column; justify-content: space-between; }
.mock-rings i {
  display: block; height: 5px; width: 26px; border-radius: 999px;
  background: var(--anilla, #c9ced6); border: 1px solid rgba(27,16,51,.45);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.mock-band {
  position: absolute; top: -4px; bottom: -4px; right: 12px; width: 9px; z-index: 5;
  background: var(--anilla, #c9ced6); border-radius: 3px;
  box-shadow: inset -1px 0 0 rgba(0,0,0,.18), 0 1px 3px rgba(27,16,51,.35);
  opacity: 0; transform: scaleY(.85); transition: opacity .25s, transform .25s;
}
.mock-band.on { opacity: 1; transform: none; }
.mock-pages {
  position: absolute; top: 5px; bottom: 5px; right: -4px; width: 6px;
  background: repeating-linear-gradient(180deg,#fff,#fff 2px,#e8e0d6 2px,#e8e0d6 3px);
  border: 1px solid var(--tinta); border-left: none; border-radius: 0 5px 5px 0; z-index: 1;
}

/* ══════════════════════════════════════════════════════════════════════
   Convivencia con Hello Elementor y con Elementor
   El tema y el editor meten sus propios márgenes, anchos y estilos de
   formulario. Aquí se neutralizan solo dentro de .maimai, sin tocar
   el resto del sitio.
   ══════════════════════════════════════════════════════════════════════ */

.maimai { max-width: none; }
.maimai * { box-sizing: border-box; }

/* Elementor pone padding por defecto en secciones y columnas. */
.elementor-widget-html > .elementor-widget-container > .maimai,
.elementor-widget-shortcode .maimai { margin: 0; }

/* El fondo y el color base los pone el body, no el envoltorio: así las
   secciones oscuras (la tarifa) siguen mandando sobre lo suyo. */
.maimai { background: transparent; color: inherit; }
body.maimai-agendas {
  background: var(--crema);
  color: var(--tinta);
  font-family: var(--fuente-texto);
  font-size: 17px;
  line-height: 1.6;
}

/* Hello Elementor estiliza h1-h6, botones y campos: los devolvemos a lo nuestro. */
.maimai h1, .maimai h2, .maimai h3, .maimai h4, .maimai h5, .maimai h6 { color: inherit; }
.maimai a.btn, .maimai a.btn:hover, .maimai a.btn:focus, .maimai a.btn:visited { text-decoration: none; }
.maimai button, .maimai input, .maimai textarea, .maimai select { font-family: var(--fuente-texto); }
.maimai button { -webkit-appearance: none; appearance: none; }
.maimai input[type="text"], .maimai textarea { max-width: 100%; box-shadow: none; }
.maimai img { height: auto; }
.maimai figure { margin: 0; }
.maimai ul { list-style: none; }
.maimai table { border: none; }
.maimai .btn.wa svg { flex: none; }

/* La barra fija y el botón flotante van fuera del flujo de Elementor. */
.maimai .bar-movil, .maimai .wa-float { font-family: var(--fuente-texto); }

/* En el editor de Elementor la barra fija estorba: se oculta. */
.elementor-editor-active .maimai .bar-movil,
.elementor-editor-active .maimai .wa-float { display: none !important; }

/* Aviso del configurador: un salto de línea por aviso. */
.maimai .avisos { white-space: pre-line; }
