p {
  margin-bottom: 10px;
}

.navbar {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 16px 24px;
  background-color: #004165;
  color: #000;
}

.nav-item {
  margin-top: 16px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 14px 24px 8px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}

.nav-item:hover {
  color: #00a9e0;
  font-weight: 300;
}

.nav-item.nav-item-account {
  display: block;
  border: 1px solid #00a9e0;
  border-radius: 20px;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.nav-item.nav-item-account:hover {
  background-color: #00a9e0;
  color: #fff;
}

.nav-item.nav-item-register {
  margin-right: 24px;
  margin-left: 24px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #004165;
  font-weight: 700;
  text-align: center;
}

.nav-item.nav-item-register:hover {
  background-color: #00a9e0;
  color: #fff;
}

.brand {
  position: relative;
  display: block;
  overflow: visible;
  width: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

.brand.w--current {
  z-index: 9997;
  width: 190px;
  padding-top: 22px;
  padding-bottom: 16px;
}

.container {
  display: block;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.geopagos-brand {
  position: relative;
  right: 16px;
  bottom: -4px;
  float: right;
}

.title {
  background-color: transparent;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}

.register-btn {
  display: inline-block;
  width: 360px;
  margin-top: 16px;
  border-radius: 32px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.register-btn:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.btn-right {
  width: 100%;
  height: 56px;
  border-radius: 32px;
  background-color: #fff;
  text-decoration: none;
}

.btn-text {
  padding-top: 20px;
  padding-bottom: 16px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.nav-tools-col-5 {
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.nav-tools-p-text {
  display: block;
  max-width: 232px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.nav-tools-col-7 {
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.nav-tools-bg {
  position: absolute;
  width: 100%;
  height: 496px;
  background-color: #004165;
}

.nav-tools-list {
  display: block;
  max-width: 464px;
  margin-right: auto;
  margin-left: auto;
  padding: 44px 64px;
  border-bottom: 4px solid #00a9e0;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .25);
  list-style-type: none;
}

.nav-tools-link {
  width: 100%;
}

.nav-tools-link:hover {
  color: #ffa000;
}

.nav-tools-item-text {
  display: block;
  height: auto;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
}

.nav-tools-item {
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.nav-tools-item.padding-cero {
  margin-bottom: 0px;
}

.nav-tools-link-col-3 {
  position: static;
  height: 32px;
  opacity: 1;
  text-align: center;
}

.menu-btn {
  z-index: 9997;
}

.nav-menu {
  top: 0px;
  z-index: 9997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.material-icons {
  color: #333;
  font-size: 24px;
  line-height: 42px;
  text-decoration: none;
}

.material-icons.icon-gray {
  color: #999;
}

.nav-tools {
  margin-top: 24px;
}

.tools-title {
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.tools-title.left {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  text-align: left;
}

.description-tools {
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #999;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.sub-tools {
  margin-top: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #00a9e0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.sec-tools {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 18px;
}

.text-tools {
  margin-top: 24px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #333;
  line-height: 1.44em;
  font-weight: 300;
}

.row-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.animation-nav-block {
  display: block;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
}

.animation-nav-block.second-paragraph {
  position: relative;
  margin-top: 64px;
}

.animation-nav-block.paragraph-tools-left {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.animation-nav-block.paragraph-herramienta-right {
  float: right;
}

.animation-nav-block.paragraph-tools-left-dash {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.animation-nav-block.paragraph-herramienta-right-staff {
  float: right;
}

.col-tools {
  display: block;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col-tools.image-herramientas-right {
  text-align: center;
}

.col-tools.col-animation {
  z-index: 9996;
}

.dashboard-img {
  position: static;
  overflow: visible;
}

.col-container-img {
  position: relative;
}

.footer {
  position: relative;
  background-color: #004165;
  color: #fff;
  text-align: center;
}

.footer-copyright {
  position: relative;
  z-index: 9997;
  background-color: #013653;
}

.footer-copyright-text {
  padding-top: 20px;
  padding-bottom: 16px;
  float: right;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  text-align: right;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.text-back {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-back {
  display: block;
  max-width: 250px;
  margin: 40px auto;
  text-decoration: none;
}

.a-uno {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #00a9e0;
  text-align: center;
  text-decoration: none;
}

.a-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-col-10 {
  padding-bottom: 24px;
}

.cardreader-img {
  position: static;
  z-index: 9999;
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
  float: none;
}

.creditcard-img {
  display: inline-block;
}

.smartphone {
  position: relative;
  display: inline-block;
}

.cardreader {
  position: relative;
  z-index: 9996;
  display: inline-block;
}

.creditcard {
  display: inline-block;
}

.col-container-animation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 560px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-monto {
  margin-top: 24px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}

.a-tarjeta {
  margin-top: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
}

.a-recibo {
  margin-top: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
}

.a-dos {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #00a9e0;
  text-align: center;
  text-decoration: none;
}

.a-tres {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #00a9e0;
  text-align: center;
  text-decoration: none;
}

.hero-title {
  margin-bottom: 40px;
  padding: 24px 48px 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004165), to(#004165));
  background-image: linear-gradient(180deg, #004165, #004165);
}

.nav-tools-image {
  float: left;
}

.nav-tools-p {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.star-icon {
  height: 100%;
}

.subtitle {
  margin-top: 32px;
  margin-right: 80px;
  margin-bottom: 16px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #f5f5f5;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.nav-animation-item-fir {
  position: relative;
  cursor: pointer;
}

.keyboard-img-2 {
  position: static;
}

.a-monto-p-2 {
  position: absolute;
  display: inline-block;
  margin-left: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: #999 #999 #999 #00a9e0;
  font-family: Nexa, Arial, sans-serif;
  color: #666;
  font-size: 18px;
}

.a-recibo-p-2 {
  position: absolute;
  display: inline-block;
  margin-left: 24px;
  padding-left: 16px;
  border-color: #00a9e0;
  border-left-style: solid;
  border-left-width: 4px;
  font-family: Nexa, Arial, sans-serif;
  color: #666;
  font-size: 18px;
}

.manual-link-2 {
  color: #00a9e0;
}

.animation-nav-block-2 {
  position: static;
  z-index: 9999;
  display: block;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
}

.animation-nav-block-2.second-paragraph-venta {
  position: relative;
  margin-top: 64px;
}

.animation-p-2 {
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.3px;
}

.voucher-img-2 {
  position: absolute;
  display: inline-block;
}

.smartphone-mask-2 {
  position: absolute;
  left: 18px;
  top: 72px;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.5px solid #bbb;
  border-radius: 3px;
}

.catalog-link-2 {
  display: inline-block;
  color: #00a9e0;
}

.a-tarjeta-p-2 {
  position: absolute;
  display: inline-block;
  margin-left: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  border-color: #00a9e0;
  border-left-style: solid;
  border-left-width: 4px;
  font-family: Nexa, Arial, sans-serif;
  color: #666;
  font-size: 18px;
}

.venta-catalogo-2 {
  position: absolute;
  display: inline-block;
}

.description-tools-white {
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.sec-tools-blue {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #cacaca;
  background-color: #004165;
  font-size: 18px;
}

.text-tools-white {
  margin-top: 24px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #fff;
  line-height: 1.44em;
  font-weight: 300;
}

.tools-title-cyan {
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #00a9e0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.container-footertitle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 160px;
  border-top: 4px solid #00a9e0;
  background-color: #fff;
  background-image: url('../images/footer-support-img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-description {
  max-width: 80%;
  float: right;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #616365;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.input-contacto {
  display: block;
  height: 48px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 6px;
  border-radius: 2px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.input-contacto.textarea {
  display: block;
  height: 102px;
}

.modal-text {
  display: block;
  width: 98%;
  max-width: 540px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.modal-text.left {
  color: #cacaca;
  text-align: left;
}

.modal-text.left.bottom {
  margin-top: 120px;
}

.modal-text.mobile-title {
  display: none;
}

.modal-close {
  width: 100%;
  padding: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  background-color: transparent;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
}

.phone-link {
  color: #00a9e0;
  font-weight: 700;
  text-decoration: none;
}

.error-text {
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #ff6671;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.modal-form-contacto {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.submit-btn-contact {
  display: block;
  width: 100%;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 13px;
  border-radius: 2px;
  background-color: #00a9e0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.submit-btn-contact:hover {
  background-color: #0091c0;
}

.error-message {
  max-width: 540px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  background-color: #ffeeef;
}

.modal-container {
  display: block;
  overflow: visible;
  width: 94%;
  max-width: 860px;
  margin: 72px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 11px -1px rgba(0, 0, 0, .3);
}

.success-text {
  margin-top: 32px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 16px;
  font-weight: 700;
}

.sec-tools-gray {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  font-size: 18px;
}

.img-ridingline-left {
  position: absolute;
  left: 0px;
  top: 0px;
}

.img-ridingline-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.container-nav {
  display: block;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
}

.sec-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9997;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, .75);
}

.sec-herobg {
  overflow: hidden;
  padding-top: 94px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .6)), to(hsla(0, 0%, 100%, .6))), url('../images/header-bg.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6)), url('../images/header-bg.png');
  background-position: 0px 0px, 95% -150px;
  background-attachment: scroll, fixed;
}

.hero-img-iphonex {
  float: right;
}

.container-img-bg {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 24px;
  padding-left: 24px;
}

.container-hero-elements {
  position: absolute;
  left: 0px;
  top: -224px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
}

.hero-col {
  padding-right: 0px;
  padding-left: 0px;
}

.container-hero-bg {
  position: relative;
  z-index: 9996;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-bg {
  height: 360px;
  border-top: 4px solid #00a9e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.container-img-iphonex {
  display: block;
  max-width: 1248px;
  margin-right: auto;
  margin-bottom: -40px;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 2%;
}

.hero-img-qpos {
  position: relative;
  top: 80px;
  right: 80px;
}

.container-img-qpos {
  position: relative;
  z-index: 9996;
}

.btn-start {
  display: block;
  width: 320px;
  margin-left: 24px;
  float: left;
  text-decoration: none;
}

.btn-start.w--current {
  display: block;
  width: 288px;
  margin-right: auto;
  margin-left: auto;
}

.text-start {
  width: 288px;
  padding-top: 4px;
  padding-bottom: 0px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #00a9e0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.columns {
  float: left;
}

.col-start-left {
  padding-right: 0px;
  padding-left: 0px;
}

.sec-benefits {
  position: relative;
  z-index: 9996;
}

.div-benefits-bg {
  height: 264px;
  background-color: #f5f5f5;
}

.col-container-benefits {
  display: block;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
}

.cont-benefits {
  margin-right: 6%;
  margin-left: 6%;
  padding: 12%;
  border-bottom: 2px solid #00a9e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 10px 30px 0 hsla(0, 0%, 40%, .25);
}

.text-benefits {
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.title-benefits {
  max-width: 200px;
  padding-left: 8px;
  float: right;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 26px;
  line-height: 28px;
}

.head-benefits {
  margin-right: 6%;
  margin-left: 6%;
  padding-bottom: 8%;
}

.icon-benefits {
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
}

.div-badges {
  margin-top: 25%;
  padding-right: 15%;
  padding-left: 15%;
}

.text-badges {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #fff;
  font-weight: 300;
}

.img-badge {
  margin-top: 8px;
  margin-bottom: 8px;
}

.div-app {
  display: block;
  max-width: 464px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 4px solid #00a9e0;
  background-color: #fff;
}

.image-4 {
  float: left;
}

.div-benefits {
  display: block;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}

.div-content-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 10px 20px 0 #013653;
}

.img-arrow-up {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sec-slide {
  padding-top: 64px;
  border-top: 4px solid #004165;
  border-bottom: 4px solid #00a9e0;
  background-color: #fafafa;
}

.img-slide {
  margin-right: 48px;
  float: right;
}

.slider {
  display: block;
  height: 600px;
  margin: 40px auto;
  background-color: transparent;
}

.slide-nav {
  color: #004165;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow-slide {
  color: #cacaca;
}

.con-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-top: 120px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a9e0;
}

.step {
  padding-top: 8px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 24px;
}

.subtitle-slide {
  width: 280px;
  padding-top: 16px;
  padding-bottom: 32px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #00a9e0;
  font-size: 32px;
  line-height: 24px;
  text-transform: uppercase;
}

.paragraph-slide {
  width: 272px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.how-works-title {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-title {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #00a9e0;
  font-size: 20px;
  font-weight: 700;
}

.button-footer {
  margin-right: 3%;
  margin-left: 3%;
  background-color: transparent;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #dcdcdc;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.button-footer:hover {
  color: #fff;
}

.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-footer-buttons {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.field-label {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
}

.radio-button-field {
  width: 50%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.container-radiobutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-label {
  margin-right: 8px;
  margin-left: 4px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

.radio-button {
  font-size: 32px;
}

.modal-text-warranty {
  display: block;
  width: 98%;
  max-width: 576px;
  margin: 32px auto 30px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.modal-wrapper-warranty {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
}

.bold-text-blue {
  color: #004165;
}

.modal-brand-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
}

.warranty-div {
  width: 100%;
}

.modal-warranty {
  display: block;
  width: 100%;
  margin: 32px auto 40px;
}

.col-footer-copyright {
  padding-right: 5%;
  padding-left: 5%;
}

.con-form {
  display: block;
  width: 100%;
  max-width: 600px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-textarea {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.container-startbrand {
  display: block;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.hero-img-mob {
  display: none;
}

.img-ridingline-left-footer {
  position: absolute;
  left: 0px;
  top: 0px;
}

.img-ridingline-right-footer {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.right-arrow {
  background-color: #fafafa;
}

.left-arrow {
  background-color: #fafafa;
}

.div-bodymask {
  overflow: hidden;
  width: 100%;
}

.disabled-click {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9990;
  display: none;
}

.afiliate-section {
  padding-top: 120px;
  padding-bottom: 80px;
}

.text-span {
  color: #00a9e0;
  font-weight: 700;
}

.options-know-fd-container {
  display: none;
  margin-bottom: 24px;
}

.label-cb {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  line-height: 14px;
  font-weight: 300;
}

.cb-form {
  display: inline-block;
  margin-left: 16px;
  float: right;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #004165;
}

.column-4 {
  padding-right: 32px;
  padding-bottom: 40px;
  padding-left: 32px;
  background-color: #f8f8f8;
}

.column-5 {
  padding: 40px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info {
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #004165;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: right;
}

.image-6 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 80px;
}

.notfd {
  display: none;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffeeef;
}

.modaltext-bold {
  color: #004165;
}

.modal-wrapper-privacy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
}

.modal-privacy {
  display: block;
  width: 100%;
  margin: 32px auto 40px;
}

.privacy-div {
  width: 100%;
}

.modal-text-privacy {
  display: block;
  width: 98%;
  max-width: 600px;
  margin: 32px auto 30px;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.contact-div {
  display: block;
  width: 70%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px;
  border: 4px solid #00a9e0;
  background-color: hsla(0, 0%, 100%, .8);
}

.tools-title-white {
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.tools-title-white.left {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  text-align: left;
}

.contact-header {
  width: 100%;
  margin-bottom: 120px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #004165;
}

.footer-description-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  background-color: #f6f6f6;
}

.section-title {
  display: block;
  max-width: 400px;
  margin-bottom: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list {
  color: #013653;
}

.a-title-left {
  width: 75%;
  margin-top: 16px;
  float: right;
  font-family: 'Simple Sans', Verdana, sans-serif;
  color: #00a9e0;
  font-size: 20px;
  font-weight: 700;
}

.section-title-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title-col1 {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .navbar {
    position: relative;
  }
  .nav-item {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
  }
  .nav-item:hover {
    color: #fff;
  }
  .nav-item.nav-item-account {
    width: 50%;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    border-color: #00a9e0;
    color: #fff;
    text-align: center;
  }
  .nav-item.nav-item-register {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    border-color: #fff;
    color: #004165;
    text-align: center;
  }
  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .geopagos-brand {
    bottom: 0px;
    width: 120px;
  }
  .title {
    font-size: 1.7em;
    line-height: 30px;
  }
  .register-btn {
    width: 90%;
    max-width: 100%;
  }
  .btn-right {
    height: 48px;
  }
  .btn-text {
    padding-top: 17px;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .nav-tools-col-5 {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .nav-tools-p-text {
    padding-left: 8px;
    font-size: 18px;
  }
  .nav-tools-col-7 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 24px;
  }
  .nav-tools-list {
    display: none;
    padding: 40px;
  }
  .menu-btn {
    margin-top: 16px;
    padding: 0px;
  }
  .menu-btn.w--open {
    z-index: 9998;
    background-color: transparent;
  }
  .nav-menu {
    position: fixed;
    top: 0px;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 16px 16px 32px;
    background-color: #004165;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .75);
    color: #fff;
  }
  .material-icons {
    font-size: 32px;
    line-height: 42px;
  }
  .material-icons.menu-icon {
    color: #fff;
  }
  .tools-title.left {
    font-size: 32px;
  }
  .row-tools {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .animation-nav-block.paragraph-herramienta-right {
    position: relative;
    display: block;
  }
  .animation-nav-block.paragraph-tools-left-dash {
    width: 272px;
  }
  .animation-nav-block.paragraph-herramienta-right-staff {
    position: relative;
    left: 32px;
    display: block;
  }
  .dashboard-img {
    position: relative;
  }
  .footer-title {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .btn-back {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .catalog-img {
    position: relative;
    right: 40px;
  }
  .staff-img {
    position: relative;
    right: 40px;
  }
  .nav-tools-image {
    margin-top: -320px;
  }
  .nav-tools-p {
    float: right;
  }
  .subtitle {
    margin-right: 24px;
  }
  .footer-description {
    margin-left: 5%;
    text-align: left;
  }
  .modal-text.mobile-title {
    display: none;
  }
  .modal-wrapper {
    display: none;
  }
  .modal-form-contacto {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-img-iphonex {
    width: 35%;
  }
  .hero-bg {
    height: 240px;
  }
  .container-img-iphonex {
    margin-bottom: 0px;
  }
  .hero-img-qpos {
    right: 64px;
  }
  .col-container-benefits {
    padding-top: 5%;
    padding-right: 3%;
    padding-left: 3%;
  }
  .cont-benefits {
    margin-right: 3%;
    margin-left: 3%;
  }
  .text-benefits {
    font-size: 16px;
    line-height: 24px;
  }
  .title-benefits {
    width: 80%;
    padding-left: 16px;
    float: right;
    font-size: 18px;
    line-height: 22px;
  }
  .icon-benefits {
    width: 20%;
  }
  .div-badges {
    margin-top: 0%;
  }
  .text-badges {
    padding-bottom: 32px;
  }
  .div-app {
    width: 90%;
    margin-top: 24px;
  }
  .div-content-app {
    padding-right: 24px;
    padding-left: 24px;
  }
  .img-slide {
    margin-right: 24px;
  }
  .slider {
    width: 80%;
  }
  .a-title {
    width: 80%;
    padding-left: 16px;
  }
  .button-footer {
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal-wrapper-warranty {
    display: none;
  }
  .col-footer-copyright {
    padding-right: 1%;
    padding-left: 1%;
  }
  .col-container-catalog {
    position: relative;
    width: 440px;
  }
  .right-arrow {
    right: -80px;
  }
  .left-arrow {
    left: -80px;
  }
  .options-know-fd-container {
    display: none;
  }
  .cb-form.si-option {
    margin-left: 0px;
  }
  .notfd {
    display: none;
  }
  .modal-wrapper-privacy {
    display: none;
  }
  .tools-title-white.left {
    font-size: 32px;
  }
  .footer-description-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .a-title-left {
    width: 70%;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: 95px;
  }
  .brand {
    width: 90px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    background-image: none;
  }
  .geopagos-brand {
    display: block;
  }
  .title {
    font-size: 1.5em;
  }
  .register-btn {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .brand-image {
    float: none;
  }
  .sec-nav-tools {
    background-color: #004165;
  }
  .nav-tools-col-5 {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
  }
  .nav-tools-p-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .nav-tools-col-7 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-tools-bg {
    position: absolute;
    display: none;
    height: 1100px;
  }
  .nav-tools-list {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-tools-link-col-3 {
    overflow: visible;
  }
  .menu-btn {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .nav-tools {
    display: none;
    margin-bottom: 32px;
  }
  .row-tools {
    display: block;
  }
  .animation-nav-block {
    max-width: 100%;
    min-height: 44px;
  }
  .animation-nav-block.second-paragraph {
    position: relative;
    margin-top: 72px;
  }
  .animation-nav-block.second-paragraph.paragraph-tools-left {
    width: 100%;
  }
  .animation-nav-block.paragraph-tools-left-dash {
    width: 100%;
  }
  .animation-nav-block.paragraph-herramienta-right-staff {
    left: 0px;
    float: none;
  }
  .col-tools {
    position: relative;
    display: block;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dashboard-img {
    display: block;
    margin-top: 40px;
  }
  .col-container-img {
    display: block;
    overflow: visible;
  }
  .footer-copyright-text {
    float: none;
    text-align: center;
  }
  .footer-title {
    font-size: 28px;
  }
  .a-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .a-col-10 {
    display: none;
  }
  .cardreader-img {
    width: 154px;
    margin-right: 102px;
  }
  .smartphone-base-img {
    width: 200px;
    margin-right: 86px;
  }
  .creditcard-img {
    width: 200px;
    margin-left: -24px;
  }
  .col-container-animation {
    margin-top: 88px;
    margin-left: 30%;
  }
  .historial-img {
    position: relative;
    left: -16px;
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .clients-img {
    position: relative;
    left: -16px;
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .catalog-img {
    display: block;
    margin: 40px auto;
  }
  .staff-img {
    right: 16px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .a-col-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-title {
    padding-right: 32px;
    padding-left: 32px;
  }
  .nav-tools-image {
    position: relative;
    left: -12px;
    display: block;
    height: 580px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .nav-tools-p {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .subtitle {
    font-size: 15px;
  }
  .nav-animation-item-fir {
    display: inline-block;
    width: 33%;
    float: left;
  }
  .keyboard-img-2 {
    width: 174px;
    margin-right: 0px;
  }
  .animation-nav-block-2 {
    max-width: 100%;
    min-height: 44px;
  }
  .animation-nav-block-2.second-paragraph-venta {
    position: relative;
    margin-top: 72px;
  }
  .voucher-img-2 {
    width: 174px;
    margin-left: 74px;
  }
  .smartphone-mask-2 {
    left: 14px;
    top: 50px;
    width: 174px;
  }
  .venta-catalogo-2 {
    width: 174px;
    margin-left: 74px;
  }
  .container-footertitle {
    padding-bottom: 64px;
  }
  .footer-description {
    margin-left: 5%;
    font-size: 16px;
  }
  .modal-text.mobile-title {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .contact-form {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .modal-wrapper {
    display: none;
  }
  .error-message {
    width: 90%;
  }
  .modal-container {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .img-ridingline-left {
    height: 40%;
  }
  .img-ridingline-right {
    height: 65%;
  }
  .container-img-bg {
    padding-top: 64px;
  }
  .container-hero-elements {
    top: -224px;
  }
  .hero-bg {
    height: 320px;
  }
  .hero-img-qpos {
    top: 120px;
    right: 40px;
  }
  .btn-start {
    display: block;
    width: 60%;
    margin-left: 0px;
  }
  .text-start {
    width: 75%;
  }
  .div-benefits-bg {
    height: 800px;
  }
  .col-container-benefits {
    width: 80%;
    padding-top: 0%;
  }
  .col-benefits {
    margin-bottom: 8%;
  }
  .cont-benefits {
    margin-right: 6%;
    margin-left: 6%;
    padding: 10%;
  }
  .text-benefits {
    font-size: 18px;
  }
  .title-benefits {
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 24px;
    line-height: 24px;
  }
  .head-benefits {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .icon-benefits {
    width: 18%;
  }
  .div-badges {
    margin-bottom: 10%;
  }
  .text-badges {
    padding-bottom: 16px;
  }
  .div-benefits {
    max-width: 70%;
  }
  .slider {
    height: 400px;
  }
  .columns-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .con-square {
    margin-top: 32px;
  }
  .column-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-slide {
    width: 100%;
  }
  .how-works-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .a-title {
    width: 100%;
  }
  .col-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .col-footer-buttons {
    margin-top: 16px;
  }
  .radio-button-field {
    margin-right: 4px;
    margin-left: 4px;
  }
  .container-radiobutton {
    padding-right: 0px;
    padding-left: 0px;
  }
  .modal-text-warranty {
    width: 88%;
  }
  .modal-wrapper-warranty {
    display: none;
  }
  .modal-warranty {
    width: 98%;
  }
  .con-form {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-ridingline-left-footer {
    height: 35%;
  }
  .img-ridingline-right-footer {
    height: 40%;
  }
  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-5 {
    display: none;
  }
  .modal-wrapper-privacy {
    display: none;
  }
  .modal-privacy {
    width: 98%;
  }
  .modal-text-privacy {
    width: 88%;
  }
  .contact-div {
    padding: 32px;
  }
  .tools-title-white {
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .contact-header {
    margin-bottom: 48px;
  }
  .footer-description-div {
    width: 100%;
  }
  .section-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .a-title-left {
    width: 100%;
    text-align: right;
  }
}

@media (max-width: 479px) {
  .nav-item {
    width: 55%;
  }
  .nav-item.nav-item-account {
    width: 55%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .nav-item.nav-item-register {
    width: 55%;
  }
  .brand {
    width: 90px;
  }
  .brand.w--current {
    width: 120px;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .geopagos-brand {
    right: 0px;
    display: block;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .register-btn {
    max-width: 100%;
  }
  .nav-tools-col-5 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-tools-p-text {
    padding-top: 16px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .nav-tools-col-7 {
    padding-top: 10%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-tools-list {
    padding: 24px;
  }
  .nav-tools-item-text {
    font-size: 15px;
  }
  .menu-btn {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-tools {
    display: none;
  }
  .tools-title {
    font-size: 32px;
    line-height: 40px;
  }
  .description-tools {
    font-size: 18px;
    line-height: 24px;
  }
  .sub-tools {
    font-size: 18px;
  }
  .sec-tools {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .text-tools {
    font-size: 16px;
  }
  .row-tools {
    padding-top: 24px;
  }
  .row-tools.a-row {
    padding-top: 32px;
  }
  .animation-nav-block.second-paragraph {
    position: relative;
    display: block;
    margin-top: 48px;
  }
  .col-tools {
    padding-right: 16px;
    padding-left: 16px;
  }
  .dashboard-img {
    width: 600px;
  }
  .footer-copyright-text {
    line-height: 22px;
  }
  .footer-title {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  .a-uno {
    font-size: 28px;
  }
  .a-col-10 {
    padding-bottom: 16px;
  }
  .col-container-animation {
    height: 480px;
    margin-top: 0px;
    margin-left: 16%;
  }
  .a-monto {
    margin-top: 16px;
    font-size: 16px;
  }
  .a-tarjeta {
    margin-top: 16px;
    font-size: 16px;
  }
  .a-recibo {
    margin-top: 16px;
    font-size: 16px;
  }
  .a-dos {
    font-size: 28px;
  }
  .a-tres {
    font-size: 28px;
  }
  .historial-img {
    margin-bottom: 32px;
  }
  .clients-img {
    margin-bottom: 32px;
  }
  .catalog-img {
    margin-bottom: 0px;
  }
  .staff-img {
    padding-bottom: 0px;
  }
  .a-col-2 {
    -webkit-flex-shrink: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3;
  }
  .container-animation-info {
    height: 96px;
  }
  .hero-title {
    padding-right: 10%;
    padding-left: 10%;
  }
  .nav-tools-p {
    width: 98%;
  }
  .geopagos-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .subtitle {
    margin-top: 10%;
    margin-right: 0px;
    margin-bottom: 12%;
  }
  .keyboard-img-2 {
    margin-right: 0px;
  }
  .animation-nav-block-2.second-paragraph-venta {
    position: relative;
    display: block;
    margin-top: 48px;
  }
  .animation-p-2 {
    font-size: 16px;
  }
  .voucher-img-2 {
    margin-left: 74px;
  }
  .smartphone-mask-2 {
    margin-right: 0px;
  }
  .description-tools-white {
    font-size: 18px;
    line-height: 24px;
  }
  .sec-tools-blue {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .text-tools-white {
    font-size: 16px;
  }
  .tools-title-cyan {
    font-size: 32px;
    line-height: 40px;
  }
  .footer-description {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: 5%;
  }
  .modal-text {
    font-size: 14px;
    line-height: 20px;
  }
  .modal-wrapper {
    display: none;
  }
  .modal-container {
    overflow: auto;
  }
  .sec-tools-gray {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .img-ridingline-left {
    height: 70%;
  }
  .hero-img-iphonex {
    display: none;
  }
  .container-img-bg {
    padding-top: 24px;
  }
  .container-hero-elements {
    top: -48px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .hero-bg {
    height: 440px;
  }
  .container-img-iphonex {
    padding-right: 3%;
    padding-left: 0%;
  }
  .container-img-qpos {
    display: none;
  }
  .btn-start {
    display: none;
  }
  .div-benefits-bg {
    height: 720px;
  }
  .col-container-benefits {
    width: 100%;
  }
  .cont-benefits {
    margin-left: 5%;
    padding-right: 9%;
    padding-left: 9%;
  }
  .head-benefits {
    display: block;
    max-width: 248px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-badges {
    text-align: center;
  }
  .div-benefits {
    max-width: 98%;
  }
  .div-content-app {
    padding-top: 24px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .img-slide {
    display: block;
    margin-right: 16px;
  }
  .slider {
    height: 600px;
    margin-bottom: 0px;
  }
  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .con-square {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .step {
    padding-top: 24px;
    text-align: center;
  }
  .column-3 {
    margin-bottom: 32px;
  }
  .subtitle-slide {
    width: 100%;
    text-align: center;
  }
  .paragraph-slide {
    text-align: center;
  }
  .button-footer {
    margin-right: 1%;
    margin-left: 1%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-footer-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .radio-button-field {
    margin-right: 8px;
    margin-left: 8px;
  }
  .modal-text-warranty {
    font-size: 14px;
    line-height: 20px;
  }
  .modal-wrapper-warranty {
    display: none;
  }
  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-img-mob {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .img-ridingline-left-footer {
    height: 15%;
  }
  .img-ridingline-right-footer {
    bottom: 80px;
    height: 25%;
  }
  .right-arrow {
    right: -64px;
  }
  .left-arrow {
    left: -64px;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .options-know-fd-container {
    display: none;
  }
  .label-cb {
    width: 50%;
  }
  .column-4 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .modal-wrapper-privacy {
    display: none;
  }
  .modal-text-privacy {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .contact-div {
    width: 90%;
    padding: 32px 24px;
  }
  .tools-title-white {
    font-size: 32px;
    line-height: 40px;
  }
}

#w-node-a50aeefa487d-93d0de4c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Simple Sans';
  src: url('../fonts/SimpleSans-Black_1.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Simple Sans';
  src: url('../fonts/SimpleSans-Bold_1.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Simple Sans';
  src: url('../fonts/SimpleSans-Light_1.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}