/* animações*/
.legendas{
	margin: 0 0 0 10px;
	top: 120px;
	}

#legenda_animada_inicial {
	display: block;
	position: absolute;
  	animation-name: legenda_animada_inicial;
  	animation-duration: 6s;
  	animation-delay: 1s;
	animation-iteration-count: 1;
	opacity: 0;
	animation-timing-function:ease;
	animation-fill-mode:initial;
}

@keyframes legenda_animada_inicial{
  	0%   {opacity:0; left:0px; top:300px;transform: rotate(180deg)}
 	1%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
 	99%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
	100% {opacity:0;left:0px; top:300px;transform: rotate(-180deg)}
}
#legenda_animada_intermedia{
	display: block;
  	position: absolute;
  	animation-name: legenda_animada_intermedia;
  	animation-duration: 5s;
  	animation-delay: 7s;
	animation-iteration-count: 1;
	opacity: 0;
	animation-timing-function:ease;
	animation-fill-mode:initial;
}

@keyframes legenda_animada_intermedia{
  	0%   {opacity:0; left:0px; top:300px;transform: rotate(180deg)}
 	1%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
 	99%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
	100% {opacity:0;left:0px; top:300px;transform: rotate(-180deg)}
}

#legenda_animada_intermedia_2{
	display: block;
  	position: absolute;
  	animation-name: legenda_animada_intermedia_2;
  	animation-duration: 6s;
  	animation-delay: 12s;
	animation-iteration-count: 1;
	opacity: 0;
	animation-timing-function:ease;
	animation-fill-mode:initial;
}

@keyframes legenda_animada_intermedia_2{
  	0%   {opacity:0; left:0px; top:300px;transform: rotate(180deg)}
 	1%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
 	99%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
	100% {opacity:0;left:0px; top:300px;transform: rotate(-180deg)}
}

#legenda_animada_intermedia_3{
	display: block;
  	position: absolute;
  	animation-name: legenda_animada_intermedia_3;
  	animation-duration: 20s;
  	animation-delay: 18s;
	animation-iteration-count: 1;
	opacity: 0;
	animation-timing-function:ease;
	animation-fill-mode:initial;
}

@keyframes legenda_animada_intermedia_3{
  	0%   {opacity:0; left:0px; top:300px;transform: rotate(180deg)}
 	1%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
 	99%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
	100% {opacity:0;left:0px; top:300px;transform: rotate(-180deg)}
}

#legenda_animada_intermedia_4{
	display: block;
  	position: absolute;
  	animation-name: legenda_animada_intermedia_4;
  	animation-duration: 15s;
  	animation-delay: 38s;
	animation-iteration-count: 1;
	opacity: 0;
	animation-timing-function:ease;
	animation-fill-mode:initial;
}

@keyframes legenda_animada_intermedia_4{
  	0%   {opacity:0; left:0px; top:300px;transform: rotate(180deg)}
 	1%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
 	99%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
	100% {opacity:0;left:0px; top:300px;transform: rotate(-180deg)}
}

#legenda_animada_final {
	display: block;
	position: absolute;
  	animation-name: legenda_animada_final;
  	animation-duration: 7s;
  	animation-delay: 53s;
	animation-iteration-count: 1;
	opacity: 0;
	animation-timing-function:ease;
	animation-fill-mode:forwards;
}

@keyframes legenda_animada_final{
  	0%   {opacity:0; left:0px; top:300px; transform: rotate(180deg)}
 	1%  {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
	100% {opacity:1;left:0px; top:0px;transform: rotate(0deg)}
}
