[v-cloak] > * {
  display: none;
}
.loading {
  content: url('/imgs/magnidea.gif');
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 20%;
  z-index: 10;
}
.margin-padrao {
  margin: 50px 10%;
}
.theme--light.application {
  background: rgba(255, 255, 255, 0);
  color: #7a7a7a;
  font-family: 'Exo', sans-serif;
  font-size: 16px !important;
}
@media (max-width: 1300px) {
  .theme--light.application {
    font-size: 14px !important;
  }
}
.thin {
  font-weight: 300;
}
.medio {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.medio-italic {
  font-weight: 500;
  font-style: italic;
}
.text-top {
  vertical-align: text-top;
}
.absolute {
  position: absolute;
}
html {
  scroll-behavior: smooth !important;
}
body {
  overflow-x: hidden;
}
