section {
  padding: 4rem 0;
}
h1,
h2,
h3 {
  color: #3e3e3e;
}
p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2rem;
}
#home {
  background: radial-gradient(
    50% 102.24% at 50% 50%,
    #4e85bb 31.25%,
    #0c45c5 100%
  );
  min-height: 100vh;
}
.bg-section {
  background: radial-gradient(
    50% 102.24% at 50% 50%,
    #4e85bb 31.25%,
    #0c45c5 100%
  );
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.title-one {
  color: white;
  background: linear-gradient(90deg, #648cca 0%, #edeeef 100%);
  -webkit-background-clip: text; /* necessário para navegadores baseados em WebKit */
  -webkit-text-fill-color: transparent;
  line-height: 80%;
}
.white-op {
  color: #ffffff78;
}
.title {
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 100%;
  margin-bottom: 1rem;
}
.bt-acessos {
  background: #18181b;
  color: #fff;
  padding: 10px 50px !important;
  margin: 20px 10px 0 10px;
  border-radius: 5px;
}
.navbar.navbar-dark.navbar-sticky-on .bt-acessos {
  margin-top: 15px;
}
.welcome-intro {
  margin-top: 100px;
}
.welcome-intro h1 {
  font-weight: 800;
  font-size: 65px;
}
.btn-contato {
  cursor: pointer !important;
  color: #fff !important;
}
.btn-contato:hover {
  background: #000;
}
.nav-link:hover {
  color: #0f2741 !important;
}
.bt-acessos:hover {
  background: #0f2741;
  color: #fff !important;
}
.ball-x,
.ball-c {
  background: radial-gradient(
    193.24% 193.24% at 50% 50%,
    rgba(220, 217, 255, 0.53) 0%,
    rgba(182, 211, 255, 0.53) 13.95%,
    rgba(217, 215, 236, 0.53) 28.37%,
    rgba(161, 171, 245, 0.53) 100%
  );
  border-radius: 100%;
}
.ball-x {
  width: 30px;
  height: 30px;
}
.ball-c {
  width: 60px;
  height: 60px;
  margin: 0.8rem;
}
.cel {
  animation: floatUpDown3 4s ease-in-out infinite;
  height: 500px;
}
.balls-1 {
  position: absolute;
  right: -2rem;
  top: 6rem;
  animation: floatUpDown 4s ease-in-out infinite;
}
.balls-2 {
  position: absolute;
  left: -2rem;
  bottom: 0;
  animation: floatUpDown2 4s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes floatUpDown2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatUpDown3 {
  0% {
    transform: translateY(0) rotate3d(2, 1, 2, 30deg);
  }
  50% {
    transform: translateY(50px) rotate3d(2, 1, 2, 30deg);
  }
  100% {
    transform: translateY(0) rotate3d(2, 1, 2, 30deg);
  }
}

#sobre-nos {
  position: relative;
}

.modal-video1,
.modal-video2 {
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.modal-video1.show,
.modal-video2.show {
  position: fixed;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.exit-modal {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}

.exit-modal > p {
  font-size: 32px;
  color: #fff;
}

.btn-video > .txt-button {
  color: #0c45c5;
}

.btn-video:hover > p {
  color: #fff;
}

.box-video {
  padding: 50px 50px;
  border-radius: 50px;
}
.box-video p {
  margin-bottom: 10px;
}
.btn-video {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #0c45c5;
  width: fit-content;
  margin-top: 3rem;
  transition: all 1s ease-in-out;
}
.btn-video:hover {
  background: #ff8a00 !important;
  border-color: #ff8a00 !important;
  padding: 1.2rem 4rem;
}
.btn-video > p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #fff;
}
.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.box-figura {
  height: 400px;
  margin-top: 50px;
  background: url("arquivos2/bg-beneficios.webp") no-repeat scroll top
    center/100%;
}
.features-area h2 {
  font-weight: 800;
}

.icon-box {
  border-radius: 16px;
  box-shadow: 0px 29px 51.7px -18px hsla(0, 0%, 0%, 0.25);
  cursor: pointer;
}
.icon-box:hover,
.box-cashback:hover {
  background: #0c45c5;
}
.icon-box:hover .icon-text > h3,
.icon-box:hover .icon-text > p,
.icon-box:hover .icon-text > p > a,
.box-cashback:hover .icon-text > h3,
.box-cashback:hover .icon-text > p {
  color: #fff !important;
}
.icon-container,
.cash-container {
  transition: all 0.3s ease-in-out;
}
.icon-container:hover,
.cash-container:hover {
  padding: 0.5rem !important;
}
.icon-box .icon-text {
  padding: 20px;
}
.icon-box h3 {
  font-size: 24px !important;
  font-weight: 500;
}
.icon-box-last {
  border-right: 1px solid #fff !important;
}
.icon-box-last-line {
  border-bottom: 1px solid #fff !important;
}
.icone-beneficios {
  width: 30px;
  height: 30px;
}
.icon-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(90deg, #3686f3 0%, #209ce5 49.05%, #08b3d6 100%);
  transition: transform 0.6s ease-in-out;
}
.icon-image:hover {
  transform: rotate(45deg);
}

.box-cashback {
  padding: 1rem;
  border-radius: 16px;
  box-shadow: 0px 6px 8px 0px rgb(0 0 0 / 0.1);
  cursor: pointer;
}
.tit-cashback {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 44px;
  text-align: left;
  margin-top: 1rem;
}
.box-selo {
  position: absolute;
  right: 0;
  margin-top: -77px;
  margin-right: -40px;
}
.box-cash0 {
  padding: 0 30px 0 0;
}
.box-circle {
  border-radius: 100%;
  width: 300px;
  height: 300px;
  background: #0c45c5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  box-shadow: 0px 6px 8px 0px rgb(0 0 0 / 0.1);
}
.work-content {
  margin-bottom: 60px;
}
.single-work h3 {
  font-weight: 800 !important;
  font-size: 40px !important;
}
.single-work p {
  color: #d8d8d8 !important;
}
.box-contador {
  border-left: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

.review-area h2 {
  font-weight: 800 !important;
}
.img-dep {
  max-width: 200px;
}
.review-icon {
  color: #2563eb !important;
}
.tit-clientes {
  color: #161616 !important;
  border: 1px solid #e4e4e7;
  font-family: "Inter", sans-serif;
  letter-spacing: 6px;
}
.download-text1 h2 {
  font-weight: 800 !important;
}
.download-text2 h2 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 8px;
}

.contact-area h2 {
  text-align: left;
  font-style: normal;
  font-weight: 800 !important;
  color: #000;
  font-size: 60px;
  line-height: 68px;
}
.contact-area p {
  text-align: left;
}
.texto-azul {
  color: #0c45c5;
}
.cmp-form {
  border-radius: 8px !important;
  border: 1px solid #e4e4e7 !important;
  padding-left: 20px !important;
}
.cmp-form-50 {
  max-width: 250px;
}
.cmp-form-100 {
  width: 100%;
}
.contact-box p {
  margin-bottom: 10px;
  font-size: 20px;
}

.box-economia {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 4rem;
}
.box-economia h3 {
  color: #060029 !important;
}
.box-economia p {
  color: #161616 !important;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
}
.destaque-economia {
  background: #000;
  color: #fff !important;
  border-radius: 50px;
  padding: 1rem 0.5rem;
}

.faq-area h2 {
  color: #161616;
  font-weight: 800;
}
.link-social {
  margin: 0 3px !important;
}
.link-social img {
  margin-bottom: 10px !important;
}
.single-team {
  padding: 0 40px !important;
}

.accept-cookies {
  max-width: 150px;
  float: right;
  background: #fff;
  margin-top: 0px !important;
  margin-left: 15px;
  border: 1px solid;
  cursor: pointer;
  font-size: 14px;
  display: block;
  padding: 7px 20px;
  border-radius: 4px;
  transition: all 0.4s;
  text-align: center;
}
.accept-cookies:hover {
  color: #fff !important;
  background: black;
  text-decoration: none;
  transition: all 0.4s;
}
.txt-cookies {
  display: block;
  float: left;
  max-width: 700px;
  text-align: justify;
  font-size: 14px;
  line-height: 18px;
}

.box-lgpd {
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  max-width: 900px;
  text-align: left;
  display: table;
  float: none;
  margin: 0 auto;
}

.box-sobre-m1 {
  display: none !important;
}
.box-sobre-d2 {
  display: block !important;
}
.box-sobre-d1 {
  display: block !important;
}

.box-dep1 {
  display: block !important;
}
.box-dep2 {
  display: none !important;
}
.box-calculo {
}
.modal-lg {
  max-width: 70% !important;
}

.contato-modal p {
  font-size: 14px !important;
}

.breadcrumb-area {
  padding-top: 200px;
  padding-bottom: 100px;
}

.faq-area p {
  margin-bottom: 10px;
}
.btn-contato-m {
  margin-left: 10px !important;
}
#simulador {
  position: relative;
}
.cta-simulador p {
  min-height: 10px !important;
  text-align: center;
  color: #0c45c5 !important;
}
.img-down {
  width: 100%;
}

.cashback-area {
  background: radial-gradient(
    50% 102.24% at 50% 50%,
    #4e85bb 31.25%,
    #0c45c5 100%
  );
}

#cashback-terms {
  outline: none;
  position: relative;
}

#arrowup {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  transition: transform 1s;
  animation: floatArrow 2s ease-in-out infinite;
}

