:root {
  --white: #fff;
  --laranja: #f97316;
  --grey: #71717a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/imagem-header.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 820px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.container.height-100 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.rodape {
  background-image: url('../images/asset2.png'), url('../images/asset1.png');
  background-position: 97% 50px, 3% 100px;
  background-repeat: no-repeat, no-repeat;
  background-size: 62px, 63px;
}

.nav-topo {
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  width: 154px;
  height: 40px;
}

.div-contador {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.txt-contador {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.width-615px {
  width: 100%;
  max-width: 615px;
}

.h1-header {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-header {
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.button-inscreva-se {
  background-color: var(--laranja);
  color: var(--white);
  border-radius: 48px;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.button-inscreva-se:hover {
  transform: scale(1.1);
}

.button-inscreva-se.center {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid {
  grid-column-gap: 149px;
  grid-row-gap: 149px;
  grid-template-rows: auto;
}

.div-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tag {
  color: var(--laranja);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.tag.center {
  text-align: center;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.h2.center {
  text-align: center;
}

.paragraph {
  color: var(--grey);
  font-size: 18px;
  line-height: 30px;
}

.paragraph.depoimento {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
}

.image2 {
  width: 100%;
  max-width: 417px;
  margin-left: auto;
  margin-right: auto;
}

.image1 {
  width: 100%;
  max-width: 517px;
  margin-left: auto;
  margin-right: auto;
}

.gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-depoimento {
  grid-column-gap: 149px;
  grid-row-gap: 149px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.image-depoimento {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.div-depoimento {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title-depoimento {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.subtitle-depoimento {
  color: var(--grey);
  line-height: 24px;
}

.stars-depoimento {
  width: 99px;
  height: 19px;
}

.width-634px {
  width: 100%;
  max-width: 634px;
}

.grid-brindes {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-brinde {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 314px;
  padding: 10px 10px 30px;
  box-shadow: 14px 11px 30px -6px #00000014;
}

.image-brinde {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 210px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.title-brinde {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subtitle-brinde {
  color: var(--grey);
  margin-bottom: 20px;
  font-size: 12px;
}

.button-resgatar {
  color: var(--grey);
  text-align: center;
  background-color: #f4f4f5;
  border-radius: 48px;
  width: 100%;
  height: auto;
  transition: all .4s;
}

.button-resgatar:hover {
  background-color: var(--grey);
  color: var(--white);
  transform: scale(1.08);
}

.form-rodape {
  width: 100%;
  max-width: 618px;
  height: auto;
}

.input-form {
  color: var(--grey);
  border: 1px solid #e7e7e7;
  border-radius: 48px;
  height: 64px;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.input-form:focus {
  border-color: var(--laranja);
}

.check:hover, .check:active {
  background-color: var(--laranja);
}

.check:focus {
  background-color: var(--laranja);
  color: #fff;
}

.text-span {
  text-decoration: underline;
}

.checkbox-field {
  margin-bottom: 40px;
}

.div-rodape {
  color: #a1a1aa;
  border-top: 1px solid #e7e7e7;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.link-rodape {
  color: #a1a1aa;
  text-decoration: none;
}

.style-embed {
  display: none;
}

.checkbox-toggle {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.checkbox-toggle-hide {
  display: none;
}

.checkbox-toggle-label {
  z-index: 2;
  white-space: nowrap;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 56px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.checkbox-toggle-track {
  z-index: 0;
  background-color: #d3d3d3;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 42px;
  height: 26px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.checkbox-toggle-thumb {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  transition: left .2s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 4px;
  box-shadow: 0 1px 5px #0003;
}

.checkbox-toggle-thumb.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.div-block-2 {
  height: auto;
  margin-bottom: 20px;
}

.h-captcha-embed {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .grid, .grid-depoimento {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .grid-brindes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 930px;
  }

  .container.height-100 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 100px;
  }

  .nav-topo {
    flex-flow: column;
  }

  .logo {
    margin-bottom: 40px;
  }

  .h1-header {
    font-size: 30px;
    line-height: 40px;
  }

  .grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .paragraph.depoimento {
    text-align: center;
  }

  .image2, .image1 {
    width: 60%;
  }

  .grid-depoimento {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-depoimento {
    width: 40%;
  }

  .div-depoimento {
    justify-content: center;
    align-items: center;
  }

  .grid-brindes {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .container.rodape {
    background-position: 97% 10px, 3% 150px;
  }

  .nav-topo {
    flex-flow: column;
    width: 100%;
  }

  .logo {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-contador {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .width-615px {
    text-align: center;
    padding-top: 290px;
  }

  .h1-header, .paragraph-header {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .button-inscreva-se {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .h2 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph {
    text-align: center;
  }

  .image2, .image1 {
    width: 80%;
  }

  .gap-48px {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-depoimento {
    width: 50%;
  }

  .grid-brindes {
    grid-template-columns: 1fr;
  }

  .title-brinde, .subtitle-brinde {
    text-align: center;
  }

  .div-rodape {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .checkbox-toggle, .checkbox-toggle-label {
    height: 60px;
    line-height: 14px;
  }
}

#w-node-b90273e9-801c-99e7-7e45-7dd2400def48-13e6b990 {
  order: 9999;
}

@media screen and (max-width: 767px) {
  #w-node-_720dc40e-84de-8c95-631d-4518cc3561ff-13e6b990 {
    order: 9999;
  }
}


