@font-face {
  font-family: 'Cupra-Regular';
  src: url('../font/Cupra-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Cupra-Bold';
  src: url('../font/Cupra-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Cupra-Light';
  src: url('../font/Cupra-Light.woff') format('woff');
}

@font-face {
  font-family: 'Cupra-Book';
  src: url('../font/Cupra-Book.woff') format('woff');
}

#wrapper,
form,
.panel-body {
  background: #f5f5f5;
  padding-top: 0 !important;
}

p,
.richtext p,
.Copyleft,
.richtext a,
.form-group label.error,
.mail_error,
.error,
.radio-inline,
input {
  font-family: 'Cupra-Light', sans-serif !important;
  text-align: justify;
  font-size: 15px !important;
}

@media screen and (max-width: 640px) {
  p,
  .richtext p,
  .Copyleft,
  .richtext a,
  .form-group label.error,
  .mail_error,
  .error,
  .radio-inline,
  input {
    font-size: 13px !important;
  }
}

p span {
  font-family: 'Cupra-Regular', sans-serif !important;
}

.richtext b {
  font-family: 'Cupra-Bold', sans-serif !important;
}

body,
.panel-collapse,
.contactForm:not(.contactFormOld) .form-control {
  background-color: #f5f5f5 !important;
  font-size: 1em;
  font-family: 'Cupra-Light', sans-serif !important;
}

.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.radio .radio-inline::before {
  background: transparent !important;
}

.panel-default {
  border: none;
}

.panel-default > .panel-heading {
  background: #fafaf9;
}

.panel-title {
  font-family: 'SeatBold', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  max-height: calc(30px * 2);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

@media (max-width: 360px) {
  .panel-title {
    font-size: 13px;
  }
}
.fa {
  position: absolute;
  right: 80px;
  color: #33302e;
  font-weight: 600;
}

.fa.active {
  transform: rotate(-180deg);
}

.fa-map-marker {
  font-size: 30px;
  top: 8px;
  right: 20px;
}

.btn {
  font-family: 'Cupra-Bold', sans-serif !important;
  text-shadow: none;
}

form .btn-primary.btn-enviar[disabled] {
  background-color: transparent !important;
  color: #ee7d05 !important;
  border: 2px solid #ee7d05 !important;
  border-radius: 8px !important;
}

.contactForm:not(.contactFormOld) .checkbox input[type='checkbox']:not(:checked) + label:after,
.contactForm:not(.contactFormOld) .checkbox input[type='checkbox']:checked + label:after {
  background-color: black !important;
  color: white !important;
}

.panel-number {
  display: inline-block;
  font-family: 'SeatMedium', sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: rgba(15, 15, 15, 0.6);
  width: 24px;
  height: 24px;
  background: #fafaf9;
  border: 1px solid rgba(15, 15, 15, 0.6);
  border-radius: 50%;
  text-align: center;
  padding: 0 8px;
  margin-right: 24px;
}

.panel-number.active {
  background-color: #fafaf9;
}
.form-control {
  background: white !important;
  border: none !important;
  border-bottom: 1px solid #999 !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

.form-group label {
  color: #999 !important;
  position: absolute;
  pointer-events: none;
  left: unset !important;
  padding-left: unset !important;
}

.form-group select {
  font-weight: 600 !important;
  color: #999 !important;
  font-family: 'SeatMedium', sans-serif !important;
}

.panel-heading {
  border-bottom: 1px solid #ddd !important;
}

.panel-heading .valid-panel {
  width: 24px;
  height: 24px;
  background: #fafaf9;
  border: 1px solid rgba(15, 15, 15, 0.6);
  border-radius: 50%;
  text-align: center;
  padding: 0 6px;
  margin-right: 24px;
  position: absolute;
  opacity: 0;
}

.panel-title {
  pointer-events: none;
  cursor: unset;
}

.panel-complete {
  cursor: pointer;
}

.form-group .radio-inline {
  pointer-events: all;
}

.form-control.valid {
  border-bottom: 1px solid #00afac !important;
}

.form-control.error {
  border-bottom: 1px solid #ee7d05 !important;
}

/* .row > div,
.custom-select select.form-control {
  padding-left: 0px !important;
} */

.radio label {
  left: 0px !important;
  padding-left: 35px !important;
}

/* .row > div,
.custom-select select.form-control {
  padding-left: 0px !important;
} */

.contactForm:not(.contactFormOld) .radio input[type='radio']:not(:checked) + label:before,
.contactForm:not(.contactFormOld) .radio input[type='radio']:checked + label:before {
  background: #fff;
  border: 1px solid #333;
}

.contactForm:not(.contactFormOld) .radio input[type='radio']:not(:checked) + label:after,
.contactForm:not(.contactFormOld) .radio input[type='radio']:checked + label:after {
  border: 5px solid #fff;
  background: #333;
}

.form-group .radio-inline {
  pointer-events: all;
}

.control-label {
  font-family: 'Cupra-Light', sans-serif !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 600 !important;
}

.mail_error {
  font-size: 15px;
  top: 2px !important;
  left: -15px;
  position: relative;
}

form .btn-primary {
  background-color: transparent;
  color: #ee7d05 !important;
  line-height: 0px;
  width: 100% !important;
  border-radius: 8px;
  /* float: left !important; */
  /* margin-left: 20px; */
  /* margin-top: 40px; */
}

/* form .btn-primary:active  {
  background-color:  #F8B877 !important; 
} */

form .btn-primary:hover,
form .btn-primary:focus {
  background-color: transparent;
  border-color: #ed9551;
}

.form-group label.error {
  position: unset !important;
  font-size: 13px;
}

.richtext a,
.form-group label.error,
.mail_error,
.formVin .error {
  color: #ea5d1a !important;
}

#vinNumber {
  border-radius: 0px;
  background-color: transparent !important;
  box-shadow: none;
}

#findByVin {
  background-color: #ea5d1a !important;
  border-radius: 0px !important;
}

.legal-text {
  column-count: 2;
  margin-top: 50px !important;
  font-size: 1.1em !important;
}

.legal-text a {
  font-size: 1.1em !important;
}

@media only screen and (max-width: 849px) {
  .legal-text {
    column-count: 1;
  }
}

.call-info {
  display: inline-block;
  width: 100%;
}

.call-info div {
  text-align: center;
  font-size: 1em;
  padding-top: 20px;
  padding-bottom: 20px;
}

.call-info a {
  color: black;
}

.call-info .title {
  font-weight: 700;
}

.call-info .title,
.call-info .phone {
  padding-right: 20px;
}

/* END OF NEW CHANGES */

.richtext p {
  margin-bottom: 0px !important;
}

@media only screen and (min-width: 641px) {
  #collapse1 label.error {
    bottom: 0px;
    top: 90px;
  }
}

@media only screen and (max-width: 707px) {
  .custom-select {
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  .control-label {
    font-family: 'Cupra-Light', sans-serif !important;
    font-size: 1em !important;
  }
}

.modal {
  position: fixed;
  min-height: 500px;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}

.modal-backdrop,
.modal.modalContactOK,
.modal.modalContactKO {
  background-color: transparent !important;
}

/*VIN*/

.Copy {
  font-size: 15px;
  text-align: center;
  font-family: 'MetaProLight', sans-serif;
  color: #aaa;
}

#vinLabel {
  margin-bottom: 30px;
  display: block;
}

.inputContainer {
  position: relative;
  max-width: 335px;
  margin: auto !important;
}

input#name {
  display: none;
}

