.container-documentos-listagem {
  /* remove border from first tbody row... */
}

.container-documentos-listagem .td-download {
  text-align: center;
}

.container-documentos-listagem thead th {
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-documentos-listagem thead th:first-child {
  border-radius: 10px 0 0 10px;
}

.container-documentos-listagem thead th:last-child {
  border-radius: 0 10px 10px 0;
}

.container-documentos-listagem .table > thead > tr > th {
  border: none !important;
}

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

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

.container-documentos-listagem .table > tbody > tr:first-child > td,
.container-documentos-listagem .table > tbody > tr:first-child > th {
  border-top: none;
}

.container-documentos-listagem .table-responsive {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 32px;
  overflow: hidden;
}

.container-documentos-listagem .table-responsive .table-borderless {
  margin-bottom: 0px;
}

.container-documentos-listagem .col-info-datas {
  margin-bottom: 32px;
}

.container-documentos-listagem .col-info-datas .sepera-lateral {
  border-left: 1px solid #e0e0e0;
  height: 77%;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 1px;
  width: max-content;
}

.container-documentos-listagem .col-info-datas .col-datas {
  padding-left: 0px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767.9px) {
  .container-documentos-listagem .col-info-datas .col-datas {
    margin-bottom: 20px;
  }
}

.container-documentos-listagem .col-info-datas .col-datas li {
  display: block;
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.7rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #616161;
}

.container-documentos-listagem .btn-licita {
  color: #01579b;
}

.container-documentos-listagem .btn-licita .col-dados {
  font-family: "Inter-SemiBold", "sans-serif";
  color: #01579b;
}

.container-documentos-listagem .btn-licita .col-dados b {
  color: #01579b;
}

.container-documentos-listagem .form-group {
  margin-bottom: 26px;
}

.container-documentos-listagem .form-group label {
  display: none;
}

.container-documentos-listagem .form-group .form-control-padrao {
  border-radius: 8px !important;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border: solid 1px #fff;
  background-color: #fff;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.03);
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  height: 50px;
  color: #b9e4ff;
  padding-left: 24px;
  padding-top: 10px;
}

.container-documentos-listagem .form-group .form-control-padrao.form-select {
  color: #1a1a1a;
}

@media screen and (max-width: 767.9px) {
  .container-documentos-listagem .form-group .form-control-padrao {
    padding-left: 10px;
  }
}

.container-documentos-listagem .form-group .form-control-padrao::-webkit-input-placeholder {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  color: #1a1a1a;
  opacity: 1;
  margin-left: 20px;
}

.container-documentos-listagem .form-group .form-control-padrao:-moz-placeholder {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  color: #1a1a1a;
  opacity: 1;
  margin-left: 20px;
}

.container-documentos-listagem .form-group .form-control-padrao::-moz-placeholder {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  color: #1a1a1a;
  opacity: 1;
  margin-left: 20px;
}

.container-documentos-listagem .form-group .form-control-padrao:-ms-input-placeholder {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  color: #1a1a1a;
  opacity: 1;
  margin-left: 20px;
}

.container-documentos-listagem .form-group .form-control-padrao::placeholder {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  color: #1a1a1a;
  opacity: 1;
  margin-left: 20px;
}

.container-documentos-listagem .form-group .form-control-padrao:hover {
  box-shadow: -1px 2px 4px 0px rgba(185, 228, 255, 0.1);
  border-color: #fff;
  background-color: #fff;
}

.container-documentos-listagem .form-group .form-control-padrao:focus {
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
}

.container-documentos-listagem .form-group .form-control-padrao:focus i {
  color: #b9e4ff;
}

.container-documentos-listagem .form-group .form-control-padrao:focus::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #b9e4ff;
  opacity: 1;
}

.container-documentos-listagem .form-group .form-control-padrao:focus:-moz-placeholder {
  font-size: 0.8rem;
  color: #b9e4ff;
  opacity: 1;
}

.container-documentos-listagem .form-group .form-control-padrao:focus::-moz-placeholder {
  font-size: 0.8rem;
  color: #b9e4ff;
  opacity: 1;
}

.container-documentos-listagem .form-group .form-control-padrao:focus:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #b9e4ff;
  opacity: 1;
}

.container-documentos-listagem .form-group .form-control-padrao:focus::placeholder {
  font-size: 0.8rem;
  color: #b9e4ff;
  opacity: 1;
}

.container-documentos-listagem .btn {
  padding: 15px 0px;
}

.container-documentos-listagem .row-form {
  margin-bottom: 40px;
}

.container-documentos-listagem .row-form .col-form {
  border-radius: 16px;
  padding: 16px 0px;
  padding-bottom: 0px;
}

.container-documentos-listagem .table tr {
  border-bottom: 1px solid #e0e0e0;
}

.container-documentos-listagem .table tr:last-child {
  border: none;
}

