html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  /*max-width: 960px;*/
  max-width: auto;
}

.main-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom {
    border-bottom: 1px solid #e5e5e5;
    border-top: 8px solid #007D3B;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.fa {
    font-size: 8px;
}

.required-field {
    color:red;
}

.invalid-feedback {
    display: block !important;
}

.spacing-from-handsontable {
  margin-top: 50px;
}

.option-certificate-situacao {
  font-weight: bold !important;
}