
.margin1[data-v-5447ef4a] {
  margin: 0.5vh 0.5vw;
}
/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active[data-v-5447ef4a] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-fade-leave-active[data-v-5447ef4a] {
  -webkit-transition: all 0.4s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.4s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter[data-v-5447ef4a], .slide-fade-leave-to[data-v-5447ef4a]
/* .slide-fade-leave-active below version 2.1.8 */ {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}
.pesquisa[data-v-5447ef4a] {
  width: 45vw !important;
}


/*# sourceMappingURL=display-data446.bc761e50.css.map*/