.emconstrucao {
	padding-left: 10px;
	padding-top: 25px;
	margin: 15px;
	margin-bottom: 0px;
	font-size: 26px;
	font-weight: 400;
	color: #df2e1b;
	border-top: 1px solid #333333;
	line-height: 28px;
	/*animation-name: emconstrucao0;
  	animation-duration: 1s;
  	animation-iteration-count: infinite;
  	animation-timing-function: ease;*/
}

.emconstrucao p span {
	position: relative;
	font-size: 28px;
	font-weight: bold;
}

.emconstrucao p img {
	position: relative;
	padding-right: 15px;
	animation-name: emconstrucao_img;
	animation-duration: 0.75s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

.firstdot {
	padding-left: 8px;
	padding-right: 2px;
	animation-name: emconstrucao1;
	animation-duration: 0.9s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

.seconddot {
	padding-right: 2px;
	animation-name: emconstrucao2;
	animation-duration: 0.9s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-delay: 0.3s;
}

.thirddot {
	padding-right: 2px;
	animation-name: emconstrucao3;
	animation-duration: 0.9s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-delay: 0.6s;
}

@keyframes emconstrucao_img {
	0%    {top:0px;}
	50%   {top:-6px;}
	100%  {top:0px;}
}

@keyframes emconstrucao1 {
  	0%    {top:0px;}
  	15%   {top:0px;}
  	40%   {top:-1px;}
  	50%   {top:-2px;}
  	60%   {top:-1px;}
  	85%   {top:0px;}
  	100%  {top:0px;}
}
@keyframes emconstrucao2 {
  	0%    {top:0px;}
  	15%   {top:0px;}
  	40%   {top:-1px;}
  	50%   {top:-2px;}
  	60%   {top:-1px;}
  	85%   {top:0px;}
  	100%  {top:0px;}
}
@keyframes emconstrucao3 {
  	0%    {top:0px;}
  	15%   {top:0px;}
  	40%   {top:-1px;}
  	50%   {top:-2px;}
  	60%   {top:-1px;}
  	85%   {top:0px;}
  	100%  {top:0px;}
}