.container-documentos-listagem .table tr .col-borda {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.container-documentos-listagem .table tr td {
  min-height: 184px;
  padding: 16px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border: none;
}

.container-documentos-listagem .table tr:nth-of-type(even) {
  --bs-table-accent-bg: #ffffff;
}

.container-documentos-listagem .table tr:nth-of-type(odd) {
  --bs-table-accent-bg: #F5F5F5;
}

.container-documentos-listagem .table .box-dados {
  background-color: #01579b;
  --bs-table-accent-bg: #01579b !important;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.container-documentos-listagem .table .box-dados th {
  padding-top: 16px;
  padding-bottom: 16px;
}

.container-documentos-listagem .table thead th {
  padding: 16px;
  color: #ffffff;
  font-family: "Inter-SemiBold", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 19px;
}

.container-documentos-listagem .table .item-download {
  font-family: "Inter-SemiBold", "sans-serif";
  color: #1a1a1a;
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 19px;
  color: #01579b;
}

.container-documentos-listagem .col-dados {
  margin-bottom: 10px;
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 19px;
  color: #616161;
}

.container-documentos-listagem .col-dados b {
  font-family: "Inter-SemiBold", "sans-serif";
  color: #1a1a1a;
}

.container-documentos-listagem .box-txt {
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.8rem;
  color: #616161;
  margin-bottom: 13px;
}

.container-documentos-listagem .box-txt b {
  color: #1a1a1a;
  font-family: "Inter-SemiBold", "sans-serif";
}

.container-documentos-listagem .box-txt a {
  color: #b9e4ff;
}

@media screen and (max-width: 767.9px) {
  .some-mobile {
    display: none;
  }
}

.col-mobile {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .col-mobile {
    display: block;
  }
}

.col-mobile .row-mobile {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
}

.col-mobile .col-dados-mobile {
  padding: 16px;
  background-color: #ECFAFF;
  border-radius: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.col-mobile .col-dados1 {
  min-height: 104px;
}

.col-mobile .col-dados1 .box-txt {
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.8rem;
  color: #616161;
  margin-bottom: 13px;
}

.col-mobile .col-dados1 .box-txt b {
  color: #1a1a1a;
  font-family: "Inter-SemiBold", "sans-serif";
}

.col-mobile .col-dados1 .box-txt a {
  color: #b9e4ff;
}

.col-mobile .col-dados2 {
  position: relative;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 104px;
}

.col-mobile .col-dados2::before {
  content: ' ';
  height: 1px;
  width: 96%;
  background-color: #cccccc;
  opacity: 0.4;
  display: block;
  position: absolute;
  margin-left: 0px;
  top: 0px;
}

.col-mobile .col-dados2::after {
  content: ' ';
  height: 1px;
  width: 96%;
  background-color: #cccccc;
  opacity: 0.4;
  display: block;
  position: absolute;
  margin-left: 0px;
  bottom: 0px;
}

.col-mobile .col-dados2 .box-txt {
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.8rem;
  color: #616161;
  margin-bottom: 13px;
}

.col-mobile .col-dados2 .box-txt b {
  color: #1a1a1a;
  font-family: "Inter-SemiBold", "sans-serif";
}

.col-mobile .col-dados2 .box-txt a {
  color: #b9e4ff;
}

.col-mobile .col-dados3 {
  min-height: 104px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Inter-Regular", "sans-serif";
  font-size: 16px;
  color: #495057;
}

.col-mobile .col-dados3 b {
  font-family: "Inter-SemiBold", "sans-serif";
}

.col-mobile .col-dados3 a {
  color: #b9e4ff;
}

.col-mobile .col-dados3 a:hover {
  text-decoration: underline;
}

.col-mobile .col-dados3 .col-downloads {
  margin-bottom: 16px;
}

.col-mobile .col-dados3 .item-licitacao {
  width: auto;
  height: auto;
  display: block;
}

.row-form {
  margin-bottom: 40px;
  row-gap: 16px;
}

.row-form .col-form {
  border-radius: 16px;
  padding: 16px 0px;
  padding-bottom: 0px;
}

.row-form .form-group label {
  display: none;
}

.row-form .form-group .form-control-padrao {
  border-radius: 32px !important;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border: solid 1px #fff;
  background-color: #fff;
  box-shadow: -1px 2px 4px 0px rgba(26, 26, 26, 0.1);
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  height: 56px;
  color: #00233d;
  padding-left: 24px;
  padding-top: 10px;
}

.row-form .form-group .form-control-padrao.form-select {
  color: #1a1a1a;
}

@media screen and (max-width: 767.9px) {
  .row-form .form-group .form-control-padrao {
    padding-left: 10px;
  }
}

.row-form .form-group .form-control-padrao::-webkit-input-placeholder {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  color: #1a1a1a;
  opacity: 1;
  margin-left: 20px;
}

.row-form .form-group .form-control-padrao:-moz-placeholder {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  color: #1a1a1a;
  opacity: 1;
  margin-left: 20px;
}

.row-form .form-group .form-control-padrao::-moz-placeholder {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  color: #1a1a1a;
  opacity: 1;
  margin-left: 20px;
}

.row-form .form-group .form-control-padrao:-ms-input-placeholder {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  color: #1a1a1a;
  opacity: 1;
  margin-left: 20px;
}

.row-form .form-group .form-control-padrao::placeholder {
  font-size: 0.8rem;
  font-family: "Inter-Regular", "sans-serif";
  color: #1a1a1a;
  opacity: 1;
  margin-left: 20px;
}

.row-form .form-group .form-control-padrao:hover {
  box-shadow: -1px 2px 4px 0px rgba(185, 228, 255, 0.1);
  border-color: #fff;
  background-color: #fff;
  color: #01579b;
}

.row-form .form-group .form-control-padrao:focus {
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
}

.row-form .form-group .form-control-padrao:focus i {
  color: #b9e4ff;
}

.row-form .form-group .form-control-padrao:focus::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #01579b;
  opacity: 1;
}

.row-form .form-group .form-control-padrao:focus:-moz-placeholder {
  font-size: 0.8rem;
  color: #01579b;
  opacity: 1;
}

.row-form .form-group .form-control-padrao:focus::-moz-placeholder {
  font-size: 0.8rem;
  color: #01579b;
  opacity: 1;
}

.row-form .form-group .form-control-padrao:focus:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #01579b;
  opacity: 1;
}

