:root {
  --preto-kia: black;
  --container: 1240px;
  --branco: white;
  --azul-hyundai: #002c5f;
  --vermelho-nissan: white;
  --amarelo-chevrolet: white;
  --cinza-byd: #303133;
}

.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 {
  background-color: #f5f5f5;
  background-image: url('../images/bg-desktop.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.header {
  border-bottom: 1px solid var(--cinza-byd);
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.header.header-home {
  justify-content: center;
}

.header-logo {
  mix-blend-mode: multiply;
  width: 140px;
}

.home-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.home-hero-container {
  max-width: var(--container);
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1-home {
  color: var(--cinza-byd);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

.logos-home-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-1 {
  width: 80px;
}

.logo-2 {
  width: 130px;
}

.logo-0 {
  width: 170px;
}

.logo-3 {
  width: 60px;
}

.logo-4 {
  width: 180px;
}

.logo-5 {
  width: 120px;
}

.logo-6 {
  width: 160px;
}

.home-hero-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
}

.home-cta {
  color: var(--cinza-byd);
  text-transform: uppercase;
  background-color: #05e57d;
  border-radius: 100px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.home-cta:hover {
  background-color: #46f3a2;
}

.section-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.form-container {
  grid-row-gap: 16px;
  background-color: var(--branco);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  display: flex;
}

.p-intro-form {
  color: var(--cinza-byd);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.p-form {
  color: var(--cinza-byd);
  text-align: center;
}

.checkbox-field {
  color: var(--cinza-byd);
  margin-top: 16px;
  margin-bottom: 8px;
}

.form-block {
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.checkbox {
  margin-right: 8px;
}

.p-form-info {
  color: var(--cinza-byd);
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.input-form {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  font-size: 17px;
  line-height: 24px;
}

.btn-submit {
  color: var(--cinza-byd);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #05e57d;
  border: 1px #05141f;
  border-radius: 100px;
  width: 100%;
  margin-top: 8px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
}

.btn-submit:hover {
  color: var(--cinza-byd);
  background-color: #46f3a2;
  border-style: none;
  border-color: #05141f;
}

.form {
  width: 100%;
}

.label-form {
  color: #fff;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.label-form.label-form-first {
  color: var(--cinza-byd);
  margin-top: 8px;
  font-weight: 400;
}

.marca-wrapper {
  background-color: var(--cinza-byd);
  padding: 16px;
}

.image {
  width: 180px;
}

.is-hidden {
  width: 100%;
  display: none;
}

@media screen and (max-width: 991px) {
  .form-block {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header-logo {
    width: 120px;
  }

  .home-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero-container {
    grid-row-gap: 32px;
  }

  .h1-home {
    text-align: center;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .logos-home-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .section-form {
    margin-top: 24px;
    padding-bottom: 0;
  }

  .p-intro-form {
    text-align: center;
  }

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

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

  .form-block {
    border: 1px #ccc;
  }

  .checkbox {
    margin-right: 0;
  }

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

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

  .label-form.label-form-first {
    margin-top: 0;
  }

  .marca-wrapper {
    width: 50vw;
  }

  .image {
    width: 100%;
  }
}


