@font-face {
  font-family: "Font Awesome 6 Pro 400";
  src: url('../fonts/Font-Awesome-6-Pro-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Pro Solid 900";
  src: url('../fonts/Font-Awesome-6-Pro-Solid-900.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  z-index: 9999;
  width: 100%;
  padding: 48px;
  position: fixed;
  left: 0;
  right: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  text-align: left;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--white);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.body {
  color: #fff;
  background-color: #06062b;
  font-family: Figtree, sans-serif;
  text-rendering: optimizelegibility !important;
}

.logo {
  height: 80px;
  font-family: Bricolage Grotesque, sans-serif;
  transition: all .2s;
}

.logo:hover {
  transform: scale(1.1);
}

.logo:active {
  transform: scale(1.2);
}

.logo.footer {
  height: 80px;
}

.hero-stack {
  border-bottom: 1px #e4ebf3;
  width: 100%;
  padding: 240px 80px 120px;
  position: absolute;
  overflow: hidden;
}

.hero-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: left;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 72px;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8553ed, #e1d6fb);
  -webkit-background-clip: text;
  background-clip: text;
}

.download-app {
  z-index: 1000;
  color: #fff;
  cursor: pointer;
  border-radius: 10em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 80px #9071ff29;
}

.download-app:hover {
  transform: scale(1.05);
  box-shadow: 8px -8px 40px #9071ff3d;
}

.download-app:active {
  transform: scale(1.1);
}

.download-app.hero {
  box-shadow: none;
}

.download-app.cta {
  box-shadow: 0 0 80px #9071ff29, 0 0 24px 8px #06072b7a;
}

.button-bg {
  z-index: 1;
  background-color: #8453ed;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 16px;
  display: flex;
  position: relative;
}

.button-bg:hover {
  background-color: #fff;
  background-image: linear-gradient(90deg, #372b61e6 16%, #372b61);
}

.button-bg.header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #06062b;
  padding: 24px;
}

.button-bg.header:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.button-bg.app-button-cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #8453ed;
  flex: 1;
  padding: 24px;
}

.button-bg.app-button-cta:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.button-inside {
  z-index: 2;
  grid-column-gap: .5em;
  opacity: 1;
  color: #fff;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  transition: all .2s;
  display: flex;
  position: static;
  inset: 1%;
}

.button-inside:active {
  transform: scale(1.05);
}

.border-gradient {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 350%;
  position: absolute;
  transform: rotate(-55deg);
}

