/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
.opc-cat-icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.opc-cat-icon-grid .fp-cat-icon {
  position: relative;
  border: 2px solid #f4742d;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.opc-cat-icon-grid .fp-cat-icon a {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 100%;
  height: 100%;
}
.opc-cat-icon-grid .fp-cat-icon a img {
  width: 90%;
}
.opc-cat-icon-grid .fp-cat-icon .navoverlay {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  transform: translateY(-50%);
}
.opc-cat-icon-grid .fp-cat-icon:hover .navoverlay {
  opacity: 1;
}

/*# sourceMappingURL=Pictogram.css.map */
