@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg: #f7f4ff;--bg-strong: #efe9ff;--surface: #ffffff;--ink: #2b1a56;--ink-soft: #5c4b86;--accent: #6b4ce8;--accent-strong: #552bbf;--line: #e6dcff;--shadow: 0 10px 30px rgba(60, 32, 145, .12);--radius-lg: 18px;--radius-md: 12px;--radius-sm: 8px}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Manrope,Space Grotesk,system-ui,sans-serif;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}.home-page{min-height:100vh;display:flex;flex-direction:column;background:#f8f6ff}.home-main{flex:1}.app-route-fallback{padding:24px 16px;text-align:center;color:#4b2bb0;font-weight:600}.service-hover-card{transition:transform .18s ease,box-shadow .18s ease}.service-hover-card:hover{transform:scale(1.045);box-shadow:0 8px 32px #552bbf33,0 2px 8px #baf2;z-index:2}.dashboard-container{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;gap:0;background:var(--bg)}.dashboard-container.is-collapsed{grid-template-columns:72px minmax(0,1fr)}.dashboard-sidebar{background:linear-gradient(180deg,#552bbf,#3c1e8a);border-right:1px solid #2c145f;padding:20px 12px;position:sticky;top:0;height:100vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.dashboard-sidebar::-webkit-scrollbar{width:0;height:0}.dashboard-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.dashboard-sidebar-title{font-family:Space Grotesk,Manrope,sans-serif;font-weight:700;font-size:.98rem;color:#fff;line-height:1.2}.dashboard-title-main{color:#fff;font-size:.98rem;font-weight:700}.dashboard-title{font-family:Space Grotesk,Manrope,sans-serif}.dashboard-nav{margin-top:22px;display:flex;flex-direction:column;gap:10px}.dashboard-nav button{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border-radius:12px;border:1px solid transparent;background:transparent;color:#f6f1ff;font-weight:600;cursor:pointer;transition:background .2s,border .2s,transform .2s}.dashboard-nav button:hover{background:#ffffff1f;transform:translateY(-1px)}.dashboard-nav button.active{background:#fff3;border-color:#ffffff59;color:#fff;box-shadow:inset 0 0 0 1px #fff3}.dashboard-icon{font-size:18px;color:#fff}.dashboard-main{min-width:0;padding:0 10px;min-height:100vh;overflow:visible}.dashboard-section-head{margin:12px 0 18px;padding:14px 18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.dashboard-section-head-row{display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}.dashboard-section-head-text{min-width:0}.dashboard-section-head-action{display:flex;justify-content:flex-end}.dashboard-breadcrumb{font-size:.78rem;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.dashboard-breadcrumb-sep{margin:0 6px;color:#b9a8e6}.dashboard-section-title{font-size:clamp(1.2rem,1.5vw + 1rem,1.8rem);font-weight:800;color:var(--accent-strong);margin-top:6px}.dashboard-section-desc{margin-top:6px;color:var(--ink-soft);font-size:.98rem}.admin-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:12px 0 18px}.admin-actions-sticky{position:sticky;top:12px;z-index:5;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:10px 12px;box-shadow:var(--shadow)}.admin-actions-group{display:flex;gap:8px;align-items:center}.admin-search-input{flex:1 1 240px;min-width:220px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--line);background:#fff;color:var(--ink);box-shadow:0 2px 8px #00000008}.admin-search-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #6b4ce833}.servicio-card-meta{display:inline-flex;align-self:flex-start;padding:2px 8px;border-radius:999px;background:#f1ecff;color:#5a3db5;font-size:.78rem;font-weight:700;letter-spacing:.02em}.header-brand{display:flex;align-items:center;gap:8px}.header-nav{position:relative}.header-user{margin-left:16px;font-weight:600;cursor:pointer;position:relative;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#552bbf14}.header-user-icon{font-size:22px}.header-user-avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;display:grid;place-items:center;background:#552bbf;color:#fff}.header-user-avatar img{width:100%;height:100%;object-fit:cover}.header-user-initials{font-size:12px;font-weight:800;letter-spacing:.5px}.header-user-name{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-user-caret{font-size:12px;color:#552bbf}.header-user-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid rgba(85,43,191,.18);border-radius:12px;box-shadow:0 12px 30px #2d16781f;z-index:10;min-width:200px;padding:8px}.header-user-menu-head{padding:8px 10px;border-bottom:1px solid rgba(85,43,191,.1);margin-bottom:6px}.header-user-menu-title{font-weight:700;color:#2b1a56;font-size:.95rem}.header-user-menu-sub{color:#7a6aa8;font-size:.8rem}.header-user-menu-btn{width:100%;padding:7px 12px;border:none;background:none;cursor:pointer;color:#552bbf;text-align:left;border-radius:8px}.header-user-menu-btn:hover{background:#552bbf14}.header-user-menu-danger{color:#b00}.footer-user{margin-top:0;font-weight:600;cursor:pointer;position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;vertical-align:middle}.footer-user-trigger{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:inherit;width:100%;cursor:pointer;-webkit-tap-highlight-color:transparent}.footer-user-trigger:hover,.footer-user-trigger:focus,.footer-user-trigger:active,.footer-user-trigger:focus-visible{background:transparent!important;color:inherit!important;outline:none!important;box-shadow:none!important}.footer-user-avatar{width:24px;height:24px;border-radius:999px;overflow:hidden;display:grid;place-items:center;background:#552bbf;color:#fff;margin:0 auto 2px}.footer-user-avatar img{width:100%;height:100%;object-fit:cover;display:block}.footer-user-initials{font-size:12px;font-weight:800;letter-spacing:.5px}.footer-user-name{max-width:84px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;line-height:1.1;margin:2px 0 0}.footer-user-menu{position:absolute;bottom:100%;right:0;left:auto;background:#fffdf6;border:1px solid rgba(176,138,26,.32);border-radius:12px;z-index:1200;min-width:220px;box-shadow:0 14px 28px #251a4c2e;padding:8px;display:flex;flex-direction:column}.footer-user-menu-head{padding:8px 10px;border-bottom:1px solid rgba(176,138,26,.22);margin-bottom:6px;text-align:left}.footer-user-menu-title{font-weight:700;color:#3f2a83;font-size:.95rem}.footer-user-menu-sub{color:#7a6640;font-size:.8rem}.footer-user-menu-btn{width:100%;padding:10px 12px;border:none;background:none;cursor:pointer;color:#3f2a83;text-align:left;border-radius:8px;font-weight:600}.footer-user-menu-btn:hover{background:#fff2cc}.footer-user-menu-danger{color:#b31212}.footer-user-menu-danger:hover{background:#ffe4e4}.service-card-clickable{cursor:pointer;padding-top:0}.service-card-media{width:100%;max-width:400px;height:260px;position:relative;margin:18px auto 16px;border-radius:5%;overflow:hidden;background:#f5f5ff;box-shadow:0 2px 8px #baf2;display:flex;align-items:center;justify-content:center}.service-card-media-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .18s}.service-card-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5ff,#efefff);color:#552bbf;font-size:14px;text-align:center;padding:16px}.service-card-ribbon{position:absolute;left:0;bottom:0;width:100%;height:7px;background:linear-gradient(90deg,gold,#ffb300);border-bottom-left-radius:5%;border-bottom-right-radius:5%}.service-card-title{margin-top:0}.service-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:9999;display:flex;align-items:center;justify-content:center}.service-modal-img{max-width:90vw;max-height:90vh;border-radius:12px;box-shadow:0 4px 32px #0008;background:#fff;border:6px solid #FFD700}.featured-carousel{position:relative;width:100%;height:180px;overflow:hidden;border-radius:14px;margin-bottom:18px;background:#f6f4fa;box-shadow:0 2px 12px #552bbf13}.featured-carousel-img{width:100%;height:180px;object-fit:cover;transition:opacity .4s}.featured-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff8;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;font-size:1.2em;color:#552bbf;z-index:2}.featured-carousel-prev{left:10px}.featured-carousel-next{right:10px}.featured-carousel-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px}.featured-carousel-dot{width:8px;height:8px;border-radius:50%;background:#fff;border:1.5px solid #552BBF;display:inline-block}.featured-carousel-dot.active{background:#552bbf}.featured-card{padding-top:0}.featured-card-title{margin-top:0}.featured-sides{margin-top:12px;padding-left:0;list-style:none}.featured-side-item{color:#552bbf;font-weight:500;margin-bottom:4px}.featured-cta{text-align:center;margin-top:32px}.featured-cta-btn{text-decoration:none;font-weight:600;letter-spacing:.5px;font-size:1.1em;padding:12px 32px;border-radius:24px;background:#552bbf;color:#fff;box-shadow:0 2px 12px #552bbf22;transition:background .2s;display:inline-block}.calculator-logo{display:block;margin:0 auto 12px;max-width:120px;height:auto;border-radius:50%;object-fit:cover;background:#fff}.calculator-actions{display:flex;justify-content:center;margin:0 0 60px}.calculator-share-btn{width:350px;max-width:470px}.login-card{max-width:340px;margin:40px auto;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #eee}.login-title{color:#552bbf;align-self:stretch;text-align:center;font-size:36px;font-style:normal;font-weight:700;line-height:40px;margin-top:unset}.password-field{position:relative}.password-toggle{position:absolute;right:10px;top:10px;cursor:pointer}.form-error{color:#b00;text-align:center}.form-hint{color:#6b5aa2;margin-top:6px;font-size:.9em}.input-valid{border-color:#1b8f3a!important}.input-error{border-color:#b00!important}.login-help{margin-top:10px;text-align:center;color:#4b3a7b;font-size:.95em}.login-help a{color:#552bbf;font-weight:700;text-decoration:underline}.login-hint{margin-top:10px;text-align:center;color:#7a6aa8;font-size:.9em}.register-steps{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.register-step{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;font-weight:700;color:#552bbf;background:#efe9ff;border:1px solid rgba(85,43,191,.25)}.register-step.active{background:#552bbf;color:#fff}.register-step-line{width:40px;height:2px;background:#552bbf59}.register-card{max-width:420px;width:min(420px,94vw);margin:40px auto;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #eee}.register-form{width:100%;display:flex;flex-direction:column}.register-form .input-field{width:100%;box-sizing:border-box}.register-input{margin-bottom:16px}.register-error{color:#b00;margin-bottom:12px}.register-success{color:#1b8f3a;margin-top:8px}.register-hint{font-size:.95em;color:#555;margin-top:6px;margin-bottom:10px}@media (max-width: 420px){.register-hint{font-size:.9em}}.register-phone-row{display:flex;gap:8px;margin-bottom:8px;align-items:center}.register-phone-code{font-size:.95em;padding:4px 6px;border-radius:6px;width:90px;border:1px solid #ddd;background:#fff;height:42px}.register-step-title{font-weight:700;color:#2b1a56;margin:4px 0 12px}.register-form .input-field{height:42px}@media (max-width: 420px){.register-phone-row{flex-direction:column;align-items:stretch}.register-phone-code{width:100%}}.register-requirements{margin-bottom:8px}.register-list{list-style:none;padding:0;margin:6px 0 0}.register-list li.ok{color:#1b8f3a}.register-list li.bad{color:#b00}.register-btn{width:100%;border:none;border-radius:8px;padding:12px 0;font-weight:600;font-size:1.1em;cursor:pointer}.register-btn-primary{background:#552bbf;color:#fff}.register-btn-ghost{background:#eee;color:#552bbf}.register-btn-outline{background:#fff;color:#552bbf;border:1px solid #552BBF;text-decoration:underline}.register-back{margin-top:12px;background:none;border:none;color:#552bbf;text-decoration:underline;cursor:pointer}.register-login-link{margin-top:10px;text-align:center;color:#4b3a7b;font-size:.95em}.register-login-link a{color:#552bbf;font-weight:700;text-decoration:underline}.register-exists{text-align:center;margin:12px 0;background:#fff;border:1px solid #B00;border-radius:12px;box-shadow:0 2px 12px #eee;padding:16px}.register-exists-title{color:#b00;font-weight:700;font-size:1.05em;margin-bottom:12px}.register-success-overlay{position:fixed;inset:0;background:#0a081680;display:grid;place-items:center;z-index:9999;padding:24px}.register-success-modal{width:min(420px,92vw);background:#fff;border-radius:16px;padding:20px;border:1px solid rgba(85,43,191,.18);box-shadow:0 20px 50px #2d16782e;text-align:center}.register-success-title{font-weight:800;color:#552bbf;margin-bottom:8px}.register-success-text{color:#4b3a7b;margin-bottom:10px}.register-success-count{font-size:.9em;color:#7a6aa8;margin-bottom:14px}.session-modal{position:fixed;inset:0;background:#00000059;z-index:2000;display:flex;align-items:center;justify-content:center}.session-modal-box{background:#fff;border-radius:12px;padding:36px;text-align:center}.session-modal-text{font-weight:700;font-size:18px;color:#552bbf}.dashboard-restricted{text-align:center;margin-top:40px}.dashboard-restricted-btn{margin-top:24px}.result-card{background:#fff;color:#222;border:1px solid #ded6f5;border-radius:14px;max-width:820px;margin:20px auto 0;box-shadow:0 10px 26px #31187a14;padding:18px 16px}.result-logo{display:block;margin:0 auto 10px;max-width:76px;height:auto;border-radius:12px;object-fit:cover;background:#fff;border:1px solid #eadffc;padding:4px}.result-title{font-weight:800;font-size:1.2rem;color:#3f2a83;margin-bottom:2px;text-align:center}.result-subtitle{text-align:center;color:#6c5f8f;font-size:.92rem;margin-bottom:12px}.result-meta{font-size:.95rem;margin-bottom:10px}.result-kv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.result-kv-item{background:#faf8ff;border:1px solid #efe9ff;border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;gap:2px}.result-label{color:#7562aa;font-size:.78rem;font-weight:700}.result-value{color:#2c2251;font-weight:600}.result-meta-item{margin-right:12px}.result-body{margin:0}.result-hr{margin:10px 0 12px;border:none;border-top:1px solid #ece6ff}.result-hr-compact{margin:12px 0 10px}.result-row{font-size:.95rem;margin-bottom:9px;color:#2d2644;line-height:1.5}.result-top-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:stretch;margin-bottom:10px;padding:8px;border:1px solid #ebe4ff;border-radius:12px;background:linear-gradient(180deg,#f8f5fff2,#fff)}.result-top-item{margin-bottom:0;white-space:nowrap;background:#fff;border:1px solid #efe9ff;border-radius:10px;padding:9px 10px 8px;display:inline-flex;flex-direction:column;min-width:0;box-shadow:0 1px #5638ad0f}.result-top-item--menu{border-color:#e7dcff}.result-top-item--people{border-color:#e9e4fb}.result-top-item--event{border-color:#ece4ff}.result-top-label{color:#6f63a0;font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.result-top-value{color:#2a2244;font-size:.98rem;font-weight:800;line-height:1.25;margin-top:2px}.result-media-block{margin-bottom:12px}.result-media-title{font-size:.84rem;font-weight:700;color:#66588b;margin-bottom:6px}.result-media-strip{display:flex;gap:8px;flex-wrap:wrap}.result-media-thumb{width:56px;height:56px;object-fit:cover;border-radius:8px;border:1px solid #e6ddfb;background:#fff}.result-media-placeholder{width:100%;min-height:56px;border:1px dashed #d9cffa;border-radius:8px;padding:10px;font-size:.82rem;color:#7a6ba6;display:flex;align-items:center}.result-list{margin:6px 0 0 18px;padding:0}.result-observaciones-row{font-size:.93rem;margin-top:4px}.result-observaciones{margin-top:4px;margin-left:0;color:#51456f;background:#faf8ff;border:1px solid #efe9ff;border-radius:10px;padding:8px 10px}.admin-section-wide{max-width:1200px;margin:0 auto;padding:clamp(8px,2vw,24px);position:relative}.admin-title-center{text-align:center;color:#552bbf;margin-bottom:24px}.admin-feedback{margin-bottom:8px}.admin-feedback-error{color:#b00}.admin-feedback-success{color:#0a8a2a}.admin-modal-overlay{position:fixed;left:0;top:0;width:100vw;height:100vh;background:#00000040;z-index:1000;display:flex;align-items:center;justify-content:center}.admin-modal-overlay-strong{background:#00000059;z-index:3000}.admin-modal{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:clamp(20px,3vw,32px);min-width:min(92vw,320px);max-width:min(92vw,680px);max-height:90vh;overflow:auto}.admin-modal-title{font-weight:700;font-size:20px;color:#552bbf;margin-bottom:24px}.admin-confirm{min-width:280px;text-align:center}.admin-confirm-title{font-weight:700;font-size:18px;color:#b00;margin-bottom:16px}.admin-confirm-title-info{color:#552bbf;font-size:20px;margin-bottom:18px}.admin-confirm-text{color:#444;margin-bottom:24px}.admin-modal-body{display:flex;flex-direction:column;gap:12px}.admin-modal-wide{max-width:700px}.admin-loading{color:#552bbf;margin-bottom:8px;text-align:center}.admin-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.admin-input{border:1px solid #ddd;border-radius:6px;padding:10px;font-size:15px;background:#fff;box-sizing:border-box}.admin-file-input{background:#fff}.admin-input-full{width:100%;margin-bottom:10px}.admin-input-center{width:100%;font-weight:600;text-align:center;margin-bottom:8px}.admin-input-small{width:100px;text-align:center;margin-bottom:10px}.admin-preview{display:flex;align-items:center;justify-content:center;padding:10px;background:#f5f5ff;border-radius:6px}.admin-preview-img{max-height:100px;max-width:100%;border-radius:6px}.admin-btn{border:none;border-radius:6px;padding:10px 22px;font-weight:700;font-size:15px;cursor:pointer}.admin-btn-primary{background:#552bbf;color:#fff;box-shadow:0 2px 8px #552bbf44}.admin-btn-secondary{background:#888;color:#fff}.admin-btn-danger{background:#b00;color:#fff}.admin-btn-hero{border-radius:8px;padding:12px 28px;font-size:16px}.admin-btn.is-loading{cursor:not-allowed;opacity:.7}.admin-toolbar-center{margin-bottom:20px;text-align:center}.admin-toolbar{margin-bottom:18px;display:flex;align-items:center;gap:12px}.admin-toolbar-label{font-weight:600;font-size:16px}.admin-title-sub{color:#888;font-size:18px}.admin-title-lg{font-weight:700;font-size:24px}.admin-form-inline{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:28px;background:#f8f8ff;border-radius:10px;padding:18px}.admin-input-flex-1{flex:1}.admin-input-flex-2{flex:2}.admin-input-flex-3{flex:3}.admin-input-min-sm{min-width:80px}.admin-input-min-md{min-width:120px}.admin-card-compact{border-radius:10px;box-shadow:0 1px 4px #eee;padding:18px;min-width:260px;max-width:320px;flex:1 1 260px}.admin-card-price-sm{font-size:15px}.admin-select{min-width:120px;border:1px solid #ddd;border-radius:6px;padding:8px;font-size:15px;background:#fff}.admin-select-small{min-width:100px}.admin-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(12px,2.2vw,22px);margin-bottom:24px}.admin-card-grid-narrow{gap:10px}.admin-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:clamp(16px,2.6vw,22px);display:flex;flex-direction:column;align-items:center;position:relative;border:1px solid var(--line)}.admin-card-column{flex-direction:column}.admin-edit-block{width:100%;height:100%}.admin-textarea{border:1px solid #ddd;border-radius:6px;padding:10px;font-size:15px;resize:vertical}.admin-multiselect-row{display:flex;gap:12px;flex-wrap:wrap}.admin-card-img{width:100%;max-width:240px;aspect-ratio:1 / 1;height:auto;object-fit:cover;border-radius:var(--radius-md);border:1px solid #ccc;margin-bottom:10px}.admin-card-img-placeholder{width:100%;max-width:240px;aspect-ratio:1 / 1;height:auto;background:#e6e6e6;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#7a7a7a;font-size:14px;font-weight:600;margin-bottom:10px;border:1px solid #d8d8d8}.admin-card-title{width:100%;text-align:center;margin-bottom:8px;font-weight:600;font-size:16px}.admin-card-desc{width:100%;text-align:center;margin-bottom:8px;color:#555}.admin-card-price{width:100%;text-align:center;margin-bottom:10px;color:#552bbf;font-weight:700;font-size:17px}.admin-card-actions{display:flex;gap:8px;width:100%;justify-content:center}.admin-card-badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;width:100%;margin-bottom:8px}.admin-card-badge{display:inline-flex;padding:4px 10px;border-radius:999px;background:#f1ecff;color:#5a3db5;font-size:.78rem;font-weight:700;letter-spacing:.02em}.admin-card-thumb{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.admin-card-thumb-img{width:clamp(160px,32vw,240px);aspect-ratio:1 / 1;height:auto;object-fit:cover;border-radius:10px;border:1px solid #ccc}.admin-card-thumb-empty{width:clamp(160px,32vw,240px);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:#e6e6e6;border-radius:10px;border:1px solid #d8d8d8;color:#7a7a7a;font-size:14px;font-weight:600}.servicio-card-media{width:100%;aspect-ratio:16 / 9;height:auto;border-radius:var(--radius-md);overflow:hidden;background:#f5f5ff}.servicio-card-media-lg{aspect-ratio:16 / 9}.servicio-card-img{width:100%;height:100%}.servicio-card-img-cover{object-fit:cover}.admin-detail-text{font-size:12px;color:#666;line-height:1.5}.multi-select{min-width:220px}@media (max-width: 640px){.admin-card-grid{grid-template-columns:1fr}.admin-actions{align-items:stretch}.admin-actions-group{width:100%;justify-content:space-between}.admin-search-input{padding:6px 8px;font-size:.85rem;height:34px;min-width:0}}.multi-select-trigger{border:1px solid #ddd;border-radius:6px;padding:8px 12px;font-size:15px;cursor:pointer;background:#fff;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.multi-select-count{color:#552bbf;font-weight:600}.multi-select-list{border:1px solid #ddd;border-top:none;border-radius:0 0 6px 6px;padding:10px;max-height:180px;overflow-y:auto;background:#fafafa}.multi-select-option{display:flex;align-items:center;gap:8px;margin-bottom:6px;cursor:pointer;font-size:14px}.admin-empty{color:#888;text-align:center;padding:24px;width:100%}.admin-note{font-size:.95em;color:#888;margin-top:16px;text-align:center}.admin-alert{margin-bottom:8px;text-align:center}.admin-alert.is-error{color:#b00}.admin-alert.is-success{color:#0a8a2a}.admin-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:24px}.admin-tab{background:#eee;color:#552bbf;border:none;border-radius:8px;padding:8px 24px;font-weight:700;font-size:16px;cursor:pointer}.admin-tab.active{background:#552bbf;color:#fff}.menu-page{max-width:900px;margin:32px auto;padding:0;background:#fff;border-radius:16px;box-shadow:0 2px 12px #eee}.menu-logo{display:block;margin:24px auto 8px;max-width:120px;height:auto;border-radius:50%;object-fit:cover;background:#fff}.menu-title{color:#552bbf;text-align:center;margin:0;padding:8px 0}.menu-grid{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin:0 0 24px}.menu-card{border-radius:12px;min-width:260px;flex:1;max-width:320px;margin:0;padding:18px;box-shadow:0 1px 6px #eee;display:flex;flex-direction:column}.menu-card-estandar{background:#f6f4fa}.menu-card-premium{background:#f3efff}.menu-card-ejecutivo{background:#e9f0ff}.menu-card-neutral{background:#eee}.menu-card-title{color:#552bbf;margin:0;font-size:1.15em;text-align:center;letter-spacing:1px}.menu-card-range{font-size:.98em;margin:8px 0 10px;color:#333;text-align:center}.menu-card-range-left{text-align:left}.menu-card-includes{color:#888;font-size:.95em}.menu-card-block{margin-bottom:8px}.menu-list{margin:6px 0 0 18px;padding:0}.menu-list-columns{columns:2;column-gap:32px}.menu-list-item{margin-bottom:8px}.menu-list-highlight{font-weight:600;color:#552bbf}.menu-comparison{max-width:700px;margin:0 auto 32px;background:#f8f6ff;border-radius:10px;box-shadow:0 1px 6px #eee;padding:18px}.menu-comparison-title{color:#552bbf;text-align:center;font-size:1.08em;margin:0 0 10px}.menu-comparison-scroll{overflow-x:auto}.menu-table{width:100%;border-collapse:collapse;font-size:.98em;background:transparent}.menu-table-head{background:#ede7fa;color:#552bbf}.menu-table-cell{padding:8px}.menu-table-head-cell{min-width:140px;border-radius:8px}.menu-table-head-cell-empty{padding:8px 18px}.menu-table-row.is-even{background:#fff}.menu-table-row.is-odd{background:#f6f4fa}.menu-table-label{font-weight:600;color:#552bbf}.menu-table-center{text-align:center}.menu-actions{text-align:center;max-width:700px;margin:0 auto 32px}.menu-btn{color:#fff;padding:14px 38px;border-radius:8px;border:none;font-weight:600;font-size:1.1em;box-shadow:0 2px 8px #eee;cursor:pointer}.menu-btn-download{background:#79096a}.menu-btn-primary{background:#552bbf}.menu-spacer{height:60px}@media (prefers-reduced-motion: reduce){.service-hover-card,.servicio-card{transition:none}}.alerta-flotante{position:fixed;left:50%;bottom:32px;transform:translate(-50%);background:#552bbf;color:#fff;padding:16px 28px;border-radius:16px;box-shadow:0 8px 32px #552bbf66,0 2px 8px #0008;font-size:1.08em;font-weight:600;z-index:20000;opacity:1;animation:alertaFadeIn .4s,alertaFadeOut .4s 2.6s forwards;min-width:240px;max-width:min(92vw,520px);text-align:center;pointer-events:none;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:inline-flex;align-items:center;justify-content:center;gap:10px}.alerta-flotante.error{background:#b00;color:#fff}.alerta-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#fff3;font-size:.95em;line-height:1}.alerta-text{display:inline-block;text-align:center}@keyframes alertaFadeIn{0%{opacity:0;transform:translate(-50%) translateY(30px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes alertaFadeOut{0%{opacity:1}to{opacity:0}}@media (max-width: 768px){.alerta-flotante{bottom:16px;padding:12px 16px;font-size:.95em}}@media (max-width: 480px){.alerta-flotante{top:14px;bottom:auto;left:50%;transform:translate(-50%);min-width:0;width:calc(100% - 32px)}}.servicios-cards-mobile .servicio-input{width:100%;min-width:0;max-width:auto;box-sizing:border-box;font-size:1.08em;margin-bottom:6px}.servicios-cards-mobile .servicio-edit-img-row{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:6px}.servicios-cards-mobile .servicio-file-input{width:100%;min-width:0;max-width:100%;padding:10px 8px;font-size:1.08em;background:#f5f5ff;border:1.5px solid #cfc6e6;border-radius:8px;margin-bottom:4px}.servicios-cards-mobile .servicio-img-preview{width:100%;max-width:320px;height:auto;border-radius:8px;margin:0 auto 4px;display:block;object-fit:cover;box-shadow:0 2px 8px #552bbf22}.servicios-table-wrapper{display:block}.servicios-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;box-shadow:0 1px 4px #eee;font-size:15px}.servicios-table th,.servicios-table td{padding:8px;text-align:left}.servicio-btns-col{display:flex;flex-direction:column;gap:4px}.servicio-btn{border:none;border-radius:6px;padding:6px 12px;font-weight:600;cursor:pointer;font-size:15px}.servicio-btn.editar{background:#552bbf;color:#fff}.servicio-btn.eliminar{background:#b00;color:#fff}.servicio-btn.cancelar{background:#888;color:#fff}.servicio-edit-btns{display:flex;gap:4px;margin-top:4px}.servicio-edit-img-row{display:flex;align-items:center;gap:4px;margin:10px;flex-direction:column}.servicio-img-preview{height:32px;border-radius:6px}.servicio-input,.servicio-input-descripcion{width:95%;border:1px solid #ddd;border-radius:6px;padding:6px;font-size:15px;margin-bottom:4px}.servicio-file-input{border:none;border-radius:6px;padding:4px;font-size:14px;background:#fff}.servicio-vacio{color:#888;text-align:center;padding:16px}.servicios-cards-mobile{display:grid;grid-template-columns:1fr;gap:22px;justify-content:center;margin-bottom:24px;width:100%;max-width:95%}@media (min-width: 600px){.servicios-cards-mobile{grid-template-columns:repeat(2,1fr);gap:32px;padding:0 12px;max-width:95%}}@media (min-width: 900px){.servicios-cards-mobile{grid-template-columns:repeat(3,1fr);gap:38px;padding:0 18px;max-width:95%}}@media (min-width: 1200px){.servicios-cards-mobile{grid-template-columns:repeat(4,1fr);gap:44px;padding:0 24px;max-width:95%}}.servicio-card{background:#fff;border-radius:12px;box-shadow:0 1px 8px #0001;padding:16px 14px 18px;display:flex;flex-direction:column;gap:10px;position:relative;max-width:340px;width:100%;margin:0 auto;min-height:420px;justify-content:flex-start}.servicio-img{width:100%;max-width:300px;height:300px;border-radius:8px;margin:0 auto 8px;display:block;object-fit:cover;background:#f5f5ff;box-shadow:0 2px 8px #552bbf11}.servicio-card-info{display:flex;flex-direction:column;gap:2px}.servicio-card-nombre{font-weight:700;font-size:18px;color:#552bbf}.servicio-card-desc{color:#444;font-size:15px;margin-bottom:2px}.servicio-card-precio{color:#222;font-size:16px;font-weight:600}.servicio-btns-row{display:flex;gap:8px;margin-top:auto;align-items:flex-end;gap:10px;width:100%;justify-content:flex-end}.servicio-card-vacio{color:#888;text-align:center;padding:18px 0}.servicios-table-wrapper{display:none!important}.dashboard-topbar{width:100%;background:#552bbf;color:#fff;display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;box-shadow:0 2px 12px #552bbf22;padding:0;position:fixed;top:0;left:0;z-index:20;min-height:54px}.dashboard-title-mobile{font-size:1.2em;font-weight:700;color:gold;text-align:center;letter-spacing:.02em;margin:10px;flex:1 1 0;line-height:1.1}.dashboard-topbar-buttons{display:flex;justify-content:center;gap:4px;width:100%;padding:0 4px 6px}.dashboard-topbar-buttons button{flex:1;background:none;border:none;color:#fff;font-size:.98em;font-weight:600;padding:8px 0 4px;border-radius:6px;display:flex;flex-direction:column;align-items:center;gap:2px;transition:background .15s,color .15s;cursor:pointer}.dashboard-topbar-buttons button.active,.dashboard-topbar-buttons button:hover{background:gold;color:#552bbf}.dashboard-topbar .dashboard-icon{font-size:1.3em}.dashboard-topbar .dashboard-label{font-size:.93em}.dashboard-burger{background:#f5f5ff;border:none;border-radius:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:70px;height:70px;margin:0;cursor:pointer;z-index:30;transition:border .2s,box-shadow .2s,background .2s}.dashboard-burger:active,.dashboard-burger:focus,.dashboard-burger:hover{background:#7a50e4;border:1px solid #FFD700}.burger-bar{width:36px;height:6px;border-radius:3px;margin:5px 0;transition:background .2s;background:gold}.dashboard-drawer{position:fixed;top:0;right:-260px;left:auto;width:240px;height:100vh;background:#fff;box-shadow:-2px 0 16px #552bbf22;z-index:1001;display:flex;flex-direction:column;transition:right .25s cubic-bezier(.4,0,.2,1)}.dashboard-drawer.open{right:0;left:auto}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 8px;border-bottom:1.5px solid #ede7fa}.drawer-title{font-size:1.15em;font-weight:700;color:#552bbf;font-family:Ovo,serif}.drawer-title-block{display:flex;flex-direction:column;gap:2px}.drawer-subtitle{font-size:.9em;color:#7a6a9a;font-weight:600}.drawer-close{background:#f5f5fd;border:2px solid #ede7fa;border-radius:6px;font-size:2em;color:#552bbf;display:flex;justify-content:center;align-items:center;width:70px;height:70px;margin:0;cursor:pointer;z-index:30;transition:border .2s,box-shadow .2s,background .2s}.drawer-close:hover{background:#ede7fa;border-color:#cfc6e6}.drawer-nav{display:flex;flex-direction:column;gap:2px;padding:18px 0 0}.drawer-nav button{background:none;border:none;color:#552bbf;font-size:1.08em;text-align:left;padding:10px 24px;border-radius:6px;cursor:pointer;transition:background .15s,color .15s;display:flex;align-items:center;gap:10px}.drawer-nav button.active,.drawer-nav button:hover{background:#e6e0fa;color:#2d176a}.drawer-nav .dashboard-icon{font-size:1.2em}.drawer-nav .dashboard-label{font-size:1em}.drawer-overlay{position:fixed;top:0;right:0;left:0;width:100vw;height:100vh;background:#552bbf21;z-index:1000}.dashboard-drawer{top:54px;height:calc(100vh - 54px)}@media (min-width: 1201px){.dashboard-topbar,.dashboard-drawer,.drawer-overlay{display:none!important}}.dashboard-title-double{display:block;text-align:center;margin-bottom:18px;font-family:Ovo,serif;font-size:1.18em;font-weight:700;line-height:1.1}.dashboard-title-main{color:#fff;font-size:1.08em;font-weight:600;letter-spacing:.01em}.dashboard-title-sub{color:gold;font-size:1.13em;font-weight:700;letter-spacing:.01em}.dashboard-title-group{display:flex;flex-direction:column;align-items:center;margin-bottom:18px}.dashboard-title-group .dashboard-title{margin:0;font-size:1.18em;font-family:Ovo,serif;color:gold;letter-spacing:.01em;text-align:center}.dashboard-title-group .dashboard-title:first-child{color:#fff;font-size:1.08em;font-weight:600;margin-bottom:2px}@media (max-width: 1200px){.dashboard-container,.dashboard-container.is-collapsed{grid-template-columns:1fr}.dashboard-main{padding:70px 10px 20px;max-width:100vw;min-width:0}.dashboard-topbar{min-width:0;max-width:100vw;padding-left:0;padding-right:0}.dashboard-sidebar{display:none}}@media (max-width: 1200px){.admin-actions-sticky{top:64px}}.install-preview-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.install-preview-box{background:#171616;color:#f8f2dc;border-radius:16px;border:1px solid rgba(255,222,89,.42);box-shadow:0 16px 32px #0000006b;padding:16px 14px 12px;position:relative;max-width:430px;width:100%;max-height:92vh;display:flex;flex-direction:column;align-items:center}.install-preview-img{width:100%;max-width:392px;max-height:78vh;border-radius:10px;box-shadow:0 8px 18px #00000059;margin:0 auto;align-self:center}.install-preview-close{position:absolute;top:-60px;left:390px;background:#552bbf;color:#fff;border:none;border-radius:50%;width:50px;display:block;object-fit:cover;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #552bbf22;z-index:2}.install-preview-close--modal{top:8px;left:auto;right:8px;width:32px;height:32px;font-size:.86rem;background:#2a2a2a;border:1px solid rgba(255,222,89,.45);color:#ffde59}.install-preview-content{text-align:center;padding:6px 2px 2px}.install-preview-title{color:#ffde59;margin-bottom:6px;font-size:1.05rem}.install-preview-text{color:#f8f2dc;font-size:.92rem;line-height:1.32}.install-preview-hint{font-size:.88rem;color:#ffde59;opacity:.9}.install-preview-cta{margin-top:10px}@media (max-height: 760px){.install-preview-box{max-height:96vh;padding:12px 10px 10px}.install-preview-img{width:auto;height:auto;max-width:min(100%,280px);max-height:82vh}.install-preview-content{padding:4px 0 0}.install-preview-title{margin-bottom:4px;font-size:1rem}.install-preview-text{font-size:.86rem;line-height:1.25}.install-preview-cta{margin-top:8px}}@media (max-height: 620px){.install-preview-img{max-width:min(100%,220px);max-height:80vh}}@media (max-width: 599px){.install-preview-close{position:absolute;top:-70px;left:330px;width:38px;height:38px}}@media (max-width: 899px) and (min-width: 600px){.install-preview-close{position:absolute;top:-62px;left:390px;width:42px;height:42px}}.install-banner-imgbox{display:flex;flex-direction:column;align-items:center;gap:2px}.install-banner-imghint{font-size:.74rem;color:#ffde59;opacity:.9;margin-top:0;text-decoration:underline;text-underline-offset:2px;line-height:1;white-space:nowrap}.install-banner{position:fixed;bottom:96px;right:20px;background:#171616;color:#f8f2dc;border-radius:16px;border:1px solid rgba(255,222,89,.45);box-shadow:0 14px 26px #00000059;z-index:100;display:flex;align-items:flex-start;gap:12px;padding:14px 14px 12px;min-width:320px;max-width:460px;font-family:Ovo,serif;opacity:0;transform:translateY(60px);pointer-events:none;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.install-banner.show{opacity:1;transform:translateY(0);pointer-events:auto}.install-banner-img{width:118px;height:146px;border-radius:10px;margin:0 auto 2px;display:block;object-fit:cover;background:#272727;box-shadow:0 4px 14px #00000059}.install-banner-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;min-width:0;flex:1}.install-banner-head{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:6px;padding-right:42px;position:relative;z-index:1}.install-banner-icon{font-size:1.2rem;line-height:1;color:#ffde59;margin-bottom:0}.install-banner-text{font-size:.95rem;line-height:1.35;margin:0;color:#f8f2dc;max-width:30ch}.install-banner-btn{background:#ffde59;color:#171616;border:none;border-radius:10px;padding:10px 14px;font-size:.86rem;font-weight:700;cursor:pointer;box-shadow:0 6px 14px #ffde594d;letter-spacing:.03em;text-transform:none;transition:background .2s,transform .2s}.install-banner-btn:hover{background:#f4cf35;color:#111;transform:translateY(-1px);box-shadow:0 10px 20px #ffde595c}.install-banner .install-banner-close{top:-8px;left:auto;right:8px;width:30px;height:30px;font-size:.9rem;background:#2a2a2a;border:1px solid rgba(255,222,89,.45);color:#ffde59}.install-banner-clickable{cursor:pointer}.fixed-install{position:fixed;bottom:80px;right:24px;background:#552bbf;color:#fff;padding:14px 22px;border-radius:32px;box-shadow:0 2px 12px #552bbf33;font-size:1.08em;font-weight:600;z-index:51;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background .2s,transform .2s}.fixed-install:hover{background:#3d1e8c;transform:scale(1.05)}.install-icon{font-size:1.5em}.whatsapp-boton-img{height:28px;width:28px;transform:scale(1.5);display:block}.notfound{min-height:100vh;display:grid;place-items:center;padding:clamp(20px,4vw,40px);background:radial-gradient(1200px 400px at 10% -10%,rgba(85,43,191,.15),transparent 60%),radial-gradient(900px 360px at 90% 10%,rgba(255,206,104,.25),transparent 60%),#f7f4ff}.notfound-card{width:min(520px,92vw);background:#fff;border:1px solid rgba(85,43,191,.18);border-radius:20px;padding:clamp(24px,4vw,40px);text-align:center;box-shadow:0 18px 40px #2d16781f}.notfound-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#552bbf1a;color:#552bbf;font-weight:700;font-size:.85rem;letter-spacing:.2px;margin-bottom:12px}.notfound-title{font-size:clamp(3.2rem,8vw,4.6rem);font-weight:800;color:#552bbf;margin:0 0 6px}.notfound-subtitle{font-size:clamp(1.1rem,2.8vw,1.5rem);font-weight:700;color:#2b1a56;margin:0 0 14px}.notfound-description{color:#4b3a7b;line-height:1.6;margin:0 0 26px;font-size:.98rem}.notfound-actions{display:grid;gap:12px}.notfound-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.notfound-btn-primary{background:#552bbf;color:#fff;box-shadow:0 10px 24px #552bbf40}.notfound-btn-primary:hover{transform:translateY(-1px);background:#4a25a5}.notfound-btn-secondary{border:2px solid rgba(85,43,191,.3);color:#552bbf;background:#fff}.notfound-btn-secondary:hover{background:#552bbf14;transform:translateY(-1px)}.notfound-footer{margin-top:22px;font-size:.85rem;color:#7a6aa8}@media (min-width: 700px){.notfound-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.perfil{min-height:100vh;display:grid;place-items:center;padding:clamp(20px,4vw,40px);background:radial-gradient(900px 360px at 0% -10%,rgba(85,43,191,.12),transparent 60%),radial-gradient(900px 360px at 100% 10%,rgba(255,206,104,.2),transparent 60%),#f7f4ff}.perfil-card{width:min(980px,94vw);background:#fff;border:1px solid rgba(85,43,191,.15);border-radius:22px;padding:clamp(20px,4vw,36px);box-shadow:0 18px 40px #2d16781a}.perfil-header{display:flex;gap:16px;align-items:center;margin-bottom:24px;flex-wrap:wrap}.perfil-avatar{width:54px;height:54px;border-radius:16px;background:#552bbf;color:#fff;display:grid;place-items:center;font-weight:800;letter-spacing:1px;overflow:hidden}.perfil-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.perfil-headcopy h2{margin:0;color:#2b1a56;font-size:clamp(1.3rem,2.4vw,1.6rem);text-align:left}.perfil-headcopy p{margin:4px 0 0;color:#6b5aa2;font-size:.95rem}.perfil-header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.perfil-grid{display:grid;gap:20px}.perfil-panel{border:1px solid rgba(85,43,191,.12);border-radius:18px;padding:18px;background:#fbfaff}.perfil-panel-title{font-weight:700;color:#2b1a56;margin-bottom:12px}.perfil-panel-text{color:#5c4b86;margin:0 0 16px;line-height:1.5}.perfil-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed rgba(85,43,191,.15);color:#4b3a7b}.perfil-row strong{color:#2b1a56}.perfil-updated{margin-top:12px;font-size:.86rem;color:#7a6aa8}.perfil-form{display:grid;gap:10px}.perfil-avatar-upload{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:6px 0 8px}.perfil-upload-label{display:inline-flex;align-items:center;gap:8px;background:#f0ecff;color:#552bbf;padding:10px 14px;border-radius:12px;font-weight:700;cursor:pointer;border:none}.perfil-upload-label input{display:none}.perfil-crop-backdrop{position:fixed;inset:0;background:#0a081680;display:grid;place-items:center;z-index:9999;padding:24px}.perfil-crop-modal{width:min(560px,94vw);background:#fff;border-radius:18px;padding:18px;border:1px solid rgba(85,43,191,.18);box-shadow:0 20px 50px #2d16782e;max-height:90vh;overflow:auto}.perfil-crop-title{font-weight:700;color:#2b1a56;margin-bottom:12px}.perfil-crop-box{width:320px;height:320px;margin:0 auto 12px;border-radius:16px;overflow:hidden;background:#f0ecff;display:grid;place-items:center;position:relative;cursor:grab;touch-action:none}.perfil-crop-box:active{cursor:grabbing}.perfil-crop-img{width:100%;height:100%;object-fit:cover;transform-origin:center center;-webkit-user-select:none;user-select:none;pointer-events:none}.perfil-crop-controls{display:flex;justify-content:center;margin-bottom:12px;color:#5c4b86;font-size:.9rem}.perfil-crop-controls input[type=range]{width:180px;margin-left:10px}.perfil-crop-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}@media (max-width: 480px){.perfil-crop-modal{width:min(92vw,360px);padding:14px}.perfil-crop-box{width:min(78vw,260px);height:min(78vw,260px)}.perfil-crop-actions{justify-content:stretch}.perfil-crop-actions .perfil-btn{flex:1 1 100%}}.perfil-error{color:#c62828;font-size:.85rem;margin-top:-2px}.perfil-message{margin-top:6px;padding:10px 12px;border-radius:10px;font-size:.9rem;border:1px solid transparent}.perfil-message.ok{background:#ecf7ed;color:#1b5e20;border-color:#c8e6c9}.perfil-message.error{background:#fdeaea;color:#b71c1c;border-color:#f5c6cb}.perfil-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;font-weight:700;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;text-decoration:none}.perfil-btn:disabled{opacity:.6;cursor:not-allowed}.perfil-btn-primary{background:#552bbf;color:#fff;box-shadow:0 10px 24px #552bbf33}.perfil-btn-primary:hover{background:#4a25a5;transform:translateY(-1px)}.perfil-btn-ghost{background:#f0ecff;color:#552bbf}.perfil-btn-link{background:transparent;color:#552bbf;text-decoration:underline;padding:6px 4px}.perfil-btn-danger{background:#d32f2f;color:#fff}.input-error{border-color:#d32f2f!important}@media (min-width: 900px){.perfil-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.legal-page{min-height:100vh;padding:clamp(24px,4vw,48px);background:radial-gradient(900px 360px at 0% -10%,rgba(85,43,191,.12),transparent 60%),radial-gradient(900px 360px at 100% 10%,rgba(255,206,104,.2),transparent 60%),#f7f4ff;display:grid;place-items:center}.legal-card{width:min(960px,94vw);background:#fff;border:1px solid rgba(85,43,191,.15);border-radius:22px;padding:clamp(20px,4vw,36px);box-shadow:0 18px 40px #2d16781a}.legal-header h1{margin:0;color:#2b1a56;font-size:clamp(1.6rem,3vw,2.1rem)}.legal-header p{margin:6px 0 20px;color:#7a6aa8;font-size:.95rem}.legal-section{padding:14px 0;border-top:1px dashed rgba(85,43,191,.18)}.legal-section:first-of-type{border-top:none}.legal-section h2{margin:0 0 8px;color:#552bbf;font-size:1.05rem}.legal-section p{margin:0;color:#4b3a7b;line-height:1.6}.legal-footer{margin-top:20px;display:flex;justify-content:flex-end}.legal-link{color:#552bbf;font-weight:700;text-decoration:underline}.home-social-proof{max-width:1100px;margin:0 auto;padding:18px 12px 10px}.home-social-proof .section-head-brand{margin-bottom:14px}.home-social-proof .section-head-brand h2{color:#552bbf;font-size:clamp(1.85rem,2.8vw,2.15rem);font-weight:800}.home-social-proof .section-head-brand p{font-size:1.02rem;color:#4b4362}.home-social-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:2px}.home-metric-card{position:relative;overflow:hidden;border-radius:12px;border:1px solid rgba(85,43,191,.14);background:#fff;box-shadow:0 2px 10px #552bbf0f;padding:14px 10px 13px;text-align:center;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.home-metric-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:linear-gradient(135deg,#f3cf72,#d8a63a)}.home-metric-value{color:#3f1e97;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(1.15rem,.9vw + .95rem,1.55rem);font-weight:800;line-height:1.1}.home-metric-label{margin-top:4px;color:#5e5379;font-size:.83rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.home-testimonials{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-social-proof-cta-wrap{margin-top:16px;display:flex;justify-content:center}.home-social-proof-cta{min-width:260px}.home-testimonial-card{position:relative;border-radius:12px;border:1px solid rgba(85,43,191,.14);background:#fff;box-shadow:0 2px 10px #552bbf0f;padding:14px 14px 12px;min-height:160px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.home-testimonial-card:before{content:"“";position:absolute;top:8px;left:10px;color:#d8a63a;font-size:1.55rem;line-height:1;font-family:Space Grotesk,Manrope,sans-serif}.home-testimonial-text{margin:0 0 10px;color:#392d5a;font-size:.91rem;line-height:1.5}.home-testimonial-author{color:#4a28ad;font-weight:800;font-size:.9rem}.home-testimonial-event{color:#6f638f;font-size:.8rem;margin-top:2px}.home-metric-card:hover,.home-testimonial-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #552bbf1f;border-color:#552bbf38}.reveal-up{opacity:0;transform:translateY(18px);transition:opacity .48s cubic-bezier(.22,.61,.36,1),transform .48s cubic-bezier(.22,.61,.36,1)}.reveal-up.is-visible{opacity:1;transform:translateY(0)}.home-social-proof .home-metric-card,.home-social-proof .home-testimonial-card{opacity:0;transform:translateY(12px);transition:opacity .42s ease,transform .42s ease}.home-social-proof.is-visible .home-metric-card,.home-social-proof.is-visible .home-testimonial-card{opacity:1;transform:translateY(0)}.home-social-proof.is-visible .home-metric-card:nth-child(1){transition-delay:40ms}.home-social-proof.is-visible .home-metric-card:nth-child(2){transition-delay:90ms}.home-social-proof.is-visible .home-metric-card:nth-child(3){transition-delay:.14s}.home-social-proof.is-visible .home-metric-card:nth-child(4){transition-delay:.19s}.home-social-proof.is-visible .home-testimonial-card:nth-child(1){transition-delay:.12s}.home-social-proof.is-visible .home-testimonial-card:nth-child(2){transition-delay:.18s}.home-social-proof.is-visible .home-testimonial-card:nth-child(3){transition-delay:.24s}.home-lead-form{max-width:1100px;margin:0 auto;padding:30px 12px 22px;border-radius:18px;background:radial-gradient(130% 110% at 8% -18%,rgba(85,43,191,.1),transparent 56%),linear-gradient(180deg,#ffffffeb,#fffffffa 38%,#fffffffc);border:1px solid rgba(85,43,191,.1);border-top-color:transparent;box-shadow:0 14px 26px #2d167814}.home-lead-form .section-head-brand{margin-bottom:14px}.home-lead-form .section-head-brand h2{color:#552bbf;font-size:clamp(1.85rem,2.8vw,2.15rem);font-weight:800}.home-lead-form .section-head-brand p{font-size:1.02rem;color:#4b4362}.home-lead-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:start}.home-lead-field{display:flex;flex-direction:column;gap:6px;margin:0}.home-lead-field span{color:#4b4362;font-size:.86rem;font-weight:700}.home-lead-field input,.home-lead-field select{width:100%;border-radius:10px;border:1px solid rgba(85,43,191,.22);background:#fff;color:#2f2250;padding:11px 12px;min-height:44px;font-size:.94rem;line-height:1.2;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;margin:0}.home-lead-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none}.home-lead-field input:focus,.home-lead-field select:focus{border-color:#552bbf;box-shadow:0 0 0 3px #552bbf24}.home-lead-field .is-valid{border-color:#2a9a52}.home-lead-field .is-invalid{border-color:#c62828}.home-lead-help{font-size:.82rem;line-height:1.3;color:#5d4f88}.home-lead-help.is-error{color:#b32020}.home-lead-actions{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:10px;flex-direction:column;flex-wrap:nowrap}.home-lead-btn.is-disabled{opacity:.6;pointer-events:none}.home-lead-link{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;min-height:42px;border-radius:999px;border:1px solid rgba(85,43,191,.28);background:#fff;color:#552bbf;font-weight:800;text-decoration:none;box-shadow:0 4px 10px #552bbf29;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease;animation:leadCtaPulse 2.5s ease-in-out infinite}.home-lead-link:after{content:"→";font-size:.95rem;line-height:1}.home-lead-link:hover,.home-lead-link:focus{background:#552bbf;color:#fff;transform:translateY(-1px);box-shadow:0 8px 16px #552bbf38}@keyframes leadCtaPulse{0%{box-shadow:0 4px 10px #552bbf29;transform:translateY(0) scale(1)}50%{box-shadow:0 0 0 4px #552bbf14,0 8px 18px #552bbf38;transform:translateY(-1px) scale(1.015)}to{box-shadow:0 4px 10px #552bbf29;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.home-lead-link{animation:none}}.home-lead-feedback{margin:10px 0 0;text-align:center;font-size:.9rem;font-weight:700}.home-lead-feedback.is-ok{color:#1f7c3f}.home-lead-feedback.is-error{color:#b32020}.home-lead-trust{margin:8px 0 0;text-align:center;color:#5d4f88;font-size:.86rem}.lead-link-inline{color:#552bbf;font-weight:700;text-decoration:underline;text-underline-offset:2px}.lead-status{border:1px solid transparent}.lead-status--nuevo{background:#fff7e6;color:#8a5a08;border-color:#efd59a}.lead-status--contactado{background:#eaf4ff;color:#1d4d85;border-color:#b9d6f5}.lead-status--cerrado{background:#e9f7ee;color:#1f6a37;border-color:#bde2c9}@media (max-width: 1024px){.home-social-metrics,.home-testimonials,.home-lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.home-social-proof{width:min(94vw,560px);padding:18px 12px 10px}.home-social-metrics,.home-testimonials{grid-template-columns:1fr;gap:10px}.home-metric-card,.home-testimonial-card{text-align:center}.home-social-proof .section-head-brand p{font-size:.96rem}.home-lead-form{width:min(94vw,560px);padding:24px 12px 14px}.home-lead-grid{grid-template-columns:1fr}.home-lead-actions{flex-direction:column;align-items:center}.home-lead-btn{width:100%;text-align:center}.home-lead-link{text-align:center}}.fixed-whatsapp{position:fixed;bottom:24px;right:24px;background:#25d366;color:#fff;padding:16px;border-radius:50%;box-shadow:0 2px 12px #25d3662e;transition:background .2s,transform .2s;z-index:50;display:flex;align-items:center;justify-content:center;cursor:pointer}.fixed-whatsapp:hover{background:#128c7e;transform:scale(1.08)}.header-morena{background:#fff;box-shadow:0 2px 12px #552bbf12;padding:2px 32px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10}.header-morena .logo-morena{height:60px;width:auto;margin-right:10px;border-radius:50%;background:#fff;object-fit:cover;background:#ffd85a;padding:1px;box-shadow:0 10px 20px #00000026}.header-morena .brand-morena{font-weight:700;font-size:2.5em;color:#552bbf;font-family:Ovo,serif}.header-morena nav{display:flex;align-items:center;gap:28px}.header-morena nav a{color:#552bbf;font-weight:500;text-decoration:none;transition:color .2s}.header-morena nav a:hover{color:#3d1e8c;text-decoration:underline}.hero-morena{min-height:60vh;background:linear-gradient(120deg,#2d176a 80%,#552bbfcc);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 16px 40px;overflow:hidden}@media (max-width: 899px){.fixed-whatsapp{bottom:88px!important}body.cotv3-mobile-order-banner-visible .fixed-whatsapp{bottom:156px!important}.install-banner{bottom:160px!important;left:15px;right:15px;min-width:0;max-width:none;padding:12px;gap:10px}.install-banner-img{width:94px;height:118px}.install-banner-text{font-size:.88rem}.install-banner-btn{width:100%;text-align:center}.install-preview-overlay{padding-bottom:32px!important;align-items:center!important}}@media (max-width: 1200px) and (min-width: 900px){body.cotv3-mobile-order-banner-visible .fixed-whatsapp{bottom:96px!important}}@media (min-width: 900px){.hero-morena .hero-logo-morena{display:none}}.hero-morena:before{content:"";position:absolute;inset:0;background:url(/portada_site_morena_gourmet.png) center/cover no-repeat}.hero-morena *{position:relative;z-index:1}.hero-morena .hero-title{color:#fff;font-size:2.6em;font-weight:700;margin-bottom:12px;text-shadow:0 3px 16px #222b,0 1px 0 #000a;font-family:Ovo,serif;letter-spacing:.01em}.hero-morena .hero-desc{color:#fff;font-size:1.25em;margin-bottom:28px;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:0 2px 8px #222b,0 1px 0 #000a;font-weight:500;letter-spacing:.01em}.hero-morena .hero-btn,.home-social-proof-cta{appearance:none;-webkit-appearance:none;background:gold;color:#552bbf;font-family:inherit;line-height:1.2;font-weight:700;font-size:1.18em;padding:16px 44px;border-radius:32px;border:none;box-shadow:0 4px 24px #552bbf44,0 1.5px 6px #552bbf22;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:260px;box-sizing:border-box;letter-spacing:.01em}.hero-morena .hero-btn:hover,.hero-morena .hero-btn:focus,.home-social-proof-cta:hover,.home-social-proof-cta:focus{background:#552bbf;color:gold;box-shadow:0 6px 32px #552bbf66}.aboutus-morena{padding:48px 16px 32px;max-width:700px;margin:0 auto;text-align:center}.aboutus-morena h2{color:#552bbf;font-size:2em;font-weight:700;margin-bottom:18px}.aboutus-morena p{color:#444;font-size:1.15em;line-height:1.6}.services-morena{padding:40px 8px 32px;max-width:1100px;margin:0 auto}.services-morena h2{color:#552bbf;font-size:2em;font-weight:700;margin-bottom:28px;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:18px}@media (min-width: 600px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background:#fff;border-radius:18px;box-shadow:0 2px 12px #552bbf13;padding:32px 18px 24px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s}.service-card:hover{box-shadow:0 6px 24px #552bbf22}.service-card .service-icon{font-size:2.2em;margin-bottom:10px}.service-card .service-title{color:#552bbf;font-weight:600;font-size:1.1em}.featuredmenu-morena{padding:40px 8px 32px;max-width:1100px;margin:0 auto}.featuredmenu-head{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;margin-bottom:26px}.section-head-brand{display:flex;flex-direction:column;gap:6px;position:relative}.section-head-brand h2{margin:0;line-height:1.1;font-weight:800;letter-spacing:.01em}.section-head-brand p{margin:0;font-size:.95rem;color:#5c4e2f}.section-head-brand:after{content:"";width:64px;height:3px;border-radius:999px;background:linear-gradient(135deg,#f3cf72,#d8a63a)}.section-head-brand--left{align-items:flex-start;text-align:left}.section-head-brand--center{align-items:center;text-align:center}.aboutus-contact-btn{margin-top:14px;width:auto;min-width:max-content;padding:12px 32px;border-radius:24px;font-size:1.1em;font-weight:600;letter-spacing:.5px;color:#fff;background:#552bbf;border:none;box-shadow:0 2px 12px #552bbf22;text-decoration:none;display:inline-block;transition:background .2s,transform .2s,box-shadow .2s}.aboutus-contact-btn:hover,.aboutus-contact-btn:focus{background:#6b46db;transform:translateY(-1px);box-shadow:0 6px 18px #552bbf33}.featuredmenu-head .section-head-brand{margin-bottom:6px}.featuredmenu-morena>.section-head-brand{margin-bottom:16px}.home-faq-cta{max-width:1100px;margin:0 auto;padding:36px 12px 40px}.home-faq-cta .section-head-brand{margin-bottom:14px}.home-faq-cta .section-head-brand h2{color:#552bbf;font-size:clamp(1.85rem,2.8vw,2.15rem);font-weight:800}.home-faq-cta .section-head-brand p{font-size:1.02rem;color:#4b4362}.home-faq-list{display:grid;grid-template-columns:1fr;gap:10px;max-width:860px;margin:0 auto}.home-faq-item{background:#fff;border:1px solid rgba(85,43,191,.14);border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #552bbf0f;transition:border-color .18s ease,box-shadow .18s ease}.home-faq-item.is-open{border-color:#552bbf4d;box-shadow:0 8px 18px #552bbf1f}.home-faq-trigger{width:100%;margin:0;border:none;border-radius:0;background:#fff;color:#2f2551;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.99rem;font-weight:700;text-align:left;cursor:pointer;transition:background .16s ease}.home-faq-trigger:hover,.home-faq-trigger:focus{background:#f9f6ff}.home-faq-icon{flex:0 0 auto;color:#552bbf;font-size:1.2rem;font-weight:700;line-height:1}.home-faq-panel{border-top:1px solid rgba(85,43,191,.1);max-height:0;overflow:hidden;opacity:0;transition:max-height .28s ease,opacity .18s ease}.home-faq-item.is-open .home-faq-panel{max-height:420px;opacity:1}.home-faq-panel-inner{padding:12px 16px 14px}.home-faq-panel p{margin:0;color:#3f3558;line-height:1.6;font-size:.97rem}.home-final-cta{margin:26px auto 0;max-width:860px;text-align:center;background:radial-gradient(120% 110% at 0% 0%,rgba(85,43,191,.12),transparent 58%),radial-gradient(120% 110% at 100% 100%,rgba(255,215,0,.14),transparent 60%),#fff;border:1px solid rgba(85,43,191,.2);border-radius:18px;padding:28px 18px;box-shadow:0 14px 34px #552bbf24;position:relative;overflow:hidden}.home-final-cta:after{content:"";position:absolute;inset:auto 22% 0;height:3px;border-radius:999px;background:linear-gradient(135deg,#f3cf72,#d8a63a)}.home-final-cta h3{margin:0 0 8px;color:#341d77;font-size:clamp(1.3rem,2.4vw,1.8rem);line-height:1.2}.home-final-cta p{margin:0 auto 16px;color:#4a3e68;font-size:1rem;max-width:620px;line-height:1.55}.home-final-cta-btn{margin-top:12px;background:gold;color:#552bbf;font-weight:700;font-size:1.18em;padding:16px 44px;border-radius:32px;box-shadow:0 4px 24px #552bbf44,0 1.5px 6px #552bbf22;letter-spacing:.01em;border:1px solid rgba(85,43,191,.18);text-decoration:none;display:inline-block}.home-final-cta-btn:hover,.home-final-cta-btn:focus{background:#552bbf;color:gold;box-shadow:0 6px 32px #552bbf66;transform:translateY(-1px)}@media (max-width: 640px){.home-final-cta{padding:22px 14px;border-radius:14px}.home-final-cta-btn{width:100%;max-width:320px;padding:14px 20px}}.featuredmenu-morena h2{color:#552bbf;font-size:2em;font-weight:700;margin:0;text-align:center}.featuredmenu-filter-inline{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.featuredmenu-filter-label{color:#4b4362;font-size:.92rem;font-weight:600}.featuredmenu-filter-options{width:auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.featuredmenu-filter-chip{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:max-content;margin-top:0;border:1px solid #d8ccff;border-radius:999px;background:#fff;color:#4f3d87;padding:6px 12px;font-size:.88rem;font-weight:600;cursor:pointer;white-space:nowrap}.featuredmenu-filter-chip:hover,.featuredmenu-filter-chip:focus{background:#efe8ff;color:#4f3d87}.featuredmenu-filter-chip.active{background:#552bbf;border-color:#552bbf;color:#fff}.home-state-wrap{width:100%;display:flex;justify-content:center}.home-state-card{width:100%;max-width:360px;min-height:320px;border-radius:14px;display:flex;align-items:center;justify-content:center;text-align:center;padding:18px;font-size:1rem;font-weight:700;line-height:1.5;box-sizing:border-box;box-shadow:0 8px 24px #00000029}.home-state-card--gold{color:#4a3408;background:linear-gradient(140deg,#f8df98,#e9be56 55%,#d9a63a);border:1px solid rgba(126,85,18,.32)}.featuredmenu-carousel-wrap{display:flex;flex-direction:column;gap:12px;align-items:center}.featuredmenu-carousel-bottom-controls{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.featuredmenu-grid-carousel{display:grid;grid-template-columns:1fr;width:100%;gap:2px}.featuredmenu-viewport{width:100%;overflow:hidden;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}.featuredmenu-viewport.is-dragging{cursor:grabbing}.featuredmenu-track{width:200%;display:flex;transform:translate(0)}.featuredmenu-track.is-sliding{transform:translate(-50%);transition:transform .56s cubic-bezier(.22,.61,.36,1)}.featuredmenu-pane{width:50%;flex:0 0 50%}@media (min-width: 768px){.featuredmenu-grid-carousel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1200px){.featuredmenu-grid-carousel{grid-template-columns:repeat(3,minmax(0,1fr))}}.featuredmenu-carousel-controls{display:inline-flex;align-items:center;gap:10px}.featuredmenu-nav-btn{width:34px;height:34px;border-radius:999px;border:1px solid #d8ccff;background:#fff;color:#552bbf;font-size:1.2rem;font-weight:700;cursor:pointer}.featuredmenu-counter{color:#51486b;font-size:.9rem;font-weight:600}.featuredmenu-dots{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.featuredmenu-dot{width:9px;height:9px;border:none;border-radius:999px;background:#d4c8fb;padding:0;cursor:pointer}.featuredmenu-dot.active{background:#552bbf}.home-flip-card{position:relative;perspective:1200px;width:100%;border:none;border-radius:14px;padding:0;margin:0;cursor:pointer;background:transparent;display:block;text-align:left}.home-flip-card:hover,.home-flip-card:focus,.home-flip-card:focus-visible{background:transparent;outline:none}.home-flip-card-inner{position:relative;width:100%;height:100%;min-height:320px;border-radius:14px;overflow:hidden;transition:transform .65s ease;box-shadow:0 8px 24px #0000002e;will-change:transform}.home-flip-card.is-flipped .home-flip-card-inner{transform:rotateY(180deg)}.home-flip-card-face{position:absolute;inset:0;width:100%;height:100%;backface-visibility:visible;-webkit-backface-visibility:visible;display:flex;flex-direction:column;transition:opacity .28s ease,transform .65s ease}.home-flip-front{background:#0f0f14;justify-content:flex-end;transform:rotateY(0);opacity:1;z-index:2}.home-flip-back{transform:none;background:linear-gradient(160deg,#fffaf0,#f8ecd0);color:#2f2b3a!important;padding:14px 12px;overflow-y:auto;overflow-x:hidden;text-align:left;gap:8px;opacity:0;z-index:1}.home-flip-card.is-flipped .home-flip-front{opacity:0;z-index:1}.home-flip-card.is-flipped .home-flip-back{opacity:1;z-index:2}.home-flip-back-content{transform:rotateY(180deg);display:flex;flex-direction:column;gap:8px;min-height:100%}.home-flip-back .servicio-card-nombre{color:#7a5410!important;background:linear-gradient(135deg,#f6d57a,#e4b64a);border:1px solid rgba(130,93,18,.35);border-radius:10px;padding:8px 10px}.home-flip-back .servicio-card-desc{color:#3e2f10!important;background:#ffffffb8;border:1px solid rgba(180,140,55,.25);border-radius:8px;padding:8px 10px}.home-flip-back .admin-detail-text{background:#fffc;border:1px solid rgba(180,140,55,.25);border-radius:8px;padding:8px 10px}.home-flip-back .servicio-card-nombre,.home-flip-back .servicio-card-desc,.home-flip-back .admin-detail-text,.home-flip-back .admin-detail-text *,.home-flip-back h4,.home-flip-back div,.home-flip-back p,.home-flip-back b,.home-flip-back span{color:#2f2b3a!important}.home-flip-back h3,.home-flip-back h4,.home-flip-back p{margin:0}.home-flip-back .admin-card-badge{color:#5a3db5!important}.home-media-image{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}.home-flip-front:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000b8,#0000001a)}.home-media-title{position:absolute;left:12px;bottom:12px;z-index:2;color:#2f2400;font-size:1rem;font-weight:700;text-align:left;max-width:calc(100% - 24px);background:linear-gradient(135deg,#f6d57a,#e4b64a);border:1px solid rgba(130,93,18,.35);border-radius:10px;padding:6px 10px;box-shadow:0 4px 14px #482d004d}@media (max-width: 767px){.home-flip-card-inner,.home-media-image{min-height:280px}}.featuredmenu-card{background:#fff;border-radius:18px;box-shadow:0 2px 12px #552bbf13;padding:32px 18px 24px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s}.featuredmenu-card:hover{box-shadow:0 6px 24px #552bbf22}.featuredmenu-card .featuredmenu-title{color:#552bbf;font-weight:600;font-size:1.1em;margin-bottom:8px}.featuredmenu-card .featuredmenu-desc{color:#444;text-align:center;font-size:1em}@media (max-width: 640px){.featuredmenu-head{align-items:center}.section-head-brand,.section-head-brand--left,.section-head-brand--center{align-items:center;text-align:center}.section-head-brand p{font-size:.9rem}.home-faq-cta .section-head-brand h2{font-size:1.75rem}.home-faq-cta .section-head-brand p{font-size:.95rem}.featuredmenu-filter-inline{width:100%;justify-content:center}.featuredmenu-filter-options{width:100%;flex-wrap:wrap;justify-content:center;overflow:visible;padding-bottom:0;row-gap:8px}}.footer-morena{background:#552bbf;color:#fff;padding:32px 16px 18px;margin-top:32px}@media (max-width: 899px){.footer-morena{padding:32px 16px 100px}}.footer-morena .footer-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:24px;align-items:flex-start;justify-content:space-between}@media (min-width: 700px){.footer-morena .footer-content{flex-direction:row;gap:32px}}.footer-morena .footer-brand{font-weight:700;font-size:1.2em;font-family:Ovo,serif}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .7fr}.footer-morena .footer-content.footer-grid{display:grid;align-items:start}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr;gap:18px}.footer-brand-col{grid-column:1 / -1}}.footer-brand-col{gap:12px}.footer-brand-row{display:block;max-width:520px}.footer-brand-row:after{content:"";display:block;clear:both}.logo-morena-footer{float:left;width:74px;height:74px;margin:2px 14px 8px 0;border-radius:14px;object-fit:cover;background:#ffd85a;padding:1px;box-shadow:0 10px 20px #00000026}.footer-brand-text{display:block;overflow:visible;min-width:0}.footer-slogan{color:#efe9ff;font-size:1.1rem;max-width:420px;line-height:1.5;margin:0}.footer-slogan-cont{color:inherit}@media (max-width: 900px){.footer-morena .footer-content{align-items:center;text-align:center}.footer-col{width:auto;display:flex;flex-direction:column;align-items:center}.footer-brand-row{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:none}.footer-brand-row:after{content:none}.logo-morena-footer{float:none;width:72px;height:72px;margin:0 0 10px}.footer-brand-text{width:100%;text-align:center}.footer-slogan{max-width:none}.footer-title{text-align:center}.footer-links{align-items:center}.footer-link{text-align:center}.footer-cta{min-width:180px}.footer-social{justify-content:center}}.footer-tagline{margin:8px 0 6px;color:#efe9ff;max-width:420px;line-height:1.5}.footer-contact{font-size:.95rem;color:#efe9ff}.footer-sep{margin:0 6px}.footer-title{font-weight:700;margin-bottom:12px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-link{color:#fff;text-decoration:none;font-size:.98rem;transition:color .2s}.footer-link:hover{color:#e0d6ff;text-decoration:underline}.footer-cta{display:inline-flex;align-items:center;justify-content:center;background:#ffd85a;color:#3b1d85;padding:10px 14px;border-radius:10px;font-weight:800;text-decoration:none;box-shadow:0 8px 20px #00000026}.footer-cta:hover{background:#fc3;color:#2b1a56;text-decoration:none}.footer-social{display:flex;gap:12px;margin-top:12px}.footer-social-icon{width:32px;height:32px;border-radius:999px;background:#fff;box-sizing:border-box}.footer-bottom{max-width:1100px;margin:18px auto 0;border-top:1px solid rgba(255,255,255,.2);padding-top:12px;color:#efe9ff;font-size:.9rem;text-align:center}.footer-final-cta-wrap{max-width:1100px;margin:16px auto 0;display:none;justify-content:center}.footer-cta-final{min-width:200px}.footer-cta-desktop{margin-top:2px}.footer-admin-mobile{display:none}@media (max-width: 900px){.footer-admin-desktop{display:none}.footer-admin-mobile{display:inline-flex}.footer-cta-desktop{display:none}.footer-final-cta-wrap{display:flex;width:100%;margin-top:12px}.footer-cta-final{width:min(320px,90vw)}}body{font-family:Segoe UI,Arial,sans-serif;background:#f6f4fa;margin:0;padding:0}.app-container{max-width:500px;margin:32px auto;background:#fff;border-radius:16px;box-shadow:0 4px 24px #552bbf1a,0 1.5px 6px #552bbf14;padding:28px 16px 20px}#calculadora2.app-container{max-width:780px;margin:8px auto 18px;padding-top:12px}#calculadora2 h2{margin:0 0 12px}h2{max-width:100%;text-align:center;margin-bottom:20px;font-size:1.5em;font-family:Ovo,serif}.calc2-subtitle{margin:-8px 0 18px;text-align:center;color:#5e5379;font-size:.95rem}.cotv3-top-logo{display:none}.calc2-info,.calc2-error{margin:0 0 12px;border-radius:10px;padding:10px 12px;font-size:.92rem}.calc2-info{background:#f3f6ff;border:1px solid #d3def5;color:#234d86}.calc2-error{background:#fff2f2;border:1px solid #f1cccc;color:#8f2020}.calc2-block{margin-bottom:12px}.calc2-create-card{background:#fff;border:1px solid #ece6ff;border-radius:14px;box-shadow:0 16px 34px #552bbf1f;overflow:hidden;margin-bottom:18px}.calc2-create-title{padding:14px 16px;font-size:1rem;font-weight:800;color:#3f2a83;background:linear-gradient(180deg,#552bbf1f,#552bbf0d);border-bottom:1px solid rgba(85,43,191,.12)}.calc2-create-body{padding:16px}.calc2-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.calc2-col{background:#fcfbff;border:1px solid #eee8ff;border-radius:12px;padding:12px}.calc2-section-title{margin-bottom:10px;color:#4b2ca4;font-weight:800;font-size:.96rem}.calc2-multiselect-row{display:grid;grid-template-columns:1fr;gap:10px}.calc2-multiselect-row .multi-select{min-width:0;width:100%}.calc2-multiselect-row .multi-select-trigger,.calc2-multiselect-row .multi-select-list{width:100%;box-sizing:border-box}.calc2-actions{display:flex;gap:10px;justify-content:center;margin:0 0 60px;flex-wrap:wrap}.calc2-btn{width:min(350px,100%);max-width:470px}.calc2-btn-secondary{background:#e8e3f5;color:#552bbf}.calc2-btn-secondary:hover,.calc2-btn-secondary:focus{background:#d9d0ef}.cotv3-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 auto 14px;max-width:940px}.cotv3-progress-wrap{max-width:100%;margin:0 auto 10px}.cotv3-progress-track{width:100%;height:8px;border-radius:999px;background:#f4e7bf;overflow:hidden}.cotv3-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#f7d774,#c79a2d);transition:width .22s ease}.cotv3-step{margin-top:0;padding:10px 12px;border-radius:10px;border:1px solid #e5ddfa;background:#fff;color:#5d4c8d;font-weight:700;font-size:.9rem}.cotv3-step.is-active{background:#f4efff;border-color:#cfc2f8;color:#4b2ca4}.cotv3-step:disabled{opacity:.45;cursor:not-allowed}.cotv3-menu-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.cotv3-menu-chip{margin-top:0;width:auto;padding:8px 14px;border-radius:999px;border:1px solid #e4dcfb;background:#fff;color:#5f4b97;font-size:.9rem;font-weight:700}.cotv3-menu-chip.is-selected{background:#ece4ff;border-color:#c7b7f8;color:#4b2ca4}.cotv3-group{margin:12px 0}.cotv3-group-title{font-size:.88rem;font-weight:800;color:#4b2ca4;margin-bottom:6px}.cotv3-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cotv3-choice{margin-top:0;display:flex;justify-content:space-between;align-items:center;width:100%;min-height:42px;padding:8px 10px;border-radius:10px;border:1px solid #e5dff8;background:#fff;color:#3d3360;font-size:.88rem;font-weight:600}.cotv3-choice.is-selected{border-color:#cfd7dc;background:#fff;color:#3d3360}.cotv3-choice-price{color:#5f4b97;font-size:.8rem;font-weight:700;min-width:72px;text-align:right;flex-shrink:0}.cotv3-choice-price.is-empty{visibility:hidden}.cotv3-choice-left{display:inline-flex;align-items:center;gap:10px;min-width:0}.cotv3-choice-check{width:34px;height:34px;min-width:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;font-weight:900;opacity:0;transform:scale(.85);transition:opacity .15s ease,transform .15s ease;background:#20a953;color:#fff}.cotv3-choice-check.is-visible{opacity:1;transform:scale(1)}@media (max-width: 767px){.cotv3-choice-grid{grid-template-columns:1fr}}.cotv3-validation{max-width:940px;margin:0 auto 12px;padding:10px 12px;border-radius:10px;border:1px solid #f2d88d;background:#fff8e7;color:#5f4d14;font-size:.9rem;font-weight:600}.calc2-btn-whatsapp{background:#e8f8ee;color:#1f6b3a;border:1px solid #bfe8cf}.calc2-btn-whatsapp:hover,.calc2-btn-whatsapp:focus{background:#d8f2e3}.cotv3-shell{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,780px) minmax(250px,320px);column-gap:0;row-gap:0;align-items:stretch;justify-content:center;width:100%}.cotv3-top-strip{grid-column:1 / span 2;grid-row:1;margin-top:5px;margin-bottom:0;align-self:start;background:#fff;border:1px solid #ece6ff;border-bottom:0;border-radius:16px 16px 0 0;padding:10px 12px 6px}.cotv3-top-strip h2{margin:0 0 8px;text-align:center;font-size:2rem}.cotv3-side-slot,.cotv3-order-slot{min-height:1px}.cotv3-side-slot{background:#fff;border:1px solid #ece6ff;border-top:0;border-right:0;border-radius:0 0 0 16px;padding:12px 10px 12px 12px}.cotv3-side-slot{grid-column:1;grid-row:2;height:100%}.cotv3-shell>#calculadora2.app-container{grid-column:2;grid-row:2;margin:0 0 18px;border:1px solid #ece6ff;border-top:0;border-left:0;border-radius:0 0 16px;box-shadow:none;height:100%}.cotv3-order-slot{margin-top:5px;grid-column:3;grid-row:1 / span 2;background:#fff;border:1px solid #d6edf2;border-radius:12px;padding:12px;box-sizing:border-box;height:100%;display:flex}.cotv3-mobile-order-banner,.cotv3-mobile-order-backdrop,.cotv3-mobile-order-close{display:none}@media (max-width: 1200px){body.menu-para-eventos-page.cotv3-mobile-order-banner-visible .cotv3-shell{padding-bottom:92px}.cotv3-shell{display:flex;flex-direction:column;align-items:center;row-gap:8px}.cotv3-top-strip,.cotv3-shell>#calculadora2.app-container,.cotv3-side-slot{width:min(100%,780px);box-sizing:border-box}.cotv3-top-strip{order:1}.cotv3-shell>#calculadora2.app-container{order:2;margin:0 auto 10px;border:1px solid #ece6ff;border-radius:16px}.cotv3-side-slot{order:3;display:block;border:1px solid #ece6ff;border-radius:16px;padding:12px;max-width:780px}.cotv3-order-slot{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:min(380px,92vw);height:100dvh;margin:0;padding:12px 12px 100px;border-radius:0;border:0;background:#fff;box-shadow:-16px 0 32px #00000038;transform:translate(100%);transition:transform .25s ease;z-index:1100;overflow-y:auto}.cotv3-order-slot.is-open{transform:translate(0)}.cotv3-order-panel{position:static;top:auto}.cotv3-mobile-order-backdrop{display:block;position:fixed;inset:0;border:0;background:#00000047;z-index:1090}.cotv3-mobile-order-close{display:inline-flex;position:static;margin-top:auto;margin-left:0;margin-bottom:-50px;width:100%;min-width:0;height:40px;padding:0 12px;border:0;border-radius:10px;align-items:center;justify-content:center;background:#eaeaea;color:#1f1f1f;font-size:.95rem;font-weight:700;line-height:1;z-index:2}.cotv3-mobile-order-close:hover,.cotv3-mobile-order-close:focus,.cotv3-mobile-order-close:active,.cotv3-mobile-order-close:focus-visible{background:#e8e8e8!important;outline:none;box-shadow:none}.cotv3-mobile-order-backdrop:hover,.cotv3-mobile-order-backdrop:focus,.cotv3-mobile-order-backdrop:active,.cotv3-mobile-order-backdrop:focus-visible{background:#00000047!important;outline:none;box-shadow:none}.cotv3-mobile-order-banner{display:inline-flex;align-items:center;gap:10px;position:fixed;left:14px;right:14px;bottom:calc(env(safe-area-inset-bottom,0px) + 14px);min-height:52px;padding:10px 14px;border:0;border-radius:12px;background:#2f9d44!important;color:#fff!important;z-index:1085;box-shadow:0 8px 20px #0000003d}.cotv3-mobile-order-banner-icon{display:inline-flex;align-items:center;justify-content:center;color:#ffde59;flex:0 0 auto}.cotv3-mobile-order-banner-text{font-size:.94rem;font-weight:800;line-height:1.25;text-align:left}.cotv3-mobile-order-amount{color:#8f1212;font-weight:900;background:#fff3f3;border:1px solid #f2c7c7;border-radius:6px;padding:1px 6px;display:inline-block}.cotv3-preview-proteinas{grid-template-columns:repeat(2,minmax(0,1fr))}.cotv3-preview-proteina img,.cotv3-preview-img-fallback{height:auto;aspect-ratio:4 / 3}.cotv3-preview-proteinas.is-single .cotv3-preview-proteina img,.cotv3-preview-proteinas.is-single .cotv3-preview-proteina .cotv3-preview-img-fallback{height:clamp(220px,34vw,300px);aspect-ratio:auto}.cotv3-preview-proteinas.is-single .cotv3-preview-proteina{max-width:none;width:100%}.cotv3-preview-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cotv3-preview-mini img,.cotv3-preview-img-fallback.is-mini{height:auto;aspect-ratio:4 / 3}}@media (max-width: 1200px) and (min-width: 768px){.cotv3-top-strip{margin-left:auto;margin-right:auto}}.cotv3-order-layout{display:grid;grid-template-columns:280px minmax(0,1fr) 330px;gap:14px;align-items:start}.cotv3-summary-card{margin-bottom:0}.cotv3-side-panel{border:none;border-radius:0;background:transparent;padding:0}.cotv3-preview-panel{margin-top:10px;padding-top:10px;border-top:1px solid #ece6ff}.cotv3-preview-title{font-weight:800;color:#3f2a83;font-size:1rem}.cotv3-preview-desc{margin:6px 0 10px;color:#5f5676;font-size:.9rem}.cotv3-preview-group{margin-top:10px}.cotv3-preview-group-title{font-weight:800;color:#4b2ca4;font-size:.86rem;margin-bottom:6px}.cotv3-preview-proteinas{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cotv3-preview-proteinas.is-single{grid-template-columns:1fr}.cotv3-preview-proteina{border:1px solid #ece6ff;border-radius:10px;padding:6px;background:#fff}.cotv3-preview-proteina img{width:100%;height:100px;object-fit:cover;border-radius:8px}.cotv3-preview-img-fallback{width:100%;height:100px;border-radius:8px;background:#e4e6ea;border:1px solid #d4d8df;color:#596173;font-size:.78rem;font-weight:700;line-height:1.25;display:flex;align-items:center;justify-content:center;text-align:center;padding:6px;box-sizing:border-box}.cotv3-preview-proteinas.is-single .cotv3-preview-proteina img,.cotv3-preview-proteinas.is-single .cotv3-preview-proteina .cotv3-preview-img-fallback{height:165px}.cotv3-preview-proteina span{display:block;margin-top:6px;font-size:.82rem;font-weight:700;color:#3d3360}.cotv3-preview-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.cotv3-preview-mini{border:1px solid #ece6ff;border-radius:10px;padding:5px;background:#fff}.cotv3-preview-mini img{width:100%;height:58px;object-fit:cover;border-radius:6px}.cotv3-preview-img-fallback.is-mini{height:58px;border-radius:6px;font-size:.7rem}.cotv3-preview-mini span{display:block;margin-top:4px;font-size:.75rem;color:#3d3360;line-height:1.25}.cotv3-order-panel{position:sticky;top:78px;border:0;border-radius:0;background:transparent;padding:0;width:100%}.cotv3-order-panel h3{margin:0;text-transform:uppercase;font-size:1rem;color:#fff;text-align:center;width:100%;padding:0 52px;box-sizing:border-box;line-height:1.15}.cotv3-order-head{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:10px;background:#20a953;border-radius:10px;padding:10px 10px 6px;overflow:visible;min-height:46px}.cotv3-order-cart{color:#f7d774;display:inline-flex;align-items:center;justify-content:center;margin-top:-10px;position:absolute;left:-2px;top:80%;transform:translateY(-58%);filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))}.cotv3-order-clear{width:60px;height:60px;margin:-10px 0 0;padding:0;border:none;border-radius:0;background:transparent!important;color:#e21f1f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;right:-2px;top:80%;transform:translateY(-58%);filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.cotv3-order-clear:hover,.cotv3-order-clear:focus{transform:translateY(-58%) scale(1.12)}.cotv3-order-clear:focus,.cotv3-order-clear:focus-visible,.cotv3-order-clear:active{outline:none!important;box-shadow:none!important;border:none!important;background:transparent!important}.cotv3-view-photos-btn{width:100%;margin:0 0 10px;padding:10px 12px;border-radius:10px;border:1px solid #d7b24a;background:linear-gradient(180deg,#ffe07a,#f2c94c)!important;color:#4b3500!important;font-size:.92rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 6px 14px #d7b24a59;animation:cotv3ViewPhotosPulse 1.8s ease-in-out infinite}.cotv3-view-photos-btn:hover,.cotv3-view-photos-btn:focus{background:linear-gradient(180deg,#ffe89d,#f4d463)!important;transform:translateY(-1px);box-shadow:0 8px 16px #d7b24a73}@keyframes cotv3ViewPhotosPulse{0%,to{box-shadow:0 6px 14px #d7b24a59}50%{box-shadow:0 8px 18px #d7b24a8c}}.cotv3-fotos-modal{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:14px}.cotv3-fotos-card{position:relative;width:min(620px,92vw);background:#000;border-radius:12px;padding:14px;border:1px solid rgba(255,255,255,.18)}.cotv3-fotos-close{position:absolute;right:10px;top:10px;width:40px;height:40px;margin:0;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:#000000a6!important;color:#fff!important;font-size:2rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;z-index:5}.cotv3-fotos-img{width:100%;height:min(75vh,720px);object-fit:contain;border-radius:10px;background:#000}.cotv3-fotos-stage{position:relative;display:flex;align-items:center;justify-content:center}.cotv3-fotos-counter{position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:3;padding:4px 10px;border-radius:999px;background:#00000073;color:#ffffffe6;font-size:.86rem;font-weight:700}.cotv3-fotos-caption{margin-top:10px;text-align:center;font-weight:700;color:#fff}.cotv3-fotos-nav{margin-top:8px;display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-weight:700}.cotv3-fotos-subcaption{margin-top:6px;text-align:center;color:#fffc;font-size:.9rem;line-height:1.35}.cotv3-fotos-btn{width:38px;height:38px;margin:0;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:8px;background:#ffffff14!important;color:#fff!important;font-size:1.2rem}.cotv3-fotos-btn-side{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;line-height:1;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#00000085!important;color:#fff!important;font-size:2.3rem;font-weight:900;-webkit-text-stroke:1px rgba(255,255,255,.95);z-index:3}.cotv3-fotos-btn-side.is-left{left:-26px}.cotv3-fotos-btn-side.is-right{right:-26px}.cotv3-fotos-btn-side:hover,.cotv3-fotos-btn-side:focus{background:#000000c7!important;transform:translateY(-50%) scale(1.06)}.cotv3-fotos-btn-side:focus,.cotv3-fotos-btn-side:focus-visible,.cotv3-fotos-btn-side:active{outline:none!important;box-shadow:none!important}.cotv3-date-trigger{cursor:pointer}.cotv3-order-context{margin-bottom:8px;font-size:.9rem;font-weight:700;color:#3f2a83}.cotv3-order-empty{border:1px solid #bfe5ed;background:#dff3f7;border-radius:10px;padding:12px;text-align:center;font-weight:700;color:#205667;font-size:.92rem}.cotv3-order-content ul{margin:0;padding-left:18px}.cotv3-order-content li{margin-bottom:6px;font-size:.86rem;color:#353535}.cotv3-order-service-note{margin-top:8px;padding:8px 10px;border:1px solid #f0d78a;border-radius:8px;background:#fff8e1;color:#6a4a00;font-size:.82rem;line-height:1.35}.cotv3-order-totals{margin-top:10px;padding-top:10px;border-top:1px solid #ececec;display:grid;gap:6px;font-size:.9rem}.cotv3-order-actions{margin-top:12px;display:grid;gap:8px}.cotv3-step2-actions{display:grid;grid-template-columns:1fr;align-items:end;gap:8px;width:100%}.cotv3-nav-row{width:100%;display:inline-flex;justify-content:space-between;align-items:center;gap:8px}.cotv3-step3-actions{display:grid;grid-template-columns:1fr;align-items:end;gap:8px;width:100%}.cotv3-add-row{width:100%;display:flex;justify-content:flex-end}.cotv3-add-order-btn{width:auto!important;min-width:138px;max-width:none;margin:0;padding:10px 16px;border-radius:8px;background:#20a953!important;color:#fff!important;font-size:.92rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 2px #146f3659}.cotv3-add-order-btn:hover,.cotv3-add-order-btn:focus{background:#1c974a!important}.cotv3-capture-root{position:absolute;left:-99999px;top:0;width:900px;pointer-events:none;opacity:0}.cotv3-form-date{margin:-2px 0 10px;text-align:center;font-size:.9rem;font-weight:700;color:#5a4f7f}.cotv3-next-arrow{width:88px!important;min-width:88px!important;height:88px!important;padding:0!important;margin:0;border-radius:0;border:none!important;background:transparent!important;color:#17a34a;font-size:4.5rem!important;font-weight:900;-webkit-text-stroke:2px #0f7a35;text-shadow:0 3px 0 rgba(15,122,53,.24),0 12px 24px rgba(23,163,74,.28);line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;transition:transform .15s ease,filter .15s ease}.cotv3-next-col{display:flex;align-items:center;justify-content:center;align-self:end;min-height:44px}.cotv3-next-arrow.is-hidden{visibility:hidden;pointer-events:none}.cotv3-next-arrow:hover,.cotv3-next-arrow:focus{background:transparent!important;transform:translate(4px) scale(1.07);filter:saturate(1.06) brightness(1.02)}.cotv3-next-arrow.is-back{color:#e6e9f0;-webkit-text-stroke:2px #7b828f;text-shadow:0 3px 0 rgba(80,86,98,.2),0 12px 24px rgba(80,86,98,.22);transform:scaleX(-1)}.cotv3-next-arrow.is-back:hover,.cotv3-next-arrow.is-back:focus{background:transparent!important;transform:scaleX(-1) translate(4px) scale(1.07);filter:brightness(1.03)}@media (max-width: 899px){.cotv3-next-col{align-self:auto;align-items:center;justify-content:center}}.form-row{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.input-group{flex:1 1 0;min-width:0;display:flex;flex-direction:column}.input-label{font-weight:600;color:#552bbf;margin-bottom:4px;font-size:1em}.input-field{width:100%;min-width:0;box-sizing:border-box;padding:10px 12px;border:1.5px solid #cfc6e6;border-radius:7px;font-size:1em;background:#f8f6ff;transition:border .2s;margin-bottom:0;text-align:left}.input-field:focus{border:1.5px solid #552BBF;outline:none;background:#fff}input[type=number].input-field{text-align:left;font-variant-numeric:normal}label{width:100%;color:#6d7081;font-size:14px;font-style:normal;font-weight:400;line-height:24px}select,input[type=number]{width:100%;padding:8px 10px;margin-top:6px;border:1px solid #cfc6e6;border-radius:6px;font-size:1em;background:#f8f6ff;transition:border .2s}select:focus,input[type=number]:focus{border:1.5px solid #552BBF;outline:none}.sides-group{margin-top:12px;margin-bottom:8px}.sides-title{font-weight:700;color:#552bbf;margin-bottom:4px;margin-top:10px;font-size:1em}.sides-checkbox{display:flex;align-items:center;margin-left:12px;margin-bottom:2px;font-weight:400;font-size:1em}.sides-checkbox input{margin-right:8px}.extras-list{margin-top:10px}.extras-checkbox{display:flex;align-items:center;margin-left:12px;margin-bottom:2px;font-weight:400;font-size:1em}.extras-checkbox input{margin-right:8px}.result-section{margin-top:24px;padding:18px 16px;border:1px solid #ded6f5;border-radius:14px;background:#fff;text-align:left;max-width:100%;box-sizing:border-box;word-break:break-word;box-shadow:0 10px 26px #31187a14}.result-section ul{margin-bottom:18px}.result-section hr{margin:18px 0}.result-section .price{font-size:1.1em;font-weight:700;color:#3f2a83;margin-bottom:6px}button{margin-top:16px;width:100%;padding:12px 0;background:#552bbf;color:#fff;border:none;border-radius:8px;font-size:1.1em;font-weight:600;cursor:pointer;transition:background .2s}button:hover,button:focus{background:#9880d6}@media (max-width: 899px){body.menu-para-eventos-page .cotv3-shell{padding-bottom:86px}body.menu-para-eventos-page.cotv3-mobile-order-banner-visible .cotv3-shell{padding-bottom:150px}body.menu-para-eventos-page .app-container{margin-bottom:10px}.app-container{padding:8px 2px 12px;max-width:100vw}#calculadora2.app-container{margin-top:6px;padding-top:8px}.cotv3-top-strip{padding-top:8px}.cotv3-top-strip h2{font-size:2.2rem;margin-top:2px;margin-bottom:10px}.cotv3-top-logo{display:block;width:74px;height:74px;margin:0 auto 8px;object-fit:cover;border-radius:50%;border:1px solid #eadffc;background:#fff;padding:4px}.cotv3-order-layout{grid-template-columns:1fr}.cotv3-shell{display:flex;flex-direction:column;align-items:center}.cotv3-side-slot{display:block;width:min(100%,780px);margin:0 auto;border:1px solid #ece6ff;border-radius:16px;padding:10px}.cotv3-order-slot{width:min(360px,95vw);padding-bottom:130px}.cotv3-mobile-order-banner{left:10px;right:10px;bottom:calc(env(safe-area-inset-bottom,0px) + 76px);min-height:50px;padding:9px 12px}.cotv3-mobile-order-banner-text{font-size:.9rem}.cotv3-order-panel{position:static}.cotv3-preview-proteinas,.cotv3-preview-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cotv3-preview-proteina img,.cotv3-preview-img-fallback{height:auto;aspect-ratio:1 / 1}.cotv3-preview-proteinas.is-single .cotv3-preview-proteina img,.cotv3-preview-proteinas.is-single .cotv3-preview-proteina .cotv3-preview-img-fallback{height:clamp(160px,44vw,220px);aspect-ratio:auto}.cotv3-preview-proteinas.is-single .cotv3-preview-proteina{max-width:none;width:100%}.cotv3-preview-mini img,.cotv3-preview-img-fallback.is-mini{height:auto;aspect-ratio:1 / 1}.cotv3-add-row{justify-content:center}h2{font-size:1.1em;margin-bottom:12px}.form-row{flex-direction:column;gap:6px}.input-group{width:100%;min-width:0;max-width:100%}.input-label,label,.sides-title,.sides-checkbox,.extras-checkbox{font-size:.98em}.input-field,select,input[type=number]{font-size:.98em;padding:9px 8px}.result-section{padding:12px 10px;font-size:.98em}.result-kv-grid{grid-template-columns:1fr}.result-top-summary{grid-template-columns:1fr;gap:6px;padding:6px}button{font-size:1em;padding:11px 0}.calc2-actions{margin-bottom:52px}.calc2-btn{width:100%}.calc2-create-title{text-align:center}.calc2-create-body{padding:12px}.calc2-layout{grid-template-columns:1fr;gap:10px}.footer-mobile{display:flex;position:fixed;left:0;bottom:0;width:100vw;background:#fff;box-shadow:0 -2px 16px #552bbf1a,0 -1px 4px #552bbf14;z-index:1000;justify-content:space-around;align-items:center;padding:0 0 calc(2px + env(safe-area-inset-bottom,0px)) 0;border-top:1.5px solid #eee;min-height:64px}.footer-btn{background:none;border:none;outline:none;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#4a3a77;font-size:1em;font-family:inherit;padding:4px 8px 2px;flex:1 1 0;cursor:pointer;transition:color .2s,background .2s;border-radius:8px;min-width:0;min-height:58px;gap:3px}.footer-btn.footer-user{gap:3px;margin-top:18px;padding:4px 8px 2px}.footer-btn.footer-user .footer-user-avatar{margin:0 auto 2px;width:24px;height:24px}.footer-btn.footer-user .footer-user-name{margin:0;line-height:1.1;font-weight:600;font-style:italic}.footer-btn.footer-user .footer-user-trigger{gap:3px;min-height:auto}.footer-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin:0;line-height:1}.footer-btn:active,.footer-btn:focus,.footer-btn:hover{background:#f8f2d6;color:#3f2a83;outline:none;box-shadow:none}.footer-btn.is-active{color:#3f2a83;background:#fff6d8;border:none;box-shadow:none}.footer-btn.is-active .footer-label{font-weight:700;color:#3f2a83}.footer-btn.is-active .footer-icon{color:#b08a1a}.footer-btn:focus-visible{outline:none;box-shadow:none}.footer-label{font-size:.92em;margin-top:0;font-weight:500;letter-spacing:.01em;white-space:nowrap;line-height:1.1}}@media (min-width: 900px){.footer-mobile{display:none!important}}.input-field,select,input[type=number],input[type=date],input[type=text]{height:44px;min-height:44px;max-height:44px;line-height:1.2;box-sizing:border-box}.menu-capture{width:900px!important;min-width:900px!important;max-width:900px!important;padding:0!important;margin:0 auto!important;background:#fff!important;box-shadow:none!important}.hidden-capture{display:none!important}.admin-section{max-width:auto;margin:5px auto;background:#f8f6ff;border-radius:10px;box-shadow:0 2px 12px #552bbf13;padding:5px 5px 20px}.admin-section h3{color:#552bbf;font-family:Ovo,serif;margin-bottom:18px}.admin-section ul{list-style:none;padding:0;margin:0 0 18px}.admin-section li{display:flex;gap:8px;align-items:center;margin-bottom:8px}.admin-section input{padding:6px 10px;border:1px solid #cfc6e6;border-radius:5px;font-size:1em;background:#fff}.admin-section button{background:#552bbf;color:#fff;border:none;border-radius:6px;padding:6px 16px;font-size:1em;cursor:pointer;transition:background .2s}.admin-section button:hover{background:#3d1e8c}.admin-form{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.admin-form input,.admin-form select{min-width:120px}html{scroll-behavior:smooth}button:focus,.hero-btn:focus,a:focus{outline:2.5px solid #552BBF;outline-offset:2px;box-shadow:0 0 0 3px #e0d6ff;z-index:2}.admin-table{width:100%;border-collapse:collapse;margin-bottom:12px;background:#fff;font-size:1em}.admin-table th,.admin-table td{border:1px solid #cfc6e6;padding:8px 10px;text-align:left}.admin-table th{background:#ede7fa;color:#552bbf;font-weight:600}.admin-table-wrap{width:100%;overflow-x:auto;border-radius:10px}.admin-empty-cell{text-align:center;padding:18px 10px!important}.leads-table-actions{display:flex;align-items:center;gap:8px;min-width:220px}.leads-table-actions .admin-select{min-width:128px}.leads-table-actions .admin-btn{padding:8px 12px;font-size:.9rem}.leads-toolbar{--leads-control-h: clamp(38px, 3.2vw, 42px);display:flex;align-items:flex-start;gap:8px;width:100%;flex-wrap:nowrap}.leads-search-wrap{position:relative;display:flex;align-items:center;flex:0 0 var(--leads-control-h);width:var(--leads-control-h);min-width:var(--leads-control-h);height:var(--leads-control-h);border:1px solid #d5dbe8;border-radius:999px;background:#e6ebf2;align-self:flex-start;transition:width .24s ease,flex-basis .24s ease,max-width .24s ease}.leads-search-wrap.is-expanded{flex:1 1 100%;width:100%;max-width:none}.leads-search-btn{position:absolute;left:1px;top:0;width:var(--leads-control-h);height:var(--leads-control-h);border-radius:999px;border:none;background:#e6ebf2;color:#1f3b7a;display:grid;place-items:center;cursor:pointer;z-index:2;margin:0;padding:0;min-width:var(--leads-control-h);box-shadow:none}.leads-search-btn:hover,.leads-search-btn:focus{color:#16306a;background:#d9e1ec}.leads-search-icon{width:clamp(15px,1.8vw,18px);height:clamp(15px,1.8vw,18px);color:#1f3b7a}.leads-search-input{position:absolute;inset:0;width:100%;min-width:0;height:var(--leads-control-h);padding-left:calc(var(--leads-control-h) + 4px);padding-right:36px;opacity:0;pointer-events:none;transition:opacity .2s ease;border-radius:999px;box-shadow:none;background:#eef2f7;border:none}.leads-search-wrap.is-expanded .leads-search-input{opacity:1;pointer-events:auto}.leads-search-wrap.is-expanded .leads-search-btn{opacity:0;pointer-events:none}.leads-search-close{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;background:transparent;color:#6d5a9a;font-size:1.1rem;line-height:1;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0}.leads-search-close:hover,.leads-search-close:focus{color:#3d2a7a;background:#552bbf14}.leads-filters{display:flex;flex:1 1 auto;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.leads-filters .admin-input,.leads-filters .admin-select,.leads-filters .admin-btn{height:var(--leads-control-h);margin-top:0;box-sizing:border-box}.leads-filters .admin-input,.leads-filters .admin-select{min-width:140px;width:auto}.leads-date-presets{display:inline-flex;align-items:center;gap:6px;height:var(--leads-control-h)}.leads-chip{height:100%;margin:0;padding:0 12px;border:1px solid #c7cdd7;border-radius:8px;background:#e2e5ea;color:#4d5563;font-size:.87rem;font-weight:600;cursor:pointer;white-space:nowrap}.leads-chip:hover,.leads-chip:focus{background:#f4f0ff;color:#3d2a7a}.leads-chip.is-active{background:#e9e0ff;color:#552bbf;border-color:#cbb7ff}.leads-toolbar .leads-date-presets .leads-chip{background:#e2e5ea!important;color:#4d5563!important;border-color:#c7cdd7!important}.leads-toolbar .leads-date-presets .leads-chip.is-active{background:#e9e0ff!important;color:#552bbf!important;border-color:#cbb7ff!important}.leads-toolbar .leads-search-wrap{background:#e6ebf2!important}.leads-toolbar .leads-search-btn{background:#e6ebf2!important;color:#1f3b7a!important}.leads-toolbar .leads-search-icon{color:#1f3b7a!important}.leads-toolbar .admin-select{width:auto;margin-top:0;padding:0 10px}.leads-toolbar .admin-input{margin-top:0;padding:0 10px}.leads-toolbar .admin-btn{width:auto;margin-top:0;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:.92rem}.leads-filters.is-hidden{display:none}.leads-custom-dates-panel{margin:8px 0 12px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#f8f6ff;display:grid;grid-template-columns:repeat(2,minmax(180px,1fr)) auto;gap:10px;align-items:end}.leads-custom-dates-panel .admin-field{margin-bottom:0}.leads-custom-dates-panel .admin-field>span{font-size:.82rem;letter-spacing:.02em}.leads-apply-btn{height:var(--leads-control-h);padding:0 16px}.admin-modal-desc{margin:0 0 10px;color:#4b3a7b;font-size:.94rem}.admin-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.admin-field>span{color:#4b3a7b;font-size:.9rem;font-weight:700}@media (max-width: 900px){.leads-toolbar{flex-wrap:wrap;align-items:stretch}.leads-search-wrap.is-expanded{max-width:100%;flex-basis:100%}.leads-filters{width:100%;justify-content:flex-start;flex-wrap:wrap}.leads-filters .admin-input,.leads-filters .admin-select,.leads-filters .admin-btn{flex:1 1 180px;min-width:160px}.leads-date-presets{width:100%;justify-content:stretch}.leads-chip{flex:1 1 0;padding:0 8px}.leads-custom-dates-panel{grid-template-columns:1fr 1fr}.leads-apply-btn{grid-column:1 / -1;width:100%}}@media (max-width: 640px){.leads-toolbar{--leads-control-h: 40px}.leads-filters .admin-input,.leads-filters .admin-select,.leads-filters .admin-btn{flex:1 1 100%;min-width:0}.leads-date-presets{height:auto;flex-wrap:wrap}.leads-chip{flex:1 1 100%;min-height:36px}.leads-custom-dates-panel{grid-template-columns:1fr}}.hero-logo-morena{width:200px;height:200px;border-radius:50%;object-fit:cover;background:#ffd85a;padding:2px;border:1px solid #f1cf6a;box-shadow:0 10px 20px #00000026,0 2px 12px #552bbf33;display:block;margin:0 auto 18px}@media (max-width: 1200px){.header-morena{display:none!important}}.admin-title{font-size:1.5em;font-weight:700;color:#552bbf;margin-bottom:18px;font-family:Ovo,serif}.admin-card--servicio,.admin-card--evento,.admin-card--extra{max-width:340px;width:100%;margin:0 auto;min-height:420px;justify-content:flex-start;gap:10px}.admin-card--featured{max-width:360px;width:100%;margin:0 auto;min-height:460px;justify-content:flex-start;gap:10px}.admin-card.is-interactive{transition:transform .25s ease,box-shadow .25s ease}.admin-card.is-interactive:hover{transform:translateY(-3px);box-shadow:0 12px 30px #552bbf2e}.admin-card.is-interactive img{transition:transform .35s ease}.admin-card.is-interactive:hover img{transform:scale(1.04)}.servicio-btn,.admin-card.is-interactive button{transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.servicio-btn:hover,.admin-card.is-interactive button:hover{transform:translateY(-1px);box-shadow:0 6px 14px #00000026;opacity:.95}.servicio-btn:active,.admin-card.is-interactive button:active{transform:translateY(0);box-shadow:none}.btn-spinner{display:inline-flex;align-items:center;gap:8px}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.aboutus-contact-btn,.featured-cta-btn,.home-lead-btn,.home-final-cta-btn{background:gold;color:#552bbf;font-weight:700;font-size:1.18em;padding:16px 44px;border-radius:32px;border:none;box-shadow:0 4px 24px #552bbf44,0 1.5px 6px #552bbf22;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;text-decoration:none;display:inline-block;letter-spacing:.01em}.aboutus-contact-btn:hover,.aboutus-contact-btn:focus,.featured-cta-btn:hover,.featured-cta-btn:focus,.home-lead-btn:hover,.home-lead-btn:focus,.home-final-cta-btn:hover,.home-final-cta-btn:focus{background:#552bbf;color:gold;box-shadow:0 6px 32px #552bbf66;transform:translateY(-1px)}.home-lead-btn.is-disabled{opacity:.62;pointer-events:none;box-shadow:none}.home-lead-btn{width:auto;min-width:260px}@media (max-width: 640px){.home-lead-btn,.home-final-cta-btn{width:100%;max-width:320px}}
