:root {
  --primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>: #fff;
  --primary--black\<deleted\|variable-97df34a8-36db-7802-ab72-28297e33c5e7\>: #000;
  --primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>: #d43fc5;
  --white: white;
  --black: black;
  --primary--grey: #b264f3;
  --primary--blue\<deleted\|variable-91bc5738-d004-2c77-21f3-932e6034b199\>: #050610;
  --primary--gris: #797979;
  --primary--red: #610011;
  --primary--gris-bg\<deleted\|variable-cc4b546c-501d-b59f-155f-693441d014af\>: #f3f6fc;
  --primary--dos-red: #ea0035;
}

.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;
}

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: 26px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

h3 {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 34px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
}

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

p {
  color: #fff;
  margin-bottom: 0;
}

.body {
  color: #333;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.page-wrapper {
  display: block;
}

.section-header.section-style-black {
  background-color: var(--primary--black\<deleted\|variable-97df34a8-36db-7802-ab72-28297e33c5e7\>);
  background-color: #000;
  min-height: 100svh;
  overflow: hidden;
}

.footer {
  background-color: var(--primary--black\<deleted\|variable-97df34a8-36db-7802-ab72-28297e33c5e7\>);
  display: block;
}

.section-faq-flex {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large.x {
  padding-bottom: 12rem;
}

.padding-global.padding-section-large.cuatro {
  padding-bottom: 2rem;
}

.padding-global.padding-section-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-global.padding-section-medium._8rem {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.padding-global.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-global.padding-section-medium.dos, .padding-global.padding-section-medium._8rem {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-global.padding-section-medium.r {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.padding-global.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global.padding-section-large.dos {
  padding-top: 6rem;
}

.padding-global.padding-section-large.xxl {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

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

.padding-small {
  padding-bottom: 2rem;
  padding-right: 0;
}

.padding-medium {
  padding-bottom: 3rem;
}

.padding-large {
  padding-bottom: 4rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.large {
  max-width: 100%;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_button {
  padding: 1rem;
}

.nav_component {
  z-index: 20;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000;
  border-bottom: .3px solid #ffffff40;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px #4193f733;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav_logo {
  width: 13rem;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.menu__item {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.menu__item:hover {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  border-color: #414141;
  box-shadow: 0 0 20px 1px #ffffff26;
}

.menu__item.w--current:hover {
  border-color: #414141;
}

.text-link-nav {
  color: #e6e6e6;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.image-7 {
  max-width: 20px;
  position: relative;
  top: -3px;
}

.link-underline {
  background-color: #5739fb;
  height: 2px;
  transform: translate(-100%);
}

.link-underline.dos {
  background-color: #e6e6e6;
}

.link-underline.dos.tres {
  background-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  background-color: #5928e5;
}

.div-block-3 {
  overflow: hidden;
}

.menu__item-2 {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: border-color .2s;
  position: relative;
}

.menu__item-2:hover, .menu__item-2.w--current:hover {
  border-color: #414141;
}

.menu__item-2.buttom {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 24px 13px;
  display: flex;
}

.menu__item-2.buttom.w--current {
  padding-top: 12px;
}

.menu__item-2.buttom.nav {
  display: flex;
}

.menu__item-2.buttom.nav.dos {
  display: none;
}

.menu__item-2.buttom.nav.tres {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #4193f7;
  border: 0 #fff0;
  border-radius: 8px;
  padding: 16px 26px 15px;
  transition: all .15s ease-in;
}

.menu__item-2.buttom.nav.tres:hover {
  background-color: #3a5cec;
}

.menu__item-2.buttom.nav.tres.w--current {
  display: none;
}

.menu__divider {
  color: #fff;
  font-family: Inconsolata, monospace;
  line-height: 1;
}

.hero-grid {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  transition: all .1s ease-in;
  display: grid;
  position: relative;
}

.hero-video {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.hero-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 36px;
  font-size: 72px;
  font-weight: 500;
  line-height: 97px;
}

.background-hero {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-8 {
  width: 100%;
}

.text-hero {
  color: #ffffffb3;
  text-align: center;
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.text-block {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.text-block.dos {
  color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  text-align: center;
  font-size: 16px;
}

.text-block.dos.tres {
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
}

.button-hero {
  background-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  border-radius: 8px;
  padding: 16px 24px;
  text-decoration: none;
  display: none;
  box-shadow: 0 4px 24px #5928e5cc;
}

.button-hero:hover {
  box-shadow: 0 4px 24px #ffd9d966;
}

.button-hero.last-cta {
  background-color: var(--white);
  border-radius: 12px;
  display: block;
}

.button-hero.last-cta:hover {
  box-shadow: 0 4px 24px #ffd9d933;
}

.button-hero.last-cta.dos {
  background-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  padding: 6px 12px;
  position: relative;
  top: -44px;
  left: 100px;
}

.button-hero.last-cta.dos:hover {
  box-shadow: 0 4px 24px #5928e5cc;
}

.button-hero.hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  border-radius: 10px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
}

.benefits-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  perspective: 2000px;
  border: 1px solid #fff3;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 40px 64px;
  transition: all .2s ease-in;
  display: flex;
  position: relative;
  transform: perspective(2000px);
  box-shadow: 0 3px 20px #5928e54d;
}

.benefits-item:hover {
  border-color: #5928e5;
  box-shadow: 0 0 20px 8px #5928e566;
}

.heading-2 {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.paragraph {
  font-size: 14px;
}

.paragraph-2 {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  font-size: 14px;
  font-weight: 400;
}

.mundo-wrapper {
  border: 1px solid #fff3;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
}

.image-9 {
  max-width: 100%;
  height: 468px;
}

.paragraph-3 {
  color: #ffffffb3;
  max-width: 90%;
  padding-bottom: 30px;
}

.paragraph-3._2 {
  padding-bottom: 45px;
}

.text-block-2 {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.mision-flex {
  flex-flow: column;
  padding-bottom: 60px;
  display: flex;
}

.content-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.heading-3 {
  color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  text-align: center;
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 36px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.caracter-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-bottom: 6rem;
  display: flex;
}

.heading-9 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), #fff0);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}

.div-block-4 {
  position: absolute;
  inset: 0%;
}

.img-absolute {
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-garantia {
  background-color: #fff;
  background-image: url('../images/Decoracion-background_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1440px;
}

.garantia-section-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 24px;
  display: grid;
  position: relative;
  left: auto;
  right: auto;
  box-shadow: 0 2px 20px #9993;
}

.left-side-hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-side-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.main-image {
  width: 500px;
  height: 700px;
  position: absolute;
  inset: 0%;
}

.images {
  position: absolute;
  inset: 0%;
}

.image-11 {
  margin-left: auto;
  margin-right: auto;
}

.imagen1 {
  width: 700px;
  height: 300px;
  position: relative;
}

.imagen1.dos {
  z-index: 5;
  width: 2000px;
}

.imagen1.tres {
  z-index: -1;
  width: 1300px;
  position: relative;
}

.imagen1.uno {
  z-index: 1;
  width: 1300px;
}

.caracter-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #fff3;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  padding: 32px;
  display: grid;
  overflow: hidden;
}

.card-content-caracteri {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-image-caracteri {
  position: relative;
  bottom: -32px;
  left: 34px;
}

.heading-10 {
  background-image: linear-gradient(90deg, var(--white) 50%, #ffffff40);
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.paragraph-4 {
  color: #ffffffb3;
  line-height: 1.2;
}

.div-block-5 {
  border-top: 3px solid #0055d4;
  border-left: 3px solid #0055d4;
  border-top-left-radius: 6px;
}

.div-block-5.dos {
  border-top-width: 3px;
  border-top-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  border-left-width: 3px;
  border-left-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
}

.image-12 {
  width: 100%;
}

.div-block-6 {
  border-top-left-radius: 6px;
}

.image-13 {
  width: 100%;
}

.image-14 {
  border-top-left-radius: 6px;
  width: 100%;
}

.image-15 {
  width: 100%;
}

.border-img {
  border-top: 2px solid var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  border-left: 2px solid var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  border-top-left-radius: 6px;
  overflow: hidden;
  box-shadow: 3px 3px 20px 4px #ffffff80;
}

.button-img-card-caracteri {
  z-index: 2;
  border: 1px solid var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  background-color: #171717;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  position: absolute;
  inset: -5% 0% auto;
}

.image-16 {
  width: 20px;
  position: relative;
  top: 4px;
  left: 8px;
}

.paragraph-5 {
  font-size: 22px;
}

.image-17 {
  position: relative;
  top: 7px;
  left: 1px;
}

.image-18 {
  height: 40px;
}

.lineal-caracteristicas {
  transform-origin: 0%;
  background-color: #ffffff80;
  width: 80%;
  height: .5px;
  transform: translate(-100%);
}

.lineal-caracteristicas.dos {
  width: 90%;
}

.lineal-caracteristicas.tres {
  transform-origin: 0%;
  background-color: #ffffff80;
  width: 85%;
  height: .5px;
  transform: translate(-100%);
}

.lineal-caracteristicas.cuatro {
  transform-origin: 0%;
  width: 90%;
}

.flex-caracteristicas {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
  overflow: hidden;
}

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

.heading-11 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-size: 46px;
  line-height: 1.125;
}

.paragraph-6 {
  color: #000000b3;
  text-align: center;
  width: 75%;
  line-height: 1.2;
}

.div-firma {
  padding-bottom: 12px;
}

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

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

.text-founder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-7 {
  color: #000;
  font-size: 18px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.image-19 {
  border-radius: 50em;
  width: 85px;
  height: 85px;
}

.div-block-8 {
  text-align: center;
}

.paragraph-8 {
  color: var(--white);
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
}

.title-faq {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  text-align: center;
  flex-flow: column;
  display: flex;
}

.content-faq-wrapper {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  border-bottom: .5px #00000040;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-item {
  border-bottom: .5px solid #00000040;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 12px;
  display: flex;
}

.faq-item.close {
  display: none;
}

.ayuda-card-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10rem;
  display: grid;
}

.ayuda-card-item {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: var(--white);
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px;
  transition: opacity .25s ease-in;
  display: flex;
}

.ayuda-card-item:hover {
  border-style: none;
  box-shadow: 0 0 20px 5px #146ef580;
}

.ayuda-card-item.x1:hover {
  box-shadow: 0 0 20px 8px #ff6b0033;
}

.ayuda-card-item.x3:hover {
  box-shadow: 0 0 20px 5px #5928e580;
}

.ayuda-card-item.x4:hover {
  box-shadow: 0 0 20px 5px #00d72280;
}

.image-20, .image-21, .image-22 {
  width: 50px;
}

.heading-14, .heading-15, .heading-16 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff, #949494);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 25px;
}

.title-ayuda {
  padding-bottom: 36px;
}

.heading-17 {
  color: var(--black);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #000, #b9b9b900);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 46px;
  line-height: 1.1;
}

.paragraph-9 {
  color: var(--primary--black\<deleted\|variable-97df34a8-36db-7802-ab72-28297e33c5e7\>);
  padding-bottom: 24px;
  line-height: 1.2;
}

.paragraph-9.uno {
  color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  font-size: 14px;
  font-weight: 600;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

.image-24 {
  color: var(--white);
  width: 20px;
}

.last-cta-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  border: .2px solid #fff6;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 160px;
  transition: all .1s ease-in;
  display: flex;
  box-shadow: 0 2px 20px 8px #5928e580;
}

.last-cta-wrapper:hover {
  box-shadow: 0 0 26px #ffd9d966;
}

.text-block-3 {
  font-size: 96px;
  font-weight: 700;
}

.dropdown {
  border-bottom: .5px solid #cacaca40;
  width: 100%;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 30px 12px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.dropdown-list {
  background-color: #fff0;
  display: none;
  position: relative;
}

.paragraph-10 {
  color: var(--white);
  padding: 6px 24px 26px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.section-last-cta {
  position: relative;
}

.title-last-cta {
  text-align: center;
}

.paragraph-11 {
  text-align: center;
  width: 100%;
}

.form-wrapper {
  z-index: 1000;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  padding-top: 4rem;
  display: flex;
}

.grid-content {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .75fr) .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
  display: grid;
}

.whatsapp-wrapper {
  flex-flow: column;
  display: flex;
}

.whatsapp-wrapper.whatsapp {
  display: block;
}

.llamada-wrapper {
  flex-flow: column;
  display: flex;
}

.llamada-wrapper.calendly {
  display: block;
}

.gmail-wrapper {
  flex-flow: column;
  display: flex;
}

.gmail-wrapper.gmail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.heading-19 {
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
}

.paragraph-12 {
  color: var(--primary--black\<deleted\|variable-97df34a8-36db-7802-ab72-28297e33c5e7\>);
  text-align: center;
}

.image-25 {
  width: 55px;
}

.image-25.calendly {
  width: 85px;
}

.image-25.gmail {
  width: 84px;
}

.div-block-9 {
  text-align: center;
}

.gmail-content {
  background-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 24px;
  display: flex;
}

.heading-20 {
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1.2;
}

.heading-21 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 600;
  line-height: 30px;
}

.text-field {
  background-color: var(--black);
  color: var(--white);
  border: 0 solid #000;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 12px 14px;
}

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

.general {
  background-color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--white);
  color: var(--black);
  border: 0 solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 500;
}

.form-block {
  margin-bottom: 0;
}

.div-block-10 {
  padding-bottom: 55px;
}

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

.paragraph-13 {
  color: #ffffffb3;
  text-align: left;
  padding-top: 6px;
  font-size: 10px;
}

.link-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--black);
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  flex-flow: column;
  padding-top: 26px;
  padding-bottom: 26px;
  text-decoration: none;
  transition: all .2s ease-in;
  display: flex;
}

.link-block:hover {
  box-shadow: 0 0 20px 5px #5928e580;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  flex-flow: column;
  padding-top: 26px;
  padding-bottom: 26px;
  text-decoration: none;
  transition: all .2s ease-in;
  display: flex;
}

.link-block-2:hover {
  box-shadow: 0 0 20px 5px #5928e580;
}

.div-block-12 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.botton-cerrar {
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.footer-wrapper.uno {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  padding-right: 50px;
  display: flex;
}

.footer-wrapper.dos {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.link {
  color: #ffffffb3;
  font-size: 14px;
  text-decoration: none;
}

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

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

.image-26 {
  width: 50px;
}

.image-27 {
  width: 32px;
  padding-bottom: 6px;
}

.webflow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.webflow.dos {
  flex-flow: column;
  display: flex;
}

.paragraph-14 {
  color: #ffffffb3;
}

.paragraph-15 {
  color: #ffffffb3;
  padding-top: 5px;
  font-size: 14px;
}

.image-28 {
  width: 80px;
}

.div-block-13, .div-block-14, .div-block-15 {
  overflow: hidden;
}

.image-29 {
  width: 35px;
}

.image-30 {
  width: 300px;
}

.success-message, .error-message {
  color: var(--white);
  background-color: #fff0;
}

.text-block-5 {
  background-color: red;
}

.text-block-6 {
  font-size: 14px;
}

.preloader-vixelstudio {
  z-index: 99999;
  transform-origin: 50% 0;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-mask {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-16 {
  background-color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  width: 35%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.line-wrapper {
  width: 50%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.line-gris {
  background-color: #818181;
  width: 100%;
  height: 1px;
}

.line-black {
  background-color: var(--white);
  transform-origin: 0%;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0%;
}

.name {
  padding-bottom: 0;
}

.heading-22 {
  font-size: 44px;
  line-height: 1.1;
}

.hero {
  z-index: 999999;
  display: block;
}

.hero.dos {
  background-color: var(--white);
  inset: 0%;
  background-color: #fff;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.vende_mas {
  grid-column-gap: 13px;
  grid-row-gap: 28px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.destaca_mas {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.paragraph-16 {
  color: var(--black);
}

.image-35 {
  position: relative;
  left: -5px;
}

.heading-23 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.1;
}

.mas-clientes {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  padding-left: 1rem;
  display: flex;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 4.4rem;
  line-height: 1.1;
}

.paragraph-17 {
  color: var(--black);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.vente-ya {
  position: relative;
  top: 3rem;
}

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

.paragraph-18 {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 500;
}

.cta-imgen-hero {
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-25 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 58px;
  font-size: 133px;
  font-weight: 500;
  line-height: 1.2;
}

.body-2 {
  background-color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-19 {
  color: #ffffffb3;
  text-align: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  line-height: 1.5;
}

.text-block-7 {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.link-block-3 {
  background-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  border-radius: 50px;
  padding: 18px 30px;
  text-decoration: none;
}

.div-block-17 {
  flex-flow: column;
  display: flex;
}

.paragraph-20 {
  font-size: 18px;
  font-weight: 500;
}

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

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

.second-wrapper {
  width: 100%;
  height: 100%;
}

.subtitle-form {
  padding-top: 30px;
  padding-bottom: 20px;
}

.grid-form-item {
  background-color: #3a5cec;
  border-radius: 8px;
  padding: 14px 14px 42px;
  transition: all .15s ease-in;
  position: relative;
}

.grid-form-item:hover {
  box-shadow: 0 2px 26px 3px #5928e58c;
}

.text-block-8 {
  color: #fffc;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.hea-form {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.hea-form.uno {
  padding-bottom: 38px;
}

.div-block-18 {
  position: absolute;
  inset: 0%;
}

.div-block-19 {
  position: absolute;
}

.paragraph-21 {
  color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  font-size: 16px;
  font-weight: 600;
  display: none;
  position: absolute;
}

.second-form-wrapper {
  padding-bottom: 10rem;
}

.grid-second-form {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-27 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>), #fff0);
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 6rem;
  font-size: 50px;
  line-height: 1.4;
}

.link-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-image: linear-gradient(55deg, #fff, #5925e5 35%);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
}

.link-block-4:hover {
  background-image: linear-gradient(55deg, #fff, #5925e5 35%);
  box-shadow: 0 2px 26px 2px #5928e5;
}

.image-36 {
  width: 85px;
}

.image-37 {
  width: 65px;
}

.heading-28 {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.paragraph-22, .paragraph-23 {
  color: #fffc;
}

.whatsappfixed {
  z-index: 99999;
  width: 75px;
  height: 75px;
  display: none;
  position: fixed;
  inset: auto 2% 4% auto;
}

.text-block-9 {
  color: var(--white);
}

.paragraph-24 {
  font-size: 14px;
  line-height: 1.1;
}

.overlay {
  z-index: 999999999;
  background-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  position: fixed;
  inset: 0% 0% auto;
}

.heading-29 {
  color: var(--white);
  letter-spacing: 12px;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.1;
}

.text-span-2 {
  color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
}

.body-3 {
  background-color: var(--black);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

.section-privacidad {
  padding-top: 2rem;
}

.privacidad-title {
  padding-bottom: 38px;
}

.heading-30 {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  text-align: center;
  font-size: 55px;
  line-height: 1.1;
}

.heading-31 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}

.paragraph-25 {
  color: #ffffffb3;
  margin-bottom: 0;
}

.paragraph-25.dos {
  padding-top: 16px;
}

.informacion-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.comousamos-title, .retencioninfo-title, .derechos-title, .cookies-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

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

.seguridad-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

.quejas-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  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;
  width: 260px;
  display: flex;
}

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

.paragraph-26 {
  color: #ffffffb3;
}

.body-4 {
  background-color: var(--black);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

.terminos-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.introduccion-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

.heading-32 {
  text-align: center;
  font-size: 55px;
  line-height: 1.1;
}

.heading-33 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}

.paragraph-27 {
  color: #ffffffb3;
}

.vinculacion-title, .comunicacion-title, .propiedad-title, .boletin-title, .terceros-title, .responsable-title, .ideas-title, .uso-title, .garantia-title, .restricciones-title, .asigancion-title, .incumplimiento-title, .indemnizacion-title, .renuncia-title, .eleccion-title, .info-contacto-title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-bottom: 36px;
  display: flex;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  letter-spacing: 6px;
  text-transform: capitalize;
  padding-bottom: 36px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
}

.text-block-10.dos {
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
}

.div-block-24 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.image-38 {
  width: 28px;
}

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

.text-block-11 {
  color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
}

.heading-34 {
  text-align: center;
  padding-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.benefits-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  display: flex;
}

.grid-dise-o {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-dise-o {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img-dise-o {
  position: relative;
}

.image-39 {
  max-width: 670px;
}

.heading-35 {
  color: var(--white);
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-35.dos {
  margin-top: 38px;
}

.image-40 {
  border-radius: 4px;
  max-width: 175px;
  position: absolute;
  inset: auto auto -7% -3%;
  box-shadow: 0 6px 20px #00000080;
}

.paragraph-28 {
  color: #a5a4a5;
  line-height: 1.5;
}

.paragraph-28.dos {
  padding-bottom: 36px;
  line-height: 1.5;
}

.paragraph-28.dos.tres {
  padding-bottom: 30px;
}

.icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.text-block-12 {
  color: #a5a4a5;
}

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

.link-block-5 {
  background-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  color: var(--white);
  border-radius: 10px;
  padding: 12px 18px 11px;
  text-decoration: none;
}

.bold-text-2 {
  font-weight: 400;
}

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

.content-autoridad {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image2 {
  max-width: 591px;
}

.image-41 {
  border-radius: 4px;
  position: absolute;
  inset: 14% 10% 0% auto;
  box-shadow: 0 6px 20px #00000080;
}

.image-42 {
  max-width: 85%;
  margin-left: 105px;
}

.image-43 {
  border-radius: 4px;
  position: absolute;
  inset: 52% 0% auto 45%;
  box-shadow: 0 6px 20px #00000080;
}

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

.content-citas {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img-citas {
  position: relative;
}

.image-44 {
  z-index: 2;
  position: absolute;
  inset: 21.5% 0% 0%;
}

.image-45 {
  position: absolute;
  inset: 29% auto 0% -7%;
}

.text-span-3 {
  color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
}

.paragraph-29 {
  color: #a5a4a5;
  text-align: center;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 46px;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-30 {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}

.underline {
  background-color: var(--white);
  width: 43%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.underline._110 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .25px;
  display: flex;
}

.resultados-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-bottom: 80px;
  display: grid;
}

.card-circle-uno {
  position: relative;
}

.div-block-26 {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
}

.image-46 {
  width: 185px;
}

.heading-36 {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  inset: 32% 0% 0% -4%;
}

.paragraph-31 {
  font-size: 18px;
  font-weight: 600;
}

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

.paragraph-32 {
  color: #a5a4a5;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.card-barberia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Captura-de-Pantalla-2024-08-13-a-las-8.55.55_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 70px;
  padding-left: 70px;
  display: grid;
}

.content-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.img-card {
  position: relative;
}

.imagenes {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 42px;
  display: flex;
}

.image-47 {
  width: 25px;
}

.heading-37 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 36px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-33 {
  color: #e7e7e7;
  padding-bottom: 42px;
  line-height: 1.4;
}

.image-48 {
  border-radius: 8px;
  width: 400px;
  position: relative;
  top: -45px;
}

.image-49 {
  z-index: 2;
  border-radius: 8px;
  width: 400px;
  position: absolute;
  top: 70px;
  left: 194px;
}

.image-50 {
  border-radius: 8px;
  width: 450px;
  position: absolute;
  top: 230px;
  left: -35px;
}

.image-51 {
  width: 24px;
  position: absolute;
  inset: 15px 0% 0% auto;
}

.image-52 {
  width: 24px;
  position: absolute;
  left: 12px;
}

.image-53 {
  width: 48px;
  position: absolute;
  top: 0;
  right: -2px;
}

.div-block-27 {
  text-align: center;
}

.text-span-4, .text-span-5 {
  color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
}

.code-embed {
  width: 100%;
}

.text-block-13 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.formulario-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.field-label, .field-label-2, .field-label-3 {
  color: #c5c5c5;
  font-weight: 500;
}

.text-field-2 {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  background-color: #ffffff1a;
  border: .5px solid #ffffff40;
  border-radius: 12px;
}

.text-field-3, .text-field-4 {
  color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  background-color: #ffffff1a;
  border: 1px solid #ffffff40;
  border-radius: 12px;
}

.submit-button-2 {
  background-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  border-radius: 10px;
  width: 100%;
  margin-top: 6px;
  padding: 12px 0;
  font-weight: 500;
}

.overlay-2 {
  z-index: 999999999;
  background-color: #5928e5;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-28 {
  overflow: hidden;
}

.title-faq-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.ayuda-card-item-2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px;
  transition: opacity .25s ease-in;
  display: flex;
}

.ayuda-card-item-2:hover {
  border-style: none;
  box-shadow: 0 0 20px 5px #146ef580;
}

.ayuda-card-item-2.x1:hover {
  box-shadow: 0 0 20px 8px #ff6b0033;
}

.ayuda-card-item-2.x4:hover {
  box-shadow: 0 0 20px 5px #00d72280;
}

.ayuda-card-item-2.x3:hover {
  box-shadow: 0 0 20px 5px #5928e580;
}

.image-54 {
  width: 15px;
}

.image-55 {
  width: 50px;
}

.div-block-29 {
  overflow: hidden;
}

.paragraph-34 {
  color: #000;
  font-size: 18px;
}

.heading-38 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 36px;
  font-size: 55.5px;
  line-height: 70px;
}

.heading-39 {
  color: #5928e5;
  text-align: center;
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.menu__item-3 {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.menu__item-3:hover {
  color: #fff;
  border-color: #414141;
  box-shadow: 0 0 20px 1px #ffffff26;
}

.menu__item-3.w--current:hover {
  border-color: #414141;
}

.heading-40 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.1;
}

.last-cta-wrapper-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: #5928e5;
  border: .2px solid #fff6;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 160px;
  transition: all .1s ease-in;
  display: flex;
  box-shadow: 0 2px 20px 8px #5928e580;
}

.last-cta-wrapper-2:hover {
  box-shadow: 0 0 26px #ffd9d966;
}

.paragraph-35 {
  color: #ffffffb3;
}

.paragraph-36 {
  color: #000000b3;
}

.image-56 {
  width: 50px;
}

.text-hero-2 {
  color: #ffffffb3;
  padding-bottom: 26px;
  font-size: 16px;
  font-weight: 500;
}

.nav_logo-2 {
  width: 13rem;
}

.image-57 {
  width: 20px;
  position: relative;
  top: 4px;
  left: 8px;
}

.heading-41 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 50%, #ffffff40);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.button-img-card-caracteri-2 {
  z-index: 2;
  background-color: #171717;
  border: 1px solid #5928e5;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  position: absolute;
  inset: -5% 0% auto;
}

.heading-42 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1.1;
}

.hero-video-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu__item-4 {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: border-color .2s;
  position: relative;
}

.menu__item-4:hover, .menu__item-4.w--current:hover {
  border-color: #414141;
}

.menu__item-4.buttom {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 24px 13px;
  display: flex;
}

.menu__item-4.buttom.w--current {
  padding-top: 12px;
}

.menu__item-4.buttom.nav {
  display: flex;
}

.menu__item-4.buttom.nav.dos {
  display: none;
}

.image-59 {
  height: 40px;
}

.paragraph-37 {
  text-align: center;
  width: 100%;
}

.heading-43, .heading-44 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff, #949494);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.image-60 {
  border-top-left-radius: 6px;
  width: 100%;
}

.div-block-30 {
  overflow: hidden;
}

.image-61 {
  width: 100%;
}

.paragraph-38 {
  color: #ffffffb3;
  line-height: 1.2;
}

.image-62 {
  width: 100%;
}

.text-block-15 {
  font-size: 96px;
  font-weight: 700;
}

.heading-45 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff, #949494);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.text-link-nav-2 {
  color: #e6e6e6;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-span-6 {
  color: #5928e5;
}

.content-faq-wrapper-2 {
  border-bottom: .5px #00000040;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-39 {
  font-size: 22px;
}

.link-4 {
  color: #ffffffb3;
  font-size: 14px;
  text-decoration: none;
}

.link-4:hover {
  color: #fff;
}

.image-64 {
  width: 80px;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-46 {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #000, #b9b9b900);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 46px;
  line-height: 1.1;
}

.text-block-16 {
  color: #fff;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.image-65 {
  border-radius: 50em;
  width: 85px;
  height: 85px;
}

.nav_component-2 {
  z-index: 20;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000;
  border-bottom: .3px solid #ffffff40;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px #5928e54d;
}

.paragraph-40 {
  color: #000000b3;
  text-align: center;
  width: 75%;
  line-height: 1.2;
}

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

.line-black-2 {
  transform-origin: 0%;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0%;
}

.hero-content-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-66 {
  width: 200px;
}

.footer-2 {
  background-color: #000;
  display: block;
}

.paragraph-41 {
  color: #ffffffb3;
  padding-top: 5px;
  font-size: 14px;
}

.div-block-31 {
  overflow: hidden;
}

.text-block-17 {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.text-block-17.dos {
  color: #5928e5;
  text-align: center;
  font-size: 16px;
}

.text-block-17.dos.tres {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.text-block-18 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.hero-grid-2 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 100px;
  transition: all .1s ease-in;
  display: grid;
  position: relative;
}

.mision-flex-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.paragraph-42 {
  color: #000;
  padding: 6px 24px 26px 20px;
  font-size: 16px;
  line-height: 1.2;
}

.garantia-section-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 24px;
  display: grid;
  position: relative;
  left: auto;
  right: auto;
  box-shadow: 0 2px 20px #9993;
}

.heading-47 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 46px;
  line-height: 1.125;
}

.dropdown-2 {
  border-bottom: .5px solid #00000040;
  width: 100%;
}

.image-67 {
  max-width: 18px;
  position: relative;
  top: -2px;
}

.heading-48 {
  color: #fff;
  letter-spacing: 12px;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.1;
}

.paragraph-43 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-44 {
  font-size: 14px;
  line-height: 1.1;
}

.border-img-2 {
  border-top: 2px solid #5928e5;
  border-left: 2px solid #5928e5;
  border-top-left-radius: 6px;
  overflow: hidden;
  box-shadow: 3px 3px 20px 4px #ffffff80;
}

.image-68 {
  position: relative;
  top: 7px;
  left: 1px;
}

.image-69 {
  width: 32px;
  padding-bottom: 6px;
}

.heading-49 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.button-hero-2 {
  background-color: #5928e5;
  border-radius: 8px;
  padding: 16px 24px;
  text-decoration: none;
  display: none;
  box-shadow: 0 4px 24px #5928e5cc;
}

.button-hero-2:hover {
  box-shadow: 0 4px 24px #ffd9d966;
}

.button-hero-2.last-cta {
  background-color: #fff;
  border-radius: 12px;
  display: block;
}

.button-hero-2.last-cta:hover {
  box-shadow: 0 4px 24px #ffd9d933;
}

.button-hero-2.last-cta.dos {
  background-color: #5928e5;
  padding: 6px 12px;
  position: relative;
  top: -44px;
  left: 100px;
}

.button-hero-2.last-cta.dos:hover {
  box-shadow: 0 4px 24px #5928e5cc;
}

.button-hero-2.hero {
  display: flex;
}

.dropdown-toggle-2 {
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.image-71, .image-72 {
  width: 100%;
}

.paragraph-45 {
  color: #ffffffb3;
  max-width: 90%;
  padding-bottom: 30px;
}

.paragraph-45._2 {
  padding-bottom: 45px;
}

.heading-50 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}

.image-73 {
  width: 50px;
}

.paragraph-46 {
  color: #000;
  padding-bottom: 24px;
  line-height: 1.2;
}

.paragraph-46.uno {
  color: #5928e5;
  font-size: 14px;
  font-weight: 600;
}

.image-74 {
  width: 50px;
}

.image-75 {
  position: relative;
  left: -5px;
}

.heading-51 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 4.4rem;
  line-height: 1.1;
}

.paragraph-47 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-48 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}

.div-block-32 {
  overflow: hidden;
}

.grid-form-item-2 {
  background-color: #5928e5cc;
  border-radius: 8px;
  padding: 14px 14px 42px;
  transition: all .15s ease-in;
  position: relative;
}

.grid-form-item-2:hover {
  box-shadow: 0 2px 26px 3px #5928e58c;
}

.paragraph-49 {
  font-size: 18px;
  font-weight: 500;
}

.paragraph-50 {
  color: #fffc;
}

.menu__item-5 {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.menu__item-5:hover {
  color: #fff;
  border-color: #414141;
  box-shadow: 0 0 20px 1px #ffffff26;
}

.menu__item-5.w--current:hover {
  border-color: #414141;
}

.paragraph-51 {
  color: #ffffffb3;
}

.nav_logo-3 {
  width: 13rem;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-4.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-global-4.padding-section-medium.r {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.padding-global-4.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global-4.padding-section-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-global-4.sidebar-2 {
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu__item-6 {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: border-color .2s;
  position: relative;
}

.menu__item-6:hover, .menu__item-6.w--current:hover {
  border-color: #414141;
}

.menu__item-6.buttom {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 24px 13px;
  display: flex;
}

.menu__item-6.buttom.w--current {
  padding-top: 12px;
}

.menu__item-6.buttom.nav {
  display: flex;
}

.menu__item-6.buttom.nav.dos {
  display: none;
}

.paragraph-52 {
  color: #fffc;
}

.heading-52 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 42px;
  font-size: 54px;
  line-height: 70px;
}

.heading-53 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.link-5 {
  color: #ffffffb3;
  font-size: 14px;
  text-decoration: none;
}

.link-5:hover {
  color: #fff;
}

.heading-54 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 6rem;
  font-size: 50px;
  line-height: 1.4;
}

.image-77 {
  width: 80px;
}

.padding-global-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav_component-3 {
  z-index: 20;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000;
  border-bottom: .3px solid #ffffff40;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px #5928e54d;
}

.line-black-3 {
  transform-origin: 0%;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0%;
}

.image-78 {
  width: 200px;
}

.footer-3 {
  background-color: #000;
  display: block;
}

.text-block-19 {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.image-79 {
  width: 85px;
}

.paragraph-53 {
  color: #5928e5;
  font-size: 16px;
  font-weight: 600;
  display: none;
  position: absolute;
}

.hea-form-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-20 {
  color: #fffc;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.image-81 {
  max-width: 18px;
  position: relative;
  top: -2px;
}

.form-wrapper-2 {
  z-index: 1000;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 80svh;
  display: grid;
}

.image-82 {
  width: 32px;
  padding-bottom: 6px;
}

.image-83 {
  width: 65px;
}

.paragraph-54 {
  color: #ffffffb3;
  padding-bottom: 58px;
  line-height: 1.5;
}

.link-block-6 {
  background-color: #5928e5;
  border-radius: 50px;
  margin-bottom: 3rem;
  padding: 18px 30px;
  text-decoration: none;
}

.link-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-image: linear-gradient(55deg, #fff, #5925e5 35%);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
}

.link-block-7:hover {
  background-image: linear-gradient(55deg, #fff, #5925e5 35%);
  box-shadow: 0 2px 26px 2px #5928e5;
}

.section-form-2 {
  height: 100svh;
}

.image-84 {
  width: 50px;
}

.div-block-33 {
  overflow: hidden;
}

.menu__item-7 {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.menu__item-7:hover {
  color: #fff;
  border-color: #414141;
  box-shadow: 0 0 20px 1px #ffffff26;
}

.menu__item-7.w--current:hover {
  border-color: #414141;
}

.paragraph-55 {
  color: #ffffffb3;
}

.nav_logo-4 {
  width: 13rem;
}

.menu__item-8 {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: border-color .2s;
  position: relative;
}

.menu__item-8:hover, .menu__item-8.w--current:hover {
  border-color: #414141;
}

.menu__item-8.buttom {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 24px 13px;
  display: flex;
}

.menu__item-8.buttom.w--current {
  padding-top: 12px;
}

.menu__item-8.buttom.nav {
  display: flex;
}

.menu__item-8.buttom.nav.dos {
  display: none;
}

.link-6 {
  color: #ffffffb3;
  font-size: 14px;
  text-decoration: none;
}

.link-6:hover {
  color: #fff;
}

.image-86 {
  width: 80px;
}

.heading-55 {
  color: #fff;
  text-align: center;
  font-size: 55px;
  line-height: 1.1;
}

.padding-global-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.paragraph-56 {
  color: #ffffffb3;
  margin-bottom: 0;
}

.paragraph-56.dos {
  padding-top: 16px;
}

.nav_component-4 {
  z-index: 20;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000;
  border-bottom: .3px solid #ffffff40;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px #5928e54d;
}

.image-87 {
  width: 200px;
}

.footer-4 {
  background-color: #000;
  display: block;
}

.paragraph-57 {
  color: #ffffffb3;
}

.heading-56 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}

.div-block-36 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.image-88 {
  max-width: 18px;
  position: relative;
  top: -2px;
}

.image-89 {
  width: 32px;
  padding-bottom: 6px;
}

.link-7 {
  color: #fff;
}

.image-90 {
  width: 50px;
}

.div-block-37 {
  overflow: hidden;
}

.paragraph-58 {
  color: #ffffffb3;
}

.menu__item-9 {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.menu__item-9:hover {
  color: #fff;
  border-color: #414141;
  box-shadow: 0 0 20px 1px #ffffff26;
}

.menu__item-9.w--current:hover {
  border-color: #414141;
}

.paragraph-59 {
  color: #ffffffb3;
}

.nav_logo-5 {
  width: 13rem;
}

.heading-57 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}

.menu__item-10 {
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: border-color .2s;
  position: relative;
}

.menu__item-10:hover, .menu__item-10.w--current:hover {
  border-color: #414141;
}

.menu__item-10.buttom {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 24px 13px;
  display: flex;
}

.menu__item-10.buttom.w--current {
  padding-top: 12px;
}

.menu__item-10.buttom.nav {
  display: flex;
}

.menu__item-10.buttom.nav.dos {
  display: none;
}

.link-8 {
  color: #ffffffb3;
  font-size: 14px;
  text-decoration: none;
}

.link-8:hover {
  color: #fff;
}

.image-92 {
  width: 80px;
}

.padding-global-7 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-58 {
  text-align: center;
  font-size: 55px;
  line-height: 1.1;
}

.image-93 {
  width: 200px;
}

.image-94 {
  max-width: 18px;
  position: relative;
  top: -2px;
}

.image-95 {
  width: 32px;
  padding-bottom: 6px;
}

.image-96 {
  width: 50px;
}

.landing-page {
  display: none;
}

.l-flex-height {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.l-flex-height.dos {
  padding-top: 0;
}

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

.header-content {
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.l-button-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 6px;
  display: flex;
}

.l-button-rojo {
  background-color: #48bf40;
  border-radius: 999px;
  width: 12px;
  height: 12px;
}

.paragraph-60 {
  color: var(--black);
  font-weight: 500;
}

.div-block-38 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f5f5f7;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 5px 8px 5px 6px;
  display: flex;
}

.l-main-info {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: var(--white);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 66px 0 24px;
  display: flex;
  position: relative;
}

.foto {
  background-color: var(--white);
  border-radius: 999px;
  width: 120px;
  height: 120px;
}

.div-block-39 {
  position: absolute;
}

.image-97 {
  border-radius: 999px;
  height: 120px;
}

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

.paragraph-61 {
  color: var(--black);
}

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

.bold-text-3 {
  font-weight: 500;
  display: block;
}

.container-rrss {
  background-color: #f5f5f7;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  padding: 8px 4px 6px;
}

.bold-text-4 {
  color: var(--black);
  font-weight: 500;
}

.div-block-42 {
  max-width: 423px;
}

.paragraph-62 {
  color: #000;
  text-align: center;
  line-height: 23px;
}

.l-content {
  background-color: var(--white);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
  padding-bottom: 16px;
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #66f;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-63 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-44 {
  padding-left: 24px;
  padding-right: 16px;
}

.link-block-8 {
  background-color: #66f;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
}

.heading-59 {
  font-size: 22px;
  font-weight: 500;
}

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

.link-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f7;
  border: 1px solid #efeff2;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: flex;
}

.div-block-47 {
  padding: 8px;
}

.image-98 {
  border-radius: 12px;
  width: 64px;
  height: 64px;
}

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

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

.paragraph-64 {
  color: #71717a;
  width: 67%;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.paragraph-64.dos {
  width: 78%;
}

.heading-60 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

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

.icon-3, .icon-4 {
  font-size: 23px;
}

.slide-nav {
  background-color: #66666640;
  border-radius: 50px;
  width: 20%;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 0;
}

.mask, .slider {
  border-radius: 16px;
}

.slide {
  background-image: url('../images/Captura-de-pantalla-2024-09-06-225915.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Captura-de-pantalla-2024-09-07-a-las-9.52.22.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dropdown-3 {
  border-bottom: 1px solid #dadada;
  width: 100%;
}

.dropdown-toggle-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 #dadada;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: inline-flex;
}

.image-99 {
  width: 22px;
}

.dropdown-list-2 {
  background-color: #fff;
  width: 25%;
  padding: 0 20px 10px 40px;
  display: none;
  position: absolute;
}

.dropdown-link {
  color: #4f4f4f;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.paragraph-65 {
  color: #4f4f4f;
  line-height: 24px;
}

.div-block-51 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link-9 {
  color: #8b8b8b;
  text-decoration: none;
}

.image-100 {
  position: relative;
  bottom: -2px;
  right: -1px;
}

.image-100.d {
  bottom: 5px;
  right: 0;
}

.image-101, .image-102 {
  position: relative;
  left: 5px;
}

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

.sidebar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 50%;
  padding: 12px;
  display: flex;
}

.services-wrapper {
  background-color: #fff;
}

.services-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.item-wrapper {
  border-radius: 12px;
  margin: 2.5px;
}

.link-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f7;
  border: 1px solid #efeff2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  text-decoration: none;
  display: flex;
}

.image-103 {
  width: 64px;
  height: 64px;
}

.text-block-21 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-67 {
  color: #71717a;
  font-size: 14px;
}

.div-block-52 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #71717a;
  flex-flow: column;
  display: flex;
}

.heading-62 {
  color: #1a1a1a;
  padding-left: 2.5px;
  font-size: 18px;
  font-weight: 500;
}

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

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

.image-104 {
  width: 100%;
}

.dropdown-4 {
  border-bottom: 1px solid #c2c2c2;
  width: 100%;
}

.faq-icon-1 {
  background-color: #000;
  width: 20px;
  height: 2px;
}

.faq-icon-2 {
  background-color: #000;
  width: 20px;
  height: 2px;
  transform: translate(0, -2px)rotate(90deg);
}

.dropdown-toggle-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: inline-flex;
}

.dropdown-list-3 {
  display: none;
  position: static;
}

.text-span-7 {
  font-weight: 700;
}

.slide-5 {
  background-image: url('../images/Captura-de-pantalla-2024-09-09-123200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 618px;
}

.bold-text-5 {
  font-weight: 400;
}

.div-block-58 {
  display: block;
}

.home-two-testimonial {
  height: 250vh;
  display: none;
  position: relative;
  overflow: visible;
}

.home-two-testimonial-main {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 100px;
  padding-top: 150px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-two-testimonial-backdrop {
  background-image: linear-gradient(#161724, #16172452 0%, #16172400 85%);
  border-bottom: 1px #444872;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  position: absolute;
  top: 0;
}

.home-two-testimonial-heading {
  z-index: 2;
  color: #242532;
  text-transform: uppercase;
  font-family: Bebas Neue;
  font-size: 265px;
  font-weight: 500;
  position: relative;
}

.home-two-testimonial-container {
  z-index: 5;
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1022px;
  padding: 90px 15px;
  display: flex;
  position: absolute;
  top: 0;
}

.home-two-testimonial-row-one {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.home-two-testimonial-cards {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0f101399;
  border-radius: 30px;
  max-width: 410px;
  padding: 40px 34px 30px;
  box-shadow: 0 5px 20px 1px #000;
}

.div-block-59 {
  margin-bottom: 25px;
}

.heading-five {
  color: var(--white);
  font-family: Bebas Neue;
  font-size: 22px;
  line-height: 1.06;
}

.home-two-testimonial-card-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.border-radius-ten {
  object-fit: cover;
  border-radius: 10px;
  width: 70px;
  height: 70px;
}

.paragraph-69 {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  line-height: 24px;
}

.footer-section-2 {
  background-color: var(--black);
  margin-top: 100px;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.home-two-testimonial-row-two {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.padding-global._7 {
  padding-left: 7%;
  padding-right: 7%;
}

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

.padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-component-2 {
  background-color: var(--white);
  border-radius: 12px;
  padding: 26px 40px;
}

.cta-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.location-text {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5em;
}

.location-text.dos {
  color: var(--white);
}

.location-text.tres {
  font-size: 1rem;
  line-height: 1.3em;
}

.footer-cta-container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 26px;
  display: flex;
}

.cta-small-text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.align-center {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: .5em;
  font-size: 4.5rem;
  line-height: 1;
}

.button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 148px;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.button {
  z-index: 10;
  background-color: var(--white);
  color: var(--black);
  text-transform: capitalize;
  border: 1px solid #0000000a;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: relative;
}

.button-border-effect {
  z-index: 1;
  background-image: linear-gradient(#000, #d43fc5 50%, #b264f31a);
  width: 50%;
  height: 900%;
  position: absolute;
}

.footer-link-wrap-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: grid;
}

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

.text-block-27 {
  font-weight: 500;
}

.image-107 {
  width: 20px;
}

.image-107.d {
  width: 23px;
}

.c-navbar {
  background-color: #232323;
  border-bottom: 1px solid #ffffff14;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.c-navbar.tattoo {
  background-color: #fff0;
  border-bottom-color: #ffffff40;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-2 {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 -6px 20px #0000001a;
}

.container {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container.padding-144px {
  width: 100%;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.image-108 {
  width: 150px;
}

.menu-button {
  display: none;
}

.hero-section {
  z-index: 0;
  background-color: var(--white);
  height: 300vh;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.hero-item {
  position: sticky;
  top: 150px;
}

.hero-title-wrap {
  z-index: 0;
  position: relative;
}

.c-container {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-content-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4em;
  position: sticky;
  top: 60px;
}

.hero-content {
  color: var(--primary--black\<deleted\|variable-97df34a8-36db-7802-ab72-28297e33c5e7\>);
  text-align: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: 600;
}

.heading-64 {
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 90px;
  font-family: Montserrat, sans-serif;
  font-size: 6.45vw;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-8 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 800;
}

.grid-hero-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.hero-avatar-item {
  display: none;
}

.text-block-28 {
  font-weight: 500;
}

.avatar-image {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-left: -40px;
  box-shadow: 0 2px 5px #0000001a;
}

.avatar-image.left {
  margin-left: 0;
  box-shadow: 0 2px 5px #0000001a;
}

.project-image-one-wrap {
  object-fit: cover;
  width: 200px;
  height: 250px;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: 120px auto auto 260px;
}

.project-image-one {
  object-fit: cover;
  width: 200px;
  height: 250px;
  transform: rotate(-15deg);
}

.project-image-two-wrap {
  object-fit: cover;
  width: 250px;
  height: 300px;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: 80px 150px auto auto;
}

.project-image-two {
  object-fit: cover;
  width: 200px;
  height: 250px;
  transform: rotate(15deg);
}

.project-image-three-wrap {
  z-index: -1;
  filter: blur(20px);
  object-fit: cover;
  width: 200px;
  height: 250px;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: 330px 420px auto auto;
}

.project-image-three {
  object-fit: cover;
  width: 200px;
  height: 250px;
  transform: rotate(15deg);
}

.project-image-four-wrap {
  object-fit: cover;
  width: 300px;
  height: 450px;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 32%;
  left: 4%;
}

.project-image-four {
  object-fit: cover;
  width: 300px;
  height: 450px;
  transform: rotate(-15deg);
}

.project-image-five-wrap {
  object-fit: cover;
  width: 400px;
  height: 500px;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 380px;
}

.project-image-five {
  object-fit: cover;
  width: 400px;
  height: 500px;
  transform: rotate(15deg);
}

.image-109 {
  width: 145px;
}

.background-glow-light {
  z-index: 0;
  background-color: #050505;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
}

.vision-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vision-text {
  position: relative;
}

.vision-description {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 64px;
}

.text-overlay {
  z-index: 3;
  background-color: #050505a6;
  width: 0%;
  min-height: 64px;
  position: absolute;
  inset: 0% 0 auto auto;
}

.text-overlay.row-02 {
  top: 64px;
}

.text-overlay.row-03 {
  top: 128px;
}

.text-overlay.row-04 {
  top: 192px;
}

.text-overlay.dos {
  min-height: 26px;
}

.text-overlay.tres {
  min-height: 26px;
  top: 48%;
}

.text-overlay.row02 {
  top: 64px;
}

.text-overlay.row03 {
  top: 128px;
}

.vision-text-wrapper.slide-from-right-animation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-top: 8px;
  display: flex;
}

.text-block-29 {
  color: var(--white);
  font-size: 14px;
}

.title-vision {
  padding-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.paragraph-70 {
  max-width: 480px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.feature-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.feature-line-holder {
  position: relative;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.grid-feature-content {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.wrap-v-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.sub-heading-regular {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-accent-line {
  background-color: #b264f3;
  background-image: linear-gradient(#fe4d58 17%, #d43fc5 47%, #b264f3);
  border-radius: 12px;
  width: 3px;
  height: 28px;
  position: absolute;
  inset: 120px auto 0% 0%;
}

.section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.badge {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(45deg, #fe4d58 17%, #d43fc5 46%, #b264f3);
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.icon-wrap {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.vertical-divider {
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.feature-tile-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

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

.text-block-30 {
  color: var(--primary--grey);
  font-weight: 500;
}

.section-photo {
  width: 100%;
}

.image-parallax-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-wrapper-parallax.slide-up-animation {
  min-height: 480px;
  max-height: 480px;
  position: relative;
  overflow: hidden;
}

.image-parallax {
  object-fit: cover;
  width: 100%;
  position: relative;
  top: -64px;
}

.trigger {
  min-height: 112px;
  position: absolute;
  inset: 100% 0% 0%;
}

.wrapper-overflow {
  display: none;
  overflow: visible;
}

.c-section {
  z-index: 1;
  height: 150vh;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.insights-section {
  width: 100%;
  overflow: hidden;
}

.insights-panel {
  z-index: 2;
  width: 100%;
  padding-bottom: 20vh;
  position: relative;
}

.section-info-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-65 {
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 4vw;
  font-weight: 600;
}

.blog-wrapper {
  z-index: 3;
  margin-top: 22em;
}

.blog-grid {
  z-index: 2;
  grid-column-gap: 7.75em;
  grid-row-gap: 80vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.blog-item {
  border-radius: 4px;
  width: 100%;
  height: auto;
  position: relative;
}

.blog-item.dos {
  border-radius: 0;
  top: 235%;
}

.blog-item-link-wrapper {
  width: 100%;
  box-shadow: 0 7px 30px -20px #ce68de29;
}

.blog-item-link {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  transition: all .2s ease-in;
  display: flex;
  overflow: visible;
}

.blog-item-link:hover {
  box-shadow: 0 6px 30px 1px #0000001a;
}

.blog-item-image-holder {
  z-index: -2;
  pointer-events: none;
  height: auto;
  position: absolute;
  inset: -50% -10%;
  overflow: hidden;
}

.blog-item-image {
  opacity: 0;
  pointer-events: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-item-conte-parent {
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0f101399;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-item-content {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2em 2.5em 2.5em;
  display: flex;
}

.blog-item-title {
  z-index: 10;
  color: var(--white);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

.insights-section-image-parent {
  position: absolute;
  inset: 0%;
}

.insights-section-image-holder {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.insights-section-image {
  filter: blur(2px);
  object-fit: contain;
  object-position: 50% 50%;
  width: 40%;
  height: 40%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 10% 0% 0%;
}

.insights-section-bg {
  pointer-events: none;
  background-image: linear-gradient(#000 15%, #ffffff1a 55%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-services {
  z-index: 0;
  background-color: #050505;
  height: 200vh;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}

.hero-services {
  position: sticky;
  top: 400px;
}

.text-span-9 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fe4d58 17%, #d43fc5 46%, #b264f3);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.section-mac {
  height: 200vh;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.hero-section-mac-holder {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-section-mac-container {
  z-index: 2;
  perspective: 1500px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 100px;
}

.hero-section-mac {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
  overflow: visible;
}

.mac-image {
  z-index: 2;
  width: 100%;
  position: relative;
}

.sticky-mac {
  position: sticky;
  top: 200px;
}

.section-type-zoom-in {
  background-color: var(--white);
  width: 100%;
  height: 300svh;
}

.type-zoom-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.type-zoom-sticky-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.type-zoom-text {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

.text-block-32 {
  font-size: 1000vw;
  font-weight: 700;
}

.type-zoom-text-wrapper {
  font-size: 16px;
  transform: translate(-254vw, 438vw);
}

.section-typo-zoom-in {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 300vh;
  margin-bottom: -2px;
}

.typo-zoom-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo-zoom-sticky-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 50vw;
}

.typo-zoom-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.typo-zoom-text-image {
  width: 100%;
}

.haz-scroll {
  padding-top: 100px;
}

.div-block-60 {
  height: 50vh;
}

.section-valores {
  padding-top: 6px;
}

.column-2xlarge {
  width: 100%;
  max-width: 959px;
  margin-bottom: 80px;
}

.heading-66 {
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.1;
}

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

.perks-item {
  border: 1px solid #ffffff1a;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.perks-icon {
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
}

.heading-67 {
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-71 {
  font-weight: 300;
  line-height: 1.2;
}

.text-span-10 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fe4d58 17%, #d43fc5 46%, #b264f3);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-division {
  position: relative;
}

.webflow-section {
  z-index: 1;
  position: relative;
}

.div-block-61 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #e8e8ff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.div-block-61.dos {
  padding: 14px 56px;
}

.image-111 {
  object-fit: contain;
  width: 28px;
  height: 25px;
}

.instagram-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.instagram-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
}

.instagram-main-wrap._1 {
  z-index: 6;
  perspective: 110vh;
  width: 100%;
  height: 100%;
  position: relative;
}

.instagram-main-wrap._2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
}

.instagram-main-wrap._3 {
  z-index: 5;
  perspective: 110vh;
  width: 100%;
  height: 100%;
  position: relative;
}

.instagram-main-wrap._4 {
  z-index: 3;
  perspective: 110vh;
  width: 100%;
  height: 100%;
  position: relative;
}

.instagram-main-wrap._5 {
  z-index: 2;
  perspective: 110vh;
  width: 100%;
  height: 100%;
  position: relative;
}

.instagram-image-wrap._1 {
  z-index: 6;
  width: 100%;
  height: 50vh;
  position: relative;
  top: 50%;
  left: 100%;
  overflow: hidden;
}

.instagram-image-wrap._2 {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
  transform: translate(0)rotate(-26deg)scale(2);
}

.instagram-image-wrap._3 {
  transform-style: preserve-3d;
  width: 100%;
  height: 50vh;
  position: relative;
  top: 50%;
  right: 100%;
  overflow: hidden;
  transform: translate(100%, -50%)rotateX(-10deg)rotateY(-10deg)rotateZ(0);
}

.instagram-image-wrap._4 {
  transform-style: preserve-3d;
  width: 100%;
  height: 50vh;
  position: relative;
  bottom: 50%;
  left: 100%;
  overflow: hidden;
  transform: translate(-100%, 50%)rotateX(10deg)rotateY(10deg)rotateZ(0);
}

.instagram-image-wrap._5 {
  transform-style: preserve-3d;
  width: 100%;
  height: 50vh;
  position: relative;
  bottom: 50%;
  right: 100%;
  overflow: hidden;
  transform: translate(100%, 50%)rotateX(10deg)rotateY(-10deg)rotateZ(0);
}

.instagram-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.instagram-link-wrap {
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  margin-top: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.instagram-link {
  mix-blend-mode: difference;
  width: 100%;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.hero-text-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 22vw;
  display: flex;
  position: relative;
}

.instagram-bottom-gradient {
  z-index: 10;
  pointer-events: none;
  background-image: linear-gradient(0deg, #0f1013, #0f101300);
  width: 100%;
  height: 20vh;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-68 {
  font-size: 16px;
  font-weight: 500;
}

.section-track {
  background-color: var(--white);
  height: 200vh;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.text {
  flex: none;
  width: 200vw;
  max-width: none;
  margin-left: 2vw;
  margin-right: 2vw;
}

.youtube {
  max-width: 500px;
  max-height: 32px;
  position: absolute;
}

.image-112 {
  object-fit: cover;
  width: 622px;
  max-height: 340px;
  position: absolute;
}

.image-text {
  background-image: linear-gradient(90deg, var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>) 17%, var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>) 46%, var(--primary--grey));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
}

.image-text._1 {
  background-image: linear-gradient(90deg, #fe4d58 17%, var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>) 46%, var(--primary--grey));
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 28px;
  font-weight: 700;
  bottom: 15vh;
  left: 15vw;
}

.image-text._2 {
  font-size: 28px;
  font-weight: 700;
  top: 25vh;
  left: 75vw;
}

.image-text._3 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  bottom: 5vh;
  left: 135vw;
}

.image-text._4 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  top: 10vh;
  left: 165vw;
}

.image-text._5 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #000 17%, #8a8a8a 54%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 28px;
  font-weight: 700;
}

.image-text._6, .image-text._7, .image-text._8, .image-text._9, .image-text._10 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}

.track {
  background-color: var(--white);
  height: 200vw;
}

.camera1 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.text1 {
  flex: none;
  width: 200vw;
  max-width: none;
  margin-left: 3vw;
  margin-right: 3vw;
  position: relative;
  top: -22px;
  overflow: visible;
}

.div-block-62 {
  height: 100vh;
}

.section-gallery-section {
  z-index: 2;
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.gallery {
  justify-content: center;
  align-items: center;
  width: 128vw;
  margin-left: -14vw;
  padding: 60px 4vw;
  display: flex;
}

.gallery-link {
  flex: 1;
  margin-left: 1.2vw;
  margin-right: 1.2vw;
  box-shadow: 0 12px 36px #ffffff05;
}

.gallery-image {
  width: 100%;
}

.gallery-image._2 {
  object-fit: cover;
  object-position: 50% 50%;
  height: 300px;
}

.gallery-image._2.center {
  object-fit: cover;
  object-position: 31% 50%;
}

.testimonial-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding: 24px;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 20px -10px #0003;
}

.testimonial-card._1 {
  top: 10vh;
  left: 40vw;
}

.testimonial-card._2 {
  bottom: 10vh;
  left: 15vw;
}

.testimonial-card._3 {
  bottom: 15vh;
  left: 68vw;
}

.testimonial-card._4 {
  top: 15vh;
  left: 88vw;
}

.testimonial-card._5 {
  bottom: 6vh;
  left: 114vw;
}

.testimonial-card._6 {
  top: 8vh;
  left: 133vw;
}

.testimonial-card._7 {
  bottom: 11.5vh;
  left: 165vw;
}

.paragraph-72 {
  color: var(--black);
  line-height: 1.3;
}

.text-block-33 {
  font-size: 18px;
  font-weight: 500;
}

.section-cta {
  background-color: var(--white);
  cursor: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  margin-bottom: 0;
  padding: 80px 5%;
  display: flex;
  position: relative;
}

.container-cta {
  z-index: 1;
  text-align: center;
  flex: 1;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.max-w-width-cta {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.top-text {
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #38383880;
  border-radius: 40px;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.heading-69 {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 78px;
  line-height: 1.2;
}

.text-span-11 {
  color: var(--black);
  text-shadow: 0 -1px 0 var(--white), 1px 0 0 var(--white), 0 1px 0 var(--white), -1px 0 0 var(--white);
}

.project-circle {
  z-index: 10;
  background-color: var(--black);
  cursor: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.image-113 {
  width: 32px;
  margin-top: 10px;
  transform: rotate(135deg);
}

.image-114 {
  width: 40px;
}

.gran-eltter-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-34 {
  color: #fff;
  white-space: nowrap;
  font-size: 150px;
  font-weight: 600;
  line-height: 1.3;
}

.text-block-34.outline-white {
  color: var(--black);
  text-transform: uppercase;
  text-shadow: -1px 0 0 var(--white), 0 1px 0 var(--white), 0 -1px 0 var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>), 1px 0 0 var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  white-space: nowrap;
}

.who-description-wrapper {
  position: relative;
}

.clock-label {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.clock-number {
  color: var(--white);
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.icon-7 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-3 {
  border-radius: 12px;
}

.text-field-5 {
  color: #000;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 12px;
  margin-bottom: 0;
}

.form-3 {
  width: 25%;
  margin-top: 30px;
}

.success-message-2 {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 4px;
}

.form-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.text-block-35 {
  color: #696969;
}

.page-title {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.wrapper {
  z-index: 99;
  background-image: linear-gradient(135deg, #5eedcb 25%, #0062ff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.wrapper.dos {
  z-index: 9999999;
  background-image: linear-gradient(227deg, #fff, var(--primary--blue\<deleted\|variable-91bc5738-d004-2c77-21f3-932e6034b199\>));
  position: fixed;
  inset: 0%;
}

.section-main-white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding: 120px 5%;
  display: flex;
  position: relative;
}

.container-main {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-main.negative {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

.heading-70 {
  color: var(--black);
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  line-height: 1.3;
}

.circle-button {
  z-index: 5;
  background-color: var(--black);
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  transition: all .3s ease-in;
  display: flex;
  position: absolute;
}

.circle-button:hover {
  transform: scale(1.1)rotate(-30deg);
}

.text-block-36 {
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.section-main.less-padding {
  padding-top: 120px;
  padding-bottom: 60px;
  display: block;
}

.max-w-width {
  padding-bottom: 2rem;
}

.heading-71 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
}

.italic-text {
  font-weight: 200;
}

.margin-80px {
  margin-top: 90px;
}

.project-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto auto;
}

.link-block-item {
  max-width: 500px;
  max-height: 450px;
  text-decoration: none;
}

.photo-animation {
  justify-content: center;
  align-items: center;
  width: 117%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-wrapper {
  z-index: 4;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 15px;
  display: flex;
  position: absolute;
}

.project-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.project-category {
  color: #ffffffb3;
  margin-bottom: 10px;
  line-height: 1.3;
}

.photo {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.absolute-background {
  opacity: .45;
  background-color: #171717;
  position: absolute;
  inset: 0%;
}

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

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

.collection-list-wrapper {
  width: 100%;
}

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

.collection-item {
  width: 100%;
  height: 100%;
}

.work-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.work-image-thumbnail._4-3 {
  aspect-ratio: 4 / 3;
  border-radius: .5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.view-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-text-overflow-hide {
  overflow: hidden;
}

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

.see-more-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fdfdfd3d;
  border-radius: 80px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  overflow: hidden;
}

.small-text {
  color: #dfdfdf;
  font-size: .9rem;
  line-height: 1.5;
}

.small-text.neutral-darker {
  color: #666;
}

.small-text.neutral-darker.dos {
  color: var(--primary--black\<deleted\|variable-97df34a8-36db-7802-ab72-28297e33c5e7\>);
  font-size: 1rem;
}

.small-text.black {
  color: #0c0c0c;
}

.small-text.gris {
  color: #666;
}

.small-text.neutral {
  color: var(--primary--gris);
  font-size: .85rem;
}

.work-item-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.medium-text {
  color: var(--black);
  font-family: Inter Tight;
  font-size: .95rem;
  line-height: 1.6;
}

.medium-text.neutral-light {
  color: var(--black);
  letter-spacing: 2px;
  font-size: .8rem;
  line-height: 1.5;
  text-decoration: none;
}

.link-image {
  opacity: 1;
  filter: brightness();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main {
  z-index: 5;
  position: relative;
}

.home-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  max-height: 100svh;
  padding: 18em 2rem 10vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.body-5 {
  cursor: auto;
  background-color: #f3f6fc;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 1.3;
}

.nav-bar {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.small-logo {
  width: 8.7rem;
}

.nav-desktop-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link-desktop {
  z-index: 999;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-desktop.w--current {
  z-index: 999999;
  cursor: pointer;
}

.nav-text-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.nav-text {
  color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  text-decoration: none;
  display: flex;
}

.button-menu {
  z-index: 9999;
  cursor: pointer;
  height: 1rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.button-menu-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.mobile-menu-text {
  color: #222;
}

.mobile-nav-content {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #e5e3d9;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100dvh;
  padding: .75rem 1rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-mobile-item {
  overflow: hidden;
}

.mobile-link {
  color: #0f0f0f;
  font-size: 2.5rem;
  text-decoration: none;
}

.mobile-contact-info-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.mobile-contact-info-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.mobile-mail-link {
  color: var(--black);
  line-height: 1.5;
  text-decoration: none;
}

.home-hero-layout-titles {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.home-hero-titles {
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-heading {
  color: var(--primary--black\<deleted\|variable-97df34a8-36db-7802-ab72-28297e33c5e7\>);
  text-transform: uppercase;
  font-family: Inter Tight;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1.1em;
}

.home-hero-layout-content {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-hero-content-wrapper {
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
  overflow: hidden;
}

.home-hero-slider-timeline {
  width: 100%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-content-block {
  width: 100%;
  max-width: 35em;
}

.paragraph-73 {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
}

.home-hero-button {
  grid-column-gap: 5em;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1em 0;
  text-decoration: none;
  transition: background-color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.home-hero-button:hover {
  background-color: #f7f7f7;
  padding-left: 2em;
  padding-right: 2em;
}

.iconn {
  width: 1em;
  height: 1em;
  transform: rotate(180deg);
}

.home-hero-button-text {
  color: #000;
  font-size: .9rem;
  text-decoration: none;
}

.slider-timeline-block {
  z-index: 1;
  background-color: #e2e2e2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-timeline-color {
  z-index: 3;
  background-color: var(--primary--red);
  opacity: .8;
  position: absolute;
  inset: 0%;
}

.text-span-12 {
  color: var(--primary--red);
  font-style: italic;
  font-weight: 700;
}

.hero-top {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-bottom: 8em;
  display: flex;
}

.hero-section-wrapper {
  position: relative;
}

.spacer-100vh {
  height: 100vh;
  position: relative;
}

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

.cc-container {
  padding: 8rem 2rem;
}

.cc-container._6rem {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.cc-container._4rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cc-container.especial {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.cc-container.especial.dos {
  padding-top: 4rem;
}

.cc-container.cero {
  padding-bottom: 0;
}

.cc-container.cero.ceroo {
  padding-top: 0;
}

.cc-container.footer {
  background-color: var(--primary--gris-bg\<deleted\|variable-cc4b546c-501d-b59f-155f-693441d014af\>);
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.nosotros-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.title-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

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

.title-nosotros {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-nosotros.padding {
  padding-bottom: 3rem;
}

.paragraph-74 {
  color: #181818;
  max-width: 43%;
  line-height: 1.5;
}

.heading-72 {
  color: var(--black);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-72.margin-bottom {
  margin-bottom: 16px;
}

.text-block-37 {
  color: var(--primary--red);
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
}

.card-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
}

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

.divider.dark {
  background-color: #cbcbcb59;
}

.heading-73 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.paragraph-75 {
  color: #181818;
  font-size: .9rem;
  line-height: 1.4;
}

.section-servicios {
  background-color: var(--white);
  display: block;
}

.servicios-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.load-in-screen {
  z-index: 2147483647;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-wrap {
  position: relative;
  overflow: hidden;
}

.image-116 {
  width: 165px;
}

.creative-title {
  padding-bottom: 2rem;
  position: relative;
}

.heading-74 {
  color: var(--primary--red);
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: .8;
  overflow: hidden;
}

.heading-75 {
  color: var(--black);
  letter-spacing: 7px;
  padding-bottom: 0;
  font-size: 66px;
  line-height: 1.5;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--primary--red);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.mask-scroll {
  background-color: #fff;
  width: 0;
  height: 93px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mask-scroll.dos {
  background-color: #fff;
  top: 50%;
}

.anima-hover {
  background-color: var(--primary--red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-38 {
  color: #c9c9c9;
  font-size: 2rem;
}

.services-card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.padding-2rem.paddign {
  padding-bottom: 10rem;
  padding-left: 0;
  padding-right: 0;
}

.services_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding-bottom: 3rem;
  position: relative;
}

.list-item {
  color: #1e1e1e;
  font-size: .875rem;
  list-style-type: none;
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.services_paragraph {
  color: #606060;
}

.ubicacion-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 38%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.align-left {
  background-color: #f3f6fc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 54%;
  height: 24vh;
  display: flex;
}

.text-block-rotate {
  color: #6e7488;
  letter-spacing: 5px;
  font-size: 14px;
  transform: rotate(-90deg);
}

.align-right {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 24vh;
  padding-left: 32px;
  padding-right: 32px;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.align-right:hover {
  width: 120%;
}

.text-block-39 {
  letter-spacing: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.image-117 {
  width: 26px;
  height: 36px;
}

.div-block-64 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-block-40 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
}

.heading-76 {
  color: var(--black);
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

.image-118 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 14%;
  height: 22vh;
  display: none;
  position: absolute;
  inset: -23% 51% 0% auto;
}

.section-home-services {
  position: relative;
}

.padding-vertcial-special-services {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.scroll-wrapper-height {
  background-color: #e6e6e6;
  width: 100%;
  height: 800vh;
  position: relative;
}

.scroll-wrapper-sticky {
  background-color: #ececec;
  position: sticky;
  top: 0;
  overflow: visible;
}

.scroll-inner {
  grid-column-gap: 3vw;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 410vw;
  display: flex;
  position: relative;
}

.scroll-1 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-works-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.home-service-grid-left {
  width: 100%;
}

.image-wrapper-services {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.home-service-wrapper-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.service-grid-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-76 {
  color: #333;
  font-size: .9rem;
}

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

.services-banner-inner, .services-banner-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-square {
  background-color: #272727;
  width: .6rem;
  height: .6rem;
}

.text-meta {
  color: #272727;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 130%;
}

.scroll-2 {
  background-color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-noise {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.scroll-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.scroll-3 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-4 {
  background-color: var(--primary--white\<deleted\|variable-f090f284-54ba-b148-e389-ae27b2f8bfc5\>);
  width: 100vw;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-testimonios {
  background-color: var(--white);
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: none;
}

.wrapperr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.testimonials-text-container {
  position: relative;
}

.testimonials-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonials-column {
  border-right: 1px solid #00000026;
}

.testimonials-el {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 1px solid #00000026;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 40px 30px 25px;
  display: flex;
  overflow: hidden;
}

.testimonials-el.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.testimonials-el-img {
  border-radius: 100%;
  width: 90px;
  height: 90px;
}

.testimonials-el-text-name {
  margin-bottom: 12px;
}

.heading-77 {
  color: var(--primary--black\<deleted\|variable-97df34a8-36db-7802-ab72-28297e33c5e7\>);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}

.testimonials-el-text-title {
  margin-bottom: 26px;
}

.text-p-faded {
  color: #93939e;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.testimonials-el-fulltext {
  margin-top: 14px;
  margin-bottom: 25px;
}

.paragraph-77 {
  color: var(--black);
  font-size: 1.025rem;
  line-height: 1.4;
}

.text-span-13, .text-span-14 {
  font-style: italic;
}

.about-section {
  background-color: var(--white);
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.text-block-41 {
  color: #121212;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 1.5em;
}

.about-content-wrap {
  width: 90%;
  margin-bottom: 100px;
}

.about-content {
  color: #797979;
  font-size: 40px;
  line-height: 1.3em;
}

.section-gris {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.grid-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-2-block {
  grid-row-gap: 1.5em;
  color: var(--black);
  text-transform: uppercase;
  border-top: 1px solid #8e93a526;
  border-bottom: 1px solid #8e93a526;
  border-right: 1px solid #8e93a526;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 28svh;
  padding: 1em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
}

.grid-2-block:hover {
  background-color: #f3f6fc;
  width: 120%;
}

.grid-2-block.last {
  border-right-style: none;
  min-height: 26svh;
}

.text-block-42 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: .8;
}

.text-block-43 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: .9;
}

.text-span-15 {
  color: var(--black);
}

.section-showcase {
  justify-content: center;
  align-items: flex-start;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.div-block-66 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  display: flex;
}

.showcase-left {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.showcase-image {
  width: 25vw;
}

.showcase-center {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1vw;
  margin-right: 1vw;
  display: grid;
}

.showcase-center.dos {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  margin-right: 0;
}

.showcase-right {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-3 {
  z-index: 10;
  background-color: #ddd0;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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

.left-arrow {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .4s ease-in;
  display: flex;
  left: 7%;
}

.left-arrow:hover {
  border-color: #fff;
}

.icon-8 {
  font-size: 1.6rem;
}

.right-arrow {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .4s ease-in;
  display: flex;
  right: 7%;
}

.right-arrow:hover {
  border-color: #fff;
}

.icon-9 {
  font-size: 1.6rem;
}

.image-119 {
  width: 25px;
  transform: rotate(180deg);
}

.image-120 {
  width: 25px;
}

.mask-2 {
  margin-left: auto;
  margin-right: auto;
}

.slide-6 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.wrapper-slider {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-block-44 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.text-block-45 {
  color: var(--white);
  line-height: 1;
}

.image-121 {
  border-radius: 100%;
  width: 61px;
}

.paragraph-78 {
  text-align: center;
  font-size: 1.3rem;
}

.cc-footer {
  position: relative;
}

._12-column-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

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

.margin-bottom {
  margin-bottom: .5rem;
}

.minimal-button {
  text-decoration: none;
  overflow: hidden;
}

.button-content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-fill {
  background-color: var(--primary--gris);
  width: 100%;
  height: 100%;
}

.image-122 {
  width: 188px;
}

.footer-bottom-bar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.footer-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-46 {
  color: var(--primary--gris);
}

.link-11 {
  color: var(--primary--gris-bg\<deleted\|variable-cc4b546c-501d-b59f-155f-693441d014af\>);
  text-decoration: none;
}

.link-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00e676;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.image-123 {
  width: 24px;
}

.text-block-47 {
  color: var(--white);
  letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
}

.image-124 {
  width: 40px;
}

.text-block-48 {
  color: #fff;
  white-space: nowrap;
  font-size: 150px;
  font-weight: 600;
  line-height: 1.3;
}

.text-block-48.outline-white {
  color: #000;
  text-transform: uppercase;
  text-shadow: -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 0 #fff;
  white-space: nowrap;
}

.text-span-16 {
  color: #000;
  text-shadow: 0 -1px #fff, 1px 0 #fff, 0 1px #fff, -1px 0 #fff;
}

.top-text-2 {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #38383880;
  border-radius: 40px;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.heading-78 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 78px;
  line-height: 1.2;
}

.image-125 {
  width: 32px;
  margin-top: 10px;
  transform: rotate(135deg);
}

.c-hero {
  background-color: #232323;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
}

.c-hero.tattoo {
  background-color: #000;
}

.body-6 {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.body-content.animation-left-0-1 {
  display: none;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-brand-logo-wrapper {
  text-decoration: none;
}

.nav-brand-logo {
  width: 195px;
}

.nav-menu {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fe5b25;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in;
}

.nav-link:hover {
  color: #fe5b25b3;
}

.container-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-79 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 97px;
  line-height: 1.2;
}

.heading-79.tattoo {
  font-size: 100px;
}

.paragraph-79 {
  text-align: center;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.4;
}

.link-block-16 {
  border: 1px solid #fff;
  border-radius: 1000%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.image-126 {
  width: 63%;
  transform: rotate(90deg);
}

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

.section-wrapper.sobre-mi {
  padding-top: 40px;
  padding-bottom: 0;
}

.section-wrapper.sobre-mi.last {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.section-wrapper.black {
  background-color: #232323;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-wrapper.black.sin-nada {
  padding-top: 0;
}

.section-wrapper.black._20 {
  padding-bottom: 20px;
}

.section-wrapper.black._20._0 {
  padding-top: 0;
}

.section-wrapper.black._20.tattoo {
  background-color: #000;
}

.div-block-68 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.sobremi-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 28px;
  display: block;
}

.sobremi-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.sobremi-content-wrapper.formu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.heading-80 {
  color: #232323;
  font-size: 42px;
  line-height: 1.2;
}

.heading-80.white {
  color: #fff;
}

.heading-80.tattoo {
  color: #000;
}

.paragraph-80 {
  color: #232323;
  text-align: center;
  max-width: 800px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-80.white {
  color: #fff;
}

.text-block-49 {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.text-block-49.white {
  color: #fff;
}

.text-block-49.white.xxl {
  font-size: 20px;
}

.text-block-49.tsttoo {
  color: #000;
}

.paragraph-81 {
  color: #232323;
  font-size: 16px;
  line-height: 1.5;
}

.section-no-comprar {
  padding-top: 40px;
  padding-bottom: 0;
}

.heading-81 {
  color: #232323;
  text-align: center;
  margin-bottom: 22px;
  font-size: 52px;
  line-height: 1.2;
}

.heading-81.tattoo {
  color: #000;
}

.line {
  background-color: #232323;
  width: 2px;
  height: 30vh;
  margin-left: auto;
  margin-right: auto;
}

.line.white {
  background-color: #fff;
}

.text-span-17 {
  font-weight: 700;
}

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

.image-127 {
  transform: rotate(90deg);
}

.form-block-3 {
  flex-flow: column;
  width: 35vw;
}

.field-label-4, .field-label-5 {
  color: #fff;
}

.form-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.submit-button-4 {
  align-self: center;
  font-weight: 500;
}

.text-field-6 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: 0;
}

.select-field {
  color: #fff;
  background-color: #f3f3f300;
  border: 1px solid #ffffff40;
  margin-bottom: 20px;
}

.footer-bottom {
  background-color: #232323;
  border-top: 1px solid #fff3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom.tattoo {
  background-color: #000;
}

.containerr {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ft-bottom {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.link-12 {
  color: #fcfcfc;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-50, .text-block-51 {
  color: #fff;
}

.fixed-whatsapp {
  z-index: 999;
  width: 100px;
  height: 100px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fixed-whatsapp.dos {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-17 {
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-128 {
  width: 50px;
}

.testimonios-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20vh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonios-item.none {
  display: none;
}

.telefono {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

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

.text-block-52 {
  color: #f0f0f0;
  font-size: 16px;
}

.container-2 {
  background-color: #b1b1b1;
  border-radius: 6px;
  width: 100%;
  max-width: 1105px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 16px;
  box-shadow: 0 4px 20px 2px #0003;
}

.image-129 {
  width: 200px;
}

.body-7 {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-3 {
  background-color: #ddd0;
  position: sticky;
  top: 20px;
}

.div-block-71 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.primera-seccion {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 180px;
  display: block;
}

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

.title-wrapper {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
}

.heading-82 {
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.3;
}

.parrafo-wrapper {
  width: 65%;
  margin-bottom: 36px;
}

.paragraph-82 {
  color: #212529;
  text-align: center;
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 40px;
}

.video-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  display: flex;
}

.segunda-seccion {
  background-color: #f9f9ff;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.porque-vixel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.container-cc {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.line-new {
  background-color: #f703ff;
  width: 25%;
  height: 2.5px;
  margin-bottom: 2em;
}

.heading-83 {
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
}

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

.paragraph-83 {
  color: #212529;
  font-size: 16px;
  line-height: 1.4;
}

.button-llamada {
  color: #fff;
  background-color: #fe5b25;
  border-radius: 5px;
  padding: 10px 26px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s ease-in;
}

.button-llamada:hover {
  background-color: #fe5b25d9;
}

.text-block-53 {
  font-size: 26px;
  line-height: 1.1;
}

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

.title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-regular-2 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-2.text-color-gray-600 {
  color: #525f75;
  text-align: left;
}

.h2-heading {
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 600;
  line-height: 70px;
}

.text-color-orange {
  color: #fe5b25;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.feature-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.paragraph-large-bg.text-weight-bold {
  font-weight: 700;
}

.feature-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

.container-large-3.rectangular {
  background-image: linear-gradient(0deg, #f8f9ff, #dee7ff), url('../images/image-fondo.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #e5e7eb40;
  border-radius: 8px;
  max-width: 1350px;
  padding: 110px 36px;
}

.feature-card-grid-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: .5px solid #d5d9e2;
  border-radius: 16px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #23272e14;
}

.feature-card-grid-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.section-small {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.h2-heading-2 {
  color: #333;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.h2-heading-2.dos {
  font-size: 44px;
}

.process-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #d6d3d1;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.process-card.dos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-style: none;
  border-radius: 0;
}

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

.button-ghost-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1f1e1e;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-ghost-large:hover {
  background-color: #f6f5f3;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.text-color-gray-950 {
  color: #1f1e1e;
}

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

.title-grid {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 54px;
  display: flex;
}

.title-grid.small {
  width: 100%;
  margin-bottom: 44px;
}

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

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-color-gray-950 {
  color: #757693;
}

.section-small-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-small-2.f {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-small-2.none {
  display: none;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.process-number-wrapper {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

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

.grid-two-column.none {
  display: none;
}

.button-outline {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #393837;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #bfbcba;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-outline:hover {
  background-color: #f6f5f3;
}

.button-primary-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #1f1e1e;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

.title-button-group {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: wrap-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.h6-heading {
  color: #333;
  text-align: center;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.image-130 {
  object-fit: cover;
  width: 100%;
  height: 23vh;
}

.heading-84 {
  color: #101322;
  text-align: center;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 1.2;
}

.text-block-54 {
  color: #757693;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
}

.slide-7 {
  background-color: #fff0;
}

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

.mask-3 {
  background-color: #0000;
  width: 100%;
  height: 40vh;
}

.slider-4 {
  background-color: #ddd0;
}

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

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

.preguntas-frecuentes {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-section-two {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 140px;
}

.container-default {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hero-two-wrapper {
  width: 100%;
  height: 100%;
}

.service-section-two {
  background-color: #1c3f3a12;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.service-header-block {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
  display: flex;
  overflow: hidden;
}

.section-subtitle-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.section-subtitle-line {
  background-color: #ff813a;
  width: 50px;
  height: 1px;
}

.subtitle-text {
  color: #ff813a;
  text-transform: none;
  font-size: 18px;
  line-height: 1.5;
}

.section-title {
  color: #1f1f1f;
  text-align: left;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.5;
}

.section-title.center {
  text-align: center;
}

.text-animation-block {
  overflow: hidden;
}

.service-title-excerpt-two {
  color: #1f1f1f;
  max-width: 750px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.5;
}

.service-header-button {
  margin-bottom: 12px;
  overflow: hidden;
}

.parimary-button {
  background-color: #1c3f3a40;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.primary-button-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.service-list-item-card {
  border-bottom: 1px solid #1c3f3a33;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.service-list-item-card.dos {
  border-top: 1px solid #1c3f3a33;
}

.service-list-item-name-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-list-card-item-number {
  font-size: 22px;
  line-height: 1.5;
}

.service-card-link-name {
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.service-list-card-detail-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-list-card-item-description {
  color: #1f1f1f;
  max-width: 400px;
  font-size: 16px;
  display: none;
}

.service-list-card-arrow-link-block {
  background-color: #0000;
  border: 1px solid #1f1f1f;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.code-embed-2 {
  color: #000;
  text-decoration: none;
}

.work-progress-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.work-progress-section.none {
  display: none;
}

.section-header-block.margin-bottom {
  margin-bottom: 50px;
}

.section-header-block.margin-bottom.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.work-progress-excerpt {
  color: #1f1f1f;
  text-align: center;
  max-width: 550px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.5;
}

.work-progress-item-block-two {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-progress-item-wrap-two {
  flex-flow: column;
  display: flex;
}

.work-progress-item-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.work-progress-item-title {
  color: #ff813a;
  font-size: 40px;
  line-height: 1.25;
}

.working-process-item-divider {
  background-color: #1c3f3a33;
  width: auto;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.working-progess-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.working-progess-info-title {
  color: var(--primary--black\<deleted\|variable-97df34a8-36db-7802-ab72-28297e33c5e7\>);
  padding-bottom: 0;
  font-size: 24px;
}

.work-progess-desciption {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5;
}

.testimonial-section {
  background-color: #1c3f3a12;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-card-block {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.testimonial-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.testimonial-card-cc {
  background-color: #fdfdfd;
  padding: 20px;
}

.client-review-star-block {
  margin-bottom: 20px;
}

.client-review-title {
  font-size: 20px;
  line-height: 1.5;
}

.testimonial-excerpt {
  color: #1f1f1f;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.5;
}

.client-profile-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.client-image-wrap {
  width: 60px;
  height: 60px;
}

.client-image-wrap.none {
  display: none;
}

.client-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  font-size: 16px;
  display: flex;
}

.text-block-55 {
  font-size: 18px;
}

.text-block-56 {
  color: #5a5a5a;
}

.dropdown-5 {
  border-top: 1px #1c3f3a33;
  border-bottom: 1px solid #1c3f3a33;
  width: 63%;
}

.dropdown-toggle-5 {
  width: 100%;
  padding: 16px;
}

.dropdown-list-4 {
  color: #000;
  background-color: #ddd0;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
  display: none;
  position: relative;
}

.paragraph-84 {
  color: #000;
}

.footerr {
  width: 100%;
}

.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  overflow: hidden;
}

.footer-grid {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center stretch;
  padding: 2.2vw 2.4vw 2.2vw 12vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.7vw 4.4vw 1.1vw #0003;
}

.block-wrapper {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: column;
  min-width: 50%;
  max-width: 50%;
  display: flex;
}

.block-wrapper.margin {
  flex-flow: column;
  min-width: 46%;
  max-width: 50%;
}

.footer-email {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22vw;
  font-weight: 400;
  line-height: 2.7vw;
}

.footer-email.dos {
  letter-spacing: .16vw;
  text-transform: uppercase;
  font-size: 1vw;
  line-height: 1.11vw;
}

.paragraph-85 {
  color: #1d2025;
  font-size: 1.11vw;
  line-height: 1.4;
  text-decoration: none;
}

.space-large {
  min-height: 8vw;
}

.spacer {
  min-height: 4.4vw;
}

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

.space-semi {
  min-height: 2vw;
}

.cut-wrapper {
  max-height: 11vw;
}

.footer-wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 76vw;
  max-width: 76vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-h5 {
  letter-spacing: .6vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 400;
}

.footer-title {
  z-index: 1;
  color: #202020;
  justify-content: center;
  align-items: flex-start;
  font-size: 13.33vw;
  line-height: 12vw;
  display: flex;
  position: relative;
}

.icon-10, .icon-11 {
  color: #000;
}

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

.div-block-77 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-13 {
  color: #fff;
}

.link-14 {
  color: #353535;
  text-decoration: none;
}

.link-15, .link-16, .link-17, .link-18 {
  color: #ff813a;
}

.text-block-60 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-61 {
  color: #000;
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22 {
  text-decoration: underline;
}

.image-131 {
  width: 36px;
}

.body-8 {
  background-color: var(--black);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.section-hero {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000000e0, var(--black));
  background-position: 0 0;
  height: 100svh;
  min-height: 100svh;
}

.section-hero.reformas {
  background-image: radial-gradient(circle, #0000, #1515158c 0%, #202020), url('../images/fondo-reforma-integral.jpg');
  background-position: 0 0, 50%;
}

.section-hero.psicologos {
  background-image: linear-gradient(#00000069, #00000069), url('../images/psicologos-fondo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-hero.limpiezas {
  background-image: linear-gradient(#0009, #0009), url('../images/limpiezas-fondo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-hero.estudios {
  background-image: radial-gradient(circle, #0000, #1515158c 0%, #202020), url('../images/estudios-fondo.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lp-navbar {
  z-index: 99;
  background-image: url('../images/fondo-negro-lp.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-78 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 300px 2.5rem 30px;
  display: flex;
}

.heading-85 {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
}

.max-width-tittle {
  width: 900px;
  overflow: hidden;
}

.max-width-tittle.estudios {
  width: 882px;
}

.text-span-23 {
  color: var(--white);
  background-color: #ea0035;
}

.paragraph-86 {
  font-size: 20px;
  line-height: 1.4em;
}

.paragraph-86.psico {
  text-align: center;
}

.paragrapah-hero {
  margin-bottom: 4px;
  overflow: hidden;
}

.button-hero-lp {
  overflow: hidden;
}

.link-19 {
  color: #fff;
  background-color: #ea0035;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.link-19.blanco {
  background-color: var(--black);
  color: var(--white);
}

.link-19.blanco.ani-dos {
  transition: all .35s ease-in-out;
}

.link-19.blanco.ani-dos:hover {
  background-color: var(--white);
  color: var(--black);
}

.link-19.ani-uno {
  transition: all .35s ease-in-out;
}

.link-19.ani-uno:hover {
  background-color: var(--white);
  color: var(--black);
}

.link-19.ani-dos {
  transition: all .35s ease-in-out;
}

.link-19.ani-dos:hover {
  background-color: var(--white);
  color: var(--black);
}

.link-19.ani-tres {
  transition: all .35s ease-in-out;
}

.link-19.ani-tres:hover {
  background-color: var(--black);
}

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

.hero-bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 10vh;
  display: flex;
  overflow: hidden;
}

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

.text-block-62 {
  width: 435px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.padding-global-lp {
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.code-embed-3 {
  color: var(--white);
  font-size: 20px;
  display: block;
  transform: rotate(-91deg);
}

.image-132 {
  width: 18px;
}

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

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

.text-block-63 {
  font-size: 18px;
  font-weight: 300;
}

.section-proceso {
  background-color: var(--primary--red);
  padding-top: 8em;
  padding-bottom: 8.2em;
}

.proceso-wrapper {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.image-133 {
  width: 80px;
}

.proceso-subheader {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.proceso-subheader.hid {
  overflow: hidden;
}

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

.text-block-64 {
  font-size: 18px;
  font-weight: 300;
}

.text-block-64.aa {
  text-transform: uppercase;
}

.text-block-64.black {
  font-size: 19px;
}

.boton-over {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-block-65 {
  background-color: var(--black);
  color: var(--white);
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
}

.heading-86 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-size: 36px;
}

.text-block-66 {
  text-transform: uppercase;
  font-size: 18px;
}

.bold-text-6 {
  font-weight: 600;
}

.subheader-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #823942;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 26px;
  display: flex;
}

.subheader-item.blanco {
  border-color: #dddddd59;
}

.text-block-67 {
  color: #ea0035;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.link-20 {
  color: #fff;
}

.paragraph-87 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}

.text-block-68 {
  text-transform: uppercase;
  font-size: 18px;
}

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

.div-block-82.hid {
  overflow: hidden;
}

.image-134 {
  background-color: #fff;
  border-radius: 50%;
  width: 19px;
}

.section_hero {
  perspective: 2000px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.section_hero.refor {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Captura-de-pantalla-2025-01-31-a-las-15.30.36.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section_hero.psico {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/Captura-de-pantalla-2025-02-06-a-las-11.17.17.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section_hero.limpiezas {
  background-image: linear-gradient(#0009, #0009), url('../images/summersolution-web-vixel_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section_hero.estudios {
  background-image: linear-gradient(#0009, #0009), url('../images/milo-web-vixel_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.posters-box {
  perspective: 700px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.posters-grid {
  opacity: .48;
  width: 300vh;
  height: 100%;
  margin-top: 0;
  margin-left: -2.5vw;
}

.row {
  perspective: 700px;
}

.row.refor {
  display: none;
}

.poster {
  object-fit: fill;
  width: 17%;
  max-height: 33vh;
  margin: 1vh;
}

.poster._100 {
  max-height: 38vh;
}

.poster.dos {
  max-height: 37vh;
}

.hero-frame {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 -10px 200px #000;
}

.hero-message {
  text-align: center;
  width: 900px;
  margin-top: 40px;
  position: relative;
}

.h-box {
  overflow: hidden;
}

.h-box.dos-margin {
  margin-bottom: 1rem;
}

.h-box.tres-margin {
  margin-bottom: 64px;
}

.heading-87 {
  padding-bottom: 0;
}

.bold-text-7 {
  color: #ea0035;
}

.text-block-69 {
  font-size: 18px;
  line-height: 1.4em;
}

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

.image-135 {
  width: 22px;
  transform: rotate(90deg);
}

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

.section-sobremi {
  background-color: var(--white);
  padding-top: 8em;
  padding-bottom: 8em;
}

.section-sobremi.refor {
  display: none;
}

.sobre-mi-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.section-beneficios {
  padding-top: 8em;
  padding-bottom: 8em;
}

.beneficios-wrapper {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 80px;
  display: flex;
}

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

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

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

.button-primary.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.pricing-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  display: flex;
}

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

.feature-check-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.pricing-badge-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-regular-3 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-3.text-color-gray-400 {
  color: #a3a3a3;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular.background-brown-50 {
  background-color: #f8f6f6;
}

.price-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pricing-line {
  background-color: #e6e6e6;
  align-self: stretch;
  width: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small-2.column-center {
  justify-content: flex-start;
  align-items: center;
}

.pricing-old-price {
  color: #aa3c3c;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
}

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

.h5-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.pricing-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  display: flex;
}

.h3-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-x-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.overline-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.badge-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #285d4e;
  white-space: nowrap;
  background-color: #f4faf8;
  border: 1px solid #d6f0e5;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
}

.badge-2.brown {
  color: #78615e;
  background-color: #f8f6f6;
  border-color: #f2eeee;
}

.badge-2.purple {
  color: #4b264b;
  background-color: #f0ebf0;
  border-color: #e2d9e2;
}

.badge-2.blue {
  color: #27497c;
  background-color: #f3f6fc;
  border-color: #e8eef7;
}

.subheading-regular {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-86 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-86.hid {
  overflow: hidden;
}

.content-sobremi {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-sobremi.hid {
  overflow: hidden;
}

.text-block-70 {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
}

.text-block-70.no {
  display: none;
}

.heading-88 {
  color: var(--black);
  width: 586px;
  padding-bottom: 8px;
  font-weight: 500;
}

.heading-88.dos {
  text-align: center;
  width: 100%;
  padding-bottom: 0;
}

.paragraph-88 {
  color: #000;
  line-height: 1.6em;
}

.bold-text-8 {
  font-weight: 600;
}

.text-block-71 {
  color: var(--black);
}

.div-block-87 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.div-block-87.negro {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--black);
}

.heading-89 {
  color: var(--black);
  padding-bottom: 0;
  font-size: 36px;
}

.bold-text-9 {
  color: var(--primary--dos-red);
}

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

.image-sobremi {
  width: 100%;
  height: 82%;
  overflow: hidden;
}

.image-136 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.image-136.dos {
  object-position: 100% 100%;
}

.testimonios_wrapp {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  overflow: hidden;
}

.testimonios_inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
  position: relative;
  overflow: visible;
}

.testimonios_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 375px;
  padding: 2em 1.5em;
  display: flex;
  box-shadow: 0 0 20px -8px #0003;
}

.text-block-72 {
  color: var(--black);
}

.paragraph-89 {
  color: var(--black);
  font-weight: 300;
  line-height: 1.5em;
}

.image-137 {
  width: 24px;
}

.div-block-89 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-bottom: 2px;
  display: flex;
}

.link-21 {
  color: var(--primary--dos-red);
  text-decoration: none;
}

.section-garantias {
  background-color: var(--white);
  padding-top: 8em;
  padding-bottom: 8em;
}

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

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

.div-block-92.hid {
  overflow: hidden;
}

.text-block-73 {
  color: var(--black);
}

.text-block-73.white {
  color: var(--white);
}

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

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

.div-block-93.hid {
  overflow: hidden;
}

.text-block-74 {
  text-transform: uppercase;
}

.text-block-74.black {
  color: var(--black);
}

.heading-90 {
  color: var(--black);
  text-align: center;
  padding-bottom: 0;
}

.bold-text-10 {
  color: var(--primary--dos-red);
  font-style: italic;
  font-weight: 600;
}

.paragraph-90 {
  color: var(--black);
  text-align: center;
  width: 700px;
  margin-bottom: 20px;
}

.section-preguntas {
  padding-top: 8em;
  padding-bottom: 8em;
}

.preguntas-subheader {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.text-block-75 {
  text-transform: uppercase;
}

.heading-91 {
  padding-bottom: 4px;
}

.text-block-76 {
  font-size: 18px;
}

.bold-text-11 {
  color: var(--primary--dos-red);
  font-weight: 600;
}

.preguntas-wrapper {
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.dropdown-6 {
  border-bottom: 1px solid var(--white);
  width: 100%;
  transition: all .45s ease-in-out;
}

.dropdown-6:hover {
  border-bottom-color: var(--primary--dos-red);
  color: var(--primary--dos-red);
}

.text-block-77 {
  color: #fff;
  text-transform: none;
  font-size: 17px;
  line-height: 1.4em;
}

.dropdown-toggle-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 30px;
  display: flex;
}

.icon-12 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
  position: static;
}

.dropdown-list-5 {
  background-color: #ddd0;
  padding: 10px 40px 30px 20px;
  position: relative;
}

.paragraph-91 {
  line-height: 1.5em;
}

.section-footer {
  background-color: var(--white);
  border-top: 1px solid #dddddda6;
  padding-top: 2em;
  padding-bottom: 2em;
}

.image-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.image-138 {
  width: 100px;
}

.linea-negra {
  background-color: #dddddda6;
  width: 100%;
  height: 1px;
  margin-bottom: 2em;
}

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

.text-block-78 {
  color: var(--black);
}

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

.link-22 {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.link-22.none {
  display: none;
}

.over-scroll {
  overflow: hidden;
}

.bold-text-12 {
  font-weight: 600;
}

.image-139 {
  width: 50px;
}

.link-block-18 {
  text-decoration: none;
}

.section-desarroll {
  background-color: var(--white);
  padding-top: 8em;
  padding-bottom: 8em;
}

.section-pasos {
  background-color: var(--white);
  padding-top: 8em;
  padding-bottom: 10em;
}

.button-benan {
  color: #fff;
  background-color: #ff6f00;
  padding: 12px 22px;
  text-decoration: none;
}

.left-process {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  display: flex;
}

.line-tittle {
  background-color: #212529;
  width: 250px;
  height: 4px;
}

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

.single-process {
  grid-column-gap: 40px;
  display: flex;
}

.process-circle {
  background-color: #404042;
  border-radius: 50%;
  flex: none;
  width: 29px;
  height: 29px;
  position: relative;
  overflow: hidden;
}

.process-circle.lp {
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.line-process {
  background-color: #404042;
  width: 5px;
  height: 100%;
}

.line-process.lp {
  background-color: #e9e9e9;
  width: 4px;
}

.paragraph-92 {
  color: #2c2c2c;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.center-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.heading-93 {
  color: #2c2c2c;
  text-transform: none;
  text-shadow: none;
  font-size: 48px;
  line-height: 1.6;
}

.master-process {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-block-80 {
  font-size: 16px;
}

.flex-cta-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.right-process {
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.right-process.dos {
  margin-bottom: 0;
}

.azul-borde {
  border: 1px solid var(--white);
  background-color: #ea0035;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.text-block-81 {
  background-color: var(--primary--dos-red);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 22px;
  padding: 5px 13px;
  font-size: 20px;
  font-weight: 300;
}

.text-block-82 {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.divider-gray-200 {
  background-color: #edeff2;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 28px;
}

.section-regular-2 {
  background-color: #ececec;
  padding: 8em 0%;
  position: relative;
}

.pricing-cadence {
  padding-top: 8px;
  padding-bottom: 8px;
}

.overline-3 {
  color: var(--primary--dos-red);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline-3.text-color-white {
  color: #fff;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.paragraph-regular-4 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-4.text-color-white {
  color: #fff;
}

.paragraph-regular-4.price {
  color: var(--black);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: line-through;
}

.title-wrapper-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #07090d;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 12px;
  flex-flow: column;
  padding: 100px 40px 40px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.pricing-card-2.featured {
  color: #fff;
  background-color: #07090d;
}

.pricing-card-2.none {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 116px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.container-regular-3 {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.button-outline-2 {
  grid-column-gap: 8px;
  color: #07090d;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-flex;
}

.button-outline-2:hover {
  color: #1457ff;
  background-color: #f0f5ff;
  border-color: #b8ceff;
}

.pricing-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.pricing-feature-icon {
  color: var(--black);
}

.pricing-feature-icon.featured {
  color: #fff;
}

.pricing-number-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.h3-heading-3 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.h3-heading-3.text-color-white {
  color: #fff;
}

.h3-heading-3.dos {
  font-size: 42px;
}

.row-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.absolute-price {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-83 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 300;
}

.text-block-84 {
  color: var(--white);
}

.text-block-85 {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
}

.div-block-95 {
  background-color: var(--primary--dos-red);
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 28px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(48px, 16px)rotate(42deg);
}

.text-block-86 {
  color: var(--white);
  padding-left: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-87 {
  font-size: .75rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  line-height: 1.6;
}

.heading-style-h3.dos.mb {
  font-size: 2.2rem;
}

.heading-style-h3.dos.mb.tres {
  font-size: 2.1rem;
}

.scroll-indicator {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .875rem;
  line-height: 1.6;
  display: flex;
}

.footer_component {
  width: 100%;
  height: 100%;
}

.hero_coordinates {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .875rem;
  line-height: 1.6;
  display: flex;
  overflow: hidden;
}

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

.text-block-88 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.work {
  color: #000;
  font-size: .875rem;
  line-height: 1.6;
}

.hero_heading-container {
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.hero_heading-container.flex {
  flex-flow: column;
}

.menu-button_label-container {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-button_label-container:hover {
  color: #000;
}

.page-container {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}

.text-block-89 {
  font-size: .75rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.sidebar_link-dot {
  background-color: #000;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
}

.sidebar_link-dot.none {
  display: none;
}

.hero-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.work_background-image {
  z-index: -2;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-90 {
  color: #000;
  font-weight: 300;
}

.button_label {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.text-block-91 {
  white-space: nowrap;
  font-size: .775rem;
}

.text-block-91:hover {
  color: #000;
}

.work_component {
  height: 80svh;
  min-height: 80vh;
}

.text-size-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.menu-button_label-visible {
  font-size: 1.25rem;
  line-height: 100%;
}

.subheader_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
}

.subheader_image.dos {
  aspect-ratio: auto;
}

.hero_component {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100%;
  height: 90%;
  overflow: hidden;
}

.hero_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.section_subheader {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
}

.section_subheader.none {
  display: none;
}

.navbar_menu {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.main-wrapper-2 {
  overflow: clip;
}

.container-large-5 {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-5.sidebar-2, .container-large-5.dos {
  max-width: 1920px;
  height: 100%;
}

.tag {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .875rem;
  line-height: 1em;
  display: flex;
  overflow: hidden;
}

.tag.none {
  display: none;
}

.cta-large_component {
  height: 100%;
}

.footer_content.is-legals {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.footer_content.is-legals.mb {
  border-top: 1px solid #ddd;
}

.footer_content.is-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: grid;
}

.footer_content.is-grid.none {
  display: none;
}

.heading-94 {
  color: #000;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6;
}

.heading-94.mb.dos {
  font-size: 1.8rem;
}

.cta-large_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
}

.figure_label {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.6;
}

.figure_label.over {
  overflow: hidden;
}

.text-align-center-2 {
  color: #000;
  text-align: center;
}

.testimonios {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.work_mask {
  background-color: #1e1e1e26;
  position: absolute;
  inset: 0%;
}

.paragraph-93 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.menu-button-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta_paragraph {
  width: 50%;
  padding-left: 1rem;
  overflow: hidden;
}

.cta_paragraph.mb {
  width: 100%;
}

.sidebar_menu {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  margin-right: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
  overflow: hidden;
}

.c-navbar-2 {
  background-color: #0000;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
}

.scroll-indictor_icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  display: flex;
  overflow: hidden;
}

.subheader_component {
  width: 100%;
  height: 100%;
}

.footer_nav-contact.is-address {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.tag_leading-dot {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
}

.tag_leading-dot.dos {
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
}

.equipo {
  display: none;
}

.hero_mask {
  z-index: 5;
  background-image: linear-gradient(#1e1e1e66, #1e1e1e66);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.navbar_component {
  border: 1px solid #eee;
}

.footer_copyright {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.navbar_link {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.navbar_link.up {
  z-index: 9999999;
  position: relative;
}

.navbar_link.dos {
  border-left: 1px solid #fff;
}

.navbar_link.none {
  display: none;
}

.text-block-93 {
  letter-spacing: 3px;
  font-weight: 300;
}

.button_icon {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
}

.block-full {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17% 160px 13%;
  display: flex;
}

.accordion-toggle {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.image-equipo {
  overflow: hidden;
}

.paragraph-94 {
  color: #000;
  font-size: .875rem;
  line-height: 1.6;
}

.paragraph-94.dos {
  font-size: 1rem;
}

.section_hero--2 {
  flex: 1;
  align-self: stretch;
  width: 100%;
  min-height: 100%;
}

.text-block-94 {
  letter-spacing: 3px;
  font-weight: 300;
}

.navbar_menu-button {
  padding: 0;
}

.quick-slide_image-container {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
}

.work_item {
  color: #000;
  cursor: pointer;
  border-right: 1px solid #fff;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
}

.heading-style-h1 {
  color: #000;
  font-size: 3.5rem;
  line-height: 1.6;
}

.header_heading {
  text-transform: uppercase;
  overflow: hidden;
}

.text-block-95 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.text-block-95.none {
  display: none;
}

.text-base {
  letter-spacing: .02em;
  font-size: 1rem;
  line-height: 1.5;
}

.text-base.text-color-secondary {
  color: #000;
}

.section_cta-large {
  background-image: linear-gradient(#1e1e1e66, #1e1e1e66), url('../images/fondo-arquitectura-cta_1fondo-arquitectura-cta.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2281px;
  height: 100vh;
  min-height: 100vh;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.section_cta-large.none {
  display: none;
}

.header-dos {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.background {
  z-index: -3;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sidebar_link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #656565;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s ease-in;
  display: flex;
  overflow: hidden;
}

.sidebar_link-block:hover {
  color: #000;
  font-weight: 500;
}

.footer_container {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.accordion-content {
  background-color: #fff0;
  height: auto;
  display: block;
  position: static;
  overflow: clip;
}

.navbar_menu-inner-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
  overflow: hidden;
}

.subheader_description {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 2.3rem;
  display: flex;
  overflow: hidden;
}

.subheader_description.margin-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  margin-bottom: 18px;
}

.subheader_description.margin-bottom.none {
  display: none;
}

.subheader_description.tres {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.subheader_description.dos {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
}

.navbar_divider {
  background-color: #fff;
  align-self: stretch;
  width: 1px;
}

.sidebar_container {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  display: flex;
  transform: none;
}

.image-140 {
  width: 9px;
}

.sidebar_component {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-96 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cta-large_description {
  padding-left: 1rem;
  font-size: .875rem;
  overflow: hidden;
}

.text-block-97 {
  color: #000;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.section_header {
  width: 100%;
  height: 100%;
}

.section_header.none, .navbar_logo-container {
  display: none;
}

.navbar_logo-container.tablet-display-none {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: .85rem;
  padding-bottom: .85rem;
  padding-left: 0;
  transition: all .2s;
  display: flex;
}

.navbar_logo-container.tablet-display-none:hover {
  color: #000;
  padding-top: .85rem;
  padding-bottom: .85rem;
}

.section_figures {
  width: 100%;
  height: 100%;
  margin-bottom: 8rem;
}

.link-23 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.section_cta {
  width: 100%;
  height: 100%;
}

.footer_nav-link {
  color: #000;
  text-transform: uppercase;
  align-self: center;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  transition: all 2.225s ease-out;
}

.footer_nav-link:hover {
  font-weight: 700;
}

.image-bg-testimonials {
  background-image: url('../images/terceraimagen.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 350px;
  max-height: 710px;
}

.home-paragraphs-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.home-paragraphs-wrapper.mb.dos {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.work_content {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.code-embed-4 {
  width: 25px;
}

.figures_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.figures_item.has-border-right {
  aspect-ratio: 1;
  border-right: 1px solid #eee;
}

.work_link-container {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-95 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 1.2em;
}

.background-line {
  background-color: #eee;
  align-self: stretch;
  width: 1px;
  height: 100%;
}

.section_sidebar {
  z-index: 5;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.work_heading {
  text-transform: uppercase;
  align-self: stretch;
  margin-right: 0;
  text-decoration: none;
}

.name-testimonials {
  color: #000;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.hero_label {
  letter-spacing: 3px;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
  display: flex;
}

.work_image {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sidebar-2.none {
  display: none;
}

.text-block-98 {
  text-transform: uppercase;
  font-size: .875rem;
  text-decoration: none;
}

.cta_description {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.code-embed-5 {
  width: 20px;
  padding-top: 3px;
}

.cta_component {
  width: 100%;
  height: 100%;
}

.content-wrap {
  padding-top: .75rem;
}

.link-24 {
  color: #000;
  text-decoration: none;
}

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

.testimonials.none {
  display: none;
}

.subheader_image-container {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.grid-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.image-2 {
  width: 258px;
  display: block;
}

.paragraph-testimonials {
  color: #000;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 160%;
}

.code-embed-6 {
  width: 24px;
  font-size: .5rem;
}

.button-2.dos {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
}

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

.button-2.act {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.subheader_button-container {
  overflow: hidden;
}

.text-size-large {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.6;
}

.link-25 {
  color: #000;
  text-decoration: none;
}

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

.grid-global.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
}

.grid-global.no-gap.gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.text-block-99 {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.section-title-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
}

.section_footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.footer_sponsor {
  z-index: 6;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1.6;
  position: relative;
}

.work_inner-container {
  border-left: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.text-block-100 {
  color: #000;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
}

.cta-large_heading {
  text-transform: uppercase;
  padding-left: 1rem;
  font-size: .875rem;
  overflow: hidden;
}

.text-xl {
  letter-spacing: -.0125em;
  font-size: 1.125rem;
  line-height: 1.4;
}

.heading-style-h5 {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.position-testimonials {
  color: #000;
  line-height: 130%;
  display: none;
}

.section_navbar {
  width: 100%;
  position: relative;
}

.subheader_container {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.figures_component {
  width: 100%;
  height: 100%;
}

.footer_legal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  justify-content: center;
  margin-left: -1px;
  margin-right: -1px;
  padding: 1rem;
  font-weight: 300;
  display: flex;
}

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

.heading-96.dos {
  color: #000;
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
}

.hero_background-container {
  z-index: -1;
  background-image: url('../images/primeraimagen.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_bottom-container {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tag_container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.link-26 {
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  line-height: 1.6;
  text-decoration: none;
  display: flex;
}

.main-2 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.cta_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#1e1e1e66, #1e1e1e66), url('../images/primeraimagen.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.figure_stat {
  overflow: hidden;
}

.figure_stat.none {
  display: none;
}

.image-5 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
}

.work_image-container {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.footer_nav.is-links {
  z-index: 104;
  border-right: 1px solid #ddd;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer_nav-container {
  display: flex;
}

.div-block-96 {
  z-index: 1;
  border-top: 1px solid #00000040;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  position: relative;
}

.figures_row {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.figures_row.has-border-bottom {
  border-bottom: 1px solid #eee;
}

.menu-button_label-hidden {
  font-size: 1.25rem;
  line-height: 100%;
  text-decoration: none;
  display: none;
  position: absolute;
}

.padding-global-navbar {
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.quick-slide_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.padding-section-large._7rem {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.cta-large_button-container {
  padding-left: 1rem;
  overflow: hidden;
}

.heading-style-h2 {
  color: #000;
  font-size: 2.8rem;
  line-height: 1.6;
}

.heading-style-h2.white {
  color: #fff;
}

.scroll-indicator_text {
  letter-spacing: 3px;
  font-weight: 300;
}

.accordion {
  cursor: pointer;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 1.5rem;
}

.faq_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.header_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 4rem;
  display: flex;
}

.header_container.up {
  justify-content: flex-start;
  align-items: flex-start;
}

.header_container.dos {
  padding-bottom: 0;
}

.section_work {
  position: relative;
}

.section_work.none {
  display: none;
}

.cta_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.cta_heading {
  text-transform: uppercase;
  padding-left: 1rem;
  overflow: hidden;
}

.hero_background {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.header_component {
  width: 100%;
  height: 100%;
}

.page-wrapper-2.none {
  display: none;
}

.quick-slide_container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.paragraph-95 {
  text-align: center;
  max-width: 850px;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
}

.padding-section-medium-2 {
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero_scroll-indicator-container {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

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

.paragraph-96 {
  line-height: 1.6;
}

.figures_container {
  outline-offset: -1px;
  outline: 1px solid #ddd;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.body-9 {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.body-10 {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-11, .body-12 {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .section-faq-flex {
    padding-bottom: 0;
  }

  .padding-global.padding-section-medium.dos {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global.padding-section-medium.r {
    padding-bottom: 1.5rem;
  }

  .padding-global.padding-section-large {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .padding-global.padding-section-large.dos {
    padding-bottom: 4rem;
  }

  .padding-global.padding-section-large.xxl {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .nav_button {
    color: #fff;
    display: none;
  }

  .text-link-nav {
    font-size: 14px;
  }

  .menu__item-2.buttom {
    display: none;
  }

  .menu__item-2.buttom.nav {
    display: flex;
  }

  .menu__item-2.buttom.nav.tres {
    padding-left: 26px;
  }

  .menu__divider {
    display: none;
  }

  .hero-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .hero-video {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: center;
    padding-bottom: 16px;
    font-size: 52px;
    line-height: 1.3;
  }

  .image-8 {
    padding-top: 8rem;
  }

  .text-hero {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
  }

  .button-hero.last-cta.dos {
    top: -46px;
    left: 110px;
  }

  .benefits-item {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 85%;
  }

  .beneficios-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .paragraph-2 {
    font-size: 12px;
  }

  .heading-4 {
    font-size: 42px;
  }

  .heading-9 {
    font-size: 52px;
  }

  .garantia-section-grid {
    grid-template-columns: 1fr;
  }

  .caracter-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 4rem;
  }

  .heading-10 {
    font-size: 22px;
    line-height: 1.2;
  }

  .garantia-content {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .heading-11 {
    text-align: center;
    font-size: 42px;
  }

  .paragraph-8 {
    width: 90%;
  }

  .heading-13 {
    font-size: 42px;
  }

  .content-faq-wrapper {
    width: 100%;
  }

  .ayuda-card-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 8rem;
  }

  .ayuda-card-item, .ayuda-card-item.x1 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .heading-17 {
    font-size: 42px;
  }

  .last-cta-wrapper {
    width: 100%;
    padding-left: 140px;
    padding-right: 140px;
  }

  .form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
  }

  .gmail-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-20 {
    width: 100%;
    font-size: 35px;
  }

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

  .image-30 {
    width: 180px;
  }

  .line-wrapper {
    width: 85%;
  }

  .image-31 {
    width: 100%;
  }

  .icon-2 {
    display: none;
  }

  .mas-clientes {
    padding: 1rem 1.5rem;
  }

  .heading-24 {
    font-size: 3.2rem;
    line-height: 1.1;
  }

  .vente-ya {
    top: 2rem;
  }

  .section-form {
    margin-bottom: 4rem;
  }

  .heading-25 {
    padding-bottom: 32px;
    font-size: 51px;
    line-height: 65px;
  }

  .paragraph-19 {
    padding-bottom: 38px;
  }

  .second-form-wrapper {
    flex-flow: column;
    padding-top: 26rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .heading-27 {
    margin-bottom: 3rem;
  }

  .text-block-10 {
    font-size: 28px;
  }

  .benefits-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .grid-dise-o {
    grid-template-columns: .75fr;
  }

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

  .image2 {
    width: 100%;
    max-width: 100%;
  }

  .image-42 {
    max-width: 100%;
    margin-left: 0;
  }

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

  .image-45 {
    left: -5%;
  }

  .paragraph-29 {
    max-width: 90%;
  }

  .underline {
    width: 80%;
  }

  .paragraph-32 {
    width: 90%;
  }

  .card-barberia {
    grid-template-columns: 1fr;
  }

  .image-49 {
    top: 20px;
    left: 200px;
  }

  .image-50 {
    top: 96px;
  }

  .ayuda-card-item-2, .ayuda-card-item-2.x1 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .heading-38 {
    text-align: left;
    padding-bottom: 16px;
    font-size: 52px;
    line-height: 1.3;
  }

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

  .last-cta-wrapper-2 {
    width: 100%;
    padding-left: 140px;
    padding-right: 140px;
  }

  .paragraph-36 {
    width: 90%;
  }

  .text-hero-2 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .heading-41 {
    font-size: 22px;
    line-height: 1.2;
  }

  .image-58 {
    width: 100%;
  }

  .heading-42 {
    font-size: 42px;
  }

  .hero-video-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu__item-4.buttom {
    display: none;
  }

  .menu__item-4.buttom.nav {
    display: flex;
  }

  .image-61 {
    padding-top: 8rem;
  }

  .text-link-nav-2 {
    font-size: 14px;
  }

  .content-faq-wrapper-2 {
    width: 100%;
  }

  .heading-46 {
    font-size: 42px;
  }

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

  .image-66 {
    width: 180px;
  }

  .hero-grid-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .garantia-section-grid-2 {
    grid-template-columns: 1fr;
  }

  .heading-47 {
    text-align: center;
    font-size: 42px;
  }

  .paragraph-43 {
    font-size: 12px;
  }

  .button-hero-2.last-cta.dos {
    top: -46px;
    left: 110px;
  }

  .heading-50 {
    font-size: 52px;
  }

  .heading-51 {
    font-size: 3.2rem;
    line-height: 1.1;
  }

  .padding-global-4.padding-section-medium.r {
    padding-bottom: 1.5rem;
  }

  .padding-global-4.padding-section-large {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .menu__item-6.buttom {
    display: none;
  }

  .menu__item-6.buttom.nav {
    display: flex;
  }

  .heading-52 {
    padding-bottom: 32px;
    font-size: 51px;
    line-height: 65px;
  }

  .heading-54 {
    margin-bottom: 3rem;
  }

  .image-78 {
    width: 180px;
  }

  .form-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
  }

  .paragraph-54 {
    padding-bottom: 38px;
  }

  .section-form-2 {
    margin-bottom: 4rem;
  }

  .menu__item-8.buttom {
    display: none;
  }

  .menu__item-8.buttom.nav {
    display: flex;
  }

  .image-87 {
    width: 180px;
  }

  .menu__item-10.buttom {
    display: none;
  }

  .menu__item-10.buttom.nav {
    display: flex;
  }

  .image-93 {
    width: 180px;
  }

  .heading-79 {
    font-size: 70px;
  }

  .paragraph-79 {
    font-size: 20px;
  }

  .heading-80.white {
    text-align: center;
  }

  .form-block-3 {
    width: 60vw;
  }

  .image-128 {
    width: 50%;
  }

  .primera-seccion {
    padding-top: 160px;
  }

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

  .parrafo-wrapper {
    width: 75%;
  }

  .paragraph-82 {
    font-size: 23px;
  }

  .h2-heading {
    font-size: 46px;
    line-height: 56px;
  }

  .feature-card-grid-top, .feature-card-grid-bottom {
    grid-template-columns: 1fr 1fr;
  }

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

  .title-button-group {
    justify-content: flex-start;
    align-items: center;
  }

  .service-list-item-name-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .service-card-link-name {
    font-size: 18px;
  }

  .service-list-card-detail-wrap {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .testimonial-card-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .block-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .block-wrapper.margin {
    margin-bottom: 16px;
  }

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

  .max-width-tittle {
    width: 100%;
  }

  .paragraph-86 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-62 {
    width: 340px;
    font-size: 26px;
  }

  .div-block-80 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .text-block-63 {
    text-align: right;
    font-size: 16px;
  }

  .section-proceso {
    padding-top: 7em;
    padding-bottom: 7.2em;
  }

  .proceso-subheader.hid {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-64.aa {
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .heading-86 {
    text-align: center;
    font-size: 35px;
  }

  .h-box.tres-margin.center {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-87 {
    font-size: 36px;
  }

  .section-sobremi {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .sobre-mi-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .section-beneficios {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .pricing-line {
    align-self: stretch;
    width: auto;
    height: 1px;
    margin: 0 40px;
  }

  .pricing-wrap {
    flex-direction: column;
    width: 100%;
    max-width: 488px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-87.negro {
    margin-top: 35px;
  }

  .div-block-88 {
    margin-bottom: 40px;
  }

  .testimonios_wrapp {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .section-garantias, .section-preguntas {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .preguntas-subheader {
    margin-bottom: 50px;
  }

  .heading-91 {
    text-align: center;
    font-size: 35px;
  }

  .preguntas-wrapper {
    margin-bottom: 70px;
  }

  .text-block-77 {
    white-space: pre-wrap;
    word-break: normal;
  }

  .section-regular-2 {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_coordinates {
    font-size: .7rem;
  }

  .quote_header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    width: 100%;
  }

  .hero-2 {
    height: 100vh;
  }

  .text-block-90 {
    font-size: .8rem;
  }

  .work_component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    min-height: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .menu-button_label-visible {
    font-size: 1rem;
  }

  .subheader_image {
    aspect-ratio: auto;
    height: 100%;
  }

  .navbar_menu {
    background-color: #fff;
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .text-block-92 {
    font-size: .8rem;
  }

  .cta_paragraph {
    width: 100%;
  }

  .scroll-indictor_icon {
    width: .8rem;
    height: .8rem;
    min-height: 1.5rem;
  }

  .spacer-xxhuge {
    padding-top: 7rem;
  }

  .navbar_link {
    color: #000;
    padding: 0;
    font-size: 2rem;
    line-height: 1.6;
  }

  .navbar_menu-button {
    z-index: 2;
    color: #000;
  }

  .image-4 {
    width: 200px;
  }

  .navbar_menu-inner-container {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
    padding: 8rem 1rem;
    display: flex;
  }

  .text-block-97.none {
    display: none;
  }

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

  .navbar_logo-container.tablet-display-none {
    display: none;
  }

  .work_container {
    height: 100%;
  }

  .footer_nav-link {
    text-align: center;
    font-size: .6rem;
  }

  .work_content {
    justify-content: flex-start;
  }

  .work_link-container {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .background-line.none {
    display: none;
  }

  .hero_label {
    font-size: .6rem;
  }

  .subheader_image-container {
    height: 100%;
  }

  .grid-global.no-gap {
    grid-column-gap: 0rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .grid-global.no-gap.no {
    display: flex;
  }

  .grid-global.no-gap.dos {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .work_inner-container {
    border: 1px solid #fff;
    flex-flow: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .menu-button_label-hidden {
    color: #000;
    font-size: 1rem;
    display: none;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .scroll-indicator_text {
    font-size: .7rem;
  }

  .header_container.tres {
    padding-bottom: 0;
  }

  .navbar_menu-container {
    z-index: 1;
    background-color: #fff;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    height: 100svh;
    max-height: 100svh;
    display: flex;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .padding-global.padding-section-medium {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.padding-section-medium._8rem {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global.padding-section-large {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.padding-section-large.xxl {
    padding-bottom: 4rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu__item, .menu__item-2 {
    padding: 8px;
  }

  .menu__item-2.buttom.nav.tres {
    padding: 12px 22px 11px;
  }

  .heading {
    padding-bottom: 24px;
    font-size: 35px;
  }

  .image-8 {
    padding-top: 10rem;
  }

  .text-hero {
    width: 100%;
  }

  .text-block.dos {
    font-size: 14px;
  }

  .text-block.dos.tres {
    font-size: 10px;
  }

  .button-hero.last-cta.dos {
    top: -30px;
    left: 80px;
  }

  .benefits-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .heading-4 {
    font-size: 30px;
  }

  .caracter-flex {
    padding-bottom: 4rem;
  }

  .heading-9 {
    font-size: 36px;
  }

  .caracter-card-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1.25fr;
    place-items: center;
  }

  .card-image-caracteri {
    bottom: -32px;
    left: 0;
  }

  .border-img {
    border-right: 2px solid var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
    border-bottom: 2px solid var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
  }

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

  .heading-13 {
    font-size: 34px;
  }

  .heading-17 {
    font-size: 36px;
  }

  .last-cta-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding: 2rem 40px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .dropdown-list {
    display: none;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    height: 100svh;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: grid;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  .gmail-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-21 {
    padding-top: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .text-field {
    padding: 8px 0 8px 8px;
    font-size: 14px;
  }

  .submit-button {
    padding: 12px 14px;
    font-size: 14px;
  }

  .paragraph-13 {
    font-size: 8px;
  }

  .footer-wrapper.uno {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer-wrapper.dos {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-30 {
    width: 140px;
  }

  .line-wrapper {
    width: 91%;
  }

  .heading-25 {
    font-size: 42px;
    line-height: 1.3;
  }

  .link-block-3 {
    margin-bottom: 1.5rem;
  }

  .grid-form-item {
    padding-bottom: 36px;
  }

  .hea-form {
    font-size: 19px;
  }

  .section-second-form {
    margin-top: 16rem;
  }

  .second-form-wrapper {
    padding-top: 6rem;
  }

  .grid-second-form {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .heading-29 {
    font-size: 70px;
  }

  .heading-30 {
    font-size: 45px;
  }

  .heading-31 {
    font-size: 30px;
  }

  .informacion-title, .comousamos-title, .retencioninfo-title, .derechos-title, .cookies-title, .seguridad-title, .quejas-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 32px;
  }

  .text-block-10 {
    font-size: 22px;
  }

  .image-39 {
    max-width: 117%;
  }

  .image-40 {
    max-width: 110px;
  }

  .icon-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .paragraph-30 {
    font-size: 18px;
  }

  .underline {
    width: 95%;
  }

  .resultados-flex {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .paragraph-32 {
    width: 100%;
  }

  .content-card {
    justify-content: center;
    align-items: center;
  }

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

  .heading-37 {
    text-align: center;
    font-size: 42px;
  }

  .paragraph-33 {
    text-align: center;
  }

  .image-49 {
    left: 38px;
  }

  .heading-38 {
    font-size: 42px;
  }

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

  .menu__item-3 {
    padding: 8px;
  }

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

  .last-cta-wrapper-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding: 2rem 40px;
  }

  .heading-42 {
    font-size: 36px;
  }

  .menu__item-4 {
    padding: 8px;
  }

  .image-61 {
    padding-top: 10rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-46 {
    font-size: 36px;
  }

  .image-66 {
    width: 140px;
  }

  .text-block-17.dos {
    font-size: 14px;
  }

  .text-block-17.dos.tres {
    font-size: 10px;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .paragraph-42 {
    font-size: 14px;
  }

  .heading-47 {
    font-size: 36px;
  }

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

  .border-img-2 {
    border-bottom: 2px solid #5928e5;
    border-right: 2px solid #5928e5;
  }

  .button-hero-2.last-cta.dos {
    top: -30px;
    left: 80px;
  }

  .heading-50 {
    font-size: 36px;
  }

  .grid-form-item-2 {
    padding-bottom: 36px;
  }

  .menu__item-5 {
    padding: 8px;
  }

  .padding-global-4.padding-section-large {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu__item-6 {
    padding: 8px;
  }

  .heading-52 {
    font-size: 42px;
    line-height: 1.3;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-78 {
    width: 140px;
  }

  .hea-form-2 {
    font-size: 19px;
  }

  .form-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    height: 100svh;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: grid;
  }

  .link-block-6 {
    margin-bottom: 1.5rem;
  }

  .menu__item-7, .menu__item-8 {
    padding: 8px;
  }

  .heading-55 {
    font-size: 45px;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-87 {
    width: 140px;
  }

  .heading-56 {
    font-size: 30px;
  }

  .menu__item-9, .menu__item-10 {
    padding: 8px;
  }

  .padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-93 {
    width: 140px;
  }

  .l-flex-height {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 80%;
  }

  .l-main-info {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    font-size: 15px;
  }

  .l-content {
    width: 80%;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-block-8 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-9 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 8px 6px;
  }

  .image-98 {
    width: 44px;
    height: 44px;
  }

  .div-block-48 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .paragraph-64, .paragraph-64.dos {
    width: 100%;
  }

  .image-99 {
    width: 20px;
  }

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

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

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

  .heading-79 {
    font-size: 54px;
  }

  .sobremi-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-80 {
    font-size: 38px;
  }

  .heading-81 {
    font-size: 44px;
  }

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

  .form-block-3 {
    width: 65vw;
  }

  .title-wrapper {
    width: 100%;
  }

  .parrafo-wrapper {
    width: 98%;
  }

  .title-wrapper-2 {
    margin-bottom: 48px;
  }

  .h2-heading {
    font-size: 38px;
    line-height: 50px;
  }

  .container-large-3.rectangular {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-card-grid-top, .feature-card-grid-bottom {
    grid-template-columns: 1fr;
  }

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

  .h2-heading-2.dos {
    font-size: 41px;
  }

  .title-grid {
    margin-bottom: 36px;
  }

  .paragraph-large.text-color-gray-950 {
    text-align: center;
    line-height: 30px;
  }

  .section-small-2 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

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

  .text-block-54 {
    font-size: 21px;
  }

  .service-header-block {
    margin-bottom: 36px;
  }

  .subtitle-text {
    font-size: 16px;
  }

  .section-title {
    font-size: 35px;
  }

  .service-title-excerpt-two, .service-card-link-name {
    font-size: 16px;
  }

  .service-list-card-detail-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonial-card-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .dropdown-5 {
    width: 95%;
  }

  .container-full {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .block-wrapper.margin {
    min-width: 50%;
  }

  .footer-email {
    font-size: 20px;
  }

  .footer-email.dos {
    font-size: 10px;
  }

  .paragraph-85 {
    font-size: 11px;
  }

  .text-block-57 {
    white-space: normal;
    word-break: normal;
  }

  .text-block-58 {
    white-space: normal;
  }

  .heading-85 {
    font-size: 28.6px;
  }

  .text-block-62 {
    width: 335px;
    font-size: 20px;
  }

  .div-block-80 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .section-proceso {
    padding-top: 6em;
    padding-bottom: 6.2em;
  }

  .proceso-button {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-block-64 {
    font-size: 16px;
  }

  .text-block-64.aa {
    width: 84%;
  }

  .boton-over {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-65 {
    font-size: 17px;
  }

  .heading-86 {
    font-size: 32px;
  }

  .text-block-66 {
    font-size: 17px;
  }

  .heading-87 {
    font-size: 34px;
  }

  .section-sobremi {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .sobre-mi-wrapper {
    grid-auto-flow: row;
  }

  .section-beneficios {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .beneficios-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 70px;
  }

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

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

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

  .heading-88 {
    font-size: 32px;
  }

  .carrousell-container {
    overflow: hidden;
  }

  .section-garantias {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .heading-90 {
    font-size: 32px;
  }

  .paragraph-90 {
    width: 100%;
  }

  .section-preguntas {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .heading-91 {
    font-size: 32px;
  }

  .text-block-77 {
    font-size: 16px;
  }

  .dropdown-toggle-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-91 {
    font-size: 15px;
  }

  .single-process {
    grid-column-gap: 28px;
  }

  .heading-93 {
    font-size: 36px;
  }

  .flex-cta-center {
    margin-top: 40px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .section-faq-flex {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .padding-global.padding-section-large {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-medium {
    padding-top: 2rem;
    padding-left: 1.5rem;
  }

  .padding-global.padding-section-medium._8rem {
    padding-bottom: 2rem;
  }

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

  .padding-global.padding-section-large.dos {
    padding-top: 2rem;
  }

  .padding-global.padding-section-large.xxl {
    padding-top: 4rem;
  }

  .nav_logo {
    width: 8rem;
  }

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

  .menu__item {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .text-link-nav {
    font-size: 13px;
  }

  .image-7 {
    width: 12px;
  }

  .menu__item-2 {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .menu__item-2.buttom.nav {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: var(--primary--purple\<deleted\|variable-d6e930af-205a-7c7d-d2d3-c7243f4b63cd\>);
    padding: 11px 11px 7px;
  }

  .menu__item-2.buttom.nav.tres {
    justify-content: center;
    align-items: flex-start;
    width: 64%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .menu__divider {
    display: none;
  }

  .hero-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 0;
  }

  .hero-content {
    padding-top: 2rem;
  }

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

  .background-hero {
    height: 65svh;
  }

  .image-8 {
    min-height: 100%;
    padding-top: 8rem;
  }

  .text-hero {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
  }

  .text-block.dos {
    font-size: 12px;
  }

  .text-block.dos.tres {
    font-size: 8px;
  }

  .button-hero.last-cta.dos {
    padding: 4px 8px;
    top: -20px;
    left: 58px;
  }

  .benefits-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    padding: 24px 32px 52px;
  }

  .button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .mision-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 40px;
  }

  .heading-3 {
    padding-bottom: 22px;
    font-size: 16px;
  }

  .heading-4 {
    padding-bottom: 24px;
    font-size: 19px;
  }

  .caracter-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 2rem;
  }

  .heading-9 {
    font-size: 26px;
  }

  .garantia-section-grid {
    margin-bottom: 6rem;
  }

  .caracter-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-height: 100%;
    margin-bottom: 2rem;
    padding: 16px;
  }

  .card-content-caracteri {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card-image-caracteri {
    bottom: 0;
  }

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

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

  .paragraph-6 {
    width: 100%;
  }

  .paragraph-7, .heading-12 {
    font-size: 16px;
  }

  .image-19 {
    width: 65px;
    height: 65px;
  }

  .paragraph-8 {
    width: 100%;
  }

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

  .ayuda-card-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .heading-14 {
    font-size: 19px;
  }

  .heading-15, .heading-16 {
    font-size: 20px;
  }

  .heading-17 {
    font-size: 26px;
  }

  .image-24 {
    width: 17px;
  }

  .last-cta-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 90%;
  }

  .text-block-3 {
    font-size: 66px;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .title-last-cta {
    font-size: 20px;
    line-height: 1;
  }

  .paragraph-11 {
    font-size: 14px;
  }

  .form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
    overflow: hidden;
  }

  .grid-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(200px, .75fr);
    padding-bottom: 20px;
  }

  .heading-19 {
    font-size: 16px;
  }

  .gmail-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

  .heading-21 {
    padding-top: 0;
    font-size: 20px;
  }

  .div-block-10 {
    padding-bottom: 0;
  }

  .paragraph-13 {
    font-size: 10px;
  }

  .link-block, .link-block-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-wrapper.uno {
    text-align: center;
    flex-flow: column;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .footer-wrapper.dos {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .image-26 {
    width: 46px;
  }

  .image-27 {
    width: 28px;
  }

  .webflow {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .paragraph-15 {
    padding-top: 0;
  }

  .image-28 {
    width: 65px;
  }

  .image-30 {
    width: 100px;
  }

  .preloader-vixelstudio {
    display: none;
  }

  .line-wrapper {
    width: 95%;
  }

  .image-32 {
    width: 32px;
  }

  .image-33 {
    width: 306px;
  }

  .image-34 {
    max-width: 90%;
  }

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

  .hea-form {
    font-size: 16px;
  }

  .section-second-form {
    margin-top: 58rem;
  }

  .grid-second-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-27 {
    margin-bottom: 2rem;
  }

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

  .heading-29 {
    font-size: 38px;
  }

  .section-privacidad {
    padding-top: 0;
  }

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

  .heading-31 {
    font-size: 21px;
  }

  .paragraph-25, .paragraph-25.dos, .informacion-title, .div-block-21, .div-block-23 {
    font-size: 14px;
  }

  .paragraph-26 {
    color: #ffffffb3;
    font-size: 14px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .bold-text {
    font-size: 14px;
  }

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

  .benefits-wrapper {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .grid-dise-o {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-columns: 1fr;
  }

  .content-dise-o {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .image-39 {
    max-width: 100%;
  }

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

  .image-40 {
    max-width: 78px;
  }

  .paragraph-28 {
    width: 100%;
    font-size: 14px;
  }

  .paragraph-28.dos {
    padding-bottom: 30px;
  }

  .icon-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-12, .bold-text-2 {
    font-size: 14px;
  }

  .content-autoridad {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .grid-citas {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .content-citas {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .image-45 {
    max-width: 30%;
  }

  .paragraph-29 {
    max-width: 100%;
    padding-bottom: 36px;
  }

  .underline {
    display: none;
  }

  .resultados-flex {
    padding-bottom: 40px;
  }

  .card-barberia {
    padding: 50px 12px;
  }

  .content-card {
    width: 100%;
  }

  .image-47 {
    width: 20px;
  }

  .heading-37 {
    font-size: 32px;
  }

  .paragraph-33 {
    padding-bottom: 36px;
  }

  .image-48 {
    width: 275px;
    top: 13px;
  }

  .image-49 {
    width: 275px;
    top: 38px;
    left: 70px;
  }

  .image-50 {
    width: 275px;
    display: none;
    top: 141px;
    left: -10px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .paragraph-34 {
    font-size: 16px;
  }

  .heading-38 {
    text-align: left;
    font-size: 42px;
  }

  .heading-39 {
    font-size: 16px;
  }

  .menu__item-3 {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

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

  .last-cta-wrapper-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 90%;
  }

  .paragraph-35 {
    font-size: 14px;
  }

  .paragraph-36 {
    width: 100%;
  }

  .text-hero-2 {
    text-align: left;
    width: 100%;
    line-height: 1.3;
  }

  .nav_logo-2 {
    width: 14rem;
  }

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

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

  .menu__item-4 {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .menu__item-4.buttom.nav {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #5928e5;
    padding: 11px 11px 7px;
  }

  .paragraph-37 {
    font-size: 14px;
  }

  .heading-43 {
    font-size: 19px;
  }

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

  .image-61 {
    min-height: 100%;
    padding-top: 8rem;
  }

  .image-63 {
    width: 32px;
  }

  .text-block-15 {
    font-size: 66px;
  }

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

  .text-link-nav-2 {
    font-size: 13px;
  }

  .image-64 {
    width: 65px;
  }

  .heading-46 {
    font-size: 26px;
  }

  .image-65 {
    width: 65px;
    height: 65px;
  }

  .paragraph-40 {
    width: 100%;
  }

  .button-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-66 {
    width: 100px;
  }

  .paragraph-41 {
    padding-top: 0;
  }

  .text-block-17.dos {
    font-size: 12px;
  }

  .text-block-17.dos.tres {
    font-size: 8px;
  }

  .text-block-18 {
    font-size: 14px;
  }

  .hero-grid-2 {
    padding-top: 20px;
  }

  .mision-flex-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .garantia-section-grid-2 {
    margin-bottom: 6rem;
  }

  .heading-47 {
    font-size: 25px;
  }

  .image-67 {
    width: 14px;
  }

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

  .image-69 {
    width: 28px;
  }

  .heading-49 {
    font-size: 16px;
  }

  .button-hero-2.last-cta.dos {
    padding: 4px 8px;
    top: -20px;
    left: 58px;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-70 {
    max-width: 90%;
  }

  .heading-50 {
    font-size: 26px;
  }

  .image-74 {
    width: 46px;
  }

  .menu__item-5 {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .paragraph-51 {
    font-size: 14px;
  }

  .nav_logo-3 {
    width: 14rem;
  }

  .padding-global-4.padding-section-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu__item-6 {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .menu__item-6.buttom.nav {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #5928e5;
    padding: 11px 11px 7px;
  }

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

  .image-76 {
    width: 32px;
  }

  .heading-54 {
    margin-bottom: 2rem;
  }

  .image-77 {
    width: 65px;
  }

  .image-78 {
    width: 100px;
  }

  .image-80 {
    width: 306px;
  }

  .hea-form-2 {
    font-size: 16px;
  }

  .image-81 {
    width: 14px;
  }

  .form-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
    overflow: hidden;
  }

  .image-82 {
    width: 28px;
  }

  .image-84 {
    width: 46px;
  }

  .menu__item-7 {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .paragraph-55 {
    font-size: 14px;
  }

  .nav_logo-4 {
    width: 14rem;
  }

  .div-block-35 {
    font-size: 14px;
  }

  .menu__item-8 {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .menu__item-8.buttom.nav {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #5928e5;
    padding: 11px 11px 7px;
  }

  .image-85 {
    width: 32px;
  }

  .image-86 {
    width: 65px;
  }

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

  .paragraph-56, .paragraph-56.dos {
    font-size: 14px;
  }

  .image-87 {
    width: 100px;
  }

  .paragraph-57 {
    color: #ffffffb3;
    font-size: 14px;
  }

  .heading-56 {
    font-size: 21px;
  }

  .div-block-36 {
    font-size: 14px;
  }

  .image-88 {
    width: 14px;
  }

  .image-89 {
    width: 28px;
  }

  .image-90 {
    width: 46px;
  }

  .menu__item-9 {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .paragraph-59 {
    font-size: 14px;
  }

  .nav_logo-5 {
    width: 14rem;
  }

  .menu__item-10 {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .menu__item-10.buttom.nav {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #5928e5;
    padding: 11px 11px 7px;
  }

  .image-91 {
    width: 32px;
  }

  .image-92 {
    width: 65px;
  }

  .image-93 {
    width: 100px;
  }

  .image-94 {
    width: 14px;
  }

  .image-95 {
    width: 28px;
  }

  .image-96 {
    width: 46px;
  }

  .landing-page {
    display: none;
  }

  .l-flex-height {
    padding-top: 20px;
  }

  .l-main-info {
    padding-bottom: 32px;
  }

  .paragraph-61 {
    text-align: center;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .paragraph-62 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5px;
    padding-right: 2.5px;
    font-size: 14px;
  }

  .section {
    overflow: hidden;
  }

  .link-block-8 {
    margin-bottom: 32px;
  }

  .link-block-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 14px;
  }

  .div-block-47 {
    padding: 0;
  }

  .image-98 {
    width: 64px;
    height: 56px;
  }

  .heading-60 {
    font-size: 14px;
  }

  .dropdown-list-2 {
    display: block;
  }

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

  .paragraph-66 {
    color: #000;
    max-width: 336px;
  }

  .sidebar {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .services-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .services-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 32px;
  }

  .paragraph-67 {
    line-height: 18px;
  }

  .heading-62 {
    line-height: 24px;
  }

  .proyect-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-flow: column;
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    overflow: hidden;
  }

  .heading-63 {
    color: #1a1a1a;
    padding-bottom: 4px;
    padding-left: 2.5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .heading-63.dos {
    padding-bottom: 8px;
  }

  .icon-5 {
    margin-left: 5px;
    font-size: 23px;
  }

  .icon-6 {
    margin-right: 5px;
    font-size: 23px;
  }

  .slide-3 {
    background-image: url('../images/Captura-de-pantalla-2024-09-06-225915.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/Captura-de-pantalla-2024-09-07-a-las-9.52.22.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-54 {
    width: 100%;
    display: flex;
  }

  .mask {
    width: 200%;
    display: flex;
    overflow: hidden;
  }

  .dropdown-4 {
    min-width: auto;
  }

  .faq-icon-1, .faq-icon-2 {
    background-color: #a1a1a1;
  }

  .dropdown-toggle-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 18px 16px 16px 0;
    display: inline-flex;
    overflow: visible;
  }

  .dropdown-list-3 {
    background-color: #fff;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 12px;
    display: none;
    position: static;
  }

  .paragraph-68 {
    color: #2b2b2b;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-55 {
    background-color: var(--white);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-bottom: 26px;
    padding-bottom: 44px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-22 {
    white-space: pre-wrap;
    width: 100%;
    font-weight: 500;
    line-height: 18px;
  }

  .text-block-23 {
    white-space: pre-wrap;
    font-weight: 500;
    line-height: 18px;
  }

  .text-block-24 {
    font-weight: 500;
    line-height: 19px;
  }

  .contatame {
    width: 100%;
    margin-bottom: 28px;
  }

  .link-block-11 {
    background-color: #1c1c1c;
    border-radius: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .text-block-25 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .text-block-26 {
    color: #adadad;
    font-size: 14px;
  }

  .link-block-12, .link-block-13, .link-block-14 {
    width: 100%;
    height: 100%;
  }

  .div-block-56 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 36px;
    display: flex;
  }

  .link-10 {
    color: #66f;
    font-weight: 600;
    text-decoration: none;
  }

  .text-span-7 {
    font-weight: 700;
  }

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

  .carrousell-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 300%;
    display: flex;
    overflow: hidden;
  }

  .carrousell {
    width: 50%;
  }

  .overfloow {
    overflow: hidden;
  }

  .image-105 {
    width: 100%;
    height: 100%;
  }

  .image-106 {
    height: 100%;
  }

  .c-navbar {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .c-navbar.tattoo {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .clock-label {
    margin-top: 0;
  }

  .clock-number {
    font-size: 3.2rem;
  }

  .box {
    width: 80px;
    height: 106px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    max-width: 90%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

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

  .js-clock {
    flex-wrap: wrap;
  }

  .page-title {
    text-align: center;
    font-size: 20px;
    line-height: 46px;
  }

  .nav-brand-logo {
    width: 159px;
  }

  .nav-link {
    font-size: 15px;
    font-weight: 600;
  }

  .heading-79 {
    font-size: 42px;
  }

  .heading-79.tattoo {
    font-size: 44px;
    line-height: 1.1;
  }

  .paragraph-79 {
    font-size: 17px;
  }

  .link-block-16 {
    width: 75px;
    height: 75px;
  }

  .image-126 {
    width: 55%;
  }

  .sobremi-content-wrapper.formu {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

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

  .heading-80.white {
    font-size: 26px;
  }

  .text-block-49 {
    text-align: center;
    font-size: 16px;
  }

  .section-no-comprar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-81 {
    font-size: 26px;
  }

  .line {
    height: 23vh;
  }

  .image-127 {
    width: 35px;
  }

  .form-block-3 {
    width: 85vw;
  }

  .form-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ft-bottom {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .fixed-whatsapp {
    inset: auto -3% 1% auto;
  }

  .fixed-whatsapp.dos {
    justify-content: flex-start;
    align-items: center;
    width: 60px;
    height: 65px;
  }

  .link-block-17 {
    padding-right: 15px;
  }

  .image-128 {
    width: 47px;
  }

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

  .div-block-72 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-82 {
    text-transform: uppercase;
    font-size: 25px;
  }

  .paragraph-82 {
    font-size: 18px;
    line-height: 26px;
  }

  .video-hero {
    width: 88%;
  }

  .h2-heading {
    line-height: 46px;
  }

  .feature-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-heading-2, .h2-heading-2.dos {
    font-size: 32px;
  }

  .column-small {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-large.text-color-gray-950 {
    font-size: 18px;
  }

  .section-small-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-small-2.f {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .container-default {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-section-two {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subtitle-text {
    text-transform: uppercase;
  }

  .section-title.testimonial {
    text-transform: none;
    font-size: 32px;
  }

  .parimary-button {
    display: none;
  }

  .service-list-item-card {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .service-list-card-item-description {
    display: none;
  }

  .service-list-card-arrow-link-block {
    width: 38px;
    height: 38px;
  }

  .code-embed-2 {
    font-size: 9px;
  }

  .section-header-block.margin-bottom.align-center {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-card-cc {
    padding: 16px 8px;
  }

  .testimonial-excerpt {
    font-size: 17px;
  }

  .client-image-wrap {
    display: none;
  }

  .dropdown-toggle-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-full {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-email {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-85.dos {
    font-size: 7px;
  }

  .space-large {
    min-height: 5vw;
  }

  .spacer {
    min-height: 6vw;
  }

  .footer-title {
    line-height: 8vw;
  }

  .text-block-59 {
    font-size: 16px;
  }

  .text-block-61 {
    font-size: 21px;
    font-weight: 500;
  }

  .div-block-78 {
    padding-top: 240px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-85 {
    font-size: 20.6px;
  }

  .paragraph-86 {
    font-size: 17px;
  }

  .link-19.ani-uno, .link-19.ani-dos, .link-19.ani-tres {
    font-size: 16px;
  }

  .hero-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 12vh;
  }

  .text-block-62 {
    width: 100%;
  }

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

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

  .section-proceso {
    padding-top: 4em;
    padding-bottom: 4.1em;
  }

  .proceso-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .proceso-subheader.hid {
    grid-template-columns: 1fr;
  }

  .boton-over {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .text-block-65 {
    font-size: 16px;
  }

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

  .text-block-66 {
    text-align: center;
  }

  .div-block-82.hid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
  }

  .posters-box {
    perspective: normal;
  }

  .posters-grid {
    opacity: 1;
    width: 300svh;
    margin-left: -70vw;
  }

  .poster.dos {
    object-fit: cover;
  }

  .hero-frame {
    box-shadow: inset 0 -50px 100px 0 var(--black);
  }

  .heading-87 {
    font-size: 34px;
  }

  .section-sobremi {
    padding-top: 4em;
    padding-bottom: 5em;
  }

  .beneficios-wrapper {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    margin-bottom: 60px;
  }

  .pricing-badge-wrapper {
    flex-wrap: wrap;
  }

  .pricing-line {
    margin-left: 24px;
    margin-right: 24px;
  }

  .content-sobremi.hid {
    margin-bottom: 26px;
  }

  .heading-88 {
    width: 100%;
    font-size: 24px;
  }

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

  .image-sobremi.none {
    display: none;
  }

  .testimonios_wrapp {
    padding-left: 1rem;
  }

  .testimonios_item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-garantias {
    padding-top: 4em;
    padding-bottom: 4em;
  }

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

  .section-preguntas {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .preguntas-subheader {
    margin-bottom: 40px;
  }

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

  .preguntas-wrapper {
    margin-bottom: 60px;
  }

  .text-block-77 {
    font-size: 15px;
  }

  .image-footer {
    overflow: hidden;
  }

  .content-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .div-block-94 {
    overflow: hidden;
  }

  .text-block-79 {
    font-size: 15px;
  }

  .image-139 {
    width: 36px;
  }

  .section-pasos {
    padding-bottom: 4em;
  }

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

  .single-process {
    grid-column-gap: 10px;
  }

  .paragraph-92 {
    font-size: 18px;
  }

  .center-heading {
    margin-bottom: 46px;
  }

  .heading-93 {
    font-size: 26px;
  }

  .flex-cta-center {
    margin-top: 32px;
  }

  .right-process {
    grid-row-gap: 0px;
    margin-bottom: 36px;
  }

  .right-process.dos {
    grid-row-gap: 0px;
  }

  .text-block-81 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .text-block-82 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .section-regular-2 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .paragraph-regular-4.price {
    font-size: 24px;
  }

  .title-wrapper-regular {
    text-align: center;
    margin-bottom: 46px;
  }

  .pricing-card-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-regular-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-outline-2 {
    width: 100%;
  }

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

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

  .div-block-95 {
    transform: translate(48px, 19px)rotate(42deg);
  }

  .text-block-86 {
    padding-left: 0;
    padding-right: 6px;
    font-size: 11px;
  }

  .text-block-87 {
    font-size: .65rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h3.dos {
    font-size: 1.5rem;
  }

  .heading-style-h3.dos.mb {
    text-align: center;
    font-size: 1.3rem;
  }

  .heading-style-h3.dos.mb.tres {
    font-size: 1.1rem;
  }

  .hero_coordinates.none {
    display: none;
  }

  .hero_heading-container.flex {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-block-89 {
    font-size: .65rem;
  }

  .spacer-xhuge {
    padding-top: 2rem;
  }

  .spacer-xhuge.none {
    display: none;
  }

  .hero-2 {
    height: 100svh;
    min-height: 80svh;
  }

  .subheader_image {
    aspect-ratio: 2;
    min-height: 150px;
    max-height: 150px;
  }

  .tag.none {
    display: none;
  }

  .footer_content.is-legals {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: end;
    place-items: start stretch;
  }

  .footer_content.is-legals.mb {
    border-top: 1px solid #ddd;
  }

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

  .footer_content.is-grid.none {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

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

  .heading-94.mb {
    font-size: 1.6rem;
  }

  .testimonios {
    padding-bottom: 0;
  }

  .testimonios.mb {
    padding-top: 6rem;
  }

  .paragraph-93.mb {
    margin-bottom: 16px;
  }

  .menu-button-2.none {
    display: none;
  }

  .cta_paragraph {
    width: 100%;
  }

  .cta_paragraph.mb {
    padding-left: 4px;
    padding-right: 4px;
  }

  .footer_nav-contact.is-address {
    border-left-style: none;
    width: 100%;
  }

  .footer_nav-contact.is-address.center {
    border-bottom: 1px solid #ddd;
    justify-content: flex-end;
    align-items: center;
  }

  .spacer-xxhuge {
    padding-top: 4rem;
  }

  .footer_copyright {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button_icon.none {
    display: none;
  }

  .block-full {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .accordion-toggle {
    white-space: pre-wrap;
  }

  .image-equipo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .image-equipo.mb {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quick-slide_image-container {
    aspect-ratio: 1;
  }

  .image-4 {
    width: 130px;
  }

  .work_item {
    border-top: 1px solid #fff;
    border-right-style: none;
  }

  .subheader_description.tres {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .subheader_description.dos {
    padding-right: 0;
  }

  .text-block-97.none, .section_header.none {
    display: none;
  }

  .section_figures.mb {
    margin-bottom: 0;
  }

  .footer_nav-link {
    font-size: .8rem;
  }

  .image-bg-testimonials {
    width: 100%;
  }

  .home-paragraphs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .home-paragraphs-wrapper.mb {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }

  .home-paragraphs-wrapper.mb.dos {
    grid-row-gap: 50px;
  }

  .work_content {
    flex-flow: column;
  }

  .figures_item.has-border-right {
    border-bottom: 1px #eee;
    width: 100%;
  }

  .figures_item.has-border-right.none {
    display: none;
  }

  .figures_item.has-border-right.dos {
    border-bottom-style: solid;
    border-bottom-color: #eee;
  }

  .heading-95 {
    font-size: 39px;
  }

  .heading-95.mb {
    text-align: center;
  }

  .work_heading {
    overflow: hidden;
  }

  .sidebar-2.none {
    display: none;
  }

  .text-block-98 {
    font-size: .8rem;
  }

  .cta_description {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .testimonials.none, .subheader_image-container.none {
    display: none;
  }

  .grid-full {
    grid-template-columns: 1.25fr;
  }

  .paragraph-testimonials {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .button-2.act {
    padding: .55rem;
  }

  .text-size-large.center {
    text-align: center;
  }

  .grid-global.no-gap {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .grid-global.no-gap.flex {
    flex-flow: row;
  }

  .grid-global.no-gap.footer {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .grid-global.no-gap.no {
    grid-row-gap: 2.2rem;
    flex-flow: column;
  }

  .grid-global.no-gap.dos {
    padding-bottom: 1rem;
  }

  .text-block-99 {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
  }

  .section-title-2 {
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 300;
  }

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

  .section-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-2.mb {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h5 {
    font-size: 1.2rem;
  }

  .footer_legal-links {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    border-left-style: solid;
    border-right-style: none;
    width: 100%;
  }

  .heading-96 {
    color: #000;
    text-align: left;
    margin-bottom: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2em;
  }

  .heading-96.dos {
    font-size: 26px;
  }

  .cta.none {
    display: block;
  }

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

  .figure_stat.none {
    display: none;
  }

  .footer_nav.is-links {
    border-right-style: none;
  }

  .footer_nav-container {
    flex-flow: column;
  }

  .figures_row.has-border-bottom {
    flex-flow: column;
    width: 100%;
  }

  .quick-slide_image {
    object-fit: contain;
  }

  .padding-section-large._7rem._2 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.mobile {
    font-size: 1.7rem;
  }

  .header_container.up.cero {
    padding-bottom: 1rem;
  }

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

  .cta_content.mb {
    justify-content: center;
    align-items: center;
  }

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

  .cta_heading.mb {
    padding-left: 0;
  }

  .quick-slide_container.none {
    display: none;
  }

  .paragraph-95 {
    font-size: 17px;
  }

  .padding-section-medium-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium-2.mb {
    padding-bottom: 1rem;
  }

  .figures_container {
    width: 100%;
  }
}

#w-node-b766cfb5-7fca-68e4-d6df-7f9f995286b3-0a1596bd {
  justify-self: end;
}

#w-node-e9e7eb28-4e63-8308-3433-443dd0a85e6f-0a1596bd {
  justify-self: start;
}

#w-node-_8782d121-8d93-ee27-e2e7-7dafb7be44b4-0a1596bd {
  justify-self: center;
}

#w-node-abac3cf9-be8b-f1ce-f5d3-5ab83e62c279-0a1596bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_445e12c9-d50d-a894-ecaf-451737d2d0d0-0a1596bd {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b5016c3c-e979-a34d-974d-0e6f971c5ec4-0a1596bd {
  justify-self: start;
}

#w-node-e69be13e-9037-5ae5-6ca0-da6ffee4beaa-0a1596bd {
  justify-self: center;
}

#w-node-_33128a58-c1fe-8738-3784-e0d4ba619366-0a1596bd {
  justify-self: end;
}

#w-node-_5bac455a-df39-c466-205c-c3818d675f49-0a1596bd {
  justify-self: start;
}

#w-node-c31e16f6-853b-a950-5340-cb0842687640-0a1596bd {
  justify-self: center;
}

#w-node-_89a17a34-ffae-89a1-2c39-663afab67f56-0a1596bd {
  justify-self: end;
}

#w-node-ff592984-c29a-16b9-8a8b-eb78bd22af7a-880dd986, #w-node-_27beb2c8-b784-438e-674f-b6fdad9632c3-974493bb, #w-node-fbe6cf3c-d6aa-6297-e7fa-7254a8351a44-97e8aefa, #w-node-_495f2280-e153-ebd4-ca47-3278a325791e-7f172c83, #w-node-_48cb0819-b4bb-a147-f2f0-05741843fc52-df692905 {
  align-self: center;
}


