@font-face {
  font-family: 'Quicksand Dash';
  src: url("../fonts/QuicksandDash-Regular.eot");
  src: url("../fonts/QuicksandDash-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/QuicksandDash-Regular.woff") format("woff"), url("../fonts/QuicksandDash-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/QuicksandBold-Regular.eot");
  src: url("../fonts/QuicksandBold-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/QuicksandBold-Regular.woff") format("woff"), url("../fonts/QuicksandBold-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand Bold Oblique';
  src: url("../fonts/QuicksandBoldOblique-Regular.eot");
  src: url("../fonts/QuicksandBoldOblique-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/QuicksandBoldOblique-Regular.woff") format("woff"), url("../fonts/QuicksandBoldOblique-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand Book';
  src: url("../fonts/QuicksandBook-Regular.eot");
  src: url("../fonts/QuicksandBook-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/QuicksandBook-Regular.woff") format("woff"), url("../fonts/QuicksandBook-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand Book Oblique';
  src: url("../fonts/QuicksandBookOblique-Regular.eot");
  src: url("../fonts/QuicksandBookOblique-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/QuicksandBookOblique-Regular.woff") format("woff"), url("../fonts/QuicksandBookOblique-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand Light Oblique';
  src: url("../fonts/QuicksandLightOblique-Regular.eot");
  src: url("../fonts/QuicksandLightOblique-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/QuicksandLightOblique-Regular.woff") format("woff"), url("../fonts/QuicksandLightOblique-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url("../fonts/QuicksandLight-Regular.eot");
  src: url("../fonts/QuicksandLight-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/QuicksandLight-Regular.woff") format("woff"), url("../fonts/QuicksandLight-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/************************************************************************
 # Cor Background Topo Menu e Footer usar cores rgba para transparencia #
 ************************************************************************/
/* PRELOADER */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  background: #EFF4F6 url(../images/bg_portal_sakura.jpg) no-repeat center center;
  background-size: cover;
}

strong {
  font-weight: bold;
}

h1.titulo {
  font-family: Quicksand Book;
  color: #000000;
  font-size: 56.39px;
  font-size: 3.52438rem;
  font-weight: 400;
  text-align: justify;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ff0000;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* lg */
/* md */
/* sm */
/* xs */
/* XS Portrait */

/*# sourceMappingURL=atual.css.map */
