/* Uncomment and set these variables to customize the grid. */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  letter-spacing: 0.072em; }

a {
  color: var(--text-color); }

.tc {
  text-align: center !important; }

:root {
  --bg-color: #fff;
  --text-color: $dark-body;
  --text-color-inverse: $offwhite;
  --border-color: #999;
  --bg-display:  rgba(255,255,255,.04); }

[data-theme="dark"] {
  --bg-color: linear-gradient(130deg, #191919, #090909);
  --text-color: rgba(255,255,255,.7);
  --text-color-inverse: $dark-body;
  --border-color: rgba(255,255,255,.08);
  --bg-display:  rgba(255,255,255,.04); }

* {
  box-sizing: border-box !important; }

html {
  font-size: 14px; }
  @media (max-width: 1500px) and (min-width: 992px) {
    html {
      font-size: 11px; } }
.container {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }

[class*="col-"] {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  color: var(--text-color);
  background: var(--bg-color);
  padding: 0;
  margin: 0;
  font-size: 1rem;
  min-height: 100vh; }

hr {
  border-color: rgba(255, 255, 255, 0.15);
  outline: none;
  margin-block-start: 1.6rem;
  margin-block-end: 1.6rem; }

header {
  color: #252626;
  padding: 0;
  margin: 0 0 1rem;
  background: #E3AD31;
  background-image: url("../images/bg-header.jpg");
  background-size: cover;
  background-position: center; }
  header .container {
    display: flex;
    align-items: center;
    gap: 1rem; }
  header .brand {
    display: flex;
    align-items: center;
    gap: 1rem; }
  header .title {
    color: var(--text-color);
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.092em; }
  header .logo {
    height: 72px;
    width: 72px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 3px 18px 1px rgba(0, 0, 0, 0.3); }
    header .logo svg {
      height: 100%;
      width: 100%; }
  header .infos-fechamento {
    color: var(--text-color-inverse);
    text-align: right;
    margin-left: auto;
    background: #E3AD31;
    padding: 2rem 1.6rem; }
    header .infos-fechamento span {
      display: block;
      margin-bottom: .3em;
      text-transform: uppercase;
      letter-spacing: 0.052em; }

section.section-report {
  padding: 2rem 0; }
  section.section-report + section.section-report {
    margin-top: 2rem;
    padding-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15); }

#glow-bg {
  position: fixed;
  height: 96vh;
  width: 96vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(rgba(236, 200, 116, 0.15), transparent 60%);
  border-radius: 100%;
  filter: blur(10px);
  z-index: -1; }

.mock-chart {
  padding-top: 56.25%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6px; }

footer {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(242, 218, 161, 0.5); }
  footer a {
    color: rgba(242, 218, 161, 0.5); }

