:root {
  --black: black;
  --white: white;
  --container: 1280px;
  --blue: #3a66b2;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  color: var(--black);
  font-family: Bmwtypenext Pro, Arial, sans-serif;
}

.hero {
  width: 100%;
  display: flex;
  position: relative;
}

.hero-img {
  width: 100%;
}

.hero-content {
  z-index: 1;
  justify-content: space-between;
  width: auto;
  height: 100%;
  padding-top: 2%;
  padding-bottom: 1%;
  padding-left: 2%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-left-content {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.bmw-eletricos {
  width: 33vw;
}

.h1-mobile {
  color: var(--white);
  font-family: Bmw Type Next Light, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2vw;
}

.span-bold {
  font-family: Bmwtypenext Pro Bold, Arial, sans-serif;
}

.hero-right-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 14%;
  padding-bottom: 1%;
  padding-right: 2%;
  display: flex;
}

.germanica-assinatura {
  width: auto;
  padding-right: 0%;
}

.general-content {
  max-width: var(--container);
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.general-left-content {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.h2 {
  font-weight: 400;
  line-height: 40px;
}

.paragraph {
  font-size: 18px;
  line-height: 30px;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 26px;
}

.paragraph-3 {
  font-size: 18px;
  line-height: 28px;
}

.p {
  margin-bottom: 0;
  font-family: Bmw Type Next Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.general-right-content {
  grid-row-gap: 8px;
  background-color: var(--blue);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: auto;
  padding: 24px;
  display: flex;
}

.heading-2 {
  font-weight: 700;
}

.heading-3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bmwtypenext Pro Bold, Arial, sans-serif;
  font-size: 27px;
  line-height: 37px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.input-form {
  color: var(--black);
  border: 1px #000;
  border-radius: 100px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-size: 17px;
  line-height: 24px;
}

.label-form {
  color: var(--white);
  margin-top: 14px;
  font-size: 16px;
  line-height: 24px;
}

.label-form.label-date {
  margin-top: 12px;
  margin-bottom: 3px;
}

.label-form.label-form-first {
  margin-top: 8px;
}

.p-small-form {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 8px;
}

.btn-submit {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  background-color: #003f8c;
  border-radius: 100px;
  width: 100%;
  margin-top: 8px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.3s;
}

.btn-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-submit:hover {
  background-color: var(--blue);
}

.footer {
  background-color: #fff;
  width: 100%;
  margin-top: 64px;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}

.footer-container {
  justify-content: space-between;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.germanica-footer {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-germanica-footer {
  width: 220px;
}

.p-footer {
  color: #000;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 21px;
}

.link {
  color: #000;
}

.logo-stroke {
  width: 80px;
}

.hero-mobile {
  display: none;
}

.h1-desktop {
  color: var(--white);
  font-family: Bmw Type Next Light, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2vw;
}

.cta {
  border: 1px solid var(--white);
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 355px;
  max-width: 100%;
  height: 50px;
  margin-top: 0;
  padding: 0 16px;
  font-family: Bmwtypenext Pro Bold, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}

.cta:hover {
  background-color: #003f8c;
}

.hero-tablet {
  display: none;
}

.checkbox-field {
  margin-top: 16px;
  margin-bottom: 8px;
}

.checkbox {
  margin-right: 8px;
}

.p-form {
  color: #fff;
  text-align: center;
}

.p-form-info {
  color: #fff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.p-form-info-underline {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .hero {
    display: none;
  }

  .h1-mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .germanica-assinatura {
    width: 200px;
    max-width: none;
    padding-right: 0%;
  }

  .general-content {
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    padding-left: 24px;
    padding-right: 24px;
  }

  .general-left-content {
    width: 100%;
  }

  .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .general-right-content {
    width: 100%;
  }

  .footer {
    margin-top: 32px;
  }

  .footer-container {
    align-items: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .germanica-footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-mobile {
    width: 100%;
    height: 60vh;
    display: none;
    position: relative;
  }

  .hero-content-mobile {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .hero-content-mobile-infos {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .logo-bmw-mobile {
    width: 100%;
  }

  .image {
    width: 100vw;
    max-width: none;
    height: 60vh;
  }

  .hero-tablet {
    background-image: url("../images/hero-img-mobile.webp");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 60vh;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    display: none;
  }

  .h1-mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .germanica-assinatura {
    width: 50%;
  }

  .general-content {
    z-index: 1;
    flex-flow: column-reverse;
    margin-top: -30px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .general-left-content {
    grid-row-gap: 8px;
    width: 100%;
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .general-right-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .input-form {
    min-width: 100%;
  }

  .input-form.input-date {
    color: var(--black);
    width: 96%;
    min-width: 96%;
    margin-right: 0;
    font-size: 17px;
  }

  .btn-submit {
    margin-top: 8px;
  }

  .footer {
    margin-top: 0;
    padding: 40px 16px;
  }

  .footer-container {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .germanica-footer {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-mobile {
    z-index: 0;
    height: 100%;
    padding: 0;
    display: flex;
    position: relative;
  }

  .hero-content-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 32px 16px 57px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .hero-content-mobile-infos {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .h1-desktop {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .cta {
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
  }

  .image {
    height: auto;
  }

  .hero-tablet {
    z-index: 0;
    padding: 0;
    display: none;
    position: relative;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 310px;
    margin-bottom: 8px;
    display: flex;
  }

  .checkbox {
    margin-right: 0;
  }

  .p-form {
    text-align: left;
    width: 90%;
    margin-top: 2px;
    margin-bottom: 8px;
    padding-left: 8px;
  }
}

@font-face {
  font-family: "Bmwtypenext Pro";
  src: url("../fonts/BMWTypeNext-Pro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bmwtypenext Pro Bold";
  src: url("../fonts/BMWTypeNext-Pro.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bmw Type Next Light";
  src: url("../fonts/BMWTypeNext-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
