/* CLUSTER CATEGORIAS */
.child img
 {
 max-width: 100px;
 border-radius: 10px;
 margin-right: 10px;
 float: left;
 }
 
 .child .descripcion
 {
 display: block;
 float: left;
 margin-top: 5px;
 clear: both;
 text-align: center;
 width: 100%;
 text-align: center;
 }
 
 @media screen and (max-width:782px) {
  .clusterhijos 
  {
    flex-direction: column !important;
  }
}