@keyframes floatArrow {
  0% {
    transform: rotate(180deg) translateY(0);
  }
  50% {
    transform: rotate(180deg) translateY(50px);
  }
  100% {
    transform: rotate(180deg) rotate(0deg) translateY(0);
  }
}

#arrowup.open {
  animation: floatArrowOpen 2s ease-in-out infinite;
}

@keyframes floatArrowOpen {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(0deg) translateY(-50px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}

#cashback-text {
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease;
  height: 0px;
}

#cashback-text.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  height: auto;
}

.ativo-cont {
  opacity: 1;
}

#resultado.box-calculo {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0 0 0 / 0.6);
}
.box-calculo.ativo {
  display: block !important;
}
.box-calculo > .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exit {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 2rem;
  color: #000;
  cursor: pointer;
}

#svgContainer {
  position: relative;
}

#svgContainer > .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  flex-direction: column;
  align-items: unset;
  padding-top: 9rem;
}

h3.map-txt1,
h3.map-txt2 {
  opacity: 0.2;
  padding: 0.25rem 1rem;
  background-color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  transition: opacity 0.4s ease, transform 0.4s ease;
  font-size: 2.3rem;
  line-height: normal;
}

h3.map-txt1.ativo,
h3.map-txt2.ativo {
  animation: txtAccent 2s ease-in-out infinite;
}

