.empreendimentos{padding-top:0}.emp-hero{min-height:clamp(420px,52vw,735px);background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.emp-hero-inner{width:100%}.emp-hero-title{margin:0;max-width:var(--mw-539);font-family:Rustica,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:var(--fs-display);line-height:var(--lh-display);font-weight:300;color:var(--color-text)}.emp-hero-title strong{font-weight:500}.emp-content{padding:var(--sp-70) 0 110px}.emp-filter{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-16);flex-wrap:wrap;margin-bottom:var(--sp-50)}.emp-filter-label{font-size:clamp(14px,calc(14px + (2px * var(--fluid))),16px);font-weight:500}.emp-dropdown{position:relative}.emp-dropdown-btn{height:52px;min-width:280px;max-width:100%;padding:0 var(--sp-22);border-radius:35px;border:0;background:var(--color-bg-soft);display:inline-flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;color:var(--color-text);font-size:clamp(14px,calc(14px + (2px * var(--fluid))),16px);font-weight:500}.emp-dropdown-btn img{width:16px;height:16px}.emp-dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;width:100%;background:var(--color-bg);border:2px solid var(--color-muted);border-radius:18px;padding:var(--sp-8);list-style:none;margin:0;display:none;z-index:5}.emp-dropdown.is-open .emp-dropdown-menu{display:block}.emp-dropdown-option{width:100%;border:0;background:transparent;text-align:left;padding:var(--sp-12) var(--sp-12);border-radius:var(--radius-xs);cursor:pointer;font-size:15px}.emp-dropdown-option[aria-selected=true]{background:#ffc20e33}.emp-swiper{width:100%}.emp-swiper:not(.swiper-initialized) .emp-list{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--gap-40)}.emp-item{position:relative;border-radius:0;overflow:hidden;background:var(--color-black)}.emp-item-bg{width:100%;height:clamp(390px,42vw,617px);object-fit:cover}.emp-item-overlay{position:absolute;inset:var(--sp-50) var(--sp-44) var(--sp-50) auto;width:471px;max-width:calc(100% - var(--sp-44) * 2);height:auto;max-height:518px;border-radius:25px;padding:var(--sp-50);display:flex;flex-direction:column;gap:var(--gap-60);background:#36353399;backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);will-change:background-color;transition:background-color .18s ease,backdrop-filter .18s ease}.emp-item:hover .emp-item-overlay,.emp-item.is-hover .emp-item-overlay{background:var(--color-yellow);-webkit-backdrop-filter:none;backdrop-filter:none}.emp-badge{position:absolute;left:var(--sp-44);top:var(--sp-50);width:133px;height:auto;z-index:2}.emp-status{width:fit-content;height:28px;padding:16px 18px 14px;border-radius:40px;background:var(--color-bg);display:inline-flex;align-items:center;justify-content:center;font-family:Rustica,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:15px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--color-text);transition:background-color .18s ease,color .18s ease}.emp-item:hover .emp-status,.emp-item.is-hover .emp-status{background:var(--color-bg)}.emp-card-body{display:flex;flex-direction:column;gap:var(--gap-40)}.emp-card-title{width:202px;max-width:100%;height:auto}.emp-card-title-text{font-size:32px;font-weight:300;text-transform:uppercase;color:var(--color-white);display:flex;gap:8px;line-height:1;align-content:center;align-items:flex-start;flex-direction:row;flex-wrap:nowrap;margin:0;transition:color .18s ease}.emp-card-title-text .lumy-logo-mask{width:98px;height:26px;background:linear-gradient(45deg,#ffc609,#ffe600);will-change:filter,background-color,color;transition:background-color .18s ease,color .18s ease,filter .18s ease}.emp-card-title-text .logo-text-inside{padding-top:1px}.emp-item:hover .emp-card-title-text,.emp-item.is-hover .emp-card-title-text{color:var(--color-white)}.emp-item:hover .lumy-logo-mask,.emp-item.is-hover .lumy-logo-mask{background:linear-gradient(45deg,#fff,#fff)}.emp-item:hover .emp-card-title,.emp-item.is-hover .emp-card-title{filter:brightness(0) invert(1)}.emp-features{list-style:none;padding:0;margin:0;width:295px;display:flex;flex-direction:column;gap:var(--gap-12)}.emp-feature{display:flex;align-items:center;gap:var(--gap-18);color:var(--color-white);font-family:Rustica,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:var(--fs-18);font-weight:400;line-height:1;transition:color .18s ease}.emp-item:hover .emp-feature,.emp-item.is-hover .emp-feature{color:var(--color-text)}.emp-feature img{width:24px;height:24px;filter:brightness(0) invert(1)}.emp-item:hover .emp-feature img,.emp-item.is-hover .emp-feature img{filter:none}.emp-cta{width:256px;min-width:256px;max-width:100%;flex-shrink:0;height:52px;border-radius:35px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:Rustica,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:18px;font-weight:500;text-transform:uppercase;border:0;background:var(--color-yellow);color:var(--color-text);transition:background-color .18s ease,color .18s ease;margin-top:auto;position:relative;overflow:hidden}.emp-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);transform:translate(-100%);transition:transform .6s cubic-bezier(.2,.8,.2,1);pointer-events:none;z-index:0}.emp-item:hover .emp-cta:before,.emp-item.is-hover .emp-cta:before{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.12) 50%,transparent 100%)}.emp-cta:hover:before{transform:translate(100%)}.emp-cta>*{position:relative;z-index:1}.emp-item:hover .emp-cta,.emp-item.is-hover .emp-cta{background:var(--color-text);color:var(--color-yellow)}.emp-cta-arrow--white{display:none}.emp-item:hover .emp-cta-arrow--white,.emp-item.is-hover .emp-cta-arrow--white{display:inline}.emp-item:hover .emp-cta-arrow--dark,.emp-item.is-hover .emp-cta-arrow--dark{display:none}.emp-cta img{width:9px;height:18px;margin-top:-4px}.emp-item.is-hidden{display:none}@media(max-width:1200px){.emp-filter{flex-direction:row;align-items:center}.emp-dropdown-btn{width:min(360px,100%)}.emp-item-overlay{inset:var(--sp-24) var(--sp-24) auto var(--sp-24);width:auto;max-width:none;max-height:none;height:auto;gap:var(--gap-40)}.emp-badge{left:var(--sp-24);top:var(--sp-24)}.emp-features{width:100%}}@media(max-width:720px){.emp-swiper{padding-bottom:50px;width:100vw;margin-left:calc(50% - 50vw)}.emp-nav{display:flex;justify-content:center;gap:12px;margin-top:20px}.emp-nav .icon-btn{width:40px;height:40px}.emp-cta{width:100%}}@media(max-width:480px){.emp-item{border-radius:10px}.emp-item-bg{height:390px}.emp-item-overlay{top:25px;right:25px;bottom:25px;left:25px;padding:25px;gap:16px;height:calc(100% - 48px);border-radius:11px;display:flex;align-items:center}.emp-card-body{display:flex;flex-direction:column;gap:20px;width:100%;margin-top:0;padding:20px 0;align-items:center}.emp-badge{left:24px;top:24px}.emp-status{padding:6px 12px 4px;font-size:10px;height:auto}.emp-card-title-text{font-size:22px;gap:6px}.emp-card-title-text .logo-text-inside{padding-top:2px}.emp-card-title-text .lumy-logo-mask{width:67px;height:21px}.emp-features{gap:8px;margin-top:10px;display:flex;align-content:center;width:220px}.emp-feature{font-size:14px;gap:9px;display:flex;justify-content:flex-start;line-height:20px}.emp-feature img{width:18px;height:18px}.emp-feature span{padding:4px 0 0}.emp-cta{width:100%;height:44px;font-size:14px}.c-hero-inner{width:100%;padding-top:0}.emp-filter{flex-wrap:nowrap;gap:10px}.emp-filter-label{white-space:nowrap}.emp-dropdown-btn{min-width:0;flex-grow:1;padding:0 16px}.swiper-wrapper.emp-list{overflow:visible}.emp-dropdown{width:160px}.swiper-slide.emp-item{transform:translateY(0);box-shadow:0 0 #00000040;transition:transform .8s var(--ease-standard),box-shadow .9s var(--ease-standard);z-index:1}.swiper-slide.emp-item.swiper-slide-active{transform:translateY(-2px);box-shadow:0 12px 24px #00000040;transition:transform .8s var(--ease-standard),box-shadow .9s var(--ease-standard);z-index:2}.emp-content{padding:var(--sp-70) 0 10px}.emp-swiper{overflow:visible}}@media(min-width:721px){.emp-nav{display:none}}
