.propiedades-page{flex-direction:column;min-height:100vh;display:flex}.propiedades-hero{background-color:#61a932;border-radius:0;align-items:flex-end;height:240px;margin:80px 0 0;display:flex;position:relative;overflow:hidden}.propiedades-hero__bg,.propiedades-hero__overlay{display:none}.propiedades-hero__content{flex-direction:column;justify-content:flex-end;width:100%;padding:0 56px 40px;display:flex}.propiedades-hero__title{font-family:var(--font-dm-sans), sans-serif;color:#fff;font-size:clamp(1.8rem,4vw,3rem);font-weight:900;line-height:1.2}.propiedades-filters-panel{flex-direction:column;gap:16px;max-width:1200px;margin:40px auto 0;padding:0 24px;display:flex}.propiedades-filters-row{flex-wrap:wrap;align-items:flex-end;gap:20px;display:flex}.propiedades-filter-group{flex-direction:column;gap:8px;display:flex}.propiedades-filter-group__label{font-family:var(--font-dm-sans), sans-serif;color:#888;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:700}.propiedades-filter-group__btns{flex-wrap:wrap;gap:6px;display:flex}.propiedades-filter-btn{font-family:var(--font-dm-sans), sans-serif;color:#555;cursor:pointer;white-space:nowrap;background-color:#f2f2f2;border:1.5px solid #0000;border-radius:999px;padding:8px 18px;font-size:.85rem;font-weight:500;transition:background-color .2s,color .2s,border-color .2s}.propiedades-filter-btn:hover{color:#1a1a1a;background-color:#e8e8e8}.propiedades-filter-btn--active{color:#fff;background-color:#1a1a1a;border-color:#1a1a1a}.propiedades-filter-btn--active:hover{color:#fff;background-color:#333}.propiedades-filter-select{font-family:var(--font-dm-sans), sans-serif;color:#333;cursor:pointer;appearance:none;background-color:#f2f2f2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1.5px solid #e0e0e0;border-radius:10px;outline:none;min-width:200px;padding:9px 36px 9px 14px;font-size:.88rem;font-weight:400;transition:border-color .2s,background-color .2s}.propiedades-filter-select:focus{background-color:#fff;border-color:#1a1a1a}.propiedades-filter-select:disabled{opacity:.5;cursor:not-allowed}.propiedades-filter-clear{font-family:var(--font-dm-sans), sans-serif;color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #e0e0e0;border-radius:10px;align-self:flex-end;padding:8px 16px;font-size:.82rem;font-weight:600;transition:color .2s,border-color .2s}.propiedades-filter-clear:hover{color:#1a1a1a;border-color:#1a1a1a}.propiedades-grid-section{flex:1;max-width:1200px;margin:36px auto 80px;padding:0 24px}.propiedades-count{font-family:var(--font-dm-sans), sans-serif;color:#888;margin-bottom:28px;font-size:.85rem;font-weight:400}.propiedades-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.prop-card{cursor:pointer;background-color:#fff;border-radius:16px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 4px 20px #00000012}.prop-card:hover{transform:translateY(-5px);box-shadow:0 12px 36px #0000001f}.prop-card__image-wrapper{aspect-ratio:4/3;position:relative;overflow:hidden}.prop-card__image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s;display:block}.prop-card:hover .prop-card__image{transform:scale(1.06)}.prop-card__badge{font-family:var(--font-dm-sans), sans-serif;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:5px 12px;font-size:.72rem;font-weight:700;position:absolute;top:14px;left:14px}.prop-card__badge--sale{color:#fff;background-color:#1a1a1a}.prop-card__badge--rent{color:#1a1a1a;background-color:#fff}.prop-card__body{flex-direction:column;gap:10px;padding:20px 22px 24px;display:flex}.prop-card__type{font-family:var(--font-dm-sans), sans-serif;color:#999;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:400}.prop-card__title{font-family:var(--font-dm-sans), sans-serif;color:#1a1a1a;font-size:1rem;font-weight:700;line-height:1.35}.prop-card__location{font-family:var(--font-dm-sans), sans-serif;color:#777;align-items:center;gap:5px;font-size:.82rem;font-weight:400;display:flex}.prop-card__location svg{color:#aaa;flex-shrink:0}.prop-card__divider{background-color:#f0f0f0;height:1px;margin:4px 0}.prop-card__meta{gap:18px;display:flex}.prop-card__meta-item{font-family:var(--font-dm-sans), sans-serif;color:#666;align-items:center;gap:5px;font-size:.8rem;font-weight:400;display:flex}.prop-card__meta-item svg{color:#aaa;flex-shrink:0}.prop-card__price{font-family:var(--font-dm-sans), sans-serif;color:#1a1a1a;margin-top:4px;font-size:1.1rem;font-weight:900}.propiedades-empty{text-align:center;grid-column:1/-1;padding:80px 24px}.propiedades-empty__title{font-family:var(--font-dm-sans), sans-serif;color:#1a1a1a;margin-bottom:10px;font-size:1.1rem;font-weight:700}.propiedades-empty__desc{font-family:var(--font-dm-sans), sans-serif;color:#888;font-size:.9rem;font-weight:400}@media (max-width:1024px){.propiedades-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.propiedades-hero{border-radius:0;height:220px;margin:80px 0 0}.propiedades-hero__content{padding:0 24px 28px}.propiedades-hero__title{font-size:1.8rem}.propiedades-filters-panel{margin-top:28px;padding:0 16px}.propiedades-filters-row{gap:12px}.propiedades-filter-select{min-width:160px;font-size:.82rem}.propiedades-grid-section{margin-bottom:60px;padding:0 16px}}@media (max-width:540px){.propiedades-grid{grid-template-columns:1fr}.propiedades-filter-group__btns{gap:4px}.propiedades-filter-btn{padding:7px 14px;font-size:.78rem}.propiedades-filter-select{width:100%;min-width:140px}.propiedades-filter-group{width:100%}.propiedades-filters-row{flex-direction:column;align-items:stretch;gap:10px}}@media (max-width:400px){.propiedades-hero{height:190px}.propiedades-hero__content{padding:0 16px 20px}.propiedades-hero__title{font-size:1.5rem}.prop-card__body{padding:16px 16px 20px}.propiedades-filter-btn{padding:6px 12px;font-size:.75rem}}.prop-card{color:inherit;text-decoration:none;display:block}.prop-card__no-image{width:100%;height:100%;font-family:var(--font-dm-sans), sans-serif;color:#aaa;background:#f2f2f2;justify-content:center;align-items:center;font-size:.8rem;display:flex}.propiedades-loading{text-align:center;font-family:var(--font-dm-sans), sans-serif;color:#999;padding:60px 0;font-size:.9rem}
