@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Extra";
  src: url("/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("/fonts/Jost/static/Jost-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Jost Medium";
  src: url("/fonts/Jost/static/Jost-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Jost Bold";
  src: url("/fonts/Jost/static/Jost-Bold.ttf") format("truetype");
}
#quote {
  background-color: #e2e2e3;
  padding: 1rem 0;
}
#quote .row-s {
  display: flex;
  flex-wrap: wrap;
}
#quote .cars--version {
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  #quote .cars--version {
    margin-bottom: 0;
  }
}
#quote .cars--version button {
  background-color: #6f6f6f;
  border: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
}
#quote .cars--version button.active {
  background-color: #434343;
}
#quote .cars--version button span {
  font-size: 0.9rem;
}
#quote h6 {
  font-size: 1.4rem;
  padding: 20px 0;
  margin: 20px 0;
}
#quote .motorcycles--enganche-dinero {
  background-color: #6f6f6f;
  font-size: 1.1rem;
  font-weight: bold;
  height: 50px;
  padding: 10px 10px 0 0;
  text-align: right;
  text-shadow: 0 1px 3px #000;
}
#quote .motorcycles--enganche-dinero p {
  color: #fff;
  font-size: 17px;
  margin: 6px 0;
}
#quote .motorcycles--enganche-pocentaje,
#quote .motorcycles--enganche-pocentaje {
  background-color: #434343;
  color: #fff;
  height: 50px;
  padding: 10px 0 0 10px;
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
#quote .motorcycles--enganche-pocentaje p,
#quote .motorcycles--enganche-pocentaje p {
  color: #fff;
  font-size: 17px;
  margin: 6px 0;
}

#test-drive .form-control,
#quote .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 40px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42;
  color: #555;
  background-color: #fff;
}
#test-drive .notice-privacy,
#quote .notice-privacy {
  cursor: pointer;
  color: #4ea6db;
  margin: 1rem 0;
}
#test-drive .form-quote-submit,
#quote .form-quote-submit {
  background: #464646;
  border: 0;
  border-style: none;
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}

#test-drive {
  background-color: #f2f2f3;
  padding: 1rem 0;
}

.cars--subtitle {
  color: #000;
  font-size: 1.1rem;
  font-family: "Poppins Bold";
}
.cars--subtitle.white {
  color: #fff;
}
@media (min-width: 768px) {
  .cars--subtitle {
    font-size: 1rem;
  }
}

.vue-slide-bar-tooltip {
  background-color: #383838 !important;
  border: 1px solid #383838 !important;
}

.vue-slide-bar-separate {
  height: 0 !important;
}

.vue-slide-bar-separate-text {
  color: #000 !important;
  font-family: "Poppins";
  font-size: 1.2rem;
  font-weight: 400;
}

.vue-slide-bar {
  background-color: #747474 !important;
}

/* .vue-slide-bar-process {
    background-color: #747474 !important;
} */
.vue-slide-bar-tooltip-top {
  top: 0.5rem !important;
  left: 50% !important;
}

.vue-slide-slider-handle {
  background-color: #383838;
  cursor: default;
  border-radius: 50%;
  height: 1.2em;
  width: 1.2em;
}

.motorcycles-quote-legal {
  font-size: 0.68rem;
  line-height: 0.9rem;
}
.motorcycles-quote-legal p {
  font-size: 0.7rem !important;
  color: #000 !important;
}
.motorcycles-quote-legal p.white {
  color: #fff !important;
}

.motorcycles-discount-text {
  color: red;
  text-decoration: line-through;
  font-size: 1.5rem !important;
  padding-top: 15%;
}
@media (max-width: 768px) {
  .motorcycles-discount-text {
    padding-top: 0;
  }
}

.motorcycles-discount-text-md {
  color: red;
  text-decoration: line-through;
  font-size: 1.1rem !important;
  padding-top: 15%;
  text-align: center;
}
@media (max-width: 768px) {
  .motorcycles-discount-text-md {
    padding-top: 0;
  }
}
