.section-calendario{--Border-Radius-M: 24px;--Spacing-XS: 8px;--card-width: 252px;--card-height: 252px;--card-open-width: 980px;--card-open-height: 476px;--grid-gap: 28px;--pink: #f52466;--navy: #0d233d;--white: #ffffff}.events-wrapper,.events-wrapper *{box-sizing:border-box}.events-wrapper{width:100%;padding:0;overflow-x:hidden;overscroll-behavior-x:contain}.events-grid{max-width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-flow:row;grid-auto-rows:auto;gap:var(--grid-gap);align-items:start;position:relative}.event-card{position:relative;display:flex;width:var(--card-width);height:var(--card-height);flex-direction:column;justify-content:flex-end;align-items:center;grid-column:span 1;grid-row:auto;padding:0;border-radius:var(--Border-Radius-M, 24px);background:var(--card-image) #d3d3d3 50% / cover no-repeat;overflow:hidden;isolation:isolate;transform-origin:top left;will-change:transform}.event-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,#06142500 30%,#0614250d 50%,#061425c7);transition:opacity .28s ease}.event-card.is-open{display:flex;width:var(--card-open-width);height:var(--card-open-height);padding:var(--Spacing-XS, 8px);flex-direction:column;justify-content:flex-end;align-items:center;grid-column:1 / -1;grid-row:auto;z-index:5}.event-card.is-open:before{opacity:.25}.event-card__date{position:absolute;top:14px;left:14px;z-index:10;width:52px;height:52px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:12px;background:var(--pink);color:var(--white);text-transform:uppercase;pointer-events:none}.event-card__date-month{display:block;font-size:10px;font-weight:600;line-height:1.1}.event-card__date-day{display:block;margin-top:1px;font-size:21px;font-weight:700;line-height:1}.event-card__favorite{position:absolute;top:14px;right:14px;z-index:10;width:42px;height:42px;padding:0;display:none!important;align-items:center;justify-content:center;border:0;border-radius:50%;background:#fff;color:#111;cursor:pointer;transition:transform .18s ease}.event-card__favorite:hover{transform:scale(1.07)}.event-card__favorite svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}.event-card__favorite.is-favorite svg{fill:var(--pink);stroke:var(--pink)}.event-card__closed{position:relative;z-index:5;width:100%;padding:16px;opacity:1;visibility:visible;transform:translateY(0);transition:opacity .16s ease,visibility .16s ease,transform .25s ease}.event-card__open-button{width:100%;height:auto;padding:8px 14px;display:flex;align-items:center;justify-content:center;gap:20px;border:0;border-radius:100px;background:var(--pink);color:#fff;font:inherit;font-size:16px;font-weight:600;cursor:pointer;transition:transform .18s ease,filter .18s ease}.event-card__open-button:hover{transform:translateY(-2px);filter:brightness(1.04)}.event-card__open-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2}.event-card.is-open .event-card__closed{opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none}.event-card__expanded{position:absolute;left:var(--Spacing-XS);right:var(--Spacing-XS);bottom:var(--Spacing-XS);z-index:6;padding:24px;border:1px solid rgba(255,255,255,.25);border-radius:20px;background:linear-gradient(110deg,#081d32f5,#0f2742e6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;opacity:0;visibility:hidden;transform:translateY(14px);pointer-events:none;transition:opacity .18s ease,visibility .18s ease,transform .28s cubic-bezier(.22,1,.36,1)}.event-card.is-open .event-card__expanded{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition-delay:.1s}.event-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding-right:60px;margin-bottom:16px}.event-card__price{display:inline-flex;align-items:center;min-height:36px;padding:8px 16px;border-radius:100px;background:var(--pink);color:#fff;font-size:14px;font-weight:500}.event-card__time{font-size:16px;font-weight:700}.event-card__title{max-width:850px;margin:0 0 10px;color:#fff;font-size:26px;font-weight:700;line-height:1.15}.event-card__description{max-width:820px;margin:0 0 20px;color:#ffffffe0;font-size:15px;line-height:1.5}.event-card__actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.event-card__action{min-height:46px;padding:10px 20px;display:flex;justify-content:center;align-items:center;gap:18px;border:1px solid var(--pink);border-radius:100px;background:var(--pink);color:#fff;font-size:14px;font-weight:500;text-decoration:none;transition:transform .18s ease,filter .18s ease}.event-card__action:hover{transform:translateY(-1px);filter:brightness(1.04)}.event-card__action--secondary{background:#fff;color:var(--pink)}.event-card__action svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2}.event-card__close{position:absolute;top:14px;right:14px;z-index:4;width:38px;height:38px;padding:0;display:flex;justify-content:center;align-items:center;border:0;border-radius:50%;background:var(--pink);color:#fff;cursor:pointer;transition:transform .18s ease,filter .18s ease}.event-card__close:hover{transform:scale(1.07);filter:brightness(1.05)}.event-card__close svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.4}.event-card button:focus-visible,.event-card a:focus-visible{outline:3px solid white;outline-offset:3px}@media(min-width:821px)and (max-width:1100px){.events-wrapper{padding:32px 24px}.events-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.event-card{width:100%;height:auto;aspect-ratio:1 / 1;grid-column:span 1;grid-row:auto}.event-card.is-open{width:100%;height:auto;aspect-ratio:980 / 476;grid-column:1 / -1;grid-row:auto;padding:8px}.event-card__expanded{padding:22px}.event-card__title{font-size:24px}}@media(min-width:601px)and (max-width:820px){.events-wrapper{padding:28px 20px}.events-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.event-card{width:100%;height:auto;aspect-ratio:1 / 1;grid-column:span 1;grid-row:auto}.event-card.is-open{width:100%;height:clamp(380px,56vw,460px);aspect-ratio:auto;grid-column:1 / -1;grid-row:auto;padding:8px}.event-card__expanded{padding:22px}.event-card__title{font-size:23px}}@media(max-width:600px){.events-wrapper{width:100%;padding:20px 16px;overflow-x:hidden}.events-grid{width:100%;margin:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.event-card{width:100%;height:auto;aspect-ratio:1 / 1;grid-column:span 1;grid-row:auto;border-radius:18px}.event-card.is-open{width:100%;height:auto;aspect-ratio:1 / 1;grid-column:1 / -1;grid-row:span 2;padding:8px;border-radius:20px}.event-card__date{top:10px;left:10px;width:42px;height:42px;border-radius:10px}.event-card__date-month{font-size:8px}.event-card__date-day{font-size:17px}.event-card__favorite{top:10px;right:10px;width:36px;height:36px}.event-card__favorite svg{width:19px;height:19px}.event-card__closed{padding:10px}.event-card__open-button{height:42px;padding:0 12px;gap:8px;font-size:13px}.event-card__open-button svg{width:14px;height:14px}.event-card__expanded{left:8px;right:8px;bottom:8px;max-height:calc(100% - 72px);overflow-y:auto;padding:16px;border-radius:16px;scrollbar-width:thin}.event-card__meta{padding-right:36px;margin-bottom:9px;align-items:flex-start;flex-direction:column;gap:5px}.event-card__price{min-height:28px;padding:5px 10px;font-size:11px}.event-card__time{font-size:12px;line-height:1.3}.event-card__title{margin-bottom:7px;font-size:18px;line-height:1.15}.event-card__description{margin-bottom:12px;font-size:12px;line-height:1.35}.event-card__actions{grid-template-columns:1fr;gap:6px}.event-card__action{min-height:38px;padding:7px 12px;gap:10px;font-size:11px}.event-card__action svg{width:14px;height:14px}.event-card__close{top:9px;right:9px;width:32px;height:32px}.event-card__close svg{width:14px;height:14px}}@media(max-width:420px){.events-wrapper{padding:16px 12px}.events-grid{gap:10px}.event-card{border-radius:16px}.event-card.is-open{border-radius:18px}.event-card__date{top:8px;left:8px;width:38px;height:38px}.event-card__date-day{font-size:15px}.event-card__favorite{top:8px;right:8px;width:32px;height:32px}.event-card__favorite svg{width:17px;height:17px}.event-card__closed{padding:8px}.event-card__open-button{height:38px;padding:0 8px;font-size:12px}.event-card__expanded{left:7px;right:7px;bottom:7px;max-height:calc(100% - 62px);padding:13px}.event-card__meta{margin-bottom:7px}.event-card__price{min-height:25px;padding:4px 9px;font-size:10px}.event-card__time{font-size:11px}.event-card__title{margin-bottom:6px;font-size:16px}.event-card__description{margin-bottom:9px;font-size:11px}.event-card__action{min-height:34px;font-size:10px}}@media(prefers-reduced-motion:reduce){.event-card,.event-card *,.event-card:before{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.section-calendario .event-card__image{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover}.section-calendario .event-card__favorite svg,.section-calendario .event-card__close svg,.section-calendario .event-card__action svg,.section-calendario .event-card__open-button svg{display:block}.section-calendario .event-card__favorite.is-favorite svg{fill:var(--pink);stroke:var(--pink)}.section-calendario .event-card--past .event-card__image{filter:grayscale(1) saturate(.3) contrast(.82);opacity:.64}.section-calendario .event-card--past .event-card__open-button,.section-calendario .event-card--past .event-card__action{background:#68616d;border-color:#68616d}.section-calendario .event-card--past .event-card__date{background:#68616d}.section-calendario .event-card__action[aria-disabled=true]{opacity:.55;pointer-events:none}@media(prefers-reduced-motion:reduce){.section-calendario .event-card__image{transition:none}}.events-grid{width:100%;max-width:none;margin:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,2cqw,28px)}.event-card{width:100%;min-width:0;height:auto;aspect-ratio:1 / 1}.event-card.is-open{width:100%;max-width:none;height:clamp(360px,48cqw,476px);aspect-ratio:auto}@container calendario-main (min-width: 720px){.events-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@container calendario-main (min-width: 520px) and (max-width: 719px){.events-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,2.5cqw,18px)}.event-card.is-open{height:clamp(360px,56cqw,460px)}}@container calendario-main (min-width: 380px) and (max-width: 519px){.events-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.event-card.is-open{height:auto;aspect-ratio:1 / 1}}@container calendario-main (max-width: 379px){.events-grid{grid-template-columns:1fr;gap:14px}.event-card.is-open{height:420px;aspect-ratio:auto}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/calendario-grid.css.map */
