/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
,
,
,
,
,
,
,
,
,
,
,
,
,
,
],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_Image2}": [
            ["transform", "translateX", '0'],
            ["transform", "translateY", '-60px']
         ],
         "${_Image11}": [
            ["transform", "translateX", '0'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '0'],
            ["transform", "rotateZ", '-656deg']
         ],
         "${_Image5}": [
            ["transform", "translateX", '0'],
            ["transform", "translateY", '800px']
         ],
         "${_div_bt_entrada} > img:nth-child(1)": [
            ["transform", "translateX", '-200px'],
            ["transform", "translateY", '0']
         ],
         "${_div_flag_pt} > img:nth-child(1)": [
            ["transform", "translateX", '0'],
            ["transform", "translateY", '-60px']
         ],
         "${_Image6}": [
            ["transform", "translateX", '-200px'],
            ["transform", "translateY", '0']
         ],
         "${_div_creativity}": [
            ["style", "opacity", '0']
         ],
         "${_Image3}": [
            ["transform", "translateX", '0'],
            ["transform", "translateY", '-60px']
         ],
         "${_Image8}": [
            ["transform", "translateX", '-200px'],
            ["transform", "translateY", '0']
         ],
         "${_Image7}": [
            ["transform", "translateX", '-200px'],
            ["transform", "translateY", '0']
         ],
         "${_Image1}": [
            ["transform", "translateX", '0px'],
            ["transform", "translateY", '-60px']
         ],
         "${_Image4}": [
            ["transform", "translateX", '0'],
            ["transform", "translateY", '-60px']
         ],
         "${_Image10}": [
            ["transform", "translateX", '-200px'],
            ["transform", "translateY", '0']
         ],
         "${_Image9}": [
            ["transform", "translateX", '-200px'],
            ["transform", "translateY", '0']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 6000,
         labels: {

         },
         timeline: [
            { id: "eid32", tween: [ "transform", "${_Image4}", "translateX", '0', { fromValue: '0'}], position: 2770, duration: 0 },
            { id: "eid11", tween: [ "transform", "${_div_flag_pt} > img:nth-child(1)", "translateY", '0px', { fromValue: '-60px'}], position: 770, duration: 1000 },
            { id: "eid1", tween: [ "transform", "${_div_flag_pt} > img:nth-child(1)", "translateX", '0', { fromValue: '0'}], position: 770, duration: 0 },
            { id: "eid31", tween: [ "transform", "${_Image3}", "translateY", '0px', { fromValue: '-60px'}], position: 1500, duration: 980 },
            { id: "eid35", tween: [ "transform", "${_Image4}", "translateY", '0px', { fromValue: '-60px'}], position: 1770, duration: 1000 },
            { id: "eid50", tween: [ "transform", "${_Image11}", "rotateZ", '0deg', { fromValue: '-656deg'}], position: 0, duration: 5000, easing: "easeInOutElastic" },
            { id: "eid70", tween: [ "transform", "${_Image7}", "translateX", '0px', { fromValue: '-200px'}], position: 3003, duration: 997, easing: "easeInOutElastic" },
            { id: "eid54", tween: [ "style", "${_div_creativity}", "opacity", '1', { fromValue: '0'}], position: 5000, duration: 1000 },
            { id: "eid65", tween: [ "transform", "${_Image6}", "translateX", '0px', { fromValue: '-200px'}], position: 2480, duration: 1018, easing: "easeInOutElastic" },
            { id: "eid85", tween: [ "transform", "${_Image10}", "translateX", '0px', { fromValue: '-200px'}], position: 4500, duration: 1000, easing: "easeInOutElastic" },
            { id: "eid23", tween: [ "transform", "${_Image1}", "translateY", '0px', { fromValue: '-60px'}], position: 1000, duration: 1000 },
            { id: "eid28", tween: [ "transform", "${_Image3}", "translateX", '0', { fromValue: '0'}], position: 2480, duration: 0 },
            { id: "eid80", tween: [ "transform", "${_Image9}", "translateX", '0px', { fromValue: '-200px'}], position: 4000, duration: 1000, easing: "easeInOutElastic" },
            { id: "eid75", tween: [ "transform", "${_Image8}", "translateX", '0px', { fromValue: '-200px'}], position: 3498, duration: 1002, easing: "easeInOutElastic" },
            { id: "eid24", tween: [ "transform", "${_Image2}", "translateX", '0', { fromValue: '0'}], position: 2250, duration: 0 },
            { id: "eid27", tween: [ "transform", "${_Image2}", "translateY", '0px', { fromValue: '-60px'}], position: 1250, duration: 1000 },
            { id: "eid47", tween: [ "style", "${_Image11}", "opacity", '1', { fromValue: '0'}], position: 866, duration: 1633 },
            { id: "eid41", tween: [ "transform", "${_Image5}", "translateY", '0px', { fromValue: '800px'}], position: 0, duration: 4000, easing: "easeOutElastic" },
            { id: "eid60", tween: [ "transform", "${_div_bt_entrada} > img:nth-child(1)", "translateX", '0px', { fromValue: '-200px'}], position: 2000, duration: 1003, easing: "easeInOutElastic" }]
      }
   }
}};

var comp;
Edge.registerCompositionDefn(compId, symbols);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     comp = new Edge.Composition(compId, {stage: "." + compId}, {});
	   /**
 * Adobe Edge Timeline Launch
 */
     comp.ready(function() {
         comp.play();
     });
});
})(jQuery, jQuery.Edge, "EDGE-33498974");

