.template-front-index-selic .top-indices .title {
  text-align: center;
}
.template-front-index-selic .top-indices .toolbar {
  margin-bottom: 30px;
  display: inline-block;
  float: right;
}
.template-front-index-selic .top-indices .toolbar .category {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.template-front-index-selic .top-indices .toolbar .category > span {
  margin-right: 20px;
}
.template-front-index-selic .top-indices h1 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 20px;
  display: none;
}
.template-front-index-selic .top-indices h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.template-front-index-selic .top-indices .indices-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .template-front-index-selic .top-indices .indices-grid {
    grid-template-columns: 1fr;
  }
}
.template-front-index-selic .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-selic .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-selic .top-indices .indices-grid .index-card .header .image {
  flex: 1;
}
.template-front-index-selic .top-indices .indices-grid .index-card .header .image i {
  display: block;
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
}
.template-front-index-selic .top-indices .indices-grid .index-card .header .description {
  flex: 3;
  text-align: left;
}
@media (max-width: 767px) {
  .template-front-index-selic .top-indices .indices-grid .index-card .header .description {
    flex: 5;
  }
}
.template-front-index-selic .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-selic .top-indices .indices-grid .index-card .header .description p {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.template-front-index-selic .top-indices .indices-grid .index-card .body {
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
.template-front-index-selic .top-indices .indices-grid .index-card .body p {
  display: flex;
  align-items: center;
}
.template-front-index-selic .top-indices .indices-grid .index-card .body p img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.template-front-index-selic .top-indices .indices-grid .index-card .body strong {
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}
.template-front-index-selic .top-indices .indices-grid .index-card:hover {
  box-shadow: 1px 1px 5px rgba(111, 111, 111, 0.68);
  opacity: 0.9;
}
.template-front-index-selic .questions .box {
  padding: 13px 20px 10px;
}
.template-front-index-selic .questions .box a:not(.action) {
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s linear;
  color: #a38c65;
}
.template-front-index-selic .questions .box .description p {
  font-size: 18px;
  line-height: 1.5;
  margin-block-end: 1.3em;
  margin-block-start: 0;
  word-break: break-word;
  font-weight: 400;
  color: rgb(34, 34, 34);
  font-family: Nunito, sans-serif;
  font-style: normal;
}
.template-front-index-selic .questions .box h3.title {
  font-family: Nunito, sans-serif;
  font-size: 19.89px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.8185px;
  color: rgb(34, 34, 34);
  text-align: left;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .template-front-index-selic .questions .box h3.title {
    font-size: 24px;
    line-height: 32px;
  }
}
.template-front-index-selic .questions .box ul {
  margin-bottom: 23.4px;
}
.template-front-index-selic .questions .box ul li {
  margin-left: 30px;
  font-size: 18px;
  line-height: 1.5;
  -webkit-margin-after: 1.3em;
  /* margin-block-end: 1.3em; */
  margin-block-start: 0;
  word-break: break-word;
  font-weight: 400;
  color: rgb(34, 34, 34);
  font-family: Nunito, sans-serif;
  font-style: normal;
}
