@font-face {
  font-family: "Roobert";
  src: local("Roobert"), url("../fonts/Roobert-Regular.woff2") format("woff2"),
    url("../fonts/Roobert-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  src: local("Roobert"), url("../fonts/Roobert-SemiBold.woff2") format("woff2"),
    url("../fonts/Roobert-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matter Mono";
  src: local("Matter Mono"),
    url("../fonts/MatterMono-Regular.woff2") format("woff2"),
    url("../fonts/MatterMono-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matter Mono";
  src: local("Matter Mono"),
    url("../fonts/MatterMono-SemiBold.woff2") format("woff2"),
    url("../fonts/MatterMono-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*::-moz-selection {
  background: #00d8d8;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #00d8d8;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #00d8d8;
  color: #fff;
  text-shadow: none;
}
*::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}
*::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  max-width: 100vw;
}
body {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  font-family: "Roobert", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  pointer-events: none;
  font-weight: 400;
  font-family: "Roobert", sans-serif;
}
h1 {
  font-size: 2.75rem;
  line-height: 3.75rem;
}
h2 {
  font-size: 2rem;
  line-height: 2.6rem;
}
h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 500px) {
  h1,
  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 16px;
  }
}
p,
b,
span,
i {
  pointer-events: none;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 24px 0;
}
@media screen and (max-width: 500px) {
  ul li {
    align-items: center;
  }
}
.section-default {
  padding: 96px 0 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .section-default {
    padding: 52px 0 !important;
    min-height: auto;
  }
}
.mainbtn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  padding: 16px 24px;
  margin-top: 32px;
  background-color: #00d8d8;
  color: #000;
  font-family: "Matter Mono", monospace;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: 0.2s;
  border-radius: 4px;
  font-size: 16px;
  max-height: 56px;
}
.mainbtn:hover {
  background-color: #ef8;
}
@media screen and (max-width: 500px) {
  .mainbtn {
    width: 70%;
    margin: 32px auto 0;
  }
}
.bg-black {
  background-color: #000;
}
.bg-black h1 {
  color: #00d8d8;
}
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6 {
  color: #ef8;
}
.bg-black p,
.bg-black ul li {
  color: #fff;
}
.bg-black b {
  color: #ef8;
}
.bg-white {
  background-color: #e9f0ef !important;
}
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6,
.bg-white p,
.bg-white b {
  color: #000;
}
.bg-gray {
  background-color: #6f7a79;
}
.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6 {
  color: #ef8;
}
.bg-gray p,
.bg-gray b,
.bg-gray ul li {
  color: #fff;
}
.c-primary {
  color: #00d8d8 !important;
}
.z-index-10 {
  z-index: 10;
}
.z-index-20 {
  z-index: 20;
}
.z-index-30 {
  z-index: 30;
}
.z-index-40 {
  z-index: 40;
}
.z-index-50 {
  z-index: 50;
}
.z-index-60 {
  z-index: 60;
}
.fw-600 {
  font-weight: 600;
}
.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .mb-80 {
    margin-bottom: 0;
  }
}
.pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .pb-100 {
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 500px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.mr-8px {
  margin-right: 8px;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.shine {
  animation: shine 2s;
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 10%,
    rgba(0, 0, 0, 0.6) 70%
  );
  -webkit-mask-size: 200%;
}
.header-hero {
  background-image: url("../img/bg-desktop3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 88px);
  background-position: right;
  position: relative;
}
.header-hero .header-hero-logo {
  padding-top: 88px;
}
.header-hero .header-hero-content {
  min-height: calc(100vh - 88px);
  padding-right: 10%;
  display: flex;
  align-items: center;
  color: #fff;
}
.header-hero .header-hero-content h1 {
  font-size: 2rem;
  line-height: 2.6rem;
}
.header-hero .header-hero-content h1 span {
  color: #ef8;
}
.header-hero .header-hero-content p {
  padding-right: 100px;
}
@media screen and (max-width: 500px) {
  .header-hero {
    background-image: url("../img/bg-gradient-mobile.webp");
    background-position: bottom;
    height: auto;
    min-height: 500px;
  }
  .header-hero .header-hero-logo {
    padding-top: 32px;
  }
  .header-hero .header-hero-logo svg {
    display: block;
    margin: 0 auto;
  }
  .header-hero .header-hero-content {
    min-height: auto;
    text-align: center;
    padding-right: 15px;
    padding-top: 40px;
  }
  .header-hero .header-hero-content h1 {
    font-size: 1.55rem;
    line-height: 2.25rem;
    margin-bottom: 16px;
  }
  .header-hero .header-hero-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-right: 0;
  }
  .header-hero .header-hero-content a.mainbtn {
    width: 80%;
  }
}
#typewriter {
  color: #ef8;
  display: block;
}
#typewriter::after {
  content: "|";
  animation: blink 0.5s infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.swiper-slide h5 {
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 150%;
}

