/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/app/styles/styles.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-zoom-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes translate-y-from-bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translate-y-from-top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translate-y-to-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes translate-y-to-bottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes translate-x-from-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
:root {
  --color-primary: #f5b840;
  --secondary-color: #2454b3;
  --white-auxiliary-color: #ffffff;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url('ubuntu-v15-latin-regular.eot');
  src: local(""), url('ubuntu-v15-latin-regular.eot?#iefix') format("embedded-opentype"), url('ubuntu-v15-latin-regular.woff2') format("woff2"), url('ubuntu-v15-latin-regular.woff') format("woff"), url('ubuntu-v15-latin-regular.ttf') format("truetype"), url('ubuntu-v15-latin-regular.svg#Ubuntu') format("svg");
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
* {
  overflow-y: hidden;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Ubuntu, "times new roman", times, serif;
}
*:focus {
  outline: none !important;
}
.invisible {
  opacity: 0;
}

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