.small-text {
  color: #585F66;
  line-height: 100%;
  font-size: 70%;
  font-weight: 400;
}

.titulo-simulador {
  color: #6a7680;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.reais {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 54px;
color: #EF6C00;
}

.campo-reais {
  margin: -20px;
  padding-left: 32px;
}

.botao-simular {
  background: #273E74 !important;
  border-color: #273E74 !important;
}

.input-simulador {
  border-color: #EF6C00;
}

.centralizado {
  text-align: center !important;
}

.divisoria {
  margin-top: 0.2rem;
  margin-bottom: 0.6rem;
}

.cifrao-simulador {
  font-size: 22px;
  color: #BEC5CF;
  font-weight: 800;
}

.asterisco {
  color: #BEC5CF;
  font-weight: 800;
  position: absolute;
  margin-top: 10px;
}

.simular-novamente {
  text-decoration: underline;
  color: #273E74;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}
