.card-title {
  color: #686AF1;
  font-weight: bold;
}

.loading {
  background-color: RGBA(239,239,239,0.5);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 900;
}

.overlay {
  color: #686AF1;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#buscar {
  margin-top: 32px;
}