@charset "UTF-8";.logo-rotativo{width:400px;animation:rotacion 8s linear 1s 1;animation-fill-mode:backwards}@keyframes rotacion{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}