 @media only screen and (min-width: 0rem) {#lsg-gallery-page {position: relative;padding: 3.5rem 1.5rem 4rem;background: var(--masa);font-family: var(--font-body);}#lsg-gallery-page .cs-container {width: 100%;max-width: 80rem;margin: 0 auto;}#lsg-gallery-page .cs-gallery-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.75rem;}#lsg-gallery-page .cs-gallery-item {position: relative;display: block;width: 100%;padding: 0;overflow: hidden;border: 0.1875rem solid var(--azul-ink);border-radius: var(--radius-sm);background: var(--masa-deep);box-shadow: var(--shadow-hard-sm);cursor: pointer;transition: transform 0.3s ease, box-shadow 0.3s ease;}#lsg-gallery-page .cs-gallery-item:hover {transform: translate(-0.125rem, -0.125rem);box-shadow: var(--shadow-hard);}#lsg-gallery-page .cs-gallery-item:focus-visible {outline: 0.1875rem solid var(--maiz);outline-offset: 0.1875rem;}#lsg-gallery-page .cs-gallery-item img {display: block;width: 100%;height: auto;aspect-ratio: 4 / 3;object-fit: cover;object-position: center;transition: transform 0.7s ease;}#lsg-gallery-page .cs-gallery-item:hover img {transform: scale(1.06);}#lsg-gallery-page .cs-item-overlay {position: absolute;inset: 0;background: linear-gradient(180deg, rgba(10, 28, 61, 0.2), rgba(24, 71, 159, 0.72));display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease;}#lsg-gallery-page .cs-gallery-item:hover .cs-item-overlay, #lsg-gallery-page .cs-gallery-item:focus-visible .cs-item-overlay {opacity: 1;}#lsg-gallery-page .cs-item-plus {position: relative;width: 3rem;height: 3rem;background: var(--maiz);border: 0.1875rem solid var(--azul-ink);border-radius: 50%;}#lsg-gallery-page .cs-item-plus::before, #lsg-gallery-page .cs-item-plus::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: var(--azul-ink);border-radius: 0.125rem;}#lsg-gallery-page .cs-item-plus::before {width: 1rem;height: 0.1875rem;}#lsg-gallery-page .cs-item-plus::after {width: 0.1875rem;height: 1rem;}#lsg-gallery-page .cs-gallery-cta {margin-top: 3rem;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 0.85rem;}#lsg-gallery-page .cs-button {display: inline-flex;align-items: center;justify-content: center;font-family: var(--font-body);font-size: 0.875rem;font-weight: 800;letter-spacing: 0.08em;text-transform: uppercase;line-height: 1;text-decoration: none;padding: 1rem 1.75rem;border: 0.1875rem solid var(--azul-ink);border-radius: 2.5rem;background: var(--cielo);color: var(--blanco);box-shadow: var(--shadow-hard-sm);transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;}#lsg-gallery-page .cs-button:hover {background: var(--rojo);transform: translate(-0.125rem, -0.125rem);box-shadow: var(--shadow-hard);}#lsg-gallery-page .cs-gallery-tel {display: inline-flex;align-items: center;justify-content: center;font-family: var(--font-display);font-size: clamp(1.25rem, 4.6vw, 1.625rem);font-weight: 400;line-height: 1;text-decoration: none;padding: 0.95rem 1.6rem;color: var(--azul-ink);background: var(--maiz);border: 0.1875rem solid var(--azul-ink);border-radius: 2.5rem;box-shadow: var(--shadow-hard-sm);transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;}#lsg-gallery-page .cs-gallery-tel:hover {background: var(--blanco);transform: translate(-0.125rem, -0.125rem);box-shadow: var(--shadow-hard);}}@media only screen and (min-width: 48rem) {#lsg-gallery-page {padding: 4.5rem 2.5rem 5rem;}#lsg-gallery-page .cs-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1rem;}}@media only screen and (min-width: 64rem) {#lsg-gallery-page {padding: 6rem 3rem;}#lsg-gallery-page .cs-gallery-grid {grid-template-columns: repeat(4, 1fr);gap: 1.25rem;}#lsg-gallery-page .cs-gallery-cta {margin-top: 4rem;}}@media only screen and (min-width: 0rem) {#cs-lightbox {position: fixed;inset: 0;z-index: 99999;display: flex;align-items: center;justify-content: center;}#cs-lightbox[hidden] {display: none;}#cs-lightbox .cs-lb-backdrop {position: absolute;inset: 0;background: rgba(10, 28, 61, 0.95);backdrop-filter: blur(0.375rem);-webkit-backdrop-filter: blur(0.375rem);cursor: pointer;}#cs-lightbox .cs-lb-inner {position: relative;z-index: 1;width: 100%;max-width: 68rem;padding: 1.25rem;display: flex;align-items: center;gap: 0.75rem;box-sizing: border-box;}#cs-lightbox .cs-lb-img-wrap {flex: 1;display: flex;align-items: center;justify-content: center;min-height: 0;}#cs-lightbox .cs-lb-img {display: block;max-width: 100%;max-height: 78svh;object-fit: contain;border: 0.25rem solid var(--maiz);border-radius: var(--radius-sm);}#cs-lightbox .cs-lb-close {position: absolute;top: 0;right: 1.25rem;z-index: 2;width: 2.875rem;height: 2.875rem;display: flex;align-items: center;justify-content: center;background: rgba(254, 255, 255, 0.1);border: 0.0625rem solid rgba(124, 194, 218, 0.4);border-radius: 50%;color: var(--blanco);cursor: pointer;transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {flex-shrink: 0;width: 3rem;height: 3rem;display: flex;align-items: center;justify-content: center;background: rgba(254, 255, 255, 0.1);border: 0.0625rem solid rgba(124, 194, 218, 0.4);border-radius: 50%;color: var(--blanco);cursor: pointer;transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;}#cs-lightbox .cs-lb-close:hover, #cs-lightbox .cs-lb-prev:hover, #cs-lightbox .cs-lb-next:hover {background: var(--cielo);border-color: var(--cielo);color: var(--blanco);}#cs-lightbox .cs-lb-close:focus-visible, #cs-lightbox .cs-lb-prev:focus-visible, #cs-lightbox .cs-lb-next:focus-visible {outline: 0.1875rem solid var(--maiz);outline-offset: 0.1875rem;}#cs-lightbox .cs-lb-counter {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);white-space: nowrap;font-family: var(--font-body);font-size: 0.75rem;font-weight: 800;letter-spacing: 0.08em;color: var(--azul-ink);padding: 0.5rem 1.1rem;background: var(--maiz);border-radius: 2rem;}}@media only screen and (min-width: 64rem) {#cs-lightbox .cs-lb-prev, #cs-lightbox .cs-lb-next {width: 3.5rem;height: 3.5rem;}}