.serv_auditoria {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url("../img/iconos_animados/serv_auditoria.png") left center;
  animation: play 0.8s steps(6) infinite;
  margin-top: 30px;
}
.serv_conta {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url("../img/iconos_animados/serv_conta.png") left center;
  animation: play 0.8s steps(6) infinite;
  margin-top: 30px;
}
.serv_pyme {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url("../img/iconos_animados/serv_pyme.png") left center;
  animation: play 2s steps(6) infinite;
  margin-top: 30px;
}
.serv_fiscales {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url("../img/iconos_animados/serv_fiscales.png") left center;
  animation: playextra 0.8s steps(9) infinite;
  margin-top: 30px;
}
.serv_especiales {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url("../img/iconos_animados/serv_especiales.png") left center;
  animation: play 2s steps(6) infinite;
  margin-top: 30px;
}
.def_fiscal {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url("../img/iconos_animados/def_fiscal.png") left center;
  animation: play 2s steps(6) infinite;
  margin-top: 30px;
}
.emprendedores {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url("../img/iconos_animados/emprendedores.png") left center;
  animation: play 2s steps(6) infinite;
  margin-top: 30px;
}
.asesorias {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url("../img/iconos_animados/asesorias.png") left center;
  animation: play 2s steps(6) infinite;
  margin-top: 30px;
}

@keyframes play {
   100% { background-position: -780px; }
}
@keyframes playextra {
   100% { background-position: -1170px; }
}
