.container-dowloads {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-dowloads .row-listagem-arquivos {
  row-gap: clamp(1rem, 2.4vw, 1.3rem);
  margin-bottom: clamp(1rem, 2.4vw, 1.3rem);
}

.container-dowloads .col-pesquisa {
  position: relative;
  border-radius: 16px;
  padding: 16px;
  background-color: transparent;
  margin-bottom: 40px;
}

.container-dowloads .col-dados-info-interna {
  border-radius: 32px;
  padding-block: 20px;
  padding-inline: 16px;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.container-dowloads .col-dados-info-interna .box-txt {
  margin-bottom: 16px;
  font-family: "Outfit-Regular", "sans-serif";
  font-size: 0.8rem;
  color: #616161;
}

.container-dowloads .col-dados-info-interna .box-txt b {
  color: #1A1A1A;
  font-family: "Outfit-SemiBold", "sans-serif";
}

label {
  display: none;
  font-size: 0.9rem;
  margin-bottom: 0;
  font-family: "Outfit-Bold", "sans-serif";
  color: #1A1A1A;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.form-group {
  position: relative;
}

.form-group.icon-search .form-control {
  padding-left: 40px;
}

.form-group .bi {
  color: #1A1A1A;
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 16px;
  z-index: 2;
}

.form-control {
  height: 50px;
  border-radius: 32px;
  border: solid 1px transparent;
  background-color: #fafafa;
  box-shadow: -0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.1);
  appearance: none;
  font-family: "Outfit-Regular", "sans-serif";
  color: #212121;
  position: relative;
}

.form-control::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #212121;
}

.form-control:-moz-placeholder {
  font-size: 0.8rem;
  color: #212121;
}

.form-control::-moz-placeholder {
  font-size: 0.8rem;
  color: #212121;
}

.form-control:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #212121;
}

.form-control::placeholder {
  font-size: 0.8rem;
  color: #212121;
}

.btn-padrao-interna, .btn-padrao-interna--inverso, .btn-padrao-interna--primaria {
  width: 100%;
  border-radius: 24px;
  background-color: #003861;
  font-family: "Outfit-Medium", "sans-serif";
  font-size: 0.8rem;
  height: 48px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  vertical-align: middle;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767.9px) {
  .btn-padrao-interna, .btn-padrao-interna--inverso, .btn-padrao-interna--primaria {
    font-size: 0.7rem;
  }
  .btn-padrao-interna .far, .btn-padrao-interna--inverso .far, .btn-padrao-interna--primaria .far,
  .btn-padrao-interna .fas, .btn-padrao-interna--inverso .fas, .btn-padrao-interna--primaria .fas {
    display: none;
  }
}

.btn-padrao-interna i, .btn-padrao-interna--inverso i, .btn-padrao-interna--primaria i {
  display: none;
}

