:root {
  --white: #fff;
  --black: #1a1917;
  --blue: #043cc3;
  --green-span: #b7e0a2;
  --black-blue: #05054b;
  --greytext: #505050;
  --red: #e32d3c;
  --greyback: #f6f6f6;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.nabar-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nabar-section.sticky {
  z-index: 12;
  background-color: var(--white);
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.container {
  width: 100%;
  max-width: 1500px;
  padding-left: 60px;
  padding-right: 60px;
}

.container.separate {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.container.separate.center.smla {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #ddd0;
}

.navbar-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-link {
  color: var(--black);
  padding: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--blue);
}

.nav-link.sol {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.sol:hover {
  font-size: 17px;
  font-weight: 600;
}

.nav-link.space {
  margin-right: 10px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-navbar-butons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.button-blue {
  color: var(--white);
  text-align: center;
  background-color: #043cc3;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.button-blue.link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-blue.white {
  background-color: var(--white);
  color: var(--blue);
}

.button-blue._100 {
  width: 100%;
}

.button-blue.hide {
  display: none;
}

.button-blueline {
  border: 1px solid var(--blue);
  color: var(--blue);
  text-align: center;
  background-color: #043cc300;
  border-radius: 12px;
  padding: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button-blueline.white,
.button-blueline.whiteline {
  border-color: var(--white);
  color: var(--white);
}

.logo {
  width: 100px;
}

.banner {
  z-index: 10;
  background-image: linear-gradient(#05054b, #0c0cb1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-ii-col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-ii-col._100 {
  width: 100%;
}

.grid-ii-col._20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.h1-heading {
  color: var(--black);
  font-family: "Source Sans 3", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
}

.h1-heading.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.span-green {
  color: var(--green-span);
}

.p-banner {
  color: var(--white);
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.div-spacing-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-spacing-20px.center {
  justify-content: center;
  align-items: center;
}

.button-white {
  z-index: 10;
  background-color: var(--white);
  color: var(--black-blue);
  border-radius: 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.div-integraciones {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading {
  color: var(--white);
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.heading.div-center-buttons {
  text-align: center;
}

.heading.div-center-buttons.black {
  color: var(--greytext);
  margin-top: 0;
}

.div-iii-col-especial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-iii-col-especial.ii {
  grid-template-columns: 1fr 1fr;
}

.div-integracion {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff12;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  line-height: 150%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-buttons-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.div-buttons-banner.space {
  margin-top: -60px;
}

.button-red {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-buttons-banner-responsive {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: none;
}

.brand.w--current {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
}

.seccion-general {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.seccion-general.space {
  margin-top: 100px;
}

.seccion-general.hide {
  display: none;
}

.seccion-general.blue {
  background-image: linear-gradient(90deg, #05054b, #0c0cb1);
}

.seccion-general.blue.nonspace {
  padding-bottom: 0;
}

.seccion-general.blue.static {
  background-color: var(--black-blue);
  background-image: none;
}

.seccion-general.blue.static.prueba {
  background-image: linear-gradient(90deg, #0c0cb1, #05054b 48%);
}

.h2-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 110%;
}

.h2-heading.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.h2-heading.center {
  text-align: center;
  font-weight: 500;
}

.h2-heading.center.l {
  font-size: 35px;
}

.h2-heading.grey {
  color: var(--greytext);
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 65%;
  display: flex;
}

.div-block-4.center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.div-block-4.hide {
  display: none;
}

.div-block-4._100 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slide-nav {
  display: none;
}

.left-arrow {
  inset: -80px 5% auto auto;
}

.right-arrow {
  inset: -80px 0% auto auto;
}

.slide {
  width: 340px;
  padding-right: 20px;
}

.mask {
  height: auto;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  width: 100%;
  padding: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.image-slider {
  object-fit: contain;
  height: 425px;
}

.section-logos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.section-x-small {
  padding: 36px 5%;
  position: relative;
}

.section-x-small.background-gray-100 {
  background-color: #f3f4f6;
}

.logo-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

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

.logo-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.code-embed {
  display: none;
}

.logo-carousel-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.logo-card {
  background-color: #fff;
  border-radius: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.logo-icon-wrapper {
  color: #9ca3b0;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
  display: flex;
}

.logo-icon-wrapper:hover {
  color: #384252;
}

.logo-carousel-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 5%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-carousel-gradient.right {
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.icon-grayscale {
  filter: grayscale();
  object-fit: contain;
  width: 168px;
  height: 63px;
}

.p-normal {
  color: var(--greytext);
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.p-normal.center {
  text-align: center;
}

.p-normal.white {
  color: var(--white);
  font-size: 18px;
}

.p-normal.white._15px {
  font-size: 15px;
}

.p-normal.left {
  text-align: right;
}

.p-normal.left.s {
  font-size: 15px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-5.normal {
  padding-bottom: 0;
}

.div-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-80 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-descript {
  color: var(--black);
  font-family: "Source Sans 3", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 160%;
}

.div-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.list-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-center-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-banner {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: #05054b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.links-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.image {
  width: 35px;
}

.text-block {
  color: var(--white);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}

.div-list-banner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff12;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-7 {
  width: 100%;
}

.div-block-7.hide {
  display: none;
}

.tabs-menu {
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-normal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blue);
  text-align: center;
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 50px;
  padding: 5px 15px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tab-link-normal.w--current {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  width: 247px;
  padding: 5px 15px;
  font-family: "Source Sans 3", sans-serif;
}

.text-descuento {
  color: var(--white);
  background-color: #6c3;
  border-radius: 12px;
  padding: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.tab-pane-tab-1 {
  width: 100%;
  margin-top: 30px;
}

.div-block-8 {
  width: 100%;
}

.grid-iii-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-iii-col.ii,
.grid-iii-col.ii-copy {
  grid-template-columns: 1fr 1fr;
}

.div-price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f6f6f6;
  border-radius: 12px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.div-price.blue {
  background-color: var(--blue);
}

.div-price.blue.hide,
.div-price.hide {
  display: none;
}

.tag-price {
  color: var(--blue);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.tag-price.white {
  color: var(--white);
}

.headin-price {
  color: var(--black);
  font-family: "Source Sans 3", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

.headin-price.white {
  color: var(--white);
}

.span-month {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.separador {
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
}

.text-block-2 {
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 140%;
  display: flex;
}

.text-block-2.hide {
  display: none;
}

.tab-pane-tab-2 {
  margin-top: 30px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-icon {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  display: flex;
}

.div-cta-blue {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#05054b, #0c0cb1);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-grey {
  background-color: var(--greyback);
  border-radius: 20px;
  padding: 20px;
}

.card-grey.shadow {
  box-shadow: 0 2px 5px #0003;
}

.h3 {
  color: var(--black);
  font-family: "Source Sans 3", sans-serif;
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.api {
  background-color: #e8edfa;
  border-radius: 12px;
  width: 100%;
  padding: 10px;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-14-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 60px;
  display: flex;
}

.div-block-14-copy.space {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.field-label {
  color: #252527;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}

.red-span {
  color: var(--red);
}

.text-field {
  color: var(--greytext);
  border: 1px #000;
  border-radius: 12px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form.token {
  justify-content: center;
  align-items: flex-start;
}

.submit-button {
  width: 100%;
}

.banner-buttons {
  background-image: linear-gradient(#05054b, #0c0cb1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.banner-buttons.space {
  margin-top: 100px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-green {
  color: var(--white);
  text-align: center;
  background-color: #6c3;
  border-radius: 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-green.link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-green.white {
  background-color: var(--white);
  color: var(--blue);
}

.button-green._100 {
  width: 100%;
}

.div-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h4 {
  color: var(--greytext);
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.h4.center {
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.div-block-18 {
  width: 50%;
}

.div-block-19 {
  background-color: #f6f6f6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-20 {
  background-color: var(--blue);
  color: var(--white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.form-div {
  background-color: #f6f6f6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding: 30px;
  display: flex;
}

.form-2,
.form-block {
  width: 100%;
}

.submit-button-2 {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 12px;
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

.grid-iv {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
}

.div-card-grey {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f6f6f6;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 430px;
  padding: 30px 20px;
  display: flex;
}

.div-card-grey.auto {
  height: auto;
}

.div-card-grey.logo {
  justify-content: center;
  height: 120px;
}

.div-card-grey.space {
  width: 100%;
  height: 260px;
}

.div-card-grey._60 {
  width: 40%;
  height: auto;
}

.div-block-22 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--blue);
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-25.center {
  justify-content: flex-start;
  align-items: center;
}

.dropdown-toggle {
  padding: 0 30px 0 10px;
}

.icon-2 {
  margin-right: 10px;
}

.modal-meeting {
  z-index: 20;
  background-color: #1a191733;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-modal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  max-height: 90%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.close-icon {
  position: absolute;
  inset: 5% 2% auto auto;
}

.modal-video {
  z-index: 20;
  background-color: #1a191733;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.dropdown-list {
  border-radius: 12px;
  width: 116.476%;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list.w--open {
  background-color: #fff;
  width: 600px;
  padding: 10px;
  position: absolute;
  bottom: auto;
  right: auto;
}

.dropdown-link {
  background-color: var(--greyback);
}

.pop-up-whatsapp {
  z-index: 50;
  background-color: var(--white);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 5px;
  position: fixed;
  inset: auto 5% 5% auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-26 {
  width: 100%;
}

.div-block-27 {
  width: 100%;
  height: 500px;
  overflow: scroll;
}

.tabs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.tab-marco-legal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.tab-marco-legal.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blue);
  background-color: #043cc359;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tab-pane-tab-1-2 {
  width: 100%;
}

.div-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
  margin-left: 20px;
}

.play-pause-button {
  display: none;
}

.div-block-29 {
  height: 600px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  height: 550px;
  position: static;
  overflow: visible;
}

.div-separador-v-ideo {
  width: 600px;
  height: 550px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-30 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-menu-responsive {
  display: none;
}

.lottie-animation {
  height: 400px;
}

.lottie-animation-2 {
  background-color: #f6f6f6;
  height: 425px;
}

.play-pause-button-2,
.play-pause-button-3 {
  display: none;
}

.lottie-animation-3 {
  margin-left: -40px;
  margin-right: -40px;
}

.lottie-animation-4 {
  width: 70%;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.lottie-animation-5 {
  margin-bottom: 0;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
}

.card-letrero {
  justify-content: center;
  align-items: center;
  width: 679.734px;
  padding: 20px;
  display: flex;
}

.image-2 {
  position: relative;
  left: -30%;
}

.div-block-33 {
  width: 25%;
  margin-right: 140px;
}

.div-block-34 {
  margin-bottom: 20px;
}

.image-3 {
  width: 200px;
}

.logo-navbar {
  width: 207px;
}

.div-code-animation {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-code-animation-responsive {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.lottie-animation-normal {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-animation-responsive {
  z-index: 5;
  width: 100%;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.banner-bg-absolute {
  z-index: 1;
  background-color: var(--blue);
  width: 100%;
  height: 55%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-4 {
  border-radius: 20px;
}

.card-seguridad {
  background-color: #f6f6f6;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.div-block-38 {
  width: 59.3037%;
}

.logo-footer {
  filter: brightness(20000%);
  width: 200px;
}

.div-block-39 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.span-blue {
  color: var(--blue);
}

.span-blue.mayus {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.select-field {
  color: var(--greytext);
  background-color: #fff;
  border: 1px #000;
  border-radius: 12px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .banner-bg-absolute {
    height: 53%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    top: 90px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-navbar-butons {
    justify-content: center;
    align-items: center;
  }

  .button-blue.link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon {
    color: var(--blue);
    font-size: 35px;
  }

  .logo {
    margin-top: 10px;
  }

  .menu-button,
  .menu-button.w--open {
    background-color: #0000;
  }

  .grid-ii-col {
    grid-template-columns: 1fr;
  }

  .h1-heading.white {
    font-size: 45px;
  }

  .p-banner {
    font-size: 18px;
  }

  .div-integraciones {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-buttons-banner {
    display: none;
  }

  .div-buttons-banner.responsive {
    margin-left: auto;
    margin-right: auto;
  }

  .div-buttons-banner.space {
    display: flex;
  }

  .div-buttons-banner-responsive {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-buttons-banner-responsive.responsive {
    margin-left: auto;
    margin-right: auto;
  }

  .brand.w--current {
    width: 25%;
  }

  .seccion-general {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .seccion-general.blue.static.prueba {
    background-image: linear-gradient(0deg, #0c0cb1, #05054b 30%);
  }

  .h2-heading,
  .h2-heading.white {
    font-size: 45px;
  }

  .left-arrow {
    right: 10%;
  }

  .p-normal {
    font-size: 18px;
  }

  .p-normal.center {
    text-align: center;
  }

  .div-block-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-banner {
    background-position: 50% 100%;
    background-size: 290%;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-iii-col {
    grid-template-columns: 1fr;
  }

  .banner-buttons {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-green.link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-18,
  .form-div {
    width: 60%;
  }

  .grid-iv {
    grid-template-columns: 1fr 1fr;
  }

  .div-card-grey._60 {
    width: 80%;
  }

  .dropdown-toggle {
    width: 100%;
    padding-left: 0;
  }

  .modal-meeting {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-modal {
    width: 100%;
  }

  .modal-video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    position: static;
  }

  .code-embed-2 {
    margin-top: 0;
  }

  .div-menu-desktop {
    display: none;
  }

  .div-menu-responsive {
    flex-flow: column;
    display: flex;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding-left: 10px;
  }

  .dropdown,
  .lottie-animation-4 {
    width: 100%;
  }

  .image-2 {
    left: -10%;
  }

  .div-block-33 {
    margin-right: 0;
  }

  .logo-navbar {
    margin-top: 10px;
  }

  .lottie-animation-normal {
    display: none;
  }

  .lottie-animation-responsive {
    display: flex;
  }

  .banner-bg-absolute {
    height: 550px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    margin-top: 20px;
  }

  .brand.w--current {
    justify-content: space-between;
    align-items: center;
  }

  .seccion-general {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2-heading {
    font-size: 40px;
  }

  .h2-heading.center {
    text-align: center;
  }

  .div-block-4.center {
    width: 80%;
  }

  .p-normal.left.s {
    text-align: center;
  }

  .div-center-buttons {
    flex-flow: column;
  }

  .div-banner {
    background-size: 280%;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-iii-col.ii {
    grid-template-columns: 1fr;
  }

  .div-cta-blue {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-11 {
    width: 100%;
  }

  .banner-buttons {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-18 {
    width: 80%;
  }

  .form-div {
    width: 75%;
  }

  .div-card-grey {
    height: auto;
  }

  .div-card-grey._60 {
    width: 100%;
  }

  .dropdown-list.w--open {
    width: auto;
  }

  .tabs-2 {
    flex-flow: row;
  }

  .div-block-28 {
    width: 65%;
  }

  .div-separador-v-ideo {
    width: 400px;
  }

  .lottie-animation-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    left: auto;
  }

  .div-block-33 {
    width: 100%;
  }

  .logo-navbar {
    margin-top: 20px;
  }

  .div-code-animation {
    display: none;
  }

  .div-code-animation-responsive {
    display: flex;
  }

  .banner-bg-absolute {
    height: 390px;
  }
}

@media screen and (max-width: 479px) {
  .nabar-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nabar-section.sticky {
    padding-top: 0;
    padding-bottom: 0;
    top: 0%;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.separate {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-link {
    overflow: hidden;
  }

  .nav-link.sol {
    border: 1px #000;
  }

  .nav-menu {
    padding: 10px 15px 20px;
  }

  .div-navbar-butons {
    flex-flow: row;
  }

  .button-blue.link {
    width: 100%;
  }

  .logo {
    width: 150px;
  }

  .menu-button,
  .menu-button.w--open {
    padding: 10px;
  }

  .h1-heading.white {
    font-size: 40px;
  }

  .div-spacing-20px {
    align-items: stretch;
  }

  .div-iii-col-especial {
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: 16px;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .div-buttons-banner.space {
    margin-top: 0;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .brand.w--current {
    width: 50%;
  }

  .seccion-general.blue.static.prueba {
    background-image: none;
  }

  .h2-heading {
    font-size: 35px;
  }

  .h2-heading.white {
    font-size: 40px;
  }

  .h2-heading.center {
    margin-top: 40px;
  }

  .div-block-4 {
    width: 100%;
    margin-bottom: 60px;
  }

  .div-block-4.center {
    width: 100%;
  }

  .left-arrow {
    right: 25%;
  }

  .slide {
    width: 300px;
  }

  .image-slider {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 370px;
  }

  .logo-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    padding-right: 0;
  }

  .div-buttons {
    flex-flow: column;
    width: 100%;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .div-banner {
    background-size: 270%;
    flex-flow: column;
    justify-content: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .links-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .link-block,
  .text-block {
    text-align: center;
  }

  .div-list-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .div-price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-cta-blue {
    padding: 20px;
  }

  .div-block-11 {
    width: 100%;
  }

  .div-block-14-copy {
    padding-right: 20px;
  }

  .button-green.link {
    width: 100%;
  }

  .h4.center {
    font-size: 22px;
  }

  .div-block-18 {
    width: 100%;
  }

  .form-div {
    width: 100%;
    padding: 20px;
  }

  .grid-iv {
    grid-template-columns: 1fr;
  }

  .div-card-grey.logo,
  .dropdown-toggle,
  .dropdown-toggle.w--open {
    width: 100%;
  }

  .modal-meeting {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-modal {
    padding: 20px;
    overflow: visible;
  }

  .modal-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list.w--open {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-27 {
    height: 400px;
    overflow: scroll;
  }

  .tabs-2 {
    flex-flow: column;
    width: 315px;
  }

  .div-separador-v-ideo {
    width: 300px;
  }

  .div-menu-desktop {
    display: none;
  }

  .div-menu-responsive {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .lottie-animation-2 {
    height: 375px;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding: 0 30px 0 0;
  }

  .dropdown-list-2 {
    width: 100%;
    position: static;
  }

  .dropdown-list-2.w--open {
    background-color: #fff !important;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .icon-3 {
    margin-right: 0;
  }

  .background-video-3 {
    height: 300px;
  }

  .lottie-animation-3 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .lottie-animation-6 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .div-block-32 {
    margin-top: 0;
  }

  .background-video-4 {
    height: 200px;
  }

  .logo-navbar {
    margin-top: 10px;
  }

  .banner-bg-absolute {
    height: 250px;
  }

  .image-4 {
    width: 120%;
    max-width: 120%;
    margin-left: -30px;
    margin-right: -30px;
  }

  .div-block-35 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-c357037f-62fc-874f-bdb3-89a69b715564-8b961e95,
#w-node-b531a9b9-6e53-6fa1-5951-bb39b2cf6a8a-8b961e95,
#w-node-df6bd65a-9374-17e4-5ed5-75dd3abf5450-8b961e95,
#w-node-_8334672e-ede6-f54e-4fd9-7b1bf61e9025-8b961e95 {
  place-self: center;
}

#w-node-e05419a8-2aa9-5feb-346b-2fc67bb45d97-8b961e95,
#w-node-e05419a8-2aa9-5feb-346b-2fc67bb45d9d-8b961e95,
#w-node-e05419a8-2aa9-5feb-346b-2fc67bb45da3-8b961e95,
#w-node-e05419a8-2aa9-5feb-346b-2fc67bb45da9-8b961e95,
#w-node-caaa9251-33f1-3e51-909f-b95df4c4c708-e676c934,
#w-node-_20bed8fc-4495-15ad-5160-3f42c744833f-e676c934,
#w-node-_11226bda-686c-8182-948b-7312053e1984-e676c934,
#w-node-_3c4d61c5-b49b-e186-c6de-041435b588c2-e676c934,
#w-node-a6460dcf-7d87-b281-77cc-a2cf6c9f6bde-e676c934,
#w-node-a6829272-5a1f-e58e-2637-8ce0d949eec9-e676c934,
#w-node-_9f9b4ba6-775a-13da-b863-a5df00ae4697-e676c934,
#w-node-c415db68-bf5c-d8b8-0860-abd34fbb3834-e676c934,
#w-node-efe167c9-edbe-f3d9-ce7a-9d26b5b887b2-21f7d9d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0988b25-7577-f004-5516-8c72310f0dbe-8b961e95,
  #w-node-_4fb794b8-1171-f0ef-da42-cf4bb07b6e1b-8b961e95,
  #w-node-_8334672e-ede6-f54e-4fd9-7b1bf61e9025-8b961e95,
  #w-node-e05419a8-2aa9-5feb-346b-2fc67bb45d8a-8b961e95,
  #w-node-b0988b25-7577-f004-5516-8c72310f0dbe-e676c934,
  #w-node-_4fb794b8-1171-f0ef-da42-cf4bb07b6e1b-e676c934,
  #w-node-_41f52d4b-c1cc-f214-e1ea-7bef6598a493-e676c934,
  #w-node-_00d12f68-692b-f08d-8aa3-2c59856ea07c-e676c934,
  #w-node-_00d12f68-692b-f08d-8aa3-2c59856ea07c-21f7d9d0,
  #w-node-f718cd68-42a9-7cb0-db93-8fb6fcf8478f-67ffbd44,
  #w-node-f718cd68-42a9-7cb0-db93-8fb6fcf8478f-85fe2666,
  #w-node-f718cd68-42a9-7cb0-db93-8fb6fcf8478f-56604615,
  #w-node-_00d12f68-692b-f08d-8aa3-2c59856ea07c-1df56950,
  #w-node-_00d12f68-692b-f08d-8aa3-2c59856ea07c-cbd26dfc {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4fb794b8-1171-f0ef-da42-cf4bb07b6e1b-8b961e95 {
    order: 9999;
  }
}
