@charset "UTF-8";
/* Valor do crédito */
#valorCreditoVeiculo,
#valorCreditoImovel {
  font-size: 3.25rem;
  font-weight: 800;
  color: #BF1E23;
  text-align: center;
  margin-bottom: 0.75rem;
  font-family: "Inter", Sans-serif;
}

/* Slider */
#sliderCreditoVeiculo,
#sliderCreditoImovel {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0.35rem;
  border-radius: 4px;
  outline: none;
  margin: 0.75rem 0;
  position: relative;
  font-family: "Inter", Sans-serif;
}

/* Bolinha do slider */
#sliderCreditoVeiculo::-webkit-slider-thumb,
#sliderCreditoImovel::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 1.35rem;
  height: 1.35rem;
  background: #BF1E23;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
#sliderCreditoVeiculo::-moz-range-thumb,
#sliderCreditoImovel::-moz-range-thumb {
  width: 1.35rem;
  height: 1.35rem;
  background: #BF1E23;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

/* Opções de parcelas */
.opcao-parcela {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  padding: 1rem 3rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-family: "Inter", Sans-serif;
}
.opcao-parcela .colunas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.opcao-parcela .colunas h1 {
  margin: 0;
  line-height: 1;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
}
.opcao-parcela .colunas h1 strong {
  font-size: 1.75rem;
  line-height: 1.35;
  color: #BF1E23;
  font-weight: 800;
  margin: 0;
}
.opcao-parcela .colunas h1 span:first-child {
  font-size: 1rem;
  color: #888;
  margin: 0;
  line-height: 1;
}
.opcao-parcela .colunas h1 span:last-child {
  font-size: 1.15rem;
  color: #555;
  margin: 0;
  line-height: 1;
}
.opcao-parcela .colunas p {
  margin: 0;
  line-height: 1;
  font-size: 1.15rem;
}
.opcao-parcela .colunas p span {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  margin-right: 1rem;
  transition: background 0.3s, border 0.3s;
}

.opcao-parcela.ativa .colunas p span {
  background: #BF1E23;
  border-color: #BF1E23;
}

@media (min-width: 1921px) {
  #valorCreditoVeiculo,
  #valorCreditoImovel {
    font-size: 3.75rem;
  }
  #sliderCreditoVeiculo,
  #sliderCreditoImovel {
    height: 0.75rem;
  }
  #sliderCreditoVeiculo::-webkit-slider-thumb,
  #sliderCreditoImovel::-webkit-slider-thumb {
    width: 1.5rem;
    height: 1.5rem;
  }
  #sliderCreditoVeiculo::-moz-range-thumb,
  #sliderCreditoImovel::-moz-range-thumb {
    width: 1.5rem;
    height: 1.5rem;
  }
  .opcao-parcela {
    border-radius: 0.5rem;
    padding: 1.5rem 4rem;
    margin-bottom: 1rem;
  }
  .opcao-parcela .colunas h1 span:first-child {
    font-size: 1.25rem;
  }
  .opcao-parcela .colunas h1 span:last-child {
    font-size: 1.5rem;
  }
  .opcao-parcela .colunas h1 strong {
    font-size: 2.15rem;
  }
  .opcao-parcela .colunas p span {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1441px) and (max-width: 1919px) {
  .elementor-67 .elementor-element.elementor-element-3d0f633 img {
    width: 8%;
  }
  #valorCreditoVeiculo,
  #valorCreditoImovel {
    font-size: 3rem;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .elementor-67 .elementor-element.elementor-element-3d0f633 img {
    width: 8%;
  }
  #valorCreditoVeiculo,
  #valorCreditoImovel {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  #valorCreditoVeiculo,
  #valorCreditoImovel {
    font-size: 2.75rem;
  }
}
@media (max-width: 1025px) {
  #valorCreditoVeiculo,
  #valorCreditoImovel {
    font-size: 2.5rem;
  }
  .opcao-parcela .colunas h1 strong {
    font-size: 1.5rem;
  }
  .opcao-parcela .colunas h1 span:first-child {
    font-size: 0.9rem;
  }
}
@media (width: 1024px) and (height: 1366px) {
  .elementor-67 .elementor-element.elementor-element-19b58aa {
    --min-height: auto !important;
  }
}
@media (max-width: 767px) {
  #valorCreditoVeiculo,
  #valorCreditoImovel {
    font-size: 2.15rem;
  }
  .opcao-parcela {
    padding: 0.75rem 1rem;
  }
  .opcao-parcela .colunas p span {
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.5rem;
  }
  .opcao-parcela .colunas h1 strong {
    font-size: 1.35rem;
  }
  .opcao-parcela .colunas h1 span:first-child {
    font-size: 0.85rem;
    font-weight: 600;
  }
  .opcao-parcela .colunas h1 span:last-child {
    font-size: 0.9rem;
    font-weight: 800;
  }
}/*# sourceMappingURL=simulador.css.map */