#resultado {
  margin-top: 40px;
  padding: 20px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  display: none;
}

#resultado h2 {
  color: #e30613;
}

#resultado hr {
  color: #e5e5e5;
}

.vin_group label {
  display: block;
  padding: 10px 0;
}

.cotizador-form__field input, .cotizador-form__field select, .cotizador-form__field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background: #fff;
  padding: 0 16px;
  font-size: 16px;
  color: #111;
  box-sizing: border-box;
}

.recall-form__submit {
  width: 100%;
  min-height: 52px;
  border: 1px solid #111;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: all .25s ease;
}

.recall-form__submit:hover {
  background: #111;
  color: #fff;
}
.mb-4 {
  margin-bottom: 20px;
}