.rodante_cover{filter:saturate(8);height:60px;margin:30vh 0 0;width:auto}.rodante{animation:spin 1s ease-in-out infinite normal;height:auto;margin:30vh 0 0;width:120px}.rodante.assinatura{animation:spin-maior 1.5s ease-in-out infinite normal;margin:2rem 0 3rem}.rodante_menor_area{align-items:center;display:none;justify-content:center;padding:1rem 0}.rodante_menor_area .rodante.menor{margin:0;width:80px}.area_pop{background-color:hsla(0,0%,5%,.85);height:100%;left:0;opacity:0;position:fixed;text-align:center;top:0;transition:opacity .15s ease-in-out;width:100%;z-index:-1}@keyframes spin{0%{transform:rotate(0deg)}80%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes spin-maior{0%{transform:rotate(0deg)}50%{transform:rotate(1turn)}to{transform:rotate(1turn)}}