.hm-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:20px;background-color:#f9f9f9}.hm-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px rgb(0 0 0 / .1);max-width:250px;padding:15px;text-align:center;transition:transform 0.3s}.hm-card:hover{transform:translateY(-5px)}.hm-card img{width:50px;height:50px;margin:0 auto 10px auto;display:block;filter:grayscale(50%);transition:filter 0.3s}.hm-card img:hover{filter:grayscale(0%)}.hm-card h2{font-size:1.2em;margin-bottom:5px;color:#333}.hm-fecha{font-size:.9em;color:#777;margin-bottom:10px}.hm-detalle{font-size:.95em;color:#555;margin-bottom:10px;line-height:1.4}.hm-numero{font-size:.95em;font-weight:700;color:#000}