:root{--chp-primary:#081997;--chp-text:#0f172a;--chp-muted:#64748b;--chp-border:#e2e8f0}
.chp-list{display:grid;gap:28px;width:100%}.chp-cols-1{grid-template-columns:1fr}.chp-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.chp-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.chp-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.chp-card{background:#fff;border:1px solid var(--chp-border);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.06);display:flex;flex-direction:column;transition:.2s}.chp-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(15,23,42,.11)}
.chp-media{display:block;position:relative;aspect-ratio:1.5/1;overflow:hidden;background:#eef2ff}.chp-card-img{width:100%!important;height:100%!important;object-fit:cover;display:block}.chp-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#081997;font-weight:800}
.chp-badge{position:absolute;top:14px;padding:7px 11px;border-radius:999px;color:#fff;font-size:12px;font-weight:800}.chp-op{left:14px;background:#081997}.chp-status{right:14px;background:#475569}
.chp-card-body{padding:22px;display:flex;flex:1;flex-direction:column}.chp-location{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--chp-muted);margin-bottom:7px}.chp-card h3{font-size:22px;line-height:1.25;margin:0 0 12px}.chp-card h3 a{color:var(--chp-text);text-decoration:none}
.chp-card-price{font-size:22px;color:#081997;font-weight:800;margin-bottom:16px}.chp-card-price small,.chp-price small{font-size:.55em;margin-left:3px}.chp-facts-mini{display:flex;flex-wrap:wrap;gap:8px 16px;border-top:1px solid var(--chp-border);padding-top:14px;color:var(--chp-muted);font-size:14px}.chp-more{margin-top:auto;padding-top:18px;color:#081997;text-decoration:none;font-weight:800}
.chp-empty{padding:24px;background:#f8fafc;border:1px solid var(--chp-border);border-radius:12px}.chp-pagination{margin-top:26px}
.chp-search{display:grid;grid-template-columns:1fr 1.1fr 1.1fr .85fr .85fr auto;gap:12px;align-items:end;background:#fff;border:1px solid var(--chp-border);border-radius:16px;padding:18px;box-shadow:0 10px 30px rgba(15,23,42,.07)}.chp-search label{display:block;font-size:12px;font-weight:800;color:#475569;margin-bottom:6px}.chp-search select,.chp-search input{width:100%;min-height:46px;border:1px solid #cbd5e1!important;border-radius:9px!important;padding:0 12px!important;background:#fff}.chp-search button{min-height:46px;border:0;border-radius:9px;padding:0 24px;background:#081997;color:#fff;font-weight:800}
.chp-container{max-width:1240px;margin:0 auto}.chp-archive{background:#f8fafc;padding:70px 20px 90px}.chp-archive-head{max-width:760px;margin-bottom:30px}.chp-archive-head span,.chp-kicker{display:block;color:var(--chp-primary);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.chp-archive-head h1{font-size:52px;margin:0 0 12px;color:var(--chp-text)}.chp-archive-head p{font-size:18px;color:var(--chp-muted);margin:0}
.chp-single{padding:42px 20px 90px}.chp-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:230px 230px;gap:10px;border-radius:18px;overflow:hidden;margin-bottom:38px}.chp-gallery a{overflow:hidden;background:#e2e8f0}.chp-gallery a.main{grid-row:1/3}.chp-gallery img{width:100%!important;height:100%!important;object-fit:cover;display:block}
.chp-head{display:flex;justify-content:space-between;gap:36px;padding-bottom:28px;border-bottom:1px solid var(--chp-border)}.chp-head h1{font-size:44px;line-height:1.08;margin:0 0 10px;color:var(--chp-text)}.chp-address{font-size:17px;color:var(--chp-muted)}.chp-pricebox{text-align:right;min-width:220px;color:var(--chp-muted)}.chp-price{font-size:30px;font-weight:800;color:var(--chp-primary)}.chp-state{display:inline-block;margin-top:10px;padding:6px 10px;border-radius:99px;background:#f1f5f9;font-size:12px;font-weight:800}
.chp-facts{display:flex;border-bottom:1px solid var(--chp-border)}.chp-facts>div{flex:1;padding:24px 18px;border-right:1px solid var(--chp-border)}.chp-facts>div:last-child{border-right:0}.chp-facts strong,.chp-facts span{display:block}.chp-facts strong{font-size:20px;color:var(--chp-text)}.chp-facts span{font-size:13px;color:var(--chp-muted);margin-top:3px}
.chp-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:54px;margin-top:44px}.chp-single-grid section{margin-bottom:42px}.chp-single-grid h2{font-size:28px;margin:0 0 18px}.chp-content{font-size:17px;line-height:1.75;color:#475569}.chp-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.chp-feature-list span{padding:12px 14px 12px 36px;background:#f8fafc;border-radius:9px;position:relative}.chp-feature-list span:before{content:"✓";position:absolute;left:14px;color:var(--chp-primary);font-weight:900}
.chp-contact{position:sticky;top:28px;align-self:start;padding:26px;border:1px solid var(--chp-border);border-radius:16px;box-shadow:0 12px 32px rgba(15,23,42,.08)}.chp-contact h3{font-size:22px;margin:0 0 8px}.chp-contact p{color:var(--chp-muted)}.chp-contact a{display:block;text-align:center;text-decoration:none;margin-top:10px;border:1px solid var(--chp-primary);border-radius:9px;padding:12px 16px;color:var(--chp-primary);font-weight:800}.chp-contact a.primary{background:var(--chp-primary);color:#fff}
@media(max-width:1024px){.chp-cols-3,.chp-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.chp-search{grid-template-columns:repeat(3,minmax(0,1fr))}.chp-single-grid{grid-template-columns:1fr}.chp-contact{position:static}}
@media(max-width:767px){.chp-list,.chp-cols-2,.chp-cols-3,.chp-cols-4{grid-template-columns:1fr}.chp-search{grid-template-columns:1fr;padding:14px}.chp-archive{padding:46px 14px 70px}.chp-archive-head h1{font-size:38px}.chp-single{padding:22px 14px 70px}.chp-gallery{grid-template-columns:1fr;grid-template-rows:auto}.chp-gallery a{aspect-ratio:1.45/1}.chp-gallery a.main{grid-row:auto}.chp-gallery a:nth-child(n+4){display:none}.chp-head{display:block}.chp-head h1{font-size:34px}.chp-pricebox{text-align:left;margin-top:18px}.chp-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.chp-facts>div{border-right:0;border-bottom:1px solid var(--chp-border)}.chp-feature-list{grid-template-columns:1fr}}


/* v1.1 · Shortcodes dinámicos para plantilla Elementor Free */
.chp-elementor-single{--chp-primary:#081997}.chp-el-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:230px 230px;gap:10px;border-radius:18px;overflow:hidden}.chp-el-gallery a{display:block;overflow:hidden;background:#e2e8f0}.chp-el-gallery a.main{grid-row:1/3}.chp-el-gallery img{width:100%!important;height:100%!important;object-fit:cover;display:block}.chp-el-kicker{display:block;color:var(--chp-primary);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.chp-el-title{font-size:44px!important;line-height:1.08!important;letter-spacing:-.03em;margin:0!important;color:#0f172a!important}.chp-el-location{font-size:17px;color:#64748b}.chp-el-price{font-size:30px;font-weight:800;color:var(--chp-primary)}.chp-el-price small{font-size:.55em;margin-left:3px}.chp-el-reference{color:#64748b}.chp-el-status{display:inline-block;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:800}.chp-el-facts{display:flex;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff}.chp-el-facts>div{flex:1;padding:22px 18px;border-right:1px solid #e2e8f0}.chp-el-facts>div:last-child{border-right:0}.chp-el-facts strong,.chp-el-facts span{display:block}.chp-el-facts strong{font-size:20px;color:#0f172a}.chp-el-facts span{font-size:13px;color:#64748b;margin-top:3px}.chp-el-section h2{font-size:28px;margin:0 0 18px;color:#0f172a}.chp-el-content{font-size:17px;line-height:1.75;color:#475569}.chp-el-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.chp-el-feature-list span{padding:12px 14px 12px 36px;background:#f8fafc;border-radius:9px;position:relative}.chp-el-feature-list span:before{content:"✓";position:absolute;left:14px;color:var(--chp-primary);font-weight:900}.chp-el-contact{padding:26px;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 12px 32px rgba(15,23,42,.08);background:#fff}.chp-el-contact h3{font-size:22px;margin:0 0 8px;color:#0f172a}.chp-el-contact p{color:#64748b}.chp-el-contact a{display:block;text-align:center;text-decoration:none;margin-top:10px;border:1px solid var(--chp-primary);border-radius:9px;padding:12px 16px;color:var(--chp-primary);font-weight:800}.chp-el-contact a.primary{background:var(--chp-primary);color:#fff}.chp-el-featured-image img{width:100%;height:auto;display:block;border-radius:16px}
@media(max-width:767px){.chp-el-gallery{grid-template-columns:1fr;grid-template-rows:auto}.chp-el-gallery a{aspect-ratio:1.45/1}.chp-el-gallery a.main{grid-row:auto}.chp-el-gallery a:nth-child(n+4){display:none}.chp-el-title{font-size:34px!important}.chp-el-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.chp-el-facts>div{border-right:0;border-bottom:1px solid #e2e8f0}.chp-el-feature-list{grid-template-columns:1fr}}
