#circle1,#circle2,#circle3,#filete1,#filete2,#filete3,#filete4,#filete5,#filete6{color:#000000;fill-opacity:1;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round}#filete1{animation:slice 1s forwards}#circle1{animation:show 1.5s forwards}#circle1,#circle2{opacity:0;fill-opacity:0}#circle2{animation:show 2.3s forwards}#circle3{opacity:0;fill-opacity:0;animation:show 3.5s forwards}#filete2{animation:slice 1.5s forwards}#filete3{animation:slice 2s forwards}#filete4{animation:slice 2.5s forwards}#filete5{animation:slice 3s forwards}#filete6{animation:slice 3.5s forwards}#cardModule:hover #filete1,svg:hover #filete1{animation:show 1s linear infinite}#cardModule:hover #circle1,svg:hover #circle1{animation:show 2s linear infinite}#cardModule:hover #filete2,svg:hover #filete2{animation:show 1.7s linear infinite}#cardModule:hover #circle2,svg:hover #circle2{animation:show 2.5s linear infinite}#cardModule:hover #filete3,svg:hover #filete3{animation:show 2s linear infinite}#cardModule:hover #circle3,svg:hover #circle3{animation:show 3s linear infinite}#cardModule:hover #filete4,svg:hover #filete4{animation:show 2.3s linear infinite}#cardModule:hover #filete5,svg:hover #filete5{animation:show 2.7s linear infinite}#cardModule:hover #filete6,svg:hover #filete6{animation:show 3s linear infinite}@keyframes slice{0%{transform:translateX(100%)}80%{stroke:#a40101;fill-opacity:1;opacity:1}to{transform:translateX(0)}}@keyframes show{0%{fill-opacity:0;opacity:0}80%{stroke:#a40101;fill-opacity:1;opacity:1}to{fill-opacity:1;opacity:1}}