:root {
  --purple: #bc7dff;
  --gray: #fafafa;
  --orange: #e8a148;
  --white: white;
  --black: #252b37;
}

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

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

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

body {
  color: #333;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container_base {
  z-index: 2;
  flex: 1;
  max-width: none;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}

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

.container_base.container-hero {
  flex: 0 auto;
  width: 50%;
}

.container_base.banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d2a8ff;
  background-image: linear-gradient(90deg, #0000 20%, #ffe0b999 46%);
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 292px;
  margin-top: 100px;
  padding: 60px 100px;
  display: flex;
}

.footer {
  background-color: #fff7ed;
  padding-top: 32px;
  padding-bottom: 32px;
}

.hero {
  background-color: #fff7ed;
  justify-content: center;
  align-items: center;
  height: 720px;
  display: flex;
}

.banner-crear {
  background-color: #f8f2ff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cards-benefits {
  background-color: #fff7ed;
  padding-top: 0;
  padding-bottom: 0;
}

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

.pasos {
  background-color: #fff7ed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonios {
  padding-top: 80px;
  padding-bottom: 80px;
}

.navbar {
  background-color: #000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.btn {
  padding: 12px 24px;
}

.btn.purple {
  border: 1px solid var(--purple);
  color: var(--purple);
  background-color: #0000;
}

.btn.gray {
  background-color: var(--gray);
  color: #000;
  justify-content: flex-start;
  align-items: center;
  line-height: 14px;
  display: flex;
}

.btn.gray.mobile {
  display: none;
}

