.cards-container{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:0 auto;padding:1rem}.card{border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);flex:0 0 250px;min-height:420px;padding:1rem;text-align:center;transition:all .3s}.card .icono{height:25%;margin:0 auto;padding-top:1rem;width:20%}.card .texto{display:flex;flex-direction:column;justify-content:space-between;max-height:75%}.card .line{height:1px;margin:1rem auto;transition:all .3s;width:45%}.card a{border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);display:block;font-weight:700;margin:0 auto;padding:.7rem 1.8rem;transition:all .3s;width:fit-content}.card:hover{box-shadow:0 8px 12px rgba(0,0,0,.25),0 8px 10px rgba(0,0,0,.22);transform:translateY(-2px)}.card:hover .line{transition:all .5s;width:55%}.card:hover a{transform:translateY(-1px)}.card:hover .icono{animation:bounce .5s ease-in-out 0s 2 alternate none}.card a:hover{transition:all .5s}@keyframes bounce{0%{transform:scale(1)}to{transform:scale(1.2)}}