:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.vrc0005-body {
  background-color: #000;
}

.vrc0005-section-topo {
  background-image: linear-gradient(270deg, rgba(41, 41, 41, .8), rgba(29, 32, 54, 0));
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.vrc0005-container {
  max-width: 1260px;
}

.vrc0005-space {
  padding-left: 20px;
  padding-right: 20px;
}

.vrc0005-space.vrc0005-space-topo {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.vrc0005-space.vrc0005-space-hero {
  height: 755px;
  padding-top: 102px;
}

.vrc0005-space.vrc0005-space-rodape {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.vrc0005-space.vrc0005-space-obrigado {
  padding-top: 43px;
}

.vrc0005-logo-gp {
  width: 100%;
  height: auto;
  max-width: 118px;
}

.vrc0005-texto-topo {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.vrc0005-bold {
  font-weight: 700;
}

.vrc0005-destaque {
  color: #f5b41b;
}

.vrc0005-destaque.d {
  font-weight: 700;
}

.vrc0005-box-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vrc0005-icon-calendario {
  width: 100%;
  height: auto;
  max-width: 19px;
  display: block;
}

.vrc0005-box-textotopo {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vrc0005-texto-data {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}

.vrc0005-section-hero {
  background-image: url('../images/vrc0005-bg-hero_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.vrc0005-hero-h2 {
  color: #f5b41b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.vrc0005-logo-master {
  width: 100%;
  height: auto;
  max-width: 495px;
  display: block;
}

.vrc0005-logo-master.mob {
  display: none;
}

.vrc0005-hero-sub {
  max-width: 506px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 21px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 140%;
}

.vrc0005-hero-sub.d {
  max-width: 479px;
  font-size: 19px;
}

.vrc0005-chamada-cta {
  color: #fff;
  margin-bottom: 26px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 140%;
}

.vrc0005-cta {
  width: 100%;
  height: 64px;
  max-width: 427px;
  color: #0f1014;
  background-color: #f5b51c;
  background-image: linear-gradient(270deg, #fed471 10%, #f3ac06 90%);
  border-radius: 8.66px;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.vrc0005-section-rodape {
  background-image: linear-gradient(315deg, rgba(21, 27, 24, 0), #151b18);
  border-top: 1px solid #54555f;
}

.vrc0005-text-copyright {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 145%;
}

.vrc0005-link-politicas {
  color: rgba(255, 255, 255, .7);
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-4 {
  color: #fff;
}

.html-embed-34 {
  opacity: .6;
  margin-bottom: -4px;
  margin-right: 14px;
}

.form-background-div-2 {
  z-index: 15;
  width: 100%;
  height: 48px;
  max-height: none;
  max-width: 400px;
  min-width: auto;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-6 {
  width: 100%;
  height: 63px;
  max-width: 493px;
  color: #0f1014;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #f3ac06, #fed471);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  display: flex;
}

.button-6.mob {
  background-color: #27e223;
  background-image: none;
  font-family: Poppins, sans-serif;
  font-size: 17px;
}

.close-modal-captura {
  color: rgba(255, 255, 255, .8);
  display: block;
}

.error-message-2 {
  width: 100%;
  max-width: 440px;
  color: #000;
  background-color: rgba(221, 221, 221, .2);
}

.modal-title {
  max-width: 345px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.9px;
  display: none;
}

.modal-title.open {
  max-width: 334px;
  font-family: Poppins, sans-serif;
  display: block;
}

.campo-phone {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 28px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.campo-phone:focus {
  border: 1px rgba(0, 0, 0, 0);
}

.campo-phone::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}

.campo-phone::placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}

.campo-phone.phone {
  color: #000;
  font-weight: 400;
}

.campo-phone.phone::-ms-input-placeholder {
  color: rgba(1, 1, 6, .6);
  font-weight: 500;
}

.campo-phone.phone::placeholder {
  color: rgba(1, 1, 6, .6);
  font-weight: 500;
}

.box-forme {
  max-width: 440px;
}

.box-forme.open {
  width: 100%;
  max-width: 500px;
  color: #000;
  background-color: #131313;
  padding: 40px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.checkbox-field-2 {
  max-width: 400px;
  margin: 16px auto;
  padding-left: 30px;
}

.modal-forme {
  max-width: 440px;
  margin-bottom: 0;
  display: none;
}

.modal-forme.open {
  z-index: 999;
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, .76);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-field-3 {
  width: 100%;
  height: 48px;
  max-width: 400px;
  color: #000;
  background-image: none;
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3.campo-nome {
  color: #000;
  background-color: #fff;
  background-image: url('../images/user.svg');
}

.text-field-3.campo-nome::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.text-field-3.campo-nome::placeholder {
  color: rgba(0, 0, 0, .6);
}

.text-field-3.campo-email {
  color: #000;
  background-color: #fff;
  background-image: url('../images/mail.svg');
}

.text-field-3.campo-email::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.text-field-3.campo-email::placeholder {
  color: rgba(0, 0, 0, .6);
}

.checkbox-label-2 {
  max-width: 352px;
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.checkbox-label-2.a {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.close-modal {
  width: 24px;
  height: 24px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: auto;
  right: 14px;
}

.close-modal.open {
  display: block;
}

.success-message-2 {
  background-color: rgba(221, 221, 221, .2);
}

.text-block-271 {
  color: #fff;
  text-align: center;
}

.vrc0005-section-obrigado {
  height: 852px;
  background-image: url('../images/vrc0005-bg-obrigado.jpeg');
  background-position: 50% 0;
  background-size: auto;
}

.vrc0005-section-obrigado.whats {
  background-image: url('../images/vrc0005-bg-obrigado-whats.jpeg');
}

.vrc0005-icon-obrigado {
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vrc0005-text-obrigado {
  max-width: 390px;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.vrc {
  color: #e8a515;
}

.vrc005-box-obrigado {
  max-width: 693px;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 48px;
  display: flex;
}

.vrc0005-passo-numero {
  min-width: 128.2px;
  color: #e8a515;
  font-family: Exo, sans-serif;
  font-size: 104px;
  font-weight: 700;
  line-height: 110%;
}

.text-block-272 {
  max-width: 429px;
  color: #fff;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.vrc0005-cta-obrigado {
  width: 100%;
  height: 54px;
  max-width: 380px;
  color: #0f1014;
  background-color: #49e563;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.vrc0005-cta-obrigado.whats {
  background-image: url('../images/vrc0005-icon-whatsapp.svg');
  background-position: 333px;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 21px;
}

.vrc0005-numero-obrigado {
  display: none;
}

@media screen and (max-width: 991px) {
  .vrc0005-container {
    max-width: 360px;
  }

  .vrc0005-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vrc0005-space.vrc0005-space-hero {
    padding-top: 268px;
  }

  .vrc0005-space.vrc0005-space-rodape {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .vrc0005-space.vrc0005-space-obrigado {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vrc0005-logo-gp {
    display: none;
  }

  .vrc0005-logo-gp.rodape {
    display: block;
  }

  .vrc0005-texto-topo {
    justify-content: center;
    align-items: center;
    margin-right: auto;
    font-size: 13px;
  }

  .vrc0005-destaque.d {
    font-weight: 600;
  }

  .vrc0005-box-data {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: auto;
  }

  .vrc0005-icon-calendario {
    max-width: 12px;
  }

  .vrc0005-box-textotopo {
    width: 100%;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .vrc0005-texto-data {
    font-size: 13px;
  }

  .vrc0005-section-hero {
    background-image: url('../images/vrc0005-bg-hero-mob.jpeg');
  }

  .vrc0005-hero-h2 {
    text-align: center;
    font-size: 32px;
  }

  .vrc0005-logo-master {
    display: none;
  }

  .vrc0005-logo-master.mob {
    max-width: 351px;
    display: block;
  }

  .vrc0005-hero-sub {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 130%;
  }

  .vrc0005-hero-sub.d {
    font-size: 18px;
  }

  .vrc0005-chamada-cta {
    max-width: 209px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 130%;
  }

  .vrc0005-cta {
    height: 52px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 13px;
  }

  .vrc0005-text-copyright {
    max-width: 280px;
    text-align: center;
  }

  .vrc0005-link-politicas {
    margin-left: auto;
    margin-right: auto;
  }

  .link-4 {
    color: #fff;
  }

  .html-embed-34 {
    margin-right: 10px;
  }

  .form-background-div-2 {
    height: 40px;
    padding-left: 13px;
    padding-right: 5px;
  }

  .button-6 {
    height: 45px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
    display: none;
  }

  .button-6.mob {
    height: 41px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 15px;
    display: block;
  }

  .modal-title {
    font-size: 20px;
    line-height: 26px;
    display: none;
  }

  .modal-title.open {
    max-width: 283px;
    font-size: 16px;
    line-height: 21px;
  }

  .campo-phone.phone {
    padding-right: 28px;
  }

  .campo-phone.phone::-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
  }

  .campo-phone.phone::placeholder {
    font-size: 14px;
    line-height: 16px;
  }

  .box-forme.open {
    max-width: 320px;
    border-radius: 11px;
    padding: 24px 18px;
  }

  .checkbox-field-2 {
    padding-left: 21px;
  }

  .modal-forme {
    display: none;
  }

  .modal-forme.open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-3 {
    height: 40px;
    max-width: none;
  }

  .text-field-3.campo-nome {
    background-image: url('../images/user.svg');
    background-position: 13px;
    background-size: 24px 24px;
    margin-bottom: 11px;
    padding-left: 45px;
    font-family: Exo, sans-serif;
  }

  .text-field-3.campo-nome::-ms-input-placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .text-field-3.campo-nome::placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .text-field-3.campo-email {
    background-image: url('../images/mail.svg');
    background-position: 13px;
    background-size: 24px 24px;
    margin-bottom: 11px;
    padding-left: 45px;
  }

  .text-field-3.campo-email::-ms-input-placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .text-field-3.campo-email::placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .checkbox-label-2 {
    color: #2c2c2c;
    font-size: 10px;
    line-height: 13px;
  }

  .checkbox-label-2.a {
    color: #fff;
  }

  .checkbox {
    margin-left: -22px;
  }

  .vrc0005-section-obrigado {
    height: 786px;
    background-color: #010101;
    background-image: url('../images/vrc0005-bg-obrigado-mob.jpeg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .vrc0005-section-obrigado.whats {
    max-height: 100vh;
    background-image: url('../images/vrc0005-bg-obrigado-whatsmob.jpeg');
    background-position: 50% 0;
    background-size: auto;
  }

  .vrc0005-icon-obrigado.whats {
    max-width: 50px;
    margin-left: 0;
  }

  .vrc0005-text-obrigado {
    font-size: 25px;
    line-height: 115%;
  }

  .vrc0005-text-obrigado.whats {
    max-width: 327px;
    text-align: left;
    margin-left: 0;
    font-size: 24px;
  }

  .vrc005-box-obrigado {
    border: 1px #fff;
    border-radius: 8px;
    margin-bottom: 27px;
    padding: 0 0 28px;
  }

  .vrc0005-passo-numero {
    display: none;
  }

  .text-block-272 {
    max-width: 235px;
    text-align: left;
  }

  .text-block-272._2 {
    max-width: 219px;
  }

  .text-block-272.whats {
    max-width: 237px;
  }

  .vrc0005-cta-obrigado {
    font-size: 14px;
  }

  .vrc0005-cta-obrigado.whats {
    background-position: 95%;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .bold-text {
    color: #fdb600;
  }

  .vrc0005-numero-obrigado {
    display: inline-flex;
  }

  .div-block, .div-block-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .modal-title {
    margin-bottom: 15px;
  }

  .checkbox-field-2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .vrc0005-space.vrc0005-space-hero.b {
    padding-top: 255px;
  }

  .vrc0005-space.vrc0005-space-rodape {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .vrc0005-hero-sub {
    font-size: 17px;
    line-height: 130%;
  }

  .vrc0005-text-copyright {
    order: -1;
  }

  .html-embed-34 {
    margin-right: 10px;
  }

  .form-background-div-2 {
    width: 100%;
    height: 40px;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 11px;
  }

  .modal-title {
    margin-bottom: 15px;
  }

  .campo-phone {
    font-size: 15px;
    font-weight: 400;
  }

  .campo-phone.phone {
    padding-right: 0;
  }

  .box-forme {
    width: 100%;
    max-width: 100%;
  }

  .box-forme.open {
    max-width: none;
  }

  .checkbox-field-2 {
    padding-left: 25px;
  }

  .modal-forme {
    width: 100%;
  }

  .text-field-3.campo-nome, .text-field-3.campo-email {
    margin-bottom: 8px;
  }

  .checkbox-label-2 {
    max-width: 355px;
  }

  .close-modal {
    right: 8px;
  }

  .checkbox {
    margin-left: -25px;
  }

  .vrc005-box-obrigado {
    padding-left: 0;
    padding-right: 0;
  }

  .vrc0005-cta-obrigado.whats {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}