.funds {
  padding-bottom: 80px;
}
.funds .highcharts-plot-lines-0 {
  display: none !important;
}
.funds .highcharts-legend-item {
  font-weight: 700 !important;
  color: #313335 !important;
}
.funds .highcharts-yaxis-labels > span {
  left: 30px !important;
  color: #313335 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.funds .highcharts-grid-line {
  stroke: rgba(81, 83, 86, 0.5019607843) !important;
}
.funds .title-indexes {
  margin: 110px 0 0;
  color: #313335;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
.funds__tablesHeader, .funds__category {
  margin-bottom: 48px;
}
.funds__category table tr.fundInfo:not(.opened) {
  display: none;
}
.funds__category table tr.fundInfo td {
  background: #f6f6f6;
}
.funds__category table tr.fundInfo td span {
  display: block;
}
.funds__category table tr.fundInfo td span.fundoInfo--title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: black;
  margin-bottom: 5px;
}
.funds__category table tr.fundInfo td span.fundInfo--value {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #1D252C;
  margin-bottom: 13px;
}
.funds__category table td {
  max-width: 59px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.funds__category table td.icons img {
  cursor: pointer;
  transition: 0.5s all;
}
.funds__category table td.icons img:hover {
  opacity: 0.75;
}
.funds__category table td.icons img.opened {
  transform: rotate(-180deg);
}
.funds__category table td.icons img:first-child {
  margin-right: 15px;
}
.funds__arrow {
  width: 100%;
  height: 32px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .funds__arrow {
    display: none;
  }
}
.funds__arrow svg {
  position: absolute;
  right: 8px;
  width: 18px;
  height: auto;
  animation: movingArrow infinite 1s linear;
  transition: 300ms;
}
.funds__arrow svg path {
  fill: #273273;
}
.funds.listFunds {
  overflow: auto;
}
.funds.listFunds table {
  border-spacing: 0;
}
.funds.listFunds table.table-indices thead th {
  padding: 15px;
}
.funds.listFunds table.table-indices tbody td {
  padding: 15px;
  text-align: left;
}
.funds.listFunds table .linha-fundo tr td {
  background-color: #F7F7F7;
  padding: 15px;
  overflow: hidden;
  color: #313335;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}
.funds.listFunds table .linha-fundo tr td:first-of-type {
  overflow: hidden;
  color: #313335;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.funds.listFunds table .linha-fundo tr td:not(:first-of-type) {
  color: #74767A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.funds.listFunds table .linha-fundo tr td.title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  display: block;
}
.funds.listFunds table .linha-fundo tr td.icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.funds.listFunds table .linha-fundo tr td.icons > button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
.funds.listFunds table .linha-fundo.active td {
  background: #131A40 !important;
}
.funds.listFunds table .linha-fundo.active td, .funds.listFunds table .linha-fundo.active td * {
  color: #F7F7F7 !important;
}
.funds.listFunds table .linha-fundo.active td.icons > button {
  transform: rotate(90deg);
  filter: invert(1) contrast(100);
}
.funds.listFunds table .accordion-fundo {
  display: none;
}
.funds.listFunds table .accordion-fundo.active {
  display: table-row;
}
.funds.listFunds table .accordion-fundo.active .box {
  padding: 10px 0;
}
.funds.listFunds table .accordion-fundo.active .content {
  height: auto;
  height: initial;
  padding: 15px 13px;
}
@media (max-width: 1199px) {
  .funds.listFunds table .accordion-fundo.active .content {
    min-width: 1200px;
  }
}
.funds.listFunds table .accordion-fundo.active .grafico .tableChart {
  display: none;
  transition: 2.5s;
  height: 0;
  overflow: hidden;
}
.funds.listFunds table .accordion-fundo.active .grafico .btns,
.funds.listFunds table .accordion-fundo.active .grafico .footer {
  display: none;
}
.funds.listFunds table .accordion-fundo.active .grafico #container-chart {
  overflow: initial !important;
}
.funds.listFunds table .accordion-fundo td {
  background-color: #f6f6f6;
}
.funds.listFunds table .accordion-fundo .box {
  padding: 0;
}
.funds.listFunds table .accordion-fundo .content {
  padding: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.funds.listFunds table .accordion-fundo .text {
  float: left;
  min-width: 472px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-right: solid 1px #E5E5E5;
}
.funds.listFunds table .accordion-fundo .text .fundos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  row-gap: 46px;
  column-gap: 36px;
}
@media (max-width: 1199px) {
  .funds.listFunds table .accordion-fundo .text .fundos {
    column-gap: 6px;
  }
}
.funds.listFunds table .accordion-fundo .text .fundos .item {
  width: 100%;
  list-style: none;
}
.funds.listFunds table .accordion-fundo .text .fundos .item:before {
  display: none;
}
.funds.listFunds table .accordion-fundo .text .fundos .item h3 {
  color: #313335;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
.funds.listFunds table .accordion-fundo .text .fundos .item p {
  color: #74767A;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
}
.funds.listFunds table .accordion-fundo .text .fundos .botao > a {
  width: max-content;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  border-radius: 8px;
  border: 1px solid #444F6A;
  background: #131A40;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.funds.listFunds table .accordion-fundo .text .fundos.taxas .item:first-child {
  margin-bottom: 0;
}
.funds.listFunds table .accordion-fundo .text .fundos.taxas .item h2 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 4px;
  font-size: 17px;
}
.funds.listFunds table .accordion-fundo .text .fundos.taxas .item h3 {
  font-size: 15px;
}
.funds.listFunds table .accordion-fundo .btn {
  background-color: #273273;
  color: #ffffff !important;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 0;
  padding: 15px 40px;
  font-weight: 400;
}
.funds.listFunds table .separator td {
  background-color: transparent;
  padding: 4px;
}
.funds.listFunds .grafico {
  flex: 1;
  padding-left: 40px;
  float: right;
  width: 42%;
}
.funds.listFunds .grafico .titleChart {
  color: #141516;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  line-height: 130%;
  margin: 0 0 4px;
  font-size: 17px;
  text-align: left;
}
.funds.listFunds .grafico .highcharts-container {
  width: 629px;
}
.funds.listFunds .renderChart {
  position: relative;
}
@media (min-width: 768px) {
  .funds.listFunds .dropFilter {
    position: absolute;
    top: -25px;
    right: 10px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .funds.listFunds .dropFilter {
    margin: 20px 0;
  }
}
.funds.listFunds .dropFilter .fundsInternal__chart__rangeSelector {
  display: flex;
  gap: 10.33px;
}
.funds.listFunds .dropFilter .fundsInternal__chart__rangeSelector li {
  display: block !important;
  cursor: pointer;
  color: #313335;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.funds.listFunds .dropFilter .fundsInternal__chart__rangeSelector li.active {
  color: #4E64A6;
}
.funds.listFunds .dropFilter .select {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1;
  border: 1px solid #696969;
}
.funds.listFunds .dropFilter .select .angle {
  position: absolute;
  top: 12px;
  right: 10px;
  fill: #273273;
}
.funds.listFunds .dropFilter .select .filter {
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #444444;
  position: relative;
  cursor: pointer;
  padding: 10px 20px 10px 10px;
  display: block;
  font-size: 13px;
}
.funds.listFunds .dropFilter .select .bg-dropFilter {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}
.funds.listFunds .dropFilter .select .bg-dropFilter.open {
  display: block;
}
.funds.listFunds .dropFilter .select__list {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 0;
  width: 100%;
  padding: 0;
  margin: 1px 0 0;
  z-index: 9;
}
.funds.listFunds .dropFilter .select__list::-webkit-scrollbar {
  width: 0;
}
.funds.listFunds .dropFilter .select__list.open {
  height: auto;
  max-height: 240px;
  overflow: auto;
}
.funds.listFunds .dropFilter .select__list .item {
  margin: 0;
  padding: 10px;
  width: 100%;
  color: #444444;
  cursor: pointer;
  border-bottom: 1px solid #d4d4d4;
  background-color: #ffffff;
  font-size: 13px;
}
.funds.listFunds .dropFilter .select__list .item:before {
  display: none;
}
.funds.listFunds .dropFilter .select__list .item:hover, .funds.listFunds .dropFilter .select__list .item.active {
  background-color: #444444;
  color: #ffffff;
}
.funds.listFunds .dropFilter .select__list .item:last-child {
  border-bottom: none;
}
.funds.listFunds.listFundsInternal {
  display: inline-block;
  width: 100%;
}
.funds.listFunds.listFundsInternal .grafico {
  width: 100%;
}
.funds.listFunds.listFundsInternal .grafico h3 {
  margin-bottom: 0;
}
.funds .nota_fundos p {
  margin-top: 15px;
  display: block;
  font-size: 12px;
}

@keyframes movingArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
table.table-funds:not(.table-indices) {
  margin: 75px 0 0 !important;
  border-spacing: 0 16px !important;
}
table.table-funds thead th {
  background: #131A40;
  white-space: nowrap;
}
table.table-funds tbody .linha-title td {
  color: #313335 !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  padding: 18px 0 !important;
  text-align: left !important;
  border: none !important;
}
table.table-funds tbody .linha-fundo {
  cursor: pointer;
}
table.table-funds tbody .linha-fundo > td:not(:first-of-type) {
  padding: 9px 0;
}
table.table-funds tbody .linha-fundo > td:first-of-type {
  text-align: left;
  padding-left: 24px;
}
table.table-funds.table-indices {
  margin: 22px 0 0 !important;
}
table.table-funds.table-indices tr th {
  background: #131A40;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 20px 15px !important;
}
table.table-funds.table-indices tr td {
  background: #F7F7F7 !important;
  padding: 20px 15px !important;
}
table.table-funds.table-indices tr td:not(:first-of-type) {
  text-align: center !important;
}
table.table-funds.table-indices tr:not(:last-of-type) td {
  border-radius: 0 !important;
}
table.table-funds.table-indices tr:last-of-type td {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}