
.input {
  width: 33%;
}
.margin1 {
  margin: 0.5% 0.4%;
  padding: 0;
}
.my-header {
  max-height: 4vw;
}
.imagem-header {
  max-height: 200px;
  max-width: 200px;
}
.imagem-header_gbs {
  margin: 2px;
  max-height: 5%;
  max-width: 5%;
}
.borda-bloco {
  border: solid 1px rgb(170, 170, 170);
  border-radius: 10px;
  margin: 0.5vw;
}
.metade-tela {
  width: 48% !important;
}
.tres-tela {
  width: 31%;
}
.line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.card-questoes {
  width: 20vw;
}
.card-questoes2 {
  width: 23vw;
}
@media (max-width: 920px) {
.metade-tela {
    width: 100% !important;
}
.tres-tela {
    width: 100% !important;
}
.card-questoes {
    width: 100%;
}
.line {
    display: block;
}
.card-questoes2 {
    width: 100%;
}
}


/*# sourceMappingURL=display-data380.7cd5da6f.css.map*/