body{margin: 0;}
svg{background:#000099;} 
.Trazo{stroke:#00CCCC; stroke-width:7px; fill:none; stroke-linecap:round;}
.haciaLas12, .haciaLas4, .haciaLas8 {animation: giro120 16s infinite linear;}
.haciaLas12{transform-origin: 400px 236.088px;}
.haciaLas4{transform-origin: 455.349px 331.955px;}
.haciaLas8{transform-origin: 344.65px 331.955px;}
@keyframes giro120{
  to{
    transform: rotate(120deg);
  }
}
.Panal{transform-origin: 400px 300px; transform: scale(1.5); animation: Escalar 4s infinite alternate ease-in-out;}
@keyframes Escalar{
  to{
    transform: scale(2);
  }
}