.system-card{position:relative;width:fit-content;border:1px dashed var(--border-color, #d1d1d1);padding:1.5rem;border-radius:1.5rem;background:var(--color-white);overflow:hidden}.system-card__ambient-bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity 220ms ease,transform 220ms ease}.system-card.has-ambient-slide::after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:1;height:45%;pointer-events:none;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.95) 100%)}.system-card.has-ambient-slide .system-card__ambient-bg{opacity:1}.system-card.has-ambient-slide .system-card__img--ambient{opacity:0;visibility:hidden;pointer-events:none}.system-card.has-ambient-slide .system-card__projects-main,.system-card.has-ambient-slide .system-card__configure,.system-card.has-ambient-slide .system-card__content,.system-card.has-ambient-slide .system-card__open{position:relative;z-index:2}.system-card.has-ambient-slide .system-card__closed{z-index:2}.system-card.has-ambient-slide .system-card__arrow,.system-card.has-ambient-slide .system-card__dots,.system-card.has-ambient-slide .system-card__toggle{z-index:3}.system-card.has-ambient-slide .system-card__dots{background-color:var(--color-primary-10);padding:.25rem;border-radius:.625rem}.system-card.has-ambient-slide .system-card__dots .system-card__dot{background-color:var(--color-white)}.system-card.has-ambient-slide .system-card__dots .system-card__dot.is-active{background-color:var(--color-primary)}.system-card__toggle{position:absolute;top:1rem;right:1rem;width:2.75rem;height:2.75rem;padding:0;border:0;background:rgba(0,0,0,0);display:grid;place-items:center;cursor:pointer;color:var(--color-primary);z-index:3}.system-card__toggle-icon{display:grid;place-items:center;transition:transform 180ms ease;transform-origin:50% 50%}.system-card__toggle-icon svg{display:block}.system-card__toggle-icon.is-x{transform:rotate(45deg)}.system-card--default .system-card__toggle{opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:5}.system-card--default:hover .system-card__toggle,.system-card--default.is-open .system-card__toggle{opacity:1;pointer-events:auto}.system-card__closed{position:relative;display:grid;grid-template-rows:1fr auto;height:100%;min-height:0;opacity:1;cursor:pointer;visibility:visible;transform:translateY(0);transition:opacity .28s ease,transform .28s ease,visibility .28s ease;z-index:1}.system-card__closed.is-hidden{opacity:0;visibility:hidden;transform:translateY(0.625rem);pointer-events:none}.system-card__closed.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.system-card__media{position:relative;display:grid;place-items:center;padding:3.75rem;min-height:18.75rem;cursor:default;z-index:2}.system-card__img{max-width:100%;max-height:11.25rem;object-fit:contain;display:block;transition:transform 220ms ease,opacity 220ms ease,visibility 220ms ease}.system-card__image-placeholder{width:60%;height:11.25rem;border:1px solid var(--border-color, #d1d1d1);opacity:.35}.system-card__arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border-radius:999px;border:0;background:var(--color-primary-5);display:grid;place-items:center;cursor:pointer;color:var(--color-primary);z-index:3}.system-card__arrow:disabled{opacity:.35;cursor:default}.system-card__arrow--left{left:0}.system-card__arrow--right{right:0}@media(max-width: 1024px){.system-card__arrow{display:none}}.system-card__dots{position:absolute;left:50%;bottom:1.125rem;transform:translateX(-50%);display:flex;gap:.5rem;align-items:center;justify-content:center;min-height:.75rem;cursor:pointer;z-index:3}.system-card__dots--empty{opacity:0}.system-card__dot{width:.5625rem;height:.5625rem;border-radius:50px;border:0;background:var(--color-primary-5);cursor:pointer}.system-card__dot.is-active{background:var(--color-primary)}.system-card__content{position:relative;padding-top:1.5rem;z-index:2}.system-card__range{margin-bottom:.75rem;font-size:.875rem;color:var(--color-primary);opacity:.6}.system-card__title{font-size:1.625rem;line-height:2rem;color:var(--color-primary)}.system-card__open{position:absolute;inset:0;display:grid;grid-template-rows:1fr;min-height:100%;padding:1.5rem;gap:1.5rem;background:var(--color-white);opacity:0;visibility:hidden;transform:translateY(0.625rem);pointer-events:none;transition:opacity .28s ease,transform .28s ease,visibility .28s ease;z-index:4}.system-card__open.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.system-card__open.is-hidden{opacity:0;visibility:hidden;transform:translateY(0.625rem);pointer-events:none}.system-card__open-info{margin-top:2rem}.system-card__thumb{width:5rem;height:5rem;object-fit:contain;display:block}.system-card__bullets{position:relative;margin-top:1rem;margin-left:0;list-style:none;display:grid;gap:.625rem}.system-card__bullet{display:flex;align-items:center;color:var(--color-primary);font-size:.875rem;line-height:1.25rem;margin-left:1.25rem}.system-card__bullet::before{content:"";position:absolute;left:0;width:.625rem;height:.4375rem;background-image:url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2720%27 viewBox=%270 0 28 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.54955 19.25L0 11.313L1.78896 9.65275L8.54955 15.927L25.711 0L27.5 1.66027L8.54955 19.25Z%27 fill=%27%2300528F%27 fill-opacity=%270.8%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.system-card__actions{display:grid;gap:.75rem}.system-card--default{width:100%;height:37.5rem;min-height:0;display:block;padding:1.5rem}@media(max-width: 1024px){.system-card--default{height:32.5rem}}.system-card--default.is-open{padding:0}.system-card--default .system-card__closed{position:absolute;inset:1.5rem;display:grid;grid-template-rows:minmax(0, 1fr) auto;height:auto;min-height:0;z-index:1}.system-card--default .system-card__media{min-height:0;height:100%}.system-card--default .system-card__content{position:relative;z-index:2;padding-top:1.5rem;background:rgba(0,0,0,0)}.system-card--default.has-ambient-slide .system-card__ambient-bg{opacity:1}.system-card--default.has-ambient-slide .system-card__img--ambient{width:auto;height:11.25rem;max-width:100%;max-height:11.25rem;object-fit:contain;opacity:0;visibility:hidden;pointer-events:none}.system-card--projects{width:100%;height:37.5rem;padding:0;border-radius:1.5rem;background:rgba(0,0,0,0);border-color:var(--border-color);transition:border-color .3s ease,background-color .5s ease,box-shadow .3s ease}@media(max-width: 1024px){.system-card--projects{height:32.5rem}}.system-card--projects:hover .system-card__img--projects:not(.system-card__img--ambient){transform:scale(1.05)}.system-card--projects:hover .system-card__ambient-bg{transform:scale(1.05)}.system-card--projects:hover .system-card__footer-view-link:not(.is-disabled){background-color:var(--color-primary-10)}.system-card--projects.has-ambient-slide{background:var(--color-white)}.system-card--projects.has-ambient-slide .system-card__configure{position:absolute}.system-card--projects.has-ambient-slide .system-card__img--projects.system-card__img--ambient{width:auto;height:13.75rem;max-width:100%;object-fit:contain}.system-card--projects.has-ambient-slide .system-card__content--projects{background:rgba(0,0,0,0)}.system-card--projects .system-card__configure{position:absolute;top:1.5rem;right:1.5rem;z-index:4;display:inline-flex;align-items:center;gap:.375rem;color:var(--color-primary);-webkit-text-decoration:none;text-decoration:none;border-bottom:0;font-size:1rem;text-transform:uppercase}.system-card--projects .system-card__configure:hover{border-bottom:0;opacity:.85}.system-card--projects .system-card__configure-text,.system-card--projects .system-card__configure-icon{display:inline-flex;align-items:center}.system-card--projects .system-card__projects-main{position:relative;display:grid;grid-template-rows:minmax(0, 1fr) auto auto;height:100%;min-height:0;transition:opacity 220ms ease;z-index:1}.system-card--projects .system-card__media--projects{position:relative;display:grid;place-items:center;align-content:center;padding:5rem 3rem 1.5rem;min-height:0;height:calc(100% + 5px);overflow:hidden;transition:padding 260ms ease,min-height 260ms ease;z-index:2}.system-card--projects .system-card__img--projects{display:block;max-width:100%;max-height:13.75rem;object-fit:contain;transition:transform 220ms ease,opacity 220ms ease,visibility 220ms ease}.system-card--projects .system-card__dots--projects{position:static;transform:none;margin-top:1.75rem;height:1.125rem;padding:.25rem;border-radius:50px;background:hsla(0,0%,100%,.6);gap:.5625rem}.system-card--projects .system-card__dot{width:.625rem;height:.625rem;background:var(--color-primary-5)}.system-card--projects .system-card__dot.is-active{opacity:1;background:var(--color-primary)}.system-card--projects .system-card__content--projects{position:relative;padding:1.5rem;z-index:2}.system-card--projects .system-card__footer{display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:end;gap:1.5rem}.system-card--projects .system-card__footer-main{display:flex;align-items:flex-end;gap:.75rem;min-width:0}.system-card--projects .system-card__range{margin-bottom:.75rem;font-size:.875rem;color:var(--color-primary);opacity:.6}.system-card--projects .system-card__title{font-size:1.375rem;line-height:1.75rem;color:var(--color-primary)}.system-card--projects .system-card__toggle--projects{position:relative;top:auto;right:auto;left:auto;bottom:auto;flex:0 0 auto;width:1.125rem;height:1.125rem;margin-bottom:.3125rem;z-index:3}.system-card--projects .system-card__toggle--projects .system-card__toggle-icon{display:grid;place-items:center}.system-card--projects .system-card__footer-view{position:relative;right:0;bottom:-0.3125rem}.system-card--projects .system-card__footer-view-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.5625rem .75rem;border-radius:50px;-webkit-text-decoration:none;text-decoration:none;border-bottom:0;color:var(--color-primary);transition:background-color 180ms ease,opacity 180ms ease}.system-card--projects .system-card__footer-view-link:hover{border-bottom:0}.system-card--projects .system-card__footer-view-link.is-disabled{pointer-events:none;opacity:.5}.system-card--projects .system-card__footer-view-text{display:flex;gap:.75rem;font-size:1rem;text-transform:uppercase}.system-card--projects .system-card__projects-panel{position:relative;display:grid;grid-template-rows:0fr;min-height:0;opacity:0;overflow:hidden;transition:grid-template-rows 260ms ease,opacity 220ms ease;z-index:2}.system-card--projects .system-card__projects-panel.is-open{grid-template-rows:1fr;opacity:1}.system-card--projects .system-card__projects-details{min-height:0;overflow:hidden;padding:0 1.5rem}.system-card--projects .system-card__bullets{position:relative;margin:0;padding:1.375rem 0 1.75rem;list-style:none;display:grid;gap:.75rem;border-top:1px dashed rgba(0,82,143,.28)}.system-card--projects .system-card__bullet{position:relative;display:flex;align-items:flex-start;color:var(--color-primary);font-size:.875rem;line-height:1.375rem;padding-left:1.375rem;margin-left:0}.system-card--projects .system-card__bullet::before{content:"";position:absolute;top:.34375rem;left:0;width:.625rem;height:.4375rem;background-image:url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2720%27 viewBox=%270 0 28 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.54955 19.25L0 11.313L1.78896 9.65275L8.54955 15.927L25.711 0L27.5 1.66027L8.54955 19.25Z%27 fill=%27%2300528F%27 fill-opacity=%270.8%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}@media(max-width: 781px){.system-card--projects .system-card__configure{top:1.5rem;right:1.5rem}.system-card--projects .system-card__media--projects{padding:4.375rem 2rem 2.5rem;min-height:19.375rem}.system-card--projects .system-card__img--projects{max-height:11.25rem}.system-card--projects.has-ambient-slide .system-card__img--projects.system-card__img--ambient{height:11.25rem;max-height:11.25rem}.system-card--projects .system-card__dots--projects{margin-top:1.5rem}.system-card--projects .system-card__content--projects{padding:0 1.5rem 1.25rem}.system-card--projects .system-card__projects-details{padding:0 1.5rem}.system-card--projects .system-card__footer-main{align-items:flex-end}.system-card--projects .system-card__footer-view{padding-bottom:0}.system-card--projects .system-card__footer-view-link{padding-left:0;padding-right:0;min-height:auto;background:rgba(0,0,0,0) !important}}.systems-browser-host{width:100%}.systems-browser{--systems-browser-gap: 1.5rem;--systems-browser-columns-desktop: 3;--systems-browser-columns-tablet: 2;--systems-browser-columns-mobile: 1;width:100%;min-width:0}.systems-browser__filters.filters{display:flex;justify-self:start;gap:1rem;margin-bottom:1.5rem}.systems-browser__slider{position:relative;width:100%;min-width:0;max-width:100%}.systems-browser__track{min-width:0;width:100%}.systems-browser--grid .systems-browser__track{display:grid;grid-template-columns:repeat(var(--systems-browser-columns-mobile), minmax(0, 1fr));gap:var(--systems-browser-gap);align-items:stretch}.systems-browser--carousel .systems-browser__track{display:flex;gap:0;width:100%}.systems-browser--carousel .swiper-wrapper{align-items:stretch}.systems-browser--carousel .swiper-slide{height:auto;min-width:0;box-sizing:border-box;flex-shrink:0}.systems-browser__item{min-width:0;width:100%;height:100%}.systems-browser .wp-block-comenza-system-card,.systems-browser .system-card{min-width:0;width:100%;height:clamp(31.25rem,34vw,37.5rem)}.systems-browser__status,.systems-browser__placeholder{padding:1.25rem;border:1px dashed var(--color-primary-30, rgba(0, 82, 143, 0.2));border-radius:1.5rem}.systems-browser__nav{position:absolute;top:50%;z-index:3;width:3rem;height:3rem;padding:0;border:0;border-radius:50%;background-color:var(--color-primary-10);cursor:pointer;transform:translateY(-50%);appearance:none;font-size:0;line-height:0;opacity:0}.systems-browser__nav::before{display:none;content:none}.systems-browser__nav::after{content:"";position:absolute;top:50%;left:50%;width:1rem;height:1rem;transform:translate(-50%, -50%);background-repeat:no-repeat;background-position:center;background-size:contain}.systems-browser__nav--prev{left:-1rem}.systems-browser__nav--prev::after{background-image:url("data:image/svg+xml,%3Csvg width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.5 8.5L0.499999 8.5M0.499999 8.5L7.88461 16.5M0.499999 8.5L7.88462 0.500002%27 stroke=%27%2300528F%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}.systems-browser__nav--next{right:-1rem}.systems-browser__nav--next::after{background-image:url("data:image/svg+xml,%3Csvg width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.499999 8.5L16.5 8.5M16.5 8.5L9.11539 0.500002M16.5 8.5L9.11538 16.5%27 stroke=%27%2300528F%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")}.systems-browser__nav:hover{opacity:.6}.systems-browser__nav.swiper-button-disabled{display:none}.systems-browser:hover .systems-browser__nav{opacity:1}.systems-browser__pagination{display:flex;justify-content:center;margin-top:1.5rem}.systems-browser .swiper-pagination-bullet{width:.625rem;height:.625rem;margin:0 .25rem;opacity:1;background:rgba(0,82,143,.25)}.systems-browser .swiper-pagination-bullet-active{background:var(--color-primary)}.systems-browser--editor a{pointer-events:none}@media(min-width: 768px){.systems-browser__filters{grid-template-columns:repeat(3, minmax(0, 1fr))}.systems-browser--grid .systems-browser__track{grid-template-columns:repeat(var(--systems-browser-columns-tablet), minmax(0, 1fr))}}@media(min-width: 1280px){.systems-browser--grid .systems-browser__track{grid-template-columns:repeat(var(--systems-browser-columns-desktop), minmax(0, 1fr))}}.editor-styles-wrapper .systems-browser-host{width:100%}.editor-styles-wrapper .systems-browser{width:100%;min-width:0}.editor-styles-wrapper .systems-browser__slider{width:100%;min-width:0;max-width:100%;overflow:hidden}.editor-styles-wrapper .systems-browser__track{min-width:0;width:100%}.editor-styles-wrapper .systems-browser--grid .systems-browser__track{display:grid;grid-template-columns:repeat(var(--systems-browser-columns-mobile), minmax(0, 1fr));gap:var(--systems-browser-gap)}.editor-styles-wrapper .systems-browser--carousel .systems-browser__track{display:flex;gap:0;width:100%}.editor-styles-wrapper .systems-browser__item,.editor-styles-wrapper .systems-browser .system-card,.editor-styles-wrapper .systems-browser .block-editor-block-list__block{min-width:0;width:100%}@media(min-width: 768px){.editor-styles-wrapper .systems-browser__filters{grid-template-columns:repeat(3, minmax(0, 1fr))}.editor-styles-wrapper .systems-browser--grid .systems-browser__track{grid-template-columns:repeat(var(--systems-browser-columns-tablet), minmax(0, 1fr))}}@media(min-width: 1280px){.editor-styles-wrapper .systems-browser--grid .systems-browser__track{grid-template-columns:repeat(var(--systems-browser-columns-desktop), minmax(0, 1fr))}}