.inputContainer #findByVin {
  width: 42px;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px;
  background: #d7122b;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-filter: none;
  filter: none;
}

.inputContainer #findByVin img {
  width: 15px;
  opacity: 0.6;
}

.inputContainer .error {
  display: block;
  text-align: center;
  font-family: 'MetaProLight', sans-serif;
  font-size: 16px;
  padding: 10px 0 0 0;
  clear: both;
}

.formVin .error {
  display: block;
  color: #d7122b;
  margin-top: 4px;
  transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
}

#overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.7;
  display: none;
  text-align: center;
}

.main {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.msgLabel {
  display: none;
  margin: 30px auto 0 auto;
  /*max-width: 760px;*/
  overflow: hidden;
  clear: both;
  font-family: 'SeatMetaNormal', sans-serif;
}

.msgLabel .Copy {
  color: #555;
  font-weight: bold;
}

.msgLabel p {
  margin-bottom: 30px;
}

.databaseDisclaimer {
  margin: 30px auto 0 auto;
  /*max-width: 760px;*/
  overflow: hidden;
  clear: both;
}

.Copyleft {
  font-size: 15px;
  text-align: left;
  font-family: 'SeatMetaNormal', sans-serif;
  color: #aaa;
}

.Copyleftred {
  font-size: 15px;
  text-align: left;
  font-family: 'MetaProLight', sans-serif;
  color: #d7122b;
}

.Copyleftred a {
  color: #d7122b;
  text-decoration: underline;
}

.mail_error,
.checkbox_error {
  color: red;
  font-family: MetaProLight, sans-serif;
  font-weight: normal;
  color: #d7122b;
  top: -37px;
  display: none;
}

.mail_error {
  top: -10px;
  margin-top: -30px;
}

#checkbox1-error {
  left: 20px;
}

#checkbox1-error:before {
  top: -80px;
  left: -20px;
}

#checkbox1-error:after {
  color: red;
}

@media only screen and (min-width: 480px) {
  .inputContainer #findByVin img {
    padding: 0px;
    margin-top: -5px;
  }
}

@media only screen and (min-width: 1024px) {
  .Copy {
    font-family: SeatMetaNormal, sans-serif;
    font-size: 15px;
    font-weight: normal;
    /* margin-bottom: 5%; */
  }
}

@media only screen and (min-width: 480px) {
  .inputContainer #findByVin {
    width: 34px;
    height: 34px;
  }
}

.d-none {
  display: none !important;
}

.form-horizontal .form-group {
  margin-left: auto !important;
  margin-right: auto !important;
}

label[for='message'] {
  transform: translateY(5px);
}

.contactForm:not(.contactFormOld) .radio label {
  font-family: 'Cupra-Light', sans-serif !important;
  font-weight: 600 !important;
}

form .btn-primary.btn-enviar {
  background-color: #4c4c4c !important;
  color: #fff !important;
  font-family: 'Cupra-Regular', sans-serif !important;
  letter-spacing: 1px;
}

.col-xs-6 {
  padding-left: 2% !important;
  padding-right: 2% !important;
}

.row__flex {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
}

.container-fluid {
  margin-top: 2% !important;
}

@media screen and (min-width: 639px) {
  form {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  form .btn-primary.btn-enviar {
    font-size: 15px !important;
  }
  .form-group label,
  .custom-select {
    font-size: 13px !important;
  }
  .col-xs-6.d-none,
  .row__flex {
    display: block;
  }
  div[data-url-id='terms2'] div:first-child {
    padding-top: 0 !important;
  }

  #collapse3 .form-group.next-step-btn {
    margin-top: 2% !important;
  }
}
