/*==========================================================================
  ISOTOPE css
  ======================================================================= */
  
.listado .js-isotope-filters .item { opacity: 0; /* hide by default */ }
.listado .js-isotope-filters.is-showing-items .item { opacity: 1; /* reveal when ready */ }
  
  
/* ==========================================================================
Filters ISOTOPE
========================================================================== */
.pm-filter-isotope span.label-filter {
	color: inherit;
    font-size: inherit;
}
.pm-filter-isotope .filter-isotope > * {
	cursor: pointer;
}
.listado .filter-isotope .all-filter a {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}

.pm-filter-isotope .active .text-primary {
    color: #ffffff;
}