.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.modal__dentro {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  max-width: 100%;
  height: 440px;
  max-height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  background-color: #000;
  z-index: 1000;
  border: 1px solid #fff;
}

.modal__overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  display: none;
}

.modal-confirma {
  max-width: 135px;
  max-height: 135px;
}

.modal-text {
  color: #e241aa;
  font-size: 18px;
}

.modal-button {
  margin-top: 20px;
  width: 160px;
  height: 41px;
  font-size: 16px;
  background-color: #cf2797;
  color: #fff;
  border-radius: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
  background-image: url('../images/bg-geral.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: 'Avenirnext 08', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
}

.section {
  height: auto;
  background-image: url('../images/BG-topo.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section-9 {
  height: 220px;
  background-image: url('../images/BG-topo.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.section.interna {
  height: 110px;
}

.image {
  display: block;
  width: 180px;
  margin: 8px auto 80px;
}

.image-2 {
  position: absolute;
  left: 0;
  right: -450px;
  top: 50px;
  margin: 0 auto;
  cursor: pointer;
}

.image-2-login {
  position: relative;
  left: 750px;
  top: -111px;
  z-index: 1001;
  float: right;
  cursor: pointer;
}

.div-block {
  display: block;
  padding-top: 13px;
}

.columns {
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-block {
  position: relative;
  top: -33px;
  display: block;
  margin-bottom: -30px;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  width: 270px;
  padding-right: 10px;
}

.image-7 {
  padding-left: 11px;
}

.columns-2 {
  margin-top: 40px;
}

.image-8 {
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 90px;
}

.section-2 {
  margin-top: 0px;
  padding-top: 80px;
  background-image: url('../images/Arlequim.png'), url('../images/Card-Pattern.png');
  background-position: 20% 50%, 100% 0%;
  background-size: contain, 322px;
  background-repeat: no-repeat, no-repeat;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-10 {
  width: 343px;
  margin-top: 30px;
}

.section-3 {
  padding-top: 160px;
  background-image: url('../images/o-futuro-e-onde-voce-estiver.png');
  background-position: 91% 30%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.column {
  padding-left: 0px;
}

.image-11 {
  float: right;
}

.container {
  margin-top: 0px;
  padding-top: 80px;
  background-image: url('../images/autonomia.png');
  background-position: 22% 30%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  mix-blend-mode: lighten;
}

.image-14 {
  position: relative;
  top: 50px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-15 {
  position: relative;
  top: -60px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-16 {
  position: relative;
}

.section-4 {
  display: none;
  height: 650px;
  padding-top: 30px;
  padding-bottom: 194px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1b1b1b), to(rgba(78, 78, 78, 0))), url('../images/Card-Pattern.png');
  background-image: linear-gradient(0deg, #1b1b1b, rgba(78, 78, 78, 0)), url('../images/Card-Pattern.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 322px;
  background-repeat: repeat, repeat-y;
}

.section-5 {
  height: auto;
  margin-top: 30px;
  background-image: url('../images/Arlequim-txt-vazado.png'), url('../images/vantagens-img.png');
  background-position: 0px 0px, 100% 0%;
  background-size: 45%, 70%;
  background-repeat: no-repeat, no-repeat;
  overflow-x: hidden; 
}

.section-5.rodape {
  background-image: none;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  margin-top: 0px;
  margin-bottom: 1px;
  padding-top: 0%;
  padding-bottom: 40px;
}

.container-2.home {
  margin-top: 20px;
  padding-top: 41%;
  background-image: url('../images/Arlequim.png');
  background-position: 80% 110%;
  background-size: 330px;
  background-repeat: no-repeat;
}

.container-2.sobre {
  margin-top: 0px;
}

.container-2.trabalho {
  margin-bottom: 0px;
  padding-bottom: 50px;
}

.image-18 {
  display: block;
  margin: 80px auto 60px;
}

.image-19 {
  display: none;
  margin: 70px auto;
  cursor: pointer;
}

.image-20 {
  display: block;
  margin: 20px auto;
}

.body-2 {
  background-image: url('../images/bg-geral.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-2 {
  display: block;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}

.compara {
  overflow: hidden;
  height: 400px;
  padding-left: 100px;
  background-color: transparent;
}

.compara.comp2 {
  display: block;
}

.card-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mask {
  overflow: visible;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-wrapper {
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-wrapper:hover {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.div-block-2 {
  -webkit-perspective: 1234px;
  perspective: 1234px;
}

.slide {
  overflow: visible;
  width: 20%;
  padding-top: 30px;
  padding-right: 10px;
}

.link-block-3 {
  position: static;
  display: block;
}

.left-arrow {
  display: block;
}

.right-arrow {
  display: block;
  width: 200px;
  height: 460px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(#1a1a1a), color-stop(0, #1a1a1a), to(rgba(26, 26, 26, 0)));
  background-image: linear-gradient(270deg, #000, #1a1a1a, #1a1a1a 0, rgba(26, 26, 26, 0));
}

.slide-nav {
  display: none;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  height: 100%;
  background-color: #1d1d1d;

  overflow-y: auto;
  overflow-x: hidden;
}

.container-3 {
  padding-top: 30px;
}

.link-block-4 {
  display: block;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.image-21 {
  display: block;
}

.link-block-5 {
  display: block;
  padding-top: 20px;
  text-decoration: none;
}

.link-block-6 {
  display: block;
  padding-top: 20px;
  text-decoration: none;
}

.link-block-7 {
  display: block;
  padding-top: 20px;
  text-decoration: none;
}

.link-block-8 {
  display: block;
  padding-top: 20px;
  text-decoration: none;
}

.column-2 {
  border-left: 1px none grey;
}

.link-block-9 {
  position: static;
  margin-top: 20px;
  margin-right: 20px;
  float: right;
}

.image-22 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.columns-3 {
  margin-top: 50px;
  background-image: url('../images/Card-Pattern.png');
  background-position: 40% 83%;
  background-size: 260px;
  background-repeat: no-repeat;
}

.image-23 {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.image-24 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-25 {
  display: block;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.image-26 {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  mix-blend-mode: normal;
}

.image-27 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-28 {
  position: relative;
  top: -36px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-10 {
  display: block;
}

.image-29 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-30 {
  display: block;
  width: 340px;
  margin-right: auto;
  margin-left: auto;
}

.image-31 {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.columns-4 {
  margin-left: 0%;
  background-image: url('../images/Card-Pattern.png');
  background-position: 40% 70%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.image-32 {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.columns-5 {
  margin-top: 70px;
  margin-bottom: 90px;
}

.column-3 {
  padding-left: 0px;
}

.image-34 {
  margin-top: 55px;
}

.link-block-11 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.image-35 {
  margin-top: 45px;
  margin-right: 50px;
  padding-right: 0px;
}

.image-36 {
  display: block;
  width: 230px;
  margin-top: 10px;
}

 /* {
  display: block;
  width: 330px;
  margin-right: auto;
  margin-left: 0px;
} */

.columns-6 {
  margin-top: 100px;
  margin-bottom: 60px;
}

.columns-6.home {
  margin-top: 0px;
  margin-bottom: 40px;
}

.image-38 {
  display: block;
  margin: 90px auto 30px;
}

.image-39 {
  display: inline-block;
  width: 290px;
  margin-left: 0px;
}

.icon {
  display: block;
  margin-right: 0px;
  color: #6414b3;
}

.link-block-12 {
  display: block;
}

.link-block-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.link-block-13.l343 {
  margin-left: 0px;
}

.link-block-13.l343.central {
  width: auto;
  margin-bottom: 130px;
}

.link-block-13.w535 {
  width: 350px;
  margin-top: 30px;
}

.link-block-13.ajuste {
  width: 280px;
}

.image-40 {
  display: block;
  margin-right: 100px;
  margin-left: auto;
}

.image-40.pd-0 {
  display: none;
  width: 110px;
  margin-right: 0px;
}

.image-40.pd-0.central {
  margin-right: auto;
  margin-left: auto;
}

.image-40.no1 {
  display: none;
  margin-left: 290px;
}

.l343 {
  width: 343px;
  margin-top: 10px;
}

.center-mneg {
  margin-top: -40px;
  margin-bottom: 70px;
  text-align: center;
}

.center-mneg.w343 {
  width: 400px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 16px;
}

.center-mneg.w343.cadastro {
  margin-top: 0px;
  font-size: 32px;
  line-height: 38px;
}

.icon-2 {
  color: #6414b3;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.52);
}

.image-41 {
  width: 290px;
  margin-top: -60px;
  margin-left: 140px;
}

.link-block-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-42 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-43 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  width: 535px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.bullets {
  /*background-image: url('../images/Agrupar-6.png');*/
  background-position: 440px 48px;
  background-size: 80px;
  background-repeat: no-repeat;
  line-height: 20px;
}

.paragraph.bullets.precisa {
  width: 400px;
  margin-top: 10px;
}

.paragraph.bullets.no-icon {
  margin-top: 19px;
  margin-bottom: 140px;
  background-image: none;
}

.image-44 {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  width: auto;
}

.paragraph-2.center {
  width: 510px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  line-height: 23px;
  text-align: center;
}

.paragraph-2.center.largo {
  max-width: 600px;
  margin-top: -30px;
}

.paragraph-2.center.largo2 {
  width: 540px;
  margin-top: 20px;
}

.image-45 {
  width: 400px;
  margin-bottom: 20px;
}

.paragraph-3.w343 {
  width: 410px;
}

.paragraph-4 {
  width: 280px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.image-48 {
  position: fixed;
  display: block;
}

.image-48.not-menu {
  display: block;
  margin-left: 90px;
}

.div-block-3 {
  margin-left: 15%;
}

.div-block-4 {
  margin-left: 10%;
}

.image-49 {
  display: block;
  width: 400px;
  margin-bottom: 20px;
}

.image-50 {
  display: block;
  width: 470px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 60px;
}

.text-block-2 {
  position: absolute;
  bottom: 580px;
  right: -105px;
  width: 270px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #ba267c;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-block-2.sustenta {
  left: 0px;
  top: -190px;
  font-size: 14px;
}

.div-block-5 {
  margin-left: 25%;
}

.image-52 {
  width: 320px;
}

.image-68 {
  padding-top: 20px;
  width: 350px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.image-69 {
  width: 330px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-53 {
  display: block;
  width: 480px;
  margin-top: 130px;
  margin-right: -10px;
  margin-left: 390px;
  float: none;
}

.paragraph-5 {
  width: 380px;
}

.paragraph-6 {
  width: 730px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.columns-8 {
  margin-top: 50px;
}

.paragraph-7 {
  width: 340px;
  margin-top: 20px;
  font-size: 16px;
}

.submit-button {
  width: 215px;
  height: 41px;
  margin-top: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-color: #87185a;
  background-image: linear-gradient(55deg, #500c5f, #881757);
  font-size: 12px;
}

.pf {
  display: none;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  background-color: none;
  font-size: 12px;
}

.pf:focus {
  border-bottom: 1px solid #851557;
}

.pf.padd {
  width: 160px;
  margin-left: 10px;
}

.container-pf {
  width: 360px;
  padding-left: 10px;
}

.container-title {
  position: relative;
  margin-bottom: 45px;
}

.container-text {
  position: relative;
}

.experimente-text {
  font-size: 15.4px;
}

.pf-pink-1 {
  font-size: 36px;
  font-family: 'Permanent Marker', cursive;
  color: #ff30a2;
  position: absolute;
  right: 30px;
  bottom: -18px;
  transform: rotate(-4deg);
}
.pf-pink-2 {
  font-size: 19px;
  font-family: 'Permanent Marker', cursive;
  color: #ff30a2;
  position: absolute;
  right: 0px;
  bottom: 2px;
  transform: rotate(-7deg);
}

.experimente-text strong {
  font-weight: 600;
  font-family: 'Avenirnext 01';
}

.pf-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  font-family: 'Recursive', sans-serif;
}

/* .container-text {

} */

.text-field-2 {
  margin-top: 30px;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  background-color: transparent;
  font-size: 12px;
}

.text-field-2.contato {
  margin-top: 0px;
}

.select-field {
  margin-top: 30px;
  padding-right: 0px;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  border-radius: 20px;
  background-color: #8d8d8d;
  font-size: 12px;
}

.select-field.interno {
  width: 130px;
  margin-top: 0px;
  margin-left: 10px;
  border-radius: 0px;
  background-color: #161616;
  color: #b4b4b4;
}

.form-block {
  margin-left: 50px;
}

.paragraph-8 {
  width: 390px;
  margin-top: 20px;
  font-family: 'Avenirnext 08', sans-serif;
  color: #fff;
}

.paragraph-8.mid {
  width: 450px;
  margin-right: auto;
  margin-bottom: 210px;
  margin-left: auto;
  line-height: 23px;
  text-align: center;
}

.image-59 {
  display: block;
  width: 340px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.column-5 {
  margin-top: 60px;
  padding-right: 100px;
  padding-left: 50px;
}

.container-5 {
  mix-blend-mode: lighten;
  position: relative;
}

.section-6 {
  display: none;
}

.dropdown {
  width: 100%;
  color: #cfcfcf;
}

.dropdown.inv {
  display: none;
}

.dropdown-toggle {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2b2b2b;
  color: #fafafa;
}

.dropdown-toggle.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0e0e0e;
}

.dropdown-link {
  display: block;
  width: 500px;
  background-color: #0e0e0e;
  color: #b4b4b4;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  position: static;
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.text-block-3 {
  font-family: 'Avenirnext 08', sans-serif;
  font-weight: 400;
  text-align: left;

  white-space: pre-wrap;
}

.paragraph-9 {
  font-family: 'Avenirnext 08', sans-serif;
}

.column-6 {
  padding-right: 400px;
}

.loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  display: none;
  background-color: #2e2e2e;
}

.column-7 {
  border-right: 1px solid #ff30a2;
}

.section-7 {
  background-image: url('../images/Arlequim.png');
  background-position: 30% 44%;
  background-size: 310px;
  background-repeat: no-repeat;
}

.section-8 {
  margin-left: 0%;
}

.image-60 {
  width: 365.5px;
}

.bold-text-2 {
  text-decoration: underline;
}

.column-8 {
  padding-right: 40px;
  padding-left: 40px;
  font-size: 14px;
}

.body-3 {
  background-color: #2e2e2e;
}

.image-62 {
  display: block;  
  margin-right: auto;
  margin-left: auto;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #b9b9b9;
  font-size: 20px;
  text-align: center;
}

.checkbox-field {
  display: inline-block;
  float: right;
}

.checkbox {
  display: block;
  width: auto;
  margin-top: 7px;
  margin-right: 4px;
  margin-left: 0px;
  background-color: #5a5a5a;
}

.compara-2 {
  display: none;
  height: 400px;
  padding-left: 100px;
  background-color: transparent;
}

.checkbox-label {
  cursor: default;
}

.container-7 {
  margin-top: 0px;
  padding-top: 20px;
}

.image-63 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-63.trabalhe {
  position: fixed;
}

.button {
  display: block;
  width: 170px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-radius: 30px;
  background-color: #e43bab;
  text-align: center;
}

.link-block-15 {
  display: inline-block;
}

.div-block-6 {
  width: 310px;
  height: 150px;
  margin-left: 70px;
}

.radio-button-field {
  display: inline-flex;
  /* margin-left: 10px; */
  align-items: center;
  gap: 10px;
}


.radio-button-label {
  color: #838383;
}

.text-block-4 {
  color: #8a8a8a;
  padding-bottom: 20px;
}

.pj {
  display: block;
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  background-color: none;
  font-size: 12px;
}

.pj:focus {
  border-bottom: 1px solid #851557;
}

.pj.padd {
  width: 160px;
  margin-left: 10px;
}

.pf-copy {
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  background-color: #161616;
  font-size: 12px;
}

.pf-copy:focus {
  border-bottom: 1px solid #851557;
}

.pf-copy.padd {
  width: 160px;
  margin-left: 10px;
}

.campo {
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  background-color: transparent;
  font-size: 12px;
}

.campo:focus {
  border-bottom: 1px solid #851557;
}

.paddr {
  /* padding-right: 7px !important; */
}

.columns-9 {
  width: 257px;
  margin-left: 0px;
  padding-left: 50px;
}

.link-block-16 {
  display: block;
  width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.image-64 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.faq-link, .faq-link:link, .faq-link:visited, .faq-link:active {
  cursor: pointer;
  text-decoration: none;
  color: #ff30a2;
}

.faq-link:hover {
  text-decoration: underline;
}

.faq-div-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}

.faq-div-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: max-content;
}

.faq-div-info ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.faq-div-info li:last-child p {
  min-width: 45px;
  margin-bottom: 0px;
}

.faq-div-info ul:last-child {
  margin-left: 25px;
  border-left: 1px solid white;
}

.faq-div-info ul:last-child > * {
  margin-left: 25px;
  font-weight: 600;
  color: #ff30a2;
}

.faq-img-title {
  font-weight: 600;
  margin-top: 10px;
  line-height: 20px;
}

.faq-img-title:not(:first-child) {
  text-align: center;
}

@media screen and (min-width: 1536px) {
  .image-2-login {
    left: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .image-28 {
    margin-right: auto;
  }

  .image-29 {
    margin-right: auto;
  }

  .image-40.no1 {
    display: none;
  }

  .menu-publico-label {
    line-height: 35px;
  }
}

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

  .image-2-login {
    left: 750px;
  }  
}

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

  .image-2-login {
    left: 750px;
  }  
}

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

  .image-2-login {
    left: 700px;
  }  
}

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

  .image-2-login {
    left: 650px;
  }  
}

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

  .image-2-login {
    left: 600px;
  }  

  .menu-publico-label {
    font-size: 28px;
  }
}


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

  .image-2-login {
    left: 550px;
  }  
}

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

  .image-2-login {
    left: 500px;
  }  

  .menu-publico-label {
    font-size: 24px;
    line-height: 30px;
  }
}

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

  .image-2-login {
    left: 450px;
  }  

  .div-menu-publico-opcoes {
    padding: 55px 30px 100px 40px;
  }
}

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

  .image-2-login {
    left: 400px;
  }  

  .div-block-5 {
    margin-left: 17%;
  }

  .submenu-login-drop {
    padding-top: 10px;
  }

}

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

  .image-2 {
    left: -140px;
  }
  
  .image-2-login {
    left: 330px;
  }  

  .section-2 {
    background-image: none;
  }

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

  .section-3 {
    padding-top: 60px;
    background-image: none;
  }

  .image-11 {
    width: 430px!important;
  }

  .section-4 {
    height: auto;
    padding-bottom: 20px;
  }

  .compara {
    height: 240px;
  }

  .right-arrow {
    height: auto;
  }

  .paragraph.bullets.no-icon {
    margin-bottom: 50px;
  }

}

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

  .image-2-login {
    left: 260px;
  }  
}


@media screen and (max-width: 767px) {
  .body {
    background-size: auto;
  }

  .section {
    height: auto;
  }

  .image {
    margin-bottom: 40px;
    margin-left: 10px;
  }

  .image-2-login {
    left: 200px;
    top: -69px;
  }

  .image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-4 {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .image-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-7 {
    display: block;
    margin: 30px auto;
  }

  .image-8 {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .image-9 {
    display: none;
  }

  .image-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-11 {
    display: block;
    width: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .container {
    padding-top: 0px;
  }

  .section-4 {
    background-image: none;
  }

  .image-18 {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .compara {
    height: 340px;
    padding-left: 0px;
  }

  .card-back {
    width: 200px;
  }

  .card-front {
    width: 200px;
  }

  .mask {
    overflow: hidden;
  }

  .slide {
    width: 100%;
  }

  .menu {
    position: fixed;
    display: block;
  }

  .column-2 {
    padding-top: 30px;
    border-left-width: 0px;
  }

  .image-35 {
    margin-right: 170px;
  }

  .image-36 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-13.l343 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-40.pd-0 {
    margin-right: 80px;
  }

  .l343 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

  .image-45 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

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

  .paragraph-3.w343 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-4 {
    width: 410px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-46 {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-47 {
    width: auto;
    height: 26px;
  }

  .text-block {
    font-size: 15px;
    line-height: 22px;
  }

  .image-48 {
    display: none;
    margin-top: 0px;
  }

  .columns-7 {
    padding-left: 30px;
  }

  .faq-div-container {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .faq-div-info:first-child {
    width: 265px;
  }
}

@media screen and (max-width: 523px) {
  .faq-div-info{
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-img-title {
    text-align: start;
  }
}

@media screen and (max-width: 479px) {
  ._menu ._logo-menu{
    width: 150px;
  }

  .section ._container-padding {
    padding-top: 40px;
  }

  .section {
    height: auto;
  }

  .image {
    width: 170px;
    margin-top: 11px;
    margin-left: 20px;
    float: left;
  }

  .image-2 {
    top: 45px;
    left: -180px;
  }
  
  .image-2-login {
    position: static;
    margin-top: 40px;
    margin-right: -180px;
  }

  .div-block {
    padding-top: 2px;
  }

  .image-3 {
    margin-top: 0px;
  }

  .image-4 {
    margin-top: 23px;
  }

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

  .image-8 {
    padding-right: 0px;
  }

  .section-2 {
    padding-top: 30px;
  }

  .image-9 {
    display: none;
  }

  .section-3 {
    padding-top: 10px;
  }

  .container {
    padding-top: 0px;
    background-image: none;
  }

  .image-14 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-15 {
    top: -30px;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-17 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-2 {
    margin-top: 0px;
  }

  .image-19 {
    margin-top: 40px;
  }

  .left-arrow {
    width: 60px;
  }

  .right-arrow {
    width: 60px;
    background-image: none;
  }

  .menu {
    display: none;
  }

  .container-3 {
    padding-top: 0px;
  }

  .columns-4 {
    margin-left: 0%;
  }

  .columns-5 {
    position: static;
    margin-bottom: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    cursor: auto;
    mix-blend-mode: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-35 {
    margin-top: 90px;
    margin-right: 20px;
  }

  .image-38 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-40.pd-0 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-40.no1 {
    margin-right: auto;
    margin-left: auto;
  }

  .l343 {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .center-mneg.w343 {
    max-width: 335px;
    width: 100%;
    margin-bottom: 20px;
  }

  .image-41 {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-43 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph.bullets {
    width: auto;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-44 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-2 {
    max-width: 386px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2.center {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-2.center.largo {
    width: auto;
    margin-top: 0px;
  }

  .paragraph-2.center.largo2 {
    width: auto;
  }

  .paragraph-3.w343 {
    max-width: 351px;
    width: 100%;
  }

  .paragraph-4 {
    max-width: 356px;
    width: 100%;
  }

  .text-block {
    display: block;
  }

  .columns-7 {
    padding-left: 10px;
  }

  .div-block-3 {
    margin-left: 0%;
  }

  .div-block-4 {
    margin-left: 0%;
  }

  .image-50 {
    margin-top: 50px;
  }

  .text-block-2.sustenta {
    display: none;
  }

  .image-51 {
    height: 27px;
  }

  .div-block-5 {
    margin-left: 0%;
  }

  .image-52 {
    margin-top: 30px;
  }

  .image-53 {
    margin-top: 50px;
    margin-left: auto;
  }

  .paragraph-5 {
    width: auto;
  }

  .section-7 .container-4 .paragraph-6 {
    max-width: 372px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-54 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-55 {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-56 {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-57 {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-58 {
    margin-top: 20px;
  }

  .form-block {
    margin-top: 40px;
    margin-left: 0px;
  }

  .paragraph-7 {
    max-width: 330px;
    width: 100%;
  }

  .paragraph-8 {
    max-width: 386px;
  }

  .paragraph-8.mid {
    width: auto;
    margin-bottom: 50px;
  }

  .image-59 {
    width: 376px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dropdown-toggle {
    height: auto;
    font-size: 10px;
  }

  .text-block-3 {
    display: block;
    overflow: visible;
    width: auto;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bold-text {
    display: block;
  }

  .image-61 {
    margin-top: 30px;
  }

  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu .div-menu-index .div-menu-publico-opcoes {
    padding: 115px 30px 20px 20px;
  }

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

  .image-65 {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
  }

  .image-66 {
    display: flex;
  }

  .image-67 {
    margin-top: flex;
  }
}

@font-face {
  font-family: 'Avenirnext 09';
  src: url('../fonts/AvenirNext-Heavy-09.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext 08';
  src: url('../fonts/AvenirNext-Regular-08.ttf') format('truetype'), url('../fonts/AvenirNext-Regular.woff') format('woff'), url('../fonts/AvenirNext-Regular.eot') format('eot');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext 11';
  src: url('../fonts/AvenirNext-UltraLight-11.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext 01';
  src: url('../fonts/AvenirNext-Bold-01.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext 06';
  src: url('../fonts/AvenirNext-Medium-06.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext 03';
  src: url('../fonts/AvenirNext-DemiBold-03.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recursive casual';
  src: url('../fonts/Recursive_Casual-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Recursive Bold';
  src: url('../fonts/Recursive-Bold-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Permanent Marker';
  src: url('../fonts/PermanentMarker-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.backdrop {
  z-index: 1999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.logo-loading {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000;
}

.fade {
  transition: opacity .15s linear;
}

.loading2 {
  width: 240px;
  height: 360px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000;    
}

.loading2-back {
  z-index: 1999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2e2e2e;
}

/*------------ CSS RESPONSIVEL ------------*/

._tbody-menu {
  display: flex;
  align-items: center;
}

._menu {
  padding-top: 21px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;

}



._txt-dados-cadastrais .pf{
  background-color: transparent!important;
}

._container-cashback {
  margin-top: 60px;
}

._sustenta-vertical {
  position: relative;
  bottom: 150px;
  right: 0;
  width: 270px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #ba267c;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media screen and (min-width: 1000px) {
  ._menu {
    justify-content: end;
    position: relative;
    max-width: 100vw;
  }
  
  ._logo-menu {
    margin-left: auto;
    margin-right: auto;
    top: 21px;
    left: 0;
    right: 0;
    width: 180px;
    position: absolute;
  }
  
  ._menu-icone {
    width: 57px;
    height: 15px!important;
    position: absolute;
    margin-left: auto;
    margin-right: 33%;
    top: 48px;
    left: 0;
    right: 0;
  }

  ._menu-login {
    position: absolute;
    top: 20px;
    right: 70px;
    cursor: pointer;
  }
  
}

@media screen and (max-width: 374px) {
  .menu .div-menu-index .div-menu-publico-opcoes {
    transform: scale(0.8);
    padding-top: 20px;
    padding-left: 0px;
  }

  ._menu ._logo-menu {
    max-width: 140px;
    width: 100%;
  } 
  
  .image-52 {
    max-width: 310px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  ._captch-responsive {
    transform: scale(0.85);
    margin-right: 240px;
  }

}

@media screen and (max-width: 425px) {
  .paragraph-8 {
    max-width: 347px;
    padding-left: 7px;
    padding-right: 7px;
    width: 100%;
  }

  .image-61, .image-59, .image-60 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-2 {
  
    left: -204px;
  }

  ._menu-drop-login ._submenu-login {
    width: 162px!important;
  }
}


@media screen and (max-width: 500px) {
  .menu-publico-label {
    width: 290px;
    font-size: 22px;
  }
}

@media screen and (max-width: 570px) {
  .paragraph {
    width: 100%;
  }

  .image-43 {
    top: -11px !important;
  }

 .paragraph-2.center.largo, .paragraph-2.center.largo2, .paragraph-2.center {
    max-width: 387px;
  } 
  ._sustenta-vertical {
    display: none;
  }

  .image-50 {
    padding-left: 16px;
    padding-right: 16px;
  }
}


@media screen and (max-width: 767px) { 
  ._section-padding {
    padding: 0 21px;
  }

  .div-block-3  {
    margin-left: 0%;
  }

  .div-block-4  {
    margin-left: 0%;
  }

  .image-3 {
    margin-bottom: 30px;
  }

  .image-14 {
    width: 390px;
  }

  .image-49 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-7 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  ._cadastre-se{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .form-block, .w-form {
    margin-left: 0px;
    margin-top: 30px;
  }

  .section-2 ._image-mulher {
    height: 0px;
  }

  .container-5 .text-block-2 {
    bottom: 335px;
  }

  ._flex-cashback {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  ._flex-cashback .paragraph-8 {
    margin-bottom: 50px;
  }

  .section-7 .div-block-5 .paragraph-5 {
    margin-bottom: 50px;
  }

  ._container-cashback {
    margin-top: 20px;
  }

  .container-6 ._image-homem-cashback {
    margin-left: 0px;
  }

  .section-8 .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  ._regulamento-img-titulo {
    margin-left: auto;
    display: block;
    margin-right: auto;
  }

  ._regulamento-texto {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .section-7 .paragraph-5 {
    max-width: 531px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 .paragraph-6 {
    max-width: 533px;
    width: 100%;
    margin-bottom: 38px;
  }

  .section-7 .div-block-5 {
    margin-left: 0;
  }

  .image-52 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._sustenta-vertical {
    right: 40px;
    bottom: 363px;
  }

  .container-4 .image-53 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 ._grupo-cartas {
    max-width: 658px!important;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    padding: 0 30px;

    margin-left: auto;
    margin-right: auto;
  }

  ._carta {
    max-width: 210px;
  }

  ._container-mulher-impacto {
    display: flex;
  }

  .wf-section .paragraph-7 {
    max-width: 450px;
    width: 100%;
  }

  .columns-6 ._experimente-gratis{
    padding-left: 18px!important;
    padding-right: 18px!important;
    /* margin-top: 60px; */
  }

  ._arlequim-vapor {
    max-width: 335px!important;
    width: 100%!important;
    text-align: start!important;
    margin-bottom: 85px
  }

  ._form-block {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

   ._txt-form {
    padding-left: 10px
  }
}

._logo-menu {
  width: 180px;
}

._menu-icone {
  cursor: pointer;
  height: 100%;
}

@media screen and (max-width: 900px){
  .section-8 ._regulamento-texto {
    max-width: 350px;
    width: 100%;
    padding-right: 7px;
  }

}

@media screen and (max-width: 992px) { 
  ._menu {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._tbody-menu {
    flex-direction: column;
    align-items: start;
    gap: 50px;
  }

  .section-2 {
    overflow: hidden;
  }

  .section-2 ._image-mulher {
    right: -87px;
  }

  .text-block-2 {
    bottom: 440px;
  }

  .section-7 {
    background-position: 17% 44%;
  }

  .section-7 .div-block-5 .columns-4, .section-8 .columns-4 {
    background-position: 40% 95% ;
  }

  .image-53 {
    margin-left: 245px;
  }

  .image-58 {
    width: 370px;
  }

  .div-block-5 {
    margin-left: 5%;
  }

  .column-5 {
    padding-left: 30px;
  }

  .columns-6 ._experimente-gratis{
    padding-left: 3%;
  }
  
  ._txt-dados-cadastrais {
    padding-left: 20px;
  }

}

@media screen and (min-width: 767px) and (max-width: 992px) {
  ._section-computador-dentro {
    display: flex;
    align-items: center;
  }

  ._tit-1 {
    margin-bottom: 25px;
  }

  ._image-homem-cashback{
    margin-left: 50px;
  }

 
}

@media screen and (max-width: 1055px) {
  
  .botao-flutuante {
    position: fixed;
    animation: slide2 28s ease-in-out infinite alternate;
    z-index: 3001;
  }

  .botao-texto {
    position: fixed;
    max-width: 85px;
    z-index: 3001;
    bottom: -310px;
    left: 37px;
  }

  .botao-arlequim {
    position: fixed;
    max-width: 45px;
    left: 124px;
    bottom: -308px;
    z-index: 3001;
  }

  .botao-fundo {
    position: fixed;
    max-width: 170px;
    left: 10px;
    bottom: -320px;
    z-index: 2999;
  }

  .botao-x {
    position: fixed;
    max-width: 20px;
    left: 180px;
    bottom: -252px;
    z-index: 3001
  }
  
  .div-menu-index .div-menu-publico-opcoes {
    padding: 10px 30px 20px 40px;
  }

  .div-contato-publico {
    padding: 210px 0px 50px 0px;
  }

  .ajuste-label-contato {
    margin-left: 0px;
  }

  .section-2 {
    overflow: hidden;
  }

  ._image-mulher {
    right: -15px;
    height: 390px;
  }

  .section-7 .columns-4 {
    background-position: 40% 80%;
  }

}

@media (max-width: 1513px) {
  .div-contato-publico {
    padding: 300px 35px 50px 10%;
  }
}

@media screen and (min-width: 1200px) { 

  .botao-flutuante {
    position: fixed;
    left: 8px;
    bottom: 25px;
    z-index: 2000;
  }
  
  .botao-texto {
    position: fixed;
    left: 50px;
    bottom: 17px;
    z-index: 2001;
  }
  
  .botao-arlequim{
    position: fixed;
    left: 200px;
    bottom: 20px;
    z-index: 2001;
  }
  
  .botao-x{
    position: fixed;
    left: 290px;
    bottom: 110px;
    z-index: 2001;
    max-width: 20px;
  }

  ._container-padding{
    padding-top: 152px!important;
  }

  .botao-flutuante {
    animation: slide 28s ease-in-out infinite alternate;
  }
}

._container-padding{
  padding-top: 100px;
}

._container-auto-home {
  margin-right: auto;
    margin-left: auto;
}

._experimente-gratis{
  padding-left: 11%;
}

._txt-dados-cadastrais .pj {
  background-color: transparent;
}


/* DROPMENU */
.submenu-login-drop {
  z-index: 1000!important;
}


.submenu-login-drop:hover ._menu-drop-login {
  display: inline;
}

._menu-drop-login {
  display: none;
  position: absolute;
  right: 0;
  top: 41px;
  width: auto;
}

._menu-drop-login ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 150px;
  border-radius: 5px;
  border: 2px solid #ff30a2;
  background-color: black;
  padding: 0;
}

._menu-drop-login ul li {
  color: white;
  max-width: 100%;
  width: auto;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
}

._menu-drop-login a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  padding: 0px 20px;
  cursor: pointer;
}

._menu-drop-login ul li:hover {
  background-color: #ff30a2;
}

._menu-drop-login ul ul {
  display: none;
  margin: 0px;
}

._menu-drop-login ul li:hover > ul {
  display: block;
}

._submenu-login {
  position: absolute;
  right: 100%;
  top: 0;
  width: 208px!important;
}

._icone-arrow-img{
  height: 15px;
  width: 15px;
}

.botao-x-reset {
  border: none;
  background-color: transparent;
}

@keyframes slide {
  0% {
    transform: translateY(0px)
  }

  100% { 
    transform: translateY(-70vh)
  }
}

@keyframes slide2 {
  0% {
    transform: translateY(-20vh)
  }

  100% { 
    transform: translateY(-70vh)
  }
}

.custom-paragraph-link a, .custom-paragraph-link a:visited {
  color: #fb2f9f;
}