@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans:wght@400&display=swap');

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
}

.cabecalho {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.invisible {
  display: none;
}

.modal1 {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  background: rgba(200,200,200, 0.7);
  align-content: center;
  margin: 0;
}

.active {
  display: block;
}

.loading {
  display: none;
  flex: 1;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 99;
  background-color: rgba(220,220,220,0.5);
  justify-content: center;
  align-items: center;
}

textarea {
  resize: none;
}