/**handles:animacin-giro-logo-tom.css**/
.animacionlogo{bottom:0;left:-100px;height:290px;position:absolute;display:block;width:290px;border-radius:50%;overflow:hidden;z-index:-1}.animacionlogo.der{bottom:auto;top:0;right:-100px;left:auto;height:290px;position:absolute;display:block;width:290px;border-radius:50%;overflow:hidden}.animacionlogo svg{animation:giroLogo 30s linear infinite;position:relative}@keyframes giroLogo{from{transform:rotate(0)}to{transform:rotate(360deg)}}