.flex-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.qr-download {
  color: #fff;
  text-align: center;
  background-color: #8453ed3d;
  background-image: linear-gradient(297deg, #00000029, #ffffff29);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 240px;
  padding: 24px;
  display: flex;
  position: absolute;
  top: 140px;
  left: auto;
  right: 80px;
}

.app-wrapper {
  z-index: 2;
  aspect-ratio: 9 / 16;
  box-shadow: none;
  pointer-events: none;
  cursor: default;
  background-color: #161617;
  border-radius: 48px;
  width: 100%;
  min-width: 320px;
  max-width: 360px;
  height: 780px;
  min-height: 680px;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  position: sticky;
  top: 80px;
  left: 42%;
  right: auto;
  transform: scale(.9);
}

.app-wrapper:hover {
  box-shadow: 0 8px 80px 16px #8453ed29;
}

.app-wrapper.app-frame {
  z-index: -1;
  box-shadow: none;
  pointer-events: none;
  background-color: #0000;
  height: 740px;
  position: fixed;
  top: 20px;
  left: 0%;
  transform: scale(1.11);
}

.item-bottom-bar {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 4px 0;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.item-bottom-bar.active {
  background-color: #262832;
}

.top-bar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.top-bar.uva-app {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-image: linear-gradient(#161617, #16161700);
  border-radius: 64px 64px 0 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 64px 0 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.top-bar.uva-app.home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 0;
  padding-right: 0;
}

.bottom-bar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.bottom-bar.home-bottom-bar {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121212;
  border-radius: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-bar.page-bottom-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-bar.pages-bottom-bar {
  z-index: 999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #262832;
  border-radius: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 16px;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 -16px 8px #0003;
}

.app-content {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 80px 12% 8px 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: scroll;
}

.app-content.mobile-app {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  height: auto;
  max-height: 100%;
  padding: 104px 0;
  overflow: hidden;
}

.app-content.mobile-app.menu-restaurant {
  border-radius: 64px;
  max-height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.app-content.mobile-app.appcamerademo {
  z-index: -9;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.app-content.mobile-app.home {
  overflow: visible;
}

.avatar {
  border-radius: 16px;
  width: 40px;
  height: 40px;
}

.avatar.bottom-bar-app {
  pointer-events: none;
  cursor: none;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.bottom-bar-item-icon {
  pointer-events: none;
  color: #c9c9cc;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Pro 400", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.bottom-bar-item-icon.active {
  color: #e1d6fb;
  font-family: "Font Awesome 6 Pro Solid 900", Arial, sans-serif;
}

.bottom-bar-item-icon.active.white {
  color: #fff;
  width: 48px;
  height: 48px;
}

.bottom-bar-item-icon.active.purple {
  color: #8453ed;
  width: 48px;
  height: 48px;
}

.bottom-bar-item-icon.qr {
  color: #fff;
  font-size: 36px;
}

.features-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 160px;
  margin-bottom: 160px;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-wrapper {
  grid-column-gap: 320px;
  grid-row-gap: 320px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 50vh;
  padding-top: 32vh;
  padding-bottom: 40vh;
  display: flex;
}

.features-wrapper.firstfeature {
  padding-top: 24vh;
}

.features-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 33%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 48px;
  display: flex;
}

.features-paragraph {
  opacity: .8;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 32px;
}

.features-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 66%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-image {
  object-fit: cover;
  border-radius: 48px;
}

.features-image.first-image {
  width: 48vw;
  margin-top: -48vh;
  margin-right: 24px;
}

.features-image.second-image {
  width: 42vw;
  margin-top: -48vh;
  margin-left: 160px;
}

.features-image.third-image {
  width: 36vw;
  margin-top: -50vh;
  margin-left: 24px;
  margin-right: -48px;
}

.features-image.fourth-image {
  width: 36vw;
  margin-top: -25vh;
  margin-left: 0;
  margin-right: 48px;
}

.text-block {
  opacity: .8;
  text-align: center;
  flex: 1;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block.header-top-bar-app {
  opacity: 1;
  font-size: 20px;
  font-weight: 700;
}

.text-block.header-top-bar-app.main-page {
  text-align: left;
}

.footer-dark {
  z-index: 1000;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #24185a;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  flex-flow: column;
  margin-top: 80px;
  padding: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 -40px 80px #8453ed7a;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright-center {
  opacity: .48;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}

.heading-3 {
  width: 100%;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 48px;
  line-height: 64px;
}

.heading-3.features-title {
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
}

.heading-3.features-title.page-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40%;
  font-size: 64px;
  line-height: 80px;
}

.backgroundlight {
  z-index: -1;
  opacity: 1;
  filter: blur(160px);
  pointer-events: none;
  background-color: #3d1397;
  border-radius: 320px;
  width: 100%;
  height: 160%;
  position: absolute;
  inset: 200vh auto auto -50vw;
}

.backgroundlight.top {
  background-color: #3d1397;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: -32% -50% auto auto;
}

.heading-footer {
  opacity: .08;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 144px;
  transition: all .2s;
}

.heading-footer:hover {
  opacity: .16;
}

.button-secondary {
  pointer-events: auto;
  color: #cebaf8;
  background-color: #cebaf814;
  border-radius: 40px;
  padding: 24px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  transition: all .2s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #8453eda3;
  transform: scale(1.05);
}

.button-secondary.w--current {
  pointer-events: auto;
}

.button-secondary.qr {
  pointer-events: none;
  display: none;
}

.button-secondary.qr.w--current {
  pointer-events: none;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  cursor: default;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.heading-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8453ed, #e1d6fb);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  display: inline-block;
}

.heading-4.pages {
  text-align: center;
  width: 100%;
  margin-bottom: 80px;
}

.flex-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-bottom: 40px;
  margin-left: -20px;
}

.icon-block-container {
  background-color: #06062b;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
}

.banner-prefooter {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #06062b;
  text-align: center;
  background-color: #a27cf1f5;
  background-image: linear-gradient(#fff3, #fff3);
  border-radius: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-prefooter.backcard {
  background-color: #a27cf1a3;
  width: 80%;
  max-width: 1280px;
  height: 80%;
  margin-bottom: -78vh;
  position: absolute;
  inset: 16px auto auto;
}

.section {
  z-index: 3;
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: relative;
}

.section.page {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-left: 80px;
  padding-right: 80px;
}

.logopartners {
  cursor: pointer;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 8px;
  transition: all .2s;
  display: flex;
}

.logopartners:hover {
  transform: scale(1.1);
}

.logopartners:active {
  transform: scale(1.2);
}

.flex-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.app-home {
  opacity: 1;
  height: 100%;
}

.scan-receipt-layer {
  filter: brightness(200%);
  background-color: #8453ed3d;
  background-image: linear-gradient(169deg, #00000029 43%, #ffffff3d);
  border-radius: 48px;
  width: 92%;
  height: 48%;
  position: absolute;
  inset: 20% 0% auto;
}

.app-camera {
  opacity: 0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
}

.logo-background-banner {
  z-index: -1;
  opacity: .16;
  width: 140%;
  max-width: 140%;
  position: absolute;
  inset: auto auto -64%;
}

.flex-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  min-width: 100%;
}

.icon-banner-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  cursor: default;
  background-color: #8453ed;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  transition: all .3s ease-in-out;
  display: flex;
}

.icon-banner-font {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Font Awesome 6 Pro 400", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.flex-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.logostores {
  cursor: pointer;
  transition: all .2s;
}

.logostores:hover {
  transform: scale(1.1);
}

.logostores:active {
  transform: scale(1.2);
}

.appscreens, .app-home-mobile {
  display: none;
}

.app-menu-restaurante {
  opacity: 0;
  height: 100%;
}

.arrow-download-qr {
  color: #8453ed;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Font Awesome 6 Pro 400", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  display: none;
  position: absolute;
  bottom: -64px;
}

.arrow-scroll-down {
  color: #8453ed;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Font Awesome 6 Pro 400", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
  transition: all .2s;
  position: static;
}

.arrow-scroll-down:hover {
  filter: brightness(300%);
  color: #fff;
  transform: scale(1.05);
}

.arrow-scroll-down:active {
  transform: scale(1.1);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.link {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #7f5fc4;
}

.flex-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 40px;
}

.intro {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.app-grupo-activo, .app-pagar-cuenta {
  opacity: 0;
  height: 100%;
}

.logo-home-top-bar {
  padding: 4px;
}

.app-home-carousel-acciones-buttons {
  max-width: none;
  height: 120px;
  position: relative;
}

.app-home-carousel-acciones {
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
  overflow: visible;
}

.app-line-separator {
  background-color: #cdd6ee29;
  border-radius: 4px;
  width: 16px;
  height: 4px;
}

.app-subtitles {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.app-card-saldo {
  pointer-events: none;
  padding-left: 16px;
  padding-right: 16px;
}

.app-buttons-main-access {
  pointer-events: none;
  margin-bottom: -32px;
}

.appcamerareceipt {
  object-fit: cover;
  border-radius: 64px;
  height: 100%;
  margin-top: -12px;
  margin-bottom: -12px;
}

.image-5 {
  pointer-events: none;
  width: 100%;
  margin-left: 16px;
  margin-right: 16px;
}

.app-main-button-cta {
  z-index: 1000;
  color: #fff;
  border-radius: 10em;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 80px #9071ff29;
}

.app-main-button-cta:hover {
  transform: scale(1.05);
  box-shadow: 8px -8px 40px #9071ff3d;
}

.app-main-button-cta:active {
  transform: scale(1.1);
}

.app-main-button-cta.app-home {
  max-width: 64px;
  padding: 2px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.qr-code-image {
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
}

.section-2 {
  transition: all .2s;
}

.icon-banner-text {
  opacity: .24;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}

.image-6, .image-8 {
  padding-left: 16px;
  padding-right: 16px;
}

.faq-lottie {
  filter: invert();
  padding-top: 4px;
}

.middle-side {
  flex: 1;
}

.faq-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.faq-toggle {
  width: 40px;
  height: 40px;
}

.question-wrapper {
  font-size: 32px;
  line-height: 48px;
}

.answer-wrapper {
  font-size: 32px;
  line-height: 60px;
  overflow: hidden;
}

.answer-text {
  transform-origin: 0 0;
  font-size: 24px;
  line-height: 40px;
}

.flex-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.link-block {
  color: #fff;
  font-family: Bricolage Grotesque, sans-serif;
}

.button-3 {
  color: #000;
  white-space: nowrap;
  filter: url('../images/');
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.svg-filter_embed {
  display: none;
}

.button-3_content-wrap {
  color: #fff;
  background-color: #4e3199;
  border-radius: 3rem;
  padding: 1.25rem 1.75rem;
  font-size: 20px;
  font-weight: 700;
}

.button-3_arrow-wrapper {
  background-color: #f6fd14;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  margin-left: .45rem;
  display: flex;
}

.button_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.shiny-cta {
  background-color: #06062b;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-stack {
    padding-bottom: 160px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 72px;
    line-height: 80px;
  }

  .features-wrapper {
    min-height: 60vh;
  }

  .features-image {
    margin-top: -240px;
  }

  .features-image.first-image {
    width: 20vw;
  }

  .features-image.second-image, .features-image.third-image, .features-image.fourth-image {
    width: 24vw;
  }

  .heading-footer {
    font-size: 120px;
  }

  .banner-prefooter.backcard {
    width: 60%;
  }

  .flex-block-6 {
    justify-content: center;
    align-items: center;
    min-width: 120%;
  }

  .icon-banner-container {
    flex: 1;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .logo.footer {
    height: 48px;
  }

  .hero-stack {
    padding-top: 200px;
    position: static;
  }

  .heading-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: flex-start;
    width: 60%;
  }

  .qr-download {
    width: 40%;
    display: none;
  }

  .app-wrapper {
    display: none;
  }

  .app-wrapper.app-frame {
    margin-top: 4px;
  }

  .top-bar, .bottom-bar {
    max-width: 728px;
  }

  .app-content {
    padding-left: 120px;
    padding-right: 80px;
  }

  .features-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 24%;
    padding-bottom: 0%;
  }

  .features-wrapper.firstfeature {
    margin-top: -50%;
    padding-top: 50%;
  }

  .features-box {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .features-right {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .features-block-two {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .features-image {
    position: absolute;
  }

  .features-image.first-image {
    margin-top: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .features-image.second-image {
    width: 64vw;
    margin-top: -160px;
    right: -240px;
  }

  .features-image.third-image {
    width: 64vw;
    margin-top: -240px;
    margin-left: 240px;
  }

  .features-image.fourth-image {
    width: 48vw;
    margin-top: -240px;
    margin-right: -480px;
  }

  .container-3 {
    max-width: 728px;
  }

  .heading-3, .heading-3.features-title {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-3.features-title.page-title {
    padding-right: 24%;
    font-size: 48px;
    line-height: 64px;
  }

  .heading-footer {
    font-size: 48px;
    line-height: 56px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon-block-container {
    border-radius: 24px;
    width: 80px;
    height: 80px;
  }

  .banner-prefooter {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 40px;
  }

  .banner-prefooter.backcard {
    width: 72%;
    height: 40vh;
    top: 40px;
  }

  .section {
    margin-top: 64px;
  }

  .section.page {
    margin-top: 0;
  }

  .logopartners {
    width: 64px;
    height: 64px;
  }

  .flex-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-block-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
  }

  .icon-banner-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px;
  }

  .icon-banner-font {
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
  }

  .appscreens {
    z-index: 1;
    max-width: 32vw;
    display: block;
    position: relative;
  }

  .app-home-mobile {
    width: 48vw;
    display: block;
    position: absolute;
    inset: auto 4% auto auto;
    overflow: hidden;
  }

  .arrow-download-qr, .arrow-scroll-down {
    font-size: 32px;
    line-height: 32px;
  }

  .qr-code-image {
    width: 96px;
    height: 96px;
  }

  .icon-banner-text {
    font-size: 20px;
    line-height: 20px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-center-container.shadow-three {
    padding: 24px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .hero-stack {
    padding-top: 20vh;
    padding-left: 48px;
    padding-right: 48px;
    overflow: hidden;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .features-list {
    margin-top: 80px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .features-wrapper {
    padding-top: 0%;
  }

  .features-wrapper.firstfeature {
    padding-top: 50%;
  }

  .features-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .features-image.second-image {
    margin-left: 0;
    right: -80px;
  }

  .footer-dark {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .heading-3.features-title.page-title {
    padding-right: 16%;
    font-size: 32px;
    line-height: 48px;
  }

  .button-secondary {
    display: none;
  }

  .footer-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .icon-block-container {
    width: 96px;
    height: 96px;
  }

  .banner-prefooter.backcard {
    width: 80%;
    margin-bottom: -40vh;
  }

  .section {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    margin-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.page {
    padding-top: 160px;
  }

  .flex-block-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .icon-banner-container {
    width: 64px;
    height: 64px;
  }

  .flex-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .appscreens {
    max-width: 64%;
  }

  .app-home-mobile {
    width: 300px;
    top: auto;
  }

  .qr-code-image {
    display: none;
  }

  .question-wrapper {
    font-size: 24px;
    line-height: 40px;
  }

  .answer-text {
    font-size: 20px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-center-container.shadow-three {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .hero-stack {
    padding-top: 20vh;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .download-app {
    z-index: 3;
    display: flex;
    position: fixed;
    inset: 24px 16px auto auto;
  }

  .download-app.hero {
    display: none;
  }

  .app-wrapper.app-frame {
    display: none;
    top: 0;
  }

  .top-bar, .bottom-bar {
    max-width: none;
  }

  .bottom-bar.home-bottom-bar, .bottom-bar.page-bottom-bar, .bottom-bar.pages-bottom-bar {
    width: 96%;
    max-width: 96%;
    margin-bottom: 8px;
  }

  .app-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .features-list {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .features-box {
    padding-left: 0;
    padding-right: 0;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .features-image.first-image {
    margin-top: 48px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .footer-copyright-center {
    letter-spacing: .5px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-3.features-title {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-3.features-title.page-title {
    font-size: 32px;
  }

  .heading-footer {
    order: 1;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-4.footer-h4 {
    width: 100%;
  }

  .image-2, .image-3 {
    display: none;
  }

  .banner-prefooter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 32px;
    padding: 24px 16px;
  }

  .banner-prefooter.backcard {
    border-radius: 32px;
    width: 72%;
  }

  .section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 120px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: wrap;
  }

  .flex-block-6 {
    overflow: scroll;
  }

  .flex-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .logostores {
    height: 40px;
  }

  .appscreens {
    max-width: 64%;
  }

  .app-home-mobile {
    z-index: -1;
    width: 64vw;
    margin-top: 0;
    top: auto;
    right: 0;
  }

  .intro {
    font-size: 18px;
    line-height: 26px;
  }

  .app-main-button-cta {
    z-index: 3;
    display: flex;
    position: fixed;
    inset: 24px 16px auto auto;
  }

  .icon-banner-text {
    display: none;
  }

  .faq-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .shiny-cta {
    width: 100%;
  }

  .image-9, .image-10, .code-embed {
    display: none;
  }
}

#w-node-_9c8fa3e2-27ad-f729-5c90-12f263e3d0d8-ef170138, #w-node-e6e191fb-3cdc-d7c0-92ef-1ca034977b0e-ef170138, #w-node-_14979bf8-ea35-057d-f812-0a8ec340817b-ef170138, #w-node-abb5e3f2-05ad-7574-2aa0-d359277ad4cb-ef170138, #w-node-f40b0512-0187-f7fa-7532-fb6c9cb35868-ef170138, #w-node-_8ce5e47e-db09-c8a7-279c-d66811baa19c-ef170138, #w-node-_56dde877-fe0a-855e-fb29-8d79eb155864-ef170138, #w-node-b7109e56-946b-1072-4f2d-386f70ea3d35-ef170138 {
  align-self: start;
}


@font-face {
  font-family: 'Font Awesome 6 Pro 400';
  src: url('../fonts/Font-Awesome-6-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Pro Solid 900';
  src: url('../fonts/Font-Awesome-6-Pro-Solid-900.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}