/* TABLE */
table {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}
.table1 th {
  font-size: 0.8em;
  padding: 5px;
  border: 1px solid white;
  background: #66819a;
  color: white;
  text-align: center;
}
.table1 td {
  font-size: 0.85em;
  border: 1px solid #66819a;
  padding: 5px;
}
/* table2 */
.table2 {
  width: 100%;
  max-width: 775px;
}
.table2 thead th {
  padding: 6px 3px !important;
}
.table2 thead th,
.table2 tbody td {
  font-size: 0.70em;
  font-weight: 500;
  line-height: 1.25em;
  min-width: 41px;
  vertical-align: middle !important;
}
.table2 thead th.column-1 {
  min-width: 317px;
}
.table2 thead th.column-2 {
  min-width: 78px;
}
.table2 thead th.column-7 {
  min-width: 66px;
}
.table2 thead th.column-8 {
  min-width: 54px;
}
.table2 tbody td {
  background-color: #f2f2f2;
  text-align: center;
}

.table-asset {
  margin-bottom: 40px;
}
.table-asset.table thead {
  background-color: #66819a;
  /* border-left: 4px solid #66819a; */
  /* border-right: 4px solid #66819a; */
  color: #fff;
  border-bottom: 5px solid #fff;
}
.table-asset.table thead th,
.table-asset.table tbody td {
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 0.85rem;
  padding: 6px 3px;
}
.table-asset.table tbody tr:nth-child(2) {
  font-size: 0.5rem;
}
.table-asset.table tbody tr td:first-child {
  text-align: left;
  padding-left: 8px;
  width: 373px;
}
.table-asset.table tbody td {
  border: 0 none;
}
.table-asset.table tbody + tbody {
  border-top: 5px solid #fff;
}

.legenda-de-risco {
  float: right;
  font-size: 0.75rem;
}
.legenda-de-risco p,
.legenda-de-risco ul {
  margin: 0;
  padding: 0;
}
.legenda-de-risco ul {
  list-style: none;
  margin: 5px;
}
.legenda-de-risco p:first-child strong {
  font-weight: 500;
}
.legenda-de-risco-grafico {
  max-width: 120px;
  float: right;
}
.legenda-de-risco ul li.item {
  background-color: #eee;
  display: block;
  width: 17px;
  height: 7px;
  margin-right: 5px;
}
.legenda-de-risco li.item.blue-dark {
  background-color: #003d76;
}
.legenda-de-risco ul li.item.blue {
  background-color: #04a3ba;
}
.legenda-de-risco ul li.item.green {
  background-color: #56a800;
}
.legenda-de-risco ul li.item.yellow {
  background-color: #be8d0b;
}
.legenda-de-risco ul li.item.orange {
  background-color: #dc6a08;
}
.legenda-de-risco ul li.item.red {
  background-color: #ef0000;
}
/* DOWNLOAD */
.col-downloads div .download-list li:last-child {
  border-bottom: 0 none !important;
}
/* SELOS */
.selos {
  background-color: #969696;
}
.selos .container div p {
  font-size: 0.8rem;
  text-align: justify;
}
/* BOTÕES */
.bt-download,
.bt-download:hover {
  color: #003c76;
  font-size: 0.75rem;
  text-decoration: none;
}

/* EXTRAS */
.border-white {
  border: 2px solid #fff !important;
}
.border-blue {
  border-left: 4px solid #04a3ba;
}
.border-green {
  border-left: 4px solid #56a800;
}
.border-ambar {
  border-left: 4px solid #be8d0b;
}
.border-orange {
  border-left: 4px solid #dc6a08;
}
.border-wine {
  border-left: 4px solid #ef0000;
}
.template-asset-new .page-hero,
.template-asset .page-hero {
  width: 100%;
}
.template-asset .conteudo-simples {
  margin: 0;
}
.template-asset .conteudo-simples h3 {
  margin-bottom: 30px;
}

/* tabela risca */
.table-risco {
  width: 60%;
  border: 2px solid #000;
}
@media (max-width: 768px) {
  .table-risco {
    width: 100%;
  }
}
.table-risco td {
  text-align: center;
  border: 1px solid #000;
  font-size: 0.8em;
  font-weight: bold;
}
.table-risco td:last-child {
  border-right: 2px solid #000;
}
.table-risco thead th {
  padding: 0 16px;
  font-size: 0.8em;
}
.table-risco .active {
  background-color: #b5cde9;
}
.degrade {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    -180deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(171, 171, 171, 1) 100%
  );
}

/* Fundos de Crédito/Globais */
div#fundosTabContent ul li a {
  flex: 1;
}

section#fundos-credito-globais ul li,
section#fundos-credito-globais ul li button {
  display: flex;
  flex: 1;
  outline: none;
  cursor: pointer;
}

section#fundos-credito-globais ul li button {
  display: block;
  padding: 1rem 0;

  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;

  background-color: #dbdbdb;
  border: 1px solid #c2c2c2;
  border-bottom: 7px solid #003d76;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #003d76;
}
section#fundos-credito-globais ul li button:hover {
  border-bottom: 7px solid #ae1325;
}
section#fundos-credito-globais ul li button.active {
  background-color: #376390;
  color: white;
  border-color: #376390;
  border-bottom-color: #003d76;
}

div#fundosTabContent {
  border: 1px solid #123a6f;
}

/* Ajuste na abas fundos credito/globais */
#fundos-credito-globais .nav.nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
}
#fundos-credito-globais .nav.nav-tabs > li {
  flex: 1 0 250px !important;
}
#fundos-credito-globais .nav.nav-tabs > li a {
  height: auto;
  width: 100%;
}

@media(min-width:1024px) {
  #fundos-credito-globais .nav.nav-tabs > li {
    flex: auto !important;
  }
  #fundos-credito-globais .nav.nav-tabs {
    overflow-x: initial;
  } 
}