.painel-financiamento-florestal {
    /* max-width: 1200px !important; */
    width: 100%;
    margin-top: 32px;
}
/* .painel-financiamento-florestal__nav {
  padding-left: 12px;
  padding-right: 12px;
} */
@media (min-width: 992px) {
  .painel-financiamento-florestal__nav {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.painel-financiamento-florestal__nav-tabs {
  border-bottom: none;
  flex-wrap: nowrap;
}
.painel-financiamento-florestal__nav-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background: #FAFAFA;
  color: #838080;
}
@media (min-width: 992px) {
  .painel-financiamento-florestal__nav-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
}
.painel-financiamento-florestal__nav-tabs .painel-financiamento-florestal__nav-item, 
.painel-financiamento-florestal__nav-tabs .painel-financiamento-florestal__nav-item:hover,
.painel-financiamento-florestal__nav-tabs .painel-financiamento-florestal__nav-item.active {
  border: 1px solid #C9C9C9;
  padding: 16px;
}
@media (max-width: 991px) {
  .painel-financiamento-florestal__nav-tabs .painel-financiamento-florestal__nav-item, 
  .painel-financiamento-florestal__nav-tabs .painel-financiamento-florestal__nav-item:hover,
  .painel-financiamento-florestal__nav-tabs .painel-financiamento-florestal__nav-item.active {
    padding: 12px;
  }
}
.painel-financiamento-florestal__nav-tabs .painel-financiamento-florestal__nav-item.active {
  border-bottom: none;
}
.painel-financiamento-florestal__tab-content {
  padding: 16px;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .painel-financiamento-florestal__tab-content {
    padding: 48px;
  }
}
.card-linha__inner {
  padding: 16px 0;
  border-top: 1px solid #CBCBCB;
}
@media (min-width: 992px) {
  .card-linha__inner {
    padding: 32px 0;
  }
}
.card-linha__inner:first-of-type {
  /* border-top: none; */
}
.card-linha__inner * {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.card-linha__desc {
  font-size: 18px;
  line-height: 24px;
}

.card-linha .br-card {
  width: 100%;
}

.card-linha__actions {
  margin-left: calc(var(--spacing-scale-2x)* -1) !important;
  margin-right: calc(var(--spacing-scale-2x)* -1) !important;
  margin-top: 16px;
}

.card-linha .br-divider {
  --divider-size: var(--surface-width-sm);
  border-color: #ccc;
  border-color: var(--border-color);
  border-style: solid;
  border-width: 0;
  border-top-width: var(--divider-size);
  display: block;
  margin-left: 16px !important;
  margin-left: var(--spacing-scale-2x) !important;
  margin-right: 16px !important;
  margin-right: var(--spacing-scale-2x) !important;
}

.card-linha__title {
  margin-top: 0;
  text-align: left;
  font-weight: 600;
  padding-bottom: 0;
  border: none;
  text-transform: none;
}

.card-linha__actions i {
  margin-right: 8px;
}

.painel-financiamento-florestal__row-header {
  border-bottom: 1px solid #CBCBCB;
}
.painel-financiamento-florestal__row-header-col p {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #515151;
}
.tag-linha {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 12px;
  gap: 8px;
  background: #EEEEEE;
  border-radius: 24px;
  flex-grow: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  color: #464646;
  display: none;
  border: none;
  font-size: 12px;
  font-weight: 600;
}

#filtrosAtividades {
  margin-bottom: 32px;
}

.tag-atividade {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 12px;
  gap: 8px;
  background: #EEEEEE;
  border-radius: 24px;
  flex-grow: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  color: #464646;
  border: none;
  font-size: 12px;
  font-weight: 600;
}

.tag-linha.active {
  display: inline-flex;
}
.tag-linha--pronaf {
  background: #FFE7CA;
}
.tag-linha--fundos-constitucionais {
  background: #FFF8B5;
}
.tag-linha--abc {
  background: #CFE5FF;
}
.tag-linha--bndes {
  background: #F0DDFF;
}
.tag-linha--pronamp {
  background: #AFEEB1;
}
.painel-financiamento-florestal__caption {
  /* border-bottom: 1px solid #CBCBCB; */
  background-color: #e9e9e9;
  padding: 8px 12px;
  border-radius: 21px;
  margin-bottom: 32px;
}

.painel-financiamento-florestal__caption p {
  margin-bottom: 0;
  font-size: 12px;
}

.painel-financiamento-florestal__caption-title.btn {
  width: 100%;
  /* border-bottom: 1px solid #CBCBCB; */
  /* border-top: 1px solid #CBCBCB; */
  margin-bottom: 0;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #515151;
  border-radius: 0;
  text-align: left;
  padding: 4px 0;
  text-wrap: balance;
}

.painel-financiamento-florestal__caption-title.btn:focus {
  box-shadow: none;
}
.painel-financiamento-florestal__caption-list {
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  padding-bottom: 16px;
}
.painel-financiamento-florestal__caption-item {
  list-style-type: none;
  padding-left: 40px;
  position: relative;
  width: 100%;
  cursor: pointer;
  opacity: 0.5;
}
.painel-financiamento-florestal__caption-item.active {
  opacity: 1;
}
@media (min-width: 992px) {
  .painel-financiamento-florestal__caption-item {
    width: calc(50% - 8px);
  }
}
.painel-financiamento-florestal__caption-item::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #EEEEEE;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.painel-financiamento-florestal__caption-item[data-programa-target="pronaf"]::before {
  background: #FFE7CA;
}
.painel-financiamento-florestal__caption-item[data-programa-target="fundos-constitucionais"]::before {
  background: #FFF8B5;
}
.painel-financiamento-florestal__caption-item[data-programa-target="abc"]::before {
  background: #CFE5FF;
}
.painel-financiamento-florestal__caption-item[data-programa-target="bndes"]::before {
  background: #F0DDFF;
}
.painel-financiamento-florestal__caption-item[data-programa-target="pronamp"]::before {
  background: #AFEEB1;
}