.div-animation-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: fit-content;
}
.cubo {
  width: 400px;
  max-width: 100%;
  margin-top: -120px;
}
.cubo2 {
  width: 300px;
  height: 350px;
  max-width: 100%;
  margin-top: -90px;
}
.cubo-icon {
  width: 250px;
}
.cubo-icon-qrcode {
  width: 180px;
}
.cubo-icon-fraud {
  width: 250px;
  margin-left: -60px;
}
.cubo-icon-bank {
  margin-left: -30px;
}
.cubo-icon-credit {
  margin-left: -80px;
}
.cubo-icon-faceid {
  margin-left: -40px;
  margin-bottom: -20px;
}
.selo {
  position: absolute;
}
.selo.desk {
  top: 150px;
  width: 160px;
}
.selo.mob {
  top: 180px;
  width: 120px;
}
.selo.mob.right {
  right: 0;
}
.selo.right {
  right: 30px;
}
.selo.left {
  left: -20px;
}
.selo.small {
  width: 120px;
}
.selo.small.right {
  right: 70px;
}
@media screen and (max-width: 500px) {
  .selo.small.right {
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .cubo {
    width: 360px;
    margin-bottom: -80px;
  }
  .cubo2 {
    margin-bottom: -70px;
  }
  .inner-box {
    margin-bottom: 80px;
  }
  .inner-box-img,
  .inner-box-content {
    width: 100% !important;
  }
}
@keyframes float {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.floating {
  animation: float 5s ease-in-out infinite;
}
.pulse {
  animation: pulse 8s ease-in-out infinite;
}
.inner-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.inner-box-img {
  width: 50%;
}
.inner-box-content {
  width: 50%;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  padding: 0 15px;
}
@media screen and (max-width: 500px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.hs-form-booleancheckbox {
  margin: 0;
}
.choise-group {
  border: solid 1px #ccc;
  padding: 16px;
  margin: 0 auto 32px;
}
.choise-group .choise-group-items div {
  width: auto;
  margin: 8px;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  transition: 0.2s;
  cursor: pointer;
}
.choise-group .choise-group-items div.active::before {
  background: #00d8d8;
}
.choise-group .choise-group-items div:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #353535;
  border-radius: 3px;
  margin-right: 10px;
}
.choise-group .choise-group-items .choise-group-item {
  width: auto;
  margin: 8px;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  transition: 0.2s;
  cursor: pointer;
}
.choise-group .choise-group-items .choise-group-item:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #353535;
  border-radius: 3px;
  margin-right: 10px;
}
.choise-group .choise-group-items .choise-group-item.active:before {
  background: #00d8d8;
}
.choise-group .choise-group-items .choise-group-item.subitem {
  margin-left: 32px;
}
.choise-group .choise-group-items .choise-group-item.no-click {
  opacity: 0.7;
  cursor: not-allowed !important;
  pointer-events: none;
}
.choise-group .choise-group-items .conhecer-checkbox {
  width: 100%;
  display: block;
  margin-top: 8px;
  padding-left: 8px;
}
.choise-group .choise-group-items .conhecer-checkbox label {
  cursor: pointer;
}
#hsForm_4fa5ff68-c7ef-4cf0-a218-72e936a44c2b div:nth-child(9) {
  grid-column: 1 / -1;
}
@media screen and (max-width: 500px) {
  .hs-richtext {
    margin-top: 24px;
  }
  .choise-group {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .choise-group:last-child {
    margin-bottom: 32px;
  }
  .choise-group .choise-group-items div {
    margin-left: 0;
  }
  .choise-group .choise-group-items .choise-group-item {
    width: 100%;
    margin: 8px 0;
  }
}
footer.footer {
  padding: 16px 0;
  background-color: #14191A;
}
footer.footer .socials {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
}
footer.footer .socials a {
  height: 20px;
  display: flex;
  align-items: end;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  transition: 0.2s;
}
footer.footer .socials a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 500px) {
  footer.footer {
    text-align: center;
    padding: 32px 0;
  }
  footer.footer .socials {
    justify-content: center;
    margin-top: 2rem;
  }
}
.header {
  padding: 16px 0;
  background-color: #00d8d8;
}
.full-height {
  height: calc(100vh - 80px);
  margin-top: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-box {
  background-color: #e9f0ef;
  color: #000;
  text-align: center;
  padding: 96px 120px;
}
.message-box a {
  display: flex;
  margin: 32px auto 0;
}
@media screen and (max-width: 500px) {
  .full-height {
    margin-top: 0;
  }
  .message-box {
    padding: 96px 10px;
  }
  .message-box a {
    width: 100%;
  }
}
.hs_campanha_11_23_solucoes {
  display: none;
}
.hs-form-field label {
  cursor: pointer;
  font-family: "Matter Mono";
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  padding: 5px 0 !important;
  display: block;
  font-weight: 600;
}
.hs-form-field .hs-input {
  border: 1px solid rgba(111, 122, 121, 0.36);
  border-radius: 0;
  height: unset;
  padding: 1.75rem;
  font-family: "Matter Mono";
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #6f7a79;
  background-color: #fff;
  background-clip: padding-box;
  width: 100%;
}
.hs-form {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.hs-button.primary.large:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.hs-button.primary.large {
  min-width: 150px;
  min-height: 47px;
  max-height: 47px !important;
  padding: 0.9rem 2rem !important;
  background: #00d8d8;
  color: #000;
  font-family: "Matter Mono";
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  max-width: 100%;
  border: 0;
  cursor: pointer;
}
.inputs-list .hs-input {
  width: auto;
}
.inputs-list span {
  margin-left: 20px;
}
.hs-form-booleancheckbox-display {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.inputs-list input[type="checkbox"]:checked {
  background-color: #00d8d8;
  border: solid 1px #111;
}
.inputs-list input[type="checkbox"] {
  height: 15px;
  min-width: 15px !important;
  width: 15px;
  border: solid 1px #111;
}
@media only screen and (min-width: 992px) {
  .hs-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.legal-consent-container {
  grid-column: 1 / -1;
}
ul.hs-error-msgs li {
  margin: 10px 0 0;
}
ul.hs-error-msgs li label {
  color: red;
}
