.template-front-index-ipca .top-indices .title {
  text-align: center;
}
.template-front-index-ipca .top-indices .toolbar {
  margin-bottom: 30px;
  display: inline-block;
  float: right;
}
.template-front-index-ipca .top-indices .toolbar .category {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.template-front-index-ipca .top-indices .toolbar .category > span {
  margin-right: 20px;
}
.template-front-index-ipca .top-indices h1 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 20px;
  display: none;
}
.template-front-index-ipca .top-indices h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.template-front-index-ipca .top-indices .indices-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .template-front-index-ipca .top-indices .indices-grid {
    grid-template-columns: 1fr;
  }
}
.template-front-index-ipca .top-indices .indices-grid .index-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  text-decoration: none;
  color: unset;
}
.template-front-index-ipca .top-indices .indices-grid .index-card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}
.template-front-index-ipca .top-indices .indices-grid .index-card .header .image {
  flex: 1;
}
.template-front-index-ipca .top-indices .indices-grid .index-card .header .image i {
  display: block;
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
}
.template-front-index-ipca .top-indices .indices-grid .index-card .header .description {
  flex: 3;
  text-align: left;
}
@media (max-width: 767px) {
  .template-front-index-ipca .top-indices .indices-grid .index-card .header .description {
    flex: 5;
  }
}
.template-front-index-ipca .top-indices .indices-grid .index-card .header .description h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  padding: 0;
  line-height: 1;
}
.template-front-index-ipca .top-indices .indices-grid .index-card .header .description p {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.template-front-index-ipca .top-indices .indices-grid .index-card .body {
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
.template-front-index-ipca .top-indices .indices-grid .index-card .body p {
  display: flex;
  align-items: center;
}
.template-front-index-ipca .top-indices .indices-grid .index-card .body p img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.template-front-index-ipca .top-indices .indices-grid .index-card .body strong {
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}
.template-front-index-ipca .top-indices .indices-grid .index-card:hover {
  box-shadow: 1px 1px 5px rgba(111, 111, 111, 0.68);
  opacity: 0.9;
}
.template-front-index-ipca .questions {
  font-family: Nunito, sans-serif;
}
.template-front-index-ipca .questions .box {
  padding: 30px;
}
.template-front-index-ipca .questions .box.especial {
  padding: 0 0 20px;
}
.template-front-index-ipca .questions .box .displayed-graph {
  margin: 20px 0;
}
.template-front-index-ipca .questions .section-sectors .container > .box:first-child {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.template-front-index-ipca .questions .section-sectors .container #compare-index-section {
  margin: 0;
  border-top: none;
  border-radius: 0;
}
.template-front-index-ipca .questions .section-sectors .container #inflation-chart-section {
  margin-top: 0;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.template-front-index-ipca .questions .section-sectors .container #compare-index-section header .icon,
.template-front-index-ipca .questions .section-sectors .container #inflation-chart-section header .icon {
  border-radius: 0;
}
.template-front-index-ipca .questions .title {
  font-size: calc(100% + 6px);
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.1;
}
.template-front-index-ipca .questions .title + .description {
  margin-bottom: 20px;
}
.template-front-index-ipca .questions .title a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.2s linear;
  color: #a38c65;
}
.template-front-index-ipca .questions .ipca-article-section {
  margin-bottom: 40px;
}
.template-front-index-ipca .questions .ipca-article-section:last-child {
  margin-bottom: 0;
}
.template-front-index-ipca .questions .ipca-article-section header {
  margin-bottom: 10px;
}
.template-front-index-ipca .questions .description {
  font-size: calc(100% + 2px);
  line-height: 1.5;
  margin-block-end: 0;
  margin-block-start: 0;
  word-break: break-word;
  font-weight: 400;
  color: #222;
  font-family: Nunito, sans-serif;
  font-style: normal;
}
.template-front-index-ipca .questions .description p {
  margin-top: 0;
  margin-bottom: 1em;
}
.template-front-index-ipca .questions .description p:last-child {
  margin-bottom: 0;
}
.template-front-index-ipca .questions .description ul.ipca-article-list {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1em;
}
.template-front-index-ipca .questions .description ul.ipca-article-list:last-child {
  margin-bottom: 0;
}
.template-front-index-ipca .questions .description ul.ipca-article-list li {
  margin-top: 10px;
}
.template-front-index-ipca .questions .description ul.ipca-article-list li:first-child {
  margin-top: 0;
}
.template-front-index-ipca .questions .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.template-front-index-ipca .questions .table th,
.template-front-index-ipca .questions .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.template-front-index-ipca .questions .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.template-front-index-ipca .questions .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.template-front-index-ipca .questions .table.table-bordered {
  border: 1px solid #dee2e6;
}
.template-front-index-ipca .questions .table.table-bordered th,
.template-front-index-ipca .questions .table.table-bordered td {
  border: 1px solid #dee2e6;
}
.template-front-index-ipca .questions .table.table-bordered thead th,
.template-front-index-ipca .questions .table.table-bordered thead td {
  border-bottom-width: 2px;
}
.template-front-index-ipca .questions .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.template-front-index-ipca .questions .table-responsive-md {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.template-front-index-ipca .questions .table-responsive-md > .table-bordered {
  border: 0;
}
.template-front-index-ipca .questions .label-mobile {
  display: none;
  align-items: center;
  text-align: center;
  font-size: calc(100% - 6px);
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.template-front-index-ipca .questions .label-mobile svg {
  margin-left: 9px;
}
@media (max-width: 991px) {
  .template-front-index-ipca .questions .label-mobile {
    display: flex;
  }
}
.template-front-index-ipca .questions #compare-index-section .chart-disclaimer {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .container {
    margin: 30px 0;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .container > br {
    display: none;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .container > .box:first-child {
    margin-bottom: 0;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .container #compare-index-section {
    margin: 0;
    border-top: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .container #inflation-chart-section {
    margin-top: 0;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .container #compare-index-section header .icon,
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .container #inflation-chart-section header .icon {
    border-radius: 0;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box {
    margin-bottom: 30px;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box:not(.especial) {
    padding: 20px;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box header {
    margin-bottom: 4px;
    margin-top: 0;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box header:has(+ .description) {
    margin-bottom: 12px;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box header:has(+ .label-mobile) {
    margin-bottom: 8px;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box header .title {
    font-size: calc(100% + 4px);
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box .label-mobile + .table-responsive-md {
    margin-top: 0;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box header + .table-responsive-md {
    margin-top: 0;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box .table-responsive-md {
    margin-bottom: 24px;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box .table-responsive-md:last-child {
    margin-bottom: 0;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box .description {
    margin-bottom: 20px;
    margin-block-end: 20px;
    font-size: 100%;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .box .description:last-child {
    margin-bottom: 0;
    margin-block-end: 0;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions .box,
  .template-front-index-ipca #busca-avancada.page.index-single.questions .box.especial,
  .template-front-index-ipca #busca-avancada.page.index-single.questions .box.especial .content,
  .template-front-index-ipca #busca-avancada.page.index-single.questions #inflation-chart-section,
  .template-front-index-ipca #busca-avancada.page.index-single.questions #inflation-chart-section .content,
  .template-front-index-ipca #busca-avancada.page.index-single.questions #compare-index-section,
  .template-front-index-ipca #busca-avancada.page.index-single.questions #compare-index-section .content,
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors,
  .template-front-index-ipca #busca-avancada.page.index-single.questions .section-sectors .container {
    overflow: visible;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions #cdi-chart.displayed-graph,
  .template-front-index-ipca #busca-avancada.page.index-single.questions #chart-inflation.displayed-graph,
  .template-front-index-ipca #busca-avancada.page.index-single.questions #chart-profitability.displayed-graph,
  .template-front-index-ipca #busca-avancada.page.index-single.questions .box .displayed-graph,
  .template-front-index-ipca #busca-avancada.page.index-single.questions #inflation-chart-section .displayed-graph,
  .template-front-index-ipca #busca-avancada.page.index-single.questions #compare-index-section .displayed-graph {
    overflow: visible !important;
  }
  .template-front-index-ipca #busca-avancada.page.index-single.questions #cdi-chart.displayed-graph,
  .template-front-index-ipca #busca-avancada.page.index-single.questions #chart-inflation.displayed-graph,
  .template-front-index-ipca #busca-avancada.page.index-single.questions #chart-profitability.displayed-graph {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
}
