@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2"), url('../fonts/Satoshi-Variable.woff2') format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--black: #101011;
  --color--white: white;
  --text-size--large: 1.5rem;
  --color--dark-grey: #222;
  --heading--h2: 5rem;
  --color--orange: #950000;
  --heading--h4: 3rem;
  --heading--h6: 2rem;
  --text-size--medium: 1.125rem;
  --color--grey: #aca8a8;
  --text-size--tiny: .75rem;
  --text-size--medium-2: 1.125rem;
  --heading--h1: 2.8rem;
  --heading--h5: 2.5rem;
  --text-size--small: .875rem;
  --text-size--regular: 1rem;
  --heading--h3: 4rem;
  --rojo: var(--color--dark-grey);
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  background-color: var(--color--black);
  color: var(--color--white);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-style-guide-wrapper {
  background-color: #121212;
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.text-size-regular {
  color: var(--color--white);
  font-size: var(--text-size--large);
  line-height: 1.5;
}

.text-size-regular.home {
  color: var(--color--dark-grey);
}

.heading-2 {
  font-size: var(--heading--h2);
  font-weight: 300;
  line-height: 1;
}

.heading-2.text-weight-bold {
  color: var(--color--orange);
  font-size: var(--heading--h4);
  margin-top: 60px;
  display: block;
  overflow: visible;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container {
  opacity: 1;
  width: 100%;
  max-width: none;
  margin: 0 auto auto;
}

.container.medium {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.small {
  max-width: 90rem;
}

.container.misionvision {
  background-color: var(--color--grey);
  color: var(--color--grey);
  margin-top: 20px;
  margin-bottom: 0;
}

.container.header {
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: 0;
}

.padding-global {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global._2 {
  flex-flow: column;
}

.rich-text h1 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.rich-text p {
  margin-bottom: 1.5rem;
}

.rich-text h2, .rich-text h3, .rich-text h4 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.rich-text img {
  border-radius: .5rem;
  overflow: hidden;
}

.rich-text h5 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.rich-text blockquote {
  margin-bottom: 1.5rem;
}

.rich-text h6 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fbfbfb33;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.aspectos {
  color: var(--color--white);
  background-color: #900;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-gudie-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: #fbfbfb;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.text-size-xsmall {
  letter-spacing: .5px;
  font-size: 1rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.divider-line {
  opacity: .1;
  background-color: #dfddda;
  width: 100%;
  height: 1px;
}

.heading-6 {
  font-size: var(--heading--h6);
  line-height: 1.15;
}

.heading-6.text-weight-medium {
  border: 1px #000;
  border-radius: 0;
  display: block;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-bold.text-size-small {
  color: var(--color--grey);
}

.text-weight-bold.text-size-small._2 {
  color: var(--color--dark-grey);
}

.text-weight-bold.text-size-small._2:hover {
  color: var(--color--white);
}

.button {
  grid-row-gap: .25rem;
  color: #fbfbfb;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-size-large {
  font-size: var(--text-size--large);
}

.text-size-large.text-weight-medium {
  color: var(--color--orange);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-weight: 700;
  display: flex;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-tiny {
  font-size: var(--text-size--tiny);
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.style-guide-content {
  margin-bottom: 10rem;
}

.text-size-medium {
  font-size: var(--text-size--medium-2);
  text-align: justify;
}

.heading-1 {
  font-size: var(--heading--h1);
  font-weight: 300;
  line-height: 1;
}

.text-weight-regular {
  font-weight: 400;
}

.button-text {
  flex-direction: column;
  display: flex;
  position: relative;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 10rem;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  font-size: var(--heading--h4);
  line-height: 1.15;
}

.heading-4.text-weight-bold {
  color: #fff;
  font-size: var(--heading--h1);
  -webkit-text-stroke-color: #fff;
  line-height: 1.1;
}

.heading-4.text-weight-bold.home {
  color: #960306;
}

.heading-4.text-weight-medium {
  color: var(--color--orange);
  font-size: var(--heading--h1);
  object-fit: fill;
  width: 100%;
  font-weight: 700;
  line-height: .9;
  display: block;
  overflow: visible;
}

.text-weight-light {
  font-weight: 300;
}

.heading-5 {
  font-size: var(--heading--h5);
  line-height: 1.25;
}

.text-size-small {
  font-size: var(--text-size--small);
}

.text-size-small.text-weight-bold {
  color: var(--color--white);
  font-size: var(--text-size--small);
}

.text-size-small.text-weight-bold.tel {
  font-size: var(--text-size--regular);
}

.text-size-small.text-weight-bold.tel.header {
  color: var(--color--white);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: block;
}

.text-size-small.text-weight-bold.boton-rojo, .text-size-small.text-weight-bold.boton1 {
  color: var(--color--white);
}

.text-size-small.text-weight-bold.header {
  color: var(--color--white);
  margin-top: auto;
}

.text-size-small.text-weight-bold.boton {
  color: var(--color--white);
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.color-palette {
  border: 1px solid #ffffff1a;
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

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

.color-palette.color-orange {
  background-color: var(--color--orange);
}

.color-palette.color-black {
  background-color: var(--color--black);
}

.color-palette.color-dark-grey {
  background-color: var(--color--dark-grey);
}

.color-palette.color-grey {
  background-color: var(--color--grey);
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.heading-3 {
  font-size: var(--heading--h3);
  line-height: 1;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.trusted-by-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.hero-wrapper {
  background-color: #1f1e1e00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.primary-button {
  color: var(--color--white);
  background-color: #f51100;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button:hover {
  background-color: #ee4336;
}

.primary-button.w--current {
  background-color: var(--color--orange);
}

.primary-button.w--current:hover {
  background-color: #ff493b;
}

.primary-button.telefono {
  background-color: var(--color--dark-grey);
  width: 80%;
  height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.primary-button.telefono:hover {
  background-color: #ff4435;
}

.trusted-by-hero-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos {
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.double-button-component.margin-top-button-hero {
  margin-top: 1rem;
}

.double-button-component.margin-top-button-features {
  margin-top: .5rem;
}

.max-width-50ch {
  max-width: 50ch;
}

.hero-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.secondary-button-text {
  z-index: 2;
  margin-left: .9rem;
  position: relative;
}

.vertical-line-tag {
  opacity: .5;
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 1rem;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.secondary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color--dark-grey);
  border: 1px solid #353535;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--white);
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.arrow {
  width: auto;
  height: auto;
}

.integrations-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #1f1f1f;
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  padding: 4rem 5rem 2.4rem;
  display: flex;
}

.integrations-block.second {
  width: 40%;
}

.integrations-block.first {
  width: 60%;
}

.max-width-46ch {
  width: 100%;
  max-width: none;
  height: auto;
}

.header {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  line-height: 1.5;
  display: flex;
  overflow: auto;
}

.header.indezheader {
  width: 90%;
}

.opacity-70 {
  opacity: .7;
}

.integrations-image {
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  height: 10rem;
  display: flex;
  overflow: hidden;
}

.features-cards-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.integrations-content-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.home-integrations-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.integrations-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.home-features-wrapper {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.home-features-wrapper.caracteristicas {
  background-color: #313131;
}

.home-features-wrapper.ventajas {
  background-color: #333;
}

.features {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 40px;
  display: grid;
}

.max-width-48ch {
  color: var(--color--white);
  max-width: 48ch;
}

.features-content {
  max-width: 20ch;
}

.testimonial-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  margin-top: 4rem;
  display: none;
}

.quote-icon {
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
}

.testimonial-image {
  border-radius: .5rem;
  max-width: 3rem;
  max-height: 3rem;
  overflow: hidden;
}

.max-width-40ch {
  max-width: 50ch;
}

.testimonial-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #dadada;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 41ch;
  height: 100%;
  padding: 2.5rem 3rem;
  transition: background-color .25s;
  display: flex;
}

.testimonial-card:hover {
  background-color: #1f1f1f;
}

.testimonial-person-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.steps-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #141313;
  border: 1px solid #393939;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50vh;
  display: grid;
  overflow: hidden;
}

.steps-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbfbfb;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 6rem 5rem;
  display: flex;
}

.steps-stack-component {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.steps-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.right-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.steps-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.image {
  object-fit: contain;
  width: 550px;
  max-width: none;
  height: 350px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.image.home1 {
  width: auto;
}

.image.servicios1 {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.steps-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .7;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.max-width-42ch {
  max-width: 73ch;
}

.steps-item {
  position: sticky;
  top: 8vh;
}

.steps-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 4rem;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.max-width-30ch {
  max-width: 30ch;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.footer-grid-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 40px;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #ffffff80;
}

.icon-embed {
  object-fit: contain;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 4rem;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.footer-link {
  color: #8e8c87;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: #ebebeb;
  transform: translate(0, -2px);
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  color: #c9d4d8;
  background-color: #ed5145;
  transform: translate(0, -2px);
}

.text-color-white {
  opacity: 1;
  color: #ebebeb;
}

.footer-component {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-component.footer {
  padding-top: 2rem;
  padding-bottom: 8rem;
  display: flex;
}

.trusted-by-about-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

.trusted-by-about-logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.opacity-80 {
  opacity: .8;
}

.about-features-image {
  border-radius: 1rem;
  width: 100%;
  height: 25rem;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.max-width-33ch {
  max-width: 33ch;
}

.about-features-wrapper {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.about-features-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-features-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.about-features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.about-features-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.max-width-26ch {
  max-width: 26ch;
}

.phase-cards-wrapper {
  grid-column-gap: 6.6rem;
  grid-row-gap: 6.6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.phase-number {
  opacity: .2;
  color: #fbfbfb;
}

.phase-cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.phase-cards {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: var(--color--orange);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 55vh;
  padding: 4rem 3rem 4.3rem;
  display: flex;
}

.phase-cards.misionvision {
  background-color: var(--color--dark-grey);
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.phase-cards-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.phase-cards-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.team-card {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  color: var(--color--dark-grey);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.team-grid {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  display: grid;
}

.team-content {
  grid-column-gap: .375px;
  grid-row-gap: .375px;
  flex-flow: column;
  align-items: flex-start;
  margin-left: .75rem;
  display: flex;
}

.children-perspective {
  perspective: 1000px;
}

.team-image {
  border-radius: 1rem;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.team-wrapper {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 10rem;
  display: flex;
}

.team-wrapper.profesionales {
  margin-bottom: 2rem;
}

.team-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.team-header._2 {
  width: 95%;
  overflow: auto;
}

.caps {
  text-transform: uppercase;
}

.banner-button-line {
  color: #ed5145;
  background-color: #ed5145;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.banner-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(45deg, #101011e6, #10101108);
  position: absolute;
  inset: 0%;
}

.banner-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.bottom-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-content {
  grid-column-gap: 13.8125rem;
  grid-row-gap: 13.8125rem;
  display: flex;
}

.banner-content {
  z-index: 3;
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.banner-button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: var(--color--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-align-right {
  text-align: right;
}

.banner-wrapper {
  border-radius: 0;
  flex-flow: column;
  padding: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-38ch {
  max-width: 38ch;
}

.top-content {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.max-width-75ch {
  max-width: 75ch;
}

.check-icon-wrap {
  background-color: #272727;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  padding-bottom: .15rem;
  display: flex;
}

.features-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  perspective: 100vw;
  perspective-origin: 50%;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.features-heading {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100ch;
}

.features-heading.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check-icon {
  width: .875rem;
  height: auto;
  padding-top: .2rem;
}

.features-vantages-content {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
  overflow: visible;
}

.features-wrapper {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8rem;
  display: flex;
}

.gradient-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #101011, #1010111a);
  position: absolute;
  inset: 0%;
}

.gradient-overlay.bigger {
  pointer-events: none;
  height: 50vw;
}

.gradient-overlay.hero {
  height: 100vh;
}

.features-image-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check-item {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-image-wrapper {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 35vw;
  min-width: 35rem;
  max-width: 40rem;
  height: 35vw;
  min-height: 35rem;
  max-height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-heading-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  display: flex;
}

.features-icon-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.features-vantages {
  grid-column-gap: 5vw;
  background-color: var(--color--orange);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 20px;
  padding: 20px 2rem;
  display: flex;
}

.features-vantages.camaras {
  background-color: #940707;
  margin: 10px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.features-vantages.oficiales {
  background-color: #940707;
}

.features-vantages.oficiales.tarjetadeserivicio {
  background-color: #940707;
  margin: 10px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.features-vantages.sp6box.tarjetadeservicio {
  grid-column-gap: 5vw;
  grid-row-gap: 16px;
  background-color: #940707;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.max-width-55ch {
  max-width: 55ch;
}

.blog-list-wrap {
  width: 100%;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.blog-card {
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-card-image {
  border-radius: .5rem;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

.card-content {
  z-index: 2;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-left: .3rem;
  text-decoration: none;
  display: flex;
}

.title-wrapper {
  color: #fbfbfb;
  max-width: 60ch;
  text-decoration: none;
}

.blog-content-wrapper {
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.max-width-70ch {
  max-width: none;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 7.5rem;
  display: flex;
}

.faq-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-item {
  cursor: pointer;
  background-color: #dfdfdf0f;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  transition: background-color .25s;
  display: flex;
}

.faq-item:hover {
  background-color: #dfdfdf1a;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  position: relative;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.faq-bottom {
  z-index: 10;
  margin-right: 12rem;
  position: relative;
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .7;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  display: grid;
}

.price-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-button.enterprise {
  width: auto;
}

.contain {
  object-fit: contain;
}

.enterprise-content {
  grid-column-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.enterprise-text {
  margin-left: 1.5rem;
}

.pricing-grid-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.enterprise-banner {
  color: #fbfbfb;
  background-color: #830101;
  border: 1px solid #393939;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
  display: block;
}

.pricing-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.price-icon {
  background-color: #393939;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .9rem;
  display: flex;
}

.price-icon.black {
  background-color: #101011;
}

.price-card {
  grid-row-gap: 4rem;
  background-color: #151515;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 55svh;
  padding: 2.5rem 2rem 4rem;
  display: flex;
}

.price-card:nth-child(2n) {
  background-color: #1f1f1f;
}

.price-card.dark-grey {
  background-color: var(--color--dark-grey);
}

.price-card-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.price-check-item {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price {
  grid-column-gap: .75rem;
  align-items: flex-end;
  display: flex;
}

.price-check {
  width: .875rem;
  height: auto;
}

.margin-bottom-05 {
  margin-bottom: .4rem;
}

.price-check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.price-check-icon {
  background-color: #393939;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  display: flex;
}

.price-features-wrap {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

.max-width-90ch {
  max-width: 90ch;
}

.blog-image-wrapper {
  border-radius: .5rem;
  width: 90vw;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.blog-overlay {
  background-image: linear-gradient(#10101100 10%, #101011db);
  position: absolute;
  inset: 0%;
}

.blog-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin: 9.5rem auto 7.5rem;
  display: flex;
}

.rich-text-paddig {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.features-hero-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-image {
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}

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

.not-found-heading {
  font-size: 23.1113rem;
  font-weight: 900;
  line-height: 1.15;
}

.larst-card-nav {
  opacity: 1;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem;
  transition: opacity .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.larst-card-nav:hover {
  opacity: .7;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  display: flex;
}

.brand.w--current {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  height: 6.5rem;
  margin-right: 20px;
  padding-top: 0;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.navbar-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  align-items: center;
  margin-left: 20px;
  font-weight: 500;
  display: flex;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.link-block-navbar {
  color: var(--color--white);
  justify-content: center;
  align-items: center;
  padding: .46rem .75rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.link-block-navbar:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.mobile-navbar-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: none;
}

.navbar {
  background-color: #861010;
  background-image: linear-gradient(#861010, #640303);
  height: auto;
  padding: 0 40px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.navbar.contacto {
  height: 100px;
  padding-top: 0;
  display: block;
  position: fixed;
}

.navbar.newnavbar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-link {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--color--white);
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.nav-link:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.about-hero-interaction {
  flex-flow: column;
  align-items: center;
  height: auto;
  display: block;
  position: sticky;
}

.hero-sticky-component {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
}

.sticky-images {
  border-radius: 1.5rem;
  width: 30vw;
  height: 30vw;
  position: absolute;
  overflow: hidden;
}

.sticky-images.left {
  z-index: 2;
  margin-top: 5vh;
  right: 58vw;
}

.sticky-images.middle {
  z-index: 3;
  object-fit: cover;
  width: 40vw;
  display: flex;
  overflow: hidden;
}

.sticky-images.right {
  z-index: 1;
  margin-top: 5vh;
  left: 58vw;
}

.password {
  opacity: .37;
  filter: invert();
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.password-heading {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}

.display-none {
  display: none;
}

.text-field {
  color: var(--color--white);
  font-size: var(--text-size--regular);
  background-color: #fbfbfb33;
  border: 1px solid #0000;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  transition: all .4s;
}

.text-field:hover {
  color: var(--color--white);
  border-width: .5px;
  border-color: #fbfbfb40;
  border-radius: .5rem;
  padding-left: 1.2rem;
}

.text-field:active {
  color: var(--color--black);
}

.text-field:focus {
  border-color: var(--color--black);
  color: var(--color--white);
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.instruction-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 15vh;
  display: flex;
}

.instruction-heading {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.instructions {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.instructions-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.divider-line-instructions {
  background-color: var(--color--white);
  opacity: .1;
  width: 100%;
  height: 1px;
}

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

.style-guide-hero {
  background-color: #000;
  border-bottom: 1px solid #333;
}

.hero-changelog-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #000;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 1rem;
  padding: 12rem 3rem 3rem;
  display: flex;
  overflow: hidden;
}

.style-guide-heading {
  font-size: 6.125vw;
  font-weight: 300;
  line-height: 1;
}

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 82%);
  width: 100%;
  margin-bottom: 10rem;
}

.style-guide-text {
  font-size: 2.75rem;
  line-height: 1.55;
}

.opacity-85 {
  opacity: .8;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-huge {
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.style-guide-button {
  grid-row-gap: .25rem;
  color: #e5e5e5;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .5;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
}

.overflow-hidden {
  object-fit: fill;
  display: flex;
  overflow: clip;
}

.error-message {
  text-align: center;
  background-color: #e54e4e;
  border-radius: .5rem;
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field-contact {
  color: #fbfbfb;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #c9d4d833;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  color: #fbfbfb;
  border-width: 1px;
  border-color: #c9d4d81a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: #fbfbfb;
  border-color: #212121;
}

.relative {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.form-content {
  width: 100%;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-size-medium-vw {
  font-size: 1vw;
  font-weight: 400;
}

.form-wrapper {
  width: 50%;
}

.text-size-contact {
  font-size: 1.375rem;
}

.name-wrapper-contact {
  width: 100%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 6.125rem;
  grid-row-gap: 6.125rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.button-elipse {
  background-color: #e16f66;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 3rem;
}

.button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12rem;
  justify-content: flex-end;
  align-items: center;
  padding-left: .4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper:hover {
  color: var(--color--white);
}

.button-icon {
  z-index: 2;
  background-color: var(--color--dark-grey);
  border-radius: 12rem;
  padding: .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon.absolute {
  z-index: 1;
  opacity: 0;
  border-radius: 13rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.line-fill {
  z-index: 2;
  background-color: var(--color--white);
  color: var(--color--white);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mask-frame {
  background-color: var(--color--orange);
  display: none;
  position: absolute;
  inset: 0%;
}

.delete-this {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color--white);
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.modal-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.modal-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  flex-flow: column;
  display: flex;
}

.max-width-37ch {
  max-width: 37ch;
}

.modal-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.webflix-link {
  color: #101828;
}

.modal-button {
  color: var(--color--white);
  text-align: center;
  cursor: pointer;
  background-color: #101011;
  border-radius: .5rem;
  width: 100%;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .25s;
}

.modal-button:hover {
  background-color: #101011cc;
  transform: scale(.98);
}

.modal-embed {
  display: flex;
}

.link {
  color: var(--color--white);
  text-decoration: none;
}

.margin-top-description {
  margin-top: 2rem;
}

.heading-2-instruction {
  font-size: var(--heading--h2);
  font-weight: 300;
  line-height: 1;
}

.heading-2-instruction.text-weight-bold {
  font-weight: 700;
}

.section {
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 50px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.text-block {
  margin-top: 40px;
}

.team-slider {
  -webkit-text-stroke-color: var(--color--black);
  background-color: #960306;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: -20px;
  padding: 20px 30px 10px;
  position: relative;
}

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

.centered-heading {
  color: var(--color--white);
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 20px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 18px;
  overflow: hidden;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: var(--color--dark-grey);
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.team-member-text {
  color: var(--color--grey);
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-2 {
  font-size: 1.4rem;
}

.text-block-3 {
  font-size: 1.3rem;
}

.image-3 {
  color: var(--color--orange);
  -webkit-text-stroke-color: var(--color--white);
  width: 100px;
  max-width: 100px;
}

.text-block-4 {
  color: var(--color--dark-grey);
  text-align: center;
  margin-top: 0;
  font-size: 1.5rem;
}

.text-block-4.final {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 40px;
  display: flex;
}

.image-4 {
  box-sizing: border-box;
  object-fit: fill;
  width: 150px;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: auto;
}

.div-block-2 {
  width: 250px;
  margin: 10px auto 40px;
}

.logos-without-title {
  box-sizing: content-box;
  object-fit: contain;
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  max-height: 50px;
  padding: 60px 30px;
  display: block;
  position: static;
  overflow: hidden;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: auto;
}

.logos-without-title-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-stroke-color: var(--color--black);
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa00;
  background-clip: border-box;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 30px;
  display: grid;
  position: relative;
}

.clients-image-three-2 {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-5 {
  width: 30px;
  max-width: 72px;
  height: auto;
  margin-right: 0;
}

.image-6 {
  height: 100%;
  display: block;
  overflow: visible;
}

.text-block-5 {
  color: var(--color--dark-grey);
  font-size: 1.2rem;
  line-height: 1.4;
}

.text-block-6 {
  color: var(--color--dark-grey);
  text-align: justify;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 1.2rem;
}

.div-block-3 {
  width: auto;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.block-quote {
  background-color: #8a0606;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--color--black);
  text-align: left;
  margin-right: 40px;
  padding-top: 10px;
  font-size: 1.1rem;
}

.paragraph-3 {
  color: var(--color--black);
  text-align: left;
  padding-top: 10px;
  font-size: 1.1rem;
}

.paragraph-4 {
  color: var(--color--black);
  text-align: left;
  margin-right: 40px;
  padding-top: 10px;
  font-size: 1.1rem;
}

.block-quote-2, .block-quote-3 {
  background-color: #8a0606;
  margin-right: 20px;
  font-weight: 700;
}

.image-7 {
  width: 30%;
  height: auto;
  margin-right: 20px;
}

.image-8 {
  width: 30%;
}

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

.text-block-7 {
  color: var(--color--dark-grey);
  font-size: 1.3rem;
}

.image-9 {
  vertical-align: baseline;
  width: 40%;
  display: inline-block;
}

.image-9.post1 {
  margin-left: 20px;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link.soluciones1 {
  margin-left: 0;
}

.image-10 {
  width: 70px;
  height: auto;
}

.image-11 {
  width: auto;
  height: 70px;
}

.quick-stack {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #888;
  flex: 0 auto;
  width: 80%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 200px;
  display: block;
}

.heading-7 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
  overflow: auto;
}

.heading-8 {
  color: var(--color--orange);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  font-size: 30px;
  display: block;
  overflow: visible;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: auto;
}

.heading-9 {
  margin-top: 20px;
  font-size: 25px;
  text-decoration: underline;
}

.div-block-5 {
  margin-top: 10px;
  display: flex;
}

.image-13 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.link-2 {
  color: var(--color--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3rem;
  text-decoration: none;
  display: flex;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.form-2 {
  text-align: left;
}

.form-block {
  width: 100%;
}

.submit-button-2 {
  background-color: #830101;
  width: 100px;
  margin-top: 20px;
}

.formtrabaje {
  margin-top: 40px;
}

.text-field-2 {
  color: var(--color--black);
  -webkit-text-stroke-color: var(--color--orange);
}

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

.select-field {
  color: var(--color--black);
}

.titulo-formulario {
  margin-top: 40px;
  text-decoration: underline;
}

.field-label {
  font-weight: 400;
  text-decoration: none;
}

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

.checkbox-field, .checkbox-field-2 {
  margin-right: 20px;
}

.field-label-2 {
  margin-top: 10px;
}

.text-field-3, .text-field-4, .text-field-5, .text-field-6, .text-field-7, .text-field-8, .text-field-9 {
  color: var(--color--black);
}

.adjuntar {
  background-color: #636363;
  padding: 5px;
}

.heading-10 {
  color: var(--color--black);
  margin-top: -20px;
  font-weight: 300;
}

.image-14 {
  object-fit: contain;
  width: 100%;
  height: 50%;
}

.image-15 {
  width: 500px;
  height: 50%;
  overflow: clip;
}

.image-16 {
  height: 50%;
}

.section-3 {
  width: 100%;
  height: 100%;
}

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

.body {
  background-color: var(--color--white);
  color: var(--color--grey);
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  color: var(--color--white);
}

.body-2 {
  background-color: var(--color--white);
}

.text-block-12 {
  color: var(--color--white);
  text-align: justify;
  font-size: 1.1rem;
}

.text-block-13 {
  color: var(--color--white);
  font-size: 1.1rem;
}

.body-3 {
  background-color: var(--color--white);
}

.image-17 {
  border-radius: 20px;
  width: 480px;
  height: 480px;
}

.body-4 {
  background-color: var(--color--white);
}

.container-4 {
  background-color: #4d4d4d;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-18 {
  width: 40%;
  max-width: none;
  height: auto;
  overflow: visible;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #8f0000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  padding: 40px;
  display: grid;
}

.image-19 {
  width: auto;
  margin: 0;
  padding-left: 0;
}

.container-1 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.heading-11 {
  font-size: 22px;
}

.heading-12 {
  flex-flow: row;
  font-size: 15px;
  display: block;
}

.caracteristicas {
  width: 80%;
  display: flex;
}

.innovacion {
  width: 30%;
  display: flex;
}

.image-20 {
  background-color: #800;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.div-block-8 {
  margin-left: 20px;
}

.heading-13 {
  color: var(--color--orange);
  text-align: left;
}

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

.image-21 {
  width: 150px;
  height: 100px;
  margin-right: 20px;
}

.image-22, .image-23 {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.text-span, .bold-text, .bold-text-2 {
  color: var(--color--orange);
}

.div-block-9 {
  background-color: #363636;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-9.botontel {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.div-block-9.botontrabaje {
  background-color: #d00;
  width: 220px;
  height: 50px;
}

.image-24 {
  width: auto;
  max-width: 20%;
  height: auto;
  margin-right: 10px;
}

.heading-14 {
  margin-left: 10px;
}

.heading-15 {
  color: var(--color--white);
  font-size: 15px;
  line-height: 20px;
}

.heading-15.trabaje {
  color: var(--color--white);
}

.background-video-2 {
  justify-content: center;
  align-items: flex-start;
  width: 110%;
  height: 500px;
  margin-top: 0;
  margin-left: -30px;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: clip;
}

.image-25 {
  width: 120px;
  height: auto;
  display: block;
}

.botonesheader {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.image-26 {
  width: auto;
  height: 65%;
  margin-right: 10px;
}

.select-field-2 {
  color: var(--color--grey);
  background-color: #fff;
}

.container-navmenu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color--white);
  background-color: #860000;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100px;
  display: block;
}

.image-27 {
  width: 100%;
  max-width: none;
  height: auto;
}

.brand-2 {
  width: 120px;
}

.nav-menu-link {
  color: var(--color--white);
}

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

.nav-menu-link.w--current {
  color: var(--color--grey);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-menu-link.trabaje {
  -webkit-text-fill-color: inherit;
  background-color: #c00;
  background-clip: border-box;
  border-radius: 20px;
  padding: 10px 20px;
}

.nav-menu-link.trabaje:hover {
  background-color: #690000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link-3, .nav-link-4 {
  color: var(--color--white);
}

.nav-menu.allmenu {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  justify-content: flex-end;
  align-items: center;
}

.container-nav-logo {
  justify-content: flex-start;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-general-navbar {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-10 {
  color: var(--color--white);
  text-align: center;
  background-color: #ad0000;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-10:hover {
  background-color: #2c2a2a;
}

.div-block-10.boton {
  margin-right: 20px;
}

.button-2 {
  background-color: #b10000;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.button-2.contacto {
  text-align: center;
}

.button-2.contacto:hover {
  background-color: #d80000;
}

.button-2.servicios {
  color: var(--rojo);
  background-color: #fff;
  border: 2px solid #7a7a7a;
}

.button-2.servicios:hover {
  color: var(--color--white);
  background-color: #ad0000;
}

.container-5 {
  display: flex;
}

.image-28 {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

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

.link-block {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 10% auto auto;
}

.image-29 {
  z-index: 1000;
  aspect-ratio: auto;
  object-fit: fill;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  display: inline-block;
  position: fixed;
  inset: auto 0% 2% auto;
  overflow: visible;
}

.image-29:hover {
  width: 75px;
  height: 75px;
}

.image-30 {
  width: 0;
}

.heading-16 {
  color: var(--color--orange);
  font-size: 48px;
}

.heading-17 {
  width: 90%;
  font-size: 21px;
  line-height: 29px;
}

.heading-18 {
  color: var(--color--white);
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.heading-19 {
  width: 1242.4px;
}

.heading-20 {
  font-size: 24px;
}

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

.section-5 {
  width: 100%;
}

.heading-21 {
  text-align: center;
  font-size: 28px;
}

.heading-22 {
  color: var(--color--dark-grey);
}

.heading-23 {
  color: var(--color--grey);
  width: 100%;
  font-size: 20px;
  line-height: 26px;
}

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

.heading-25 {
  color: var(--color--grey);
  text-align: center;
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 25px;
}

.heading-26 {
  color: var(--color--grey);
  font-size: 25px;
}

.heading-27 {
  color: var(--color--orange);
  text-align: center;
}

.seccion-oscura {
  color: var(--color--grey);
  background-color: #00000024;
  flex-flow: row;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.heading-28 {
  font-size: 23px;
}

.heading-29 {
  color: var(--color--dark-grey);
  text-align: justify;
  margin-top: 10px;
  font-size: 20px;
  line-height: 27px;
}

.container-6 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-6._2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
}

.image-31 {
  width: 80%;
  max-width: none;
  height: auto;
}

.icon-seccion {
  width: 20%;
}

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

.heading-30 {
  color: var(--color--grey);
  text-align: center;
  font-weight: 700;
}

.div-block-13 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  margin-bottom: 60px;
}

.heading-31 {
  color: var(--color--orange);
  text-align: center;
  margin-top: 20px;
  font-size: 27px;
  line-height: 34px;
}

.heading-32 {
  color: var(--color--orange);
  font-size: 44px;
}

.heading-33 {
  color: var(--color--orange);
  font-size: 35px;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 4.5rem;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container.small {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.header {
    align-items: stretch;
    max-width: 100%;
    height: 120px;
  }

  .container.footer {
    display: block;
  }

  .padding-global {
    width: 100%;
  }

  .style-guide-header {
    margin-bottom: 0;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .heading-6 {
    font-size: 1.75rem;
  }

  .text-size-large {
    font-size: 1.4rem;
  }

  .heading-1 {
    font-size: 8rem;
    line-height: 1.15;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 2.75rem;
  }

  .heading-4.text-weight-medium {
    width: auto;
  }

  .heading-5 {
    font-size: 2.25rem;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .heading-3 {
    font-size: 3.5rem;
  }

  .trusted-by-hero-logos {
    flex-flow: wrap;
  }

  .max-width-50ch {
    max-width: none;
  }

  .integrations-block.second {
    width: 100%;
    padding: 2rem 2.5rem;
  }

  .integrations-block.first {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem 2.5rem;
  }

  .header {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: none;
    margin-top: 20px;
    font-size: 1.8rem;
    overflow: visible;
  }

  .features-cards-wrapper {
    margin-top: 6rem;
  }

  .features-cards-wrapper.sectiontituloinicio {
    margin-top: 0;
  }

  .integrations-content-component {
    flex-flow: column;
  }

  .home-features-wrapper {
    margin-top: 8rem;
  }

  .home-features-wrapper.ventajas {
    margin-top: 4rem;
  }

  .features-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .testimonial-wrapper {
    margin-top: 8rem;
  }

  .testimonial-component {
    max-width: none;
  }

  .testimonial-card {
    justify-content: space-between;
  }

  .steps-card {
    border-radius: 1rem;
    flex-flow: column;
    grid-template-columns: .5fr 1fr;
    height: auto;
  }

  .steps-content {
    width: 100%;
  }

  .left-content {
    justify-content: space-between;
    width: 100%;
    padding: 4rem 2rem;
  }

  .right-content {
    width: 100%;
    height: 50vh;
  }

  .image {
    border-radius: 0;
    margin-left: 0;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 60px;
  }

  .steps-description {
    max-width: none;
  }

  .steps-item {
    position: relative;
    top: auto;
  }

  .steps-wrapper {
    margin-top: 4rem;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-social-wrapper, .footer-heading {
    margin-bottom: 4rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .footer-component.footer {
    flex-flow: column;
    padding-top: 2rem;
    display: block;
  }

  .trusted-by-about-logos {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .max-width-33ch {
    max-width: 50ch;
  }

  .about-features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 2rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-features-content {
    max-width: 50ch;
  }

  .about-features-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .about-features-header {
    max-width: none;
  }

  .phase-cards-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .phase-cards-wrapper.misionvision {
    margin-top: 2rem;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .phase-cards {
    height: auto;
    padding: 3rem 2.5rem;
  }

  .phase-cards-header {
    max-width: none;
  }

  .team-card {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-grid {
    flex-flow: column;
    display: flex;
  }

  .team-image {
    height: auto;
  }

  .team-wrapper {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .team-wrapper.profesionales {
    margin-top: 2rem;
  }

  .team-header {
    max-width: none;
  }

  .team-header._2 {
    overflow: visible;
  }

  .features-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .features-component.tarjeta-de-servicio {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-heading {
    text-align: left;
    align-items: flex-start;
  }

  .features-vantages-content {
    order: 1;
    width: 100%;
    padding-left: 0;
  }

  .features-wrapper {
    margin-top: 8rem;
  }

  .features-wrapper.soluciones {
    margin-top: 0;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #101011, #10101196);
  }

  .gradient-overlay.bigger {
    height: 100vw;
  }

  .features-image-container {
    width: 100%;
  }

  .check-list {
    padding-left: 0;
  }

  .features-image-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .features-heading-wrapper {
    max-width: none;
  }

  .features-vantages {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .features-vantages.sp6box.tarjetadeservicio {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-card {
    width: 100%;
    max-width: none;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
  }

  .faq-action-wrapper {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    right: 0;
  }

  .faq-bottom {
    margin-right: 0;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
  }

  .enterprise-content {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .enterprise-text {
    margin-left: 0;
  }

  .enterprise-banner {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

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

  .price-card {
    min-height: auto;
  }

  .price-check-list {
    padding-left: 0;
  }

  .utility-page-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-component {
    max-width: none;
    margin-top: 8rem;
    margin-bottom: 6rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .hero-video {
    overflow: auto;
  }

  .not-found-heading {
    font-size: 18rem;
  }

  .larst-card-nav {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

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

  .brand.w--current {
    overflow: visible;
  }

  .right-navbar-content {
    display: none;
  }

  .navbar-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #fff;
    background-color: #1a1a1a;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    position: absolute;
  }

  .nav-menu-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .mobile-navbar-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .menu-icon {
    color: #b5b5b5;
  }

  .nav-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .hero-sticky-component {
    height: 50vh;
  }

  .password-heading {
    white-space: nowrap;
    font-size: 10vw;
  }

  .style-guide-heading {
    font-size: 7rem;
  }

  .changelog-component {
    flex-flow: column;
    display: flex;
  }

  .style-guide-text {
    font-size: 2rem;
  }

  .text-size-huge {
    font-size: 2.3rem;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

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

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .heading-2-instruction {
    font-size: 4.5rem;
  }

  .image-2 {
    overflow: visible;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .text-block-4.final {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .clients-image-three, .clients-image-three-2 {
    margin-bottom: 30px;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }

  .image-15 {
    width: auto;
    height: auto;
  }

  .image-18 {
    width: 80%;
  }

  .div-block-7 {
    grid-auto-flow: column;
    place-items: stretch stretch;
    display: block;
  }

  .image-21 {
    margin-right: 0;
  }

  .nav-menu-link {
    text-align: center;
  }

  .nav-menu-link.trabaje {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-general-navbar {
    justify-content: space-around;
    max-width: none;
  }

  .menu-button-2:hover {
    background-color: #d60000;
    border-radius: 20px;
  }

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

  .heading-16 {
    line-height: 53px;
  }

  .heading-17 {
    text-align: justify;
  }

  .heading-23 {
    font-size: 24px;
  }

  .section-6 {
    overflow: visible;
  }

  .heading-33 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .heading-2 {
    font-size: 4rem;
  }

  .heading-2.text-weight-bold {
    font-size: var(--heading--h6);
  }

  .container.small {
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer {
    display: block;
  }

  .padding-global {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    font-size: 1.5rem;
  }

  .text-size-large {
    font-size: 1.3rem;
  }

  .text-size-medium {
    text-align: left;
    font-size: 1.2rem;
  }

  .heading-1 {
    font-size: 6.5rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .heading-4.text-weight-bold {
    margin-top: 20px;
    font-size: 2.3rem;
  }

  .heading-4.text-weight-medium {
    line-height: 1.2;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .double-button-component.margin-top-button-features {
    margin-top: 0;
  }

  .integrations-block.second, .integrations-block.first {
    width: 100%;
  }

  .header {
    flex-flow: column;
    width: 95%;
    max-width: none;
    font-size: 1.6rem;
    overflow: visible;
  }

  .features-cards-wrapper {
    margin-top: 1rem;
    padding-top: 0;
  }

  .integrations-content-component {
    flex-flow: column;
  }

  .home-features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

  .home-features-wrapper.ventajas {
    margin-top: 4rem;
  }

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

  .testimonial-wrapper {
    margin-top: 6rem;
  }

  .testimonial-card {
    padding: 2rem;
  }

  .testimonial-card.hide-landscape {
    display: none;
  }

  .steps-card {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: block;
  }

  .left-content {
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 3rem 2rem 2rem 3rem;
    display: block;
  }

  .steps-stack-component {
    width: auto;
  }

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

  .image {
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .steps-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 2rem;
  }

  .credits-wrapper {
    flex-flow: column;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .trusted-by-about-logos {
    grid-row-gap: 3rem;
    display: flex;
  }

  .about-features-image {
    height: 20rem;
  }

  .max-width-33ch {
    max-width: none;
  }

  .about-features-wrapper {
    margin-top: 6rem;
  }

  .about-features-wrapper.descripcionnosotros {
    margin-top: 2rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .phase-cards-wrapper {
    margin-top: 6rem;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr;
  }

  .phase-cards {
    padding: 2.5rem 2rem;
  }

  .team-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .banner-content {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .banner-wrapper {
    padding: 2.5rem;
  }

  .features-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .features-component.tarjeta-de-servicio {
    width: auto;
  }

  .features-vantages-content {
    padding-left: 0;
  }

  .features-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .features-wrapper.soluciones {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .check-list {
    text-align: left;
  }

  .blog-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq-bottom-content {
    padding-bottom: 0;
  }

  .price-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .utility-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .about-hero-image {
    width: auto;
    height: auto;
  }

  .not-found-heading {
    font-size: 12rem;
  }

  .navbar-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .mobile-navbar-content {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .style-guide-heading {
    font-size: 6rem;
  }

  .style-guide-heading.mobile {
    font-size: 4rem;
  }

  .changelog-component {
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .text-size-huge {
    font-size: 2rem;
    line-height: 1.3;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .delete-this {
    left: 1.5rem;
  }

  .heading-2-instruction {
    font-size: 4rem;
  }

  .image-2 {
    overflow: visible;
  }

  .team-slider, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title-2 {
    padding: 60px 15px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .container-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-21 {
    width: 100px;
    margin-right: 0;
  }

  .background-video-2 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 300px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
  }

  .nav-menu-link {
    text-align: center;
  }

  .nav-menu-link.trabaje {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-16 {
    font-size: 35px;
    line-height: 44px;
  }

  .heading-17 {
    text-align: justify;
  }

  .heading-27 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-29 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-30 {
    font-size: 21px;
    line-height: 24px;
  }

  .heading-31 {
    font-size: 23px;
    line-height: 29px;
  }

  .heading-33 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-2.text-weight-bold {
    font-size: var(--text-size--medium);
    object-fit: contain;
    flex-flow: row;
    width: auto;
    height: auto;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    overflow: visible;
  }

  .container {
    margin-top: auto;
    padding-top: 0;
    display: flex;
  }

  .container.medium {
    width: 100%;
  }

  .container.misionvision {
    margin-top: 20px;
  }

  .padding-global {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-global._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .divider-line {
    width: 100%;
  }

  .heading-6 {
    font-size: 1.25rem;
  }

  .heading-6.text-weight-medium {
    flex-flow: row;
    display: flex;
  }

  .text-size-large {
    font-size: 1.2rem;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .text-size-medium {
    text-align: left;
    font-size: .9rem;
  }

  .heading-1 {
    font-size: 5rem;
  }

  .style-guide-component {
    width: 100%;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-4 {
    font-size: 2.25rem;
  }

  .heading-4.text-weight-medium {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    display: flex;
    overflow: visible;
  }

  .heading-5 {
    font-size: 1.75rem;
  }

  .style-guide-menu-wrapper {
    width: 100%;
  }

  .heading-3 {
    font-size: 2.75rem;
  }

  .sticky-menu {
    width: 100%;
  }

  .hero-wrapper {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .hero-wrapper.banner {
    margin-top: 0;
  }

  .primary-button {
    width: 50%;
    height: 30px;
  }

  .trusted-by-hero-logos {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .logos {
    height: auto;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .secondary-button-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 2.5rem;
    display: flex;
  }

  .secondary-button {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .integrations-block.second, .integrations-block.first {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem;
  }

  .header {
    width: 95%;
    display: flex;
  }

  .integrations-image {
    height: 8rem;
  }

  .features-cards-wrapper {
    width: 100%;
    display: flex;
  }

  .home-features-wrapper.ventajas {
    margin-top: 2rem;
  }

  .features.second, .features.fourth, .features.third, .features.first {
    margin-left: 10px;
    margin-right: 10px;
  }

  .features-grid {
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .features-content {
    max-width: none;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .steps-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .left-content {
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .steps-stack-component {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
  }

  .steps-image {
    justify-content: flex-start;
    align-items: center;
  }

  .right-content {
    flex-flow: column;
    align-items: center;
    height: 220px;
    padding-right: 0;
  }

  .steps-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .image {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .steps-item {
    top: auto;
  }

  .steps-wrapper {
    margin-top: 2rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .credits-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-grid-wrap {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-social-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start center;
  }

  .footer-link {
    text-align: left;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .about-features-wrapper {
    margin-top: 2rem;
  }

  .about-features-content {
    margin-left: 0;
    margin-right: 0;
  }

  .about-features-header {
    width: 90%;
  }

  .phase-cards-wrapper {
    margin-top: 2rem;
  }

  .phase-cards-grid {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .phase-cards {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team-card {
    flex-flow: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .team-wrapper {
    margin-top: 2rem;
  }

  .team-wrapper.profesionales, .team-header {
    width: 100%;
  }

  .team-header._2 {
    width: 90%;
  }

  .button-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .banner-content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .banner-button {
    width: 100%;
  }

  .banner-wrapper {
    padding: 1.5rem;
  }

  .features-component.tarjeta-de-servicio, .features-heading {
    width: 100%;
  }

  .features-vantages-content {
    padding-left: 0;
  }

  .features-wrapper {
    margin-top: 0;
  }

  .features-image-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .features-vantages.sp6box.tarjetadeservicio {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-list {
    grid-row-gap: 0rem;
  }

  .blog-card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

  .card-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .max-width-70ch {
    object-fit: contain;
    max-width: 27ch;
    display: flex;
    overflow: clip;
  }

  .faq-title-wrapper {
    padding-right: 3.5rem;
  }

  .faq-bottom-content {
    display: flex;
  }

  .price-button {
    align-items: stretch;
  }

  .pricing-grid-wrapper {
    margin-top: 0;
  }

  .enterprise-banner {
    text-align: center;
    margin-bottom: 0;
  }

  .blog-component {
    margin-top: 6rem;
  }

  .rich-text-paddig {
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .about-hero-image {
    margin-top: 0;
  }

  .not-found-heading {
    font-size: 7rem;
  }

  .larst-card-nav {
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
    padding-left: 2rem;
  }

  .brand.w--current {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 3.8rem;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .navbar-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .nav-menu {
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-hero-interaction {
    height: auto;
    margin-top: 4rem;
  }

  .hero-sticky-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: auto;
    margin-top: 0;
    position: static;
  }

  .sticky-images {
    border-radius: .5rem;
  }

  .sticky-images.left {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    position: relative;
    right: auto;
  }

  .sticky-images.middle {
    width: 100%;
    max-width: none;
    height: 50vw;
    position: relative;
  }

  .sticky-images.right {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    position: relative;
    left: auto;
  }

  .divider-line-instructions {
    width: 100%;
  }

  .hero-changelog-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-heading {
    font-size: 5rem;
    line-height: 1.1;
  }

  .style-guide-heading.mobile {
    font-size: 3rem;
  }

  .changelog-component {
    width: 100%;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .form, .form-wrapper {
    width: 100%;
  }

  .button-elipse {
    width: 20rem;
    height: 20rem;
  }

  .button-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .heading-2-instruction {
    font-size: 3rem;
    line-height: 1.1;
  }

  .image-2 {
    vertical-align: baseline;
    flex: 0 auto;
    padding-left: 10px;
    overflow: visible;
  }

  .team-slider {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .container-2 {
    max-width: none;
    overflow: auto;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slider-wrapper {
    overflow: auto;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .text-block-4 {
    font-size: 1.3rem;
  }

  .text-block-4.final {
    text-align: center;
    font-size: 1.2rem;
  }

  .div-block-2 {
    margin-bottom: 0;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three, .clients-image-three-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-6 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.3;
  }

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

  .quick-stack {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    width: auto;
    height: auto;
  }

  .image-12 {
    height: auto;
  }

  .image-15 {
    width: 100%;
  }

  .image-16, .section-3 {
    height: auto;
  }

  .text-block-12 {
    font-size: .9rem;
    line-height: 1.2;
  }

  .text-block-13 {
    text-align: justify;
    font-size: .9rem;
    line-height: 1.4;
  }

  .image-18 {
    width: 100%;
  }

  .image-21 {
    height: 150px;
  }

  .background-video-2 {
    width: auto;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-25 {
    width: 70px;
  }

  .nav-menu-link {
    text-align: center;
  }

  .nav-menu-link.trabaje {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu-link.trabaje.botontrabaje {
    object-fit: cover;
    flex-flow: row;
    flex: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: clip;
  }

  .nav-menu {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .nav-menu.allmenu {
    width: 250px;
    height: 400px;
    max-height: 400px;
    margin-left: 0;
  }

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

  .div-block-10.boton {
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .container-5 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .image-29 {
    width: 50px;
    height: 50px;
    top: 16%;
  }

  .image-29:hover {
    width: 55px;
    height: 55px;
  }

  .heading-17 {
    text-align: justify;
    width: 95%;
    font-size: 14px;
    line-height: 21px;
  }

  .calltoaction {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .heading-21 {
    margin-top: 20px;
    font-size: 21px;
    line-height: 32px;
  }

  .heading-23 {
    font-size: 16px;
    line-height: 21px;
  }

  .heading-25 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .heading-27 {
    font-size: 24px;
    line-height: 25px;
  }

  .heading-29 {
    font-size: 16px;
    line-height: 18px;
  }

  .container-6._2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-12 {
    width: 90%;
  }

  .heading-30 {
    font-size: 17px;
    line-height: 21px;
  }

  .heading-31 {
    font-size: 20px;
    line-height: 23px;
  }

  .heading-32 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-33 {
    text-align: center;
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
    overflow: visible;
  }
}

#w-node-b063efcf-b404-c1ec-7d87-e726ec74cfcc-96b138a6, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa46-96b138af, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa5d-96b138af, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa62-96b138af, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aa79-96b138af, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aaa3-96b138af, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aac7-96b138af, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aae5-96b138af, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aae7-96b138af, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aaec-96b138af, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aaf1-96b138af, #w-node-dd7df214-e761-ab1d-aed6-2c451646c459-96b138af, #w-node-a5049ae8-6674-d873-8e1f-2d15f2daee2e-96b138af, #w-node-_6509065d-a105-aa39-dc71-4f3041c8aafa-96b138af, #w-node-_4ef4cf6b-b6f7-79e8-09e3-947f0eee47d5-96b138b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2b2ae6-bf23-c839-df3b-5a990a336a08-96b138b6 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  display: grid;
}

#w-node-_2b8467f3-6f47-de62-983c-32440ef64dc1-96b138bb, #w-node-f6f89a7d-c001-e637-1e54-4afb3bc7aa43-96b138bb, #w-node-_2b8467f3-6f47-de62-983c-32440ef64de0-96b138bb, #w-node-_1ec0a2aa-2293-49a6-4fd3-fd53b6c49b2d-c3e2a14e, #w-node-_6485a2f9-46f5-a3ec-606c-6c456503c646-c3e2a14e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-af2b2ae6-bf23-c839-df3b-5a990a336a08-96b138b6 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_93f4457d-ec22-3c66-b213-0b7ef6a67159-f6a6712e {
    justify-self: start;
  }

  #w-node-af2b2ae6-bf23-c839-df3b-5a990a336a08-96b138b6 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'), url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}