#indicadores-testAB h2 {
  color: var(--darks-black-black-1000, #000);
  text-align: center;
  font-family: "Margem-regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 32px */
  letter-spacing: -0.1px;
}

#indicadores-testAB h3 {
  color: var(--neutrals-mid-mid-1000, #505F79);
  text-align: center;
  /* Headline/default */
  font-family: "Margem-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 25px */
}

#indicadores-testAB .slick-track {
  padding-top: 0px;
}

.indicadores-aprovacao-lista {
  display: none;
  margin-top: 60px;
}

.indicadores-aprovacao-card {
  display: flex;
  width: 275px;
  height: 200px;
  padding: 28px 16px 28px 18px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 0.5px solid var(--darks-grey-grey-400, #BDBDBD);
  background: #FFF;
  margin-left: 5px;
  margin-right: 5px;
}

.indicadores-aprovacao-decorador {
  width: 23.53px;
  height: 2px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--blues-blue-300, #66A4FF);
  margin: 0 auto 26px auto;
}

.indicadores-aprovacao-titulo {
  color: var(--darks-grey-grey-800, #424242);
  text-align: center;
  /* Overline/lg */
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 17.5px */
  text-transform: uppercase;
  margin-bottom: 15px;
}

.indicadores-aprovacao-descricao {
  color: var(--neutrals-mid-mid-950, #5E6C84);
  text-align: center;
  /* Headline/xsmall */
  font-family: "Margem-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 20px */
}

.indicadores-aprovacao-percentual {
  color: var(--blues-blue-700, #005DE6);
  text-align: center;
  font-family: "Margem-bold";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 48px */
  letter-spacing: -3px;
  margin-bottom: 5px;

}

.slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  color: #DFE1E6;
  font-size: 48px;
}

.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #DFE1E6;
  font-size: 48px;
}

.slick-prev:hover,
.slick-next:hover {
  color: #5E6C84;
}


@media screen and (max-width: 769px) {
  .indicadores-aprovacao-lista {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 375px) {
  #indicadores-testAB h2 {
    font-size: 24px
  }

  #indicadores-testAB h3 {
    font-size: 18px;
  }
}
