public void EnterPoint()
 {
     tweenColor.PlayForward();
     AnalyticsEvent.Custom("VisitaHito", new Dictionary <string, object>
     {
         { "nombreHito", this.nombre },
         { "ruta", this.ruta.nombre }
     });
     ruta.CheckPunto(indicePunto);
 }