:root{--bg: #f9fafb;--fg: #111827;--muted: #6b7280;--border: #e5e7eb;--accent: #561a69;--accent-dark: #220b3c;--whatsapp: #25d366;--whatsapp-dark: #1db857;--radius: 12px;--card-bg: #ffffff;--sitebar-h: 64px;--header-h: 140px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Raleway,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--fg);line-height:1.5}.header{display:flex;align-items:center;gap:16px}img.logo-fletero{height:56px;width:auto;object-fit:contain}main{padding:0;width:100%;max-width:none;margin:0}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;box-shadow:0 1px 4px #0000000f}.card.sticky{position:sticky;top:calc(var(--header-h) + 8px);z-index:500;background:var(--card-bg)}.card.sticky>.flex{align-items:center}.h1{font-size:1.8rem;font-weight:700;text-align:center;color:#340044}.h2{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.muted{color:var(--muted);font-size:.95rem}.flex{display:flex;align-items:center;justify-content:center;gap:.5rem}.flexColumn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.row{display:grid;gap:1rem}.row-3{grid-template-columns:2fr 1fr}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.3rem;border-radius:14px;background:var(--accent);color:#fff!important;text-decoration:none;font-weight:700;font-size:1rem;letter-spacing:.1px;transition:background .2s ease,transform .08s ease,box-shadow .2s ease;cursor:pointer;border:1px solid #866ba7;box-shadow:0 1px #0000000a}.btn:hover{background:var(--accent-dark);color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 14px #00000014}.btn:active{transform:translateY(0);box-shadow:0 1px 4px #0000000f}.btn-cotizar{background:var(--accent);border:1px solid #866ba7;color:#111!important;height:40px}.btn-cotizar:hover{background:var(--accent-dark);color:#111!important}.btn-lg{padding:1rem 1.4rem;border-radius:16px}.service-card{display:flex;flex-direction:column;justify-content:space-between;gap:.8rem;border-radius:16px;border:1px solid var(--border);background:#fff;padding:1.4rem;min-height:230px;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s,transform .1s}.service-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.service-card .actions{display:flex;justify-content:center;margin-top:auto}.service-card strong{font-size:1.45rem;color:#111}.badge{background:#f2d4f3;color:#170217!important;padding:.3rem .7rem;border:1px solid #da56c5;border-radius:9999px;font-size:.85rem;font-weight:600}.btn-cotizar{background:var(--accent);color:#111}.btn-cotizar:hover{background:var(--accent-dark)}.service-card .btn-cotizar{width:100%;max-width:180px;justify-content:center}.site-header{background:#fffffff5;border-color:#e5e7eb;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;backdrop-filter:none;-webkit-backdrop-filter:none;position:sticky;top:0;z-index:1000;height:var(--header-h);background:#fff;display:flex;align-items:center;padding:0 1rem;border-bottom:1px solid #e5e7eb}.site-header.is-scrolled{background:#ffffffa8;border-color:#e5e7eb99;box-shadow:0 8px 28px #00000014;backdrop-filter:saturate(1.2) blur(8px);-webkit-backdrop-filter:saturate(1.2) blur(8px)}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table th,.table td{padding:.5rem;border-bottom:1px solid var(--border);text-align:left}.table th{background:#f3f4f6}img{max-width:100%;height:auto;display:block;border-radius:var(--radius)}.vehiculo-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff;transition:transform .15s ease,box-shadow .25s ease;box-shadow:0 1px 3px #0000000d}.vehiculo-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.vehiculo-img img{width:100%;height:180px;object-fit:cover}.vehiculo-info{padding:1rem;display:flex;flex-direction:column;gap:.3rem}.vehiculo-info h3{font-size:1.05rem;font-weight:600;color:#111}.vehiculo-datos{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.9rem;color:#333;margin-top:.3rem}.vehiculo-tags{margin-top:.4rem;display:flex;flex-wrap:wrap;gap:.4rem}.sitebar{position:sticky;top:0;z-index:50;background:#fffffff5;border-bottom:1px solid var(--border);backdrop-filter:none;-webkit-backdrop-filter:none;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.sitebar.is-scrolled{background:#ffffffbf;border-color:#e5e7eb99;box-shadow:0 8px 24px #0000000f;backdrop-filter:saturate(1.1) blur(8px);-webkit-backdrop-filter:saturate(1.1) blur(8px)}.sitebar__wrap{max-width:1200px;margin:0 auto;padding:.6rem 1rem;display:grid;grid-template-columns:auto 1fr auto;gap:.8rem;align-items:center;min-height:var(--sitebar-h)}.brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.brand__logo{height:70px;width:auto;object-fit:contain}.nav__link,.dropdown__btn{color:#111;font-weight:700}.nav__link:hover,.dropdown__btn:hover{background:#eef6f9;color:#0a6c86}.brand__name{font-weight:800;font-size:1.2rem;color:#111;letter-spacing:.2px}.nav{justify-self:center}.nav__list{display:flex;gap:1rem;list-style:none;align-items:center}.nav__link{text-decoration:none;color:#111;font-weight:600;padding:.4rem .2rem;border-radius:8px}.nav__link:hover{background:#eef6f9;color:#0a6c86}.dropdown{position:relative}.dropdown__btn{background:transparent;border:0;cursor:pointer;font:inherit;padding:.4rem;border-radius:8px}.dropdown__btn:hover{background:#eef6f9;color:#0a6c86}.dropdown__menu{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 24px #00000014;padding:.4rem;display:none}.dropdown__menu.show{display:block}.dropdown__item{display:block;padding:.6rem .7rem;border-radius:8px;color:#111;text-decoration:none}.dropdown__item:hover{background:#f2f7fa;color:#0a6c86}.sitebar__cta{display:flex;gap:.6rem;align-items:center}.sitebar__cta .btn{font-weight:700;padding:.7rem 1rem;border-radius:999px}.card.sticky.site-header{top:calc(var(--sitebar-h) + 8px)}a:not(.btn){color:var(--accent)}a:not(.btn):hover{color:var(--accent-dark)}.nav__toggle{display:none;width:36px;height:36px;border:1px solid var(--border);border-radius:10px;background:#fff;align-items:center;justify-content:center;gap:4px}.nav__toggle span{display:block;width:18px;height:2px;background:#111}@media(max-width:920px){.sitebar__wrap{grid-template-columns:auto auto 1fr}.nav{justify-self:end}.sitebar__cta{display:none}}@media(max-width:720px){.nav__toggle{display:inline-flex}.nav{position:fixed;inset:64px 12px auto;background:#fff;border:1px solid var(--border);border-radius:14px;padding:.6rem;display:none;box-shadow:0 14px 40px #0000001f}.nav.is-open{display:block}.nav__list{flex-direction:column;align-items:stretch;gap:.2rem}.nav__link,.dropdown__btn{padding:.8rem .6rem;text-align:left}.dropdown__menu{position:static;display:block;box-shadow:none;border:0;padding:0;margin-left:.6rem}.dropdown__item{padding:.6rem}}.btn-whatsapp{background:var(--whatsapp);border:1px solid #19b955;color:#111!important}.btn-whatsapp:hover{background:var(--whatsapp-dark);color:#111!important}.btn-whatsapp.icon-only{background-color:#25d366;padding:.55rem;border-radius:50px;display:inline-flex;align-items:center;justify-content:center;border:none}.btn-whatsapp.icon-only:hover{background-color:#1fad53;transform:translateY(-2px);transition:.2s ease-in-out}.wpp-icon{width:30px;height:30px;display:block;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}.card.compact{padding:.9rem 1rem}.table.compact th,.table.compact td{padding:.45rem .6rem}.table.compact th{font-weight:700}.rating-card{padding:1.4rem 1.2rem 1.6rem;display:grid;gap:.8rem}.titulo-seccion{font-size:1.4rem;font-weight:800;color:#340044;border-bottom:3px solid #8b1ccc;width:fit-content;margin:0 0 .6rem;height:fit-content}.rating-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:.1rem 0 .85rem}.stars{--rating: 4.7;--star-size: 26px;--star-bg: #f4b400;--star-muted: #dcdcdc;font-size:var(--star-size);line-height:1;letter-spacing:3px;display:inline-block}.stars:before{content:"★★★★★";background:linear-gradient(90deg,var(--star-bg) calc(var(--rating) / 5 * 100%),var(--star-muted) calc(var(--rating) / 5 * 100%));-webkit-background-clip:text;background-clip:text;color:transparent}.rating-num{font-weight:800;font-size:1.05rem;color:#111;margin-left:4px}.rating-count{font-size:.95rem;color:#5c6670}.rating-last{display:flex;align-items:center;justify-content:space-between;gap:16px}.rating-last blockquote{flex:1;margin:0;color:#2a3135;font-size:1.05rem;font-style:italic}.rating-last footer{display:inline-block;margin-top:.35rem;color:#4d555a;font-weight:600;font-style:normal;font-size:.9rem}.rating-last .btn-cotizar{padding:.65rem 1.2rem;font-size:.95rem;border-radius:14px}@media(max-width:640px){.rating-last{flex-direction:column;align-items:stretch}.rating-last .btn-cotizar{width:100%;text-align:center}}@media(max-width:960px){main{padding:0}.row-3{grid-template-columns:1fr}.row{gap:.9rem}.card{padding:1rem}}@media(max-width:640px){.grid-2{gap:.8rem}.vehiculo-img img{height:150px}aside.row{display:grid;grid-template-columns:1fr}.rating-last{flex-direction:column;align-items:stretch;gap:.6rem}.rating-last .btn-cotizar{width:100%;text-align:center}.rating-card .titulo-seccion{border-bottom-width:2px;margin-bottom:.5rem;padding-bottom:3px}.stars{--star-size: 22px;letter-spacing:2px}}@media(max-width:640px){.card.sticky.site-header{top:calc(var(--sitebar-h) + 6px)}}.ficha-header{display:grid;gap:14px;align-items:center;grid-template-columns:1fr;text-align:center}.ficha-header .ficha-logo img{width:140px;height:auto;margin:0 auto}.ficha-header .actions{display:flex;flex-direction:column;gap:8px}.ficha-header .actions a{width:100%;text-align:center}@media(min-width:768px){.ficha-header{grid-template-columns:auto 1fr auto;text-align:left}.ficha-header .actions a{width:auto}}.btn-wpp-float{position:fixed;bottom:16px;right:16px;width:60px;height:60px;border-radius:50%;z-index:1200;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003}.page-header-ficha{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;align-items:center;background:#fff;border-radius:20px;padding:10px;margin-top:0}.page-header-ficha .logo-ficha{width:150px;height:auto;flex-shrink:0}.page-header-ficha .info{flex:1}.chips{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}.page-header-ficha .acciones{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:10px}@media(max-width:768px){.page-header-ficha{flex-direction:column;text-align:center;margin-top:0;padding-top:28px}.page-header-ficha .acciones{flex-direction:row;justify-content:center;width:100%}.page-header-ficha .logo-ficha{width:140px}}.lead-box summary{list-style:none;cursor:pointer}.lead-box summary::-webkit-details-marker{display:none}.lead-panel{margin-top:10px;padding:14px;border:1px solid rgba(0,0,0,.1);border-radius:14px;background:#fff}.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;align-items:end}.lead-form label{display:grid;gap:6px;font-size:14px}.lead-form input,.lead-form select,.lead-form textarea{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid rgba(0,0,0,.12);border-radius:10px}.lead-span-2{grid-column:1 / -1}.btn-lead{width:100%;display:block;text-align:center}.btn-lead-submit{width:100%;text-align:center}@media(max-width:768px){.lead-form{grid-template-columns:1fr}.lead-span-2{grid-column:auto}}.acciones{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.acciones-top{display:flex;align-items:center;justify-content:flex-end;gap:10px}.lead-box{width:100%;max-width:520px}.lead-box summary{width:100%;display:block}.lead-panel{width:100%}.page-header-ficha .acciones{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.page-header-ficha .acciones-top{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:100%}.page-header-ficha .lead-wrap{width:100%;display:flex;justify-content:flex-end}.page-header-ficha .lead-box{width:100%;max-width:520px}@media(max-width:768px){.page-header-ficha .acciones{align-items:center;width:100%}.page-header-ficha .acciones-top,.page-header-ficha .lead-wrap{justify-content:center}.page-header-ficha .lead-box{max-width:680px}}.pay-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.pay-item{display:flex;gap:14px;padding:8px;border:1px solid #da56c5;border-radius:18px;background:#f1e6f3;align-items:center}.pay-icon{width:72px;height:72px;border-radius:16px;display:grid;place-items:center;overflow:hidden;flex:0 0 72px}.pay-icon-img{width:50px;height:50px;object-fit:contain;display:block}.pay-icon svg{width:22px;height:22px;fill:currentColor;opacity:.9}.pay-text{font-weight:700;color:#0b3b4d;line-height:1.2}.pay-content{display:flex;flex-direction:column;gap:4px}.pay-title{display:block;font-size:17px;line-height:1.1}.pay-sub{display:block;margin-top:6px;font-size:16px;color:#0a1e32b3}.pay-brands{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.pay-brand-img{height:40px;width:auto;object-fit:contain;display:block}.pago-icon{width:72px;height:72px;border-radius:16px;background:#eaf7ff;display:grid;place-items:center;overflow:hidden;flex:0 0 72px}.pago-icon img{width:48px;height:48px;object-fit:contain;display:block}.pago-icon img.is-mp,.pay-icon-img.is-mp{width:56px;height:56px}.pay-icon-svg svg{width:36px;height:36px;display:block}.grid-2{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:980px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.grid-2{grid-template-columns:1fr}}.provCard{border:1px solid rgba(0,0,0,.06);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #0000000f;transition:transform .15s ease,box-shadow .15s ease;width:100%;max-width:none}.provCard:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0000001a}.provMedia{position:relative;aspect-ratio:16 / 10;background:radial-gradient(circle at 20% 20%,rgba(124,58,237,.1),transparent 60%),radial-gradient(circle at 80% 20%,rgba(236,72,153,.1),transparent 60%),#f7f7fb}.provImg{width:100%;height:100%;object-fit:cover;display:block}.provActions{position:absolute;top:12px;right:12px;display:flex;gap:10px}.iconBtn{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffffeb;backdrop-filter:blur(6px);text-decoration:none;cursor:pointer;transition:transform .12s ease,background .12s ease}.iconBtn:hover{transform:translateY(-1px)}.favBtn .heart{font-size:35px;line-height:1;color:#6b21a8}.favBtn.isOn .heart{color:#db2777}.wppBtn{font-size:18px;color:#111827}.wppBtn.isDisabled{opacity:.45;pointer-events:none}.provBody{padding:14px 14px 16px}.provName{margin:0;font-size:18px;line-height:1.2;font-weight:800;letter-spacing:-.2px;color:#2b0a3d}.provMeta{margin-top:6px;font-size:13px;color:#2b0a3da6}.provChips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.chip{font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid rgba(219,39,119,.35);background:#ec48991a;color:#2b0a3d;white-space:nowrap}.chip.ghost{border:1px dashed rgba(43,10,61,.25);background:#2b0a3d0d}.provDesc{margin:10px 0 0;font-size:13px;color:#111827c7;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.9em}.provFooter{margin-top:14px}.btnPrimary{display:inline-flex;align-items:center;justify-content:center;width:100%;height:42px;border-radius:999px;text-decoration:none;font-weight:800;color:#fff!important;background:linear-gradient(90deg,#6b21a8,#db2777);box-shadow:0 10px 22px #6b21a838}.btnPrimary:hover{filter:brightness(1.03)}.provMedia{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:#f7f7fb}.provMedia.isPhoto .provImg{width:100%;height:100%;object-fit:cover;object-position:center 0%;display:block}.provMedia.isLogo{background:linear-gradient(135deg,#6b21a81a,#db277714)}.provMedia.isLogo .provImg{width:100%;height:100%;object-fit:contain;padding:50px;display:block}.wppBtn{width:42px;height:42px;border-radius:999px;background:#25d366;display:grid;place-items:center;box-shadow:0 6px 18px #25d36673}.wppIcon{width:20px;height:20px;fill:#fff}.favBtnHeaderLike{width:42px;height:42px;border-radius:999px;border:2px solid rgba(216,27,125,.28);background:#fff;color:#d81b7d;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 18px #d81b7d1a;padding:0;line-height:0}.favBtnHeaderLike .favHeart{font-size:35px;line-height:1;transform:translateY(1px);color:#6b21a8;transition:transform .15s ease,color .15s ease}.favBtnHeaderLike.isOn .favHeart{color:#db2777}.favBtnHeaderLike:hover .favHeart{transform:translateY(1px) scale(1.08)}.favBtnHeaderLike .favIcon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linejoin:round;transition:transform .15s ease,fill .15s ease,stroke .15s ease}.favBtnHeaderLike.isOn{background:#d81b7d;border-color:#d81b7d;color:#fff;box-shadow:0 0 0 7px #d81b7d1f,0 14px 28px #d81b7d42}.favBtnHeaderLike.isOn .favIcon{fill:currentColor;stroke:currentColor}.favBtnHeaderLike:hover .favIcon{transform:scale(1.1)}.grid-rel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;justify-content:center}.grid-rel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(max-width:980px){.grid-rel{grid-template-columns:1fr}}@media(max-width:640px){.grid-rel{grid-template-columns:1fr}}.gridCards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}@media(max-width:1100px){.gridCards{grid-template-columns:1fr}}@media(max-width:640px){.gridCards{grid-template-columns:1fr}}:root{--blanco:#fff;--negro:#0b0b0f;--gris:#f6f6f8;--borde: rgba(0,0,0,.08);--acento:#fec0ca;--cta:#111827}.ofx-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:6000;background:#ffffff8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}.ofx-header[data-astro-cid-ctg3m53h].is-scrolled{background:#fffffff2;backdrop-filter:blur(16px);box-shadow:0 6px 18px #00000014}.ofx-activity-wrapper[data-astro-cid-ctg3m53h]{position:relative;overflow:hidden;border-bottom:1px solid rgba(91,29,120,.08);background:linear-gradient(90deg,#f5f3ff,#f5f3ff,#f5f3ff);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ofx-activity-wrapper[data-astro-cid-ctg3m53h]:before,.ofx-activity-wrapper[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;top:0;bottom:0;width:72px;z-index:2;pointer-events:none}.ofx-activity-wrapper[data-astro-cid-ctg3m53h]:before{left:0;background:linear-gradient(90deg,#fcdce3,#fcdce300)}.ofx-activity-wrapper[data-astro-cid-ctg3m53h]:after{right:0;background:linear-gradient(270deg,#fcdce3,#fcdce300)}.ofx-activity-track[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:18px;width:max-content;padding:4px 0;animation:ofx-activity-scroll 34s linear infinite}.ofx-activity-item[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:8px;min-height:25px;padding:2px 12px;border-radius:999px;background:#ffffff75;border:1px solid rgba(91,29,120,.08);box-shadow:0 4px 12px #5b1d780f;color:#000;white-space:nowrap;font-size:.84rem;font-weight:700;letter-spacing:.01em}.ofx-activity-icon[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:.88rem;flex-shrink:0}@keyframes ofx-activity-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ofx-header-main[data-astro-cid-ctg3m53h]{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:12px 18px;gap:14px}.ofx-burger[data-astro-cid-ctg3m53h]{width:32px;height:28px;border:none;background:transparent;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.ofx-burger[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{height:3px;background:#111827;border-radius:999px}.ofx-brand[data-astro-cid-ctg3m53h]{display:flex;justify-content:center;align-items:center;text-decoration:none}.ofx-brand__logo[data-astro-cid-ctg3m53h]{max-width:132px;width:100%;height:auto;display:block}.ofx-right[data-astro-cid-ctg3m53h]{display:flex;justify-content:flex-end;align-items:center;gap:10px}.ofx-btn-cta[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#ec4899,#8b5cf6);color:#fff;font-weight:800;padding:10px 20px;border-radius:999px;text-decoration:none;font-size:.9rem;box-shadow:0 10px 22px #d946ef59;transition:.18s ease}.ofx-btn-cta[data-astro-cid-ctg3m53h]:hover{transform:translateY(-2px);box-shadow:0 14px 30px #d946ef73}.ofx-subbar[data-astro-cid-ctg3m53h]{border-top:1px solid rgba(255,255,255,.04);background:linear-gradient(90deg,#0f172a,#111827);color:var(--blanco);box-shadow:inset 0 1px #ffffff0f}.ofx-nav[data-astro-cid-ctg3m53h]{display:flex;justify-content:center;align-items:center;gap:6px;padding:4px 14px;overflow-x:auto;scrollbar-width:none}.ofx-nav[data-astro-cid-ctg3m53h]::-webkit-scrollbar{display:none}.ofx-nav-link[data-astro-cid-ctg3m53h]{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:6px 14px;border-radius:999px;color:#ffffffeb;text-decoration:none;font-weight:700;font-size:.92rem;letter-spacing:.01em;line-height:1;white-space:nowrap;background:transparent;transition:color .14s ease,background .14s ease,transform .14s ease,box-shadow .14s ease}.ofx-nav-link[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:2px;border-radius:999px;background:linear-gradient(90deg,#ec4899,#8b5cf6);transform:scaleX(0);transform-origin:center;opacity:.9;transition:transform .14s ease}.ofx-nav-link[data-astro-cid-ctg3m53h]:hover{color:#fff;background:#ffffff0d;transform:translateY(-1px);text-decoration:none}.ofx-nav-link[data-astro-cid-ctg3m53h]:hover:after{transform:scaleX(1)}.ofx-nav-link[data-astro-cid-ctg3m53h].is-active{color:#fff;background:transparent;box-shadow:none}.ofx-nav-link[data-astro-cid-ctg3m53h].is-active:after{transform:scaleX(1);height:2.5px;opacity:1}.zonas-overlay[data-astro-cid-ctg3m53h]{display:none;position:fixed;inset:134px 0 0;background:#fffffff7;backdrop-filter:blur(6px);z-index:99999;padding:22px 26px 32px;box-sizing:border-box;overflow-y:auto;opacity:0;transition:opacity .2s ease}.zonas-overlay[data-astro-cid-ctg3m53h].visible{display:block;opacity:1}.zonas-overlay-close[data-astro-cid-ctg3m53h]{position:absolute;top:14px;right:18px;border:none;background:transparent;font-size:34px;cursor:pointer;line-height:1}.zonas-overlay-content[data-astro-cid-ctg3m53h]{max-width:980px;margin:24px auto 0}.zonas-title[data-astro-cid-ctg3m53h]{margin:0 0 16px;font-size:1.1rem;letter-spacing:.08em;color:#111}.zonas-grid[data-astro-cid-ctg3m53h]{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:flex-start}.zona-chip[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;background:var(--gris);color:#111;border:1px solid var(--borde);padding:10px 14px;border-radius:999px;text-decoration:none;font-weight:800}.zona-chip[data-astro-cid-ctg3m53h]:hover{filter:brightness(.98);transform:translateY(-1px)}.mobile-menu[data-astro-cid-ctg3m53h]{position:fixed;inset:0;z-index:99999;display:none;background:#0f172a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.mobile-menu[data-astro-cid-ctg3m53h].visible{display:block}.mobile-menu-publicar[data-astro-cid-ctg3m53h]{display:block;margin-top:32px;background:#561a6a;color:#fff;text-align:center;padding:14px 18px;border-radius:999px;font-weight:900;text-decoration:none;margin-bottom:22px;box-shadow:0 4px 12px #00000026;font-size:18px}.mobile-menu-main[data-astro-cid-ctg3m53h]{display:block;width:100%;text-align:left;padding:12px 14px;border-radius:12px;border:1px solid #eee;margin-bottom:10px;font-size:1.05rem;font-weight:800;background:#fff;color:#000;text-decoration:none;cursor:pointer}.mobile-menu-zonas[data-astro-cid-ctg3m53h]{display:none}.mobile-menu-zonas[data-astro-cid-ctg3m53h].visible{display:block}.mobile-menu-back[data-astro-cid-ctg3m53h]{border:none;background:transparent;font-size:14px;cursor:pointer;margin-bottom:10px}.mobile-menu-shell[data-astro-cid-ctg3m53h]{position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(180deg,#fffffffa,#f7f4fafa);box-shadow:18px 0 40px #00000024;display:flex;flex-direction:column;padding:18px 18px 22px;overflow-y:auto}.mobile-menu-top[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.mobile-menu-brand[data-astro-cid-ctg3m53h]{display:flex;align-items:center}.mobile-menu-logo[data-astro-cid-ctg3m53h]{width:132px;height:auto;display:block}.mobile-menu-close[data-astro-cid-ctg3m53h]{width:42px;height:42px;border:none;border-radius:999px;background:#5b1d7814;color:#5b1d78;font-size:28px;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center}.mobile-menu-body[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;gap:18px;padding-top:10px}.mobile-menu-main[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;gap:10px}.mobile-menu-link[data-astro-cid-ctg3m53h]{display:flex;align-items:center;min-height:52px;padding:0 16px;border-radius:16px;text-decoration:none;font-size:1rem;font-weight:800;color:#251b3b;background:#ffffffd9;border:1px solid rgba(91,29,120,.08);box-shadow:0 8px 18px #5b1d780a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.mobile-menu-link[data-astro-cid-ctg3m53h]:hover{transform:translateY(-1px);border-color:#6f2dbd2e;box-shadow:0 12px 24px #5b1d7814}.mobile-menu-link[data-astro-cid-ctg3m53h].active{color:#fff;background:linear-gradient(90deg,#6f2dbd,#d81b7d);border-color:transparent;box-shadow:0 12px 26px #6f2dbd2e}.mobile-menu-block[data-astro-cid-ctg3m53h]{padding:16px;border-radius:20px;background:#ffffffb8;border:1px solid rgba(91,29,120,.08);box-shadow:0 10px 24px #5b1d780a}.mobile-menu-block-head[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mobile-menu-kicker[data-astro-cid-ctg3m53h]{font-size:.8rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.mobile-menu-mini-link[data-astro-cid-ctg3m53h]{text-decoration:none;font-size:.88rem;font-weight:800;color:#6f2dbd}.mobile-zonas-grid[data-astro-cid-ctg3m53h]{display:flex;flex-wrap:wrap;gap:10px}.mobile-zona-chip[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:999px;text-decoration:none;font-weight:800;color:#251b3b;background:#6f2dbd14;border:1px solid rgba(91,29,120,.1);transition:transform .18s ease,background .18s ease}.mobile-zona-chip[data-astro-cid-ctg3m53h]:hover{transform:translateY(-1px);background:#6f2dbd1f}.mobile-menu-cta-wrap[data-astro-cid-ctg3m53h]{margin-top:4px}.mobile-menu-cta[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 18px;border-radius:999px;text-decoration:none;min-height:56px;font-size:1.05rem;letter-spacing:.02em;font-weight:900;color:#fff;background:linear-gradient(135deg,#ff8fb1,#d946ef);box-shadow:0 12px 28px #d946ef47}@media(min-width:769px){.mobile-menu-shell[data-astro-cid-ctg3m53h]{inset:0 auto 0 0;width:390px;height:100%}}@media(max-width:768px){.ofx-subbar[data-astro-cid-ctg3m53h],.ofx-btn-cta[data-astro-cid-ctg3m53h]{display:none}.ofx-brand__logo[data-astro-cid-ctg3m53h]{max-width:112px}.zonas-overlay[data-astro-cid-ctg3m53h]{top:94px}.ofx-activity-wrapper[data-astro-cid-ctg3m53h]:before,.ofx-activity-wrapper[data-astro-cid-ctg3m53h]:after{width:28px}.ofx-activity-track[data-astro-cid-ctg3m53h]{gap:12px;padding:4px 0;animation-duration:24s}.ofx-activity-item[data-astro-cid-ctg3m53h]{font-size:.76rem;min-height:28px;padding:5px 10px;gap:6px}.ofx-activity-icon[data-astro-cid-ctg3m53h]{width:16px;height:16px;font-size:.8rem}}.ofx-favs[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:9px;min-height:46px;padding:6px 12px;border-radius:999px;border:1px solid rgba(169,81,224,.28);background:linear-gradient(135deg,#ff246921,#774cff29),#fff;color:#1f1230;text-decoration:none;font-weight:900;box-shadow:0 10px 28px #774cff29;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ofx-favs[data-astro-cid-ctg3m53h]:hover{transform:translateY(-1px);border-color:#ff246961;box-shadow:0 14px 34px #774cff38}.ofx-favs__icon[data-astro-cid-ctg3m53h]{width:31px;height:31px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#ff2469,#7b4dff);color:#fff;font-size:18px;line-height:1;box-shadow:0 8px 18px #ff24693d}.ofx-favs__count[data-astro-cid-ctg3m53h]{min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#5b1d78;font-size:16px;font-weight:950;box-shadow:inset 0 0 0 1px #6f3a8d1f}.ofx-header-main[data-astro-cid-ctg3m53h]{grid-template-columns:auto 1fr auto;padding:10px 18px}.ofx-right[data-astro-cid-ctg3m53h]{gap:6px}@media(max-width:768px){.mobile-menu-shell[data-astro-cid-ctg3m53h]{width:100%;height:100%;border-radius:0;padding:18px 18px 24px}.mobile-menu-top[data-astro-cid-ctg3m53h]{margin-bottom:20px}.mobile-menu-logo[data-astro-cid-ctg3m53h]{width:100px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ofx-header-main[data-astro-cid-ctg3m53h]{grid-template-columns:auto auto minmax(240px,520px) auto}.ofx-search[data-astro-cid-ctg3m53h]{position:relative;width:100%;max-width:520px;justify-self:center}.ofx-search-form[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:8px;background:#ffffffeb;border:1px solid rgb(32 22 37 / 40%);border-radius:999px;padding:6px 8px 6px 14px;box-shadow:0 8px 20px #5b1d780f}.ofx-search-input[data-astro-cid-ctg3m53h]{flex:1;border:none;background:transparent;outline:none;font-size:.95rem;color:#251b3b}.ofx-search-input[data-astro-cid-ctg3m53h]::placeholder{color:#7a718a}.ofx-search-btn[data-astro-cid-ctg3m53h]{border:none;background:#111827;color:#fff;width:38px;height:38px;border-radius:999px;cursor:pointer;font-size:1rem}.ofx-search-results{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border:1px solid rgba(91,29,120,.1);border-radius:18px;box-shadow:0 18px 40px #0000001f;padding:8px;z-index:7000;display:flex;flex-direction:column;gap:4px}.ofx-search-results[hidden]{display:none!important}.ofx-search-result{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px;border-radius:12px;text-decoration:none;color:#251b3b}.ofx-search-result:hover,.ofx-search-result.is-active{background:#6f2dbd14}.ofx-search-result__title{display:block;font-size:.95rem;font-weight:800;line-height:1.2;color:#34114a}.ofx-search-result__meta{display:block;font-size:.82rem;line-height:1.2;color:#6b7280}@media(max-width:1024px){.ofx-header-main[data-astro-cid-ctg3m53h]{grid-template-columns:auto 1fr auto}.ofx-search[data-astro-cid-ctg3m53h]{display:none}}.ofx-search-btn[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{width:18px;height:18px;stroke:#fff}.ofx-search-btn[data-astro-cid-ctg3m53h]{transition:transform .15s ease,box-shadow .15s ease}.ofx-search-btn[data-astro-cid-ctg3m53h]:hover{transform:scale(1.05)}.mobile-search[data-astro-cid-ctg3m53h]{position:relative}.mobile-search-form[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:8px;background:#fffffff5;border:1px solid rgba(91,29,120,.1);border-radius:999px;padding:6px 8px 6px 14px;box-shadow:0 8px 20px #5b1d780f}.mobile-search-input[data-astro-cid-ctg3m53h]{flex:1;border:none;background:transparent;outline:none;font-size:1rem;color:#251b3b;min-width:0}.mobile-search-input[data-astro-cid-ctg3m53h]::placeholder{color:#7a718a}.mobile-search-btn[data-astro-cid-ctg3m53h]{border:none;background:#5b1d78;color:#fff;width:42px;height:42px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-search-btn[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{width:18px;height:18px;stroke:#fff}.mobile-search-results{margin-top:10px;background:#fff;border:1px solid rgba(91,29,120,.1);border-radius:18px;box-shadow:0 18px 40px #0000001f;padding:8px;display:flex;flex-direction:column;gap:4px;max-height:48vh;overflow-y:auto}.mobile-search-results[hidden]{display:none!important}.mobile-search-result{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px;border-radius:12px;text-decoration:none;color:#251b3b}.mobile-search-result:hover,.mobile-search-result.is-active{background:#6f2dbd14}.mobile-search-result__title{display:block;font-size:.95rem;font-weight:800;line-height:1.2;color:#34114a}.mobile-search-result__meta{display:block;font-size:.82rem;line-height:1.2;color:#6b7280}.ofx-footer[data-astro-cid-gcn2mc3v]{margin-top:100px;background:linear-gradient(180deg,#fff,#faf7fc);border-top:1px solid rgba(0,0,0,.06)}.ofx-footer__top[data-astro-cid-gcn2mc3v]{padding:56px 0 34px}.ofx-footer__container[data-astro-cid-gcn2mc3v]{max-width:1220px;margin:0 auto;padding:0 28px}.ofx-footer__top[data-astro-cid-gcn2mc3v] .ofx-footer__container[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:minmax(560px,1.35fr) .75fr .75fr .75fr;gap:36px;align-items:start}.ofx-footer__brand[data-astro-cid-gcn2mc3v]{max-width:620px}.ofx-footer__logoLink[data-astro-cid-gcn2mc3v]{display:inline-flex;text-decoration:none}.ofx-footer__logo[data-astro-cid-gcn2mc3v]{width:132px;max-width:100%;height:auto;display:block}.ofx-footer__desc[data-astro-cid-gcn2mc3v]{margin:18px 0 22px;font-size:1rem;line-height:1.7;color:#4b5563}.ofx-footer__cta[data-astro-cid-gcn2mc3v]{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 22px;border-radius:999px;text-decoration:none;font-weight:800;color:#fff;background:linear-gradient(90deg,#6f2dbd,#d81b7d);box-shadow:0 10px 24px #6f2dbd33;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.ofx-footer__cta[data-astro-cid-gcn2mc3v]:hover{transform:translateY(-2px);box-shadow:0 16px 30px #6f2dbd42;filter:brightness(1.02)}.ofx-footer__actions[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;flex-wrap:nowrap;gap:14px;max-width:540px}.ofx-footer__social[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;flex-shrink:0;gap:10px;margin-left:10px}.ofx-footer__socialLink[data-astro-cid-gcn2mc3v]{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#561a6a;background:#fff;border:1px solid rgba(86,26,106,.12);box-shadow:0 10px 22px #1118270f;transition:transform .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.ofx-footer__socialLink[data-astro-cid-gcn2mc3v]:hover{transform:translateY(-2px);color:#d81b7d;border-color:#d81b7d3d;box-shadow:0 14px 28px #6f2dbd1f}.ofx-footer__socialLink[data-astro-cid-gcn2mc3v] svg[data-astro-cid-gcn2mc3v]{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.ofx-footer__socialLink[data-astro-cid-gcn2mc3v] svg[data-astro-cid-gcn2mc3v] path[data-astro-cid-gcn2mc3v]{fill:currentColor;stroke:none}.ofx-footer__socialLink[data-astro-cid-gcn2mc3v][aria-label=YouTube] svg[data-astro-cid-gcn2mc3v] rect[data-astro-cid-gcn2mc3v]{fill:currentColor;stroke:none}.ofx-footer__socialLink[data-astro-cid-gcn2mc3v][aria-label=YouTube] svg[data-astro-cid-gcn2mc3v] path[data-astro-cid-gcn2mc3v]{fill:#fff;stroke:none}.ofx-footer__col[data-astro-cid-gcn2mc3v] h3[data-astro-cid-gcn2mc3v]{margin:4px 0 16px;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:#561a6a}.ofx-footer__col[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v]{list-style:none;padding:0;margin:0;display:grid;gap:12px}.ofx-footer__col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{text-decoration:none;color:#374151;line-height:1.5;transition:color .2s ease,transform .2s ease}.ofx-footer__col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:#6f2dbd}.ofx-footer__bottom[data-astro-cid-gcn2mc3v]{border-top:1px solid rgba(0,0,0,.06);background:#ffffffa6}.ofx-footer__bottomInner[data-astro-cid-gcn2mc3v]{min-height:64px;display:flex;align-items:center;justify-content:center;gap:20px}.ofx-footer__bottomInner[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0;color:#6b7280;font-size:.94rem}.ofx-footer__legal[data-astro-cid-gcn2mc3v]{display:flex;flex-wrap:wrap;gap:16px}.ofx-footer__legal[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{text-decoration:none;color:#6b7280;font-size:.94rem}.ofx-footer__legal[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:#6f2dbd}@media(max-width:920px){.ofx-footer[data-astro-cid-gcn2mc3v]{margin-top:80px}.ofx-footer__top[data-astro-cid-gcn2mc3v] .ofx-footer__container[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr 1fr;gap:28px}.ofx-footer__brand[data-astro-cid-gcn2mc3v]{max-width:none;grid-column:1 / -1}.ofx-footer__bottomInner[data-astro-cid-gcn2mc3v]{flex-direction:column;align-items:flex-start;justify-content:center;padding-top:16px;padding-bottom:16px}}@media(max-width:640px){.ofx-footer__container[data-astro-cid-gcn2mc3v]{padding:0 18px}.ofx-footer__top[data-astro-cid-gcn2mc3v]{padding:40px 0 24px}.ofx-footer__top[data-astro-cid-gcn2mc3v] .ofx-footer__container[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr;gap:24px}.ofx-footer__logo[data-astro-cid-gcn2mc3v]{width:112px}.ofx-footer__desc[data-astro-cid-gcn2mc3v]{font-size:.97rem;margin:14px 0 18px}.ofx-footer__cta[data-astro-cid-gcn2mc3v]{width:100%}.ofx-footer__actions[data-astro-cid-gcn2mc3v]{flex-direction:column;align-items:stretch;gap:14px}.ofx-footer__social[data-astro-cid-gcn2mc3v]{justify-content:center;margin-left:0}.ofx-footer__socialLink[data-astro-cid-gcn2mc3v]{width:46px;height:46px}.ofx-footer__col[data-astro-cid-gcn2mc3v] h3[data-astro-cid-gcn2mc3v]{margin-bottom:12px}.ofx-footer__bottomInner[data-astro-cid-gcn2mc3v]{min-height:auto}.ofx-footer__legal[data-astro-cid-gcn2mc3v]{gap:12px;flex-direction:column;align-items:flex-start}}.ofx-footer__copy[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:6px}.ofx-footer__dev[data-astro-cid-gcn2mc3v]{font-size:.85rem;color:#9ca3af;text-decoration:none;transition:.2s}.ofx-footer__dev[data-astro-cid-gcn2mc3v] strong[data-astro-cid-gcn2mc3v]{color:#6f2dbd;font-weight:800}.ofx-footer__dev[data-astro-cid-gcn2mc3v]:hover{color:#6f2dbd}.ofx-footer__network[data-astro-cid-gcn2mc3v]{margin-top:18px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;padding:10px 14px;border-radius:999px;background:#6f2dbd12;border:1px solid rgba(111,45,189,.12);color:#4b5563;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.ofx-footer__network[data-astro-cid-gcn2mc3v]:hover{transform:translateY(-2px);background:#6f2dbd1c;border-color:#6f2dbd33;box-shadow:0 10px 22px #6f2dbd1a}.ofx-footer__networkLabel[data-astro-cid-gcn2mc3v]{font-size:.84rem;color:#6b7280}.ofx-footer__network[data-astro-cid-gcn2mc3v] strong[data-astro-cid-gcn2mc3v]{color:#6f2dbd;font-weight:800}.ofx-footer__networkArrow[data-astro-cid-gcn2mc3v]{color:#6f2dbd;font-size:.95rem}
