._app_lbvfx_1{position:relative;min-height:100vh;overflow-x:hidden;background:#fff}._backdrop_lbvfx_8{display:none}._main_lbvfx_12{position:relative;z-index:1;padding-bottom:80px}._section_lbvfx_18{padding:70px 9vw}._sectionAlt_lbvfx_22{padding:70px 9vw;background:transparent;border-top:none;border-bottom:none}._card_lbvfx_29{background:transparent;border-radius:0;box-shadow:none;padding:0;max-width:1360px;margin:0 auto}._heroSection_lbvfx_38{position:relative;min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:100px 8vw;background:#fff url(/BodaEduyBelen.webp) center/cover;color:#fef7f0}._heroOverlay_lbvfx_50{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1b1a17a6,#1b1a17cc)}._heroContent_lbvfx_56{position:relative;z-index:1;display:grid;gap:16px}._sectionTitle_lbvfx_63{font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,3rem);margin:0 0 12px}._sectionTitle_lbvfx_63:after{content:"";display:block;width:100%;height:1px;background:#1b1a1733;margin-top:32px;margin-bottom:32px}._sectionIntro_lbvfx_81{max-width:640px;line-height:1.6;margin:0 0 24px;color:#1b1a17bf;white-space:pre-line;font-size:1.2rem}._heroTitle_lbvfx_91{font-family:Playfair Display,serif;font-size:clamp(2.8rem,5vw,5rem);margin:0;letter-spacing:.04em}._heroDate_lbvfx_98{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase}._navbar_lbvfx_104{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid rgba(27,26,23,.08)}._navbarInner_lbvfx_112{display:flex;flex-direction:column;gap:20px;padding:20px 6vw}._navTop_lbvfx_119{display:flex;align-items:center;justify-content:space-between;gap:16px}._menuToggle_lbvfx_126{display:none;width:44px;height:44px;border-radius:999px;border:1px solid rgba(27,26,23,.2);background:transparent;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}._menuToggle_lbvfx_126 span{width:18px;height:2px;background:#1b1a17b3;display:block}._logo_lbvfx_147{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}._navLinksDesktop_lbvfx_153{display:flex;gap:18px;flex-wrap:wrap;font-size:.95rem}._navLinksDesktop_lbvfx_153 a{padding-bottom:4px;border-bottom:2px solid transparent;transition:border-color var(--transition)}._navLinksDesktop_lbvfx_153 a:hover{border-color:var(--brick)}._navModal_lbvfx_170{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center}._navModalPanel_lbvfx_178{position:relative;background:#fff;border-radius:var(--radius-md);padding:32px;width:min(90vw,420px);box-shadow:var(--shadow);z-index:1}._navModalClose_lbvfx_188{position:absolute;top:12px;right:16px;border:none;background:transparent;font-size:1.6rem;line-height:1;cursor:pointer;color:#1b1a17b3}._navModalLinks_lbvfx_200{display:grid;gap:12px;font-size:1.05rem}._navModalLinks_lbvfx_200 a{padding-bottom:6px;border-bottom:1px solid rgba(27,26,23,.08)}._navModalBackdrop_lbvfx_211{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#1b1a1759;z-index:0;cursor:pointer}._aiAssistant_lbvfx_220{display:grid;gap:12px}._aiPanel_lbvfx_225{display:grid;gap:12px;max-height:0;opacity:0;transform:translateY(-8px);overflow:hidden;pointer-events:none;transition:max-height .8s ease,opacity .8s ease,transform .8s ease}._aiPanelOpen_lbvfx_236{max-height:700px;opacity:1;transform:translateY(0);pointer-events:auto}._aiToggle_lbvfx_250{width:40px;height:40px;border-radius:999px;border:1px solid rgba(27,26,23,.2);background:transparent;display:inline-flex;justify-content:center;align-items:center;cursor:pointer}._aiHeader_lbvfx_243{display:flex;align-items:flex-start;justify-content:flex-start;gap:16px;min-height:40px}._aiTitle_lbvfx_262{font-weight:600;line-height:40px}._aiHeader_lbvfx_243>div:last-child{display:flex;flex-direction:column}._aiCounter_lbvfx_289{font-size:.9rem;color:#1b1a17b3;display:inline-flex;align-items:center;gap:10px}._demoBadge_lbvfx_297{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#a3543f2e;color:var(--brick);font-weight:600;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}._aiChat_lbvfx_310{background:#ffffff80;border-radius:var(--radius-sm);padding:16px;max-height:240px;overflow-y:auto;display:grid;gap:12px;border:1px solid rgba(27,26,23,.12)}._chatBubble_lbvfx_321{padding:10px 14px;border-radius:16px;max-width:90%;line-height:1.5}._chatUser_lbvfx_328{background:#e6b8a266;justify-self:end}._chatAssistant_lbvfx_333{background:#1b1a170f;justify-self:start}._aiForm_lbvfx_338{display:flex;gap:12px}._aiInput_lbvfx_343{flex:1;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid rgba(27,26,23,.2)}._primaryButton_lbvfx_350{padding:12px 20px;border:1px solid #8b786a;border-radius:var(--radius-sm);background:transparent;color:#8b786a;cursor:pointer;font-weight:600;transition:background var(--transition),border-color var(--transition),transform var(--transition)}._primaryButton_lbvfx_350:hover{transform:translateY(-2px);background:#f7f1ea80}._primaryButtonCompact_lbvfx_366{padding:14px 36px;width:fit-content;border-radius:999px;font-size:1.05rem;justify-self:center}._secondaryButton_lbvfx_374{padding:10px;border:1px solid #8b786a;border-radius:999px;background:transparent;cursor:pointer;color:#8b786a;display:inline-flex;align-items:center;justify-content:center}._gridTwo_lbvfx_386{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}._locationGrid_lbvfx_392{display:grid;gap:32px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}._locationText_lbvfx_399{display:flex;flex-direction:column;gap:18px;min-height:420px}._locationActions_lbvfx_406{display:flex;gap:32px;flex-wrap:wrap;justify-content:flex-start;margin-top:auto}._ghostButton_lbvfx_414{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:999px;border:1px solid rgba(207,191,177,.9);color:#8b786a;background:transparent;font-weight:600;font-size:1.05rem;transition:background var(--transition),border-color var(--transition)}._ghostButton_lbvfx_414:hover{background:#f7f1ea66;border-color:#cfbfb1}._infoList_lbvfx_433{display:grid;gap:18px}._infoRow_lbvfx_438{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid rgba(27,26,23,.08)}._infoRow_lbvfx_438 span{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:#1b1a1799}._mapFrame_lbvfx_453{border-radius:var(--radius-md);overflow:hidden;height:420px;width:100%;max-width:100%;border:1px solid rgba(27,26,23,.08);position:relative}._mapFrame_lbvfx_453 iframe{position:absolute;top:0;left:0;width:100%;height:100%;display:block}@media (max-width: 768px){._mapFrame_lbvfx_453{height:300px;margin-left:0;margin-right:0}}._songList_lbvfx_497{display:grid;gap:14px}._bulletList_lbvfx_502{padding-left:18px;margin:0;display:grid;gap:14px;color:#1b1a17cc;line-height:1.7}._bulletList_lbvfx_502 a,._transportCard_lbvfx_517 a{color:#8b786a;text-decoration:underline;text-underline-offset:3px}._transportCard_lbvfx_517{margin-top:18px;padding:30px 28px;border-radius:var(--radius-md);background:#f7f1ea59;border-left:2px solid rgba(207,191,177,.6)}._transportItem_lbvfx_531{display:grid;grid-template-columns:140px 1fr;gap:20px;padding:18px 0;border-top:1px solid rgba(207,191,177,.4);line-height:1.75}._transportItem_lbvfx_531:first-of-type{border-top:none;padding-top:0}._transportTime_lbvfx_545{font-weight:600;color:#8b786a;font-size:1.05rem}._songItem_lbvfx_551{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid rgba(27,26,23,.08)}._songText_lbvfx_560{display:grid;gap:4px}._formGrid_lbvfx_565,._formStack_lbvfx_570{display:grid;gap:24px}._formShell_lbvfx_575{background:#f7f1ea99;border-radius:var(--radius-md);padding:48px 32px}._formStack_lbvfx_570 ._sectionIntro_lbvfx_81{max-width:none}._formFields_lbvfx_585{max-width:820px;margin:0 auto;width:100%}._formSuccess_lbvfx_591,._formError_lbvfx_592{font-size:.95rem;padding:10px 12px;border-radius:var(--radius-sm)}._formSuccess_lbvfx_591{background:#d2e6d699;color:#3b5c45}._formError_lbvfx_592{background:#f0d6d6b3;color:#7c3f3f}._donationCard_lbvfx_608{margin-top:16px;padding:22px 24px;border-radius:var(--radius-md);background:#f7f1ea66;border:1px solid rgba(207,191,177,.6);cursor:pointer;text-align:left;transition:background var(--transition),border-color var(--transition)}._donationCardOpen_lbvfx_619{background:#f7f1eaa6;border-color:#cfbfb1e6}._donationHint_lbvfx_624{font-weight:600;color:#8b786a}._donationDetails_lbvfx_629{margin-top:18px;display:grid;gap:14px;animation:_fadeInUp_lbvfx_716 .7s ease both}._donationLabel_lbvfx_636{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:#1b1a178c}._donationDivider_lbvfx_643{height:1px;background:#cfbfb199}._donationRow_lbvfx_648{display:grid;gap:6px}._ibanButton_lbvfx_653{background:transparent;border:none;padding:0;font-weight:600;color:#8b786a;text-align:left;cursor:pointer}._copyHint_lbvfx_663{font-size:.85rem;color:#1b1a178c}._formGrid_lbvfx_565 label{font-weight:600;font-size:.95rem}._formGrid_lbvfx_565 input,._formGrid_lbvfx_565 select,._formGrid_lbvfx_565 textarea{width:100%;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid rgba(27,26,23,.2);margin-top:6px;background:#fff}._formRow_lbvfx_684{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}._checkboxRow_lbvfx_690{display:flex;flex-direction:column;gap:12px;align-items:flex-start}._checkboxRow_lbvfx_690 label{display:inline-flex;gap:10px;align-items:center;font-weight:600}._checkboxRow_lbvfx_690 input{width:18px;height:18px}._footer_lbvfx_709{padding:40px 6vw;text-align:center;background:#1b1a17eb;color:#f7f1ea}._fadeInUp_lbvfx_716{animation:_fadeInUp_lbvfx_716 .7s ease both}._stagger_lbvfx_720>*{animation:_fadeInUp_lbvfx_716 .7s ease both}._stagger_lbvfx_720>*:nth-child(2){animation-delay:.12s}._stagger_lbvfx_720>*:nth-child(3){animation-delay:.24s}._stagger_lbvfx_720>*:nth-child(4){animation-delay:.36s}@keyframes _fadeInUp_lbvfx_716{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){._navTop_lbvfx_119{flex-direction:row;align-items:center}._aiForm_lbvfx_338{flex-direction:column}._locationGrid_lbvfx_392{grid-template-columns:1fr}._locationText_lbvfx_399{min-height:0}._mapFrame_lbvfx_453{min-height:320px;aspect-ratio:16 / 9}._navLinksDesktop_lbvfx_153{display:none}._menuToggle_lbvfx_126{display:inline-flex;align-self:center}}@media (max-width: 600px){._section_lbvfx_18,._sectionAlt_lbvfx_22{padding:60px 7vw}}@media (min-width: 1024px){._heroSection_lbvfx_38{background-size:100% auto;background-repeat:no-repeat}._heroContent_lbvfx_56{transform:none}}:root{color-scheme:light;--ink: #1b1a17;--cream: #f7f1ea;--rose: #e6b8a2;--olive: #6d745f;--sand: #f3e3d3;--brick: #a3543f;--shadow: 0 10px 28px rgba(27, 26, 23, .08);--radius-lg: 28px;--radius-md: 18px;--radius-sm: 10px;--transition: .2s ease}*{box-sizing:border-box}body{margin:0;font-family:Work Sans,Helvetica Neue,sans-serif;background:#fff;color:var(--ink)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}
