:root {
  --white: white;
  --black: black;
  --gris: #656565;
  --transparent: transparent;
  --border: gainsboro;
  --grey: #b0b0b0;
  --dark: #1d1d1d;
  --color: #5c5c5c;
  --color-2: #c2c2c2;
  --color-6: #333;
  --color-3: #9b9b9b;
  --color-4: #aeaeae33;
  --color-5: #aeaeae;
  --gris-car: #999;
  --color-7: #ddd;
  --otro-amarillo: #b6e400;
  --amarillo: #7a851f;
  --color-8: #444;
  --amarillo-granizarte: #f7ae28;
  --radius: 1000px;
}

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

body {
  color: var(--white);
  font-family: Inter;
  font-size: 14px;
  line-height: 20px;
}

.main-wrapper {
  overflow: clip;
}

.section_hero {
  position: relative;
}

.section_hero.none {
  display: none;
}

.hero_nav-wrap {
  z-index: 1;
  width: 100%;
  position: absolute;
}

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

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

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

.container-large.is-hero-container {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.container-large.sidebar, .container-large.dos {
  max-width: 1920px;
  height: 100%;
}

.navbar {
  background-color: #fff0;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

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

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

.nav_wrap {
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.nav_blur-bg {
  background-color: #ffffff14;
  border: 1px solid #ffffff29;
  border-radius: 99rem;
  position: absolute;
  inset: 0%;
}

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

.navbar_list {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_links {
  opacity: .8;
  color: inherit;
  padding: .5rem 1.5rem;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.5;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

.nav_buttons-wrap {
  z-index: 104;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button.is-nav-button {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  color: var(--black);
  background-color: #fff;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  height: 3px;
  min-height: 3rem;
  padding: .35rem 2rem .5rem;
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.button.dos.rf {
  background-color: var(--white);
  color: var(--black);
}

.button.dos.rf:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.is-icon-only {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  transition: all .2s;
  display: flex;
  transform: rotate(0);
}

.button.is-icon-only:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.is-icon-only.w--current {
  background-color: var(--black);
  color: var(--white);
}

.button.is-icon-only.w--current:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.act {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button.act:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.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.dos:hover {
  color: #000;
  background-color: #fff;
}

.button.dos.blanco {
  background-color: var(--white);
  color: var(--black);
}

.button.dos.blanco:hover {
  background-color: var(--black);
  color: var(--white);
}

.navbar_bottom-line {
  background-color: #ffffff4d;
  height: .51px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto -50vw 0%;
}

.decorative-lines {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: clip;
}

.hero_background-image {
  z-index: -1;
  object-fit: cover;
  background-image: radial-gradient(circle, #0000, #0000004d), url('../images/6747a851b6c12bf43134fa37_home-hero-image.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0 0;
}

.decorative-left-line {
  pointer-events: none;
  width: 100%;
  position: relative;
}

.line-left {
  background-color: #ffffff4d;
  width: 1px;
  height: 100%;
  position: absolute;
  right: max(100% - 5rem, 0px);
}

.decorative-right-line {
  pointer-events: none;
  width: 100%;
  position: relative;
}

.line-right {
  background-color: #ffffff4d;
  width: 1px;
  position: absolute;
  inset: 0% auto 0% max(100% - 5rem, 0px);
}

.content {
  width: 100%;
  padding-left: 6rem;
  padding-right: 1rem;
}

.hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 13rem;
  padding-bottom: 6.94rem;
  display: flex;
}

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

.header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.badge-text {
  letter-spacing: .125em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-7xl {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 1.11;
}

.paragraph {
  max-width: 44.375em;
  margin-bottom: 0;
  font-size: 1rem;
}

.button-wrapper {
  color: var(--black);
  background-color: #fff;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

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

.hero_bottom-values {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  max-width: 8.3125rem;
  display: flex;
}

.text-3xl {
  letter-spacing: -.02em;
  font-size: 2.25rem;
  line-height: 1.11;
}

.text-base {
  letter-spacing: .02em;
  font-size: 1rem;
  line-height: 1.5;
}

.text-base.text-color-secondary {
  color: var(--black);
}

.scroll-down {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: .02em;
  white-space: nowrap;
  background-color: #ffffff1f;
  border: 1px solid #ffffff29;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  position: absolute;
  inset: auto 0% 1.25rem;
}

.btn-line-right {
  background-color: #ffffff4d;
  width: 50vw;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 100%;
}

.btn-line-left {
  background-color: #ffffff4d;
  width: 50vw;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 100% 0% auto;
}

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

.section.hero-home-a-section {
  z-index: 2;
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.section.template-home-a-section {
  z-index: 2;
  background-color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: clip;
}

.section.p-100 {
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.p-140 {
  padding-top: 140px;
}

.section-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
}

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

.paragraph-2 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.div-block {
  z-index: 1;
  border-top: 1px solid #00000040;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  position: relative;
}

.main {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.sidebar.none {
  display: none;
}

.section_sidebar {
  z-index: 5;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.sidebar_component {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.grid-global.dos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.sidebar_link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--gris);
  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: var(--black);
  font-weight: 500;
}

.sidebar_link-dot {
  background-color: #000;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
}

.sidebar_link-dot.none {
  display: none;
}

.text-block {
  white-space: nowrap;
  font-size: .775rem;
}

.text-block:hover {
  color: var(--black);
}

.section_header {
  width: 100%;
  height: 100%;
}

.section_header.none {
  display: none;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.padding-section-medium {
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.header_component {
  width: 100%;
  height: 100%;
}

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

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

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

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

.tag_leading-dot.dos.rf {
  background-color: var(--white);
}

.text-size-regular {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.header_heading {
  text-transform: uppercase;
  overflow: hidden;
}

.heading-style-h2 {
  color: var(--black);
  font-size: 2.8rem;
  line-height: 1.6;
}

.heading-style-h2.white {
  color: var(--white);
}

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

.subheader_component {
  width: 100%;
  height: 100%;
}

.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.dos {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
}

.subheader_description.tres {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.paragraph-3 {
  color: var(--black);
  font-size: .875rem;
  line-height: 1.6;
}

.paragraph-3.dos {
  font-size: 1rem;
}

.paragraph-3.dos.rf {
  color: var(--white);
}

.section_cta-large {
  background-image: linear-gradient(#1e1e1e66, #1e1e1e66), url('../images/fondo-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;
}

.cta-large_component {
  height: 100%;
}

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

.cta-large_heading {
  text-transform: uppercase;
  padding-left: 1rem;
  font-size: .875rem;
  overflow: hidden;
}

.cta-large_description {
  padding-left: 1rem;
  font-size: .875rem;
  overflow: hidden;
}

.paragraph-4 {
  line-height: 1.6;
}

.cta-large_button-container {
  padding-left: 1rem;
  overflow: hidden;
}

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

.button_label.none {
  display: none;
}

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

.code-embed {
  width: 24px;
  font-size: .5rem;
}

.section_figures {
  width: 100%;
  height: 100%;
  margin-bottom: 8rem;
}

.figures_component {
  width: 100%;
  height: 100%;
}

.figures_container {
  outline-offset: -1px;
  outline: 1px solid #ddd;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.figures_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  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;
}

.figure_stat {
  overflow: hidden;
}

.figure_stat.none {
  display: none;
}

.heading-style-h1 {
  color: var(--black);
  font-size: 3.5rem;
  line-height: 1.6;
}

.figure_label {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.6;
}

.figure_label.over {
  overflow: hidden;
}

.work {
  color: var(--black);
  font-size: .875rem;
  line-height: 1.6;
}

.subheader_image-container {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.subheader_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
}

.subheader_image.dos {
  aspect-ratio: auto;
}

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

.subheader_button-container {
  overflow: hidden;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.section_work {
  position: relative;
}

.section_work.none {
  display: none;
}

.work_component {
  height: 85svh;
  min-height: 85vh;
}

.work_inner-container {
  border-left: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.work_content {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.work_item {
  border-right: 1px solid var(--white);
  color: var(--black);
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
}

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

.work_heading {
  text-transform: uppercase;
  align-self: stretch;
  margin-right: 0;
  text-decoration: none;
}

.heading-style-h5 {
  color: var(--white);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-block-2 {
  color: var(--white);
  letter-spacing: -.03em;
  text-transform: uppercase;
}

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

.work_image-container {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.work_image {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.work_mask {
  background-color: #1e1e1e26;
  position: absolute;
  inset: 0%;
}

.work_background-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.accordion {
  cursor: pointer;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 1.5rem;
}

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

.accordion-content {
  background-color: #fff0;
  height: auto;
  display: block;
  position: static;
  overflow: clip;
}

.content-wrap {
  padding-top: .75rem;
}

.text-xl {
  letter-spacing: -.0125em;
  font-size: 1.125rem;
  line-height: 1.4;
}

.accordion-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #666;
  border-radius: .75rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 2rem;
  height: 2rem;
  display: grid;
  position: relative;
}

.cta {
  max-width: 1550px;
}

.section_cta {
  width: 100%;
  height: 100%;
}

.padding-section-large._7rem {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.cta_component {
  width: 100%;
  height: 100%;
}

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

.cta_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 1px solid var(--white);
  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;
}

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

.cta_description {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cta_paragraph {
  width: 50%;
  padding-left: 1rem;
  overflow: hidden;
}

.cta_paragraph.mb {
  width: 100%;
}

.paragraph-5 {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.6;
}

.section_footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.footer_component {
  width: 100%;
  height: 100%;
}

.footer_container {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

.footer_content.is-grid.none.xl {
  border: 1px solid #ddd;
  display: block;
}

.footer_content.is-grid.none.xl.cero {
  border-style: none;
}

.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-legals.cero {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

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

.footer_nav-contact.is-address.dos {
  border-bottom: 1px solid #ddd;
  border-left-style: none;
  border-right-style: none;
  justify-content: flex-end;
  align-items: center;
}

.footer_nav-contact.is-address.dos.cero {
  border-bottom-style: none;
  border-left-style: none;
  border-right-width: 0;
}

.text-size-large {
  color: var(--black);
  font-size: 1.25rem;
  line-height: 1.6;
}

.footer_nav-container {
  display: flex;
}

.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.is-links.cero {
  border-right-style: none;
}

.footer_nav-link {
  color: var(--black);
  text-transform: uppercase;
  align-self: center;
  padding: 1rem;
  font-family: Inter;
  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;
}

.footer_copyright {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

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

.footer_legal-links.cero {
  border-left-style: none;
  border-right-style: none;
}

.link {
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  line-height: 1.6;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.footer_sponsor {
  z-index: 6;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 1rem;
  font-size: .875rem;
  line-height: 1.6;
  position: relative;
}

.text-block-4 {
  color: var(--black);
  font-weight: 300;
}

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

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

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

.background-line {
  background-color: #eee;
  align-self: stretch;
  width: 1px;
  height: 100%;
}

.background-line.dos {
  background-color: #dddddd29;
}

.image {
  width: 9px;
}

.text-block-5, .text-block-6 {
  font-size: .75rem;
}

.code-embed-2 {
  width: 20px;
  padding-top: 3px;
}

.equipo {
  display: none;
}

.text-block-7 {
  color: var(--black);
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-8 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.testimonial-card {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.testimonial-card-left-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 43.125rem;
  height: 43.75rem;
}

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

.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-bg-testimonials {
  background-image: url('../images/terceraimagen.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 350px;
  max-height: 710px;
}

.block-full {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17% 160px 13%;
  display: flex;
}

.block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
  overflow: hidden;
}

.heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6;
}

.heading.mb.dos {
  font-size: 1.8rem;
}

.paragraph-testimonials {
  color: var(--black);
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 160%;
}

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

.testimonials.none {
  display: none;
}

.name-testimonials {
  color: var(--black);
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.position-testimonials {
  color: var(--black);
  line-height: 130%;
  display: none;
}

.testimonios {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section_action-button {
  z-index: 9999;
  position: fixed;
  inset: auto 0% 0%;
}

.component_action-button {
  position: relative;
  overflow: hidden;
}

.action-button_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.code-embed-3 {
  width: 26px;
  transform: rotate(-45deg);
}

.text-block-9 {
  text-transform: uppercase;
  font-size: .875rem;
  text-decoration: none;
}

.code-embed-4 {
  width: 25px;
}

.header-dos {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
}

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

.c-navbar {
  background-color: #0000;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
}

.section_navbar {
  width: 100%;
  position: relative;
}

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

.navbar_component {
  border: 1px solid #eee;
}

.navbar_logo-container {
  display: none;
}

.navbar_logo-container.tablet-display-none {
  color: var(--white);
  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: var(--black);
  padding-top: .85rem;
  padding-bottom: .85rem;
}

.code-embed-5 {
  color: var(--black);
}

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

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

.navbar_menu {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.navbar_link {
  color: var(--white);
  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 {
  background-color: var(--white);
  color: var(--black);
}

.navbar_link.dos {
  border-left: 1px solid var(--white);
}

.navbar_link.up {
  z-index: 9999999;
  position: relative;
}

.navbar_link.none {
  display: none;
}

.navbar_divider {
  background-color: var(--white);
  align-self: stretch;
  width: 1px;
}

.code-embed-6 {
  width: 180px;
}

.navbar_menu-button {
  padding: 0;
}

.menu-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.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: var(--black);
}

.menu-button_label-hidden {
  font-size: 1.25rem;
  line-height: 100%;
  text-decoration: none;
  display: none;
  position: absolute;
}

.menu-button_label-visible {
  font-size: 1.25rem;
  line-height: 100%;
}

.section_hero {
  flex: 1;
  align-self: stretch;
  width: 100%;
  min-height: 100%;
}

.hero_component {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  width: 100%;
  height: 90%;
  overflow: hidden;
}

.hero_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px none var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.hero_heading-container {
  color: var(--white);
  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;
}

.hero_bottom-container {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.hero_coordinates {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .875rem;
  line-height: 1.6;
  display: flex;
  overflow: hidden;
}

.hero_scroll-indicator-container {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.scroll-indicator {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .875rem;
  line-height: 1.6;
  display: flex;
}

.scroll-indicator_text {
  letter-spacing: 3px;
  font-weight: 300;
}

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

.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_mask {
  z-index: 5;
  background-image: linear-gradient(#1e1e1e66, #1e1e1e66);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_background {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.page-container {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}

.text-block-10, .text-block-11 {
  letter-spacing: 3px;
  font-weight: 300;
}

.image-2 {
  width: 258px;
  display: block;
}

.image-2.none {
  display: none;
}

.image-negro {
  width: 200px;
  display: none;
}

.image-3 {
  width: 60rem;
}

.link-3, .link-4 {
  color: var(--black);
  text-decoration: none;
}

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

.quick-slide_container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.quick-slide_mask {
  width: 100%;
  height: 100%;
  position: relative;
}

.quick-slide_image-container {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
}

.quick-slide_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.text-block-12 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 1.2em;
}

.paragraph-6 {
  text-align: center;
  max-width: 850px;
  margin-bottom: 14px;
  font-family: Inter;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4em;
}

.image-equipo {
  overflow: hidden;
}

.heading-3.dos {
  color: var(--black);
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
}

.text-block-14 {
  color: var(--black);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.image-5 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
}

.image-6 {
  width: 100%;
}

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

.rf {
  color: var(--white);
}

.body-2 {
  background-color: var(--white);
  font-family: Onest, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.header-section {
  background-color: #000000a6;
  position: relative;
}

.hero-bg-video {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

.navbarr {
  background-color: var(--transparent);
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-warp {
  border: 1px solid #ffffff40;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand-home {
  border-right: 1px solid #ffffff40;
  padding: 10px 23px 10px 24px;
}

.image-7 {
  object-fit: contain;
  width: 120px;
}

.nav-menu {
  border-left: 1px solid #ffffff40;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-inner {
  color: var(--white);
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.nav-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
}

.nav-link {
  padding: 11px 24px;
}

.nav-button {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 17px 27px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button:hover, .nav-button.white {
  background-color: var(--white);
  color: var(--black);
}

.nav-button.white:hover {
  background-color: var(--black);
  color: var(--white);
}

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

.nav-top-line {
  background-color: var(--black);
  border-radius: 2px;
  width: 28px;
  height: 2px;
  margin-bottom: 8px;
}

.nav-middle-line {
  background-color: var(--black);
  width: 18px;
  height: 2px;
}

.nav-bottom-line {
  background-color: var(--black);
  width: 28px;
  height: 2px;
  margin-top: 8px;
}

.hero-section {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: 725px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
}

.hero-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-left {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-top {
  text-transform: uppercase;
  background-image: url('../images/svg-vacio.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 18px;
}

.caption {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.color-white {
  letter-spacing: -2px;
  margin-top: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 114%;
}

.color-white._40px {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.home-right {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000003;
  border: 1px solid #ffffff40;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 525px;
  display: flex;
}

.hero-card {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 33px 50px;
  display: flex;
}

.hero-card.border {
  border-right: 1px solid #ffffff40;
}

.body-small {
  text-align: center;
  font-size: 14px;
  line-height: 170%;
}

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

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

.benefits-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.benefits-wrapper.servicios {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-style: none;
  grid-template-rows: auto auto;
}

.benefit-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 64px 57px;
  display: flex;
}

.benefit-item.borde {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-right: 1px solid var(--border);
}

.text-block-16 {
  color: var(--black);
  text-align: center;
  font-size: 44px;
  line-height: 1.2;
}

.text-block-17 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.small-subtitle {
  z-index: 10;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2em;
  position: relative;
}

.outline-card {
  border: 1px solid #fff3;
  margin: -.5px;
  position: relative;
}

.background-advantages {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-advantages.bg-one {
  background-image: url('../images/tercera-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.section-2 {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.section-2.without-top-spacing {
  background-color: var(--black);
  color: var(--white);
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: none;
}

.body-display.small {
  color: #d8d8d8;
  font-size: 14px;
}

.card-left-line {
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.service-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.grid-advantages {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 15px) minmax(auto, 1170px) minmax(15px, 15px);
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services-card {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 100%;
  min-height: 300px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-bottom-line {
  flex-flow: row;
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.benefits-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 1.4em;
}

.overlay-advantages {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.background-cover {
  z-index: 3;
  background-color: #000;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.vertical-line-fill {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 10px;
}

.vertical-line-fill.blank {
  opacity: 0;
}

.advantages-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-right-line {
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.horizontal-line-fill {
  background-color: #fff;
  width: 10px;
  height: 100%;
}

.horizontal-line-fill.blank {
  opacity: 0;
}

.work_item-2 {
  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;
}

.text-block-18 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

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

.work_inner-container-2 {
  border-left: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-style-h5-2 {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

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

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

.tittle-proceso {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 56px;
  display: flex;
}

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

.tag-content {
  display: flex;
}

.text-size-regular-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h2-2 {
  color: #000;
  font-family: Onest, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.6;
}

.paragraph-7 {
  color: #000;
  font-size: .875rem;
  line-height: 1.6;
}

.paragraph-7.dos {
  font-size: 1rem;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.code-embed-7 {
  width: 24px;
  font-size: .5rem;
}

.link-6 {
  color: #000;
  text-decoration: none;
}

.section-cta-uno {
  background-color: #acacac;
  background-image: linear-gradient(270deg, #00000080, #fff0), linear-gradient(90deg, #000, #fff0), url('../images/renovux-reformas-fondo2.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.cta-uno-wrapper {
  margin-bottom: 0;
}

.tittle-cta-uno {
  margin-bottom: 56px;
  overflow: hidden;
}

.tittle-cta-uno.black {
  color: var(--black);
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.6;
}

.heading-4.dos {
  color: var(--black);
  font-size: 2.8rem;
}

.grid-cta-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.grid-cta-wrapper.sobre {
  z-index: 2;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

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

.cta-item.none {
  display: none;
}

.cta-item.black {
  color: var(--black);
}

.cta-item.dos {
  color: var(--black);
  border: 1px solid #0003;
  padding: 32px 8px;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.text-block-19 {
  text-align: center;
  line-height: 1.5;
}

.section-testimonios {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.section-top-testimonios {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.testimonial-slider {
  background-color: var(--transparent);
  height: 100%;
}

.testimonial-slider-icon-wrapper {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  transition: all .3s ease-in-out;
  display: flex;
  top: auto;
  left: 45%;
}

.testimonial-slider-icon-wrapper:hover {
  background-color: var(--black);
  color: var(--white);
}

.testimonial-slider-icon-wrapper.right {
  color: var(--black);
  left: 50%;
}

.testimonial-slider-icon-wrapper.right:hover {
  color: var(--white);
}

.slide-nav {
  display: none;
}

.testimonial-slider-item-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.testimonial-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  width: 62%;
  display: flex;
}

.testimonial-text {
  color: var(--black);
  font-size: 20px;
  line-height: 1.5;
}

.testimonial-author-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.text-large {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-image-wrapperrr {
  width: 38%;
}

.testimonial-imagee {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.section-sobre-nosotros {
  background-color: var(--white);
  padding-top: 3rem;
  padding-bottom: 10rem;
  position: relative;
}

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

.fondo-image {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 39vh;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.section-cta-dos {
  background-color: #b8b8b8;
  background-image: linear-gradient(270deg, #0003, #000), url('../images/reformas-suelos-web.jpeg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 9em;
  padding-bottom: 9.2em;
}

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

.heading-6 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.3;
}

.text-block-20 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 21px;
  line-height: 1.3;
}

.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.over-scroll {
  overflow: hidden;
}

.section-preguntas {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.preguntas-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.header-preguntas {
  margin-bottom: 56px;
  overflow: hidden;
}

.heading-7 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

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

.dropdown, .dropdown-toggle {
  width: 100%;
}

.dropdown-list {
  background-color: #ddd0;
  padding-bottom: 20px;
  padding-left: 26px;
  padding-right: 26px;
  display: none;
  position: relative;
}

.paragraph-8 {
  color: var(--black);
  margin-bottom: 0;
}

.dropdown-6 {
  border-bottom: 1px solid #fff;
  width: 100%;
  transition: all .45s ease-in-out;
}

.dropdown-6:hover {
  color: #ea0035;
  border-bottom-color: #ea0035;
}

.dropdown-6.dos {
  color: var(--black);
  border-bottom-color: #00000059;
}

.dropdown-toggle-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 30px;
  display: flex;
}

.dropdown-toggle-6.dos {
  padding-left: 16px;
}

.text-block-77 {
  color: #fff;
  text-transform: none;
  font-size: 17px;
  line-height: 1.4em;
}

.text-block-77.dos {
  color: #000;
}

.icon-12 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
  position: static;
}

.icon-12.dos {
  color: #000;
  font-size: 20px;
}

.dropdown-list-5 {
  background-color: #ddd0;
  padding: 10px 40px 30px 20px;
  position: relative;
}

.paragraph-9 {
  margin-bottom: 0;
}

.footer-legal-section {
  background-color: #f5f5f5;
  padding: 1.5rem 3%;
}

.footer-legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-grid-regular {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .65fr .5fr;
}

.footer-link-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.footer-column-left {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

.footer-links-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.footer-logo {
  height: 32px;
}

.subheading-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: none;
}

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

.text-color-primary {
  color: #000;
}

.footer-link-dark {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #666;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link-dark:hover {
  color: #000;
}

.footer-link-dark.none {
  display: none;
}

.footer-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #666;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #000;
}

.footer-section {
  border-top: 1px solid #e3e3e3;
  padding: 80px 5%;
  position: relative;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.footer-legal-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.text-block-78 {
  font-size: 15px;
  line-height: 20px;
}

.fixed-whatsapp {
  width: 65px;
  height: 65px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-9 {
  width: 47px;
}

.image-10 {
  width: 265px;
}

.div-block-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.text-block-79 {
  color: var(--black);
  text-transform: none;
  padding-bottom: 1rem;
  font-size: 20px;
  font-weight: 500;
}

.body-1 {
  background-color: var(--black);
  font-family: Montserrat, sans-serif;
}

.cc-navbar {
  z-index: 120;
  background-color: #0000;
  position: fixed;
  inset: auto 0% 1rem;
}

.cc-container {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.cc-hero {
  height: 100svh;
}

.cc-section {
  background-color: #f1f4f0;
  padding-top: 135px;
  padding-bottom: 160px;
}

.page-content {
  display: none;
}

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

.navigation-right {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.location {
  opacity: .71;
  letter-spacing: -.3px;
  margin-top: 10px;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.navigation-link {
  z-index: 2;
  letter-spacing: -.3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.text-content {
  height: 20px;
  overflow: hidden;
}

.navigation-text {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.navigation-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

.logo-link {
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.nav-flex {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-8 {
  color: var(--gris);
  letter-spacing: -.3px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-80 {
  color: var(--black);
  font-family: Onest, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.c-section-intro {
  padding-left: 5%;
  padding-right: 5%;
}

.cc-hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 180px 5% 30px;
  display: flex;
}

.c-hero-below {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-item-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 0;
  display: flex;
  position: relative;
}

.text-block-81 {
  color: var(--black);
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.text-block-82 {
  color: var(--black);
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

.arrow-angle.top-left {
  position: absolute;
  inset: 0% auto auto 0%;
}

.arrow-angle.top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.arrow-angle.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.arrow-angle.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.arrow-line {
  background-color: #000;
  width: 15px;
  height: 1px;
}

.arrow-line.y-asis {
  width: 1px;
  height: 15px;
}

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

.slider-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide {
  background-color: #fff;
}

.mask {
  width: 50%;
}

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

.item-photo-wrapper.first {
  z-index: 10;
  background-color: #000;
  border-radius: 20px;
  width: 48%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  box-shadow: 0 2px 20px -1px #00000040;
}

.item-photo-wrapper.second {
  z-index: 9;
  background-color: #959595;
  border-radius: 20px;
  width: 62%;
  height: 70%;
  position: absolute;
}

.item-photo-wrapper.second.dos {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-22deg)rotateZ(0);
  box-shadow: 0 2px 20px -1px #00000040;
}

.item-photo-wrapper.second.tres {
  transform-style: preserve-3d;
  background-image: url('../images/renovux-testimonio-dos.jpg');
  background-position: 50%;
  background-size: auto;
  transform: rotateX(0)rotateY(22deg)rotateZ(0);
  box-shadow: 0 2px 20px -1px #00000040;
}

.item-photo-wrapper.thirt {
  z-index: 8;
  background-color: #dadada;
  border-radius: 20px;
  width: 74%;
  height: 50%;
  position: absolute;
}

.item-photo-wrapper.thirt.dos {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(16deg)rotateZ(0);
}

.item-photo-wrapper.thirt.tres {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(22deg)rotateZ(0);
  box-shadow: 0 2px 20px -1px #00000040;
}

.item-photo-wrapper.thirt.cuatro {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-22deg)rotateZ(0);
  box-shadow: 0 2px 20px -1px #00000040;
}

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

.nav-menu-wrapper {
  z-index: 90;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-menu-2 {
  background-color: #fff0;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-menu-background {
  position: absolute;
  inset: 0%;
}

.nav-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 40rem;
  display: flex;
  position: relative;
}

.nav-menu-content {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.nav-overflow {
  position: relative;
  overflow: hidden;
}

.nv-link {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-text {
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 1;
  text-decoration: none;
}

.nav-text.is-hover {
  color: var(--grey);
}

.nav-bg-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-bg-side {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.nav-bg-block {
  background-color: var(--dark);
  width: 100%;
  height: 100%;
}

.nav-wrapper {
  z-index: 99;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--dark);
  border: 1px solid #ffffff0d;
  justify-content: space-between;
  align-items: center;
  width: 20rem;
  height: 4rem;
  padding-bottom: 4px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.brand-link {
  text-decoration: none;
}

.logo-wrap {
  height: 1.875rem;
  overflow: hidden;
}

.logo-image {
  height: 1.875rem;
}

.menu-button-2 {
  background-color: #0000;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  display: block;
}

.menu-button-2:hover, .menu-button-2:active {
  background-color: #000;
}

.menu-button-2:focus, .menu-button-2:focus-visible, .menu-button-2[data-wf-focus-visible] {
  background-color: #0000;
}

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

.menu-item {
  background-color: #f2f2f2;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
}

.menu-item.left {
  background-color: #fafafa;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
}

.section-home-header {
  padding-bottom: 5rem;
  overflow: clip;
}

.header-container {
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: relative;
}

.header-component-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.header-top-content {
  z-index: 10;
  mix-blend-mode: difference;
  position: relative;
  inset: 0% 0% auto;
}

.text-size-small {
  text-transform: uppercase;
  font-size: .875rem;
}

.header-content-wrapper {
  z-index: 10;
  mix-blend-mode: difference;
  position: relative;
  bottom: -1.25rem;
}

.header-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.51rem;
  font-weight: 400;
  line-height: 1;
}

.header-image-block {
  width: 16rem;
  height: 16rem;
  position: relative;
}

.header-image-01 {
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
}

.left-vertical-image-01.image-01 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vertical-part {
  background-image: url('../images/tercera-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.vertical-part.left-image-1 {
  background-image: url('../images/tercera-img.webp'), url('../images/tercera-img.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.vertical-part.left-image-2, .vertical-part.right-image-2 {
  background-image: url('../images/tercera-img.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.header-image-02 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
}

.top-horizontal-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.horizontal-part {
  background-image: url('../images/tercera-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200%;
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-part.top-image-02 {
  background-image: url('../images/tercera-img.webp');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.horizontal-part.bottom-image-02 {
  background-position: 50%;
  height: 100%;
  inset: auto 0% 0%;
}

.header-image-03 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
}

.left-vertical-image-03, .right-vertical-image-01 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.cc-container-large._1500px {
  max-width: 1500px;
}

.text-align-center {
  color: var(--white);
  text-align: center;
}

.text-align-center.change-color-dark {
  color: var(--color);
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.text-size-regular {
  color: var(--white);
  text-transform: uppercase;
}

.spacer-xlarge {
  padding-top: 4rem;
}

.partner-row-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partner-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.partner-item {
  border: 1px solid var(--dark);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.partner-opacity {
  width: 4rem;
  height: 100%;
  position: absolute;
  inset: auto auto auto 0%;
}

.partner-opacity.left {
  background-image: linear-gradient(90deg, #000, #fff0);
}

.partner-opacity.right {
  background-image: linear-gradient(90deg, #0000, var(--black));
  inset: auto 0% auto auto;
}

.image-11 {
  width: 145px;
}

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

.padding-section-large._0rem {
  padding-bottom: 0;
}

.heading-component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-9 {
  font-size: 12rem;
  font-weight: 600;
  line-height: 86px;
}

.heading-9.dos {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8rem;
  line-height: .9;
}

.heading-9.dos.tres {
  line-height: 1.1;
}

.spacer-medium {
  width: 100%;
  padding-top: 4rem;
}

.intro-content {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.intro-text {
  color: var(--grey);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.spacer-large {
  padding-top: 3rem;
}

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

.media-social-link {
  border: 1px solid #aeaeae33;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  position: relative;
}

.social-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  overflow: hidden;
}

.media-social-icon {
  color: var(--white);
  width: 1.125rem;
  height: 1.125rem;
}

.outline-button-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.horizontal-button-outline {
  width: 100%;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.horizontal-button-outline.top {
  inset: 0% 0% auto;
}

.horizontal-button-outline.buttom {
  inset: auto 0% 0%;
}

.horizontal-button-outline.left {
  inset: 0% auto 0% 0%;
}

.horizontal-outline {
  background-color: #fafafa;
  width: 100%;
  height: 1px;
}

.horizontal-outline.left {
  width: 1px;
  height: 100%;
}

.vertical-button-outline {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.vertical-button-outline.right {
  inset: 0% 0% 0% auto;
}

.vertical-outline {
  background-color: #fafafa;
  width: 1px;
  height: 100%;
}

.button-wrapper-dos {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.main-button {
  color: var(--white);
  text-align: center;
  border: 1px solid #aeaeae33;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 2px 18px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
}

.main-button:hover {
  color: var(--black);
  background-color: #fff;
}

.main-button.dos {
  height: 4rem;
  padding-left: 36px;
  padding-right: 36px;
}

.button-inner-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-horizontal-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-one-agency {
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.medium-container {
  margin-left: auto;
  margin-right: auto;
}

.medium-container.dos {
  max-width: 1500px;
}

.home-one-agency-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-one-agency-item {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 90px 20px 100px;
  display: flex;
}

.home-one-agency-item-heading {
  max-width: 576px;
  padding-bottom: 20px;
}

.heading-five {
  color: var(--black);
  text-align: center;
  letter-spacing: -.64px;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 54px;
}

.heading-five.change-color-white {
  color: var(--white);
}

.heading-five.chnage-color-grey {
  color: var(--color-2);
}

.heading-five.chnage-color-grey.right {
  text-align: left;
  font-size: 56px;
}

.heading-five.change-heading-color.white {
  color: var(--white);
}

.heading-five.chnage-size {
  color: var(--color-6);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.change-font {
  background-color: var(--grey);
  letter-spacing: -4px;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-one-agency-item-details {
  max-width: 522px;
  padding-bottom: 40px;
}

.home-one-agency-counter-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.home-one-agency-counter-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.button-font {
  color: var(--black);
  letter-spacing: 1.44px;
  text-transform: uppercase;
  font-weight: 600;
}

.button-font.chnage-color-grey {
  color: var(--color-2);
  text-align: center;
}

.button-font.chnage-color-grey.dos {
  color: var(--black);
}

.home-one-agency-pertition {
  background-color: #dbdbdb;
  width: 1px;
}

.home-one-agency-design {
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-agency-design-tab {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  padding-top: 30px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.home-one-agency-tab-item {
  background-color: #070616;
  border-radius: 20px;
  padding: 6px 30px;
}

.home-one-agency-tab-item.change-tab-style {
  border: 1px solid var(--white);
}

.menu-font {
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-one-agency-design-text {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.home-one-agency-design-heading {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  margin-top: 20px;
}

.home-one-agency-background {
  position: absolute;
  inset: 0%;
}

.home-one-agency-main-image {
  background-image: url('../images/ajajajajajajaja.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120%;
}

.section-home-service {
  display: none;
}

.home-one-card {
  padding: 60px 15px 8rem;
  display: none;
}

.home-one-card-main-wrapper {
  grid-column-gap: 40vh;
  grid-row-gap: 40vh;
  flex-flow: column;
  height: 660vh;
  display: flex;
}

.home-one-card-main {
  height: 90vh;
  padding-top: 12px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-one-card-main.one, .home-one-card-main.two, .home-one-card-main.tres, .home-one-card-main.cuatro, .home-one-card-main.cinco {
  top: 12px;
}

.home-one-card-item {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark);
  flex-flow: column;
  height: 100%;
  padding: 70px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-card-heading {
  transform-origin: 0%;
}

.heading-four {
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.home-one-card-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-card-image-main-wrapper {
  width: 100%;
  height: 130%;
}

.auto-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.auto-fit.image-full-width._250px {
  height: 250px;
}

.home-one-card-border {
  background-color: #fff;
  height: 30px;
  position: absolute;
  inset: -20px 0% auto;
}

.home-one-tool {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.home-one-tool.dos {
  background-color: var(--black);
  padding-bottom: 100px;
}

.home-one-tool-main {
  justify-content: center;
  align-items: center;
  padding-top: 260px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.big-container {
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-count-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.home-two-count-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-two-count-left-main.overflow-hidden {
  overflow: hidden;
}

.heading-three {
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 90px;
}

.change-color-white {
  color: var(--white);
  letter-spacing: -4px;
  font-size: 45px;
  font-style: italic;
}

.home-two-count-right {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-two-count-right-text {
  max-width: 565px;
}

.text-span, .text-span-2 {
  color: var(--white);
  font-style: italic;
  font-weight: 300;
}

.home-two-count-main {
  border: 1px solid #3d3d42;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.home-two-count-item {
  border-right: 1px solid #3d3d42;
  flex: 1;
  max-width: 345px;
}

.home-two-count-item.chnage-border {
  max-width: 100%;
}

.home-two-count-top {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-two-count-bottom {
  justify-content: center;
  align-items: center;
  height: 357px;
  display: flex;
  position: relative;
}

.home-two-count-bottom-text {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.home-two-count-overlay {
  background-color: #b3de4f;
  height: 98%;
  position: absolute;
  inset: auto 0% 0;
}

.home-two-count-overlay.overlay-two {
  background-color: var(--dark);
  height: 32%;
}

.home-two-count-overlay.overlay-tres {
  background-color: var(--white);
  height: 75%;
}

.home-two-count-overlay.overlay-cuatro {
  background-color: var(--color-2);
  height: 12%;
  inset: auto 0% 0%;
}

.max-width-xlarge {
  width: 100%;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}

.award-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 2rem .5rem;
  display: flex;
  position: relative;
}

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

.award-title-item {
  z-index: 3;
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.award-number {
  color: var(--color-3);
  line-height: 1;
}

.award-title {
  text-transform: uppercase;
  line-height: 1;
}

.info-text-block.right {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.info-text {
  text-transform: uppercase;
  line-height: 1;
}

.info-line-wrapper {
  position: absolute;
  inset: auto 0% 0%;
}

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

.members-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-block {
  border: 1px solid var(--color-4);
  background-color: var(--dark);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1.5rem;
  display: flex;
}

.member-content-block {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.member-name {
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall.up {
  padding-top: 1.25rem;
}

.member-text {
  color: var(--color-5);
  font-size: 1rem;
  line-height: 1.2;
}

.member-spacer {
  width: 100%;
  padding-top: 2rem;
}

.member-line {
  background-color: var(--color-4);
  width: 100%;
  height: 1px;
}

.team-member-image-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.team-member-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 375px;
}

.team-member-image.dos {
  object-position: 50% 50%;
  max-height: 365px;
}

.team-member-social-media {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  width: 100%;
  display: flex;
}

.crevite-part {
  height: 300vh;
  padding-top: 140px;
}

.cretive-sticky-part {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.crevite-part-main {
  border-radius: 20px;
  width: 60%;
  height: 600px;
  overflow: hidden;
}

.crevite-part-main.position-relative {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.cretive-image-line {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-7.5deg)translate(0);
}

.crevite-image-box {
  flex: none;
  width: 38%;
  height: 266px;
}

.auto-fit.image-radius-15 {
  border-radius: 15px;
}

.cretive-part-overlay {
  background-image: linear-gradient(#0006, #0006);
  position: absolute;
  inset: 0%;
}

.rotated-video {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.home-one-tool-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.home-one-tool-item {
  background-color: #efefef;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 90px 20px;
  display: flex;
}

.home-one-tool-item-heading-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.small-heading-text {
  color: var(--color);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 35px;
}

.home-one-tool-image-big-wrapper {
  width: 100%;
  overflow: hidden;
}

.home-one-tool-item-image {
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.home-one-tool-item-paragraph {
  max-width: 100%;
  padding-bottom: 20px;
}

.hover-item {
  color: var(--color-6);
  font-size: 19px;
  line-height: 29px;
}

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

.footer-padding {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.footer-top-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.footer-logo-link.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-logo-link-image {
  height: 2.5rem;
}

.footer-logo-link-image.dos {
  height: 10rem;
}

.max-width-small.text-color-secondary {
  width: 100%;
  max-width: 20rem;
}

.max-width-small.text-color-secondary._30rem {
  max-width: 30rem;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.3;
}

.text-size-medium.text-align-center {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.footer-component-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.footer-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.link-button {
  flex-flow: column;
  height: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-wrap {
  flex-flow: column;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.link-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
}

.link-text.is-hover {
  color: var(--gris);
}

.bottom-component-flexx {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
  display: flex;
}

.section-cta {
  padding-bottom: 80px;
}

.cta-wrap {
  text-align: center;
  background-image: url('../images/web-viralex.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #525252;
  border-radius: 15px;
  padding: 95px 95px 116px;
}

.cta-content {
  width: 100%;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
}

.cta-title {
  letter-spacing: -3.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-details {
  color: var(--gris);
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.2;
}

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

.section-clip {
  z-index: 2;
  background-color: var(--white);
  padding-top: 130px;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
  overflow: clip;
}

.hero-full-height {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-hero {
  justify-content: center;
  align-items: center;
  margin-bottom: 8.5em;
  display: flex;
}

.marquee-hero-wrapper {
  grid-column-gap: 1.1125em;
  grid-row-gap: 1.1125em;
  display: flex;
}

.marquee-hero-component {
  grid-column-gap: 1.125em;
  grid-row-gap: 1.125em;
  display: flex;
}

.marquee-image {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #1e1e1e26;
  border-radius: .5em;
  width: 13em;
  height: 18em;
  padding: .625rem;
  overflow: hidden;
}

.border {
  object-fit: cover;
  border-radius: .2rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.frame-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 14em;
  height: 19em;
  display: grid;
  position: absolute;
}

.border-embed {
  display: flex;
}

.heading-10 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-10.dos {
  font-size: 27px;
}

.paragraph-10 {
  color: var(--black);
  line-height: 1.5;
}

.div-block-7 {
  margin-bottom: 16px;
}

.div-block-8 {
  background-color: #000;
}

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

.div-block-9 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: flex;
}

.image-12 {
  align-self: center;
  width: 138px;
}

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

.image-13 {
  width: 180px;
}

.text-block-84 {
  color: var(--black);
}

.part-top {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3px;
  font-size: 12px;
  display: flex;
}

.text-block-85 {
  font-size: 12px;
  font-weight: 700;
}

.part-midle {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
  display: flex;
}

.text-block-86 {
  color: var(--black);
}

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

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

.link-8.link {
  font-weight: 600;
}

.link-8.dos {
  font-weight: 700;
}

.text-block-87 {
  color: var(--black);
}

.paragraph-11 {
  opacity: .6;
  color: var(--black);
  font-size: 10px;
  line-height: 1.5;
}

.div-block-12 {
  max-width: 42%;
  padding-top: 24px;
  padding-left: 24px;
}

.div-block-12.none, .code-embed-10 {
  display: none;
}

.image-14 {
  object-fit: cover;
}

.page-wrapper-car {
  color: var(--gris-car);
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.section-car {
  margin-top: 20px;
}

.section-car._100px {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-car._100px.white {
  background-color: #fff;
}

.section-car._100px.white._60px {
  padding-bottom: 60px;
}

.section-car._100px.none {
  display: none;
}

.section-car._100px.image-car {
  background-image: url('../images/floridablanca-copia_page-0001.jpg');
  background-position: 0 0;
  background-size: auto;
}

.content-wrapper-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-content-wrapper {
  position: relative;
  overflow: hidden;
}

.home-navbar-wrapper {
  margin-top: 20px;
}

.navbar-car {
  z-index: 999;
  background-color: #fff0;
  width: 100%;
}

.content-wrapper-default {
  width: 100%;
  max-width: 1355px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.logo-link-car {
  width: 226px;
  position: relative;
}

.logo-link-car.footer {
  width: 300px;
}

.link-text-wrapper {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-text-wrapper.center {
  justify-content: center;
  align-items: center;
}

.link-text {
  transform-origin: 50%;
  text-transform: none;
}

.link-text.large {
  font-size: 1rem;
  line-height: 18px;
  text-decoration: none;
}

.link-text-hover {
  transform-origin: 50%;
  transform-style: preserve-3d;
  font-size: 1rem;
  line-height: 18px;
  position: absolute;
  transform: translate(0, 100%)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.nav-content {
  grid-column-gap: 16px;
  justify-content: flex-start;
  height: 44px;
  min-height: 44px;
  display: flex;
}

.nav-menu-dropdown.none {
  display: none;
}

.menu-button-car {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff29;
  border: 1px solid #ffffff52;
  border-radius: 12px;
  width: 44px;
  min-width: 44px;
  height: 100%;
  padding: 6px;
}

.menu-icon {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.top, .midle, .bottom {
  background-color: #fff;
  border-radius: 100px;
  width: 26px;
  height: 1.5px;
}

.nav-dropdown-list {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff29;
  border: 1px solid #ffffff52;
  border-radius: 16px;
  width: 320px;
  min-width: 320px;
  margin-top: 20px;
  right: 0%;
  overflow: hidden;
}

.nav-menu-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.link-large {
  color: var(--white);
  font-size: 20px;
  line-height: 14px;
  text-decoration: none;
}

.nav-menu-cta {
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  margin-top: 12px;
  padding-right: 0;
  display: flex;
}

.hero-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.hero-image.mobile-only {
  display: none;
}

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

.image-default.max {
  height: 110%;
}

.image-default.max.contain {
  object-fit: contain;
}

.hero-image-overlay {
  background-image: linear-gradient(#0808057a, #0808057a);
  position: absolute;
  inset: 0%;
}

.hero-texts-wrapper {
  padding-top: 60px;
  padding-right: 0;
}

.hero-texts-content {
  grid-row-gap: 425px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-content-top {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-text-location {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pearl-color-text {
  color: var(--color-7);
  font-size: 14px;
  line-height: 14px;
}

.hero-content-bottom {
  grid-row-gap: 65px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-heading {
  max-width: 1150px;
}

.pure-color-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

.pure-color-heading.cc-nostros {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.pure-color-heading.servicios {
  font-size: 62px;
}

.pure-color-heading.h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.pure-color-heading.black {
  color: var(--black);
}

.pure-color-heading.green {
  color: var(--otro-amarillo);
}

.pure-color-heading.max {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: italic;
}

.hero-buttons-wrapper {
  border-top: .1px solid #fff9;
}

.hero-buttons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-button-item {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 14px;
  text-decoration: none;
}

.hero-button-item.hero-button-1 {
  border-right: .1px solid #fff9;
  padding-right: 40px;
}

.hero-button-item.hero-button-2 {
  padding-left: 40px;
}

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

.flori {
  background-color: #000;
}

.nav-models-search {
  background-color: #ffffff29;
  border: 1px solid #ffffff52;
  border-radius: 12px;
}

.nav-dropdown-toggle {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6px 24px;
  display: flex;
}

.link-navbar {
  color: var(--white);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  line-height: 12px;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.link-navbar:hover {
  color: var(--gris-car);
}

.home-about-content {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.min-width-120px {
  width: 180px;
  min-width: 180px;
}

.subheadline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--amarillo);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 14px;
  display: inline-flex;
}

.subheadline-line {
  background-color: var(--amarillo);
  width: 20px;
  height: 2.5px;
}

.subheadline-line.yellow {
  background-color: var(--otro-amarillo);
}

.max-width-920px {
  grid-row-gap: 32px;
  flex-flow: column;
  min-width: 920px;
  max-width: 980px;
  display: flex;
}

.home-about-metrics {
  justify-content: space-between;
  display: flex;
}

.metric-item {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.metric-number-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.medium-text {
  font-size: 18px;
}

._2x-large-text {
  color: var(--white);
  font-size: 65px;
  font-weight: 500;
  line-height: 120%;
}

.text-span-3 {
  color: var(--amarillo);
  font-weight: 300;
}

.home-about-cta {
  grid-column-gap: 32px;
  border-top: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 32px;
  display: flex;
}

.max-width-420px {
  max-width: 640px;
}

.paragraph-12 {
  margin-bottom: 0;
  line-height: 130%;
}

.link-9 {
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
}

.about-content {
  grid-column-gap: 56px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-content.numeros {
  grid-column-gap: 24px;
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-height: 420px;
  position: relative;
  overflow: hidden;
}

.image-reveal-overlay {
  background-color: #080805;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-texts {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-subheadline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.heading-subheadline.metrics-section {
  max-width: 900px;
}

.heading-subheadline.benefits-heading {
  max-width: 360px;
}

.pure-color-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3;
}

.about-text-button {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.paragraph-13 {
  margin-bottom: 0;
  line-height: 130%;
}

.heading-full-width {
  margin-bottom: 40px;
}

.about-metrics {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-row-gap: 16px;
  border: 1px solid var(--color-8);
  background-color: #1a1a1a;
  flex-flow: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.x-large-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.benefit-card {
  background-color: #444;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 280px;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefit-content {
  z-index: 1;
  grid-row-gap: 40px;
  background-color: #1a1a1a;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.benefit-icon-wrapper {
  background-image: linear-gradient(135deg, #080805, var(--otro-amarillo));
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 1px;
}

.benefit-icon {
  background-color: #1a1a1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.car-icon {
  border-radius: 50%;
}

.benefit-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.photos-wrap {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photos-grid {
  flex: none;
  width: 100%;
  height: 650px;
  position: relative;
}

.gallery-overlay {
  z-index: 10;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-photo-wrap {
  background-color: #000;
  position: absolute;
}

.grid-photo-wrap._1 {
  background-color: #fff;
  width: 35%;
  height: 70%;
  padding-bottom: 15px;
}

.grid-photo-wrap._2 {
  background-color: #fff;
  width: 20%;
  height: 30%;
  inset: auto auto 0% 0%;
}

.grid-photo-wrap._3 {
  z-index: 1;
  background-color: #fff;
  width: 50%;
  height: 285px;
  padding: 0 15px 15px;
  left: 35%;
}

.grid-photo-wrap._4 {
  z-index: 2;
  background-color: #fff;
  width: 40%;
  height: 380px;
  padding-top: 15px;
  padding-left: 15px;
  inset: auto auto 0% 20%;
}

.grid-photo-wrap._5 {
  background-color: #fff;
  width: 40%;
  height: 65%;
  padding-left: 15px;
  inset: 0% 0% auto auto;
}

.grid-photo-wrap._6 {
  background-color: #fff;
  width: 40%;
  height: 35%;
  padding-top: 15px;
  padding-left: 15px;
  inset: auto 0% 0% auto;
}

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

.image-cover.parallax {
  width: 120%;
  max-width: none;
  height: 120%;
}

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

.footer-content {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.footer-top {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 785px;
  display: flex;
}

.footer-links-column {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.main-text {
  line-height: 1.3;
}

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

.footer-bottom {
  flex-flow: column;
  display: flex;
  position: relative;
}

.footer-logo-car {
  height: 100%;
}

.footer-logo-gradient {
  background-image: linear-gradient(0deg, #000, #070a0dab 30%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-promo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-10 {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.benefits-heading-divider {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

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

.text-block-88 {
  color: var(--amarillo);
}

.text-block-88.yellow {
  color: var(--otro-amarillo);
}

.home-benefits-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-benefits-wrapper._40px {
  margin-bottom: 40px;
}

.home-benefit-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.extra-large-text {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

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

.benefits-divider {
  background-color: #e0e3e6;
  width: 1px;
}

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

.green {
  color: var(--otro-amarillo);
}

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

.master-navigation {
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-cc {
  z-index: 3;
  background-color: #0000;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-bg {
  background-color: #e6e8ddcc;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body-4 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.nav-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 16px;
  display: flex;
  position: relative;
}

.brand-navbar {
  width: 100%;
  max-width: 127px;
}

.logo-nav {
  width: 100px;
}

.nav-menu-cc {
  background-color: #0000;
}

.wrap-nav-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-cc {
  color: var(--black);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 32px;
  padding: 12px 16px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.nav-link-cc:hover {
  background-color: #ffffffe0;
}

.cta-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  cursor: pointer;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: all 1s ease-in-out;
  display: flex;
  position: relative;
}

.cta-main.hero-button {
  justify-content: center;
  align-items: center;
}

.button-text-mask {
  color: var(--white);
  flex: none;
  height: 20px;
  font-size: 14px;
  overflow: hidden;
}

.button-text {
  z-index: 1;
  text-shadow: 0 1.5em #fff;
  position: relative;
}

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

.button-bg {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000;
  border: 1px solid #fff0;
  border-radius: 100vw;
  transition: all 1s ease-in-out;
  position: absolute;
  inset: 0%;
}

.button-bg.verde {
  background-color: #b6e400;
}

.modal-book {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-form {
  border-radius: 16px;
  display: flex;
  overflow: hidden;
}

.wrap-sticky-home-a {
  position: relative;
}

.video-home-a {
  z-index: 1;
  object-fit: cover;
  background-color: #000;
  width: 100%;
  height: auto;
  min-height: 100svh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.main-container.absolute {
  position: absolute;
  inset: 0%;
}

.master-hero-home-a {
  flex-flow: column;
  width: 100%;
  height: 96%;
  display: flex;
}

.wrap-home-a-hero-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.home-a-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.divider-light-16 {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

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

.eyebrow-circle {
  background-color: #b6e400;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.label-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.label-small.text-light-88 {
  opacity: .77;
  font-weight: 400;
}

.label-small.black {
  color: var(--gris);
}

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

.left-home-a {
  max-width: 510px;
}

.heading-11 {
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.5;
}

.right-home-a {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 448px;
  display: flex;
}

.text-block-89 {
  font-weight: 400;
}

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

.home-a-bottom-tile {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-11 {
  opacity: 1;
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.link-11:hover {
  color: var(--otro-amarillo);
  display: inline-block;
}

.overlay-home-a {
  z-index: 1;
  background-image: linear-gradient(0deg, #000000a3, #fff0);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-dark-16 {
  z-index: 1;
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.image-wrap-column {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-column {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.headline-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divider-dark-16 {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.heading-12 {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-90 {
  color: var(--color-8);
}

.hero-home2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.wrapper-content-hero {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 180px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.wrapper-text-hero {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.hero-title {
  color: var(--black);
  text-align: center;
  letter-spacing: -2px;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 110%;
}

.hero-description {
  color: var(--dark);
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.hero-description.left {
  text-align: left;
  max-width: 700px;
  margin-bottom: 12px;
}

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

.link-12 {
  color: var(--white);
  background-color: #0d00ff;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.link-12.black {
  background-color: #f7ae28;
}

.body-5 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.link-13 {
  color: var(--black);
  border: 1px solid #f7ae28;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
}

.link-13.white {
  color: var(--white);
  border-color: #ffffff7d;
}

.section_cta_gr {
  padding-left: 0;
  padding-right: 0;
}

.track-cta {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.background-video {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
}

.container-1500 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.about-us-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.image-44 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 50%;
  max-width: 80%;
  height: 600px;
  max-height: 650px;
}

.about-us-top-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-us-top-content.center {
  justify-content: center;
  align-items: center;
}

.about-us-top-content.center.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.about-us-top-content.center.small.grande {
  width: 73%;
}

.text-block-91 {
  color: var(--black);
  font-size: 15px;
}

.text-block-91.center {
  text-align: center;
}

.text-block-91.center.xxl {
  font-size: 16px;
  font-weight: 500;
}

.text-block-91.center.xxl.none {
  display: none;
}

.heading-13 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.heading-13.center {
  text-align: center;
  line-height: 1;
}

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

.products-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 68px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 70px;
  display: grid;
}

.products-wrapper.una-columna {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.products-wrapper.una-columna.three {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.products-wrapper.una-columna._3-columnas {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.card-product {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  min-height: 600px;
  display: flex;
  position: relative;
}

.card-product.section-hero {
  min-height: 300px;
}

.product-image {
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 465px;
  max-height: 465px;
}

.product-image.especvial {
  min-width: 300px;
  min-height: 375px;
}

.product-image.tipos-hielo {
  height: 250px;
}

.product-image._450px {
  height: 450px;
  max-height: 450px;
}

.text-block-92 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.text-block-92.descripcion {
  opacity: .7;
  font-size: 16px;
  line-height: 1.2;
}

.link-14 {
  color: var(--black);
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.link-14.especial {
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
}

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

.paragraph-x-large {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.subheading-x-large {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

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

.feature-10-card {
  border: 1px solid #dde3e8;
  border-radius: 8px;
  padding: 24px;
}

.paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.button-group.flex-left {
  justify-content: flex-start;
  align-items: center;
}

.button-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.section-regular {
  color: var(--black);
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.column-4x-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c9d2d9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-flex;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.overline-small.black {
  color: var(--black);
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.subheading-large {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.section-regular-2 {
  color: var(--black);
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}

.h6-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.avatar-large {
  background-color: #f5f7f8;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 18px;
  display: flex;
  overflow: hidden;
}

.image-cover-2 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.testimonial-4-item {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

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

.testimonial-4-stars {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f2c202;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.testimonial-4-image {
  aspect-ratio: 1;
  border-radius: 8px;
  width: 100%;
  max-width: 625px;
  height: 100%;
  overflow: hidden;
}

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

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

.footer-8-links {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  width: 100%;
  max-width: 480px;
}

.footer-8-legal-link {
  color: #50555f;
  font-size: 12px;
  font-weight: 500;
  transition: color .3s;
}

.footer-8-legal-link:hover {
  color: #000;
}

.footer-8-legal-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-8-logo-link {
  flex: none;
}

.button-outline-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c9d2d9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-flex;
}

.footer-8-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small.text-color-tertiary {
  color: var(--black);
  font-size: 14px;
}

.section-small {
  background-color: #fff;
  border-top: 1px solid #f7ae2847;
  padding-top: 80px;
  padding-bottom: 26px;
  position: relative;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-8-component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.footer-8-social {
  color: var(--black);
  width: 20px;
  height: 20px;
}

.footer-8-divider {
  background-color: #c9d2d9;
  width: 1px;
  height: 16px;
}

.badge-secondary-small {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

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

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

.divider-tertiary {
  background-color: #edf0f2;
  width: 100%;
  height: 1px;
}

.footer-8-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s linear;
  display: flex;
}

.footer-8-link:hover {
  color: var(--amarillo-granizarte);
}

.footer-8-link.sinnada {
  text-decoration: none;
}

.footer-8-company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.div-block-17 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.column-2x-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.column-2x-large.column-center {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.cta-9-section {
  color: #fff;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/ChatGPT-Image-4-ene-2026-18_32_28-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 120px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.button-primary-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-secondary-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.h3-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.h3-heading._65 {
  text-align: center;
  width: 65%;
  font-weight: 600;
}

.hint-center {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-93 {
  color: var(--black);
  font-size: 14px;
  text-decoration: none;
}

.parallax-scroll {
  overflow: hidden;
}

.nav-10-links {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-10-menu-line {
  transform-origin: center;
  background-color: currentColor;
  border-radius: 4px;
  width: 20px;
  height: 2px;
}

.nav-10-menu-line.line-middle {
  top: 50%;
}

.nav-10-menu-line.line-bottom {
  bottom: 0;
}

.nav-10-menu-burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-10-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.button-outline-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c9d2d9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-flex;
}

.nav-10-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.nav-10-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-10-menu-button {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 0;
}

.nav-10-menu-button.w--open {
  background-color: #000;
}

.nav-10-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: color .3s ease-in-out;
  display: inline-flex;
}

.nav-10-link:hover {
  color: var(--amarillo-granizarte);
}

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

.nav-10-link.dos {
  width: 100%;
}

.navbar-2 {
  background-color: #fff;
  border-bottom: 1px solid #f7ae2847;
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-10-brand {
  padding-left: 0;
  padding-right: 0;
}

.nav-10-logo {
  width: 180px;
}

.button-primary-large-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.nav-10-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-94 {
  font-weight: 400;
}

.text-block-94.black {
  color: var(--black);
}

.text-block-95 {
  font-weight: 400;
}

.button-products {
  margin-top: 50px;
}

.icon-13 {
  margin-right: 0;
  position: relative;
}

.dropdown-list-6 {
  border: 1px solid var(--amarillo-granizarte);
  background-color: #fff;
  display: none;
}

.text-block-96 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.link-15 {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.text-block-97 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.link-16 {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.text-block-98 {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.link-17 {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.text-block-99 {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.link-18 {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.text-block-100, .text-block-101, .text-block-102, .text-block-103, .text-block-104, .text-block-105, .text-block-106, .text-block-107, .text-block-108, .text-block-109, .text-block-110, .text-block-111, .text-block-112, .text-block-113, .text-block-114 {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.text-block-115, .text-block-116 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.text-block-117, .text-block-118 {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.text-block-119, .text-block-120 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.text-block-121, .text-block-122, .text-block-123 {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

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

.link-whatsapp {
  background-color: #00e676;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: fixed;
  inset: auto 2.1% 4.5% auto;
  box-shadow: 0 2px 20px #00e6764d;
}

.image-45 {
  width: 35px;
  height: 35px;
}

.link-pedido {
  z-index: 999;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 5% 2.1%;
  box-shadow: 0 2px 10px -4px #0003;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.image-46 {
  width: 120px;
  min-width: 120px;
  min-height: 180px;
  max-height: 180px;
}

.image-46._100 {
  width: 210px;
}

.text-block-124 {
  text-align: center;
}

.link-19 {
  color: var(--black);
  font-weight: 500;
}

.hero-bg {
  background-image: linear-gradient(#000, #000), url('../images/hf_20260120_145349_23d84035-ef8d-4f86-b4eb-9fd1507425c0.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 85vh;
}

.hero-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-wrapper.dos {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 220px;
  padding-bottom: 80px;
}

.header-nav {
  background-color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.container-n {
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

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

.nav-link-2 {
  color: var(--white);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2.xxl {
  text-transform: uppercase;
}

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

.image-47 {
  width: 70px;
}

.hero-data {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/hf_20260120_145349_23d84035-ef8d-4f86-b4eb-9fd1507425c0.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-top {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 62%;
  display: flex;
  position: relative;
}

.heading-14 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25;
}

.paragraph-14 {
  text-align: center;
  width: 70%;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.hero-btn {
  grid-column-gap: 20px;
  color: var(--white);
  border: 1px solid #ffffffa6;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.body-6 {
  color: var(--white);
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

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

.section-title-h2 {
  border-top: 1px solid #fff3;
  margin-top: 0;
  margin-bottom: 26px;
  padding-top: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.story-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.story-left {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 46%;
  display: flex;
}

.story-heading {
  color: var(--gris-car);
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.story-top {
  grid-column-gap: 14px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sl-img {
  background-color: #111;
  border-radius: 4px;
  width: 100%;
  max-width: 36%;
  overflow: hidden;
}

.story-image {
  object-fit: cover;
  width: 100%;
}

.story-image.tres {
  object-fit: cover;
  height: 250px;
}

.story-image.dos {
  height: 170px;
}

.story-image.uno {
  height: 200px;
}

.story-images {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 64%;
  display: flex;
}

.story-img {
  background-color: #111;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.sl-data {
  margin-bottom: 40px;
}

.sl-title {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.sl-info-wrap {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.sl-block {
  grid-column-gap: 60px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.text-block-126 {
  color: var(--gris-car);
}

.story-right {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.sr-top {
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-text {
  color: var(--gris-car);
  margin-bottom: 0;
}

.link-20 {
  color: var(--white);
  border-bottom: 1px solid #fff;
  line-height: 1.5;
  text-decoration: none;
}

.sr-img {
  background-color: #111;
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sr-image {
  object-fit: cover;
  object-position: 0% 78%;
  width: 100%;
  height: 100%;
  max-height: 465px;
}

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

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

.service-item {
  display: flex;
}

.service-link {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-img {
  background-color: #111;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

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

.service-data {
  margin-top: 20px;
}

.service-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-15 {
  color: var(--gris-car);
}

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

.facts-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.facts-icon {
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
}

.facts-data {
  margin-top: 18px;
}

.facts-info {
  margin-bottom: 12px;
  font-size: 44px;
}

.text-block-127 {
  color: var(--gris-car);
  font-size: 18px;
}

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

.process-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-left {
  width: 100%;
  max-width: 40%;
}

.list {
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.process-item {
  color: var(--gris-car);
  font-size: 14px;
}

.process-right {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 46%;
  display: flex;
}

.heading-15 {
  border-bottom: 1px solid #fff3;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.process-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.process-img {
  background-color: #111;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.process-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.showcase {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.showcase-wrap {
  grid-column-gap: 0px;
  display: flex;
}

.showcase-data {
  grid-row-gap: 22px;
  flex-flow: column;
  min-width: 280px;
  display: flex;
}

.showcase-img {
  background-color: #111;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.showcase-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.showcase-image.dos {
  object-fit: cover;
}

.showcase-scroll {
  grid-column-gap: 22px;
  display: flex;
}

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

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

.te-box {
  background-color: #111;
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.te-img {
  object-fit: cover;
  width: 100%;
  min-height: 550px;
  max-height: 500px;
}

.te-img.up {
  object-position: 50% 5%;
  min-height: 550px;
  max-height: 550px;
}

.te-data {
  z-index: 1;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 31px;
  display: flex;
  position: absolute;
  inset: auto 30px 30px;
}

.text-block-128 {
  color: var(--white);
  display: none;
}

.heading-16 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.testimonial-wrap {
  grid-column-gap: 60px;
  background-image: url('../images/hf_20260120_145349_23d84035-ef8d-4f86-b4eb-9fd1507425c0.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.footer-info {
  color: var(--white);
  background-color: #1b1b1b;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}

.ft-info {
  grid-column-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-129 {
  font-size: 22px;
}

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

.link-21 {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.footer-n {
  padding-top: 80px;
  padding-bottom: 30px;
}

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

.image-48 {
  width: 100px;
  margin-bottom: 4px;
}

.div-block-18 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

.code-embed-11 {
  margin-bottom: 22px;
}

.code-embed-12 {
  width: 2px;
}

.image-50 {
  width: 31px;
  font-size: 22px;
}

.ft-menu {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-20 {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  margin-bottom: 18px;
}

.text-block-130 {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .section.p-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.p-100.p-20 {
    padding-top: 40px;
  }

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

  .grid-global.no-gap.no {
    display: flex;
  }

  .header_container.tres {
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .subheader_image-container {
    height: 100%;
  }

  .subheader_image {
    aspect-ratio: auto;
    height: 100%;
  }

  .spacer-xxhuge {
    padding-top: 7rem;
  }

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

  .work_container {
    height: 100%;
  }

  .work_inner-container {
    border: 1px solid var(--white);
    flex-flow: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .work_content {
    justify-content: flex-start;
  }

  .work_link-container {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta_paragraph {
    width: 100%;
  }

  .footer_nav-link {
    text-align: center;
    font-size: .6rem;
  }

  .text-block-3.none {
    display: none;
  }

  .text-block-4 {
    font-size: .8rem;
  }

  .background-line.none {
    display: none;
  }

  .hero {
    height: 100vh;
  }

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

  .navbar_logo-container.tablet-display-none {
    display: none;
  }

  .navbar_menu-container {
    z-index: 1;
    background-color: var(--white);
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    height: 100svh;
    max-height: 100svh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .navbar_menu-inner-container {
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
    padding: 8rem 1rem;
    display: flex;
  }

  .navbar_menu {
    background-color: var(--white);
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .navbar_link {
    color: var(--black);
    padding: 0;
    font-size: 2rem;
    line-height: 1.6;
  }

  .navbar_menu-button {
    z-index: 2;
    color: var(--black);
  }

  .menu-button_label-hidden {
    color: var(--black);
    font-size: 1rem;
    display: none;
  }

  .menu-button_label-visible {
    font-size: 1rem;
  }

  .hero_label {
    font-size: .6rem;
  }

  .hero_coordinates, .scroll-indicator_text {
    font-size: .7rem;
  }

  .scroll-indictor_icon {
    width: .8rem;
    height: .8rem;
    min-height: 1.5rem;
  }

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

  .image-4 {
    width: 200px;
  }

  .text-block-13 {
    font-size: .8rem;
  }

  .hero-wrap {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-benefits {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .work_inner-container-2 {
    border: 1px solid #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section-proceso {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2-2 {
    font-size: 2.3rem;
  }

  .heading-4, .heading-4.dos {
    font-size: 2.4rem;
  }

  .grid-cta-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .grid-cta-wrapper.sobre {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-slider-icon-wrapper.right {
    left: 54%;
  }

  .fondo-image {
    height: 53vh;
  }

  .text-block-77 {
    white-space: pre-wrap;
    word-break: normal;
  }

  .footer-legal-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-legal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-grid-regular {
    grid-template-columns: 1fr 1.5fr;
  }

  .footer-link-badge {
    align-items: center;
  }

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

  .hero-title {
    font-size: 80px;
  }

  .hero-description {
    font-size: 18px;
    line-height: 26px;
  }

  .container-1500 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-us-content-wrapper {
    flex-flow: column;
  }

  .image-44 {
    width: 100%;
    max-width: 100%;
    height: 400px;
    max-height: 400px;
  }

  .about-us-top-content, .about-us-top-content.center.small.grande {
    width: 100%;
  }

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

  .heading-13.center {
    font-size: 36px;
  }

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

  .products-wrapper.una-columna {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 56px;
  }

  .products-wrapper.una-columna.three {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .card-product {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .card-product.helados {
    min-height: 400px;
    max-height: 417px;
  }

  .product-image {
    object-fit: contain;
    height: 430px;
    max-height: 430px;
  }

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

  .column-4x-large {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .column-large {
    width: 100%;
  }

  .section-regular-2 {
    padding-top: 100px;
  }

  .testimonial-4-item {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-8-links {
    max-width: none;
  }

  .section-small {
    padding-top: 40px;
  }

  .footer-8-component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cta-9-section {
    margin-top: 80px;
  }

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

  .h3-heading._65 {
    width: 90%;
  }

  .nav-10-links {
    flex-flow: column;
  }

  .nav-10-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-10-menu-button {
    background-color: #faad1f;
  }

  .nav-10-link {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-10-link.dos {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-10-menu {
    background-color: #fff;
    border-bottom: 1px solid #c9d2d9;
    padding-bottom: 8px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown-list-6.w--open {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .section.p-140 {
    padding-top: 120px;
  }

  .dropdown-toggle-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-77 {
    font-size: 16px;
  }

  .footer-legal-section {
    padding-bottom: 32px;
  }

  .footer-grid-regular {
    grid-template-columns: 1fr;
  }

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

  .link-13 {
    display: inline-block;
  }

  .heading-13.center {
    font-size: 30px;
  }

  .products-wrapper.una-columna {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .products-wrapper.una-columna.three {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .products-wrapper.una-columna._3-columnas {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-product {
    min-height: 530px;
  }

  .paragraph-x-large {
    font-size: 18px;
  }

  .column-4x-large {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .column-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

  .testimonial-4-image {
    aspect-ratio: 3 / 2;
  }

  .footer-8-links {
    grid-column-gap: 8px;
    grid-row-gap: 26px;
    flex-flow: column;
    display: flex;
  }

  .footer-8-legal-row {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-8-main {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .section-small {
    padding-top: 40px;
  }

  .column-regular-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 15px;
  }

  .footer-8-divider {
    display: none;
  }

  .footer-8-link {
    font-size: 15px;
  }

  .column-2x-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h3-heading {
    font-size: 32px;
  }

  .nav-10-right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-10-buttons {
    display: block;
  }

  .nav-10-logo.footer {
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .padding-global.sidebar.cero {
    padding-left: 0;
    padding-right: 0;
  }

  .button.is-icon-only, .button.act {
    padding: .55rem;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.mb {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.p-100.p-20 {
    padding-bottom: 40px;
  }

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

  .section-title {
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 300;
  }

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

  .paragraph-2.mb {
    margin-bottom: 16px;
  }

  .sidebar.none {
    display: none;
  }

  .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.dos {
    padding-bottom: 1rem;
  }

  .grid-global.no-gap.ccero {
    grid-row-gap: 0rem;
  }

  .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.flex {
    flex-flow: row;
  }

  .section_header.none {
    display: none;
  }

  .spacer-xhuge {
    padding-top: 2rem;
  }

  .spacer-xhuge.none {
    display: none;
  }

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

  .padding-section-medium.mb, .header_container.up.cero {
    padding-bottom: 1rem;
  }

  .tag.none {
    display: none;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.mobile {
    font-size: 1.7rem;
  }

  .subheader_description.dos {
    padding-right: 0;
  }

  .subheader_description.tres {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .button_icon.none {
    display: none;
  }

  .section_figures, .section_figures.mb {
    margin-bottom: 0;
  }

  .figures_container {
    width: 100%;
  }

  .figures_row.has-border-bottom {
    flex-flow: column;
    width: 100%;
  }

  .figures_item.has-border-right {
    border-bottom: 1px #eee;
    width: 100%;
  }

  .figures_item.has-border-right.dos {
    border-bottom-style: solid;
    border-bottom-color: #eee;
  }

  .figures_item.has-border-right.none, .figure_stat.none, .subheader_image-container.none {
    display: none;
  }

  .subheader_image {
    aspect-ratio: 2;
    min-height: 150px;
    max-height: 150px;
  }

  .spacer-xxhuge {
    padding-top: 4rem;
  }

  .work_content {
    flex-flow: column;
  }

  .work_item {
    border-top: 1px solid var(--white);
    border-right-style: none;
  }

  .work_heading {
    overflow: hidden;
  }

  .heading-style-h5 {
    font-size: 1.2rem;
  }

  .accordion-toggle {
    white-space: pre-wrap;
  }

  .cta.none {
    display: block;
  }

  .padding-section-large._7rem._2 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

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

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

  .cta_content.mb {
    justify-content: center;
    align-items: center;
  }

  .cta_heading.mb {
    padding-left: 0;
  }

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

  .cta_description {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .cta_paragraph {
    width: 100%;
  }

  .cta_paragraph.mb {
    padding-left: 4px;
    padding-right: 4px;
  }

  .paragraph-5 {
    width: 100%;
  }

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

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

  .text-size-large.center {
    text-align: center;
  }

  .footer_nav-container {
    flex-flow: column;
  }

  .footer_nav.is-links {
    border-right-style: none;
  }

  .footer_nav-link {
    font-size: .8rem;
  }

  .footer_copyright {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer_legal-links {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    border-left-style: solid;
    border-right-style: none;
    width: 100%;
  }

  .text-block-3.none {
    display: none;
  }

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

  .text-block-5, .text-block-6 {
    font-size: .65rem;
  }

  .grid-full {
    grid-template-columns: 1.25fr;
  }

  .image-bg-testimonials {
    width: 100%;
  }

  .block-full {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .heading {
    font-size: 2rem;
  }

  .heading.mb {
    font-size: 1.6rem;
  }

  .paragraph-testimonials {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .testimonials.none {
    display: none;
  }

  .testimonios {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .testimonios.mb {
    padding-top: 6rem;
  }

  .action-button_container {
    padding-bottom: .85rem;
  }

  .text-block-9 {
    font-size: .8rem;
  }

  .hero {
    height: 100svh;
    min-height: 80svh;
  }

  .menu-button.none {
    display: none;
  }

  .hero_heading-container.flex {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero_coordinates.none, .quick-slide_container.none {
    display: none;
  }

  .quick-slide_image-container {
    aspect-ratio: 1;
  }

  .quick-slide_image {
    object-fit: contain;
  }

  .image-4 {
    width: 130px;
  }

  .heading-2 {
    font-size: 39px;
  }

  .heading-2.mb {
    text-align: center;
  }

  .paragraph-6 {
    font-size: 17px;
  }

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

  .heading-3 {
    color: var(--black);
    text-align: left;
    margin-bottom: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2em;
  }

  .heading-3.dos {
    font-size: 26px;
  }

  .text-block-14 {
    color: var(--black);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
  }

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

  .menu-outer {
    border-left: 1px solid #ffffff40;
    height: 100%;
    padding: 16px 24px;
    display: block;
  }

  .menu-outer.none {
    display: none;
  }

  .nav-top-line, .nav-middle-line, .nav-bottom-line {
    background-color: var(--white);
  }

  .hero-section {
    min-height: 565px;
    padding-bottom: 20px;
  }

  .hero-wrap {
    grid-column-gap: 71px;
    grid-row-gap: 44px;
  }

  .heading-top {
    padding-left: 12px;
  }

  .caption {
    font-size: 11px;
  }

  .color-white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .color-white._40px {
    font-size: 18px;
  }

  .home-right {
    width: 100%;
  }

  .hero-card, .hero-card.border {
    padding-left: 12px;
    padding-right: 12px;
  }

  .body-small {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
  }

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

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

  .benefit-item.borde {
    border-bottom: 1px solid var(--border);
  }

  .work_item-2 {
    border-top: 1px solid #fff;
    border-right-style: none;
  }

  .heading-style-h5-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
  }

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

  .tittle-proceso {
    margin-bottom: 46px;
  }

  .subheader-proceso {
    grid-template-columns: 1.25fr;
  }

  .heading-style-h2-2 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.5;
  }

  .section-cta-uno {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tittle-cta-uno {
    margin-bottom: 36px;
  }

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

  .heading-4.dos {
    color: var(--black);
    font-size: 28px;
  }

  .grid-cta-wrapper {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .grid-cta-wrapper.sobre {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .cta-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-testimonios {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .section-top-testimonios {
    margin-bottom: 24px;
  }

  .testimonial-slider-icon-wrapper {
    left: 32%;
  }

  .testimonial-slider-item-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 80px;
  }

  .testimonial-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    width: 100%;
  }

  .testimonial-text-wrapper {
    text-align: center;
  }

  .testimonial-image-wrapperrr {
    border-radius: 50%;
    order: -1;
    width: 150px;
    height: 150px;
    overflow: hidden;
  }

  .testimonial-imagee {
    aspect-ratio: auto;
    height: 100%;
  }

  .section-sobre-nosotros {
    background-color: var(--white);
    padding-bottom: 4rem;
  }

  .fondo-image {
    height: 109vh;
    display: none;
  }

  .section-cta-dos {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .heading-6 {
    font-size: 28px;
    font-weight: 500;
  }

  .text-block-20 {
    font-size: 19px;
    font-weight: 300;
  }

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

  .header-preguntas {
    margin-bottom: 36px;
  }

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

  .text-block-77 {
    font-size: 15px;
  }

  .icon-12.dos {
    width: 19px;
    font-size: 17px;
  }

  .dropdown-list-5 {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .footer-legal-section {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .footer-legal-wrapper {
    align-items: center;
  }

  .footer-grid-regular {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-column-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .subheading-small {
    font-weight: 300;
  }

  .footer-link-dark {
    font-size: 16px;
  }

  .footer-legal-link {
    color: var(--black);
    font-size: 15px;
  }

  .footer-section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .paragraph-regular {
    color: var(--black);
    display: none;
  }

  .label-regular {
    font-size: 16px;
  }

  .footer-legal-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
  }

  .text-block-78 {
    font-size: 15px;
  }

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

  .wrapper-content-hero {
    padding-top: 140px;
  }

  .wrapper-text-hero {
    grid-row-gap: 22px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-description {
    font-size: 16px;
  }

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

  .link-12.black {
    padding: 7px 18px;
  }

  .link-13 {
    padding: 7px 18px;
    font-size: 14px;
  }

  .text-block-91.center.xxl {
    font-weight: 400;
  }

  .heading-13 {
    font-size: 34px;
  }

  .heading-13.center {
    font-size: 32px;
  }

  .products-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 54px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .products-wrapper.una-columna._3-columnas {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .card-product {
    min-height: 410px;
  }

  .product-image {
    height: 320px;
  }

  .product-image._100 {
    height: 100%;
  }

  .text-block-92 {
    font-size: 15px;
  }

  .grid-three-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
  }

  .section-regular {
    padding-top: 0;
  }

  .column-4x-large {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-two-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
  }

  .testimonial-4-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .column-2x-large.column-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-9-section {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h3-heading._65 {
    text-align: left;
    width: 100%;
  }

  .nav-10-menu-button {
    width: 36px;
    height: 34px;
  }

  .nav-10-logo {
    width: 122px;
  }

  .link-whatsapp {
    z-index: 999;
    width: 54px;
    height: 54px;
    bottom: 2.5%;
  }

  .image-45 {
    width: 26px;
    height: 26px;
  }

  .link-pedido {
    width: 124px;
    height: 36px;
    bottom: 2.5%;
  }

  .link-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 24px;
  }

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

#w-node-f03b610c-fb48-419f-afbf-06db1d8fd3c2-2a77ee66 {
  justify-self: start;
}

#w-node-f03b610c-fb48-419f-afbf-06db1d8fd3c3-2a77ee66 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: center stretch;
}

#w-node-_5d30f1ad-e343-43fb-cd71-08f7e3980770-2a77ee66 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4ea0526b-00b3-17ce-247e-702c7b5e0ef7-2a77ee66 {
  grid-area: 1 / 4 / 2 / 6;
  place-self: stretch stretch;
}

#w-node-_7ab20e6e-305c-0554-290a-e16c3bb279e5-2a77ee66 {
  grid-area: 1 / 6 / 2 / -1;
}

#w-node-f03b610c-fb48-419f-afbf-06db1d8fd3ca-2a77ee66 {
  grid-area: 1 / 7 / 2 / 9;
  place-self: center end;
}

#w-node-_6df8e13b-f9ab-d7fb-912f-09dfce2e4107-2a77ee66 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: end stretch;
}

#w-node-_31861115-51ed-f3dd-2f7d-962cf244089d-2a77ee66 {
  place-self: stretch stretch;
}

#w-node-e8906b1b-884e-ba1b-1437-67550d394687-2a77ee66 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-a197a9e8-59cd-213e-c963-b6428eed77fe-2a77ee66 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: end;
}

#w-node-a34efb4f-6738-a3d4-b07a-6071cc03c0b6-2a77ee66 {
  grid-area: 1 / 6 / 2 / 8;
  place-self: stretch stretch;
}

#w-node-f2460665-0fe3-8e46-fe59-17491f511746-2a77ee66 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: stretch stretch;
}

#w-node-_0f2ddc9a-f150-f64b-1586-9ebb2800c3c7-2a77ee66 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: stretch end;
}

#w-node-_1038ceec-b16d-03d9-f2b4-07d670318ec1-2a77ee66 {
  grid-area: 1 / 2 / 2 / 6;
  place-self: start stretch;
}

#w-node-_90f6d4e4-e433-5dbf-1efc-74e5e50f5bfb-2a77ee66 {
  grid-area: 1 / 2 / 2 / 5;
  place-self: end stretch;
}

#w-node-_96d7fdeb-98bd-5bc0-0122-c9d13e9824d0-2a77ee66 {
  grid-area: 1 / 5 / 2 / 8;
  place-self: end stretch;
}

#w-node-d3266112-17af-d59a-31ec-2c6960a2700d-2a77ee66 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-b5dfb3a2-0b36-bacf-3fa3-2302161b107f-2a77ee66 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_85803680-023e-5113-f51d-840b8a6b9197-2a77ee66 {
  grid-area: 1 / 2 / 2 / 6;
  place-self: start stretch;
}

#w-node-_8fcdf12e-06f1-1ce6-6568-ded065e2672c-2a77ee66 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_635f8876-be66-95f0-a28b-c66e0e89d582-2a77ee66 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_85a8c107-2ca3-324b-3066-8ed510980870-2a77ee66 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-eb2537f6-6530-02b5-4142-46908ea8705f-2a77ee66 {
  grid-area: 1 / 2 / 2 / 6;
  place-self: stretch stretch;
}

#w-node-_43bb7760-afce-2cfb-c5e1-bd205f3a2f38-2a77ee66 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ea9a0b04-35e6-60b4-960e-83c327c919f6-2a77ee66 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_35e6a6f4-aed4-ea10-a2b8-1d41f52d6944-2a77ee66 {
  grid-area: 1 / 2 / 2 / 5;
  place-self: end start;
}

#w-node-_8706b5c9-934a-ece4-bdc7-86de344bf09c-2a77ee66 {
  grid-area: 1 / 6 / 2 / 8;
  place-self: stretch stretch;
}

#w-node-_8a581f8e-1cf3-ccef-0e22-f37e75df20f1-2a77ee66 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: auto;
}

#w-node-_8ff402df-fe1b-070d-c407-c435a7eae6ee-2a77ee66 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_52cbb7b4-bd44-a9e3-b8f0-d58ae14565ac-2a77ee66 {
  grid-area: 1 / 2 / 2 / -2;
  place-self: start stretch;
}

#w-node-e6049bf8-ab57-e9cf-8e9f-200f292224b9-2a77ee66 {
  grid-area: 1 / 2 / 2 / -2;
  place-self: stretch stretch;
}

#w-node-_892a571f-dcfe-2ffb-4f02-8e6845d3cd7f-2a77ee66 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: stretch stretch;
}

#w-node-c48a5db0-973c-f2b1-c16f-c2732028f0c6-2a77ee66 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: stretch stretch;
}

#w-node-_71907001-2eb1-3675-e828-3ede1bfe50f7-2a77ee66 {
  grid-area: 1 / 5 / 2 / -1;
  place-self: stretch stretch;
}

#w-node-ff06e4c7-6160-1484-0eea-56d57d3664be-2a77ee66 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: stretch start;
}

#w-node-_6797654b-e1f8-37f5-fac4-8b855e0b2d29-2a77ee66 {
  grid-area: 1 / 3 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_51e6ad12-6991-51f9-0d65-6b78b953f538-2a77ee66 {
  grid-area: 1 / 7 / 2 / -1;
  place-self: stretch end;
}

#w-node-_91a01c03-5bed-2d4b-9967-b149cd5cd16b-2a77ee66 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: center end;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612a8-1c76ce88 {
  justify-self: start;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612aa-1c76ce88 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: center stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612ac-1c76ce88 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612b6-1c76ce88 {
  grid-area: 1 / 4 / 2 / 6;
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612b8-1c76ce88 {
  grid-area: 1 / 6 / 2 / -1;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612c2-1c76ce88 {
  grid-area: 1 / 7 / 2 / 9;
  place-self: center end;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612ce-1c76ce88 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: end stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612e1-1c76ce88 {
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612ed-1c76ce88 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612fe-1c76ce88 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: end;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f606132d-1c76ce88 {
  grid-area: 1 / 6 / 2 / 8;
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061335-1c76ce88 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061385-1c76ce88 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: stretch end;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60613a3-1c76ce88 {
  grid-area: 1 / 2 / 2 / 6;
  place-self: start stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60613b3-1c76ce88 {
  grid-area: 1 / 2 / 2 / 5;
  place-self: end stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60613b9-1c76ce88 {
  grid-area: 1 / 5 / 2 / 8;
  place-self: end stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60613c6-1c76ce88 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60613d6-1c76ce88 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061406-1c76ce88 {
  grid-area: 1 / 2 / 2 / 6;
  place-self: start stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061417-1c76ce88 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f606141c-1c76ce88 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061422-1c76ce88 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f606142d-1c76ce88 {
  grid-area: 1 / 2 / 2 / 6;
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061445-1c76ce88 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061455-1c76ce88 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f606145b-1c76ce88 {
  grid-area: 1 / 2 / 2 / 5;
  place-self: end start;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f606146b-1c76ce88 {
  grid-area: 1 / 6 / 2 / 8;
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061476-1c76ce88 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: auto;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061480-1c76ce88 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60614c9-1c76ce88 {
  grid-area: 1 / 2 / 2 / -2;
  place-self: start stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60614ca-1c76ce88 {
  grid-area: 1 / 2 / 2 / -2;
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60614eb-1c76ce88 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60614ed-1c76ce88 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60614f1-1c76ce88 {
  grid-area: 1 / 5 / 2 / -1;
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061508-1c76ce88 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: stretch start;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f606150c-1c76ce88 {
  grid-area: 1 / 3 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061515-1c76ce88 {
  grid-area: 1 / 7 / 2 / -1;
  place-self: stretch end;
}

#w-node-_8c35520f-b625-7f1a-5700-0f81941810fe-1c76ce88 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: center end;
}

#w-node-_41f29b86-49f8-bb98-78b7-2951393eac6e-60ecba82 {
  grid-area: 1 / 1 / 2 / -1;
  place-self: stretch stretch;
}

#w-node-_84b1413e-024c-2b4d-1afc-da7e01297812-60ecba82 {
  place-self: stretch stretch;
}

#w-node-_1d288ef6-bc80-39e8-49ff-dd7be038216a-60ecba82, #w-node-_1d288ef6-bc80-39e8-49ff-dd7be0382172-60ecba82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a071c00-fb0b-236c-9166-bfd3071e5f6c-66f29ede {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_66142c7f-f28a-d8e3-3350-f53ae77529f7-66f29ede {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_66d224a7-856c-accb-478b-9ffeae0a60bf-66f29ede {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_5639a4ae-7bdb-7d5d-6738-56c7fbd58d39-66f29ede {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_394b81b4-5fe6-23d9-c140-c1081f46d72a-66f29ede {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_4d9be4a7-fbc7-77ce-dc38-3b3ab48550da-66f29ede {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_15ac24b3-e688-cf01-d421-a5b23888aa62-66f29ede {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-e57bea3f-6d14-fd67-a886-32c917ada5d3-66f29ede {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_2b2154eb-b077-164d-0382-964b24ef04ba-66f29ede {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-f5ad0b4f-e66c-5fcd-9766-787b1112f232-66f29ede {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start center;
}

#w-node-_82184144-f270-ab8b-6700-87756c31bc17-66f29ede {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-d4f6a24e-f6df-c528-acfc-4f7da8d9f360-66f29ede {
  grid-area: 1 / 1 / 7 / 3;
}

#w-node-b7cef55b-0a9f-d177-5227-924e37b4dabb-66f29ede {
  grid-area: 1 / 3 / 7 / 5;
  place-self: center;
}

#w-node-b00749b6-746f-e214-d9a2-162be725f02a-66f29ede {
  grid-area: 1 / 5 / 7 / 7;
  place-self: end;
}

#w-node-_209c8394-0aa4-a7b8-bedb-5916fb8954b0-66f29ede, #w-node-cf9c9c4b-996b-cc79-29b7-02d5570b5ee0-66f29ede, #w-node-a22283ae-0c24-e177-64f2-6a86fec52863-66f29ede, #w-node-cba8ab21-366d-ddb5-dd67-b0a5083c20d6-66f29ede, #w-node-f263a17f-1c7c-8a90-bedc-0912c1e9ab0a-66f29ede, #w-node-f263a17f-1c7c-8a90-bedc-0912c1e9ab0d-66f29ede, #w-node-f263a17f-1c7c-8a90-bedc-0912c1e9ab10-66f29ede, #w-node-f263a17f-1c7c-8a90-bedc-0912c1e9ab13-66f29ede, #w-node-a13f9269-901f-6f21-459c-e69d8f1cc1a5-66f29ede, #w-node-a13f9269-901f-6f21-459c-e69d8f1cc1a8-66f29ede, #w-node-a13f9269-901f-6f21-459c-e69d8f1cc1ab-66f29ede, #w-node-a13f9269-901f-6f21-459c-e69d8f1cc1ae-66f29ede {
  align-self: center;
}

#w-node-a7fef28a-8b99-8bda-3ba4-f56085797298-66f29ede {
  place-self: center end;
}

#w-node-b4319491-75fb-6698-ee16-e108297768c5-66f29ede, #w-node-_2a8d022f-5c15-24d9-6685-55c9625b7bbb-66f29ede, #w-node-_9f13ceef-13d5-378f-f657-9d71ac165b62-66f29ede {
  place-self: center;
}

#w-node-_582be116-23a3-d335-d067-1d7a510d73f9-66f29ede {
  place-self: center start;
}

#w-node-_3492a19a-ed7c-95a5-fd71-1746056778e2-66f29ede {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_3002c461-7c48-9450-5f17-28c6a0975421-66f29ede {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_0a8686ca-0ca5-c81f-3b0f-1326e9cec28d-66f29ede {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end start;
}

#w-node-_1064f6d9-a808-6ab9-d25d-2869f465e875-66f29ede {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_4706119b-7dbf-7665-3c3f-24263223747a-66f29ede {
  justify-self: start;
}

#w-node-_050b3dcd-b04e-d848-9e6c-84aca72ebe3b-66f29ede {
  justify-self: end;
}

#w-node-_3898351f-6101-77da-c978-eccd98a55652-66f29ede {
  justify-self: start;
}

#w-node-_3898351f-6101-77da-c978-eccd98a55657-66f29ede {
  justify-self: end;
}

#w-node-_63b822a6-3bd9-e781-bcbb-80950c2f5da0-66f29ede {
  justify-self: start;
}

#w-node-_63b822a6-3bd9-e781-bcbb-80950c2f5da5-66f29ede {
  justify-self: end;
}

#w-node-_88014e9d-0358-b06c-eb13-1124e2ea9162-66f29ede {
  justify-self: start;
}

#w-node-_88014e9d-0358-b06c-eb13-1124e2ea9167-66f29ede {
  justify-self: end;
}

#w-node-_57a3c65d-5a81-bdeb-7b34-06f8c46e6323-66f29ede {
  justify-self: start;
}

#w-node-_57a3c65d-5a81-bdeb-7b34-06f8c46e6328-66f29ede {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f03b610c-fb48-419f-afbf-06db1d8fd3c2-2a77ee66 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: stretch;
  }

  #w-node-f03b610c-fb48-419f-afbf-06db1d8fd3c3-2a77ee66 {
    grid-column-end: 9;
    place-self: stretch center;
  }

  #w-node-f03b610c-fb48-419f-afbf-06db1d8fd3ca-2a77ee66 {
    grid-column-start: 6;
  }

  #w-node-e8906b1b-884e-ba1b-1437-67550d394687-2a77ee66 {
    grid-column: 1 / 4;
    place-self: start stretch;
  }

  #w-node-a197a9e8-59cd-213e-c963-b6428eed77fe-2a77ee66 {
    grid-column-start: 1;
  }

  #w-node-f2460665-0fe3-8e46-fe59-17491f511746-2a77ee66 {
    grid-row-end: 2;
    grid-column-end: -1;
  }

  #w-node-d3266112-17af-d59a-31ec-2c6960a2700d-2a77ee66, #w-node-b5dfb3a2-0b36-bacf-3fa3-2302161b107f-2a77ee66, #w-node-_85803680-023e-5113-f51d-840b8a6b9197-2a77ee66, #w-node-_8fcdf12e-06f1-1ce6-6568-ded065e2672c-2a77ee66 {
    grid-column-start: 1;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612a8-1c76ce88 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: stretch;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612aa-1c76ce88 {
    grid-column-end: 9;
    place-self: stretch center;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612c2-1c76ce88 {
    grid-column-start: 6;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612ed-1c76ce88 {
    grid-column: 1 / 4;
    place-self: start stretch;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612fe-1c76ce88 {
    grid-column-start: 1;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061335-1c76ce88 {
    grid-row-end: 2;
    grid-column-end: -1;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60613c6-1c76ce88, #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60613d6-1c76ce88, #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061406-1c76ce88, #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061417-1c76ce88 {
    grid-column-start: 1;
  }

  #w-node-_41f29b86-49f8-bb98-78b7-2951393eac6e-60ecba82 {
    grid-row-end: 2;
    grid-column-end: -1;
  }

  #w-node-_0ab0dbda-3af4-27ae-b8ba-50951558c6d7-60ecba82 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e8906b1b-884e-ba1b-1437-67550d394687-2a77ee66 {
    grid-column-end: 5;
  }

  #w-node-f2460665-0fe3-8e46-fe59-17491f511746-2a77ee66 {
    grid-column-end: -1;
  }

  #w-node-d3266112-17af-d59a-31ec-2c6960a2700d-2a77ee66 {
    grid-column-start: 1;
  }

  #w-node-b5dfb3a2-0b36-bacf-3fa3-2302161b107f-2a77ee66 {
    grid-column: 1 / -1;
    place-self: start stretch;
  }

  #w-node-_85803680-023e-5113-f51d-840b8a6b9197-2a77ee66 {
    grid-column-start: 1;
  }

  #w-node-e6049bf8-ab57-e9cf-8e9f-200f292224b9-2a77ee66 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: stretch stretch;
  }

  #w-node-c48a5db0-973c-f2b1-c16f-c2732028f0c6-2a77ee66 {
    grid-column-end: -1;
  }

  #w-node-_71907001-2eb1-3675-e828-3ede1bfe50f7-2a77ee66 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-ff06e4c7-6160-1484-0eea-56d57d3664be-2a77ee66 {
    grid-row: 2 / 3;
    grid-column-end: -1;
  }

  #w-node-_6797654b-e1f8-37f5-fac4-8b855e0b2d29-2a77ee66 {
    grid-column: 1 / -1;
  }

  #w-node-_51e6ad12-6991-51f9-0d65-6b78b953f538-2a77ee66 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    place-self: center;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60612ed-1c76ce88 {
    grid-column-end: 5;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061335-1c76ce88 {
    grid-column-end: -1;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60613c6-1c76ce88 {
    grid-column-start: 1;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60613d6-1c76ce88 {
    grid-column: 1 / -1;
    place-self: start stretch;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061406-1c76ce88 {
    grid-column-start: 1;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60614ca-1c76ce88 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: stretch stretch;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60614ed-1c76ce88 {
    grid-column-end: -1;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f60614f1-1c76ce88 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061508-1c76ce88 {
    grid-row: 2 / 3;
    grid-column-end: -1;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f606150c-1c76ce88 {
    grid-column: 1 / -1;
  }

  #w-node-_97e3e77c-f275-1f16-d7b8-4ea0f6061515-1c76ce88 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    place-self: center;
  }

  #w-node-_41f29b86-49f8-bb98-78b7-2951393eac6e-60ecba82 {
    grid-column-end: -1;
  }

  #w-node-_84b1413e-024c-2b4d-1afc-da7e01297812-60ecba82 {
    order: -9999;
  }
}


