.whatsapp-float{color:#fff;z-index:9997;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 6px 20px #25d36659,0 2px 6px #0000001f}.whatsapp-float:hover{opacity:1;transform:scale(1.08)translateY(-2px);box-shadow:0 10px 28px #25d36673,0 4px 10px #00000026}.whatsapp-float:active{transform:scale(1.02)}@media (max-width:768px){.whatsapp-float{width:52px;height:52px;bottom:1.25rem;right:1.25rem}.whatsapp-float svg{width:26px;height:26px}}
.top-banner{z-index:101;background:var(--color-text-dark);color:#fff;font-family:var(--font-sans);padding:.6rem 1rem;font-size:.85rem;animation:.3s ease-out top-banner-slide;position:fixed;top:0;left:0;right:0}@keyframes top-banner-slide{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.top-banner-inner{max-width:var(--container-width);justify-content:center;align-items:center;gap:1rem;margin:0 auto;display:flex;position:relative}.top-banner-text{text-align:center;line-height:1.4}.top-banner-link{color:#fff;text-underline-offset:3px;margin-left:.4rem;font-weight:600;text-decoration:underline;transition:opacity .2s}.top-banner-link:hover{opacity:.8}.top-banner-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.35rem;transition:opacity .2s;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.top-banner-close:hover{opacity:1}html.has-top-banner .header{top:var(--banner-height)}html.has-top-banner main{margin-top:var(--banner-height)}html.has-top-banner .hero-editorial,html.has-top-banner .hero-classic,html.has-top-banner .hero-compact,html.has-top-banner .page-header{margin-top:calc(var(--header-height) + var(--banner-height))}@media (max-width:768px){.top-banner{padding:.55rem 2.5rem .55rem .75rem;font-size:.78rem}.top-banner-text{text-align:left}.top-banner-close{right:.5rem}}
.notare-popup-backdrop{z-index:10000;background:#1c19178c;justify-content:center;align-items:center;padding:1.25rem;animation:.5s cubic-bezier(.22,1,.36,1) notare-popup-fade;display:flex;position:fixed;inset:0}@keyframes notare-popup-fade{0%{opacity:0}to{opacity:1}}.notare-popup{background:var(--color-surface,#fff);color:var(--color-text-body,#44403c);border-radius:12px;width:100%;max-width:520px;max-height:calc(100vh - 2.5rem);animation:.65s cubic-bezier(.22,1,.36,1) both notare-popup-rise;position:relative;overflow:hidden;box-shadow:0 24px 60px #1c191740}@keyframes notare-popup-rise{0%{opacity:0;transform:translateY(18px)}60%{opacity:1}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.notare-popup-backdrop,.notare-popup{animation:none}}.notare-popup-close{z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#1c1917;cursor:pointer;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .2s;display:inline-flex;position:absolute;top:.65rem;right:.65rem}.notare-popup-close:hover{background:#fff;transform:scale(1.08)}.notare-popup-body{text-align:center;padding:1.75rem 1.5rem}.notare-popup-title{font-family:var(--font-sans);color:var(--color-text-dark,#1c1917);letter-spacing:-.01em;margin:0 0 .6rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:500;line-height:1.25}.notare-popup-content{color:var(--color-text-body,#44403c);white-space:pre-wrap;margin:0 0 1.25rem;font-size:.95rem;line-height:1.55}.notare-popup-cta{background:var(--color-text-dark,#1c1917);color:#fff;font-family:var(--font-sans);letter-spacing:.01em;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.6rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.notare-popup-cta:hover{background:var(--color-accent,#332c29);transform:translateY(-1px)}.notare-popup-1 .notare-popup-image{object-fit:cover;width:100%;height:220px;display:block}.notare-popup-2{max-width:760px}.notare-popup-2 .notare-popup-split{grid-template-columns:1fr 1fr;min-height:340px;display:grid}.notare-popup-2 .notare-popup-image{object-fit:cover;width:100%;height:100%;display:block}.notare-popup-2 .notare-popup-body{text-align:left;flex-direction:column;justify-content:center;padding:2rem 1.75rem;display:flex}.notare-popup-2 .notare-popup-cta{align-self:flex-start}@media (max-width:640px){.notare-popup-2 .notare-popup-split{grid-template-columns:1fr}.notare-popup-2 .notare-popup-image{height:180px}.notare-popup-2 .notare-popup-body{text-align:center;padding:1.5rem 1.25rem}.notare-popup-2 .notare-popup-cta{align-self:center}}.notare-popup-3 .notare-popup-immersive{background-position:50%;background-size:cover;align-items:flex-end;min-height:400px;display:flex;position:relative}.notare-popup-3 .notare-popup-immersive-overlay{background:linear-gradient(#1c191700 0%,#1c191740 45%,#1c1917d1 100%);position:absolute;inset:0}.notare-popup-3 .notare-popup-body{z-index:1;color:#fff;text-align:left;padding:1.75rem 1.75rem 2rem;position:relative}.notare-popup-3 .notare-popup-title{color:#fff;font-size:clamp(1.4rem,3vw,1.8rem)}.notare-popup-3 .notare-popup-content{color:#ffffffeb}.notare-popup-3 .notare-popup-cta{color:#1c1917;background:#fff}.notare-popup-3 .notare-popup-cta:hover{background:var(--color-accent,#332c29);color:#fff}
html{--admin-bar-height:36px}.admin-bar{z-index:9999;height:var(--admin-bar-height);color:#e7e5e4;-webkit-user-select:none;user-select:none;background:#1c1917;border-bottom:1px solid #2a2622;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8rem;line-height:1;position:fixed;top:0;left:0;right:0}.admin-bar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1600px;height:100%;margin:0 auto;padding:0 1rem;display:flex}.admin-bar-left,.admin-bar-right{align-items:center;gap:.5rem;display:flex}.admin-bar-brand{color:#fff;letter-spacing:.01em;align-items:center;gap:.4rem;padding:0 .25rem;font-weight:600;text-decoration:none;display:inline-flex}.admin-bar-brand:hover{color:#f5f1ec}.admin-bar-logo{color:#9c9897;font-size:.95rem;line-height:1}.admin-bar-sep{color:#57534e;font-size:.85rem}.admin-bar-where{color:#d7d3d1;white-space:nowrap;text-overflow:ellipsis;max-width:60vw;overflow:hidden}.admin-bar-edit{color:#fff;background:#9c9897;border-radius:4px;align-items:center;gap:.35rem;padding:.32rem .7rem;font-weight:600;text-decoration:none;transition:background-color .15s;display:inline-flex}.admin-bar-edit:hover{background:#8a8785}.admin-bar-user{color:#a8a29e;white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.admin-bar-link{color:#a8a29e;padding:0 .35rem;text-decoration:none}.admin-bar-link:hover{color:#fff}html.has-admin-bar .header,html.has-admin-bar .top-banner{top:var(--admin-bar-height)}html.has-admin-bar main{margin-top:var(--admin-bar-height)}html.has-admin-bar .hero-editorial,html.has-admin-bar .hero-classic,html.has-admin-bar .hero-compact,html.has-admin-bar .page-header{margin-top:calc(var(--header-height) + var(--admin-bar-height))}html.has-admin-bar.has-top-banner .top-banner{top:var(--admin-bar-height)}html.has-admin-bar.has-top-banner .header{top:calc(var(--admin-bar-height) + var(--banner-height))}html.has-admin-bar.has-top-banner main{margin-top:calc(var(--admin-bar-height) + var(--banner-height))}html.has-admin-bar.has-top-banner .hero-editorial,html.has-admin-bar.has-top-banner .hero-classic,html.has-admin-bar.has-top-banner .hero-compact,html.has-admin-bar.has-top-banner .page-header{margin-top:calc(var(--header-height) + var(--admin-bar-height) + var(--banner-height))}@media (max-width:640px){.admin-bar-inner{gap:.5rem;padding:0 .6rem}.admin-bar-brand span:not(.admin-bar-logo),.admin-bar-sep,.admin-bar-user{display:none}.admin-bar-where{font-size:.72rem}.admin-bar-edit{padding:.3rem .55rem;font-size:.75rem}}