.card {
  border-radius: 0.8rem;
  padding: 1.6rem;
  background: var(--bg-display);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.3); }
  .card + .card {
    margin-top: 1.8rem; }
  .card .title-card {
    text-transform: uppercase;
    margin: 0;
    font-weight: bold; }
  .card.card-indice {
    background: rgba(227, 173, 49, 0.4);
    display: flex;
    gap: 1.6rem;
    margin-bottom: 2rem; }
    .card.card-indice .content {
      flex: 1; }
    .card.card-indice .title-card {
      font-size: 1.858rem;
      color: rgba(255, 255, 255, 0.5); }
    .card.card-indice .infos-indice {
      margin: .6rem 0; }
      .card.card-indice .infos-indice .price {
        display: block;
        font-size: 1.858rem;
        font-weight: bold;
        color: rgba(242, 218, 161, 0.5);
        color: rgba(0, 0, 0, 0.75);
        margin-right: .26em;
        margin-bottom: .3rem; }
        .card.card-indice .infos-indice .price small {
          font-size: .6em;
          font-weight: normal; }
      .card.card-indice .infos-indice .percent {
        display: block;
        color: #362807;
        color: rgba(255, 255, 255, 0.5);
        font-size: 1.286rem;
        font-weight: bold;
        text-wrap: nowrap;
        margin-bottom: .6rem; }
        .card.card-indice .infos-indice .percent .icon-status {
          display: inline-block;
          opacity: .5; }
          .card.card-indice .infos-indice .percent .icon-status::before {
            content: "";
            line-height: 100%;
            display: block;
            vertical-align: middle;
            height: 0.76em;
            width: 0.76em;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='19.972' height='13.945' viewBox='0 0 19.972 13.945'%3E%3Cpath d='M24,3.875,18,5.1,19.716,6.8l-5.351,5.358-3-3L4.028,16.4l1.41,1.418,5.922-5.834,2.991,2.993,6.781-6.762L22.8,9.877Z' transform='translate(-4.028 -3.875)'/%3E%3C/svg%3E"); }
        .card.card-indice .infos-indice .percent.status-minus .icon-status {
          transform: rotate(180deg) scale(-1, 1); }
      .card.card-indice .infos-indice p {
        margin: 0;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        font-size: .88rem;
        letter-spacing: 0.052em; }
  .card.card-ifix {
    background: rgba(142, 68, 173, 0.4); }
  .card.card-curva-di {
    background: rgba(52, 152, 219, 0.4); }
    .card.card-curva-di .wrap-chart {
      margin-left: auto; }
  .card .infos-fechamento {
    padding-top: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
    .card .infos-fechamento .item {
      display: flex;
      justify-content: space-between;
      margin: .8rem 0; }
      .card .infos-fechamento .item:last-child {
        margin-bottom: 0; }
      .card .infos-fechamento .item h4 {
        margin: 0; }
      .card .infos-fechamento .item strong {
        color: rgba(242, 218, 161, 0.5); }
      .card .infos-fechamento .item.item-card {
        flex-direction: column;
        flex: none;
        width: calc(50% - .5rem);
        text-align: center;
        margin: 0; }
        .card .infos-fechamento .item.item-card h4 {
          background: rgba(255, 255, 255, 0.15);
          padding: .4em 1em;
          border-radius: 6px 6px 0 0; }
        .card .infos-fechamento .item.item-card strong {
          color: rgba(242, 218, 161, 0.5);
          padding: .6em 1em;
          background: rgba(0, 0, 0, 0.15);
          border-radius: 0 0 6px 6px; }
  .card .wrap-chart {
    flex: none;
    width: 70%; }

.wrap-map {
  position: relative;
  height: 100%; }

#map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.01); }

.custom-tooltip {
  font-size: 1rem;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  text-align: left; }
  .custom-tooltip.leaflet-tooltip-top:before, .custom-tooltip.leaflet-tooltip-bottom:before, .custom-tooltip.leaflet-tooltip-left:before, .custom-tooltip.leaflet-tooltip-right:before {
    border: none !important; }

.leaflet-pane svg path {
  cursor: default; }
  .leaflet-pane svg path.selected-country {
    fill-opacity: .15;
    fill: #e8bb55;
    stroke: #e4b13a; }

.wrap-chart {
  position: relative; }
  .wrap-chart .rwd {
    position: relative;
    padding-top: 56.25%; }

.chart {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; }

table,
th,
td {
  font-size: 1rem;
  border: none;
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  width: 100%;
  --rt: 6px;
  border-radius: var(--rt);
  overflow: hidden; }
  table.table-expectativasano, table.table-letrastesouro {
    border-radius: var(--rt) var(--rt) 0 0; }
  table.table-expectativasaa, table.table-notastesouroserief {
    border-radius: 0 0 var(--rt) var(--rt); }
  table.table-notastesouroserief, table.table-letrastesouro {
    table-layout: fixed; }

tr {
  background: var(--bg-display);
  transition: all .3s ease; }
  tr:hover {
    background: rgba(255, 255, 255, 0.06); }

th,
td {
  font-size: 1em;
  padding: 1.1em 1.1em;
  text-wrap: nowrap;
  text-align: right;
  border: 0 solid var(--border-color); }
  th:first-child,
  td:first-child {
    text-align: left; }
  th.currency small,
  td.currency small {
    opacity: .7;
    font-size: .72em; }
  th.status-minus,
  td.status-minus {
    color: #e17055; }
    th.status-minus span,
    td.status-minus span {
      background: rgba(225, 112, 85, 0.1);
      padding: .2em .6em;
      border-radius: 2rem;
      margin-right: -.6em; }
  th.status-plus,
  td.status-plus {
    color: #00b894; }
    th.status-plus span,
    td.status-plus span {
      background: rgba(0, 184, 148, 0.1);
      padding: .2em .6em;
      border-radius: 2rem;
      margin-right: -.6em; }

thead th {
  color: rgba(242, 218, 161, 0.5);
  background: rgba(255, 255, 255, 0.15); }

thead tr {
  background: linear-gradient(130deg, #ecc874, #E3AD31 15%, #c6921b 75%);
  background: var(--bg-display); }
  thead tr:nth-child(2) th {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.05); }

.cell-logo {
  display: flex;
  gap: .6rem;
  align-items: center;
  padding-left: 1rem; }
  .cell-logo .logo {
    --size: 20px;
    position: relative;
    height: var(--size);
    width: var(--size);
    border-radius: 100%;
    overflow: hidden;
    margin: 0; }
    .cell-logo .logo img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover; }

[class*="table-maiores-"] thead tr th {
  color: var(--text-color);
  text-wrap: wrap; }
  [class*="table-maiores-"] thead tr th:first-child {
    font-size: 1rem; }

[class*="table-maiores-"] .row-first {
  font-weight: bold; }
  [class*="table-maiores-"] .row-first th, [class*="table-maiores-"] .row-first td {
    padding-top: 1.4em;
    padding-bottom: 1.4em; }
  [class*="table-maiores-"] .row-first .cell-logo .logo {
    height: 36px;
    width: 36px;
    margin-left: -5px; }

[class*="table-maiores-"] .icon-target {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  height: 24px;
  width: 24px;
  text-align: center;
  padding: 3px 3px;
  margin-right: .3em; }
  [class*="table-maiores-"] .icon-target::before {
    content: "";
    line-height: 100%;
    display: block;
    vertical-align: middle;
    height: 1.2em;
    width: 1.2em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    opacity: .75;
    background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill='%23ffffff' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.001 10.978h-3.251c-.412 0-.75-.335-.75-.752 0-.188.071-.375.206-.518 1.685-1.775 4.692-4.945 6.069-6.396.189-.2.452-.312.725-.312.274 0 .536.112.725.312 1.377 1.451 4.385 4.621 6.068 6.396.136.143.207.33.207.518 0 .417-.337.752-.75.752h-3.251v9.02c0 .531-.47 1.002-1 1.002h-3.998c-.53 0-1-.471-1-1.002z' fill-rule='nonzero'/%3E%3C/svg%3E"); }

.table-maiores-altas thead tr {
  background: rgba(0, 184, 148, 0.3); }

.table-maiores-altas .row-first {
  background: rgba(0, 184, 148, 0.15); }

.table-maiores-altas td span {
  color: #00b894;
  background: rgba(0, 184, 148, 0.1);
  padding: .2em .6em;
  border-radius: 2rem;
  margin-right: -.6em; }

.table-maiores-baixas thead tr {
  background: rgba(225, 112, 85, 0.3); }

.table-maiores-baixas .row-first {
  background: rgba(225, 112, 85, 0.15); }

.table-maiores-baixas .icon-target:before {
  transform: scale(1, -1); }
