#options {
  justify-content: space-between;
}

.dowload{
  padding-left: 10px;
}

.geral-card-deck .card {
  box-shadow: none;
  background-color: transparent;
}

.geral-card-deck .confirmed {background-color: #c02942;}
.geral-card-deck .recovered {background-color: #74ac3c;}
.geral-card-deck .active {background-color: #e07938;}
.geral-card-deck .death {background-color: #323232;}

.geral-card-deck .card-body {
  padding: .5rem;
  color: #fff;
}

.geral-card-deck h4.card-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.geral-card-deck .card-text {
  font-size: .9rem;
}

.bulletin-section{
  display: none;
}

/* print */
@media print {
  .multicol-chart {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .unicol-chart {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  canvas {
    height: 100%;
    max-width: 100%;
    height: auto!important;
    width: auto!important;
  }
  .bulletin-section {
    display: block;
  }

  .bordered,
  #navbar-main,
  #topbar,  /*header */
  .enabled, /* elemento do VLibras */
  .breadcrumb-item, /* container dos breadcrumbs (certifique-se de que esse seja o seletor correto) */
  #footer { /* footer */
    display: none !important;
  }
}

@media (min-width: 768px) {
  .geral-card-deck h4.card-title {
    font-size: 1.8rem;
  }

  .geral-card-deck .card-text {
    font-size: 1.1rem;
  }

  .geral-card-deck .card-body {
    padding: 1rem;
  }
}

@media (min-width: 468px) {
  .bulletin-section {
    display: block;
  }
}
