.grid-dpto{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.grid-dpto{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.grid-dpto{grid-template-columns:repeat(5,1fr)}}.card-dpto{border:.5px solid #b5d4f4;border-radius:12px;overflow:hidden}.card-dpto:focus-visible,.card-dpto:hover{border-color:#185fa5;box-shadow:0 4px 8px #1e457d;outline:none;transform:translateY(-2px)}.card-dpto__header{background:#fff;display:flex;flex-direction:column;gap:10px;padding:1rem 1.1rem 1.2rem}.card-dpto__pill{align-items:center;align-self:flex-start;background:#ec0f00;border:2px solid #fca5a5;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.card-dpto__pill svg{flex-shrink:0}.card-dpto__count{color:#000;font-size:32px;font-weight:500;line-height:1}.card-dpto__label{color:#585858;font-size:12px;margin-top:4px}.card-dpto__cta{align-items:center;background:#f4f8fd;border-top:.5px solid #b5d4f4;display:flex;justify-content:space-between;padding:.6rem .9rem .6rem .6rem;text-decoration:none}.card-dpto__cta span{color:#185fa5;font-size:12px;font-weight:500}.card-dpto__cta svg{flex-shrink:0}