@charset "UTF-8";
@keyframes ldio-swb3o00p8p {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.page-template-AnalysisCentral #simulador-loading.align-center,
.page-template-AnalysisCentral #mz-ca-loading.align-center {
  position: absolute;
  width: 100%;
  left: 0;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  transition: 0.8s;
}
.page-template-AnalysisCentral #simulador-loading.align-center.active,
.page-template-AnalysisCentral #mz-ca-loading.align-center.active {
  z-index: 1;
  opacity: 1;
}
.page-template-AnalysisCentral #simulador-loading.align-center .loadingio-spinner-rolling-uyhlm100csa,
.page-template-AnalysisCentral #mz-ca-loading.align-center .loadingio-spinner-rolling-uyhlm100csa {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.page-template-AnalysisCentral #simulador-loading.align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p,
.page-template-AnalysisCentral #mz-ca-loading.align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}
.page-template-AnalysisCentral #simulador-loading.align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p div,
.page-template-AnalysisCentral #mz-ca-loading.align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p div {
  box-sizing: content-box;
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #161616;
  border-top-color: transparent;
  border-radius: 50%;
  animation: ldio-swb3o00p8p 1s linear infinite;
  top: 100px;
  left: 100px;
}
.page-template-AnalysisCentral .datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.page-template-AnalysisCentral .datepicker,
.page-template-AnalysisCentral .datepicker * {
  border: none !important;
  background: transparent !important;
}
.page-template-AnalysisCentral .datepicker .nav-event {
  position: absolute;
  top: 15px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.page-template-AnalysisCentral .datepicker .nav-event > svg {
  display: block;
  fill: #EA7100;
  width: 20px;
  height: auto;
}
.page-template-AnalysisCentral .datepicker .nav-event.next {
  right: 15px;
}
@media (min-width: 992px) {
  .page-template-AnalysisCentral .datepicker .nav-event.next {
    right: 35px;
  }
}
.page-template-AnalysisCentral .datepicker .nav-event.prev {
  left: -15px;
}
@media (min-width: 992px) {
  .page-template-AnalysisCentral .datepicker .nav-event.prev {
    left: 35px;
  }
}
.page-template-AnalysisCentral .datepicker .nav-event:hover {
  opacity: 0.8;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-group {
  display: table-cell;
  width: calc(33% - 30px);
  padding: 0 12px 0;
  vertical-align: top;
  border: 1px solid #DEDFE4;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .page-template-AnalysisCentral .datepicker .ui-datepicker-group {
    width: 50% !important;
  }
  .page-template-AnalysisCentral .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-template-AnalysisCentral .datepicker .ui-datepicker-group {
    width: 100% !important;
    padding: 0 !important;
  }
  .page-template-AnalysisCentral .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-header {
  width: 100%;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-header .page-template-AnalysisCentral .datepicker .ui-datepicker-prev span, .page-template-AnalysisCentral .datepicker .ui-datepicker-header .page-template-AnalysisCentral .datepicker .ui-datepicker-next span {
  display: none;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-title {
  color: #161616;
  font-size: 20px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
  padding: 0 !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar {
  margin-top: 0;
  min-height: 265px;
  width: 100% !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr th span {
  color: #EA7100;
  font-size: 18px;
  line-height: 1;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td {
  background: white;
  padding: 5px;
  text-align: center;
  width: 14.3%;
  opacity: 1;
  pointer-events: initial !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td span {
  text-align: center;
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event span {
  color: #fff !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #EA7100 !important;
  border: 1px solid #EA7100 !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: rgb(183, 88.3717948718, 0) !important;
  border: 1px solid rgb(183, 88.3717948718, 0) !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: rgb(132, 63.7435897436, 0) !important;
  border: 1px solid rgb(132, 63.7435897436, 0) !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: rgb(81, 39.1153846154, 0) !important;
  border: 1px solid rgb(81, 39.1153846154, 0) !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: rgb(30, 14.4871794872, 0) !important;
  border: 1px solid rgb(30, 14.4871794872, 0) !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-prev, .page-template-AnalysisCentral .datepicker .ui-datepicker-next {
  display: none;
}
.page-template-AnalysisCentral #legenda_eventos {
  width: 100%;
  margin: 74px 0 100px !important;
}
@media (max-width: 1199px) {
  .page-template-AnalysisCentral #legenda_eventos {
    display: flex;
    flex-direction: column;
  }
}
.page-template-AnalysisCentral #legenda_eventos .legenda_texto {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  color: #001D48;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor-01 {
  background: #EA7100;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor-02 {
  background: rgb(183, 88.3717948718, 0);
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor-03 {
  background: rgb(132, 63.7435897436, 0);
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor-04 {
  background: rgb(81, 39.1153846154, 0);
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor-05 {
  background: rgb(30, 14.4871794872, 0);
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .label {
  color: #6A6C72;
  font-size: 16px;
  line-height: 1;
  padding: 5px 0 5px 35px;
}
.page-template-AnalysisCentral .ui-tooltip {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 1px solid #e6e6e6;
  max-width: 300px;
  color: #2A2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 0;
}
.page-template-AnalysisCentral .ui-tooltip h5 {
  color: #476da6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}
.page-template-AnalysisCentral .ui-tooltip ul {
  padding: 0;
  margin-bottom: 0;
}
.page-template-AnalysisCentral .ui-tooltip ul li {
  list-style: none;
  padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}
.page-template-AnalysisCentral .ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.page-template-AnalysisCentral .ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.page-template-AnalysisCentral .ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.page-template-AnalysisCentral .ui-tooltip .arrow.left {
  left: 20%;
}
.page-template-AnalysisCentral .ui-tooltip .arrow:after {
  content: "";
  background: white;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-template-AnalysisCentral .ui-helper-hidden-accessible {
  display: none;
}
.page-template-AnalysisCentral #data .evento-futuro h2,
.page-template-AnalysisCentral #data .evento-realizado h2 {
  color: #161616;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .page-template-AnalysisCentral #data .evento-futuro h2,
  .page-template-AnalysisCentral #data .evento-realizado h2 {
    font-size: 30px;
  }
}
.page-template-AnalysisCentral .container .container {
  padding: 0 !important;
}
.page-template-AnalysisCentral .wpContent .wpContent {
  padding: 0 !important;
}
.page-template-AnalysisCentral .historyTickerIdentification {
  display: block !important;
}

.AnalysisCentral {
  /**
   * Tooltip Styles
   */
  /* Add this attribute to the element that needs a tooltip */
  /* Hide the tooltip content by default */
  /* Position tooltip above the element */
  /* Triangle hack to make tooltip look like a speech bubble */
  /* Show tooltip content on hover */
  /**
   * Animation Styles
   */
}
.AnalysisCentral.initial {
  overflow-y: hidden;
}
.AnalysisCentral.initial .AnalysisCentral__tabs--content {
  display: block;
  opacity: 0;
}
.AnalysisCentral * {
  font-family: "Sora", sans-serif !important;
}
.AnalysisCentral__tabs {
  list-style: none;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #DEDFE4;
  overflow: hidden;
  width: 100%;
  overflow: auto;
  margin: 0;
  display: flex;
  margin-bottom: 64px;
}
.AnalysisCentral__tabs .item {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #161616;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-right: 1rem;
  white-space: nowrap;
  transition: 0.3s all;
  padding: 0.5rem 1rem 0 1rem;
}
.AnalysisCentral__tabs .item.active {
  color: #EA7100 !important;
}
.AnalysisCentral__tabs .item.active::after {
  background: #EA7100;
}
.AnalysisCentral__tabs .item::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 70px;
  height: 4px;
  background: transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.AnalysisCentral__tabs--content {
  display: none;
  transition: 1.2s;
}
.AnalysisCentral__tabs--content.active {
  display: block;
}
.AnalysisCentral .tearsheet > .row > div {
  margin-bottom: 50px;
}
.AnalysisCentral .tearsheet > .row > div > div {
  height: 100%;
}
.AnalysisCentral .tearsheet > .row > div > div table {
  margin: 0;
}
.AnalysisCentral .tearsheet > .row > div > div table th {
  text-transform: uppercase;
}
.AnalysisCentral .tearsheet .caixa-texto {
  position: relative;
}
.AnalysisCentral .tearsheet .caixa-texto:not(.normal) {
  padding: 30px 15px;
}
.AnalysisCentral .tearsheet .caixa-texto--imagem {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.AnalysisCentral .tearsheet .caixa-texto--imagem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.AnalysisCentral .tearsheet .caixa-texto__editor {
  position: relative;
  z-index: 2;
}
.AnalysisCentral .tearsheet .caixa-texto__editor > *:last-child {
  margin-bottom: 0;
}
.AnalysisCentral .tearsheet .caixa-cotacoes {
  padding: 30px 15px;
}
.AnalysisCentral .tearsheet .caixa-cotacoes * {
  padding: 0;
  background: transparent;
  color: #fff;
}
.AnalysisCentral .tearsheet .caixa-cotacoes h1,
.AnalysisCentral .tearsheet .caixa-cotacoes h2,
.AnalysisCentral .tearsheet .caixa-cotacoes h3,
.AnalysisCentral .tearsheet .caixa-cotacoes h4,
.AnalysisCentral .tearsheet .caixa-cotacoes h5,
.AnalysisCentral .tearsheet .caixa-cotacoes h6 {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table {
  margin: 0;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table thead tr th {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table thead tr th.price {
  font-size: 56px;
  line-height: 1;
  width: 64%;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table thead tr th.variation span {
  font-size: 30px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 5px 10px;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table tbody tr.market td.value, .AnalysisCentral .tearsheet .caixa-cotacoes table tbody tr.marketCap td.value {
  font-weight: 400;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table tbody tr td {
  padding: 10px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.AnalysisCentral .tearsheet .grafico-cotacoes .timelineChart {
  display: none;
}
.AnalysisCentral .tearsheet .grafico-cotacoes .btns {
  display: flex !important;
  overflow-x: auto !important;
}
@media (min-width: 1200px) {
  .AnalysisCentral .tearsheet .grafico-cotacoes .preco {
    font-size: 25px !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .variation {
    font-size: 15px !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .tbPrices__column {
    white-space: nowrap;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .tbPrices__column * {
    font-size: 11px !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .tbPrices__column .label {
    margin: 0 2px !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .btns {
    margin-left: 0 !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .btns .btn-change-chart-type,
  .AnalysisCentral .tearsheet .grafico-cotacoes .btns .btn-change-chart-period {
    font-size: 12px !important;
    padding: 6px !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .btns .btn-change-chart-type#chart-type-area,
  .AnalysisCentral .tearsheet .grafico-cotacoes .btns .btn-change-chart-period#chart-type-area {
    margin-right: 30px !important;
  }
}
.AnalysisCentral .tearsheet .grafico-barras .highcharts-title {
  font-size: 24px;
}
.AnalysisCentral .chart,
.AnalysisCentral .chart__home {
  position: relative;
}
.AnalysisCentral .highlight.ticker {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}
.AnalysisCentral .custom-arrow-default {
  width: 48px;
  height: 48px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAAD6ElEQVRoBe1YPWwTMRR+9t2lNLkgMSBgIukCghEGOpGOiLlILPxMCJiQYEJIkWCCgYWk6tSCkCitVNgYW3YYkWCBbiAYgPaSKrk7m/e5vZDQNEmTI1DpLDnx2e/ne5/t9y4hSlrCQMJAwkDCQMJAwkDCwH/KgNaC0HdlawbePN4VwbQD3G4uhmBkDDZaTRS1pM1Dk5+q3EY3ApjDWswtZoN83o8BvtD50s8LwtlzDx1jzG2sxXsnYg2gsEQWnRPhWLlyloSc1UGN0DE2c7xmZGLchdgCODGtneUJEeTK1VNah8+FMypIKZ9U6GOMOaxBBrJxxRBLAMeL71Jvrwg/X149IihclHuyGe2v14kMUAdjzGENMpCFThxBDJyjwSYA5UreQU76SzLtHlXrHoOnVoCCOAg3paree01iYuW6+yXSHSSQgXbgxPQbA/7Agy/MrlqUGQPe3wIeCDWlODAfMpCFDgKHjX8SQKGo7bdXTgIspTPpOelmx5ldPNsdANmQgSx0IAcbsNVBp+NSf0doXptsA8u50uqM5WYvKc8LOIFaPNXNpubdCKXr2qG3Nrtyfe9lg7DJpnnu8WPnRwjFiNMh7OfL3n0rw+ArnmLYsNUNPNQEZKEDXdjApLHZR6HbWQDFYkM+X/JuypHMLT4ScK+5N9Yw0aVBVkMXNmCrId/kozHXYdALYxvqeJdZYJDMfq7sXZR2alYrPjUqDBh9X2eYnQdaWraQNqmgfmnlmvuYcJQmiXeUK3cPrWfWCsu/qyynyxnmj1Co+gUPbEYXxY5tMd6ZRrWGrx5bTwFEVfbwo9VxTWrOVNbQ54wTR0XVjmZbwuZqTeEcfOykWnc9QlGxQQXl+7ckR9xDqmbS5UD5uw3BPt8HR9Uqn5mYiU/X9n6IfLeRbUx13IHIQK709SDv8Us5yuDrFVTZuMEDkKPq1Tp8wBd8bhS6zru8bQAR+ANPdEbI0UU2jFcEPq+69RWhwUUMA7ZtqjX7gk/47hZE+wA4E0ARkDLe2lN+hxnnvL1uIGoK+Pb9vc5O4As+4Rs+DRZkpzZt6x1AMSkKRZPzVn7izDN7nzsZrnEsErFuFW9jM4Ypzk9KkZV1KPjuLXxaenWeFs6F5hcdsDW1PxBxrkf25Zw2NuXd0Erd5YfvjBs/o2SL5qaRaAujtX6eI90IF2wgBP5gt3qfkPLOx6vuQ/MPh0H8u0b8UYB4FSHwLij68cJOjSz4SocjSsgqVSP7Q/lOU5pqllaOFFYQ1GzDvjDsmxCGAmIYTraPhi9NYT/vx+thwOjg4zTR8jc+FZsvkB0kk6WEgYSBhIGEgYSBhIGEgZ0y8AthKvi5qGC2rAAAAABJRU5ErkJggg==);
  transform: rotate(180deg);
}
.AnalysisCentral .arrow-custom-image,
.AnalysisCentral .custom-arrow-image {
  max-width: 20px;
}
.AnalysisCentral .custom-arrow-default.up {
  transform: none;
}
.AnalysisCentral .highlight.ticker .infos-wrapper {
  font-size: 12px;
}
.AnalysisCentral .highlight.ticker .pref {
  font-weight: 700;
  color: #000;
}
.AnalysisCentral .highlight.ticker .value {
  font-size: 30px;
  font-weight: 700;
  color: #004f9d;
}
.AnalysisCentral .variation.down {
  color: #8b0000;
}
.AnalysisCentral .infos-wrapper .ticker,
.AnalysisCentral .variation.up {
  color: green;
}
.AnalysisCentral .highlight .infos-wrapper > span {
  display: block;
}
.AnalysisCentral .chart .loading-content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  background: #fff;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s linear;
  visibility: visible;
  opacity: 1;
}
.AnalysisCentral .btns.hide.simple-chart,
.AnalysisCentral .chart :before,
.AnalysisCentral .tbPrices.simple-chart {
  display: none;
}
.AnalysisCentral .chart .loading-content.hide {
  visibility: hidden;
  opacity: 0;
}
.AnalysisCentral .chart .tbPrices {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  float: left;
  border-bottom: 5px solid #f5f5f5;
  font-family: "Inter", sans-serif;
}
.AnalysisCentral .chart .tbPrices li {
  margin: 0;
  padding: 0;
  float: left;
  width: 20%;
  list-style: none;
}
.AnalysisCentral .chart .tbPrices .tbPrices__title {
  padding: 10px;
  font-size: 18px;
  background: #EA7100;
  border-radius: 10px 10px 0px 0px;
  box-shadow: none;
  border: none;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #ffffff;
}
.AnalysisCentral .chart .tbPrices .tbPrices__column {
  font-size: 15px;
  font-weight: 100;
  color: #666;
  border-top: 1px dashed #eee;
  border-right: 1px dashed #eee;
  height: 102px;
}
.AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box.first {
  border-bottom: 1px dashed #eee;
}
.AnalysisCentral .chart .tbPrices .tbPrices__price {
  padding: 10px;
  border-left: 1px dashed #eee;
  background-color: #fafafa;
  height: 102px;
}
.AnalysisCentral .chart .tbPrices .tbPrices__column .label {
  text-transform: uppercase;
  height: 50px;
  display: inline-block;
  margin: 0 5px 0 15px;
  line-height: 50px;
}
.AnalysisCentral .chart .containerIndexes label,
.AnalysisCentral .table-footer {
  margin-right: 10px;
}
.AnalysisCentral .chart .tbPrices .tbPrices__column .value {
  font-size: 18px;
  font-weight: 700;
}
.AnalysisCentral .chart .tbPrices .tbPrices__column .line,
.AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column.first {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #eee;
}
.AnalysisCentral .chart .tbPrices .preco {
  width: 100%;
  border-left: none;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -2px;
  color: #666;
  display: block;
}
.AnalysisCentral .chart .tbPrices .preco span.variation {
  font-size: 26px;
  font-weight: 400;
  color: #999;
  letter-spacing: -1px;
}
.AnalysisCentral .chart .tbPrices .preco span.variation.down {
  color: #c00;
}
.AnalysisCentral .chart .tbPrices .preco span.variation.up {
  color: #2bda2b;
}
.AnalysisCentral .chart .tbPrices .preco span.variation.neutro {
  color: #e28c3b;
}
.AnalysisCentral .chart .tbPrices .maxima {
  color: #2bda2b;
}
.AnalysisCentral .chart .tbPrices .minima {
  color: #c00;
}
.AnalysisCentral .chart .tbPrices .abertura {
  color: #f1b70f;
}
.AnalysisCentral .chart .tbPrices .dateReference {
  float: right;
  font-size: 12px;
  margin-top: 3px;
}
.AnalysisCentral .chart .containerIndexes {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.AnalysisCentral .table-footer {
  margin-bottom: 15px;
}
.AnalysisCentral .table-footer::after {
  clear: both;
  content: "";
  display: block;
}
.AnalysisCentral .table-footer .footer {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  float: right;
  text-align: right;
  background: none;
  margin: 0;
  color: #848587;
}
.AnalysisCentral .historyTabularPrices *,
.AnalysisCentral .historyTickerIdentification {
  font-family: "Inter", sans-serif;
}
.AnalysisCentral .table-footer .footer .link a {
  text-decoration: none;
  color: #777;
}
.AnalysisCentral .table-footer .footer .link a:hover {
  color: #000;
}
.AnalysisCentral #texto .table-footer .footer a {
  color: #428bca;
  text-decoration: none;
}
.AnalysisCentral .btns {
  margin-left: 10px;
  margin-top: 20px;
}
.AnalysisCentral .btn-change-chart-period,
.AnalysisCentral .btn-change-chart-type {
  color: #000;
  background: #ffffff;
  border: 1.5px solid #EA7100;
  border-radius: 8px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-right: 10px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  color: #EA7100;
}
.AnalysisCentral .btn-change-chart-period.active,
.AnalysisCentral .btn-change-chart-type.active {
  background: #EA7100;
  color: #fff;
}
.AnalysisCentral .btn-change-chart-period:hover,
.AnalysisCentral .btn-change-chart-type:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.AnalysisCentral .highcharts-axis-labels text,
.AnalysisCentral .highcharts-axis-labels tspan {
  fill: #aaa;
  font-size: 10px;
}
@media (max-width: 1023px) {
  .AnalysisCentral .chart .tbPrices .tbPrices__price {
    width: 30%;
    height: 204px;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column {
    width: 70%;
    height: 51px;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box {
    float: left;
    width: 50%;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box.first {
    border-right: 1px dashed #eee;
    border-bottom: 0;
  }
}
@media (max-width: 992px) {
  .AnalysisCentral .chart .tbPrices .tbPrices__column {
    width: 100%;
    background: #F5F6FA;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box.first {
    border: none !important;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .label {
    margin-left: 0;
    display: block;
    margin-bottom: 0;
    height: unset;
    line-height: 2;
  }
}
@media (max-width: 639px) {
  .AnalysisCentral .chart .tbPrices .tbPrices__price {
    width: 100%;
    height: 102px;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column {
    width: 100%;
    border-left: 1px dashed #eee;
    text-align: center;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .label {
    margin-left: 0;
  }
}
@media (max-width: 439px) {
  .AnalysisCentral .chart .tbPrices .tbPrices__column {
    width: 100%;
    height: 102px;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column:nth-child(even) {
    border-left: 1px dashed #eee;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box {
    width: 100%;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box.first {
    border-right: 0;
    border-bottom: 1px dashed #eee;
  }
}
.AnalysisCentral .stockinfo {
  margin: 0;
}
.AnalysisCentral .mziq-quotations {
  overflow: auto;
  width: 100%;
}
.AnalysisCentral .mziq-quotations .scroll {
  min-width: 930px;
}
.AnalysisCentral #historyForm {
  margin-right: 10px;
  margin-left: 10px;
}
.AnalysisCentral .historyTabularPrices * {
  text-decoration: none;
}
.AnalysisCentral .historyTickerIdentification {
  padding: 10px;
  font-size: 18px;
  background: #EA7100;
  border-radius: 10px 10px 0px 0px;
  box-shadow: none;
  border: none;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #ffffff;
}
.AnalysisCentral .historyTabularPrices .loading {
  text-align: center;
}
.AnalysisCentral .historyTabularPrices .scroll {
  float: left;
  overflow: auto;
  width: 100%;
}
.AnalysisCentral .historyTabularPrices .form-inline {
  float: left;
  margin: 20px 0;
  width: 100%;
  margin-bottom: 2.5rem;
}
.AnalysisCentral .historyTabularPrices .form-inline div {
  float: left;
}
.AnalysisCentral .historyTabularPrices .form-inline div.first {
  margin-right: 30px;
}
.AnalysisCentral .historyTabularPrices .form-inline div input,
.AnalysisCentral .historyTabularPrices .form-inline div label {
  color: #666;
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
  width: auto;
}
.AnalysisCentral .historyTabularPrices label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
}
.AnalysisCentral .historyTabularPrices .form-control {
  display: block;
  width: 100%;
  max-width: 105px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.AnalysisCentral .historyTabularPrices .form-inline div label.info {
  font-size: 11px;
  float: right;
  margin-left: 10px;
}
.AnalysisCentral .historyTabularPrices .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
}
.AnalysisCentral .legend {
  width: 100%;
  color: #999;
  margin: 2px;
  font-family: "Inter", sans-serif;
  border-bottom: none;
  font-size: 11px;
}
.AnalysisCentral .item .symbol {
  font-weight: 700;
  margin-left: 5px;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #EA7100;
  border-radius: 4px;
  color: #fff;
  background-color: #EA7100;
  text-decoration: none;
  width: auto;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-export {
  float: right;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-export:hover {
  background-color: #EA7100;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-close {
  display: none;
  background-color: #d9534f;
  border-color: #d43f3a;
  float: left;
  width: auto;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-close:hover {
  background-color: #d43f3a;
}
.AnalysisCentral .historyTabularPrices .fa-close:before {
  content: "\f00d";
  font: 100 17px/1 FontAwesome;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-default {
  background-color: #EA7100;
  border: 1px solid #EA7100;
  border-radius: 3px;
  color: #fff;
  float: left;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-default:hover {
  background-color: #EA7100;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn:disabled {
  background-color: #dedede;
  border-color: #b7b7b7;
  color: #666;
  pointer-events: none;
}
.AnalysisCentral .historyTabularPrices .up {
  color: green;
  text-indent: 4px;
}
.AnalysisCentral .variation .icon.up:after {
  content: "▲";
  display: inline-block;
  font-size: 10px;
}
.AnalysisCentral .variation .icon.down:after {
  content: "▼";
  display: inline-block;
  font-size: 10px;
}
.AnalysisCentral .historyTabularPrices .down {
  color: brown;
}
.AnalysisCentral .historyTabularPrices .footer {
  width: 100%;
  margin: 10px 0;
  border-bottom: none;
  float: left;
  text-align: right;
  color: #666;
  font-size: 10px;
}
.AnalysisCentral .table__history .fonte {
  width: 100%;
  font-size: 12px;
  color: #999;
  font-style: italic;
  float: right;
  border-bottom: none;
}
.AnalysisCentral table#stockinfo-live-table {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  display: table;
  color: #333;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  border-spacing: 2px;
}
.AnalysisCentral table#stockinfo-live-table td,
.AnalysisCentral table#stockinfo-live-table th {
  padding: 4px;
  background: 0 0;
  border-bottom: 1px solid #ddd;
  transition: all 0.2s ease-out;
  font-size: 11px;
}
.AnalysisCentral table#stockinfo-live-table th {
  background: #e3e5e9;
  text-transform: uppercase;
}
.AnalysisCentral table#stockinfo-live-table tr td {
  padding: 5px 4px;
}
.AnalysisCentral table#stockinfo-live-table tr:hover {
  background: #f2f2ef;
}
.AnalysisCentral table#stockinfo-live-table tr td.up {
  color: #006400;
}
.AnalysisCentral table#stockinfo-live-table tr td.down {
  color: #8b0000;
}
.AnalysisCentral table#stockinfo-live-table tr.footer td {
  padding: 15px 0 0 5px;
  border-bottom: none;
  font-size: 10px;
  color: #999;
}
.AnalysisCentral table#stockinfo-live-table tr.footer td:hover {
  background: #fff;
}
.AnalysisCentral table#stockinfo-live-table tr.footer td a {
  text-decoration: none;
  color: #777;
}
.AnalysisCentral table#stockinfo-live-table tr.footer td a:hover {
  color: #000;
}
.AnalysisCentral .page-template-mziq-stockinfo h2 {
  color: #161616;
}
.AnalysisCentral .fundamentos {
  width: 100%;
  min-height: 839px;
}
.AnalysisCentral .fundamentos__filtros {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .AnalysisCentral .fundamentos__filtros {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.AnalysisCentral .fundamentos__filtros__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1rem 0;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__buttons {
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.AnalysisCentral .fundamentos__filtros__buttons button[data-table=balanco] {
  margin-left: 0 !important;
}
.AnalysisCentral .fundamentos__filtros__buttons button + button {
  margin: 1rem 0 0 0;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__buttons button + button {
    margin: 0 0 0 1rem;
  }
}
.AnalysisCentral .fundamentos__filtros__expand {
  margin: 0 auto;
}
.AnalysisCentral .fundamentos__filtros button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none;
  font-weight: normal;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px 16px;
  background: #EA7100;
  color: white;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros button + button {
    margin-left: 16px;
  }
}
.AnalysisCentral .fundamentos__filtros button.fundamentos__filtros__expand, .AnalysisCentral .fundamentos__filtros button.fundamentoExportTable {
  display: none;
}
.AnalysisCentral .fundamentos__filtros button.active {
  background: rgb(183, 88.3717948718, 0);
}
.AnalysisCentral .fundamentos__filtros__checkbox {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__checkbox {
    margin: 0 0 0 2rem;
  }
}
.AnalysisCentral .fundamentos__filtros__checkbox__item {
  margin: 8px 15px;
}
.AnalysisCentral .fundamentos__filtros__checkbox--label {
  display: flex;
  position: relative;
  cursor: pointer;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #6A6C72;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox {
  margin: 0 10px 0 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 2px solid #B6B7BB;
  border-radius: 4px;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #161616;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
  top: 0;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: white;
  cursor: pointer;
}
.AnalysisCentral .fundamentos__filtros__select {
  margin: 1rem auto;
  padding: 9px 12px;
  border: 1.5px solid #EA7100;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  /* or 22px */
  color: #EA7100;
  background: #fff;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__select {
    margin: 0 0 0 3.5rem;
  }
}
.AnalysisCentral .fundamentos__filtros__select:focus {
  box-shadow: none;
}
.AnalysisCentral .fundamentos img {
  max-width: 50px;
}
.AnalysisCentral .fundamentos table {
  position: relative;
  border-collapse: collapse;
  margin: 0;
}
.AnalysisCentral .fundamentos table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-width: 110px;
  padding: 0.5em;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: right;
  border-bottom: none;
  background: #161616;
}
.AnalysisCentral .fundamentos table thead th:first-child {
  left: 0;
  z-index: 1;
}
.AnalysisCentral .fundamentos table thead th:last-child {
  display: none !important;
}
.AnalysisCentral .fundamentos table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #fff;
  text-align: left;
  min-width: 345px;
  width: 345px;
  padding: 0.5em;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #161616;
  cursor: default;
  border-bottom: 1px solid transparent;
}
@media (max-width: 992px) {
  .AnalysisCentral .fundamentos table tbody th {
    min-width: 280px;
    width: 280px;
  }
}
.AnalysisCentral .fundamentos table tbody th.thead {
  padding-left: 40px;
}
.AnalysisCentral .fundamentos table tbody th.thead--arrow div:not(.d-flex) {
  cursor: pointer;
}
.AnalysisCentral .fundamentos table tbody th.thead--arrow div:not(.d-flex):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.72 6.752H6.824V11.912H5.084V6.752H0.212V5.132H5.084V0.0079999H6.824V5.132H11.72V6.752Z' fill='%23161616'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
.AnalysisCentral .fundamentos table tbody th.thead--arrow div:not(.d-flex).active:before {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='3' viewBox='0 0 7 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.9H6.428V2.712H0.5V0.9Z' fill='%23161616'/%3E%3C/svg%3E%0A");
}
.AnalysisCentral .fundamentos table tbody th.thead--chart {
  padding-left: 20px;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart img:first-child:not(.info) {
  width: unset;
  margin-right: 8px;
  cursor: pointer;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart img.info {
  margin-left: 8px;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart div:not(.d-flex) {
  position: relative;
  width: 15px;
  margin-right: 8px;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart div:not(.d-flex):before {
  left: 0;
}
.AnalysisCentral .fundamentos table tbody th.thead img {
  width: 12px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(500%) contrast(103%);
}
.AnalysisCentral .fundamentos table tbody th.thead[level="1"] {
  padding-left: 40px;
}
.AnalysisCentral .fundamentos table tbody th.thead[level="2"] {
  padding-left: 60px;
}
.AnalysisCentral .fundamentos table tbody th.thead[level="2"] div:before {
  left: 40px;
}
.AnalysisCentral .fundamentos table tbody td {
  background: white;
  text-align: right;
  padding: 0.5em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
  color: #6A6C72;
  border-top: 1px solid rgba(230, 232, 235, 0.7);
  border-bottom: 1px solid rgba(230, 232, 235, 0.7);
}
.AnalysisCentral .fundamentos table tbody td.lineTitle {
  background: white !important;
}
.AnalysisCentral .fundamentos table tbody td:last-child {
  display: none !important;
}
.AnalysisCentral .fundamentos table tbody tr:first-child:hover th {
  z-index: 999;
}
.AnalysisCentral .fundamentos table tbody tr:first-child [data-tooltip]:before {
  top: 100% !important;
  bottom: unset !important;
}
.AnalysisCentral .fundamentos table tbody tr:first-child [data-tooltip]:after {
  top: 90% !important;
  left: 20% !important;
  bottom: unset !important;
  transform: rotate(180deg);
}
.AnalysisCentral .fundamentos table tbody tr:hover td {
  background: #f2f2f2;
}
.AnalysisCentral .fundamentos__modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.AnalysisCentral .fundamentos__modal.active {
  display: flex;
}
.AnalysisCentral .fundamentos__modal:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.AnalysisCentral .fundamentos__modal__close {
  cursor: pointer;
  color: #161616;
  font-size: 20px;
  position: absolute;
  right: 1rem;
  top: 10px;
  transition: 0.3s all;
}
.AnalysisCentral .fundamentos__modal__close:hover {
  opacity: 0.7;
}
.AnalysisCentral .fundamentos__modal__content {
  background-color: rgb(255, 255, 255);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  max-height: 90vh;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: auto;
}
@media (max-width: 992px) {
  .AnalysisCentral .fundamentos__modal__content .fundamentos__filtrosContainer {
    display: none;
  }
}
.AnalysisCentral .fundamentos__modal__content__filtros {
  margin-bottom: 4rem;
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons {
  display: flex;
  flex-wrap: nowrap;
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons button {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 4px;
  border: none;
  color: #6A6C72;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons button + button {
  margin-left: 1.5rem;
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons button.active {
  background: #161616;
  color: white;
}
.AnalysisCentral .fundamentos__modal__content__filtros select {
  background: white;
  border: 1.5px solid rgba(105, 90, 255, 0.25);
  border-radius: 4px;
  padding: 9px 12px;
  color: #6A6C72;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 1.5rem;
}
.AnalysisCentral .fundamentos__modal__content__filtros select:focus {
  box-shadow: none;
}
.AnalysisCentral .fundamentos__modal__content .fundamentos {
  min-height: unset;
}
.AnalysisCentral .fundamentos__modal__content .fundamentos__filtros__expand {
  display: none !important;
}
.AnalysisCentral .fundamentos__modal__content .overflow {
  overflow-y: scroll;
}
.AnalysisCentral .fundamentos__modal#chartBalanco .AnalysisCentral .fundamentos__modal#chartBalanco, .AnalysisCentral .fundamentos__modal#chartBalanco .AnalysisCentral .fundamentos__modal#chartResultado, .AnalysisCentral .fundamentos__modal#chartBalanco .AnalysisCentral .fundamentos__modal#chartFluxo this__content, .AnalysisCentral .fundamentos__modal#chartResultado .AnalysisCentral .fundamentos__modal#chartBalanco, .AnalysisCentral .fundamentos__modal#chartResultado .AnalysisCentral .fundamentos__modal#chartResultado, .AnalysisCentral .fundamentos__modal#chartResultado .AnalysisCentral .fundamentos__modal#chartFluxo this__content, .AnalysisCentral .fundamentos__modal#chartFluxo .AnalysisCentral .fundamentos__modal#chartBalanco, .AnalysisCentral .fundamentos__modal#chartFluxo .AnalysisCentral .fundamentos__modal#chartResultado, .AnalysisCentral .fundamentos__modal#chartFluxo .AnalysisCentral .fundamentos__modal#chartFluxo this__content {
  justify-content: center;
}
.AnalysisCentral .fundamentos__loading {
  width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition-duration: 377ms;
}
.AnalysisCentral .fundamentos__loading.active {
  opacity: 1;
  max-height: none;
  overflow: auto;
}
.AnalysisCentral .fundamentos__loading.active ~ div:not(.mobileLandscapeAlert) {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.AnalysisCentral .fundamentos__loading div {
  margin: 25px auto;
  border: 5px solid rgba(114, 114, 114, 0.2);
  border-top: 5px solid #161616;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@media (max-width: 768px) and (orientation: portrait) {
  .AnalysisCentral .fundamentos__loading:not(.active) + .mobileLandscapeAlert {
    opacity: 1;
    max-height: none;
  }
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 256px;
  padding: 12px 16px;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
  transition-duration: 377ms;
  border-radius: 1rem;
  background-color: rgba(22, 22, 22, 0.1);
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert .text {
  display: block;
  color: #6A6C72;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert .phoneDemonstration {
  display: block;
  width: 128px;
  height: 128px;
  background: no-repeat center;
  background-image: url("partials/AnalysisCentral/img/phoneIcon.svg");
  filter: saturate(0) brightness(0);
  animation-name: toLandscape;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes toLandscape {
  0% {
    filter: saturate(0) brightness(0);
    transform: rotate(0);
  }
  50% {
    filter: saturate(1) brightness(1);
    transform: rotate(-90deg);
  }
  65% {
    filter: saturate(1) brightness(1);
    transform: rotate(-90deg);
  }
  80% {
    filter: saturate(0) brightness(0);
    transform: rotate(0);
  }
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert ~ div {
  transition-duration: 377ms;
}
@media (max-width: 768px) and (orientation: portrait) {
  .AnalysisCentral .fundamentos .mobileLandscapeAlert ~ div {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}
.AnalysisCentral [data-tooltip] {
  position: relative;
  z-index: 2;
}
.AnalysisCentral [data-tooltip]:before,
.AnalysisCentral [data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.AnalysisCentral [data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 100%;
  min-width: 350px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  color: #6A6C72;
  content: attr(data-tooltip);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
}
.AnalysisCentral [data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.AnalysisCentral [data-tooltip]:hover:before,
.AnalysisCentral [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.AnalysisCentral .stockWithEvents__sectionTitle {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.AnalysisCentral .stockWithEvents__eventsFilter {
  margin-bottom: 1.5rem;
}
.AnalysisCentral .stockWithEvents__eventsFilter li.title {
  margin-right: 1rem;
}
.AnalysisCentral .stockWithEvents__eventsFilter li:not(.title) {
  position: relative;
  padding-left: 25px;
  margin-right: 1rem;
  cursor: pointer;
}
.AnalysisCentral .stockWithEvents__eventsFilter li:not(.title):before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #EA7100;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.AnalysisCentral .stockWithEvents__eventsFilter li:not(.title).active:before {
  background: #EA7100;
}
.AnalysisCentral .stockWithEvents .btns {
  margin-left: 0;
  margin-bottom: 5px;
  display: flex;
  overflow-x: auto;
}
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-type,
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-period {
  background-color: white;
  border: 1px solid #161616;
  margin-bottom: 10px;
  transition: 0.3s all;
  height: 34px;
  padding: 0 12px;
  display: block;
}
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-type.active,
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-period.active {
  background-color: #161616 !important;
}
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-type:hover,
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-period:hover {
  opacity: 0.7;
}
.AnalysisCentral .stockWithEvents__credits {
  display: block;
  text-align: right;
  font-size: 10px;
  color: #848587;
}
.AnalysisCentral .stockWithEvents__credits a {
  text-decoration: none;
  font-size: 10px;
  color: #777;
}
.AnalysisCentral .highcharts-a11y-proxy-group-legend ul li:before {
  display: none !important;
}
.AnalysisCentral .dividendos form {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
  gap: 15px;
}
@media (min-width: 1200px) {
  .AnalysisCentral .dividendos form {
    flex-direction: row;
    align-items: flex-end;
    gap: 32px;
  }
}
.AnalysisCentral .dividendos form fieldset {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
}
.AnalysisCentral .dividendos form fieldset strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #EA7100;
  display: block;
  margin-bottom: 14px;
}
.AnalysisCentral .dividendos form fieldset label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6A6C72;
  display: block;
  margin-bottom: 4px;
}
.AnalysisCentral .dividendos form fieldset input {
  background: #F5F6FA;
  border-radius: 8px;
  height: 48px;
  border: none;
  width: 100%;
  padding: 8px;
  color: #6A6C72;
}
.AnalysisCentral .dividendos form fieldset .btn {
  width: 145px;
}
@media (max-width: 1199px) {
  .AnalysisCentral .dividendos form fieldset .btn {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .AnalysisCentral .dividendos form fieldset .btn {
    margin-left: auto;
  }
}
.AnalysisCentral .dividendos table {
  margin: 0;
}
.AnalysisCentral .dividendos table thead tr th {
  padding: 20px 10px;
  background-color: transparent;
  border-bottom: 1px solid #DEDFE4;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #77787B;
  text-align: center;
}
.AnalysisCentral .dividendos table thead tr th:first-child {
  text-align: left;
}
.AnalysisCentral .dividendos table tr td {
  text-align: center;
}
.AnalysisCentral .dividendos table tr td:first-child {
  text-align: left;
}
.AnalysisCentral .dividendos .disclamer {
  margin-top: 32px;
}
.AnalysisCentral .derivativos,
.AnalysisCentral .derivativos p,
.AnalysisCentral .derivativos a,
.AnalysisCentral .derivativos input,
.AnalysisCentral .derivativos button,
.AnalysisCentral .derivativos li,
.AnalysisCentral .derivativos span,
.AnalysisCentral .derivativos strong {
  color: rgb(107, 116, 136);
}
.AnalysisCentral .derivativos main {
  padding-bottom: 100px;
}
.AnalysisCentral .derivativos section {
  padding-top: 50px;
}
.AnalysisCentral .derivativos section:first-child {
  padding-top: 0;
}
.AnalysisCentral .derivativos h3 {
  font-size: 22px;
  color: rgb(42, 55, 73);
  font-weight: 500;
  padding: 15px 0;
}
.AnalysisCentral .derivativos strong {
  color: rgb(42, 55, 73);
  font-weight: 500;
}
.AnalysisCentral .derivativos strong.up {
  color: rgb(25, 206, 176);
}
.AnalysisCentral .derivativos strong.down {
  color: rgb(233, 43, 70);
}
.AnalysisCentral .derivativos p,
.AnalysisCentral .derivativos li {
  color: rgb(107, 116, 136);
}
.AnalysisCentral .derivativos ul {
  display: flex;
  justify-content: between;
  align-items: center;
  list-style: none;
}
.AnalysisCentral .derivativos .chartFooter > * {
  flex: 1;
}
.AnalysisCentral .derivativos .chartFooter__buttons button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: rgb(107, 116, 136);
  width: 41px;
  height: 28px;
  border-radius: 8px;
  transition: 0.3s all;
}
.AnalysisCentral .derivativos .chartFooter__buttons button + button {
  margin-left: 2rem;
}
.AnalysisCentral .derivativos .chartFooter__buttons button:hover, .AnalysisCentral .derivativos .chartFooter__buttons button.active {
  background: rgba(147, 165, 198, 0.1);
}
.AnalysisCentral .derivativos .chartFooter__legend span {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.AnalysisCentral .derivativos .chartFooter__legend span + span {
  margin-left: 2rem;
}
.AnalysisCentral .derivativos .chartFooter__legend span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2a3749;
}
.AnalysisCentral .derivativos .chartFooter__legend span.red:before {
  background: #e94f2b;
}
.AnalysisCentral .derivativos .chartFooter__legend span.orange:before {
  background: #ff952d;
}
.AnalysisCentral .simulador-de-investimentos {
  /* generated by https://loading.io/ */
}
.AnalysisCentral .simulador-de-investimentos .align-center {
  position: absolute;
  width: 100%;
  left: 0;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  transition: 0.8s;
}
.AnalysisCentral .simulador-de-investimentos .align-center.active {
  z-index: 1;
  opacity: 1;
}
.AnalysisCentral .simulador-de-investimentos .align-center .loadingio-spinner-rolling-uyhlm100csa {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.AnalysisCentral .simulador-de-investimentos .align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}
.AnalysisCentral .simulador-de-investimentos .align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p div {
  box-sizing: content-box;
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #EA7100;
  border-top-color: transparent;
  border-radius: 50%;
  animation: ldio-swb3o00p8p 1s linear infinite;
  top: 100px;
  left: 100px;
}
@keyframes ldio-swb3o00p8p {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset {
  border: none;
  margin-bottom: 10px;
}
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset input[type=text],
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset input[type=date],
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset input[type=number],
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset select {
  background-color: #fdfdfd;
  background-repeat: no-repeat;
  padding: 8px;
  margin: 5px 0;
  border: 0;
  color: #666666;
  font-size: 14px;
  box-shadow: 1px 1px 1px #9e9e9e;
}
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset input[type=radio] {
  all: unset;
  border: 2px solid #EA7100;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset input[type=radio]:checked {
  background-color: white;
  border: 4px solid #EA7100;
  width: 6px;
  height: 6px;
}
.AnalysisCentral .simulador-de-investimentos .opcoes button {
  all: unset;
  cursor: pointer;
  width: 125px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  opacity: 0.8;
  transition: 0.8s;
  background-color: #fff !important;
  border: 1px solid #EA7100 !important;
  color: #EA7100 !important;
  font-size: 16px;
}
.AnalysisCentral .simulador-de-investimentos .opcoes button:hover {
  background-color: #EA7100 !important;
  color: white !important;
  opacity: 1 !important;
}
.AnalysisCentral .simulador-de-investimentos .opcoes button:hover {
  opacity: 1;
}
.AnalysisCentral .simulador-de-investimentos .opcoes button:disabled {
  background-color: #666666;
}
.AnalysisCentral .simulador-de-investimentos .table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 4px 4px;
}
.AnalysisCentral .simulador-de-investimentos .table table thead tr th {
  padding: 12px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold !important;
  line-height: 150%;
  border-bottom: 4px solid #EA7100;
  background-color: #EA7100 !important;
}
.AnalysisCentral .simulador-de-investimentos .table table thead tr th:not(:first-child) {
  text-align: center;
}
.AnalysisCentral .simulador-de-investimentos .table table tbody tr td {
  padding: 10px 15px;
  color: #262626;
  line-height: 150%;
  border-bottom: 1px solid #e5e5e5;
  background: white;
}
.AnalysisCentral .simulador-de-investimentos .table table tbody tr td:not(:first-child) {
  text-align: center;
}
.AnalysisCentral .datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.AnalysisCentral .datepicker .nav-event {
  position: absolute;
  top: 1rem;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.AnalysisCentral .datepicker .nav-event.next {
  right: 15px;
}
@media (max-width: 992px) {
  .AnalysisCentral .datepicker .nav-event.next {
    right: 1.5rem;
  }
}
.AnalysisCentral .datepicker .nav-event.prev {
  left: -15px;
}
@media (max-width: 992px) {
  .AnalysisCentral .datepicker .nav-event.prev {
    left: 1.5rem;
  }
}
.AnalysisCentral .datepicker .nav-event:hover {
  opacity: 0.8;
}
.AnalysisCentral .datepicker .ui-datepicker-group {
  display: table-cell;
  width: calc(33% - 30px);
  padding: 0 12px 0;
  vertical-align: top;
  border: 1px solid #DEDFE4;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .AnalysisCentral .datepicker .ui-datepicker-group {
    width: 50%;
  }
  .AnalysisCentral .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .AnalysisCentral .datepicker .ui-datepicker-group {
    width: 100%;
  }
  .AnalysisCentral .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.AnalysisCentral .datepicker .ui-datepicker-header {
  width: 100%;
}
.AnalysisCentral .datepicker .ui-datepicker-header .AnalysisCentral .datepicker .ui-datepicker-prev span, .AnalysisCentral .datepicker .ui-datepicker-header .AnalysisCentral .datepicker .ui-datepicker-next span {
  display: none;
}
.AnalysisCentral .datepicker .ui-datepicker-title {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #161616;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.AnalysisCentral .datepicker .ui-datepicker-inline {
  width: 95% !important;
  display: flex !important;
  justify-content: space-between;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar {
  min-height: 265px;
  margin: 0 !important;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar th {
  background: transparent;
  border: none;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 12;
  line-height: 150%;
  text-align: center;
  color: #161616;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar tr td {
  background: white;
  padding: 5px;
  text-align: center;
  width: 14.3%;
  border-bottom: none;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar tr td span {
  display: block;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 12;
  line-height: 150%;
  text-align: center;
  color: #161616;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event span {
  color: white;
  width: 32px;
  height: 32px;
  padding-top: 6px;
  margin: 0 auto;
  background-color: #D32E2A;
  border-radius: 50%;
  transition: 0.3s all;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event span:hover {
  background: #6a6c72;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #EA7100;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #07605B;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #EA7100;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #6A6C72;
}
.AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #D32E2A;
}
.AnalysisCentral .datepicker .ui-datepicker-prev, .AnalysisCentral .datepicker .ui-datepicker-next {
  display: none;
}
.AnalysisCentral .ui-tooltip h5 {
  color: #161616 !important;
  font-weight: 500 !important;
  font-family: "Sora", sans-serif !important;
}
.AnalysisCentral .ui-tooltip ul {
  margin-top: 0 !important;
}
.AnalysisCentral #legenda_eventos {
  width: 100%;
  margin: 2.5rem auto 4rem;
}
.AnalysisCentral #legenda_eventos .legenda_texto {
  margin-bottom: 10px;
}
.AnalysisCentral #legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
.AnalysisCentral #legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.AnalysisCentral #legenda_eventos .legenda_item .cor-01 {
  background: #EA7100;
}
.AnalysisCentral #legenda_eventos .legenda_item .cor-02 {
  background: #07605B;
}
.AnalysisCentral #legenda_eventos .legenda_item .cor-03 {
  background: #EA7100;
}
.AnalysisCentral #legenda_eventos .legenda_item .cor-04 {
  background: #6A6C72;
}
.AnalysisCentral #legenda_eventos .legenda_item .cor-05 {
  background: #D32E2A;
}
.AnalysisCentral #legenda_eventos .legenda_item .label {
  color: #6A6C72;
  padding: 5px 0 5px 25px;
}
.AnalysisCentral .ui-tooltip {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 1px solid #e6e6e6;
  max-width: 300px;
  color: #2a2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 0;
}
.AnalysisCentral .ui-tooltip h5 {
  color: #476da6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}
.AnalysisCentral .ui-tooltip ul {
  padding: 0;
  margin-bottom: 0;
}
.AnalysisCentral .ui-tooltip ul li {
  list-style: none;
  padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}
.AnalysisCentral .ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.AnalysisCentral .ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.AnalysisCentral .ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.AnalysisCentral .ui-tooltip .arrow.left {
  left: 20%;
}
.AnalysisCentral .ui-tooltip .arrow:after {
  content: "";
  background: white;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.AnalysisCentral .ui-helper-hidden-accessible {
  display: none;
}
.AnalysisCentral .evento-realizado h2,
.AnalysisCentral .evento-futuro h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #161616;
}
.AnalysisCentral .evento-realizado table th,
.AnalysisCentral .evento-futuro table th {
  background: transparent !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 150% !important;
  color: #77787B !important;
  padding: 1.5rem 1rem !important;
}
.AnalysisCentral .evento-realizado {
  margin-top: 4rem;
}
.AnalysisCentral .evento-realizado .forms.select {
  justify-content: flex-end !important;
}