#lottie-stage{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	pointer-events: none;
	/*background-color: rgba(255,0,0,0.4);*/
	}
#lottie-pontos-stage{
	position: absolute;
	bottom: -140px;
	right: 10px;
	height: 120px;
	width: 72px;
	background-color: var(--color);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.5); 
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	animation: 12s ease-in lottie_pontos_stage forwards;
	}
#lottie-pontos-stage > label,
#lottie-pontos-stage > strong,
#lottie-pontos-stage > span{
	position: absolute;
	left: -10px;
	right: -10px;
	display: block;
	text-align: center;
	line-height: 100%;
	font-weight: bold;
	top: 140px;
	}
#lottie-pontos-stage > label{
	/*top: 7px;*/
	color: #FFF;
	font-size: 1.2em;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.80);
	animation: 300ms ease-in lottie_pontos_label forwards;
	animation-delay: 1500ms;
	}
#lottie-pontos-stage > strong{
	/*top: 18px;*/
	color: #F63;
	font-family: var(--font-title);
	font-size: 3em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.50);
	letter-spacing: -3px;
	animation: 400ms ease-in lottie_pontos_strong forwards;
	animation-delay: 4000ms;
	}
#lottie-pontos-stage > span{
	/*top: 54px;*/
	color: #0F0;
	font-size: 1.4em;
	font-family: var(--font-title);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.40);
	transform: rotate(-7deg);
	animation: 400ms ease-in lottie_pontos_span forwards;
	animation-delay: 4300ms;
	}
@-webkit-keyframes lottie_pontos_stage { 
	0% { bottom: -140px; } 
	6% { bottom: 0px; }  
	85% { bottom: 0px; }  
	100% { bottom: -140px; }  }
@keyframes lottie_pontos_stage { 
	0% { bottom: -140px; } 
	6% { bottom: 0px; }  
	85% { bottom: 0px; }  
	100% { bottom: -140px; }  }

@-webkit-keyframes lottie_pontos_label { 
	0% { top: 140px; } 
	100% { top: 7px; }  }
@keyframes lottie_pontos_label { 
	0% { top: 140px; } 
	100% { top: 7px; }  }

@-webkit-keyframes lottie_pontos_strong { 
	0% { top: 140px; } 
	100% { top: 18px; }  }
@keyframes lottie_pontos_strong { 
	0% { top: 140px; } 
	100% { top: 18px; }  }

@-webkit-keyframes lottie_pontos_span { 
	0% { top: 140px; } 
	100% { top: 54px; }  }
@keyframes lottie_pontos_span { from { top: 140px; } to { top: 54px; }  }