:root {
  --cinza-escuro: #211915;
  --cinza-medio: #c2c3c9;
  --branco: white;
}

.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-image: url('../images/bg--hero.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Kumbh Sans, sans-serif;
}

.hero {
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.hero--left {
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.spot--logo {
  width: 18vw;
}

.h1 {
  color: var(--cinza-escuro);
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.h2 {
  border: 3px solid var(--cinza-medio);
  color: var(--cinza-escuro);
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1vw 3vw;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.hero--right {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.form-checkbox-footer {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.link-5 {
  color: #646366;
}

.input-form-footer-telefone-3 {
  border-style: none none solid;
  border-width: 1px 2px 2px 1px;
  border-color: black black var(--cinza-medio);
  opacity: 1;
  width: 100%;
  height: 30px;
  color: var(--cinza-escuro);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: .9rem;
  line-height: 22px;
}

.select-form-footer-3 {
  border-style: none none solid;
  border-width: 1px 2px 2px 1px;
  border-color: black black var(--cinza-medio);
  opacity: 1;
  width: 100%;
  height: 44px;
  color: var(--cinza-escuro);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: .9rem;
  line-height: 22px;
}

.checkbox-form-container {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.input-form-footer-nome-3 {
  border-style: none none solid;
  border-width: 1px 2px 2px 1px;
  border-color: black black var(--cinza-medio);
  opacity: 1;
  width: 100%;
  height: 30px;
  color: var(--cinza-escuro);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: .9rem;
  line-height: 22px;
}

.p-checkbox-2 {
  color: var(--cinza-escuro);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.p-label-form-modal-v1-3 {
  color: var(--cinza-escuro);
  margin-top: 16px;
  font-size: 1rem;
  line-height: 22px;
}

.input-form-footer-email-3 {
  border-style: none none solid;
  border-width: 1px 2px 2px 1px;
  border-color: black black var(--cinza-medio);
  opacity: 1;
  width: 100%;
  height: 30px;
  color: var(--cinza-escuro);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #202020;
  background-color: #fff0;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: .9rem;
  line-height: 22px;
}

.paragraph-2 {
  color: var(--cinza-medio);
  text-align: center;
  margin-bottom: 16px;
  font-size: .8rem;
}

.p-label-formd-v1-3 {
  color: var(--cinza-escuro);
  margin-top: 5px;
  font-size: 1rem;
  line-height: 22px;
}

.form-v2-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.form-checkbox-wrapper-2 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.form-footer-2 {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.submit-bt-form-footer-2 {
  color: #fff;
  background-color: #c39463;
  border-radius: 100px;
  height: 54px;
  font-size: 18px;
  line-height: 26px;
  transition: all .3s;
}

.submit-bt-form-footer-2:hover {
  background-color: #697154;
}

.submit-bt-form-footer-2.submit-form {
  background-color: var(--cinza-escuro);
  color: var(--branco);
}

.submit-bt-form-footer-2.submit-form:hover {
  background-color: var(--cinza-medio);
  color: var(--cinza-escuro);
}

.text-block {
  color: var(--cinza-escuro);
}

.footer {
  grid-row-gap: 2vw;
  border-top: 1px solid var(--cinza-escuro);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.footer--logos--wrapper {
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.p--realizacao {
  color: var(--cinza-escuro);
  text-align: center;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: .8vw;
}

.footer--logos {
  grid-column-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer--logos--img {
  width: 126px;
  height: 37px;
}

.footer--logos--img.trisul-logo {
  width: 165px;
  height: auto;
}

.footer--logos--img.display--none {
  display: none;
}

.borda--logos--assinatura-2 {
  background-color: #000;
  width: 1px;
  height: 2vw;
}

.footer--logos--setin {
  width: 126px;
}

.image {
  width: 400px;
}

.h1-hidden {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

@media screen and (min-width: 1920px) {
  .footer--logos--wrapper {
    margin-top: 4vh;
  }

  .p--realizacao {
    font-size: .8rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    grid-row-gap: 6vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero--left {
    grid-row-gap: 8vw;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spot--logo {
    width: 60vw;
  }

  .h1 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .h2 {
    padding: 4vw 9vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .hero--right {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-form-footer-telefone-3, .select-form-footer-3, .input-form-footer-nome-3 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .p-checkbox-2 {
    font-size: .7rem;
    line-height: 1rem;
  }

  .p-label-form-modal-v1-3 {
    color: #000;
  }

  .input-form-footer-email-3 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    font-size: .6rem;
    line-height: 1rem;
  }

  .p-label-formd-v1-3 {
    color: #000;
  }

  .form-v2-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-checkbox-wrapper-2 {
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .footer {
    grid-row-gap: 56px;
  }

  .footer--logos--wrapper {
    grid-row-gap: 32px;
  }

  .p--realizacao {
    font-size: .6rem;
  }

  .footer--logos {
    grid-column-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .footer--logos--img {
    width: 28vw;
  }

  .footer--logos--img.trisul-logo {
    width: 36vw;
  }

  .footer--logos--img.display--none {
    display: none;
  }

  .borda--logos--assinatura-2 {
    height: 6vw;
  }

  .footer--logos--setin {
    width: 27vw;
    display: block;
  }

  .image {
    width: 90%;
  }
}