.row-form .form-group .form-control-padrao:focus::placeholder {
  font-size: 0.8rem;
  color: #01579b;
  opacity: 1;
}

.row-form .btn-padrao--terciario {
  border-radius: 32px;
}

.row-form .btn-padrao--terciario:hover {
  background-color: #01579b;
}

.row-form .btn-padrao--terciario:active {
  background-color: #b9e4ff;
  color: #01579b;
}

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

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

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

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

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

.table-responsive #table-downloads-interna.table .borda {
  position: relative;
}

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

.table-responsive #table-downloads-interna.table .borda::after {
  content: ' ';
  height: calc(100% - 32px);
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.4;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.table-responsive #table-downloads-interna.table .borda::before {
  content: ' ';
  height: calc(100% - 32px);
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.4;
  display: block;
  position: absolute;
  margin-left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.table-responsive #table-downloads-interna.table thead tr {
  background-color: #01579b !important;
  --bs-table-accent-bg: #01579b;
  color: #b9e4ff;
  font-family: "Inter-SemiBold", "sans-serif";
  font-size: 0.8rem;
}

.table-responsive #table-downloads-interna.table thead tr .borda {
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .table-responsive #table-downloads-interna.table thead tr .borda {
    word-break: break-word;
  }
}

.table-responsive #table-downloads-interna.table thead tr .borda::after {
  height: calc(100% - 32px);
  width: 1.7px;
  background-color: #ffffff;
  opacity: 0.4;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.table-responsive #table-downloads-interna.table thead tr .borda::before {
  content: ' ';
  height: calc(100% - 32px);
  width: 1.7px;
  background-color: #ffffff;
  opacity: 0.4;
  display: block;
  position: absolute;
  margin-left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.table-responsive #table-downloads-interna.table thead tr th {
  color: #ffffff;
  padding-block: 16px;
  border: none !important;
  padding-inline: 15px;
}

.table-responsive #table-downloads-interna.table thead tr th:first-child {
  border-radius: 32px 0 0 32px;
}

.table-responsive #table-downloads-interna.table thead tr th:last-child {
  border-radius: 0 32px 32px 0;
}

.table-responsive #table-downloads-interna.table tbody tr {
  --bs-table-accent-bg: #ECFAFF;
  background-color: #ECFAFF;
}

.table-responsive #table-downloads-interna.table tbody tr td {
  padding-block: 16px;
  padding-inline: 15px;
}

.table-responsive #table-downloads-interna.table tbody tr td .box-descricao {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.table-responsive #table-downloads-interna.table tbody tr td.td-download .box-descricao {
  flex-direction: row;
  column-gap: 8px;
  flex-wrap: wrap;
}

.table-responsive #table-downloads-interna.table tbody tr td.td-download .box-descricao .item-download {
  color: #01579b;
  font-family: "Inter-SemiBold", "sans-serif";
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.table-responsive #table-downloads-interna.table tbody tr td.td-download .box-descricao .item-download:hover {
  color: #d3eeff;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.table-responsive #table-downloads-interna.table tbody tr td.td-download .box-descricao .col-dados {
  width: 100%;
}

.table-responsive #table-downloads-interna.table tbody tr td .box-txt {
  font-size: 0.8rem;
  color: #616161;
  font-family: "Inter-Regular", "sans-serif";
}

.table-responsive #table-downloads-interna.table tbody tr td .box-txt b {
  font-family: "Inter-Bold", "sans-serif";
  color: #1a1a1a;
}

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

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

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

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

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

.table-responsive #table-downloads-interna.table-striped tbody tr:nth-child(odd) {
  --bs-table-accent-bg: #ECFAFF;
  background-color: #ECFAFF;
}

.table-responsive #table-downloads-interna.table-striped tbody tr:nth-child(even) {
  --bs-table-accent-bg: #ffffff;
  background-color: #ffffff;
}

.container-pagination nav {
  margin-top: -72px;
}
