.imk-formatos{
  text-align: center;
}


.imk-formato{
font-size: 2.5rem; 
  
}

.imk-pulgadas{
  font-size: 1.7rem; 
}

.imk-item{
  margin: 0;
  padding: 0;
}

.imk-item h2,
.imk-formato,
.imk-pulgadas{
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}

@keyframes afc {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.imk-formato {
  animation-name: afc;
  animation-duration: .6s;
  animation-fill-mode: both;
  animation-delay: .5s;
}

.imk-pulgadas {
  animation-name: afc;
  animation-duration: .6s;
  animation-fill-mode: both;
  animation-delay: 250ms;
}
