:root {
  --white-smoke: whitesmoke;
  --black: #101010;
  --gold: #ffdb11;
  --dodger-blue: #219cd9;
  --bisque: #e8d4bf;
}

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

.header {
  z-index: 10;
  background-color: #ffdb1100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.main {
  z-index: 1;
  background-color: #f9d510;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -20px;
  padding-top: 0;
}

.logo-link {
  padding-left: 0;
}

.div-social {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-left {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.div-right {
  z-index: 8;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 25px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

._12meses {
  width: auto;
  max-width: 600px;
  height: auto;
  max-height: 383px;
}

.submit-button {
  border: 2px none var(--white-smoke);
  background-color: var(--white-smoke);
  direction: ltr;
  color: var(--black);
  text-align: center;
  text-transform: none;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  font-family: azo-sans-web, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.submit-button:hover {
  border: 2px none var(--white-smoke);
  background-color: var(--black);
  color: var(--gold);
  -webkit-text-stroke-color: #101010;
  box-shadow: 0 2px 5px #0003;
}

.div-block {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  outline-offset: 0px;
  background-color: #d3b18240;
  border-radius: 20px;
  outline: 0 #a0661740;
  flex-direction: column;
  justify-content: flex-end;
  height: 395px;
  padding: 50px 35px 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image {
  z-index: 99;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  width: auto;
  max-width: 600px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.body {
  font-family: azo-sans-web, sans-serif;
}

.text-block {
  color: #101010;
  margin-top: 35px;
  padding-left: 5px;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
}

.field-label, .field-label-2, .link {
  color: var(--black);
}

.text-field, .text-field-2 {
  color: var(--black);
  border-radius: 8px;
  height: 100%;
  margin-bottom: 35px;
  padding: 7px 25px 5px;
  font-size: 16px;
}

.text-field-3 {
  color: var(--black);
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding: 7px 25px 5px;
  font-size: 16px;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  padding-top: 10px;
  font-size: 11px;
  font-style: italic;
  line-height: 14px;
  display: none;
}

.image-2 {
  display: block;
}

.image-3 {
  z-index: 2;
  color: var(--black);
  max-width: none;
  position: relative;
  inset: -300px -400px auto auto;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: -10vh;
  display: flex;
}

.image-5 {
  max-width: none;
  height: 45px;
}

.image-tel {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  width: auto;
  max-width: 600px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.div-footer {
  z-index: 50;
  background-color: #101010;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 150px;
  padding: 30px 80px 20px;
  display: flex;
  position: relative;
}

.div-main {
  z-index: 4;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 0% 8%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-more {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px 20%;
  display: flex;
}

.div-button {
  display: block;
}

.img.w--current {
  cursor: auto;
}

.img-2 {
  display: none;
}

.footer-left {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  align-items: flex-end;
  display: flex;
}

.email {
  grid-column-gap: 40px;
  color: var(--white-smoke);
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white-smoke);
  justify-content: flex-start;
  align-items: center;
  margin-right: -41px;
  padding-top: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.tele {
  grid-column-gap: 45px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.loc {
  grid-column-gap: 45px;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: var(--white-smoke);
  font-weight: 300;
}

.text-block-5 {
  color: var(--white-smoke);
  text-align: right;
  font-weight: 300;
}

.link-2 {
  color: #f11;
  -webkit-text-stroke-color: var(--gold);
  font-weight: 400;
}

.div-block-2 {
  z-index: 3;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-6 {
  width: auto;
  max-width: none;
  height: 180px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.politica {
  z-index: 1;
  background-color: #0000;
  background-image: radial-gradient(circle closest-corner at 50% 50%, #e0bd0e, var(--gold) 60%);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 105vh;
  margin-top: 0;
  padding: 180px 80px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-politica {
  z-index: 5;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #d3b18240;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 100px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
}

.text-span, .text-span-2 {
  font-weight: 700;
}

.text-block-6 {
  color: var(--black);
  font-size: 13px;
}

.div-block-3 {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 10px 0% 0%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.div-block-4 {
  z-index: 4;
  width: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.text-block-7 {
  color: var(--black);
  width: 304px;
  height: auto;
  margin-top: 20px;
  margin-left: 5px;
  font-size: 16px;
  line-height: 22px;
}

.div-sucesso {
  z-index: 5;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #d3b18240;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  padding: 50px 100px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.heading-sucesso {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.sucesso {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/maia_ver.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 105vh;
  min-height: auto;
  margin-top: 0;
  padding: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-3 {
  color: var(--white-smoke);
  text-decoration: none;
}

.text-block-8 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: #101010;
  padding-top: 10px;
  font-size: 11px;
  font-style: italic;
  line-height: 14px;
}

.image-7 {
  margin-top: 10px;
}

.image-9 {
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.image-10 {
  z-index: 999;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.image-11 {
  height: 55vh;
  overflow: visible;
}

.image-12 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: -20vh;
  margin-left: 0;
 padding-left:25px;
 padding-right:25px;
 
}

.div-back {
  margin-left: 20px;
  padding-top: 10vh;
  position: absolute;
}

.image-13 {
  vertical-align: baseline;
  width: auto;
  max-width: none;
  height: 95vh;
  padding-left: 14%;
  display: none;
  position: relative;
}

.button-2 {
  border: 3px none var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
  letter-spacing: 1px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-bottom: 153px;
  padding: 17px 100px 15px;
  font-family: azo-sans-web, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: none;
}

.button-2:hover {
  background-color: var(--black);
  color: var(--gold);
  -webkit-text-stroke-color: #101010;
  border: 3px #101010;
}

.image-14 {
  position: absolute;
  inset: auto 5% 20% auto;
}

.image-11-mob {
  height: 55vh;
  display: none;
  overflow: visible;
}

.div-head {
  background-color: var(--white-smoke);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 60px;
  display: flex;
}

.div-infos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  padding: 0;
  display: grid;
}

.info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-text {
  flex-flow: column;
  margin-left: 20px;
  display: flex;
}

.heading-2 {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.heading-2._2 {
  color: var(--gold);
}

.image-15 {
  width: 100px;
  height: 100px;
}

.div-second {
  z-index: 9;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -100px;
  padding: 100px 20%;
  display: flex;
  position: relative;
}

.button-3 {
  border: 2px solid var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
  letter-spacing: 1px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 80px;
  padding: 17px 60px 15px;
  font-family: azo-sans-web, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 20px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-3:hover {
  border: 2px solid var(--white-smoke);
  background-color: var(--black);
  color: var(--gold);
  -webkit-text-stroke-color: #101010;
}

.button-3._3 {
  border-style: solid;
  border-width: 2px;
  width: auto;
  margin-top: 100px;
}

.div-third {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 20% 100px;
  display: flex;
}

.div-fourth {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 26%;
  display: flex;
}

.heading-3 {
  color: var(--black);
  font-size: 30px;
  font-weight: 900;
}

.fourth-grid {
  z-index: 8;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #d3b18240;
  border-radius: 20px;
  width: 100%;
  padding: 30px 40px 40px;
  display: block;
  position: relative;
}

.heading-4 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 500;
}

.text-block-9 {
  color: #101010;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-span-3 {
  font-weight: 900;
}

.text-span-4 {
  color: #e50c0c;
  font-size: 20px;
}

.text-span-5 {
  font-size: 18px;
}

.text-span-6 {
  color: #0db62f;
  font-size: 18px;
}

.button-4 {
  color: #101010;
  letter-spacing: 1px;
  background-color: #f5f5f5;
  border: 3px #187a11;
  border-radius: 40px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 17px 60px 15px;
  font-family: azo-sans-web, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-4:hover {
  background-color: var(--black);
  color: var(--gold);
  -webkit-text-stroke-color: #101010;
  border: 3px #101010;
}

.div-tst {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 20%;
  display: flex;
}

.field-label-3, .field-label-4 {
  color: var(--black);
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox {
  clear: none;
  background-color: #ffffff80;
  border-color: #7e7e7e;
  border-radius: 5px;
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.9;
}

.checkbox.w--redirected-checked {
  background-color: #0db62f;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  color: var(--black);
  text-align: left;
  border-radius: 5px;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 14px;
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bold-text, .bold-text-2 {
  color: #0db62f;
}

.form-2 {
  grid-row-gap: 10px;
  color: var(--black);
  text-align: center;
  margin-top: 10px;
}

.heading-5 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-7 {
  font-weight: 900;
}

.form-block-2 {
  margin-bottom: 20px;
}

.button-6 {
  color: #101010;
  letter-spacing: 1px;
  background-color: #f5f5f5;
  border: 3px #187a11;
  border-radius: 40px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 17px 60px 15px;
  font-family: azo-sans-web, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-6:hover {
  background-color: var(--black);
  color: var(--gold);
  -webkit-text-stroke-color: #101010;
  border: 3px #101010;
}

.third-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.in-third-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--gold);
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 20px 6px 6px;
  display: flex;
}

.image-16 {
  border-radius: 16px;
  width: 50px;
  height: 50px;
  padding-left: 0;
}

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

.image-17 {
  border: 0px none var(--gold);
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.paragraph {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
}

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

.heading-8 {
  color: var(--gold);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.name {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-block-10 {
  color: var(--gold);
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-weight: 300;
}

.image-18 {
  z-index: 7;
  width: 350px;
  position: absolute;
  inset: 57% -5% auto auto;
}

.image-19 {
  z-index: 7;
  width: 300px;
  height: 300px;
  position: absolute;
  left: -3%;
}

.text-block-11 {
  color: var(--black);
  text-align: center;
  width: 450px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 14px;
  display: block;
}

.link-4 {
  color: var(--black);
}

.form-4 {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-top: -70px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-left {
    z-index: 9;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 13% 0% 0%;
    padding: 0;
    overflow: hidden;
  }

  .div-right {
    z-index: 8;
    box-sizing: border-box;
    object-fit: none;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0;
    display: flex;
    position: static;
    inset: 0%;
    overflow: hidden;
  }

  ._12meses {
    margin-bottom: 0;
  }

  .submit-button:hover {
    border-color: #101010;
  }

  .div-fid {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-2 {
    width: 100%;
    max-width: none;
    max-height: 60px;
    margin-top: 0;
    display: block;
  }

  .image-3 {
    height: 90%;
    top: -200px;
    right: -250px;
  }

  .form-block {
    max-width: none;
    margin-top: 0;
  }

  .image-4 {
    display: block;
  }

  .div-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .div-more {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-top: 20px;
    display: flex;
  }

  .button {
    z-index: 5;
    color: #101010;
    letter-spacing: 2px;
    -webkit-text-stroke-color: #101010;
    background-color: #0000;
    border: 4px solid #101010;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: azo-sans-uber, sans-serif;
    font-size: 34px;
    line-height: 14px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .button:hover {
    color: #fff;
    background-color: #101010;
    border-color: #101010;
  }

  .lottie-animation {
    z-index: 4;
    height: 150px;
    position: absolute;
    right: -100px;
  }

  .img {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .img-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .div-block-2 {
    display: none;
  }

  .image-6 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .politica {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-politica {
    padding: 40px 60px;
  }

  .heading {
    text-align: center;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .div-block-4 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-7 {
    text-align: center;
  }

  .div-sucesso {
    padding: 40px 60px;
  }

  .heading-sucesso {
    text-align: center;
  }

  .sucesso {
    flex-direction: column;
    align-items: center;
    height: 105vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7 {
    margin-bottom: 0;
  }

  .image-9 {
    width: 140%;
    max-width: none;
    height: auto;
  }

  .image-10 {
    height: 250px;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    box-sizing: content-box;
    object-fit: fill;
    width: 74%;
    min-width: auto;
    height: auto;
    margin-top: 0;
    padding-bottom: 25px;
    display: block;
    overflow: visible;
  }

  .div-back {
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    display: flex;
  }

  .image-13 {
    width: 97%;
    position: static;
  }

  .button-2 {
    text-align: center;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 13px;
    font-size: 19px;
    display: flex;
  }

  .image-14 {
    display: none;
    bottom: 0%;
  }

  .image-11-mob {
    -webkit-text-stroke-width: 0px;
    border: 0 solid #000;
    display: block;
  }

  .heading-2 {
    font-size: 17px;
  }

  .heading-2._2 {
    font-size: 17px;
    line-height: 23px;
  }

  .image-15 {
    width: 80px;
    height: 80px;
  }

  .div-second {
    margin-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .button-3 {
    padding-top: 15px;
    padding-bottom: 13px;
    font-size: 19px;
  }

  .div-third {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-fourth {
    padding-left: 15%;
    padding-right: 15%;
  }

  .fourth-grid {
    background-color: #d9dabe40;
    padding: 20px 30px 30px;
  }

  .heading-4 {
    padding-right: 50px;
    font-size: 22px;
  }

  .button-4 {
    padding-top: 15px;
    padding-bottom: 13px;
    font-size: 19px;
  }

  .div-tst {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-5 {
    font-size: 22px;
  }

  .button-6 {
    padding-top: 15px;
    padding-bottom: 13px;
    font-size: 19px;
  }

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

  .in-third-grid {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .text-block-11 {
    width: 450px;
    height: auto;
    margin-top: 25px;
    display: block;
  }

  .form-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    margin-top: -80px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-left {
    justify-content: flex-start;
    align-items: center;
    margin-top: 8%;
    padding: 0 20px;
  }

  .div-right {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  ._12meses {
    width: 100%;
    max-width: none;
    max-height: none;
    margin-bottom: 0;
  }

  .submit-button {
    font-size: 22px;
  }

  .div-block {
    padding: 35px 20px;
  }

  .image {
    width: 100%;
    max-width: none;
  }

  .text-block {
    margin-top: 25px;
    padding-left: 5px;
  }

  .image-2 {
    width: auto;
    margin-top: 0;
  }

  .image-3 {
    height: 45%;
    top: -184px;
    right: -274px;
  }

  .image-5 {
    height: 40px;
  }

  .image-tel {
    width: 100%;
    max-width: none;
  }

  .div-footer {
    z-index: 50;
    grid-row-gap: 50px;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-more {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-button {
    margin-top: 20px;
  }

  .img-2 {
    margin-top: 0;
  }

  .footer-left {
    align-items: flex-start;
    width: 100%;
  }

  .footer-right {
    justify-content: flex-end;
  }

  .div-block-2 {
    height: auto;
    display: flex;
  }

  .image-6 {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-7 {
    text-align: center;
  }

  .image-7 {
    margin-bottom: 0;
  }

  .image-9 {
    width: 200%;
    max-width: none;
    height: auto;
    display: block;
  }

  .image-10 {
    height: 200px;
  }

  .image-11 {
    height: auto;
    display: none;
  }

  .image-12 {
    box-sizing: content-box;
    object-fit: fill;
  }

  .image-13 {
    width: 140%;
    margin-left: 20px;
    margin-right: -30px;
  }

  .button-2 {
    width: 100%;
    padding: 15px 30px 13px;
    line-height: 24px;
  }

  .image-11-mob {
    height: auto;
    display: block;
  }

  .div-head {
    padding-left: 40px;
    padding-right: 40px;
  }

  .info-text {
    margin-left: 10px;
  }

  .heading-2, .heading-2._2 {
    font-size: 15px;
  }

  .image-15 {
    width: 60px;
    height: 60px;
  }

  .div-second {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3 {
    width: 80%;
    padding: 15px 30px 13px;
    line-height: 24px;
  }

  .div-third, .div-fourth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fourth-grid {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .button-4 {
    text-align: center;
    padding: 15px 30px 13px;
    line-height: 24px;
  }

  .div-tst {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .button-6 {
    width: 80%;
    padding: 15px 30px 13px;
    line-height: 24px;
  }

  .third-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .image-18, .image-19 {
    display: none;
  }

  .text-block-11 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main {
    margin-top: 0;
    padding-top: 60px;
  }

  .div-social {
    grid-column-gap: 20px;
    display: none;
  }

  .div-left {
    justify-content: space-between;
    align-items: center;
    height: 70vh;
    margin-top: 0;
    padding: 30px 10px 0;
  }

  .div-right {
    display: flex;
    inset: 0%;
  }

  .submit-button {
    font-size: 18px;
    line-height: 24px;
  }

  .submit-button:hover {
    color: #101010;
    background-color: #10101000;
  }

  .image {
    display: none;
  }

  .div-fid {
    justify-content: center;
  }

  .image-2 {
    margin-top: 0;
  }

  .image-3 {
    width: 600px;
    max-width: none;
    top: -180px;
    right: -250px;
  }

  .image-5 {
    height: 35px;
  }

  .image-tel {
    border-radius: 0;
    display: block;
  }

  .div-footer {
    z-index: 50;
    position: relative;
  }

  .div-more {
    height: auto;
    padding: 80px 25px;
  }

  .button {
    border-width: 3px;
    border-color: #101010;
    border-radius: 0;
  }

  .button:hover {
    color: var(--white-smoke);
  }

  .img {
    margin-top: 0;
    display: flex;
  }

  .img-2 {
    display: none;
  }

  .image-6 {
    width: 100%;
  }

  .politica {
    padding-top: 150px;
  }

  .div-politica {
    color: var(--black);
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading {
    color: var(--black);
  }

  .text-block-6 {
    font-size: 12px;
  }

  .div-block-3 {
    padding-top: 40px;
  }

  .text-block-7 {
    text-align: center;
    width: 280px;
    font-size: 14px;
  }

  .div-sucesso {
    color: var(--black);
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-sucesso {
    color: var(--black);
  }

  .sucesso {
    padding-top: 80px;
  }

  .image-9 {
    width: 200%;
  }

  .image-10 {
    height: 150px;
  }

  .image-11 {
    display: block;
  }

  .image-12 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-13 {
    width: 165%;
    height: auto;
    margin-left: 60px;
    margin-right: 0;
  }

  .button-2 {
    width: 100%;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
  }

  .image-11-mob {
    display: none;
  }

  .div-head {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-infos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .div-second {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-3 {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-third {
    z-index: 10;
    padding-bottom: 80px;
    position: relative;
  }

  .div-fourth {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-4 {
    padding-right: 0;
  }

  .button-4 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 26px;
  }

  .div-tst {
    z-index: 10;
    position: relative;
  }

  .checkbox-label {
    font-size: 14px;
    line-height: 18px;
  }

  .button-6 {
    width: 100%;
    margin-top: 72px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .in-third-grid {
    padding-right: 10px;
  }

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

  .image-18 {
    top: 59%;
  }

  .image-19 {
    top: 46%;
  }

  .text-block-11 {
    width: auto;
    position: relative;
  }
}

#w-node-b8efa4da-0a82-65cf-58d0-15d7a787bfc9-eab0d6d7, #w-node-_8e5b8846-cc12-b56a-5a48-667967108c27-eab0d6d7, #w-node-_0af3b794-d8f9-e0e1-1883-5c69a44de187-eab0d6d7, #w-node-_67577f61-6bb3-a55c-e0a9-c10463a9864e-eab0d6d7, #w-node-cd6609cc-5cde-f7f9-4347-67f0c6a9ac2a-eab0d6d7 {
  place-self: auto start;
}

#w-node-_2a90516a-8195-893a-db47-98989bfe14b6-eab0d6d7 {
  place-self: center start;
}

#w-node-_5062ba09-a389-3cf5-5746-d04e55250766-eab0d6d7 {
  place-self: auto start;
}


