body {
  background: linear-gradient(180deg, rgba(247, 247, 247, 1) 13.8%, #F3F2F2 13.8%);
  ;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.center {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.home {
  background: url(../../assets/img/background/bg-intro-parceiros.jpg) bottom no-repeat #F7F7F7 !important;
  /* border-bottom-right-radius: 10% 30%; */
}

.home__data {
  padding-right: 100px;
}

.home__content {
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  column-gap: 2rem;
}

.home__title {
  line-height: 30px;
  margin-bottom: 3px !important;
}

.home__container {
  row-gap: 0;
}

.home.casa.section {
  padding: 9rem 0 0rem !important;
}

.about {
  background-color: #ffffff;
  padding-bottom: 4rem !important;
  width: 1400px;
  align-items: center;
  margin-bottom: 128px;
  border-radius: 25px 125px 125px 125px;
  box-shadow: 0px 6px 14px -8px rgba(0, 0, 0, 0.14);
}

.about.section {
  padding: 5rem 0 4rem;
}

.about__data {
  text-align: center;
}

.button {
  position: relative;
  padding: 10px 18px;
  background: var(--first-color);
  text-decoration: none;
  color: #fff;
  border-radius: 22px;
  font-weight: 500;
  opacity: 0.75;
  transition: 0.5s;
}

.whitelabel__data .button {
  background: none;
  padding: 0;
  color: #1674ba;
  font-weight: 600;
}

.about__description {
  margin-bottom: 5px;
  font-size: 20px;
}

.icon_gestor {
  font-size: 25px;
  padding-right: 10px;
}

.whitelabel.section {
  padding: 0 0 4rem;
}

.whitelabel.section.revenda {
  padding: 9rem 0 4rem;
  background: #f9f9f9;
}

.revenda::before {
  content: "";
  width: 100%;
  height: calc(100% + 80px);
  background: url(../../assets/img/background/page-revenda.png) bottom no-repeat !important;
  position: absolute;
  top: -80px;
  z-index: 0;
}

.whitelabel {
  position: relative;
  z-index: 1;
  padding: 250px 0 150px 72px;
  background: #F3F2F2;
}

.whitelabel::before {
  content: "";
  width: 100%;
  height: calc(100% + 80px);
  background: url(../../assets/img/background/page-revenda-customer.png) bottom no-repeat;
  position: absolute;
  top: -80px;
  z-index: 0;
}

.whitelabel__container {
  min-height: 540px;
}

.whitelabel__data {
  position: relative;
  z-index: 10;
  left: 850px;
  max-width: 360px;
  padding-bottom: 20px;
}

.whitelabel__data.teste {
  position: relative;
  z-index: 10;
  left: 0vh;
  max-width: 360px;
  padding-bottom: 20px;
  text-align: right;
}

.whitelabel__data.teste .about__description {
  text-align: right;
}

.whitelabel__data.teste .button__icon {
  font-size: 1.25rem;
  margin-left: 0;
  margin-right: var(--mb-0-5);
  transition: .3s;
}

.icon_gestor.reverse {
  font-size: 25px;
  padding-right: 0px;
  padding-left: 10px;
}

.whitelabel-2 {
  background: #FCFCFC;
}

.whitelabel-2:before {
  content: "";
  width: 100%;
  height: calc(100% + 80px);
  background: url(../../assets/img/background/page-revenda-customer.png) bottom no-repeat;
  position: absolute;
  top: -80px;
  z-index: 0;
}

.solutions {
  background: #fff;
}

.container__solutions {
  padding: 2rem 0 2rem;
  gap: 50px;
}

.solutions.casa {
  padding: 6.5rem 0 6.5rem;
}

.solutions .section__subtitle {
  margin-bottom: 0rem;
}

.btn {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 3px 25px #4a4a4a18;
  gap: 15px;
}

.btn.active .play {
  /* box-shadow: 0 0 0 150vh #f42e79; */
}

.btn .play {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #1674ba;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 20px #4a4a4a35;
  transition: 0.5s;
  border: 2px solid #ffffffc7;
}

.btn .play::before {
  content: '';
  position: absolute;
  border: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 0px solid transparent;
  transform: translateX(3px);
}

.btn p {
  font-weight: 500;
  font-size: 1em;
  color: #888;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.clip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: 0.5s;
}

.clip.active {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

.clip video {
  max-width: 900px;
  outline: none;
  border: 10px solid #fff;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.dark_background {
  position: fixed;
  inset: 0;
  background-color: hsla(219, 28%, 16%, 0.94);
  padding: 2rem 1rem;
  display: none;
  place-items: center;
  z-index: 999;
  transition: 0.5s;
}

.dark_background.active {
  display: block;
}

.clip .close {
  position: absolute;
  bottom: calc(50% + 213px);
  left: calc(50% + 336px);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  color: #464646;
  /* background: url(../../assets/img/close.svg) center center / 15px no-repeat rgb(243, 243, 243);
  width: 40px;
  height: 40px; */
}

.metade {
  width: 50vh;
}

.metade3 {
  width: 30vh;
}

.revenda__img {
  border: 5px solid #e6e6e6;
  border-radius: 5px;
  min-width: 600px;
}

.revenda_date {
  margin-left: 90px;
  margin-bottom: 10px;
}

.text_revenda {
  margin-bottom: 22px;
  font-size: 15px;
}

.home__description {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.canais {
  background: var(--first-color);
}

.canais.section {
  padding: 5rem 0 6rem;
}

.canais .section__title {
  font-size: 30px;
  color: #fff;
}

.canais .section__subtitle {
  font-size: 20px;
  color: #fff;
  margin-bottom: -20px;
}

.canais__container {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 62px;
}

.icon__redesocial {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.149);
  padding: 20px;
  border-radius: 50%;
  box-shadow: 0px 6px 14px -8px rgba(0, 0, 0, 0.14);
}

.taxa {
  background: #e3edf7;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
}

.taxa_text {
  /* color: #6b6b6b; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.skill {
  width: 160px;
  height: 160px;
  /* background: cornflowerblue; */
  position: relative;
}

.outer {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.inner {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px -0.5px 0px rgba(0, 0, 0, 0.15),
    0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
    0px 12px 10px -10px rgba(0, 0, 0, 0.05);
}

.number1,
.number2,
.number3 {
  font-weight: 600;
  color: #555;
  transition: 0.5s;
  font-size: 25px;
}



.circle1 {
  fill: none;
  stroke: url(#GradientColor);
  stroke-width: 20px;
  stroke-dasharray: 472;
  stroke-dashoffset: 472;
  animation: anim 2s linear forwards;
}

.circle2 {
  fill: none;
  stroke: url(#GradientColor);
  stroke-width: 20px;
  stroke-dasharray: 472;
  stroke-dashoffset: 472;
  animation: anim2 2s linear forwards;
}

.circle3 {
  fill: none;
  stroke: url(#GradientColor);
  stroke-width: 20px;
  stroke-dasharray: 472;
  stroke-dashoffset: 472;
  animation: anim3 2s linear forwards;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes anim {
  100% {
    stroke-dashoffset: 70;
  }
}

@keyframes anim2 {
  100% {
    stroke-dashoffset: 60;
  }
}

@keyframes anim3 {
  100% {
    stroke-dashoffset: 55;
  }
}


.wrapper {
  width: 750px;
  max-width: 100%;
  background: #fff;
  margin: 100px auto 100px;
  padding: 50px;
  border-radius: 5px;
}

.wrapper .header2 {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}

.wrapper .header2 ul {
  display: flex;
}

.wrapper .header2 ul li {
  margin-right: 50px;
  position: relative;
}

.wrapper .header2 ul li:last-child {
  margin-right: 0;
}

.wrapper .header2 ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55px;
  width: 100%;
  height: 2px;
  background: #bfc0c0;
}

.wrapper .header2 ul li:last-child:before {
  display: none;
}

.wrapper .header2 ul li div {
  padding: 5px;
  border-radius: 50%;
}

.wrapper .header2 ul li p {
  width: 50px;
  height: 50px;
  background: #bfc0c0;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

.wrapper .header2 ul li.active:before {
  background: #1674BA;
}

.wrapper .header2 ul li.active p {
  background: #1674BA;
}

.wrapper .form_wrap {
  margin-bottom: 35px;
}

.wrapper .form_wrap h2 {
  color: #25273d;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
}

.wrapper .form_wrap p {
  color: #25273d;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  padding-right: 110px;
  padding-left: 110px;
}

.wrapper .form_wrap .input_wrap {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.wrapper .form_wrap .input_wrap:last-child {
  margin-bottom: 0;
}

.wrapper .form_wrap .input_wrap label {
  display: block;
  margin-bottom: 5px;
}

.wrapper .form_wrap .input_wrap .input {
  border: 2px solid #bfc0c0;
  border-radius: 3px;
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  transition: 0.5s ease;
}

.wrapper .form_wrap .input_wrap .input:focus {
  border-color: #1674BA !important;
}

.wrapper .btns_wrap {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}

.wrapper .btns_wrap .common_btns {
  display: flex;
  justify-content: space-between;
}

.wrapper .btns_wrap .common_btns.form_1_btns {
  justify-content: flex-end;
}

.wrapper .btns_wrap .common_btns button {
  border: 0;
  padding: 12px 15px;
  background: #1674BA;
  color: #fff;
  width: 135px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-radius: 3px;
  transition: 0.5s ease;
  cursor: pointer;
}

.wrapper .btns_wrap .common_btns button.btn_back {
  background: #bfc0c0;
}

.wrapper .btns_wrap .common_btns button.btn_next .icon {
  display: flex;
  margin-left: 10px;
  font-size: 25px;
  margin-bottom: 1px;
}

.wrapper .btns_wrap .common_btns button.btn_back .icon {
  display: flex;
  margin-right: 10px;
  font-size: 25px;
  margin-bottom: 1px;
}

.wrapper .btns_wrap .common_btns button.btn_next:hover,
.wrapper .btns_wrap .common_btns button.btn_done:hover {
  background: #0e5082;
}

.wrapper .btns_wrap .common_btns button.btn_back:hover {
  background: #8b8c8c;
}

.modal_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 9999;
}

.modal_wrapper .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(219, 28%, 16%, 0.94);
  opacity: 0;
  transition: 0.2s ease;
}

.modal_wrapper .success_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -800px);
  background: #fff;
  padding: 50px;
  display: block;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s ease;
}

.modal_wrapper .success_wrap .modal_icon {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background: #1674BA;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
}

.modal_wrapper.active {
  visibility: visible;
}

.modal_wrapper.active .shadow {
  opacity: 1;
}

.modal_wrapper.active .success_wrap {
  transform: translate(-50%, -50%);
}

.wrapper .btns_wrap .common_btns button.btn_next.comeca {
  right: 110px;
  position: relative;
}

#frasemes {
  font-size: 14px;
}

.resultadofinal {
  margin-top: 23px;
  width: 480px;
  font-size: 41px;
  color: #ffffff;
  position: absolute;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  display: flex;
}

.img_ganhos {
  width: 450px;
}

.motivos_modal {
  width: 480px;
  background: #0000000c;
  padding: 23px 20px;
  border-radius: 10px;
}

.motivos_modal h2 {
  font-size: 20px;
}

.motivos_modal h3 {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

.motivos_modal p {
  font-size: 14px;
  line-height: 23px;
}

.motivos_modal a {
  border: 0;
  padding: 12px 15px;
  margin-top: 19px;
  margin-bottom: 8px;
  background: #1674BA;
  color: #fff;
  width: 300px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}

.motivos_modal a:hover {
  background: #0e5082;
}

.botaotornarparceiro {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__form {
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
}


/* responsive */
@media (max-width: 991px) {
  .clip video {
    max-width: 90%;
  }
}

@media (max-width: 550px) {
  .clip .close {
    font-size: 40px;
    top: 50px;
    right: 50px;
    padding: 20px 25px !important;
    border-radius: 15px;
  }

  .revenda_date {
    margin-left: 0;
  }

  .canais__container {
    width: 100%;
    gap: 10px;
  }

  .revenda__img {
    min-width: 100%;
  }

  .metade {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn {
    box-shadow: none;
  }

  .aolado {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -6px;
  }

  .container__solutions {
    padding: 0 0 2rem;
    gap: 25px;
  }

  .wrapper .form_wrap p {
    padding-left: 0;
    padding-right: 0;
  }

  .contact__form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .canais__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 52px;
    padding-right: 35px;
    justify-content: center;
    align-items: center;
    height: 295px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .icon__redesocial {
    font-size: 35px;
    padding: 0;
    width: 80px;
    height: 80px;
    display: grid;
  }

  .taxa {
    flex-direction: column;
    gap: 40px;
    padding: 45px 45px;
  }

  .wrapper {
    width: 100%;
  }

  .wrapper .btns_wrap .common_btns button.btn_next.comeca {
    right: 0;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: center;
  }

  .modal_wrapper .success_wrap {
    top: 49.2%;
    left: 195px;
  }

  .button--flex {
    font-size: 16px;
  }

  .img_ganhos {
    width: 300px;
  }

  .motivos_modal {
    width: 300px;
  }

  .modal_wrapper .success_wrap {
    padding: 30px;
  }

  #frasemes {
    max-width: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .resultadofinal {
    width: 300px;
    margin-top: 15px;
    font-size: 28px;
  }

  .motivos_modal a {
    font-size: 14px;
  }

  .revenda::before {
    background: url(../../assets/img/background/page-revenda-mobile.png) bottom no-repeat !important;
    width: 100%;
  }

  .whitelabel.section.revenda {
    padding: 0rem 0 6rem;
  }

  .whitelabel__data.teste {
    padding-bottom: 100px;
    text-align: center;
  }

  .whitelabel__data.teste .about__description {
    text-align: center;
  }

  .whitelabel__data {
    left: 0;
  }

  .clip .close {
    left: calc(50% + 60px);
    position: absolute;
    font-size: 17px;
    top: 30%;
    right: 20px;
    bottom: 64%;
    padding: 12px 19px !important;
    border-radius: 15px;
  }

  .whitelabel::before {
    content: "";
    width: 100%;
    height: calc(100% + 80px);
    background: url(../../assets/img/background/page-revenda-customer-mobile.png) bottom no-repeat;
    position: absolute;
    top: -80px;
    z-index: 0;
  }

  .whitelabel__data {
    padding-bottom: 140px;
    text-align: center;
  }

  .about {
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 5rem !important;
    margin-bottom: 10px;
  }

  .about__img {
    width: 100%;
  }

  .about .section__subtitle {
    margin-bottom: 5px !important;
  }

  .home__title.min-mobile {
    font-size: 28px !important;
  }

  .home__data {
    padding-right: 0 !important;
    right: 0 !important;
    margin-bottom: 220px;
  }

  .home.casa.section {
    padding: 0rem 0 0rem !important;
  }

  .home__content {
    padding-top: 5rem;
  }

  .home.casa {
    background: url(../../assets/img/background/bg-intro-parceiros-mobile.png) bottom no-repeat #F7F7F7 !important;
  }
}