<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --light-green: #6fe796;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --untitled-ui--white: white;
  --flowui-component-library--gray-400: #b6b9ce;
  --light-grey: #9b9b9b;
  --flowui-component-library--primary-dark: #2d0896;
  --white: white;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray300: #d0d5dd;
  --flowui-component-library--gray-100: #f7f9fd;
  --untitled-ui--primary500: #9e77ed;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --black: black;
  --gold: #eacd76;
  --dark-blue: #2a3239;
  --dark-blue-2: #13161a;
  --medium-aquamarine: #52d59e;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray50: #f9fafb;
  --flowui-component-library--gray-800: #1b114a;
  --untitled-ui--primary50: #f9f5ff;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #2a3239;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reserva-title {
  color: #4e4f53;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.reserva-btn {
  color: #194f82;
  background-color: #0000;
  border: 3px solid #ffc10d;
  border-radius: 20px;
  padding: 5px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: background-color .5s;
}

.reserva-btn:hover {
  background-color: #ffc10d;
}

.epico {
  z-index: 1;
  position: absolute;
}

.nubes {
  z-index: 3;
  position: absolute;
  inset: 0;
}

.lab {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hover-title {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.hover-divider {
  background-color: #000;
  width: 30px;
  height: 5px;
}

.hover {
  text-align: left;
  background-color: #000000b3;
  border-radius: 7px;
  margin: 20px;
  padding: 20px;
  display: block;
  position: absolute;
  inset: 0;
}

.hover-product {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 100;
}

.hover-btn {
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  transition: background-color .2s, color .2s;
}

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

.hover-titulo {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 25px;
}

.hover-div {
  background-color: #fff;
  width: 30px;
  height: 5px;
}

.mob-menu-lat-bg {
  z-index: 2;
  background-color: #fff;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  flex-direction: column;
  align-items: stretch;
  width: 25%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav-line-2 {
  background-color: #eacd76;
  width: 30px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.nav-line-3 {
  background-color: #eacd76;
  width: 20px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.como-col-1 {
  text-align: center;
  padding: 10px 20px;
}

.desarrollo {
  background-color: #0006;
  height: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper {
  text-align: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
}

.header {
  background-color: #2a3239;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.code-example {
  border-radius: 10px;
  flex-basis: 50%;
}

.code-example-text {
  flex-basis: 50%;
}

.white {
  color: #fff;
  text-align: left;
}

.como-col-2, .como-col-3 {
  padding: 10px 20px;
}

.tilt-wrapper {
  z-index: 10;
  max-width: 1280px;
  min-height: 600px;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.responsive {
  perspective: 1200px;
  text-align: center;
  padding-top: 80px;
  overflow: hidden;
}

.tilt-desktop {
  background-image: url('../images/tilt-desktop.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 585px;
  height: 590px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tilt-tablet {
  z-index: 2;
  background-image: url('../images/tilt-tablet.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 390px;
  height: 340px;
  position: absolute;
  bottom: 7%;
  left: 10%;
  box-shadow: 7px 7px 20px #00000059;
}

.tilt-mobile {
  background-image: url('../images/tilt-phone.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 210px;
  height: 395px;
  position: absolute;
  bottom: 14%;
  right: 20%;
  box-shadow: -7px 7px 20px #00000059;
}

.resultado {
  background-color: #000;
  padding-top: 92px;
  padding-bottom: 92px;
  overflow: hidden;
}

.flex-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.resultado-content {
  text-align: left;
  flex-flow: column;
  flex: 0 40%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.resultado-img {
  perspective: 1200px;
  flex: 0 auto;
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.web-img {
  width: 1000px;
  max-width: none;
}

.faqs-row {
  margin-top: 50px;
}

.footer {
  color: gray;
  background-color: #2a3239;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.copyright {
  text-align: left;
  flex: 1;
}

.terms {
  text-align: right;
  flex: 1;
}

.copyright-text {
  display: inline-block;
}

.footer-link {
  color: gray;
  text-decoration: none;
  transition: color .2s;
}

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

.footer-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-divider {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.dots {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -45px 0 0;
}

.lines {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -94px 0 0;
}

.lines-1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -125px 0 0;
}

.project {
  border-radius: 5px;
  height: 300px;
  box-shadow: 0 7px 20px #2a323933;
}

.uui-heroheader09_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader09_image._11 {
  border-top-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
}

.uui-heroheader09_image._10 {
  border-radius: 50%;
}

.uui-heroheader09_image._09 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image._09.hide-tablet {
  object-fit: cover;
}

.uui-heroheader09_image._08 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._08.hide-mobile-landscape {
  object-fit: cover;
}

.uui-heroheader09_image._07 {
  border-bottom-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._06 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._05 {
  border-top-left-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._04 {
  border-radius: 50%;
}

.uui-heroheader09_image._03 {
  object-fit: cover;
  border-top-left-radius: 7rem;
}

.uui-heroheader09_image._02 {
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._01 {
  object-fit: cover;
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-button.cta-mobile {
  display: none;
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-logo {
  width: 60px;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-image-cover {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small.white {
  color: var(--flowui-component-library--white);
}

.f-heading-detail-small.f-text-color-white {
  color: #fff;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-section-large.hero-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading.white {
  color: var(--untitled-ui--white);
}

.f-h3-heading.f-text-color-white {
  color: var(--flowui-component-library--white);
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-43 {
  margin-bottom: 8px;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.spacer-20 {
  height: 20px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-paragraph-small.p-center {
  text-align: center;
}

.f-paragraph-small.p-center.p-gray {
  color: var(--light-grey);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.f-paragraph-small.p-gray {
  color: var(--light-grey);
}

.spacer-10 {
  height: 10px;
}

.f-button-shoppay {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  letter-spacing: -.02em;
  background-color: #5931f4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library--gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-pricing-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-paragraph-regular {
  color: #2a3239;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.wht {
  color: var(--white);
}

.f-pricing-divider-dark {
  background-color: var(--flowui-component-library--grey-600);
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-pricing-divider-dark.wht {
  background-color: var(--untitled-ui--gray500);
}

.f-pricing-month-wrapper {
  align-items: center;
  display: flex;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-badge-filled {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-margin-bottom-129 {
  margin-bottom: 24px;
}

.f-pricing-card-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-divider-small {
  background-color: var(--flowui-component-library--gray-400);
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

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

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-56 {
  margin-bottom: 56px;
}

.f-container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-text-align-center {
  text-align: center;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  border-top: 1px solid var(--untitled-ui--gray300);
  background-color: var(--flowui-component-library--white);
  padding: 32px 5%;
  position: relative;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-header-image-wrapper-wide {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-paragraph-large-2 {
  color: #2a3239;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-2.wht {
  color: var(--white);
}

.f-margin-bottom-130 {
  margin-bottom: 40px;
}

.f-h1-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-131 {
  margin-bottom: 24px;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-132 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-large-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-133 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper-2 {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-grid-four-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-2.wht {
  color: var(--flowui-component-library--white);
}

.f-margin-bottom-134 {
  margin-bottom: 16px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-135 {
  margin-bottom: 100px;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.p-space {
  margin-bottom: 10px;
}

.f-margin-bottom-137 {
  margin-bottom: 12px;
}

.f-h5-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-138 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-margin-bottom-139 {
  margin-bottom: 32px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-cta-image-wrapper {
  border-radius: 12px;
  height: 360px;
  overflow: hidden;
}

.f-margin-bottom-141 {
  margin-bottom: 48px;
}

.f-margin-bottom-142 {
  margin-bottom: 16px;
}

.f-cta-grid-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

.f-section-regular-2 {
  padding: 72px 5%;
  position: relative;
}

.f-section-regular-2.gray900 {
  background-color: var(--untitled-ui--gray900);
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-layout83_item {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout83_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-layout83_content {
  flex-direction: column;
  align-items: center;
}

.uui-layout83_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.f-header-avatar-text-2 {
  color: var(--flowui-component-library--gray-700);
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-header-avatar-text-2.wht {
  color: var(--flowui-component-library--white);
}

.f-header-avatar-block-2 {
  align-items: center;
  display: flex;
}

.f-header-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-3.wht {
  color: var(--white);
}

.f-h1-heading-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-h1-heading-3.wht {
  color: var(--flowui-component-library--white);
}

.f-margin-bottom-143 {
  margin-bottom: 24px;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.f-section-large-3.gray-900 {
  background-color: var(--untitled-ui--gray900);
}

.f-image-cover-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.f-gallery-image-s {
  height: 300px;
}

.f-gallery-lightbox-2 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-145 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-146 {
  margin-bottom: 48px;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-avatar-group-s {
  background-color: var(--flowui-component-library--grey-300);
  border: 2px solid #fff;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  margin-right: -8px;
  position: relative;
  box-shadow: 23px 23px 48px #38327c0f;
}

.f-avatar-group {
  justify-content: flex-start;
  display: flex;
}

.spacer-40 {
  height: 40px;
}

.f-contact-image-wrapper {
  border-radius: 12px;
  max-width: 550px;
  height: 100%;
  overflow: hidden;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-3 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-148 {
  margin-bottom: 16px;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-input.select {
  background-color: var(--white);
  color: var(--untitled-ui--gray400);
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-margin-bottom-149 {
  margin-bottom: 8px;
}

.f-margin-bottom-150 {
  margin-bottom: 48px;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.f-h1-heading-4 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-151 {
  margin-bottom: 24px;
}

.f-header-wrapper-left-2 {
  max-width: 620px;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

html.w-mod-js [data-ix="button-content-hide"] {
  opacity: 0;
  transform: translate(0, 85px);
}

html.w-mod-js [data-ix="tab-content-interaction"] {
  opacity: 0;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="tab-image-interaction"] {
  opacity: 0;
  transform: translate(100%);
}

html.w-mod-js [data-ix="reserva-btn-hide"], html.w-mod-js [data-ix="slider-text"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="slider-bike"] {
  opacity: 0;
  transform: translate(-40px);
}

html.w-mod-js [data-ix="mountain-slide-initial"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="nubes-initial"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="lab-initial"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="hover-hide"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hover-content-hide"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="mob-menu-hide"] {
  opacity: 0;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="mob-nav-hide"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="load-grid-ineraction-1"], html.w-mod-js [data-ix="load-grid-ineraction-2"], html.w-mod-js [data-ix="load-grid-ineraction-3"] {
  opacity: 0;
  transform: translate(0, -25px);
}

html.w-mod-js [data-ix="load-grid-ineraction-4"] {
  opacity: 0;
  transform: translate(-70%);
}

html.w-mod-js [data-ix="col-hide"] {
  opacity: 0;
  transform: translate(0, 70px);
}

html.w-mod-js [data-ix="code-text-hide"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="code-img-hide"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="responsive-hide"] {
  transform: translate(0, 450px);
}

html.w-mod-js [data-ix="tilit-back"] {
  transform: translate(0, 50%);
}

html.w-mod-js [data-ix="faqs-hide"], html.w-mod-js [data-ix="hero-grid-interaction"] {
  opacity: 0;
  transform: translate(0, 100px);
}

@media screen and (max-width: 991px) {
  .flex {
    flex-direction: column;
  }

  .code-example {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .code-example-text {
    flex: 1;
  }

  .white {
    text-align: center;
  }

  .tilt-wrapper {
    min-height: 520px;
  }

  .tilt-desktop {
    width: 485px;
    height: 490px;
  }

  .tilt-tablet {
    width: 290px;
    height: 240px;
  }

  .tilt-mobile {
    width: 160px;
    height: 295px;
    right: 15%;
  }

  .web-img {
    width: 600px;
  }

  .dots {
    top: -50px;
  }

  .lines {
    top: -96px;
  }

  .lines-1 {
    top: -123px;
  }

  .project {
    height: 200px;
  }

  .hide-tablet {
    display: none;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-paragraph-large.white.white-left {
    text-align: left;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .f-h3-heading.white.wht-left {
    text-align: left;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-margin-bottom-130.no-botttom-margin {
    margin-bottom: 0;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .f-margin-bottom-135 {
    margin-bottom: 70px;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical, .f-cta-grid-b {
    grid-template-columns: 1fr;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-layout83_component {
    grid-template-columns: 1fr;
  }

  .f-gallery-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
  }

  .epico, .nubes {
    max-width: 106%;
  }

  .logo-epico {
    max-width: 90%;
  }

  .como-col-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desarrollo {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tilt-wrapper {
    min-height: 350px;
  }

  .responsive {
    padding-top: 72px;
  }

  .tilt-desktop {
    width: 285px;
    height: 290px;
  }

  .tilt-tablet {
    width: 190px;
    height: 140px;
    left: 15%;
  }

  .tilt-mobile {
    width: 80px;
    height: 150px;
    right: 20%;
  }

  .resultado {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .flex-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

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

  .resultado-img {
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .footer-flex {
    flex-flow: column-reverse;
  }

  .dots {
    top: -11px;
  }

  .lines {
    top: -14px;
  }

  .lines-1 {
    max-width: 100%;
    top: -15px;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .f-header-image-wrapper-tall {
    height: auto;
  }

  .f-paragraph-large.white.white-left {
    text-align: center;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-section-large.hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-h3-heading.white.wht-left {
    text-align: center;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-margin-bottom-135 {
    margin-bottom: 50px;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout83_item {
    padding: 1.5rem;
  }

  .uui-layout83_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-layout83_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .f-header-wrapper {
    justify-content: center;
  }

  .f-h1-heading-3 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-image-s {
    height: 180px;
  }

  .f-gallery-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-h1-heading-4 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 18px;
  }

  .logo-epico {
    max-width: 80%;
  }

  .responsive {
    padding-top: 72px;
  }

  .tilt-tablet {
    left: 0%;
  }

  .tilt-mobile {
    right: 10%;
  }

  .web-img {
    width: 400px;
  }

  .dots {
    top: 9px;
  }

  .lines, .lines-1 {
    top: 10px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-heroheader09_image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-button.cta-mobile {
    margin-bottom: 20px;
    display: flex;
  }

  .f-navigation-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .f-gallery-image-x-small-square {
    height: 130px;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .f-pricing-card-dark, .f-pricing-card-outline {
    padding: 32px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .uui-layout83_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .f-header-avatar-text-2 {
    margin-left: 0;
  }

  .f-header-wrapper {
    flex-direction: column;
  }
}

#w-node-b06e9a2e-f8ab-19b0-8d5e-5013356af9ef-68a2bf17 {
  justify-self: end;
}

#w-node-b90885d4-5578-193d-cbab-13018f5a86fd-68a2bf17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0dbfcfa-df22-ddc9-bb5c-8e86756f14c6-68a2bf17 {
  justify-self: start;
}

#w-node-_54b01421-90c1-6228-2424-3f37c228cac7-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47a8-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47b6-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47bc-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47c0-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47c4-68a2bf17, #w-node-f7f5c139-fc0d-ffef-c904-fa909f8a03e1-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47c8-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47cc-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47d0-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47e2-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47e8-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47ec-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47f0-68a2bf17, #w-node-_9d98feff-e365-e9d5-e38f-2aceb3fd2114-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47f4-68a2bf17, #w-node-a1695f4f-f7a8-7af1-5f5d-639a40bb47f8-68a2bf17, #w-node-f64005df-b44e-b2c2-d37f-77bc65cb3649-65cb3629, #w-node-a209e241-4701-77eb-7029-63fe865e7bb5-a25d082c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a209e241-4701-77eb-7029-63fe865e7bbb-a25d082c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d7e41947-0b4a-e9c0-0ec5-4457ec60bd9a-be52f0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b06e9a2e-f8ab-19b0-8d5e-5013356af9de-68a2bf17, #w-node-c0dbfcfa-df22-ddc9-bb5c-8e86756f14c8-68a2bf17 {
    order: -9999;
  }

  #w-node-_0ab00d43-1ec3-d015-2e52-04daf8bbc8b2-532980b8, #w-node-_0ab00d43-1ec3-d015-2e52-04daf8bbc8b8-532980b8, #w-node-e13acd12-9e7c-e8f7-6e8d-78a736290948-532980b8, #w-node-f2835d84-0027-4371-cc9f-e101cd4cf9d1-532980b8, #w-node-_7ffd1a06-8ad7-1246-9d68-ed994c4ec127-532980b8, #w-node-_0ab00d43-1ec3-d015-2e52-04daf8bbc8b5-532980b8, #w-node-_1f55d556-0aad-f207-8aea-127afe011023-532980b8, #w-node-_8b8712f0-ee99-f675-245d-ff8ef336d64c-532980b8, #w-node-_3391f849-4c10-856f-2e4d-0faae6b50f68-532980b8, #w-node-_9aea6d18-542e-876f-8a41-0555b8af6148-532980b8, #w-node-_387cbd78-1000-9d21-0372-d7ed66e6ac3c-532980b8, #w-node-d4f66e66-f62d-7694-1616-1bb04871df91-532980b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5a53997b-d672-30cc-7155-b06fb113faa5-dc785077, #w-node-_5a53997b-d672-30cc-7155-b06fb113faa5-dd55cd66 {
    order: -9999;
  }
}


</pre></body></html>