.firmas-galleries{background-color:var(--firmas-bg, #ffffff);padding:.5rem 3rem}.firmas-galleries__inner{max-width:1400px;margin:0 auto}.firmas-galleries__header{text-align:center;margin-bottom:3rem}.firmas-galleries__heading{font-family:var(--font-heading-family, serif);font-size:clamp(2rem,5vw,3rem);font-weight:400;color:#115650;margin:0;letter-spacing:-.02em;position:relative;display:inline-block}.firmas-galleries__heading:after{content:"";display:block;width:60px;height:2px;background-color:#d4af37;margin:1rem auto 0;opacity:.8}.firmas-galleries__grid{display:grid;grid-template-columns:repeat(var(--firmas-columns-mobile, 1),1fr);gap:2rem;list-style:none;margin:0;padding:0}@media(min-width:768px){.firmas-galleries__grid{grid-template-columns:repeat(var(--firmas-columns-tablet, 2),1fr);gap:2.5rem}}@media(min-width:1025px){.firmas-galleries__grid{grid-template-columns:repeat(var(--firmas-columns-desktop, 3),1fr);gap:2.5rem}}.firmas-gallery-card{background:var(--firmas-card-bg, #ffffff);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #11565014;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s ease;cursor:pointer;border:1px solid rgba(17,86,80,.08)}.firmas-gallery-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #1156501f;border-color:#11565026}.firmas-gallery-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background-color:#f5e6d3}.firmas-gallery-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.firmas-gallery-card:hover .firmas-gallery-card__image{transform:scale(1.05)}.firmas-gallery-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5e6d3,#e8d9c4)}.firmas-gallery-card__placeholder-icon{font-size:4rem;opacity:.4}.firmas-gallery-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(17,86,80,.85) 0%,transparent 50%);display:flex;align-items:flex-end;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .3s ease}.firmas-gallery-card:hover .firmas-gallery-card__overlay{opacity:1}.firmas-gallery-card__view-label{color:#fff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.firmas-gallery-card__info{padding:1.25rem 1.5rem}.firmas-gallery-card__title{font-family:var(--font-heading-family, serif);font-size:1.25rem;font-weight:700;color:#3e2723;margin:0 0 .25rem;line-height:1.3}.firmas-gallery-card__subtitle{font-size:.9375rem;color:#115650;margin:0;opacity:.9;font-weight:500}.firmas-galleries__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.875rem;padding:4rem 1.5rem;margin:1rem auto;max-width:480px;background:#faf7f2;border:1px dashed rgba(62,39,35,.18);border-radius:14px;color:#3e2723}.firmas-galleries__empty-icon{color:#115650;opacity:.6}.firmas-galleries__empty-title{font-family:var(--font-heading-family, serif);font-size:1.375rem;font-weight:600;margin:0;color:#115650}.firmas-galleries__empty-text{margin:0;font-size:.9375rem;line-height:1.55;color:#3e2723bf}.firmas-galleries__setup{max-width:640px;margin:1.5rem auto;padding:1.75rem 1.75rem 1.5rem;background:#fff;color:#3e2723;border:1px solid rgba(62,39,35,.12);border-radius:16px;box-shadow:0 8px 24px #3e27230f;text-align:left;line-height:1.55}.firmas-galleries__setup-badge{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#115650;background:#11565014;border:1px solid rgba(17,86,80,.2);padding:.25rem .625rem;border-radius:999px;margin-bottom:.875rem}.firmas-galleries__setup-title{font-family:var(--font-heading-family, serif);font-size:1.5rem;font-weight:600;margin:0 0 .625rem;color:#3e2723;letter-spacing:-.01em}.firmas-galleries__setup-intro{margin:0 0 1.25rem;font-size:.9375rem;color:#3e2723d9}.firmas-galleries__setup-card{background:#faf7f2;border:1px solid rgba(62,39,35,.08);border-radius:12px;padding:1.125rem 1.25rem 1rem;margin-bottom:1rem}.firmas-galleries__setup-card-tag{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#115650;margin-bottom:.625rem}.firmas-galleries__setup-card ol{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem;font-size:.9375rem;color:#3e2723;list-style:decimal}.firmas-galleries__setup-card ol li{padding-left:.25rem}.firmas-galleries__setup-card ol li::marker{color:#d4af37;font-weight:700}.firmas-galleries__setup-card kbd{display:inline-block;padding:.05rem .4rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem;background:#fff;border:1px solid rgba(62,39,35,.2);border-bottom-width:2px;border-radius:4px;line-height:1.4;color:#3e2723}.firmas-galleries__setup-tip{margin:0;padding:.75rem .875rem;background:#d4af371a;border-left:3px solid #d4af37;border-radius:0 6px 6px 0;font-size:.875rem;color:#3e2723}@media(max-width:600px){.firmas-galleries__setup{padding:1.25rem 1rem 1rem;border-radius:12px}.firmas-galleries__setup-title{font-size:1.25rem}.firmas-galleries__setup-card{padding:1rem}}.firmas-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.firmas-modal.is-open{opacity:1;visibility:visible}.firmas-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000eb;cursor:pointer}.firmas-modal__container{position:relative;width:95vw;max-width:1200px;max-height:95vh;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 24px 80px #0006;z-index:1}.firmas-modal__close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:none;background:#ffffffe6;color:#3e2723;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s,transform .2s}.firmas-modal__close:hover{background:#fff;transform:scale(1.05)}.firmas-modal__header{padding:1.5rem 2rem;background:#f5e6d3;border-bottom:1px solid rgba(17,86,80,.1);flex-shrink:0}.firmas-modal__title{font-family:var(--font-heading-family, serif);font-size:1.5rem;font-weight:700;color:#3e2723;margin:0 0 .25rem}.firmas-modal__subtitle{font-size:.9375rem;color:#115650;margin:0;opacity:.9}.firmas-modal__main{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#000;aspect-ratio:16 / 9;max-height:65vh;min-height:360px}.firmas-modal__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:2rem}.firmas-modal__media{width:100%;height:100%;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0}deferred-media[class] :is(.deferred-media__poster-button img,.deferred-media__poster-button~video){object-fit:contain}.firmas-modal__media .firmas-gallery-media{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.firmas-modal__media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;margin:auto;display:block}.firmas-modal__media video,.firmas-modal__media .firmas-modal-video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.firmas-modal__media iframe{max-width:100%;max-height:100%}.firmas-modal__media .deferred-media{width:100%;height:100%;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center;min-height:0}.firmas-modal__media .deferred-media>video,.firmas-modal__media .deferred-media>iframe{flex-shrink:0}.firmas-modal__media .deferred-media .deferred-media__poster-button{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%}.firmas-modal__media .deferred-media .deferred-media__poster-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.firmas-modal__media .deferred-media video,.firmas-modal .deferred-media .deferred-media__poster-button~video{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;object-position:center!important;aspect-ratio:auto!important}.firmas-modal__media .deferred-media iframe{max-width:100%!important;max-height:100%!important}.firmas-modal__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;background:#ffffffe6;color:#3e2723;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;transition:background .2s,transform .2s}.firmas-modal__nav:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.firmas-modal__nav--prev{left:1rem}.firmas-modal__nav--next{right:1rem}.firmas-modal__thumbnails{display:flex;gap:.5rem;padding:1rem 2rem;overflow-x:auto;background:#faf8f5;border-top:1px solid rgba(17,86,80,.08);flex-shrink:0}.firmas-modal__thumbnails::-webkit-scrollbar{height:6px}.firmas-modal__thumbnails::-webkit-scrollbar-track{background:#1156501a;border-radius:3px}.firmas-modal__thumbnails::-webkit-scrollbar-thumb{background:#1156504d;border-radius:3px}.firmas-modal__thumb{flex-shrink:0;width:64px;height:64px;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s,opacity .2s}.firmas-modal__thumb:hover{opacity:.9}.firmas-modal__thumb.is-active{border-color:#d4af37;opacity:1}.firmas-modal__thumb img{width:100%;height:100%;object-fit:cover;display:block}.firmas-modal__thumb[data-type=video]{position:relative}.firmas-modal__thumb[data-type=video]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1;pointer-events:none}.firmas-modal__thumb[data-type=video]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/36px no-repeat;filter:drop-shadow(0 1px 3px rgba(0,0,0,.8))}@media(max-width:767px){.firmas-galleries{padding:2.5rem 1rem 3.5rem}.firmas-galleries__header{margin-bottom:2rem}.firmas-gallery-card__media{aspect-ratio:1}.firmas-modal__container{width:100vw;max-height:100vh;border-radius:0}.firmas-modal__header{padding:1rem 1.25rem}.firmas-modal__title{font-size:1.25rem}.firmas-modal__slide{padding:1rem}.firmas-modal__main{max-height:55vh}.firmas-modal__nav{width:40px;height:40px}.firmas-modal__nav--prev{left:.5rem}.firmas-modal__nav--next{right:.5rem}.firmas-modal__thumbnails{padding:.75rem 1rem}.firmas-modal__thumb{width:48px;height:48px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/firmas-galleries.css.map */