.btn.btn-three {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #67458c;
  line-height: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.btn-three:hover {
  color: #fff;
  background-color: #67458c;
}

.btn.btn-two {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.btn.btn-two:hover {
  color: #000;
}

.btn.btn-gray {
  background-color: #ead7ff;
  line-height: 14px;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.btn.btn-gray:hover {
  color: #67458c;
}

.nav-link {
  color: var(--gray);
  padding: 20px;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--orange);
}

.nav-link.w--current {
  color: #ffb14f;
}

.div-block-2 {
  margin-left: 32px;
}

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

.form {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  background-image: url('../images/SVG-2.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e0c3ff;
  height: 48px;
  margin-bottom: 0;
  padding-left: 40px;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3 {
  font-size: 36px;
  line-height: 40px;
}

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

.heading-4 {
  color: #bc7dff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.card {
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  height: 300px;
  padding: 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.card._2 {
  background-color: #ffb14f;
  transform: rotate(5deg);
}

.card._3 {
  background-color: #ead7ff;
  transform: rotate(10deg);
}

.card._1 {
  color: #fff;
  background-color: #ab72e8;
  transform: rotate(-15deg);
}

.card._4 {
  color: #fff;
  background-color: #000;
  transform: rotate(-15deg);
}

.mask {
  width: 400px;
  overflow: visible;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.tab-link {
  color: #e8a148;
  background-color: #ffe7c8;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.tab-link.w--current {
  color: #000;
  background-color: #ffb14f;
  font-weight: 700;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.card-paso {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 6px;
  padding: 24px;
  display: flex;
}

.image {
  flex: 1;
  min-height: 454px;
}

.div-block-14 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-15.top {
  justify-content: flex-start;
  display: flex;
}

.tabs-content {
  margin-top: 48px;
}

.tab-progress-bar-base {
  z-index: 1;
  background-color: #11023b0a;
  width: 100%;
  height: 5px;
  margin-inline: auto;
  position: static;
  inset-block: auto 0;
  inset-inline: 0;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #ab72e8;
  height: 5px;
  transition-property: width;
  transition-duration: .1s;
}

.text-block-2 {
  color: #535862;
}

.div-block-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-end;
  width: 60%;
  height: 500px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.slider-2 {
  background-color: #0000;
  flex: 1;
  height: 70%;
  position: static;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow-2:hover {
  transform: scale(1.2);
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 5%;
}

.right-arrow-2:hover {
  transform: scale(1.2);
}

.div-block-18 {
  background-color: #fff7ed;
  background-image: url('../images/Layer_1-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 224px;
  height: 90%;
}

.div-block-19 {
  background-color: #f8f2ff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
}

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

.paragraph {
  color: #535862;
  margin-bottom: 0;
  line-height: 18px;
}

.text-block-3 {
  color: #252b37;
  font-weight: 700;
  line-height: 18px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 500px;
  display: flex;
}

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

.div-block-24 {
  flex: 1;
  display: flex;
}

.div-block-24._2 {
  justify-content: space-around;
}

.div-block-24._1 {
  flex-flow: column;
  flex: 0 auto;
}

.div-block-24._3 {
  justify-content: flex-end;
  align-items: flex-start;
}

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

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

.link-footer {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
}

.link-footer:hover {
  color: var(--orange);
}

.text-block-4 {
  color: #8a8a8a;
}

.link-block-2 {
  transition: all .3s;
  display: flex;
}

.link-block-2:hover {
  transform: scale(.95);
}

.link-social {
  transition: all .3s;
}

.link-social:hover {
  transform: scale(1.2);
}

.form-block {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-27 {
  display: flex;
}

.div-block-28 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-2 {
  z-index: 0;
  position: absolute;
}

.image-3 {
  z-index: 1;
  position: relative;
}

.span-purple {
  color: #bc7dff;
}

.div-block-29 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #8559b5;
  background-color: #ead7ff;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 12px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #e0c3ff;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 120px;
}

.div-block-30.orange {
  background-color: #ffe7c8;
}

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

.heading-8 {
  font-size: 18px;
  line-height: 24px;
}

.div-block-32 {
  width: 40%;
  position: sticky;
  top: 120px;
}

.funcionalidades {
  background-image: url('../images/Asset-9.svg'), url('../images/Asset-1-1.svg'), url('../images/Asset-4-2.svg');
  background-position: 80% 5%, 0 25%, 100% 75%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

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

.div-block-34 {
  background-color: #f8f2ff;
  border-radius: 8px;
  width: 60%;
  padding: 32px;
}

.div-block-34.orange {
  background-color: #fff7ed;
}

.div-block-35 {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  padding: 32px;
  display: flex;
}

.div-block-35._0range {
  color: #000;
  background-color: #ffc172;
}

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

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

.section-2 {
  color: #fff;
  background-color: #67458c;
  padding-top: 40px;
  padding-bottom: 50px;
}

.medium {
  font-size: 16px;
  line-height: 28px;
}

.medium.white {
  margin-bottom: 0;
}

.tabs-content-2 {
  border-left: 1px solid #ffffff4d;
  padding-left: 90px;
}

.period {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.tab-link-2 {
  color: #fff;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  margin-bottom: 30px;
  padding: 0 0 12px;
  font-size: 24px;
  line-height: 24px;
}

.tab-link-2.w--current {
  background-color: #0000;
  border-bottom-color: #fff;
  width: 90%;
}

.white {
  color: #fff;
}

.white._24bottom {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 64px;
}

.tab-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.tab-pane {
  height: 100%;
}

.tabs-menu-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 90px;
  display: flex;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 32px;
  display: grid;
}

.div-block-38 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.button-3 {
  background-color: #000;
}

.div-block-39 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  background-color: #ead7ff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 20px;
  display: flex;
}

.div-block-39.v2 {
  flex-flow: row;
  justify-content: flex-start;
}

.div-block-40 {
  justify-content: space-between;
  width: 45%;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 32px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.tabs-2 {
  margin-top: 48px;
}

.faqs {
  padding-top: 40px;
  padding-bottom: 0;
}

.div-block-42 {
  width: 70%;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 24px 14px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
  transform: rotate(180deg);
}

.accordion-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 18px;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  color: #535862;
  font-size: 16px;
}

.section-3 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.paragraph-3 {
  text-align: center;
  width: 50%;
  margin-bottom: 0;
}

.button-4 {
  color: #67458c;
  background-color: #0000;
  border: 1px solid #67458c;
  font-size: 16px;
  font-weight: 500;
}

.heading-9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.brand {
  transition: all .3s;
}

.brand:hover {
  transform: scale(.95);
}

.div-block-45 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-46 {
  flex: 1;
}

.stacking-cards-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-block-47 {
  background-color: #fff7ed;
  background-image: url('../images/Layer_1-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 224px;
  height: 90%;
}

.link-block-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  font-size: 40px;
  line-height: 54px;
}

.hero-postulantes {
  background-color: #f8f2ff;
  background-image: url('../images/Layer_1.svg'), url('../images/Vector-4.svg'), url('../images/Vector-3.svg');
  background-position: 0 100%, 100% 70%, 100% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.tabs-menu-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.tabs-content-3 {
  margin-top: 16px;
}

.div-block-48 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-6 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 48px;
  transition: all .3s;
  display: flex;
}

.button-6:hover {
  color: #000;
  background-color: #fff;
}

.tab-link-3 {
  color: #e8a148;
  background-color: #ffe7c8;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  transition: all .3s;
  display: flex;
}

.tab-link-3.w--current {
  color: #fff;
  background-color: #000;
}

.text-block-7 {
  color: #252b37;
  font-weight: 700;
  line-height: 18px;
}

.image-5 {
  flex: 1;
  min-height: 454px;
}

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

.slider-3 {
  background-color: #0000;
  flex: 1;
  height: 70%;
  position: static;
}

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

.div-block-51 {
  background-color: #d2a8ff;
  background-image: url('../images/Asset-4-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  min-height: 94px;
}

.card-paso-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 6px;
  padding: 24px;
  display: flex;
}

.div-block-52 {
  background-color: #fff7ed;
  background-image: url('../images/Asset-8.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 254px;
  padding: 24px;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 270px;
  display: flex;
}

.div-block-54 {
  width: auto;
}

.paragraph-4 {
  color: #535862;
  margin-bottom: 0;
  line-height: 18px;
}

.div-block-55 {
  background-color: #f8f2ff;
  background-image: url('../images/Personaje.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  width: 270px;
  height: 412px;
}

.heading-11 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 72px;
}

.div-block-56 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-57 {
  flex-flow: column;
  height: 500px;
  display: flex;
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  inset: auto auto 0% 5%;
}

.right-arrow-4 {
  display: none;
}

.div-block-58 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 64px;
}

.heading-13 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.heading-13.sticky-title {
  margin-top: 10vh;
  position: absolute;
  top: 0;
}

.div-block-59 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-end;
  width: 60%;
  height: 500px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.slider-4 {
  background-color: #0000;
  margin-top: 100px;
}

.div-block-60 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.text-block-8 {
  color: #535862;
}

.left-arrow-3 {
  display: none;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 472px;
  display: flex;
}

.div-block-62 {
  background-color: #f8f2ff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-63 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

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

.image-container {
  cursor: none;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.project-content-container {
  width: 50vw;
  height: 50vh;
  position: relative;
  overflow: visible;
}

.the-sticky-div-title {
  z-index: 300;
  color: #ecf0f1c4;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3498db00;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.a-block {
  background-color: #dededeb8;
  border-radius: 6px;
  flex: none;
  width: 300px;
  height: 40vh;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.div-width-scroll {
  flex-wrap: wrap;
  align-items: center;
  min-width: 400vw;
  height: 100%;
  display: flex;
}

.the-content {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
  left: 615px;
}

.text-span-2 {
  font-size: 31px;
  line-height: 34px;
  display: inline;
}

.gradient {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.night-sky-fixed-background {
  z-index: 100;
  opacity: 1;
  background-color: #0e1081;
  background-image: url('../images/graphy-dark.png');
  background-position: 0 0;
  width: 800vh;
  height: 100%;
  position: absolute;
}

.div-height-scroll {
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.div-height-scroll:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.the-sticky-div {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.image-6 {
  position: relative;
  top: 16px;
}

.btn-2 {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-2.btn-three {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.btn-3 {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-7 {
  position: relative;
}

.nav-link-icon {
  display: none;
}

.carousel-container {
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  height: 40px;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.accordion-item-a-text {
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
}

.c-accordion-item-a {
  overflow: hidden;
}

._w-accordion-item-q {
  display: flex;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

._w-accordion-item-a {
  padding: 0 20px 20px;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion-item-q-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 10px;
}

._w-accordion-item:hover {
  box-shadow: none;
}

.c-accordion-list {
  margin-bottom: 100px;
}

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

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.link-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.image-8 {
  position: relative;
  top: 10%;
}

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

@media screen and (min-width: 1280px) {
  .container_base {
    width: auto;
    min-width: 960px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    width: 60%;
  }

  .form-block {
    max-width: 100%;
  }

  .div-block-54 {
    width: auto;
  }

  .the-content {
    padding-bottom: 3%;
  }
}

@media screen and (min-width: 1440px) {
  .container_base {
    width: 1250px;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }

  .card {
    width: 450px;
    height: 350px;
    font-size: 20px;
    line-height: 24px;
  }

  .card._1 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-12 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1920px) {
  .container_base {
    width: 1320px;
    min-width: 1320px;
    max-width: 1320px;
  }

  .funcionalidades {
    background-position: 70% 5%, 0 25%, 100% 75%;
  }

  .the-content {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .container_base {
    justify-content: space-between;
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .container_base.nav-bar {
    display: block;
  }

  .container_base.banner {
    flex-flow: column;
    height: auto;
    margin-top: 64px;
    padding: 32px 24px 0;
  }

  .hero {
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .empresas {
    overflow: hidden;
  }

  .testimonios {
    padding-top: 40px;
    padding-bottom: 56px;
    overflow: hidden;
  }

  .navbar {
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu {
    z-index: 1000;
    color: #fff;
    background-color: #000;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    max-height: 100%;
    padding: 20px;
    position: static;
    inset: 0%;
  }

  .div-block {
    flex-flow: column;
    margin-top: 24px;
  }

  .btn.gray {
    order: -9999;
  }

  .btn.gray.mobile {
    padding: 8px 12px;
    display: block;
  }

  .btn.btn-three {
    justify-content: center;
    align-items: center;
  }

  .btn.btn-two.large {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-link {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

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

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

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

  .card {
    border-radius: 0;
    width: 100%;
    height: 200px;
  }

  .card._2, .card._3, .card._1, .card._4 {
    transform: none;
  }

  .card-paso {
    flex-flow: column;
  }

  .div-block-17 {
    width: 100%;
    height: auto;
  }

  .div-block-18 {
    display: none;
  }

  .div-block-21 {
    width: 100%;
    height: auto;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
  }

  .div-block-24._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .div-block-24._3 {
    display: none;
  }

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

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

  .div-block-30 {
    position: static;
  }

  .div-block-32 {
    width: 100%;
    position: static;
  }

  .funcionalidades {
    background-position: 98% 2%, 0 25%, 100% 75%;
  }

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

  .div-block-34, .div-block-35, .div-block-37 {
    width: 100%;
  }

  .tabs-content-2 {
    border-left-style: none;
    padding-top: 30px;
    padding-left: 0;
  }

  .tab-link-2 {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .tabs-menu-2 {
    border-bottom: 1px #ffffff4d;
    flex-direction: row;
    padding-bottom: 30px;
    padding-right: 30px;
    overflow: auto;
  }

  .tabs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-38 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .div-block-43 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-3 {
    width: 100%;
  }

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

  .image-4 {
    display: none;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button {
    margin-top: 0;
    padding: 0;
  }

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

  .brand {
    margin-top: 0;
  }

  .div-block-44 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin-top: 8px;
    display: flex;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .close {
    display: none;
  }

  .stacking-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    position: relative;
  }

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

  .hero-postulantes {
    background-image: url('../images/Group-3.svg'), url('../images/Vector-4.svg'), url('../images/Vector-3.svg');
    background-position: 50% 100%, 100% 100%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, 20%, 20%;
    justify-content: center;
    align-items: flex-start;
    height: 600px;
    padding-top: 100px;
  }

  .div-block-48 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-51 {
    display: none;
  }

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

  .div-block-55 {
    width: 100%;
    height: 300px;
  }

  .heading-11 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }

  .heading-12 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

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

  .heading-13.sticky-title {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    position: static;
  }

  .div-block-60 {
    display: none;
  }

  .div-block-61 {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .section-4 {
    height: auto;
  }

  .div-width-scroll {
    width: auto;
    height: auto;
  }

  .the-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-bottom: 0%;
    position: static;
    left: 0;
  }

  .the-overflow-hidden-mask {
    height: auto;
    position: static;
  }

  .div-height-scroll {
    height: auto;
  }

  .the-sticky-div {
    height: auto;
    position: static;
  }

  .nav-link-icon {
    display: block;
  }

  .carousel-container {
    display: flex;
  }

  .logo-image {
    height: 30px;
  }

  .div-block-22, .link-block-4.large {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container_base {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container_base.container-hero {
    width: 100%;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 26px;
  }

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

  .tab-link {
    min-width: 150px;
  }

  .tabs-menu {
    overflow: auto;
  }

  .image {
    object-fit: cover;
    width: 100%;
    min-height: 0;
    max-height: 235px;
  }

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

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

  .tab-link-2 {
    font-size: 18px;
    line-height: 18px;
  }

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

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

  .accordion-item-content {
    margin-right: 0;
  }

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

  .hero-postulantes {
    justify-content: center;
    align-items: flex-start;
    height: 700px;
    padding-top: 100px;
  }

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

  .div-block-51 {
    display: none;
  }

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

  .div-block-55 {
    width: 100%;
    height: 250px;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 26px;
  }

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

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .the-sticky-div-title {
    text-align: center;
    font-size: 52px;
  }

  .div-height-scroll {
    height: auto;
  }

  .logo-container {
    min-width: 150%;
  }

  .logo-image {
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .pasos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-2 {
    flex: 0 auto;
    width: 100%;
    height: 100%;
  }

  .div-block-19 {
    padding: 24px;
  }

  .div-block-30 {
    padding: 20px 24px;
  }

  .div-block-34, .div-block-35 {
    padding: 24px;
  }

  .tab-link-2 {
    margin-bottom: 16px;
    margin-right: 30px;
  }

  .tabs-menu-2 {
    padding-bottom: 0;
  }

  .tabs {
    grid-template-rows: auto auto;
  }

  .faqs {
    padding-top: 20px;
  }

  .image-container, .project-content-container {
    width: 80vw;
    height: 50vh;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-span-2 {
    font-size: 6vw;
  }

  .div-height-scroll {
    margin-left: 0;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 50px;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }
}

#w-node-_36f86039-1868-7960-a98a-03a7ddbb9260-06e93e99 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_36f86039-1868-7960-a98a-03a7ddbb926d-06e93e99 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_36f86039-1868-7960-a98a-03a7ddbb926d-06e93e99 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