.container-page .modal-header h1 {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  text-align: left;
}

.painel-financiamento-florestal__programas {
  margin-top: 48px;
  margin-bottom: 32px;
}

.programa-card {
  padding: 16px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  margin-bottom: 32px;
  align-self: stretch;
  height: calc(100% - 32px);
  position: relative;
}

main .container-page h6.programa-card__title {
  border-bottom: none;
  margin-bottom: 0;
}

.programa-card::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: var(--programa-cor);
}

.snif-text-box {
  padding: 16px;
  background: #F1F1F1;
  border-radius: 8px;
}

.body .bar {
  margin-bottom: 32px;
}

.body ul.navbar-nav {
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}

.body ul.navbar-nav li {
  padding-right: 16px;
  border-right: 1px solid #838383;
}

.body ul.navbar-nav li:last-child {
  border-right: none;
}

.painel-financiamento-florestal__programa-group {
  margin-top: 24px;
}

.painel-financiamento-florestal__programa-group:first-child {
  margin-top: 0;
}

.painel-financiamento-florestal__programa-group:first-child .painel-financiamento-florestal__programa-header {
  /* border-top: none; */
}

main .container-page .painel-financiamento-florestal__programa-header {
  border-top: 1px solid #CBCBCB;
  margin-bottom: 16px;
  padding-top: 20px;
}

main .container-page .painel-financiamento-florestal__programa-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

main .painel-financiamento-florestal__programa-details {
  /* display: inline-block; */
  margin-top: 0;
  margin-bottom: 32px;
}

/* testes */

.painel-financiamento-florestal__filter-list {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  padding: 0;
  justify-content: flex-start;
  /* background-color: #fafafa; */
  border-radius: 24px;
  /* border: 1px solid #e9e9e9; */
  padding-top: 16px;
  padding-left: 0 !important;
}

.painel-financiamento-florestal__filter-item {
  display: inline-flex;
  padding: 4px 8px;
  /* background-color: #ffffff; */
  border-radius: 13px;
  font-size: 12px;
  cursor: pointer;
  /* max-width: calc(50% - 4px); */
  border: 1px solid gray;
}

.painel-financiamento-florestal__filter-item[data-selected=true] {
  background-color: #007bff;
  color: #ffffff;
  border: 1px solid #007bff;
}

.card-linha__inner {
  padding: 16px;
  border-radius: 8px;
  /* border: 2px solid #e9e9e9; */
  border: none;
  margin-bottom: 24px;
  width: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

.painel-financiamento-florestal__dropdown {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 24px;
  border-top: 1px solid #CBCBCB;
  padding-top: 32px;
}

.painel-financiamento-florestal__dropdown-label {
  display: inline-flex;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #515151;
  margin-right: 12px;
  height: 32px;
  padding-top: 13px;
  padding-bottom: 0;
  margin-top: 0;
}

.painel-financiamento-florestal__dropdown .btn-group {
  align-self: stretch;
  flex-grow: 0;
  width: 275px;
  max-width: 100%;
}

.painel-financiamento-florestal__dropdown .btn {
  border-radius: 24px;
  margin-top: 0;
  font-size: 13px;
  background-color: #e9e9e9;
  color: #333333;
  border: none;
  text-align: left;
  padding-top: 11px;
  padding-bottom: 11px;
}

.painel-financiamento-florestal__tab-content {
  padding: 0;
  border-radius: 0;
  border: none;
}