:root {
  --blueScuro: rgb(0, 47, 97);
  --arancione: #f55f02;
  --light: #ffffff;
  --muted: #f2f2f2;
}
.image-featured-parent-menu {
  position: relative;
  width: 100%;
  height: 400px;
  min-height: 400px;
  overflow: hidden;
}
.image-featured-parent-menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-featured-parent-menu .image-featured-spinner-wrap {
  position: absolute;
  top: 0;
  inset: 0;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 47, 97, 0.8) !important;
  width: 100%;
  display: grid;
  place-items: center;
  z-index: 99999;
}
.grid-features .el-item .el-image {
  width: 46px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #f55f04;
  border-radius: 100%;
}
@media only screen and (min-width: 950px) {
  .only-sm {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .only-md {
    display: none;
  }
} /*# sourceMappingURL=child-custom-style.min.css.map */