.btn-padrao-interna:hover, .btn-padrao-interna--inverso:hover, .btn-padrao-interna--primaria:hover {
  background-color: #81D4FA;
  color: #003861;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-padrao-interna:focus, .btn-padrao-interna--inverso:focus, .btn-padrao-interna--primaria:focus, .btn-padrao-interna:active, .btn-padrao-interna--inverso:active, .btn-padrao-interna--primaria:active {
  background-color: #F2F7FF;
  color: #003861;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-padrao-interna--inverso {
  color: #003861;
  background: rgba(0, 56, 97, 0.1);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-padrao-interna--inverso:hover {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #cbedfd;
  color: #343a40 !important;
}

.btn-padrao-interna--inverso:active, .btn-padrao-interna--inverso:focus {
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #81D4FA;
  color: #343a40 !important;
}

.btn-padrao-interna--primaria {
  color: #212121;
  background-color: #005594;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-padrao-interna--primaria:hover {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #0064ae;
  color: #212121;
}

.btn-padrao-interna--primaria:active, .btn-padrao-interna--primaria:focus {
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #003861;
  color: #FFF !important;
  color: #212121;
}

.td-download {
  text-align: center;
}

thead th {
  padding-top: 5px;
  padding-bottom: 5px;
}

thead th:first-child {
  border-radius: 24px 0 0 24px;
}

thead th:last-child {
  border-radius: 0 24px 24px 0;
}

.table > thead > tr > th {
  border: none !important;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: transparent;
}

/* remove border from first tbody row... */
.table > tbody > tr:first-child > td,
.table > tbody > tr:first-child > th {
  border-top: none;
}

.item-licitacao {
  color: #003861;
  width: 130px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: transparent;
  font-family: "Outfit-Regular", "sans-serif";
  font-size: 0.8rem;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  float: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.item-licitacao i {
  margin-right: 8px;
  margin-left: 0px;
}

.item-licitacao:hover {
  cursor: pointer;
  text-decoration: underline !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.item-licitacao:hover i {
  color: #343a40 !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.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: #81D4FA;
  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: #1A1A1A;
}

.item-licitacao .text-size-acessibilidade {
  font-size: 0.7rem;
  margin-bottom: 5px;
}

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

.col-box-software-licitacao .col-box-soft-info h4 {
  color: #81D4FA;
  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: #81D4FA;
  font-size: 3rem;
}

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

.table-responsive {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 16px;
}

.table-responsive .table-striped {
  margin-bottom: 0px;
}

.table-responsive .table-striped .col-line-topo-licita .borda {
  position: relative;
}

.table-responsive .table-striped .col-line-topo-licita .borda::after {
  content: ' ';
  height: 50%;
  width: 1px;
  background-color: #cccccc;
  opacity: 0.4;
  display: block;
  position: absolute;
  right: 4px;
  top: 15px;
}

.table-responsive .table-striped .col-line-topo-licita .borda::before {
  content: ' ';
  height: 50%;
  width: 1px;
  background-color: #cccccc;
  opacity: 0.4;
  display: block;
  position: absolute;
  margin-left: -14px;
  top: 15px;
}

.table-responsive .table-striped .col-line-topo-licita-interna .borda {
  position: relative;
}

.table-responsive .table-striped .col-line-topo-licita-interna .borda::after {
  content: ' ';
  height: 50%;
  width: 1px;
  background-color: #cccccc;
  opacity: 0.4;
  display: block;
  position: absolute;
  right: 30px;
  top: 15px;
}

.table-responsive .table-striped .col-line-topo-licita-interna .borda::before {
  content: ' ';
  height: 50%;
  width: 1px;
  background-color: #cccccc;
  opacity: 0.4;
  display: block;
  position: absolute;
  margin-left: -30px;
  top: 15px;
}

.table-responsive .table-striped .col-line-topo .borda {
  position: relative;
}

.table-responsive .table-striped .col-line-topo .borda::after {
  content: ' ';
  height: 50%;
  width: 1px;
  background-color: #cccccc;
  opacity: 0.4;
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
}

.table-responsive .table-striped .col-line-topo .borda::before {
  content: ' ';
  height: 50%;
  width: 1px;
  background-color: #cccccc;
  opacity: 0.4;
  display: block;
  position: absolute;
  margin-left: -12px;
  top: 15px;
}

.table-responsive .table-striped .col-line {
  margin-top: 10px;
  background-color: #fafafa;
  width: 100%;
  border-radius: 16px;
  position: relative;
}

.table-responsive .table-striped .col-line .td-download {
  text-align: center;
  padding-left: 0px;
}

.table-responsive .table-striped .col-line .td-download .col-downloads {
  display: block;
}

.table-responsive .table-striped .col-line .td-download.downloads {
  padding-left: 36px;
}

.table-responsive .table-striped .col-line .td-download.doc-list {
  padding-left: 21px;
}

.table-responsive .table-striped .col-line .col-dados {
  width: 30%;
}

.table-responsive .table-striped .col-line .td-licitacao-download {
  width: 30%;
}

.table-responsive .table-striped .borda {
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .table-responsive .table-striped .borda {
    word-break: break-word;
  }
}

.table-responsive .table-striped .borda::after {
  content: ' ';
  height: 80%;
  width: 1px;
  background-color: #cccccc;
  opacity: 0.4;
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
}

.table-responsive .table-striped .borda::before {
  content: ' ';
  height: 80%;
  width: 1px;
  background-color: #cccccc;
  opacity: 0.4;
  display: block;
  position: absolute;
  margin-left: -15px;
  top: 10px;
}

.table-responsive .table-striped .box-valor {
  padding-left: 35px;
}

.table-responsive .col-box-pagination {
  margin-top: 20px;
  margin-bottom: 0px;
}

.table#table-downloads-interna {
  border-collapse: separate;
  border-spacing: 0 16px;
}

.table#table-downloads-interna colgroup col:first-child {
  min-width: 20%;
  max-width: 30%;
  width: 100%;
}

.table#table-downloads-interna colgroup col:nth-child(2) {
  min-width: 40%;
  max-width: 50%;
  width: 100%;
}

.table#table-downloads-interna colgroup col:last-child {
  min-width: 20%;
  max-width: 20%;
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .table#table-downloads-interna {
    width: 100%;
    table-layout: fixed;
  }
}

@media screen and (max-width: 767.98px) {
  .table#table-downloads-interna thead,
  .table#table-downloads-interna tbody {
    display: block;
  }
  .table#table-downloads-interna thead tr,
  .table#table-downloads-interna tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .table#table-downloads-interna thead tr .borda::after,
  .table#table-downloads-interna tbody tr .borda::after {
    height: 1px;
    width: calc(100% - 30px);
    top: unset;
    bottom: 0px;
    right: unset;
  }
  .table#table-downloads-interna thead tr .borda::before,
  .table#table-downloads-interna tbody tr .borda::before {
    height: 1px;
    width: calc(100% - 30px);
    top: 0;
    margin-left: unset;
  }
  .table#table-downloads-interna thead tr {
    border-radius: 16px;
  }
  .table#table-downloads-interna colgroup {
    display: none;
  }
}

.table#table-downloads-interna tbody tr td:first-child {
  border-radius: 16px 0 0 16px;
}

.table#table-downloads-interna tbody tr td.td-download {
  border-radius: 0 16px 16px 0;
}

.table thead tr {
  background-color: #E1E5EB;
  color: #003861;
  font-family: "Outfit-SemiBold", "sans-serif";
  font-size: 1rem;
}

.td-licitacao-download .box-txt {
  display: flow-root;
}

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

.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 {
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Outfit-Regular", "sans-serif";
  font-size: 16px;
  color: #495057;
}

.col-box-downloads-interna td b {
  font-family: "Outfit-SemiBold", "sans-serif";
}

.col-box-downloads-interna td a {
  color: #003861;
}

.col-box-downloads-interna td a:hover {
  text-decoration: underline;
}

.col-box-downloads-interna .acessar {
  color: #003861 !important;
}

.col-box-downloads-interna .acessar b {
  color: #003861 !important;
}

.col-box-downloads-interna a {
  color: #495057;
}

.col-box-downloads-interna .box-txt {
  font-family: "Outfit-Regular", "sans-serif";
  font-size: 0.8rem;
  color: #1A1A1A;
  margin-bottom: 13px;
}

.col-box-downloads-interna .box-txt b {
  color: #1A1A1A;
}

.col-box-downloads-interna .box-txt a {
  color: #003861;
}