@keyframes txtAccent {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

h3.map-txt1 {
  width: 65%;
  text-align: right;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  margin-bottom: 2rem;
  color: #e28a2b;
}

h3.map-txt2 {
  text-align: left;
  width: 75%;
  margin-left: 25%;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  color: #66a77b;
}

.st0,
.st1,
.st2,
.st3,
.st4 {
  opacity: 0.2;
  transition: opacity 1s ease, transform 1s ease;
}

.st0 {
  fill: #66a77b;
}
.st1 {
  fill: #e28a2b;
}
.st2 {
  fill: #fbae3a;
}
.st3 {
  fill: #9abf80;
}
.st4 {
  fill: #c3d8be;
}

.st0.ativo,
.st1.ativo,
.st2.ativo,
.st3.ativo,
.st4.ativo {
  animation: st0Accent 2s ease-in-out infinite;
}

@keyframes st0Accent {
  0% {
    transform: rotate(0deg) translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: rotate(0deg) translateY(-5px);
    opacity: 0.8;
  }
  100% {
    transform: rotate(0deg) translateY(0);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .box-figura {
    height: 300px;
    margin-top: 50px;
    background: url("arquivos2/bg-beneficios.webp") no-repeat scroll top
      center/100%;
  }
}

@media (max-width: 600px) {
  .box-figura {
    height: 200px;
    margin-top: 20px;
    margin-bottom: -40px;
    background: url("arquivos2/bg-beneficios.webp") no-repeat scroll top
      center/150%;
  }
  .box-lgpd {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    max-width: 900px;
    text-align: center;
    display: table;
    float: none;
    margin: 0 auto;
  }
  .accept-cookies {
    width: 50%;
    float: left;
    margin-top: 10px !important;
    margin-left: 25%;
    border: 1px solid;
    cursor: pointer;
    font-size: 14px;
    display: block;
    padding: 7px 0;
    border-radius: 4px;
    transition: all 0.4s;
    text-align: center;
  }
  .welcome-intro {
    text-align: center;
  }
  .welcome-intro h1 {
    font-weight: 800;
    font-size: 45px;
    text-align: center;
  }
  .btn-contato {
    width: 100% !important;
    text-align: center !important;
  }
  .box-sobre-m1 {
    display: block !important;
    text-align: center;
  }
  .box-sobre-d2 {
    display: none !important;
  }
  .box-sobre-d1 {
    display: none !important;
  }
  .icon-box-last {
    border-right: 0 !important;
  }
  .icon-box-last-line {
    border-bottom: 1px solid #fff !important;
  }
  .icon-box {
    min-height: 100px !important;
    border-bottom: 1px solid #e4e4e7 !important;
    border-right: 1px solid #e4e4e7 !important;
  }
  .box-cashback {
    text-align: center !important;
    min-height: 100px !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    margin-top: 0px !important;
  }
  .selo1 {
    width: 30% !important;
    margin: 0 auto !important;
  }
  .box-selo {
    position: absolute;
    right: 0;
    margin-top: -320px;
    margin-right: -0px;
    width: 90px;
  }
  .box-cash {
    padding-bottom: 0 !important;
  }
  .box-contador {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .tit-contato h2 {
    padding-top: -0px !important;
    font-size: 45px;
    line-height: 45px;
  }
  .destaque-economia {
    padding: 10px 30px;
    margin-bottom: 40px;
  }
  .box-dep1 {
    display: none !important;
  }
  .box-dep2 {
    display: block !important;
  }
  .single-work h3 {
    margin-top: -40px !important;
  }
  .navbar.navbar-dark .navbar-nav .nav-link {
    color: #54565a !important;
  }
  .navbar.navbar-dark .navbar-nav .bt-acessos {
    color: #fff !important;
    padding-left: 15px !important;
  }
  .tit-contato-modal h2 {
    font-size: 18px !important;
    line-height: 20px;
    margin-top: 10px;
  }
  .tit-contato-modal p {
    font-size: 14px !important;
    line-height: 16px;
    margin-top: 10px;
  }
  .modal-lg {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .ajuste-bread {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }
  .tit-cashback {
    font-weight: 700px;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  .img-down {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 20px;
  }
  .box-cash0 {
    padding: 0;
  }

  #home {
    padding-top: 8rem;
  }
  .btn-video {
    width: 100%;
  }
  .balls-1 {
    right: 0;
  }
  .balls-2 {
    left: 0;
    bottom: 2rem;
  }
  .ball-c {
    width: 50px;
    height: 50px;
  }
  .ball-x {
    width: 20px;
    height: 20px;
  }
  .cel {
    height: 350px;
    margin-left: 1rem;
  }
  @keyframes floatUpDown3 {
    0% {
      transform: translateY(0) rotate3d(2, 1, 2, 30deg);
    }
    50% {
      transform: translateY(30px) rotate3d(2, 1, 2, 30deg);
    }
    100% {
      transform: translateY(0) rotate3d(2, 1, 2, 30deg);
    }
  }
  @keyframes floatUpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: rotate(0deg) translateY(0);
    }
  }
  @keyframes floatUpDown2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .container-cel {
    padding: 4rem 0px;
  }
  .app-down .img-down {
    margin: 1rem 0px 0px;
    width: 100%;
  }
  .cash-cash {
    margin: 1rem 0px !important;
  }
  .cash-container {
    margin: 0px !important;
    padding: 0 1rem !important;
  }
  .box-cashback {
    min-height: 100px !important;
    border-bottom: 1px solid #e4e4e7 !important;
    border-right: 1px solid #e4e4e7 !important;
  }
  .title {
    font-size: 2.5rem;
    line-height: 100% !important;
    margin-bottom: 1rem !important;
  }
  #screenshots {
    padding: 0px;
  }

  #svgContainer > .map {
    padding-top: 4rem;
  }

  h3.map-txt1,
  h3.map-txt2 {
    font-size: 16px;
  }
}
