/* CiudadHome · Open House público */
.ch-open-house-page{background:#fff}.ch-oh-public-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.ch-oh-public-head span{color:#ff3e0c;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.ch-oh-public-head h2{margin:3px 0 5px;color:#25292f;font-size:24px;font-weight:700}.ch-oh-public-head p{margin:0;color:#727b85;font-size:13px}.ch-oh-public-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ch-oh-public-card{overflow:hidden;border:1px solid #e1e4e8;border-radius:5px;background:#fff;box-shadow:0 4px 14px rgba(26,31,37,.05)}.ch-oh-public-card__image{position:relative;display:block;height:210px;overflow:hidden}.ch-oh-public-card__image img{width:100%;height:100%;object-fit:cover}.ch-oh-public-card__image>span{position:absolute;left:10px;bottom:10px;padding:6px 8px;border-radius:5px;background:#ff3e0c;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase}.ch-oh-public-card__body{padding:15px}.ch-oh-public-card__meta{display:flex;gap:7px;flex-wrap:wrap}.ch-oh-public-card__meta span{padding:4px 6px;border-radius:5px;background:#f3f5f7;color:#69727d;font-size:10px}.ch-oh-public-card h3{margin:9px 0 4px;font-size:16px}.ch-oh-public-card h3 a{color:#24292f!important;text-decoration:none!important}.ch-oh-public-card p{margin:0 0 6px;color:#707983;font-size:11px}.ch-oh-public-card p i{color:#ff3e0c}.ch-oh-public-card__body>strong{display:block;color:#ff3e0c;font-size:15px}.ch-oh-public-card__body>small{display:block;margin-top:7px;color:#7a838d;font-size:10.5px;line-height:1.45}.ch-oh-register-form{display:grid;grid-template-columns:1fr;gap:6px;margin-top:13px;padding-top:12px;border-top:1px solid #eceef0}.ch-oh-register-form input{height:36px;padding:0 9px;border:1px solid #d9dde2;border-radius:5px;font-size:11px}.ch-oh-register-form button{height:37px;border:1px solid #ff3e0c;border-radius:5px;background:#ff3e0c;color:#fff;font-size:11px;font-weight:700}.ch-oh-full{margin-top:13px;padding:9px;border-radius:5px;background:#f3f4f5;color:#757d86;text-align:center;font-size:11px;font-weight:700}.ch-oh-public-empty{grid-column:1/-1;padding:55px 20px;border:1px solid #e4e7ea;border-radius:5px;text-align:center;color:#737c87}.ch-oh-public-empty i{font-size:32px;color:#c5cbd1}.ch-oh-public-empty h3{margin:10px 0 4px;color:#333940}.ch-oh-public-empty p{margin:0}.ch-oh-public-pagination{margin-top:22px}.ch-oh-public-pagination nav{display:flex;justify-content:center}@media(max-width:991px){.ch-oh-public-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.ch-oh-public-grid{grid-template-columns:1fr}.ch-oh-public-card__image{height:190px}.ch-oh-public-head h2{font-size:20px}}
