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


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