.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.tarjeta{--tono-fondo: #f3e4fb;--tono-fuerte: #7b2fb5;--tono-texto: #6b3a91;--tono-valor: #38234a;border-radius:12px;overflow:hidden;margin:4px 0;background:var(--tono-fondo)}.tarjeta-foto{position:relative;height:190px;background-color:var(--tono-fondo);background-image:linear-gradient(135deg,var(--tono-fuerte) 0%,var(--tono-fondo) 100%);background-size:cover;background-position:center;background-repeat:no-repeat}.tarjeta-foto:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:55%;background:linear-gradient(to bottom,transparent 0%,var(--tono-fondo) 100%);pointer-events:none}.tarjeta-cuerpo{padding:24px 28px 28px;text-align:center}.tarjeta-texto{color:var(--tono-texto);font-size:.95rem;line-height:1.65;margin:0 auto;max-width:30em}.tarjeta-texto strong{color:var(--tono-fuerte);font-weight:700}.tarjeta-datos{display:flex;margin:20px auto 0;max-width:26em;border-top:2px solid var(--tono-linea, var(--tono-fuerte));border-bottom:2px solid var(--tono-linea, var(--tono-fuerte))}.tarjeta-dato{flex:1;padding:9px 6px;border-right:1px solid var(--tono-linea, var(--tono-fuerte))}.tarjeta-dato:last-child{border-right:none}.tarjeta-dato-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--tono-fuerte)}.tarjeta-dato-valor{font-size:.95rem;font-weight:600;color:var(--tono-valor);margin-top:3px}.tarjeta-nota{margin-top:18px;color:var(--tono-fuerte);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;line-height:1.6}.tarjeta-cierre{margin-top:14px;font-family:Segoe Script,Brush Script MT,Lucida Handwriting,Georgia,cursive;font-style:italic;font-size:1.9rem;line-height:1.2;color:var(--tono-fuerte);margin-bottom:0}@media(max-width:480px){.tarjeta-foto{height:140px}.tarjeta-cuerpo{padding:18px 16px 22px}.tarjeta-cierre{font-size:1.5rem}.tarjeta-datos{flex-direction:column}.tarjeta-dato{border-right:none;border-bottom:1px solid var(--tono-linea, var(--tono-fuerte))}.tarjeta-dato:last-child{border-bottom:none}}.inicio-hacherre{position:relative;isolation:isolate;min-height:calc(100vh - 120px);margin:-12px;padding:clamp(18px,3vw,36px);border-radius:22px;overflow:hidden;background:#fbf8f2}.inicio-hacherre:before{content:"";position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;z-index:0;pointer-events:none;background-image:url(/assets/hacherre-doodle-pattern-v2-IvojlGkq.webp);background-repeat:repeat;background-position:23px 11px;background-size:500px 500px;opacity:.24;transform:rotate(-3deg) scale(1.08);transform-origin:center;-webkit-mask-image:linear-gradient(135deg,transparent 7%,rgba(0,0,0,.04) 28%,rgba(0,0,0,.38) 58%,#000 100%);mask-image:linear-gradient(135deg,transparent 7%,rgba(0,0,0,.04) 28%,rgba(0,0,0,.38) 58%,#000 100%)}.inicio-hacherre>*{position:relative;z-index:1}.inicio-hacherre__encabezado{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.inicio-widget{width:100%;height:100%;overflow:hidden;border-radius:18px;box-shadow:0 8px 26px #14392b0e;transition:box-shadow .18s ease,transform .18s ease}.inicio-widget:not(.inicio-widget--editando):hover{transform:translateY(-2px);box-shadow:0 16px 34px #14392b1c}.inicio-widget--editando{outline:2px dashed rgba(242,106,33,.55);outline-offset:-4px;-webkit-user-select:none;user-select:none}.inicio-widget__barra{height:43px;padding:6px 10px 4px 14px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}.inicio-widget--editando .inicio-widget__barra{cursor:grab;background:#fff9}.inicio-widget--editando .inicio-widget__barra:active{cursor:grabbing}.inicio-widget__asa{color:#f26a21;font-size:22px!important;line-height:1}.inicio-widget__contenido{height:calc(100% - 43px);min-height:0}.widget-recibos,.widget-accion{height:100%;box-sizing:border-box;padding:clamp(16px,2.5vw,28px);position:relative;overflow:hidden;cursor:pointer}.widget-cartelera{height:100%;display:flex;flex-direction:column;background:#ffffff73}.widget-cartelera__cabecera{padding:14px 16px}.widget-idea{height:100%;overflow:hidden}.widget-idea>*{min-height:100%;border:0!important}.react-grid-item.react-grid-placeholder{background:#f26a21!important;opacity:.14!important;border-radius:18px}.react-grid-item>.react-resizable-handle:after{width:10px;height:10px;border-color:#f26a21}@media(max-width:700px){.inicio-hacherre{margin:-8px;padding:16px 8px;border-radius:16px}.inicio-hacherre__encabezado{align-items:flex-start;flex-direction:column}.widget-recibos>div:first-child{max-width:100%}.widget-recibos img{opacity:.16}}@media(prefers-reduced-motion:reduce){.inicio-widget{transition:none}.inicio-widget:not(.inicio-widget--editando):hover{transform:none}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.cartelera-page--hacherre{position:relative;isolation:isolate;overflow:hidden;background:#fbf8f2}.cartelera-page--hacherre:before{content:"";position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;z-index:0;pointer-events:none;background-image:url(/assets/hacherre-doodle-pattern-v2-IvojlGkq.webp);background-repeat:repeat;background-position:23px 11px;background-size:500px 500px;opacity:.24;transform:rotate(-3deg) scale(1.08);transform-origin:center}.cartelera-page__contenido{position:relative;z-index:1}.cartelera-page__cabecera,.cartelera-page__panel{border:1px solid rgba(24,23,19,.12);background:#fffcf7eb;box-shadow:0 10px 32px #3047310f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cartelera-page__cabecera{margin-bottom:18px;padding:20px 24px 0}.cartelera-page__panel{padding:24px}@media(max-width:600px){.cartelera-page__cabecera{padding:16px 16px 0}.cartelera-page__panel{padding:16px}}@supports not (backdrop-filter: blur(8px)){.cartelera-page__cabecera,.cartelera-page__panel{background:#fffcf7}}.hl2{--ink:#181713;--orange:#f26a21;--brick:#be4635;--cream:#fbf7f1;--sand:#f2e8de;--green:#17663f;--green-deep:#14392b;--green-soft:#e7f1e8;--line:#ded3c6;--muted:#625f56;min-height:100vh;overflow:clip;background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif}.hl2 *,.hl2 *:before,.hl2 *:after{box-sizing:border-box}.hl2 h1,.hl2 h2,.hl2 h3,.hl2 p{margin:0}.hl2 a{color:inherit}.hl2 [id]{scroll-margin-top:104px}.hl2-skip{position:fixed;top:-60px;left:15px;z-index:100;padding:10px 15px;background:var(--ink);color:#fff!important}.hl2-skip:focus{top:15px}.hl2-nav{height:92px;padding:0 clamp(24px,5vw,80px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);background:#fbf7f1eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:fixed;top:0;left:0;right:0;z-index:30;transform:translateY(-100%);opacity:0;pointer-events:none;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s}.hl2-nav.a-la-vista{transform:none;opacity:1;pointer-events:auto;visibility:visible}.hl2-logo{display:flex;width:max-content;text-decoration:none;transition:transform .2s}.hl2-logo:hover{transform:rotate(-1deg) scale(1.03)}.hl2-nav nav{display:flex;gap:26px}.hl2-nav nav a,.hl2-login{text-decoration:none;font-size:15px;font-weight:700}.hl2-nav nav a:hover,.hl2-login:hover{color:var(--green)}.hl2-nav-actions{justify-self:end;display:flex;align-items:center;gap:22px}.hl2-button{min-height:52px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:999px;text-decoration:none;font-size:15px;font-weight:850;transition:transform .18s,box-shadow .18s,background .18s}.hl2-button svg{width:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hl2-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #14392b26}.hl2-button-green{background:var(--green);color:#fff!important}.hl2-button-green:hover{background:var(--green-deep)}.hl2-button-line{border:2px solid var(--ink);background:transparent}.hl2-portada{min-height:82vh;min-height:82dvh;padding:40px clamp(24px,6vw,92px) 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;text-align:center;animation:hl2-portada-in .9s ease both}.hl2-portada>[role=img]{max-width:100%;mix-blend-mode:multiply}.hl2-portada>span{font:italic 750 clamp(21px,2.5vw,36px)/1.15 "Fraunces",serif;color:var(--brick);letter-spacing:-.01em}.hl2-portada-acciones{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.hl2-portada-flecha{width:52px;height:52px;margin-top:16px;display:grid;place-items:center;border:2px solid var(--ink);border-radius:50%;background:transparent;cursor:pointer;animation:hl2-rebote 1.9s ease-in-out 2.4s 4;transition:background .2s,transform .2s}.hl2-portada-flecha:hover{background:var(--sand);transform:translateY(3px)}.hl2-portada-flecha svg{width:23px;fill:none;stroke:var(--ink);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}@keyframes hl2-rebote{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}@keyframes hl2-portada-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hl2-hero{max-width:1500px;margin:auto;min-height:770px;padding:52px clamp(24px,6vw,92px) 76px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:clamp(45px,6vw,92px);align-items:center}.hl2-hero-copy{display:flex;flex-direction:column;align-items:flex-start}.hl2-pill{display:flex;align-items:center;gap:9px;padding:9px 15px;border-radius:999px;background:#fbeadf;color:#7c2f10;font-size:13px;font-weight:800}.hl2-pill i{width:8px;height:8px;border-radius:50%;background:var(--orange)}.hl2-hero h1{margin-top:22px;font:750 clamp(49px,4.45vw,70px)/1.01 "Fraunces",serif;letter-spacing:-.04em}.hl2-hero h1 em,.hl2 h2 em{font-style:italic;color:var(--brick)}.hl2-hero-copy>p{max-width:650px;margin-top:24px;font-size:19px;line-height:1.6;color:var(--muted)}.hl2-actions{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap}.hl2-microcopy{margin-top:17px;color:#6e6a61;font-size:14px}.hl2-microcopy b{color:var(--ink)}.hl2-product-card{position:relative;padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 22px 48px #372a1f17;transform:rotate(.5deg);animation:hl2-card-in .85s .12s ease both}.hl2-product-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.hl2-product-top div b,.hl2-product-top div span{display:block}.hl2-product-top div b{font:750 23px Fraunces,serif}.hl2-product-top div span{margin-top:5px;color:var(--muted);font-size:13px}.hl2-product-top>strong{padding:9px 14px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:12px}.hl2-progress{height:8px;margin:20px 0 18px;border-radius:20px;background:#f0ece6;overflow:hidden}.hl2-progress i{display:block;width:75%;height:100%;background:var(--green);animation:hl2-grow 1.2s .65s both}.hl2-people-list{display:flex;flex-direction:column;gap:10px}.hl2-person{min-height:58px;padding:9px 13px;display:grid;grid-template-columns:40px 1fr auto;gap:13px;align-items:center;border-radius:13px;background:var(--cream)}.hl2-person>img{width:38px;height:38px;display:block;border:2px solid #fff;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px #1817131f}.hl2-person>b{font-size:14px}.hl2-person>i{padding:6px 11px;border-radius:999px;background:var(--green-soft);color:var(--green);font: 850 10px DM Sans,sans-serif}.hl2-person.pending{background:#fbeadf}.hl2-person.pending>i{background:#fff;color:var(--brick)}.hl2-proof{margin-top:18px;padding-top:17px;display:grid;grid-template-columns:auto 1fr;gap:2px 9px;align-items:center;border-top:1px solid var(--line);font-size:12px}.hl2-proof>span{grid-row:1/3;display:grid;place-items:center}.hl2-proof b{font-size:12px}.hl2-proof em{color:var(--muted);font-size:11px;font-style:normal}.hl2-strip{min-height:112px;padding:20px clamp(24px,5vw,80px);display:grid;grid-template-columns:repeat(4,1fr);gap:28px;background:var(--green-deep);color:#fff}.hl2-strip>span{display:flex;align-items:center;gap:14px;font-size:15px;font-weight:750;line-height:1.3}.hl2-strip>span>i{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center}.hl2-strip>span>i img{width:100%;height:100%;display:block;object-fit:contain}.hl2-features{height:240vh;position:relative}.hl2-feature-sticky{position:sticky;top:92px;height:calc(100vh - 92px);max-width:1500px;margin:auto;padding:40px clamp(24px,6vw,92px) 34px;display:flex;flex-direction:column;justify-content:center;gap:20px}.hl2-section-head{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end}.hl2-section-head span,.hl2-focus-copy>span,.hl2-ideas-copy>span,.hl2-integration-copy>span,.hl2-coming>div:first-child>span,.hl2-faq-copy>span,.hl2-final span,.hl2-pricing-head>div>span{color:var(--brick);font-size:13px;font-weight:900;letter-spacing:.14em}.hl2-section-head h2,.hl2-focus h2,.hl2-ideas h2,.hl2-integrations h2,.hl2-coming h2,.hl2-faq-copy h2,.hl2-final h2,.hl2-pricing h2{margin-top:10px;font:750 clamp(38px,3.7vw,58px)/1.03 "Fraunces",serif;letter-spacing:-.03em}.hl2-section-head>p{max-width:500px;color:var(--muted);font-size:17px;line-height:1.6}.hl2-rail-head{display:flex;flex-direction:column;gap:11px}.hl2-rail-index{display:flex;gap:10px}.hl2-rail-index button{flex:1;padding:11px 12px;display:grid;grid-template-columns:30px 1fr;align-items:center;gap:9px;border:0;background:transparent;text-align:left;color:#8a857b;cursor:pointer;transition:color .25s}.hl2-rail-index button i{font:italic 750 17px Fraunces,serif}.hl2-rail-index button span{font-size:11px;font-weight:850;letter-spacing:.08em}.hl2-rail-index button.active{color:var(--ink)}.hl2-rail-progress{height:3px;background:var(--line)}.hl2-rail-progress i{display:block;height:100%;width:var(--avance,0%);background:var(--orange)}.hl2-rail-view{flex:1;min-height:0;overflow:hidden}.hl2-rail{height:100%;width:max-content;display:flex;gap:24px;will-change:transform}.hl2-feature{flex:0 0 min(880px,82vw);height:100%;padding:34px 38px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:20px;align-items:stretch;border:1px solid var(--line);border-radius:25px;overflow:hidden}.hl2-feature-copy{align-self:center}.hl2-feature.orange{background:#fbeadf}.hl2-feature.green{background:var(--green-soft)}.hl2-feature.paper{background:#fff}.hl2-feature-copy>span{color:var(--brick);font-size:11px;font-weight:900;letter-spacing:.12em}.hl2-feature.green .hl2-feature-copy>span{color:var(--green)}.hl2-feature h3{margin-top:15px;font:750 clamp(30px,2.7vw,42px)/1.05 "Fraunces",serif}.hl2-feature p{margin-top:16px;color:var(--muted);font-size:16px;line-height:1.6}.hl2-feature img{width:100%;height:100%;min-height:0;object-fit:contain;object-position:center}.hl2-focus{padding:120px clamp(24px,6vw,92px);display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(55px,8vw,125px);align-items:center;background:#f3ede3}.hl2-focus-copy>p,.hl2-ideas-copy>p{max-width:540px;margin-top:22px;color:var(--muted);font-size:17px;line-height:1.65}.hl2-focus ul{margin:28px 0 0;padding:0;list-style:none}.hl2-focus li{margin-top:12px;display:flex;align-items:center;gap:10px;font-size:15px}.hl2-focus li svg{width:20px;fill:none;stroke:var(--green);stroke-width:2.5}.hl2-dashboard-mock{padding:30px;border:1px solid var(--line);border-radius:23px;background:#fff;box-shadow:0 18px 42px #372a1f14}.hl2-mock-head{display:flex;justify-content:space-between;padding-bottom:21px;border-bottom:1px solid var(--line)}.hl2-mock-head b{font:750 21px Fraunces,serif}.hl2-mock-head span{color:var(--muted);font-size:13px}.hl2-mock-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:22px 0;border:1px solid var(--line);border-radius:14px;overflow:hidden}.hl2-mock-stats div{padding:18px;border-right:1px solid var(--line)}.hl2-mock-stats div:last-child{border:0}.hl2-mock-stats b,.hl2-mock-stats span{display:block}.hl2-mock-stats b{font:750 32px Fraunces,serif}.hl2-mock-stats span{margin-top:3px;color:var(--muted);font-size:11px}.hl2-mock-bars{display:flex;flex-direction:column;gap:19px}.hl2-mock-bars>div{display:grid;grid-template-columns:190px 1fr 45px;align-items:center;gap:14px;font-size:12px}.hl2-mock-bars i{height:9px;border-radius:20px;background:#eeeae5;overflow:hidden}.hl2-mock-bars i b{display:block;width:0;height:100%;border-radius:20px;background:var(--green)}.hl2-dashboard-mock.is-visible .hl2-mock-bars i b{animation:hl2-bar 1.1s .15s ease forwards}.hl2-mock-bars em{font-style:normal;color:var(--green);font-weight:850;text-align:right}.hl2-ideas{max-width:1500px;min-height:720px;margin:auto;padding:120px clamp(24px,6vw,92px);display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:center}.hl2-coffee{margin-top:30px;display:flex;align-items:center;gap:13px}.hl2-coffee>span{font:italic 700 16px Fraunces,serif;color:var(--green)}.hl2-idea-deck{height:430px;position:relative;border-radius:25px;background:#fbeadf;border:1px solid var(--line);box-shadow:0 18px 40px #372a1f12}.hl2-idea-deck:before,.hl2-idea-deck:after{content:"";position:absolute;border:1px solid var(--line);border-radius:25px;top:13px;right:-13px;bottom:-13px;left:13px;background:var(--green-soft);z-index:-1}.hl2-idea-deck:after{top:25px;right:-25px;bottom:-25px;left:25px;background:#fff;z-index:-2}.hl2-idea-deck article{position:absolute;top:0;right:0;bottom:0;left:0;padding:55px;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .45s,transform .45s}.hl2-idea-deck article.active{opacity:1;transform:none;pointer-events:auto}.hl2-idea-deck article>span{color:var(--brick);font-size:11px;font-weight:900;letter-spacing:.13em}.hl2-idea-deck article h3{max-width:650px;margin-top:18px;font:750 clamp(32px,3vw,46px)/1.08 "Fraunces",serif}.hl2-idea-deck article p{max-width:650px;margin-top:18px;color:var(--muted);font-size:16px;line-height:1.65}.hl2-idea-cta{margin-top:28px;width:max-content;display:flex;align-items:center;gap:10px;padding-bottom:3px;border-bottom:2px solid transparent;color:var(--green);font-size:14px;font-weight:850;text-decoration:none;transition:gap .2s,border-color .2s}.hl2-idea-cta:hover{gap:15px;border-bottom-color:var(--green)}.hl2-idea-cta svg{width:19px;fill:none;stroke:currentColor;stroke-width:2}.hl2-idea-dots{position:absolute;z-index:3;right:24px;top:24px;display:flex;gap:8px}.hl2-idea-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#d3c6b9;cursor:pointer}.hl2-idea-dots button.active{width:29px;border-radius:10px;background:var(--green)}.hl2-integrations{padding:120px clamp(24px,6vw,92px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(60px,9vw,150px);align-items:center;background:var(--green-deep);color:#fff}.hl2-integration-copy>span{color:#f3c9a8}.hl2-integration-copy>p{max-width:580px;margin-top:22px;color:#ffffffbd;font-size:17px;line-height:1.65}.hl2-domain{margin-top:32px;padding:18px 21px;border:1px solid rgba(255,255,255,.27);border-radius:14px;position:relative;overflow:hidden}.hl2-domain small,.hl2-domain b{display:block}.hl2-domain small{color:#f3c9a8;font-size:10px;font-weight:850;letter-spacing:.12em}.hl2-domain b{width:22ch;margin-top:7px;overflow:hidden;white-space:nowrap;border-right:2px solid #fff;font:750 21px DM Mono,monospace;animation:hl2-type 4.8s steps(22,end) infinite,hl2-caret .8s step-end infinite}.hl2-integration-cards{display:flex;flex-direction:column;gap:14px}.hl2-integration-cards article{padding:16px 19px;display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:15px;border:1px solid rgba(255,255,255,.28);border-radius:16px;background:#1d4938;transition:transform .25s,border-color .25s}.hl2-integration-cards article:hover{transform:translate(-8px);border-color:#f3c9a8}.hl2-integration-cards article>img{width:58px;height:58px;display:block;object-fit:contain}.hl2-integration-cards article div b,.hl2-integration-cards article div span{display:block}.hl2-integration-cards article div b{font-size:15px}.hl2-integration-cards article div span{margin-top:5px;color:#ffffffa8;font-size:13px}.hl2-integration-cards article>i{color:#a9e4ba;font: 850 10px DM Sans,sans-serif;text-transform:uppercase}.hl2-coming{padding:110px clamp(24px,6vw,92px);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(50px,7vw,110px);align-items:center;background:#fbeadf}.hl2-coming-copy>p{max-width:510px;margin-top:22px;color:var(--muted);font-size:17px;line-height:1.65}.hl2-coming-modules{margin-top:34px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.hl2-coming-modules article{min-width:0;padding:12px 8px 11px;display:flex;flex-direction:column;align-items:center;gap:7px;border:1px solid rgba(24,23,19,.15);background:#ffffff7a;text-align:center}.hl2-coming-modules img{width:52px;height:52px;display:block;object-fit:contain}.hl2-coming-modules b{font-size:10px;line-height:1.25}.hl2-capability-panel{min-height:430px;padding:30px;display:flex;flex-wrap:wrap;align-content:center;justify-content:center;gap:12px;border:2px solid var(--ink);background:#ffffff8c;position:relative}.hl2-capability-panel:before{content:"TODO LO QUE PODÉS ORDENAR";position:absolute;top:0;left:0;padding:8px 12px;background:var(--ink);color:#fff;font-size:9px;font-weight:900;letter-spacing:.13em}.hl2-capability-panel>span{padding:11px 17px;border:2px solid var(--ink);border-radius:999px;background:#fff;font-size:14px;font-weight:800;opacity:0;transform:translateY(12px) scale(.94)}.hl2-coming.is-visible .hl2-capability-panel>span{animation:hl2-chip-in .42s var(--delay) cubic-bezier(.2,.8,.2,1) forwards}.hl2-capability-panel>span:nth-child(3n+1){background:var(--sand)}.hl2-capability-panel>span:nth-child(4n+2){border-color:var(--brick);color:#7c2f10}.hl2-capability-panel>span:hover{transform:translateY(-2px)!important;box-shadow:3px 4px #18171321}.hl2-pricing{padding:120px clamp(24px,6vw,92px);background:#f3ede3}.hl2-pricing-head{max-width:1320px;margin:0 auto 50px;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end}.hl2-pricing-head>p{color:var(--muted);font-size:17px;line-height:1.65}.hl2-price-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.hl2-price-grid article{min-height:500px;padding:36px;display:flex;flex-direction:column;position:relative;border:1px solid var(--line);border-radius:25px;background:#fff}.hl2-price-grid article.featured{border:3px solid var(--green);padding:34px}.hl2-price-grid article>strong{position:absolute;top:-18px;left:32px;padding:8px 19px;border-radius:999px;background:var(--green);color:#fff;font-size:11px;letter-spacing:.1em}.hl2-price-grid article>span{color:var(--muted);font-size:13px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.hl2-price-grid h3{margin-top:24px;font:750 clamp(32px,3vw,44px) "Fraunces",serif}.hl2-price-grid h3 small{margin-left:8px;color:var(--muted);font:500 13px DM Sans,sans-serif}.hl2-price-grid article>p{min-height:52px;margin-top:18px;color:var(--muted);font-size:15px;line-height:1.55}.hl2-price-grid ul{margin:18px 0 32px;padding:0;list-style:none;flex:1}.hl2-price-grid li{margin:12px 0;display:flex;gap:9px;font-size:14px}.hl2-price-grid li svg{width:18px;flex:0 0 18px;fill:none;stroke:var(--green);stroke-width:2.5}.hl2-price-note{display:block;max-width:1320px;margin:18px auto 0;color:var(--muted);font-size:12px}.hl2-faq{padding:120px clamp(24px,6vw,92px);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(48px,7vw,110px);align-items:start;background:var(--cream)}.hl2-faq-copy>p{max-width:430px;margin-top:20px;color:var(--muted);font-size:17px;line-height:1.65}.hl2-faq-copy>img{width:100%;max-width:400px;margin-top:34px;display:block}.hl2-faq-lista{border-top:2px solid var(--ink)}.hl2-faq-lista article{border-bottom:1px solid rgba(24,23,19,.16)}.hl2-faq-lista h3{margin:0}.hl2-faq-lista button{width:100%;padding:25px 4px 25px 0;display:flex;align-items:center;justify-content:space-between;gap:26px;border:0;background:transparent;text-align:left;cursor:pointer;font:750 clamp(17px,1.5vw,21px)/1.3 "Fraunces",serif;color:var(--ink);transition:color .2s}.hl2-faq-lista button:hover{color:var(--brick)}.hl2-faq-lista button>i{width:27px;height:27px;flex:0 0 27px;position:relative;border:2px solid var(--ink);border-radius:50%;transition:background .2s}.hl2-faq-lista button>i:before,.hl2-faq-lista button>i:after{content:"";position:absolute;left:50%;top:50%;width:11px;height:2px;background:var(--ink);transform:translate(-50%,-50%)}.hl2-faq-lista button>i:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .3s}.hl2-faq-lista article.abierta button>i{background:#fbeadf}.hl2-faq-lista article.abierta button>i:after{transform:translate(-50%,-50%) rotate(0)}.hl2-faq-respuesta{display:grid;grid-template-rows:0fr;visibility:hidden;transition:grid-template-rows .32s ease,visibility .32s}.hl2-faq-lista article.abierta .hl2-faq-respuesta{grid-template-rows:1fr;visibility:visible}.hl2-faq-respuesta>div{overflow:hidden;min-height:0}.hl2-faq-respuesta p{max-width:640px;padding:0 40px 27px 0;color:var(--muted);font-size:16px;line-height:1.65}.hl2-final{padding:88px clamp(24px,6vw,92px);display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--sand)}.hl2-final h2{font-size:clamp(34px,3.7vw,54px)}.hl2-footer{min-height:170px;padding:44px clamp(24px,6vw,92px);display:flex;align-items:center;justify-content:center;border-top:1px solid var(--line);background:var(--cream)}.hl2-footer>[role=img]{mix-blend-mode:multiply}@keyframes hl2-card-in{0%{opacity:0;transform:translateY(25px) rotate(2deg)}to{opacity:1;transform:rotate(.5deg)}}@keyframes hl2-grow{0%{width:0}to{width:75%}}@keyframes hl2-bar{to{width:var(--bar)}}@keyframes hl2-chip-in{to{opacity:1;transform:none}}@keyframes hl2-type{0%,10%{width:0}55%,90%{width:22ch}to{width:0}}@keyframes hl2-caret{50%{border-color:transparent}}@media(max-width:1100px){.hl2-nav nav{display:none}.hl2-nav{grid-template-columns:1fr 1fr}.hl2-hero{grid-template-columns:1fr;max-width:850px}.hl2-product-card{transform:none}.hl2-strip{grid-template-columns:repeat(2,1fr)}.hl2-portada{min-height:70vh;min-height:70dvh}.hl2-feature-sticky{padding-top:32px}.hl2-feature{flex-basis:88vw}.hl2-focus,.hl2-ideas,.hl2-integrations,.hl2-coming,.hl2-faq{grid-template-columns:1fr;gap:55px}.hl2-faq-copy>img{display:none}.hl2-price-grid{grid-template-columns:1fr;max-width:660px}.hl2-price-grid article{min-height:0}}@media(max-width:700px){.hl2-nav{height:72px;padding:0 18px;position:relative}.hl2-logo [role=img]{max-width:190px}.hl2-nav-actions .hl2-login{display:none}.hl2-nav .hl2-button{min-height:42px;padding:0 18px;font-size:13px}.hl2-hero{min-height:0;padding:42px 24px 70px;gap:50px}.hl2-hero h1{font-size:43px}.hl2-hero-copy>p{font-size:17px}.hl2-actions,.hl2-actions .hl2-button{width:100%}.hl2-product-card{padding:21px}.hl2-product-top{align-items:flex-start}.hl2-product-top>strong{font-size:9px}.hl2-person{grid-template-columns:36px 1fr auto}.hl2-person>img{width:36px;height:36px}.hl2-person>b{font-size:12px}.hl2-proof{grid-template-columns:auto 1fr}.hl2-portada{min-height:76vh;min-height:76dvh;gap:20px;padding:32px 24px}.hl2-portada-acciones{width:100%;flex-direction:column}.hl2-portada-acciones .hl2-button{width:100%}.hl2-footer{padding:36px 24px}.hl2-strip{grid-template-columns:1fr;padding:24px;gap:13px}.hl2-strip>span{font-size:14px}.hl2-strip>span>i{width:52px;height:52px;flex-basis:52px}.hl2-features{height:auto}.hl2-feature-sticky{position:relative;top:0;height:auto;padding:80px 0;gap:18px}.hl2-feature-sticky>.hl2-section-head,.hl2-rail-head{padding:0 24px}.hl2-section-head,.hl2-pricing-head{grid-template-columns:1fr;gap:22px}.hl2-rail-index button{padding:9px 0;grid-template-columns:26px 1fr}.hl2-rail-view{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hl2-rail-view::-webkit-scrollbar{display:none}.hl2-rail{width:max-content;padding:0 24px;gap:14px;transform:none!important}.hl2-feature{flex:0 0 84vw;height:auto;min-height:470px;grid-template-columns:1fr;grid-template-rows:auto minmax(190px,1fr);scroll-snap-align:start;padding:26px}.hl2-feature img{height:100%;min-height:0;max-height:none}.hl2-focus,.hl2-ideas,.hl2-integrations,.hl2-coming,.hl2-pricing,.hl2-faq{padding:80px 24px}.hl2-dashboard-mock{padding:19px}.hl2-mock-stats{grid-template-columns:repeat(2,1fr)}.hl2-mock-stats div:nth-child(2){border-right:0}.hl2-mock-bars>div{grid-template-columns:1fr 45px}.hl2-mock-bars>div>span{grid-column:1/3}.hl2-ideas{min-height:0}.hl2-idea-deck{height:510px}.hl2-idea-deck article{padding:36px 28px}.hl2-integration-cards article{grid-template-columns:62px 1fr}.hl2-integration-cards article>i{grid-column:2}.hl2-coming{gap:40px}.hl2-coming-modules{grid-template-columns:repeat(3,1fr)}.hl2-capability-panel{min-height:0;padding:54px 16px 22px;gap:9px}.hl2-capability-panel>span{padding:9px 13px;font-size:12px}.hl2-pricing-head{margin-bottom:45px}.hl2-price-grid article{padding:30px}.hl2-final{padding:70px 24px;align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.hl2-portada-flecha{animation:none}.hl2 *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hl2-domain b{width:auto;border:0}.hl2-capability-panel>span{opacity:1;transform:none}}
