{"id":110,"date":"2026-01-28T14:42:34","date_gmt":"2026-01-28T14:42:34","guid":{"rendered":"https:\/\/loopchicago.local\/?page_id=110"},"modified":"2026-06-29T16:16:11","modified_gmt":"2026-06-29T21:16:11","slug":"home","status":"publish","type":"page","link":"https:\/\/loopchicago.com\/es\/","title":{"rendered":"Home"},"content":{"rendered":"<style id=\"loopchicago-hero-inline-css\">:root {--white: #ffffff;--black: #000000;--gray-black: #2d2a27;--brand-light-green: #bad536;--a11y-focus: #0066cc;--spacing-sm: 0.5rem;--spacing-md: 1rem;--spacing-xl: 2rem;--radius-lg: 0.9375rem;}\/**\n * Home Page Hero Block Styles\n *\n * @package LoopChicago\n * @since 1.0.0\n *\/\n\n\/* Hero Container - Full viewport width breakout *\/\n.hero-block.hero-block.alignfull {\n\tposition: relative;\n\twidth: 100vw;\n\tmax-width: none;\n\tmin-height: max(700px, 100vh);\n\toverflow: visible;\n\tleft: 50%;\n\tmargin-left: 0;\n\tmargin-right: 0;\n\ttransform: translateX(-50%);\n\tbackground-color: var(--brand-light-green);\n\tdisplay: flex;\n\tflex-direction: column;\n}\n\n\/* Hero Content Section - Contains video and all overlays *\/\n.hero-content-section {\n\tposition: relative;\n\twidth: 100%;\n\tflex: 1;\n\tmin-height: calc(max(700px, 100vh) - 80px); \/* Total height minus advisories bar *\/\n}\n\n\/* Large screens: Increase min-height to prevent squishing *\/\n@media (width >= 100rem) {\n\t\/* 100rem = 1600px (large screens) *\/\n\t.hero-block.hero-block.alignfull {\n\t\tmin-height: max(1000px, 100vh);\n\t}\n\n\t.hero-content-section {\n\t\tmin-height: calc(max(1000px, 100vh) - 80px); \/* 920px minimum, grows with viewport *\/\n\t}\n}\n\n\/* Video Background *\/\n.hero-video-container {\n\tposition: absolute;\n\ttop: 0;\n\t\/* Extend 1px past each horizontal edge so the hairline gap caused by\n\t   sub-pixel rounding on .hero-block.alignfull's translateX(-50%) centering\n\t   is covered by the poster\/video instead of exposing the green section\n\t   background. overflow: hidden clips the bleed; border-radius still paints. *\/\n\tleft: -1px;\n\twidth: calc(100% + 2px);\n\theight: 100%;\n\tz-index: 1;\n\toverflow: hidden;\n\tborder-bottom-right-radius: 40px;\n\tborder-bottom-left-radius: 40px;\n}\n\n.hero-video-container iframe {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\twidth: 100vw;\n\theight: 56.25vw; \/* 16:9 aspect ratio *\/\n\tmin-height: 100vh;\n\tmin-width: 177.77vh; \/* 16:9 aspect ratio *\/\n\ttransform: translate(-50%, -50%);\n\tz-index: 1;\n}\n\n\/* Desktop poster-as-background: sits behind the iframe so it shows during the\n   Vimeo load flash and also covers any sub-pixel gap at the iframe's left edge\n   that would otherwise expose the green section background. *\/\n.hero-video-container .hero-video-poster-bg {\n\tposition: absolute;\n\tinset: 0;\n\twidth: 100%;\n\theight: 100%;\n\tobject-fit: cover;\n\tobject-position: center;\n\tz-index: 0;\n}\n\n\/* Hide Firefox Picture-in-Picture button overlay *\/\n.hero-video-container iframe::-moz-picture-in-picture-toggle {\n\tdisplay: none;\n}\n\n\/* Video Pause\/Play Toggle Button *\/\n.hero-video-toggle {\n\tposition: absolute;\n\tbottom: 20px;\n\tleft: 20px;\n\tz-index: 3;\n\twidth: 44px;\n\theight: 44px;\n\tmin-width: 44px;\n\tmin-height: 44px;\n\tbackground: rgb(0 0 0 \/ 60%);\n\tborder: 2px solid rgb(255 255 255 \/ 80%);\n\tborder-radius: 50%;\n\tcolor: white;\n\tcursor: pointer;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\ttransition: all 0.2s ease;\n}\n\n\/* Tablet and up: Move to bottom right *\/\n@media (min-width: 768px) {\n\t.hero-video-toggle {\n\t\tleft: auto;\n\t\tright: 20px;\n\t}\n}\n\n.hero-video-toggle:hover {\n\tbackground: rgb(0 0 0 \/ 80%);\n\tborder-color: white;\n\ttransform: scale(1.05);\n}\n\n.hero-video-toggle:focus-visible {\n\toutline: 3px solid var(--a11y-focus);\n\toutline-offset: 2px;\n}\n\n.hero-video-toggle__icon {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\twidth: 24px;\n\theight: 24px;\n\tmin-width: 24px;\n\tmin-height: 24px;\n\tflex-shrink: 0;\n}\n\n.hero-video-toggle__icon svg {\n\twidth: 24px;\n\theight: 24px;\n\tdisplay: block;\n}\n\n\/* Gradient Overlay *\/\n.hero-gradient-overlay {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n  opacity: .9;\n\tbackground: linear-gradient(180deg, #000 7.06%, rgb(102 102 102 \/ 20%) 52.61%, rgb(102 102 102 \/ 0%) 98.62%);\n\tz-index: 2;\n\tpointer-events: none;\n}\n\n\/* Main Headline Container - Vertically centered with minimum top clearance *\/\n.hero-headline {\n\tposition: absolute;\n\ttop: max(50%, 120px);\n\tleft: 50%;\n\ttransform: translate(-50%, -50%);\n\tz-index: 10;\n\tmargin: 0;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\t\/* Fluid width: 84% of viewport, clamped between 269px and 430px *\/\n\twidth: clamp(269px, 84vw, 430px);\n}\n\n\/* Tablet and up: fluid width using two blended linear functions (steep 1280-1440, gentle 1440+) *\/\n@media (min-width: 768px) {\n\t.hero-headline {\n\t\twidth: clamp(430px, min(calc(102.5vw - 882px), calc(30vw + 162px)), 928px);\n\t}\n}\n\n\/* Headline SVG - fills available space within padding *\/\n.hero-headline__svg {\n\twidth: 100%;\n\theight: auto;\n\tdisplay: block;\n\tfilter: drop-shadow(0 4px 4px rgb(0 0 0 \/ 25%));\n}\n\n\/* Trademark \/ registered symbol \u2014 positioned absolutely so it sits just\n   outside the right edge of the logo without shrinking the SVG (which is\n   width: 100% of its flex parent). Vertically centered on the image. *\/\n.hero-headline__trademark {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 100%;\n\ttransform: translateY(-50%);\n\tmargin-inline-start: 0.15em;\n\t\/* System font sidesteps the webfont swap CLS \u2014 TM\/\u00ae glyphs are\n\t   visually identical across system fonts so there's no design cost. *\/\n\tfont-family: system-ui, -apple-system, \"Segoe UI\", sans-serif;\n\tfont-size: clamp(1.75rem, 3.2vw, 2rem);\n\tline-height: 1;\n\tcolor: var(--white);\n\ttext-shadow: 0 2px 4px rgb(0 0 0 \/ 25%);\n\tfont-weight: normal;\n}\n\n\/* Overlay SVGs - positioned in lower right corner *\/\n.hero-overlay-svg-mobile,\n.hero-overlay-svg-desktop {\n\tposition: absolute;\n\tz-index: 5;\n\tpointer-events: none;\n}\n\n.hero-overlay-svg-mobile {\n\twidth: 80vw;\n\tmax-width: 500px;\n\tright: 0;\n\tbottom: 0;\n\tdisplay: block;\n}\n\n.hero-overlay-svg-desktop {\n\tbottom: 0;\n\tright: 0;\n\twidth: 43vw;\n\tdisplay: none;\n}\n\n\/* Show\/hide overlays at tablet breakpoint (768px) *\/\n@media (min-width: 768px) {\n\t.hero-block .hero-overlay-svg-mobile {\n\t\tdisplay: none;\n\t}\n\n\t.hero-block .hero-overlay-svg-desktop {\n\t\tdisplay: block;\n\t}\n}\n\n\/* Editor-specific: Ensure only desktop overlay shows in editor (always desktop width) *\/\n.editor-styles-wrapper .hero-block .hero-overlay-svg-mobile {\n\tdisplay: none;\n}\n\n.editor-styles-wrapper .hero-block .hero-overlay-svg-desktop {\n\tdisplay: block;\n}\n\n\/* Social Links - Lower left corner aligned with logo *\/\n.hero-social-links {\n\tposition: absolute;\n\tbottom: calc(16px + var(--spacing-xl)); \/* Above advisories bar *\/\n\tleft: 30px; \/* Aligns with logo left edge (header padding) *\/\n\tz-index: 10;\n\tbackground: var(--gray-black);\n\tborder-radius: var(--radius-lg);\n\tpadding: var(--spacing-sm) var(--spacing-md);\n\twidth: fit-content;\n}\n\n\/* Large screens: Account for centered grid container (max-width 1440px) *\/\n@media (width > 1440px) {\n\t.hero-social-links {\n\t\tleft: calc((100vw - 1440px) \/ 2 + 30px); \/* Centered container margin + header padding *\/\n\t}\n}\n\n.hero-social-links .wp-block-social-links {\n\tdisplay: flex;\n\tflex-direction: row;\n\tgap: var(--spacing-sm);\n\tmargin: 0;\n\tpadding: 0;\n\tlist-style: none;\n  background: none;\n}\n\n.hero-social-links .wp-social-link {\n\tmargin: 0;\n\tbackground: transparent;\n}\n\n.hero-social-links .wp-social-link a {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\twidth: 44px;\n\theight: 44px;\n\tmin-width: 44px;\n\tmin-height: 44px;\n\tborder-radius: 50%;\n\tbackground: transparent;\n\tcolor: var(--white);\n\ttransition: all 0.2s ease;\n}\n\n.hero-social-links .wp-social-link svg {\n\twidth: 24px;\n\theight: 24px;\n\tfill: var(--white);\n}\n\n.hero-social-links .wp-social-link a:hover svg,\n.hero-social-links .wp-social-link a:focus svg {\n  fill: var(--brand-light-green);\n}\n\n\n\/* Scroll Down Button *\/\n.hero-scroll-button {\n\tposition: absolute;\n\tbottom: var(--spacing-xl); \/* Above advisories bar *\/\n\tleft: 50%;\n\ttransform: translateX(-50%);\n\tz-index: 10;\n\tbackground: transparent;\n\tborder: none;\n\tpadding: 0;\n\twidth: 88px; \/* Double the original 44px *\/\n\theight: 88px;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tcursor: pointer;\n\ttransition: all 0.3s ease;\n\ttext-decoration: none;\n}\n\n.hero-scroll-button:hover,\n.hero-scroll-button:focus {\n\ttransform: translateX(-50%) translateY(5px);\n}\n\n.hero-scroll-button__icon {\n\twidth: 48px; \/* Double the original 24px *\/\n\theight: 48px;\n\tdisplay: block;\n}\n\n@keyframes hero-bounce {\n\t0%,\n\t20%,\n\t50%,\n\t80%,\n\t100% {\n\t\ttransform: translateY(0);\n\t}\n\n\t40% {\n\t\ttransform: translateY(-10px);\n\t}\n\n\t60% {\n\t\ttransform: translateY(-5px);\n\t}\n}\n\n@media (prefers-reduced-motion: reduce) {\n\t.hero-scroll-button__icon {\n\t\tanimation: none;\n\t}\n\n\t.hero-scroll-button:hover,\n\t.hero-scroll-button:focus {\n\t\ttransform: translateX(-50%) translateY(0);\n\t}\n}\n\n\/* Loop Advisories Bar *\/\n.hero-advisories-bar {\n\tposition: relative;\n\twidth: 100%;\n\theight: 80px;\n\tbackground-color: var(--brand-light-green);\n\tz-index: 10;\n}\n\n.hero-advisories-content {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\theight: 100%;\n\tpadding: 18px 30px; \/* Match .inside-header padding *\/\n\tgap: var(--spacing-md);\n\tmargin: 0 auto; \/* Center the grid-container *\/\n}\n\n\/* Mobile: keep items on same line *\/\n@media (max-width: 767px) {\n\t.hero-advisories-bar {\n\t\theight: 96px;\n\t\tpadding: 0;\n\t}\n\n\t.hero-advisories-content {\n\t\tflex-wrap: nowrap; \/* Prevent wrapping *\/\n\t\tpadding: 0 var(--spacing-md); \/* Viewport-edge breathing room (~16px) *\/\n\t\tgap: 0; \/* Spacing handled entirely by pipe margins so both sides of the divider stay equal *\/\n\t\tjustify-content: center;\n\t\tmin-width: 0; \/* Allow flex children to shrink below their content size *\/\n\t}\n\n\t\/* Specificity bumped (.hero-advisories-bar prefix) so these win over the\n\t   unqualified base rule further down in source order. *\/\n\t.hero-advisories-bar .hero-advisories-title {\n\t\tflex: 0 1 auto;\n\t\tmin-width: 0; \/* Required for ellipsis inside flex *\/\n\t\tmax-width: 60%; \/* Hard cap so the button always has room *\/\n\t\tmin-height: 44px; \/* Match button min-height so flex centering aligns both visually *\/\n\t\tfont-size: 24px;\n\t\tline-height: 1; \/* Tight line box so the optical center matches the button text *\/\n\t\twhite-space: nowrap;\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t}\n\n\t\/* Symmetric pipe spacing: equal whitespace on both sides of the divider.\n\t   Flex gap and button padding-left are both 0 on mobile so these margins\n\t   are the only thing contributing to the visible gaps. Roomy at the upper\n\t   end of mobile; tightened in the narrower breakpoints below. *\/\n\t.hero-advisories-bar .hero-advisories-title::after {\n\t\tmargin-left: var(--spacing-md);\n\t\tmargin-right: var(--spacing-md);\n\t}\n\n\t.hero-advisories-content .lc-btn.hero-advisories-button {\n\t\tflex: 0 0 auto;\n\t\twhite-space: nowrap; \/* Prevent button label from wrapping to a 2nd line *\/\n\t\tmargin-left: 0; \/* Override desktop -1rem pull that otherwise overlaps the title separator *\/\n\t\tpadding: 12px 0; \/* No horizontal padding so pipe margins own the visible gap *\/\n\t\tgap: 8px; \/* Tighter than base 16px (text \u2194 arrow icon inside the button) *\/\n\t}\n\n\t\/* Mid-narrow phones: tighten pipe spacing + shrink button text to free up room *\/\n\t@media (max-width: 499px) {\n\t\t.hero-advisories-bar .hero-advisories-title::after {\n\t\t\tmargin-left: var(--spacing-sm);\n\t\t\tmargin-right: var(--spacing-sm);\n\t\t}\n\n\t\t.hero-advisories-content .lc-btn,\n\t\t.hero-advisories-content .lc-btn.hero-advisories-button {\n\t\t\tmargin-left: 0; \/* Override desktop -1rem pull *\/\n\t\t\tfont-size: 16px;\n\t\t}\n\t}\n\n\t\/* Extra-narrow phones: drop title a step so \"Loop Advisories\" still fits *\/\n\t@media (max-width: 399px) {\n\t\t.hero-advisories-bar .hero-advisories-title {\n\t\t\tfont-size: 20px;\n\t\t}\n\t}\n\n\t.hero-scroll-button {\n\t\tbottom: calc(var(--spacing-md) * 7); \/* Adjust for taller mobile bar and lines *\/\n\t}\n}\n\n\/* Tablet: tighten horizontal padding to prevent text overflow *\/\n@media (min-width: 768px) and (max-width: 1010px) {\n\t.hero-advisories-content {\n\t\tpadding: 18px 20px;\n\t}\n}\n\n\/* Advisory section title and subtitle styling *\/\n.hero-advisories-title {\n  color: var(--black);\n  margin: 0;\n  display: flex;\n  align-items: center;\n  font-family: var(--font-family-heading);\n  font-size: 28.5px;\n  font-style: normal;\n  font-weight: 600;\n  line-height: normal;\n}\n\n\/* Base \u2014 hidden via Tailwind `hidden` class; shown at 960px+ by the media query below *\/\n.hero-advisories-subtitle {\n  align-items: center;\n}\n\n\/* 960px+: show and style (hidden below to prevent layout issues around 840px) *\/\n@media (min-width: 960px) {\n  .hero-advisories-subtitle {\n    display: flex;\n    color: var(--black);\n    margin: 0;\n    text-transform: none;\n    font-size: 18px;\n  }\n}\n\n\/* Add pipe separators after title and subtitle using even spacing *\/\n.hero-advisories-title::after,\n.hero-advisories-subtitle::after {\n  content: '';\n  display: inline-block;\n  width: 1px;\n  height: 16px;\n  background-color: var(--black);\n  margin-left: calc(var(--spacing-md) + var(--spacing-sm));\n  margin-right: var(--spacing-sm);\n  flex-shrink: 0;\n}\n\n.hero-advisories-content .lc-btn {\n\tmargin-left: -1rem;\n}\n\n\/* Advisories button - text-only style with underline on hover *\/\n.hero-advisories-button {\n  font-size: 18px;\n\tbackground: transparent !important;\n\tcolor: var(--black) !important;\n\ttext-decoration: none;\n\ttransition: text-decoration 0.2s ease;\n}\n\n.hero-advisories-button:hover,\n.hero-advisories-button:focus {\n\tbackground: transparent !important;\n\tcolor: var(--black) !important;\n\ttext-decoration: underline;\n\ttransform: none !important;\n}\n\n.hero-advisories-button svg {\n    margin-left: 8px;\n}\n\n\/* Keep icon colors consistent - reversed colors (black bg, light green fg) *\/\n.hero-advisories-button .button-arrow-bg {\n\tfill: var(--black) !important;\n\ttransition: none !important;\n}\n\n.hero-advisories-button .button-arrow-fg {\n\tfill: var(--brand-light-green) !important;\n\ttransition: none !important;\n}\n\n.hero-advisories-button:hover .button-arrow-bg,\n.hero-advisories-button:focus .button-arrow-bg {\n\tfill: var(--black) !important;\n}\n\n.hero-advisories-button:hover .button-arrow-fg,\n.hero-advisories-button:focus .button-arrow-fg {\n\tfill: var(--brand-light-green) !important;\n}\n\n\/* Poster Image *\/\n.hero-poster-container {\n\tposition: absolute;\n\ttop: 0;\n\t\/* Match .hero-video-container's 1px horizontal bleed so sub-pixel rounding\n\t   on .hero-block.alignfull's translateX(-50%) centering doesn't expose the\n\t   green section background at the edges on mobile. *\/\n\tleft: -1px;\n\twidth: calc(100% + 2px);\n\theight: 100%;\n\tz-index: 1;\n\toverflow: hidden;\n\t\/* Match .hero-video-container's bottom rounding so the green section corners\n\t   still show when this container takes over (reduced-motion users, or mobile\n\t   poster-only path). Top stays square because the section already meets the\n\t   header flush. *\/\n\tborder-bottom-right-radius: 40px;\n\tborder-bottom-left-radius: 40px;\n}\n\n.hero-poster-container img {\n\twidth: 100%;\n\theight: 100%;\n\tobject-fit: cover;\n}\n\n\/* Transit line z-index override \u2014 must sit above video (z-index: 1) *\/\n.hero-block .lc-tl {\n\tz-index: 5;\n}\n\n\/* Close the hairline seam between the bend  and the stretched extend\n    on edge-extend lines. Sub-pixel rounding between the fixed-size bend\n   and the 100%-background extend can expose a 1px gap; overlap by 1px to\n   hide it without shifting the visual layout perceptibly.\n   For align-right (row): extend sits to the right of the bend, pull its left in.\n   For align-left (row-reverse): extend sits to the left of the bend, pull its right in. *\/\n.hero-block .lc-tl--edge-extend.lc-tl--align-right .lc-tl__extend {\n\tmargin-left: -1px;\n\twidth: calc(100% - var(--lc-tl-bend-width, 0px) + 1px);\n}\n\n.hero-block .lc-tl--edge-extend.lc-tl--align-left .lc-tl__extend {\n\tmargin-right: -1px;\n\twidth: calc(100% - var(--lc-tl-bend-width, 0px) + 1px);\n}\n\n\/* Scope transit line frame to content area only \u2014 stop above advisories bar.\n   lc_render_transit_line() is called after  per convention, so the\n   frame covers the full block. Offset bottom to exclude the fixed-height bar.\n   z-index + isolation lift the whole frame above the Vimeo iframe (z-index: 1),\n   which otherwise renders on its own GPU layer and can cover z-index:auto siblings. *\/\n.hero-block > .lc-tl-frame {\n\tbottom: 80px; \/* Must match .hero-advisories-bar rendered height (desktop) *\/\n\t\/* Safari treats overflow-x:visible + overflow-y:clip as clip-on-both-axes,\n\t   which hid the edge-extend stretch projecting past the 1440px frame.\n\t   clip-path crops vertically only, leaving horizontal unclipped. *\/\n\tclip-path: inset(0 -100vw);\n\tz-index: 5;\n\tisolation: isolate;\n}\n\n@media (max-width: 767px) {\n\t.hero-block > .lc-tl-frame {\n\t\tbottom: 96px; \/* Must match .hero-advisories-bar rendered height (mobile) *\/\n\t}\n\n\t\/* Cap bend width at viewport so lines scale down progressively on narrow screens\n\t   instead of overflowing. Uses min() of the scaled bend and 100vw. *\/\n\t.hero-block .lc-tl--edge-extend {\n\t\t--lc-tl-bend-width: min(\n\t\t\tcalc(var(--lc-tl-bend-width-base, 0px) * var(--lc-tl-mobile-scale, 0.75)),\n\t\t\t100vw\n\t\t);\n\t}\n}\n\n\n\/* When video plays on mobile, suppress the static mobile poster on small screens\n   so the video plays alone (prevents same-z-index stacking ambiguity with the\n   iframe). The reduced-motion rule below uses !important to override this and\n   restore the static poster as the fallback for users who opt out of motion. *\/\n.hero-poster-container--video-fallback {\n\tdisplay: none;\n}\n\n\/* Reduced Motion - Show poster instead of video *\/\n@media (prefers-reduced-motion: reduce) {\n\t.hero-video-container {\n\t\tdisplay: none !important;\n\t}\n\n\t.hero-poster-container {\n\t\tdisplay: block !important;\n\t}\n}<\/style>\n<section class=\"hero-block alignfull\" aria-label=\"Home page hero section\" x-data=\"heroScroll\">\n\t\t<div class=\"lc-tl-frame\" aria-hidden=\"true\">\n\t\t<div class=\"lc-tl lc-tl--edge-extend lc-tl--hero-graphic lc-tl--align-right lc-tl--pos-bottom\" style=\"--lc-tl-bend-width-base: 688px\">\n\t\t\t<div class=\"lc-tl__bend\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/03\/bend_svg-6.svg\" alt=\"\" loading=\"lazy\" width=\"688\" height=\"706\">\n\t\t\t<\/div>\n\t\t\t<div class=\"lc-tl__extend\" style=\"background-image: url('https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/03\/straight_h_edge_svg-6.svg');\"><\/div>\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div class=\"hero-content-section\">\n\t\t\t\t\t\t<!-- Video on all devices -->\n\t\t\t<div class=\"hero-video-container\" x-data=\"{ videoPaused: false }\">\n\t\t\t\t\t\t<picture>\n\t\t\t\t\t\t\t<source media=\"(max-width: 767px)\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/01\/loop-chicago-video-poster-scaled-1024x1379.jpg\">\n\t\t\t\t\t\t<img width=\"2560\" height=\"1379\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/01\/loop-chicago-video-poster-scaled.jpg\" class=\"hero-video-poster-bg\" alt=\"\" role=\"presentation\" aria-hidden=\"true\" loading=\"eager\" decoding=\"async\" fetchpriority=\"high\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/01\/loop-chicago-video-poster-scaled.jpg 2560w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/01\/loop-chicago-video-poster-300x162.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/01\/loop-chicago-video-poster-scaled-1024x552.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/01\/loop-chicago-video-poster-768x414.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/01\/loop-chicago-video-poster-scaled-1536x827.jpg 1536w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/01\/loop-chicago-video-poster-2048x1104.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t<\/picture>\n\t\t\t\t\t\t<iframe src=\"https:\/\/player.vimeo.com\/video\/750517824?background=1&#038;autoplay=1&#038;loop=1&#038;muted=1&#038;controls=0&#038;autopause=0&#038;playsinline=1&#038;pip=0&#038;dnt=1\"\n\t\t\t\t\t\tframeborder=\"0\"\n\t\t\t\t\t\tallow=\"autoplay; fullscreen\"\n\t\t\t\t\t\tloading=\"eager\"\n\t\t\t\t\t\ttitle=\"Background video\"\n\t\t\t\t\t\tx-ref=\"videoIframe\"><\/iframe>\n\n\t\t\t\t\t\t\t\t\t<!-- Pause\/Play Toggle Button -->\n\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\t\tclass=\"hero-video-toggle lc-focus-ring\"\n\t\t\t\t\t\t\t@click=\"videoPaused = !videoPaused; $refs.videoIframe.contentWindow.postMessage(JSON.stringify({method: videoPaused ? 'pause' : 'play'}), 'https:\/\/player.vimeo.com')\"\n\t\t\t\t\t\t\t:aria-label=\"videoPaused ? 'Play background video' : 'Pause background video'\">\n\t\t\t\t\t\t<span x-show=\"!videoPaused\" class=\"hero-video-toggle__icon\">\n\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n\t<path d=\"M6 4h4v16H6V4zm8 0h4v16h-4V4z\" fill=\"currentColor\"\/>\n<\/svg>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span x-show=\"videoPaused\" x-cloak class=\"hero-video-toggle__icon\">\n\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n\t<path d=\"M8 5v14l11-7z\" fill=\"currentColor\"\/>\n<\/svg>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t<div class=\"hero-poster-container md:hidden hero-poster-container--video-fallback\">\n\t\t\t<img width=\"1024\" height=\"1379\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/01\/loop-chicago-video-poster-scaled-1024x1379.jpg\" class=\"attachment-bg-mobile size-bg-mobile\" alt=\"\" loading=\"eager\" decoding=\"async\" sizes=\"100vw\" role=\"presentation\" aria-hidden=\"true\" \/>\t\t<\/div>\n\t\n\t\t\t<div class=\"hero-gradient-overlay\" aria-hidden=\"true\"><\/div>\n\t\n\t<!-- Headline -->\n\t\t\t<h1 class=\"hero-headline\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/chicago-loop-alliance-el-barrio-de-todos-logo.svg\"\n\t\t\t\t alt=\"El Barrio de Todos\"\n\t\t\t\t class=\"hero-headline__svg\">\n\t\t\t\t\t<\/h1>\n\t\n\t<!-- Social Media Links -->\n\t\t\t\t\t\t<div class=\"hero-social-links hidden md:flex\">\n\t\t\t\t<ul class=\"wp-block-social-links\" aria-label=\"Social Media Links\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wp-social-link wp-social-link-instagram\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/www.instagram.com\/LoopChicago\/\" class=\"wp-block-social-link-anchor\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<span class=\"lc-sr-only\">\n\t\t\t\t\t\t\t\t\tInstagram (opens in new window)\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wp-social-link wp-social-link-tiktok\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/www.tiktok.com\/@loopchicago\" class=\"wp-block-social-link-anchor\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.708 0.027c1.745-0.027 3.48-0.011 5.213-0.027 0.105 2.041 0.839 4.12 2.333 5.563 1.491 1.479 3.6 2.156 5.652 2.385v5.369c-1.923-0.063-3.855-0.463-5.6-1.291-0.76-0.344-1.468-0.787-2.161-1.24-0.009 3.896 0.016 7.787-0.025 11.667-0.104 1.864-0.719 3.719-1.803 5.255-1.744 2.557-4.771 4.224-7.88 4.276-1.907 0.109-3.812-0.411-5.437-1.369-2.693-1.588-4.588-4.495-4.864-7.615-0.032-0.667-0.043-1.333-0.016-1.984 0.24-2.537 1.495-4.964 3.443-6.615 2.208-1.923 5.301-2.839 8.197-2.297 0.027 1.975-0.052 3.948-0.052 5.923-1.323-0.428-2.869-0.308-4.025 0.495-0.844 0.547-1.485 1.385-1.819 2.333-0.276 0.676-0.197 1.427-0.181 2.145 0.317 2.188 2.421 4.027 4.667 3.828 1.489-0.016 2.916-0.88 3.692-2.145 0.251-0.443 0.532-0.896 0.547-1.417 0.131-2.385 0.079-4.76 0.095-7.145 0.011-5.375-0.016-10.735 0.025-16.093z\" \/><\/svg>\t\t\t\t\t\t\t\t<span class=\"lc-sr-only\">\n\t\t\t\t\t\t\t\t\tTikTok (opens in new window)\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wp-social-link wp-social-link-facebook\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/ChicagoLoopAlliance\" class=\"wp-block-social-link-anchor\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<span class=\"lc-sr-only\">\n\t\t\t\t\t\t\t\t\tFacebook (opens in new window)\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wp-social-link wp-social-link-linkedin\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/company\/chicagoloopalliance\/\" class=\"wp-block-social-link-anchor\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<span class=\"lc-sr-only\">\n\t\t\t\t\t\t\t\t\tLinkedIn (opens in new window)\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wp-social-link wp-social-link-youtube\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/www.youtube.com\/channel\/UCMYPAvI1n5SYDdfIA7Zvxkg\" class=\"wp-block-social-link-anchor\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<span class=\"lc-sr-only\">\n\t\t\t\t\t\t\t\t\tYouTube (opens in new window)\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\t\t\t\n\t<!-- Scroll Down Button -->\n\t\t\t<a href=\"#next-section\"\n\t\t   class=\"hero-scroll-button lc-focus-ring\"\n\t\t   aria-label=\"Scroll to next section\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/01\/loop-arrow.svg\"\n\t\t\t     alt=\"\"\n\t\t\t     aria-hidden=\"true\"\n\t\t\t     class=\"hero-scroll-button__icon\">\n\t\t<\/a>\n\t\n\t<\/div>\n\n\t<!-- Loop Advisories Bar -->\n\t<div class=\"hero-advisories-bar\">\n\t\t<div class=\"hero-advisories-content grid-container\">\n\n\t\t\t\t\t\t\t\t\t<span class=\"hero-advisories-title lc-text-button\" data-acf-inline-contenteditable=\"1\" data-acf-inline-contenteditable-field-slug=\"advisories_title\" data-acf-placeholder=\"Type to edit...\" >\n\t\t\t\t\t\tAvisos de bucle\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"hero-advisories-subtitle lc-text-button hidden\" data-acf-inline-contenteditable=\"1\" data-acf-inline-contenteditable-field-slug=\"advisories_subtitle\" data-acf-placeholder=\"Type to edit...\" >\n\t\t\t\t\t\tCierre de calles y repercusiones en el tr\u00e1fico\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t\t\t<a href=\"https:\/\/loopchicago.com\/es\/news-events\/loop-advisories\/\" class=\"lc-btn lc-btn-light lc-btn lc-btn-light hero-advisories-button\">\n\t\tM\u00e1s informaci\u00f3n\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\n\t\t<\/div>\n\t<\/div>\n\n<\/section>\n\n\n\n<section  class=\"interactive-map-block lc-section-overlap\" aria-labelledby=\"interactive-map-heading-block_59950bddd7d38f2db0e3b0f08fcec717\">\n\t<div class=\"interactive-map-container\">\n\n\t\t<!-- Content Side (First in DOM, Right on Desktop) -->\n\t\t<div class=\"interactive-map-content\">\n\t\t\t\t\t\t\t<h2 id=\"interactive-map-heading-block_59950bddd7d38f2db0e3b0f08fcec717\" class=\"interactive-map-headline\">Bienvenidos al Vecindario de Todos<\/h2>\n\t\t\t\n\t\t\t\t\t\t\t<p class=\"interactive-map-subhead\">Cualquier habitante de Chicago que se precie te dir\u00e1 que el Loop es el coraz\u00f3n de la ciudad. Es all\u00ed donde se conectan las l\u00edneas de metro y donde la energ\u00eda irradia en todas direcciones.<\/p>\n\t\t\t\n\t\t\t\t\t\t\t<div class=\"interactive-map-supporting-text\">\n\t\t\t\t\t<p>Pero el Loop es m\u00e1s que v\u00edas y trenes. Sus l\u00edmites se extienden m\u00e1s all\u00e1 de las v\u00edas, enmarcados por el r\u00edo al norte y al oeste, Ida B. Wells Drive al sur y la orilla del lago al este. Dentro de esas l\u00edneas encontrar\u00e1s un barrio lleno de cultura, comercio y conexiones.<\/p>\n<p>Bienvenido al vecindario. Desde iconos emblem\u00e1ticos hasta joyas ocultas, siempre hay algo por descubrir.<\/p>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t<div class=\"interactive-map-button-wrapper\">\n\t\t\t\t\t\t<a href=\"\/es\/experience-chicago-loop\/things-to-do\/\" class=\"lc-btn lc-btn-dark\">\n\t\tRecorre el vecindario\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t<!-- Map Side (Second in DOM, Left on Desktop) -->\n\t\t<div class=\"interactive-map-visual\">\n\t\t\t<object\n\t\t\t\ttype=\"image\/svg+xml\"\n\t\t\t\tdata=\"https:\/\/loopchicago.com\/wp-content\/themes\/loopchicago\/blocks\/interactive-map\/target-cropped-file-sprite.svg\"\n\t\t\t\taria-label=\"Interactive map of Chicago Loop district buildings\"\n\t\t\t\ttabindex=\"-1\"\n\t\t\t\tclass=\"interactive-map-svg\">\n\t\t\t\t<!-- Fallback for browsers that don't support object -->\n\t\t\t\t<p>Interactive map showing buildings in Chicago&#039;s Loop district.<\/p>\n\t\t\t<\/object>\n\t\t<\/div>\n\n\t<\/div>\n<\/section>\n\n\n\n<section  class=\"button-gallery-grid-block mobile-aspect-square lc-bg-variation lc-bg-stone-texture\">\n\t\t<div class=\"lc-tl-frame\" aria-hidden=\"true\">\n\t\t<div class=\"lc-tl lc-tl--sandwich-v lc-tl--things-to-do lc-tl--align-right lc-tl--pos-bottom lc-tl--has-mobile-offset\" style=\"--lc-tl-width: 392px; --lc-tl-mobile-scale: 0.8; --lc-tl-mobile-offset: 70px\">\n\t\t\t<img decoding=\"async\" class=\"lc-tl__bend lc-tl__bend--top\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/03\/bend_top_svg-6.svg\" alt=\"\" loading=\"lazy\">\n\t\t\t<div class=\"lc-tl__stretch lc-tl__stretch--v\" style=\"background-image: url('https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/03\/straight_v_svg-6.svg');\"><\/div>\n\t\t\t<img decoding=\"async\" class=\"lc-tl__bend lc-tl__bend--bottom\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/03\/bend_bottom_svg-6.svg\" alt=\"\" loading=\"lazy\">\n\t\t<\/div>\n\t<\/div>\n\t\t<div class=\"lc-block-container gallery-container\">\n\n\t\t\t\t\t<div class=\"gallery-text\">\n\t\t\t\t\n\n<h2 class=\"wp-block-heading has-text-align-center\">Cosas que hacer<\/h2>\n\n\n\n<p class=\"has-text-align-center subtitle wp-block-paragraph\">Descubre el barrio que lo tiene todo, el Chicago Loop.<\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><br>La Chicago Loop Alliance es tu ventanilla \u00fanica para planear tu pr\u00f3xima aventura.<\/p>\n\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t<div class=\"gallery-grid\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gallery-item layout-primary has-gradient gradient-brand-blue\">\n\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/es\/experience-chicago-loop\/things-to-do\/?filter_tag=cultural-institutions\">\n\t\t\t\t\t\t\t<div class=\"gallery-item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/cla-lion-no-edges.jpg\"\n\t\t\t\t\t\t\t\t\t\talt=\"Cultural Institutions\"\n\t\t\t\t\t\t\t\t\t\tclass=\"gallery-item-image\"\n\t\t\t\t\t\t\t\t\t\tloading=\"lazy\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"gallery-item-content\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"gallery-item-title\">Instituciones culturales<\/h3>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gallery-item layout-secondary has-gradient gradient-brand-dark-green\">\n\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/es\/experience-chicago-loop\/things-to-do\/?filter_tag=public-art-parks-plazas\">\n\t\t\t\t\t\t\t<div class=\"gallery-item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/loop-alliance-parks-photo.jpg\"\n\t\t\t\t\t\t\t\t\t\talt=\"Public Art, Parks + Plazas\"\n\t\t\t\t\t\t\t\t\t\tclass=\"gallery-item-image\"\n\t\t\t\t\t\t\t\t\t\tloading=\"lazy\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"gallery-item-content\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"gallery-item-title\">Arte p\u00fablico, parques y plazas<\/h3>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gallery-item layout-tertiary has-gradient gradient-brand-light-green\">\n\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/es\/experience-chicago-loop\/things-to-do\/?filter_tag=free\">\n\t\t\t\t\t\t\t<div class=\"gallery-item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/loop-free-attractions-1.jpg\"\n\t\t\t\t\t\t\t\t\t\talt=\"Free\"\n\t\t\t\t\t\t\t\t\t\tclass=\"gallery-item-image\"\n\t\t\t\t\t\t\t\t\t\tloading=\"lazy\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"gallery-item-content\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"gallery-item-title\">Gratis<\/h3>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gallery-item layout-tertiary has-gradient gradient-brand-yellow\">\n\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/es\/experience-chicago-loop\/things-to-do\/?filter_tag=arts-attractions\">\n\t\t\t\t\t\t\t<div class=\"gallery-item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/loop-attractions-1.jpg\"\n\t\t\t\t\t\t\t\t\t\talt=\"Arts + Attractions\"\n\t\t\t\t\t\t\t\t\t\tclass=\"gallery-item-image\"\n\t\t\t\t\t\t\t\t\t\tloading=\"lazy\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"gallery-item-content\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"gallery-item-title\">Arts + Attractions<\/h3>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<div class=\"gallery-button-wrapper button-align-left\">\n\t\t\t\t\t<a href=\"\/es\/experience-chicago-loop\/things-to-do\/\" class=\"lc-btn lc-btn-dark\">\n\t\tComience a planificar su visita\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t<\/div>\n\t\t\n\t<\/div>\n<\/section>\n\n\n\n<section  class=\"events-carousel alignfull lc-section-overlap\" aria-labelledby=\"events-carousel-heading-block_ed1ba4ee794de2e7c789dffaaaddf599\">\n\t<div class=\"lc-block-container events-carousel-container\">\n\n\t\t\t\t<div class=\"events-carousel-header\">\n\t\t\t\t\t\t\t<h2 id=\"events-carousel-heading-block_ed1ba4ee794de2e7c789dffaaaddf599\" class=\"events-carousel-title lc-text-h1\">\u00bfQu\u00e9 est\u00e1 pasando?<\/h2>\n\t\t\t\n\t\t\t\t\t\t\t<div class=\"events-carousel-header-button\">\n\t\t\t\t\t\t<a href=\"\/es\/news-events\/events-in-the-loop\/\" class=\"lc-btn lc-btn-dark\">\n\t\tCalendario de eventos\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\n\t\t\n\t\t\t\t<!-- Splide carousel: Alpine.js on frontend, editor script in Gutenberg -->\n\t\t\t\t<div x-data=\"eventsCarousel\" class=\"events-carousel-wrapper\">\n\t\t\t\t\t<div class=\"splide\">\n\t\t\t\t\t\t<div class=\"splide__arrows\">\n\t\t\t\t\t\t\t<button class=\"splide__arrow splide__arrow--prev\" type=\"button\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"43\" viewbox=\"0 0 43 43\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n\t\t\t\t\t\t\t\t\t<path d=\"M42.812 24.3388C41.4251 34.8708 32.4148 43.0046 21.5024 43.0046C10.5899 43.0046 1.57483 34.8756 0.187891 24.3388C0.0626772 23.4093 7.04601e-05 22.4654 7.05443e-05 21.5023C7.06285e-05 20.5391 0.0626775 19.5952 0.187891 18.6658C1.57482 8.12898 10.5899 9.42225e-07 21.5024 1.89622e-06C32.4148 2.85022e-06 41.4251 8.12897 42.812 18.6658L15.815 18.6658L21.406 15.3719L25.8413 12.7617L31.0568 9.68931L28.3407 5.55257L21.4061 9.94934L16.9707 12.7569L7.64747 18.6658L3.17366 21.5023L7.64747 24.3388L16.9707 30.2429L21.406 33.0553L28.3407 37.452L31.0568 33.3201L25.8413 30.2477L21.406 27.6327L15.815 24.3388L42.812 24.3388Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<path d=\"M3.17383 21.5021L7.64765 18.6656L16.9709 12.7568L21.4062 9.94917L28.3409 5.5524L31.0569 9.68911L25.8415 12.7615L21.4062 15.3717L15.8151 18.6656L42.8122 18.6656C42.9374 19.5951 43 20.539 43 21.5021C43 22.4653 42.9374 23.4092 42.8122 24.3386L15.8151 24.3386L21.4062 27.6326L25.8415 30.2475L31.0569 33.3199L28.3409 37.4519L21.4062 33.0551L16.9709 30.2427L7.64765 24.3386L3.17383 21.5021Z\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t<button class=\"splide__arrow splide__arrow--next\" type=\"button\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"43\" height=\"43\" viewbox=\"0 0 43 43\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n\t\t\t\t\t\t\t\t\t<path d=\"M42.812 24.3388C41.4251 34.8708 32.4148 43.0046 21.5024 43.0046C10.5899 43.0046 1.57483 34.8756 0.187891 24.3388C0.0626772 23.4093 7.04601e-05 22.4654 7.05443e-05 21.5023C7.06285e-05 20.5391 0.0626775 19.5952 0.187891 18.6658C1.57482 8.12898 10.5899 9.42225e-07 21.5024 1.89622e-06C32.4148 2.85022e-06 41.4251 8.12897 42.812 18.6658L15.815 18.6658L21.406 15.3719L25.8413 12.7617L31.0568 9.68931L28.3407 5.55257L21.4061 9.94934L16.9707 12.7569L7.64747 18.6658L3.17366 21.5023L7.64747 24.3388L16.9707 30.2429L21.406 33.0553L28.3407 37.452L31.0568 33.3201L25.8413 30.2477L21.406 27.6327L15.815 24.3388L42.812 24.3388Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<path d=\"M3.17383 21.5021L7.64765 18.6656L16.9709 12.7568L21.4062 9.94917L28.3409 5.5524L31.0569 9.68911L25.8415 12.7615L21.4062 15.3717L15.8151 18.6656L42.8122 18.6656C42.9374 19.5951 43 20.539 43 21.5021C43 22.4653 42.9374 23.4092 42.8122 24.3386L15.8151 24.3386L21.4062 27.6326L25.8415 30.2475L31.0569 33.3199L28.3409 37.4519L21.4062 33.0551L16.9709 30.2427L7.64765 24.3386L3.17383 21.5021Z\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"splide__track\">\n\t\t\t\t\t\t\t<ul class=\"splide__list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t\t\t<article class=\"lc-card events-carousel-card\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-image events-carousel-card-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/cac_architecture__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg\" class=\"events-carousel-img\" alt=\"Chicago Architecture Center River Cruise Aboard First Lady\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/cac_architecture__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg 800w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/cac_architecture__FocusFillWzgwMCw2MDAsIngiLDEzM10-300x225.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/cac_architecture__FocusFillWzgwMCw2MDAsIngiLDEzM10-768x576.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/cac_architecture__FocusFillWzgwMCw2MDAsIngiLDEzM10-16x12.jpg 16w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-content events-carousel-card-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"events-carousel-card-label lc-text-button\">Event<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"events-carousel-card-title lc-text-h4\">Chicago Architecture Center River Cruise Aboard First Lady<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-datetime lc-text-p1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmarzo 14, 2026\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-description lc-text-p1\">Chicago\u2019s top-rated architecture boat tour, 90 minutes with expert CAC guides, stunning skyline views, open-air seating, and onboard amenities.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-button events-carousel-card-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/loopchicago.com\/es\/news-events\/events-in-the-loop\/chicago-architecture-center-river-cruise-aboard-first-lady\/\" class=\"lc-btn lc-btn-dark-alt\">\n\t\tRead More\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t\t\t<article class=\"lc-card events-carousel-card\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-image events-carousel-card-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/creepy_cruise__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg\" class=\"events-carousel-img\" alt=\"Creepy Cruise\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/creepy_cruise__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg 800w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/creepy_cruise__FocusFillWzgwMCw2MDAsIngiLDEzM10-300x225.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/creepy_cruise__FocusFillWzgwMCw2MDAsIngiLDEzM10-768x576.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/creepy_cruise__FocusFillWzgwMCw2MDAsIngiLDEzM10-16x12.jpg 16w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-content events-carousel-card-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"events-carousel-card-label lc-text-button\">Event<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"events-carousel-card-title lc-text-h4\">Creepy Cruise<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-datetime lc-text-p1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmarzo 20, 2026\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-description lc-text-p1\">Explore Chicago\u2019s haunted past on a nighttime river cruise featuring ghost stories, mob history, and eerie secrets of the Windy City.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-button events-carousel-card-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/loopchicago.com\/es\/news-events\/events-in-the-loop\/creepy-cruise\/\" class=\"lc-btn lc-btn-dark-alt\">\n\t\tRead More\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t\t\t<article class=\"lc-card events-carousel-card\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-image events-carousel-card-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/sightseeing_river_and_lake__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg\" class=\"events-carousel-img\" alt=\"Sightseeing River &amp; Lake Cruises\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/sightseeing_river_and_lake__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg 800w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/sightseeing_river_and_lake__FocusFillWzgwMCw2MDAsIngiLDEzM10-300x225.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/sightseeing_river_and_lake__FocusFillWzgwMCw2MDAsIngiLDEzM10-768x576.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/sightseeing_river_and_lake__FocusFillWzgwMCw2MDAsIngiLDEzM10-16x12.jpg 16w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-content events-carousel-card-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"events-carousel-card-label lc-text-button\">Event<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"events-carousel-card-title lc-text-h4\">Sightseeing River &amp; Lake Cruises<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-datetime lc-text-p1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tabril 16, 2026\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-description lc-text-p1\">Chicago River &amp; Lake Michigan cruise with skyline views, iconic landmarks, and engaging guides sharing the city\u2019s history and stories.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-button events-carousel-card-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/loopchicago.com\/es\/news-events\/events-in-the-loop\/sightseeing-river-lake-cruises\/\" class=\"lc-btn lc-btn-dark-alt\">\n\t\tRead More\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t\t\t<article class=\"lc-card events-carousel-card\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-image events-carousel-card-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/chicago_by_night_river_and_lake__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg\" class=\"events-carousel-img\" alt=\"Chicago by Night River &amp; Lake\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/chicago_by_night_river_and_lake__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg 800w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/chicago_by_night_river_and_lake__FocusFillWzgwMCw2MDAsIngiLDEzM10-300x225.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/chicago_by_night_river_and_lake__FocusFillWzgwMCw2MDAsIngiLDEzM10-768x576.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/chicago_by_night_river_and_lake__FocusFillWzgwMCw2MDAsIngiLDEzM10-16x12.jpg 16w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-content events-carousel-card-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"events-carousel-card-label lc-text-button\">Event<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"events-carousel-card-title lc-text-h4\">Chicago by Night River &amp; Lake<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-datetime lc-text-p1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tabril 16, 2026\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-description lc-text-p1\">Experience Chicago at night on a 90-minute river and lake cruise, featuring a glittering skyline, cool breezes, and lively, family-friendly commentary.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-button events-carousel-card-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/loopchicago.com\/es\/news-events\/events-in-the-loop\/chicago-by-night-river-lake\/\" class=\"lc-btn lc-btn-dark-alt\">\n\t\tRead More\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t\t\t<article class=\"lc-card events-carousel-card\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-image events-carousel-card-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/2526_TOTM_Calendar_Listings_CLA_1920x1080__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg\" class=\"events-carousel-img\" alt=\"Theater of the Mind - with The Goodman\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/2526_TOTM_Calendar_Listings_CLA_1920x1080__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg 800w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/2526_TOTM_Calendar_Listings_CLA_1920x1080__FocusFillWzgwMCw2MDAsIngiLDEzM10-300x225.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/2526_TOTM_Calendar_Listings_CLA_1920x1080__FocusFillWzgwMCw2MDAsIngiLDEzM10-768x576.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/2526_TOTM_Calendar_Listings_CLA_1920x1080__FocusFillWzgwMCw2MDAsIngiLDEzM10-16x12.jpg 16w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-content events-carousel-card-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"events-carousel-card-label lc-text-button\">Event<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"events-carousel-card-title lc-text-h4\">Theater of the Mind &#8211; with The Goodman<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-datetime lc-text-p1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t21 de abril de 2026\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-description lc-text-p1\">Directed by Andrew Scoville. Co-created by Academy, Grammy, and Tony Award-winning artist David Byrne* and writer Mala Gaonkar, Theater of the Mind is a new theatrical\u2026<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-button events-carousel-card-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/loopchicago.com\/es\/news-events\/events-in-the-loop\/theater-of-the-mind-with-the-goodman\/\" class=\"lc-btn lc-btn-dark-alt\">\n\t\tRead More\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t\t\t<article class=\"lc-card events-carousel-card\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-image events-carousel-card-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/3d_fireworks__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg\" class=\"events-carousel-img\" alt=\"3D Fireworks Cruise\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/3d_fireworks__FocusFillWzgwMCw2MDAsIngiLDEzM10.jpg 800w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/3d_fireworks__FocusFillWzgwMCw2MDAsIngiLDEzM10-300x225.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/3d_fireworks__FocusFillWzgwMCw2MDAsIngiLDEzM10-768x576.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/3d_fireworks__FocusFillWzgwMCw2MDAsIngiLDEzM10-16x12.jpg 16w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-content events-carousel-card-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"events-carousel-card-label lc-text-button\">Event<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"events-carousel-card-title lc-text-h4\">3D Fireworks Cruise<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-datetime lc-text-p1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmayo 23, 2026  |  3:00 PM \u2013 5:00 PM\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-description lc-text-p1\">Cruise from the Chicago Riverwalk to Lake Michigan for skyline views and a 3D-enhanced fireworks show with music and narration.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-button events-carousel-card-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/loopchicago.com\/es\/news-events\/events-in-the-loop\/3d-fireworks-cruise\/\" class=\"lc-btn lc-btn-dark-alt\">\n\t\tRead More\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t\t\t<article class=\"lc-card events-carousel-card\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-image events-carousel-card-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/ACE_Fashion102823_2820__FocusFillWzgwMCw2MDAsIngiLDQ5XQ.jpeg\" class=\"events-carousel-img\" alt=\"Summer Art Classes at SAIC\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/ACE_Fashion102823_2820__FocusFillWzgwMCw2MDAsIngiLDQ5XQ.jpeg 800w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/ACE_Fashion102823_2820__FocusFillWzgwMCw2MDAsIngiLDQ5XQ-300x225.jpeg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/ACE_Fashion102823_2820__FocusFillWzgwMCw2MDAsIngiLDQ5XQ-768x576.jpeg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/ACE_Fashion102823_2820__FocusFillWzgwMCw2MDAsIngiLDQ5XQ-16x12.jpeg 16w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-content events-carousel-card-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"events-carousel-card-label lc-text-button\">Event<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"events-carousel-card-title lc-text-h4\">Summer Art Classes at SAIC<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-datetime lc-text-p1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmayo 31, 2026\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-description lc-text-p1\">Let your creative potential shine this summer with a class at the School of the Art Institute of Chicago, with options available for kids, teens and\u2026<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-button events-carousel-card-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/loopchicago.com\/es\/news-events\/events-in-the-loop\/summer-art-classes-at-saic\/\" class=\"lc-btn lc-btn-dark-alt\">\n\t\tRead More\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t\t\t<article class=\"lc-card events-carousel-card\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-image events-carousel-card-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/The_company_of_Champions_Of_Magic_pay_tribue_to_Las_Vegas_by_Ramona_Diaconescu__FocusFillWzgwMCw2MDAsInkiLDdd.jpg\" class=\"events-carousel-img\" alt=\"Champions of Magic Tour\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/The_company_of_Champions_Of_Magic_pay_tribue_to_Las_Vegas_by_Ramona_Diaconescu__FocusFillWzgwMCw2MDAsInkiLDdd.jpg 800w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/The_company_of_Champions_Of_Magic_pay_tribue_to_Las_Vegas_by_Ramona_Diaconescu__FocusFillWzgwMCw2MDAsInkiLDdd-300x225.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/The_company_of_Champions_Of_Magic_pay_tribue_to_Las_Vegas_by_Ramona_Diaconescu__FocusFillWzgwMCw2MDAsInkiLDdd-768x576.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/The_company_of_Champions_Of_Magic_pay_tribue_to_Las_Vegas_by_Ramona_Diaconescu__FocusFillWzgwMCw2MDAsInkiLDdd-16x12.jpg 16w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-content events-carousel-card-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"events-carousel-card-label lc-text-button\">Event<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"events-carousel-card-title lc-text-h4\">Champions of Magic Tour<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-datetime lc-text-p1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tjunio 5, 2026\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-description lc-text-p1\">From June 6th until July 5th, the phenomenal Champions of Magic bring their acclaimed illusion spectacular to Chicago. Featuring their biggest illusions ever, experience the Broadway-scale\u2026<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-button events-carousel-card-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/loopchicago.com\/es\/news-events\/events-in-the-loop\/champions-of-magic-tour\/\" class=\"lc-btn lc-btn-dark-alt\">\n\t\tRead More\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"splide__slide\">\n\t\t\t\t\t\t\t\t\t\t<article class=\"lc-card events-carousel-card\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-image events-carousel-card-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/843907218-2526_iceboy_calendar_listings_update_500x500__FocusFillWzgwMCw2MDAsInkiLDEwMF0.jpg\" class=\"events-carousel-img\" alt=\"Iceboy! The Musical\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/843907218-2526_iceboy_calendar_listings_update_500x500__FocusFillWzgwMCw2MDAsInkiLDEwMF0.jpg 800w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/843907218-2526_iceboy_calendar_listings_update_500x500__FocusFillWzgwMCw2MDAsInkiLDEwMF0-300x225.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/843907218-2526_iceboy_calendar_listings_update_500x500__FocusFillWzgwMCw2MDAsInkiLDEwMF0-768x576.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/05\/843907218-2526_iceboy_calendar_listings_update_500x500__FocusFillWzgwMCw2MDAsInkiLDEwMF0-16x12.jpg 16w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-content events-carousel-card-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"events-carousel-card-label lc-text-button\">Event<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"events-carousel-card-title lc-text-h4\">Iceboy! The Musical<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-datetime lc-text-p1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tjunio 19, 2026\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"events-carousel-card-description lc-text-p1\">MUSIC BY MARK HOLLMANNLYRICS BY MARK HOLLMANN AND JAY REISSBOOK BY ERIN QUINN PURCELL AND JAY REISSDIRECTED BY MARC BRUNISTARRING&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"lc-card-button events-carousel-card-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/loopchicago.com\/es\/news-events\/events-in-the-loop\/iceboy-the-musical\/\" class=\"lc-btn lc-btn-dark-alt\">\n\t\tRead More\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\n\t<\/div>\n<\/section>\n\n\n\n<section  class=\"lc-section-outer lc-section-container alignfull lc-section-container--hide-mobile lc-section-container--hide-tablet lc-section-container--hide-desktop\">\n\n\t\n\t\n\t\n\t<div class=\"lc-section-inner lc-sc-inner\">\n\t\t\n\n<section  class=\"button-gallery-grid-block mobile-aspect-square desktop-aspect-square style-picture-only lc-bg-variation lc-bg-brick-texture\">\n\t\t<div class=\"lc-block-container gallery-container\">\n\n\t\t\t\t\t<div class=\"gallery-text\">\n\t\t\t\t\n\n<h2 class=\"wp-block-heading has-text-align-center\">El Distrito Art\u00edstico Loop<\/h2>\n\n\n\n<p class=\"has-text-align-center subtitle wp-block-paragraph\" style=\"font-style:normal;font-weight:400\">El destino art\u00edstico global de Chicago cobra vida en el Loop. Sum\u00e9rjase en el arte en cada esquina. Desde murales y actuaciones callejeras hasta teatros y museos de talla mundial, el Distrito de las Artes ofrece experiencias para todos los gustos. Celebre la creatividad cotidiana y haga del Loop no solo un lugar para ver, sino tambi\u00e9n para sentir.<\/p>\n\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t<div class=\"gallery-grid gallery-grid-uniform\" style=\"--desktop-cols: 3; --mobile-cols: 1\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gallery-item\" style=\"border-color: var(--brand-red)\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gallery-item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/loop-arts-1.jpg\"\n\t\t\t\t\t\t\t\t\talt=\"\"\n\t\t\t\t\t\t\t\t\tclass=\"gallery-item-image\"\n\t\t\t\t\t\t\t\t\tloading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gallery-item\" style=\"border-color: var(--brand-blue)\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gallery-item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/chicago-theatre.jpg\"\n\t\t\t\t\t\t\t\t\talt=\"\"\n\t\t\t\t\t\t\t\t\tclass=\"gallery-item-image\"\n\t\t\t\t\t\t\t\t\tloading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gallery-item\" style=\"border-color: var(--brand-yellow)\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gallery-item-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/cla-district.jpg\"\n\t\t\t\t\t\t\t\t\talt=\"\"\n\t\t\t\t\t\t\t\t\tclass=\"gallery-item-image\"\n\t\t\t\t\t\t\t\t\tloading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<div class=\"gallery-button-wrapper button-align-right\">\n\t\t\t\t\t<a href=\"\/es\/experience-chicago-loop\/loop-arts-district\/\" class=\"lc-btn lc-btn-dark\">\n\t\tExplora el distrito art\u00edstico Loop\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n\t<\/a>\n\t\t\t\t<\/div>\n\t\t\n\t<\/div>\n<\/section>\n\n\t<\/div>\n\n<\/section>\n\n\n\n<section id=\"loop-means-business\" class=\"lc-section-outer lc-section-container alignfull lc-bg-variation lc-bg-black lc-section-overlap\">\n\n\t\n\t\n\t\t<div class=\"lc-tl-frame\" aria-hidden=\"true\">\n\t\t<div class=\"lc-tl lc-tl--sandwich-v lc-tl--loop-means-business lc-tl--align-right lc-tl--pos-bottom\" style=\"--lc-tl-width: 763px; --lc-tl-mobile-scale: 0.8\">\n\t\t\t<img decoding=\"async\" class=\"lc-tl__bend lc-tl__bend--top\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/03\/bend_top_svg-7.svg\" alt=\"\" loading=\"lazy\">\n\t\t\t<div class=\"lc-tl__stretch lc-tl__stretch--v\" style=\"background-image: url('https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/03\/straight_v_svg-7.svg');\"><\/div>\n\t\t\t<img decoding=\"async\" class=\"lc-tl__bend lc-tl__bend--bottom\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/03\/bend_bottom_svg-7.svg\" alt=\"\" loading=\"lazy\">\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div class=\"lc-section-inner lc-sc-inner\">\n\t\t\n\n<div class=\"lficr-row lficr-row--image-left\">\n\n\t<!-- Content Card -->\n\t\t<div class=\"lc-content-card lc-frame lficr-card\">\n\t\t\n\n<h2 class=\"wp-block-heading\">The Loop significa negocios<\/h2>\n\n\n\n<p class=\"gb-text gb-text-39b781d1\">Ser miembro de Chicago Loop Alliance te conecta con una s\u00f3lida red de l\u00edderes, innovadores y agentes del cambio que dan forma al distrito m\u00e1s din\u00e1mico de la ciudad.<\/p>\n\n\n\n<p class=\"gb-text gb-text-3e62adf0\">Como miembro, tendr\u00e1s acceso a:<\/p>\n\n\n\n<ul class=\"wp-block-list has-p-1-font-size\">\n<li><strong>Visibilidad exclusiva<\/strong>&nbsp;a trav\u00e9s de oportunidades de mercadotecnia que destaquen su negocio.<\/li>\n\n\n\n<li><strong>Acceso privilegiado<\/strong>&nbsp;a noticias, eventos e iniciativas vecinales.<\/li>\n\n\n\n<li><strong>Conexiones significativas<\/strong>&nbsp;con compa\u00f1eros, socios y partes interesadas de la comunidad.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Cuando te unes, no solo est\u00e1s haciendo negocios en el Loop, sino que est\u00e1s ayudando a definirlo.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/es\/members\/member-benefits\/\">\u00daNETE A LA COMUNIDAD<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n<\/a><\/div>\n<\/div>\n\n\t<\/div>\n\t\n\t<!-- Image(s) -->\n\t\t<div class=\"lc-image-composition lc-image-composition--three-images lficr-images\">\n\t\t\t<div class=\"lc-framed-image lc-frame lc-image-composition__image-large\">\n\t\t<img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/pedestrians-crossing-1-1024x683.jpg\" class=\"lc-framed-image__img lc-framed-image__img--ar-16-9\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/pedestrians-crossing-1-1024x683.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/pedestrians-crossing-1-300x200.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/pedestrians-crossing-1-768x512.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/pedestrians-crossing-1-1536x1025.jpg 1536w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/pedestrians-crossing-1-2048x1366.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t<\/div>\n\t\t<div class=\"lc-image-composition__row\">\n\t\t\t<div class=\"lc-framed-image lc-frame lc-image-composition__image-small\">\n\t\t<img decoding=\"async\" width=\"768\" height=\"513\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/loopedin-rooftop-768x513.jpg\" class=\"lc-framed-image__img lc-framed-image__img--ar-1\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/loopedin-rooftop-768x513.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/loopedin-rooftop-300x200.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/loopedin-rooftop-1024x684.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/loopedin-rooftop-1536x1025.jpg 1536w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/loopedin-rooftop-2048x1367.jpg 2048w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>\t<\/div>\n\t\t<div class=\"lc-framed-image lc-frame lc-image-composition__image-small\">\n\t\t<img decoding=\"async\" width=\"768\" height=\"652\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/annual-gala-1-768x652.jpg\" class=\"lc-framed-image__img lc-framed-image__img--ar-1\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/annual-gala-1-768x652.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/annual-gala-1-300x255.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/annual-gala-1-1024x869.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/annual-gala-1.jpg 1320w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\n<\/div>\n\n\n\t<\/div>\n\n<\/section>\n\n\n\n<section class=\"lc-bg-variation lc-bg-stone-texture lc-social-grid lc-textured-bg alignfull\">\n<div class=\"lc-social-grid__header\">\n<h2 class=\"gb-text\">Tu bucle, tu historia<\/h2>\n\n\n<ul class=\"wp-block-social-links has-icon-color is-layout-flex wp-block-social-links-is-layout-flex has-normal-icon-size\" aria-label=\"Social Media Links\"><li class=\"wp-social-link wp-social-link-instagram\">\n\t\t\t\t\t<a href=\"https:\/\/www.instagram.com\/LoopChicago\/\" class=\"wp-block-social-link-anchor\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"><\/path><\/svg>\n\t\t\t\t\t\t<span class=\"lc-sr-only\">Instagram<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/li><li class=\"wp-social-link wp-social-link-tiktok\">\n\t\t\t\t\t<a href=\"https:\/\/www.tiktok.com\/@loopchicago\" class=\"wp-block-social-link-anchor\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.708 0.027c1.745-0.027 3.48-0.011 5.213-0.027 0.105 2.041 0.839 4.12 2.333 5.563 1.491 1.479 3.6 2.156 5.652 2.385v5.369c-1.923-0.063-3.855-0.463-5.6-1.291-0.76-0.344-1.468-0.787-2.161-1.24-0.009 3.896 0.016 7.787-0.025 11.667-0.104 1.864-0.719 3.719-1.803 5.255-1.744 2.557-4.771 4.224-7.88 4.276-1.907 0.109-3.812-0.411-5.437-1.369-2.693-1.588-4.588-4.495-4.864-7.615-0.032-0.667-0.043-1.333-0.016-1.984 0.24-2.537 1.495-4.964 3.443-6.615 2.208-1.923 5.301-2.839 8.197-2.297 0.027 1.975-0.052 3.948-0.052 5.923-1.323-0.428-2.869-0.308-4.025 0.495-0.844 0.547-1.485 1.385-1.819 2.333-0.276 0.676-0.197 1.427-0.181 2.145 0.317 2.188 2.421 4.027 4.667 3.828 1.489-0.016 2.916-0.88 3.692-2.145 0.251-0.443 0.532-0.896 0.547-1.417 0.131-2.385 0.079-4.76 0.095-7.145 0.011-5.375-0.016-10.735 0.025-16.093z\" \/><\/svg>\n\t\t\t\t\t\t<span class=\"lc-sr-only\">TikTok<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/li><li class=\"wp-social-link wp-social-link-facebook\">\n\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/ChicagoLoopAlliance\" class=\"wp-block-social-link-anchor\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"><\/path><\/svg>\n\t\t\t\t\t\t<span class=\"lc-sr-only\">Facebook<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/li><li class=\"wp-social-link wp-social-link-linkedin\">\n\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/company\/chicagoloopalliance\/\" class=\"wp-block-social-link-anchor\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"><\/path><\/svg>\n\t\t\t\t\t\t<span class=\"lc-sr-only\">LinkedIn<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/li><li class=\"wp-social-link wp-social-link-youtube\">\n\t\t\t\t\t<a href=\"https:\/\/www.youtube.com\/channel\/UCMYPAvI1n5SYDdfIA7Zvxkg\" class=\"wp-block-social-link-anchor\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z\"><\/path><\/svg>\n\t\t\t\t\t\t<span class=\"lc-sr-only\">YouTube<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/li><\/ul>\n<\/div>\n\n\n\n<div class=\"lc-social-grid__photos\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-01-1024x683.jpg\" alt=\"\" class=\"wp-image-152\" style=\"aspect-ratio:1\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-01-1024x683.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-01-300x200.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-01-768x512.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-01-1536x1025.jpg 1536w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-01.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-02-1024x683.jpg\" alt=\"\" class=\"wp-image-160\" style=\"aspect-ratio:1\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-02-1024x683.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-02-300x200.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-02-768x512.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-02-1536x1024.jpg 1536w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-02-2048x1366.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-03-1024x683.jpg\" alt=\"\" class=\"wp-image-159\" style=\"aspect-ratio:1\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-03-1024x683.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-03-300x200.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-03-768x512.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-03-1536x1024.jpg 1536w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-03-2048x1366.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-04-1024x683.jpg\" alt=\"\" class=\"wp-image-158\" style=\"aspect-ratio:1\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-04-1024x683.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-04-300x200.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-04-768x512.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-04-1536x1024.jpg 1536w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-04-2048x1366.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-05-1024x683.jpg\" alt=\"\" class=\"wp-image-157\" style=\"aspect-ratio:1\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-05-1024x683.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-05-300x200.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-05-768x512.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-05-1536x1024.jpg 1536w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-05-2048x1366.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-06.jpg\" alt=\"\" class=\"wp-image-156\" style=\"aspect-ratio:1\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-06.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-06-300x200.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-06-768x512.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-07.jpg\" alt=\"\" class=\"wp-image-155\" style=\"aspect-ratio:1\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-07.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-07-300x200.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-07-768x512.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-08-683x1024.jpg\" alt=\"\" class=\"wp-image-154\" style=\"aspect-ratio:1\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-08-683x1024.jpg 683w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-08-200x300.jpg 200w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-08-768x1151.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-08-1025x1536.jpg 1025w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-08-1366x2048.jpg 1366w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-08-scaled.jpg 1708w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-09-683x1024.jpg\" alt=\"\" class=\"wp-image-153\" style=\"aspect-ratio:1\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-09-683x1024.jpg 683w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-09-200x300.jpg 200w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-09-768x1152.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-09.jpg 900w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"669\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-10-1024x669.jpg\" alt=\"\" class=\"wp-image-161\" style=\"aspect-ratio:1\" srcset=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-10-1024x669.jpg 1024w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-10-300x196.jpg 300w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-10-768x502.jpg 768w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-10-1536x1004.jpg 1536w, https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/02\/photo-10.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"lc-social-grid__footer\">\n<p class=\"gb-text lc-social-grid__cta-text\">Comparte tu historia con Loop en<\/p>\n\n\n\n<div class=\"wp-block-button is-style-text\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.instagram.com\/LoopChicago\/\" target=\"_blank\" rel=\"noopener noreferrer\">@loopchicago<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n<\/a><\/div>\n\n\n\t<div class=\"lc-tl-frame\" aria-hidden=\"true\">\n\t\t<div class=\"lc-tl lc-tl--edge-extend lc-tl--home-social lc-tl--align-right lc-tl--has-mobile-offset\" style=\"--lc-tl-bend-width-base: 423px; --lc-tl-mobile-offset: 146px\">\n\t\t\t<div class=\"lc-tl__bend\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/03\/bend_svg-7.svg\" alt=\"\" loading=\"lazy\" width=\"423\" height=\"122\">\n\t\t\t<\/div>\n\t\t\t<div class=\"lc-tl__extend\" style=\"background-image: url('https:\/\/loopchicago.com\/wp-content\/uploads\/2026\/03\/straight_h_edge_svg-7.svg');\"><\/div>\n\t\t<\/div>\n\t<\/div>\n\t\n<\/div>\n<\/section>\n\n\n\n<div class=\"gb-element-1bb3050f lc-cta-3-col alignfull\">\n<div class=\"gb-element-77868158\">\n<div>\n<div>\n<h3 class=\"gb-text gb-text-b12dc3a3\">Defendiendo el bucle<\/h3>\n\n\n\n<div>\n<p class=\"has-text-align-center wp-block-paragraph\">La Chicago Loop Alliance promueve el Loop como un pr\u00f3spero y din\u00e1mico distrito comercial y cultural en el coraz\u00f3n de Chicago.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe48e5de wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-dark-alt\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/es\/about\/our-story\/\">M\u00e1s informaci\u00f3n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div>\n<div>\n<h3 class=\"gb-text gb-text-50ec000b\">Apoye la vitalidad del Loop<\/h3>\n\n\n\n<div>\n<p class=\"has-text-align-center wp-block-paragraph\">Su donaci\u00f3n nos ayuda a crear programas que mejoran la calidad de vida en la comunidad del centro de Chicago.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe48e5de wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-dark-alt\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/es\/donate\/\">Donar ahora<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div>\n<div>\n<h3 class=\"gb-text gb-text-718d67b8\">SSA #1-2015<\/h3>\n\n\n\n<div>\n<p class=\"has-text-align-center wp-block-paragraph\">State Street Special Service Area #1-2015 is a taxing district that funds enhanced services in Chicago&#8217;s downtown.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe48e5de wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-dark-alt\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/es\/about\/ssa-information\/\">M\u00e1s informaci\u00f3n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n  <path class=\"button-arrow-bg\" d=\"M0.105469 10.8522C0.881961 4.72895 5.92647 0 12.0359 0C18.1454 0 23.1926 4.72615 23.9691 10.8522C24.0392 11.3926 24.0743 11.9414 24.0743 12.5013C24.0743 13.0613 24.0392 13.6101 23.9691 14.1505C23.1926 20.2765 18.1454 25.0027 12.0359 25.0027C5.92646 25.0027 0.881961 20.2765 0.105469 14.1505L15.2201 14.1505L12.0899 16.0656L9.60671 17.5831L6.68679 19.3694L8.20741 21.7745L12.0899 19.2182L14.573 17.5859L19.7928 14.1505L22.2975 12.5013L19.7928 10.8522L14.573 7.41961L12.0899 5.7845L8.20741 3.22824L6.68679 5.63052L9.60671 7.41682L12.0899 8.93714L15.2201 10.8522L0.105469 10.8522Z\" fill=\"black\"\/>\n  <path class=\"button-arrow-fg\" d=\"M22.2972 12.5014L19.7925 14.1505L14.5727 17.5859L12.0896 19.2182L8.2071 21.7745L6.68647 19.3694L9.60639 17.5831L12.0896 16.0656L15.2198 14.1505L0.105152 14.1505C0.0350492 13.6101 0 13.0614 0 12.5014C0 11.9414 0.0350492 11.3926 0.105152 10.8523L15.2198 10.8523L12.0896 8.93717L9.60639 7.41686L6.68647 5.63055L8.2071 3.22827L12.0896 5.78454L14.5727 7.41964L19.7925 10.8523L22.2972 12.5014Z\" fill=\"#BAD536\"\/>\n<\/svg>\n<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Championing the Loop The Chicago Loop Alliance champions the Loop as a thriving, vibrant business and cultural district in Chicago&#8217;s heart. Support the Loop&#8217;s Vibrancy Your donation helps us create programs that improve quality of life in Chicago&#8217;s downtown community. SSA #1-2015 State Street Special Service Area #1-2015 is a taxing district that funds enhanced &#8230;<\/p>","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-110","page","type-page","status-publish"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Chicago&#039;s Downtown Loop | Everyone&#039;s Neighborhood | Loop Chicago<\/title>\n<meta name=\"description\" content=\"Art, dining, theater &amp; some of the best architecture on the planet \u2014 the Chicago Loop is the city&#039;s beating heart. Explore what&#039;s on, where to eat &amp; what to do.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/loopchicago.com\/es\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Chicago&#039;s Downtown Loop | Everyone&#039;s Neighborhood | Loop Chicago\" \/>\n<meta property=\"og:description\" content=\"Art, dining, theater &amp; some of the best architecture on the planet \u2014 the Chicago Loop is the city&#039;s beating heart. Explore what&#039;s on, where to eat &amp; what to do.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/loopchicago.com\/es\/\" \/>\n<meta property=\"og:site_name\" content=\"Loop Chicago\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-29T21:16:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/loopchicago.com\\\/\",\"url\":\"https:\\\/\\\/loopchicago.com\\\/\",\"name\":\"Chicago's Downtown Loop | Everyone's Neighborhood | Loop Chicago\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/loopchicago.com\\\/#website\"},\"datePublished\":\"2026-01-28T14:42:34+00:00\",\"dateModified\":\"2026-06-29T21:16:11+00:00\",\"description\":\"Art, dining, theater & some of the best architecture on the planet \u2014 the Chicago Loop is the city's beating heart. Explore what's on, where to eat & what to do.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/loopchicago.com\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/loopchicago.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/loopchicago.com\\\/#breadcrumb\",\"itemListElement\":[]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/loopchicago.com\\\/#website\",\"url\":\"https:\\\/\\\/loopchicago.com\\\/\",\"name\":\"Loop Chicago\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/loopchicago.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/loopchicago.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/loopchicago.com\\\/#organization\",\"name\":\"Loop Chicago\",\"url\":\"https:\\\/\\\/loopchicago.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/loopchicago.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/loopchicago.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/chicago-loop-alliance-brand-logo.svg\",\"contentUrl\":\"https:\\\/\\\/loopchicago.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/chicago-loop-alliance-brand-logo.svg\",\"width\":215,\"height\":96,\"caption\":\"Loop Chicago\"},\"image\":{\"@id\":\"https:\\\/\\\/loopchicago.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Chicago's Downtown Loop | Everyone's Neighborhood | Loop Chicago","description":"Art, dining, theater & some of the best architecture on the planet \u2014 the Chicago Loop is the city's beating heart. Explore what's on, where to eat & what to do.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/loopchicago.com\/es\/","og_locale":"es_MX","og_type":"article","og_title":"Chicago's Downtown Loop | Everyone's Neighborhood | Loop Chicago","og_description":"Art, dining, theater & some of the best architecture on the planet \u2014 the Chicago Loop is the city's beating heart. Explore what's on, where to eat & what to do.","og_url":"https:\/\/loopchicago.com\/es\/","og_site_name":"Loop Chicago","article_modified_time":"2026-06-29T21:16:11+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/loopchicago.com\/","url":"https:\/\/loopchicago.com\/","name":"Chicago's Downtown Loop | Everyone's Neighborhood | Loop Chicago","isPartOf":{"@id":"https:\/\/loopchicago.com\/#website"},"datePublished":"2026-01-28T14:42:34+00:00","dateModified":"2026-06-29T21:16:11+00:00","description":"Art, dining, theater & some of the best architecture on the planet \u2014 the Chicago Loop is the city's beating heart. Explore what's on, where to eat & what to do.","breadcrumb":{"@id":"https:\/\/loopchicago.com\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/loopchicago.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/loopchicago.com\/#breadcrumb","itemListElement":[]},{"@type":"WebSite","@id":"https:\/\/loopchicago.com\/#website","url":"https:\/\/loopchicago.com\/","name":"Loop Chicago","description":"","publisher":{"@id":"https:\/\/loopchicago.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/loopchicago.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/loopchicago.com\/#organization","name":"Loop Chicago","url":"https:\/\/loopchicago.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/loopchicago.com\/#\/schema\/logo\/image\/","url":"https:\/\/loopchicago.com\/wp-content\/uploads\/2025\/12\/chicago-loop-alliance-brand-logo.svg","contentUrl":"https:\/\/loopchicago.com\/wp-content\/uploads\/2025\/12\/chicago-loop-alliance-brand-logo.svg","width":215,"height":96,"caption":"Loop Chicago"},"image":{"@id":"https:\/\/loopchicago.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/loopchicago.com\/es\/wp-json\/wp\/v2\/pages\/110","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/loopchicago.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/loopchicago.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/loopchicago.com\/es\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/loopchicago.com\/es\/wp-json\/wp\/v2\/comments?post=110"}],"version-history":[{"count":1,"href":"https:\/\/loopchicago.com\/es\/wp-json\/wp\/v2\/pages\/110\/revisions"}],"predecessor-version":[{"id":10573,"href":"https:\/\/loopchicago.com\/es\/wp-json\/wp\/v2\/pages\/110\/revisions\/10573"}],"wp:attachment":[{"href":"https:\/\/loopchicago.com\/es\/wp-json\/wp\/v2\/media?parent=110"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}