.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: 13px 20px 10px;
}
.template-front-index-ipca .questions .box.especial {
  padding: 0 0 20px;
}
.template-front-index-ipca .questions .title {
  font-weight: 700;
  color: #000000;
  letter-spacing: 0px;
  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 .description {
  font-size: 18px;
  line-height: 1.5;
  margin-block-end: 1.3em;
  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 .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-sm th,
.template-front-index-ipca .questions .table-sm td {
  padding: 0.3rem;
}
.template-front-index-ipca .questions .table-bordered {
  border: 1px solid #dee2e6;
}
.template-front-index-ipca .questions .table-bordered th,
.template-front-index-ipca .questions .table-bordered td {
  border: 1px solid #dee2e6;
}
.template-front-index-ipca .questions .table-bordered thead th,
.template-front-index-ipca .questions .table-bordered thead td {
  border-bottom-width: 2px;
}
.template-front-index-ipca .questions .table-borderless th,
.template-front-index-ipca .questions .table-borderless td,
.template-front-index-ipca .questions .table-borderless thead th,
.template-front-index-ipca .questions .table-borderless tbody + tbody {
  border: 0;
}
.template-front-index-ipca .questions .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.template-front-index-ipca .questions .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.template-front-index-ipca .questions .table-primary,
.template-front-index-ipca .questions .table-primary > th,
.template-front-index-ipca .questions .table-primary > td {
  background-color: #b8daff;
}
.template-front-index-ipca .questions .table-primary th,
.template-front-index-ipca .questions .table-primary td,
.template-front-index-ipca .questions .table-primary thead th,
.template-front-index-ipca .questions .table-primary tbody + tbody {
  border-color: #7abaff;
}
.template-front-index-ipca .questions .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.template-front-index-ipca .questions .table-hover .table-primary:hover > td,
.template-front-index-ipca .questions .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.template-front-index-ipca .questions .table-secondary,
.template-front-index-ipca .questions .table-secondary > th,
.template-front-index-ipca .questions .table-secondary > td {
  background-color: #d6d8db;
}
.template-front-index-ipca .questions .table-secondary th,
.template-front-index-ipca .questions .table-secondary td,
.template-front-index-ipca .questions .table-secondary thead th,
.template-front-index-ipca .questions .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.template-front-index-ipca .questions .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.template-front-index-ipca .questions .table-hover .table-secondary:hover > td,
.template-front-index-ipca .questions .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.template-front-index-ipca .questions .table-success,
.template-front-index-ipca .questions .table-success > th,
.template-front-index-ipca .questions .table-success > td {
  background-color: #c3e6cb;
}
.template-front-index-ipca .questions .table-success th,
.template-front-index-ipca .questions .table-success td,
.template-front-index-ipca .questions .table-success thead th,
.template-front-index-ipca .questions .table-success tbody + tbody {
  border-color: #8fd19e;
}
.template-front-index-ipca .questions .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.template-front-index-ipca .questions .table-hover .table-success:hover > td,
.template-front-index-ipca .questions .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.template-front-index-ipca .questions .table-info,
.template-front-index-ipca .questions .table-info > th,
.template-front-index-ipca .questions .table-info > td {
  background-color: #bee5eb;
}
.template-front-index-ipca .questions .table-info th,
.template-front-index-ipca .questions .table-info td,
.template-front-index-ipca .questions .table-info thead th,
.template-front-index-ipca .questions .table-info tbody + tbody {
  border-color: #86cfda;
}
.template-front-index-ipca .questions .table-hover .table-info:hover {
  background-color: #abdde5;
}
.template-front-index-ipca .questions .table-hover .table-info:hover > td,
.template-front-index-ipca .questions .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.template-front-index-ipca .questions .table-warning,
.template-front-index-ipca .questions .table-warning > th,
.template-front-index-ipca .questions .table-warning > td {
  background-color: #ffeeba;
}
.template-front-index-ipca .questions .table-warning th,
.template-front-index-ipca .questions .table-warning td,
.template-front-index-ipca .questions .table-warning thead th,
.template-front-index-ipca .questions .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.template-front-index-ipca .questions .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.template-front-index-ipca .questions .table-hover .table-warning:hover > td,
.template-front-index-ipca .questions .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.template-front-index-ipca .questions .table-danger,
.template-front-index-ipca .questions .table-danger > th,
.template-front-index-ipca .questions .table-danger > td {
  background-color: #f5c6cb;
}
.template-front-index-ipca .questions .table-danger th,
.template-front-index-ipca .questions .table-danger td,
.template-front-index-ipca .questions .table-danger thead th,
.template-front-index-ipca .questions .table-danger tbody + tbody {
  border-color: #ed969e;
}
.template-front-index-ipca .questions .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.template-front-index-ipca .questions .table-hover .table-danger:hover > td,
.template-front-index-ipca .questions .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.template-front-index-ipca .questions .table-light,
.template-front-index-ipca .questions .table-light > th,
.template-front-index-ipca .questions .table-light > td {
  background-color: #fdfdfe;
}
.template-front-index-ipca .questions .table-light th,
.template-front-index-ipca .questions .table-light td,
.template-front-index-ipca .questions .table-light thead th,
.template-front-index-ipca .questions .table-light tbody + tbody {
  border-color: #fbfcfc;
}
.template-front-index-ipca .questions .table-hover .table-light:hover {
  background-color: #ececf6;
}
.template-front-index-ipca .questions .table-hover .table-light:hover > td,
.template-front-index-ipca .questions .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.template-front-index-ipca .questions .table-dark,
.template-front-index-ipca .questions .table-dark > th,
.template-front-index-ipca .questions .table-dark > td {
  background-color: #c6c8ca;
}
.template-front-index-ipca .questions .table-dark th,
.template-front-index-ipca .questions .table-dark td,
.template-front-index-ipca .questions .table-dark thead th,
.template-front-index-ipca .questions .table-dark tbody + tbody {
  border-color: #95999c;
}
.template-front-index-ipca .questions .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.template-front-index-ipca .questions .table-hover .table-dark:hover > td,
.template-front-index-ipca .questions .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.template-front-index-ipca .questions .table-active,
.template-front-index-ipca .questions .table-active > th,
.template-front-index-ipca .questions .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.template-front-index-ipca .questions .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.template-front-index-ipca .questions .table-hover .table-active:hover > td,
.template-front-index-ipca .questions .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.template-front-index-ipca .questions .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.template-front-index-ipca .questions .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.template-front-index-ipca .questions .table-dark {
  color: #fff;
  background-color: #343a40;
}
.template-front-index-ipca .questions .table-dark th,
.template-front-index-ipca .questions .table-dark td,
.template-front-index-ipca .questions .table-dark thead th {
  border-color: #454d55;
}
.template-front-index-ipca .questions .table-dark.table-bordered {
  border: 0;
}
.template-front-index-ipca .questions .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.template-front-index-ipca .questions .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .template-front-index-ipca .questions .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .template-front-index-ipca .questions .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .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;
  }
}
@media (max-width: 991.98px) {
  .template-front-index-ipca .questions .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .template-front-index-ipca .questions .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .template-front-index-ipca .questions .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .template-front-index-ipca .questions .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.template-front-index-ipca .questions .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.template-front-index-ipca .questions .table-responsive > .table-bordered {
  border: 0;
}
.template-front-index-ipca .questions .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.template-front-index-ipca .questions .table-responsive > .table-bordered {
  border: 0;
}
.template-front-index-ipca .questions .label-mobile {
  display: none;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  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;
  }
}
