@font-face {
  font-family: "Circular Air Pro";
  src: url("./fonts/CircularAirPro-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Air Pro";
  src: url("./fonts/CircularAirPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Air Pro";
  src: url("./fonts/CircularAirPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.intro-simulador-ep-garantia {
  font-family: "Circular Air Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0d1317;
  max-width: 468px;
  margin: 24px auto;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.intro-simulador-ep-garantia,
.intro-simulador-ep-garantia *,
.intro-simulador-ep-garantia *::before,
.intro-simulador-ep-garantia *::after {
  box-sizing: border-box;
}

.intro-simulador-ep-garantia .typography-title-3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 124%;
}

.intro-simulador-ep-garantia .typography-body-1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.intro-simulador-ep-garantia .typography-body-2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.intro-simulador-ep-garantia .typography-small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #525966;
}

.intro-simulador-ep-garantia__content {
  width: 100%;
}

.intro-simulador-ep-garantia__title {
  margin-bottom: 32px;
}

.intro-simulador-ep-garantia__form {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}

.intro-simulador-ep-garantia__form .form-group .form__field-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.intro-simulador-ep-garantia .form__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.intro-simulador-ep-garantia .form__field-input::-moz-placeholder {
  font-size: 24px;
  font-weight: 700;
  color: #0d1317;
  opacity: 1;
}

.intro-simulador-ep-garantia .form__field-input,
.intro-simulador-ep-garantia .form__field-input::placeholder {
  font-size: 24px;
  font-weight: 700;
  color: #0d1317;
  opacity: 1;
}

.intro-simulador-ep-garantia .form__field-input {
  border: none;
  padding: 0;
  margin-bottom: 12px;
  background: transparent;
  outline: none;
  width: 100%;
  font-family: inherit;
}

.intro-simulador-ep-garantia .form__field[invalid] .form__field-input::-moz-placeholder {
  color: #ff5045;
}

.intro-simulador-ep-garantia .form__field[invalid] .form__field-input,
.intro-simulador-ep-garantia .form__field[invalid] .form__field-input::placeholder {
  color: #ff5045;
}

.intro-simulador-ep-garantia .wrapperRange {
  width: 100%;
  padding: 0;
  margin-bottom: 12px;
}

.intro-simulador-ep-garantia__wrapperRange {
  position: relative;
}

.intro-simulador-ep-garantia input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #E8E8F0;
  border-radius: 10px;
  outline: none;
  margin: 0;
}

.intro-simulador-ep-garantia input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.intro-simulador-ep-garantia input[type=range]::-moz-range-thumb {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.intro-simulador-ep-garantia .setas {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.intro-simulador-ep-garantia .progressBar {
  width: 0%;
  height: 6px;
  background-color: #07b2fd;
  border-radius: 10px;
  position: relative;
  top: -10px;
  left: 0;
  pointer-events: none;
}

.intro-simulador-ep-garantia__wrapperMinEMax {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 16px;
}

.intro-simulador-ep-garantia .valorMinEMax {
  font-weight: 700;
  color: #525966;
  background-color: #E8E8F0;
  border: none;
  border-radius: 4px;
  padding: 12px 8px;
  height: 18px;
  display: flex;
  align-items: center;
}

.intro-simulador-ep-garantia__response-bg {
  width: 100%;
  padding: 5px;
  margin-bottom: 16px;
  border-radius: 16px;
  background-color: #e8e8f0;
  text-align: center;
}

.intro-simulador-ep-garantia__response-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
}

.intro-simulador-ep-garantia__response-value {
  font-weight: 700;
}

.intro-simulador-ep-garantia .totalAPagar {
  font-weight: 700;
}

.intro-simulador-ep-garantia__wrapperButton {
  display: flex;
  width: 100%;
  min-height: 48px;
}

.intro-simulador-ep-garantia__wrapperButton .btn--primary {
  width: 100%;
}

.intro-simulador-ep-garantia .btn--primary {
  height: 56px;
  padding: 0 24px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #07b2fd;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.intro-simulador-ep-garantia .blockButton .btn--primary,
.intro-simulador-ep-garantia__wrapperButton.blockButton .btn--primary {
  background-color: #ccd0d6;
  pointer-events: none;
}

@media (min-width: 992px) {
  .intro-simulador-ep-garantia {
    max-width: 262px;
  }
}

.intro-simulador-ep-garantia-section:before {
  content: 'continua depois da publicidade';
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 9px;
  letter-spacing: 0.05em;
}
