.puntero{cursor:pointer;transition:all 1s ease-in-out 0s}.puntero:hover{transform:scale(1.05)}.animated{animation-duration:1s;animation-fill-mode:both}.fast{animation-duration:.3s;animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}