// Fonts
@import "../../assets/fonts/fontello/css/fontello-embedded";

// Libs
@import "libs/aos.min";
@import "libs/swiper.min";
@import "libs/magnific-popup";

// Others
@import "fundation";
@import "guide";
@import "secoes";
@import "pages";
@import "components";

.mfp-bg {
  opacity: 0;
  transition: all 300ms ease-in-out;

  &.mfp-ready {
    opacity: 0.8;
  }
  &.mfp-removing {
    opacity: 0;
  }
}

.mfp-content {
  > div {
    opacity: 0;
    transition: all 300ms ease-in-out;
  }
}

.mfp-ready .mfp-content > div {
  opacity: 1;
}
.mfp-removing .mfp-content > div {
  opacity: 0;
}
