label {
  font-size: 0.7rem;
  margin-bottom: 0;
}

.form-control {
  height: auto;
}

table {
  border: 1px solid #dee2e6;
}

.container-filtro {
  margin-top: 30px;
}

.container-filtro .col-input {
  margin-bottom: 20px;
}

.container-filtro .col-input .interno {
  min-height: 48px;
  border-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.container-filtro .col-input .fa {
  background-color: #1d7c30;
  color: #ffffff;
  padding: 10px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.container-filtro .col-input .fa::before {
  position: relative;
  top: 4px;
}

.container-filtro .alert-warning {
  color: #2d3436;
}

.col-box-software-licitacao .col-box-soft-info {
  margin-bottom: 20px;
}

.col-box-software-licitacao .col-box-soft-info h4 {
  color: #1d7c30;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0px;
}

.col-box-software-licitacao .col-box-soft {
  text-align: center;
}

.col-box-software-licitacao .col-box-soft .fas {
  color: #1d7c30;
  font-size: 3rem;
}

.col-box-software-licitacao .col-box-soft h4 {
  color: #1d7c30;
  font-size: 0.8rem;
  font-weight: bold;
}

.table thead tr {
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #2d3436;
  color: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.table thead tr th {
  font-family: "Inter-SemiBold", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

.table thead th {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.container-lista-download .titleDown {
  margin-top: 10px;
  font-family: "Inter-Bold", "sans-serif";
  font-size: 1.3rem;
  text-align: center;
}

.container-lista-download .col-box-categorias-downloads {
  margin-top: 10px;
}

.container-lista-download .col-box-categorias-downloads ul {
  padding: 0px;
}

.container-lista-download .col-box-categorias-downloads ul li {
  display: inline-block;
}

.col-box-downloads-interna td {
  border: 1px solid #dee2e6;
  font-family: "Inter-Regular", "sans-serif";
  color: #2d3436;
}

.col-box-downloads-interna td b {
  font-family: "Inter-SemiBold", "sans-serif";
  color: #2d3436;
}

.col-box-downloads-interna .box-txt {
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.85rem;
}

.col-box-downloads-interna .item-download {
  font-size: 0.8rem;
  width: 47%;
  height: 50px;
  padding: 12px;
}

.col-box-downloads-interna .item-download.btn-padrao {
  margin-right: 16px;
}

.col-form {
  padding: 16px 24px;
  border-radius: 16px;
  background-color: #fafafa;
  margin-bottom: 24px;
}

.col-form label {
  display: none;
}

.col-form .form-control {
  border-radius: 8px;
  background-color: #ffffff;
  border: solid 1px transparent;
}

.col-form .form-control:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.col-form .form-control:focus {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dfe6e9;
}

.col-form .btn {
  font-size: 0.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 50px;
}

.col-form .btn:focus {
  box-shadow: none;
}

.row-topo .col-data-geral ul {
  padding-left: 0px;
}

.row-topo .col-data-geral ul li {
  display: inline;
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #636e72;
}
