function efeitos() {
new Effect.Parallel([
	new Effect.Appear('frase', { sync: true, from: 1, to: 0, duration: 12}),
	new Effect.Appear('logo', { sync: true, from: 0, to: 1, duration: 2})], { 
  duration: 20,
  delay: 1
});
}