:root {
  --color: #cfff13;
  --white: white;
  --bg: #171717;
  --rojo: red;
  --red-4: #f03333;
  --body-1: #1a1a1a;
  --gris: #999;
  --black: black;
  --transparent: #fff0;
  --dark: #070708;
  --semi-transparent: #69696933;
  --dark-grey: #2c2c2c;
  --red-2: #c21818;
  --azul: #1557ff;
  --orange: #ff6e00;
  --red-1: #a81212;
  --red-3: #e22424;
  --red-5: #f44;
  --red-6: #ff5b5b;
  --red-7: #ff6e6e;
  --red-8: #ff8787;
  --red-9: #ff9898;
  --red-10: #faa;
  --red-11: #ffc4c4;
  --red-12: #ffdfdf;
  --red-bg-1: #181616;
}

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

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

h2 {
  color: var(--color);
  text-transform: uppercase;
  text-shadow: 0 0 2.5px #000;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: var(--white);
  margin-bottom: 0;
  line-height: 1.5;
}

.body {
  color: #fff;
  background-color: #070708;
  font-family: Kanit;
  font-size: 16px;
  line-height: 1.1;
}

.navbar {
  z-index: 999;
  background-color: #070708;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.container.cristian {
  max-width: 93em;
}

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

.primary-btn {
  color: #171717;
  background-color: #cfff13;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 26px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in;
  display: block;
}

.primary-btn:hover {
  color: var(--color);
  background-color: #222;
}

.primary-btn.dos {
  background-color: var(--bg);
  color: var(--color);
  transition: all .3s ease-in, all .3s ease-in;
}

.primary-btn.dos:hover {
  background-color: var(--color);
  color: var(--bg);
  box-shadow: 0 2px 20px #0003;
}

.primary-btn.dos.cr {
  background-color: var(--bg);
  color: var(--white);
}

.primary-btn.dos.cr:hover {
  background-color: var(--rojo);
}

.primary-btn.dos.tres {
  background-color: var(--color);
  box-shadow: 0 0 60px -5px var(--color);
  color: var(--bg);
  border-radius: 4px;
}

.primary-btn.dos.tres:hover {
  color: var(--bg);
}

.primary-btn.cr {
  background-color: var(--color);
  font-family: Kanit;
}

.primary-btn.cr.d {
  background-color: var(--rojo);
  color: var(--white);
  font-size: 16px;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

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

.page-wrapper {
  display: none;
}

.hero-section {
  background-color: #070708;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

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

.hero-wrapper.cr {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1.75fr 1.25fr;
}

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

.heading.is-medium-title {
  z-index: 5;
  color: var(--red-4);
  font-size: 8em;
  line-height: 1em;
  position: relative;
}

.heading.is-medium-title.dos {
  color: var(--red-4);
}

.heading.is-regular-title {
  z-index: 10;
  color: var(--red-4);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  line-height: 1em;
  position: relative;
}

.heading.is-regular-title.dos {
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 2em;
  line-height: 1.1em;
}

.heading.in-service-5 {
  color: var(--body-1);
  text-transform: uppercase;
  font-size: 2.8em;
  line-height: 1em;
}

.heading.is-team-title-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1em;
  text-decoration: none;
}

.heading-2 {
  text-shadow: none;
  margin-bottom: 32px;
}

.heading-2.cr {
  text-transform: none;
  white-space: normal;
  width: 85%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.heading-3 {
  text-transform: uppercase;
  font-size: 88px;
  line-height: 1.4em;
}

.heading-3.cr {
  color: var(--white);
  font-size: 80px;
}

.image-absolute {
  width: 53%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block {
  position: relative;
}

.text-block-2 {
  z-index: -1;
  color: var(--gris);
  font-size: 25.6px;
  font-weight: 700;
  position: absolute;
  inset: -3% 0% 0%;
}

.section_benefits {
  z-index: 10;
  background-color: #1c1c1c;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}

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

.text-stats {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
}

.text-stats.cr {
  color: var(--white);
  line-height: .8;
}

.section-transformar {
  background-color: #070708;
  padding-top: 100px;
  padding-bottom: 100px;
}

.transform-wrap {
  grid-column-gap: 81px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.trasnform-img-wrap {
  width: 100%;
  position: relative;
}

.title-wrapper-left {
  width: 95%;
}

.heading-4 {
  text-transform: capitalize;
  white-space: normal;
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 43px;
  line-height: 1.1;
}

.heading-4.cr {
  color: var(--rojo);
  font-size: 42px;
}

.list-item, .list-item-2 {
  width: 100%;
  font-weight: 500;
}

.list-item-3 {
  width: 100%;
  font-weight: 500;
  transition: all .3s ease-in;
}

.list-item-3:hover {
  color: var(--color);
}

.list-item-3.cr {
  font-size: 20px;
  line-height: 1.4;
}

.list-item-3.cr:hover {
  color: var(--rojo);
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 34px;
  padding-left: 10px;
  display: flex;
}

.section-programas {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

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

.programa-header-wrapper {
  text-align: left;
}

.heading-5 {
  color: var(--white);
  text-align: left;
  padding-bottom: 2rem;
  font-size: 50px;
}

.heading-5.dos, .heading-5.tres {
  text-align: center;
}

.accordion-icon-line {
  background-color: #fff;
  width: 18px;
  height: 2px;
}

.accordion-icon-line.vertical {
  background-color: #fff;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.service-card-content-wrapper.visible-overflow {
  overflow: visible;
}

.divider.bottom-divider {
  background-color: #aaa;
  height: 1px;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.display-5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
}

.paragraph-2 {
  line-height: 1.5em;
}

.mg-bottom-default {
  margin-bottom: 24px;
}

.secondary-button-icon.border-light {
  text-align: center;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: all .3s ease-in;
  display: flex;
  box-shadow: 0 1px 3px #ffffff4d;
}

.service-cards-wrapper {
  flex-flow: column;
  display: flex;
}

.image-wrapper.service-card-v1-image-wrapper {
  z-index: 1;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-card-v1-wrapper {
  color: #fcfcfc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 10px;
  text-decoration: none;
  transition: all .3s ease-in;
  display: flex;
  position: relative;
}

.service-card-content {
  max-width: 850px;
  padding-top: 12px;
}

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

.display-10 {
  color: var(--color);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.125em;
}

.display-10.cr {
  color: var(--rojo);
}

.image-2 {
  width: 100px;
}

.image-2.service-card-v1-image {
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-6 {
  opacity: .5;
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  text-shadow: 0 0 2.5px #000;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.7vw;
  line-height: 1;
  position: absolute;
  inset: auto 0% -4%;
}

.heading-6.dos {
  opacity: 1;
  color: var(--transparent);
  -webkit-text-stroke-width: 2px;
  text-shadow: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.heading-6.cr {
  color: var(--transparent);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--rojo);
  text-shadow: none;
  font-size: 7.6vw;
  bottom: -8%;
}

.heading-7 {
  opacity: .35;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 1;
  position: absolute;
  inset: auto 0% -4%;
}

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

.section-testimonios.dos {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.section-testimonios.color {
  background-color: var(--dark);
}

.testimonial_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

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

.testimonial_image-wrap {
  border-radius: 50%;
  width: 13rem;
  height: 13rem;
  position: relative;
  overflow: clip;
}

.testimonial_image-wrap.dos {
  width: 4.5rem;
  height: 4.5rem;
}

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

.testimonial_text.dos {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
}

.image-test {
  background-color: var(--color);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-test.dos.cr {
  background-color: var(--rojo);
}

.text-block-3 {
  color: var(--color);
  text-align: center;
  line-height: 1.5;
}

.text-block-3.dos {
  font-weight: 700;
}

.text-block-3.dos.cr, .text-block-3.cr {
  color: var(--rojo);
}

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

.marqee-bar {
  grid-column-gap: 11px;
  color: #76c5a6;
  font-variation-settings: "wght" 700, "wdth" 75;
  text-transform: uppercase;
  background-color: #e6ecee;
  align-items: center;
  width: 3000px;
  padding: 11px;
  font-size: 2rem;
  line-height: 2rem;
  display: flex;
}

.marqee-bar.marquee-2 {
  background-color: var(--bg);
  color: #18181b;
  flex-flow: row;
  width: 250%;
  font-size: 3rem;
  line-height: 3rem;
}

.marqee-bar.none {
  display: none;
}

.marqee-bar.marquee-2 {
  background-color: var(--color);
  color: #18181b;
  font-size: 3rem;
  line-height: 3rem;
}

.marqee-bar.marquee-2.cr {
  background-color: var(--rojo);
}

.text-block-4 {
  color: #e6ecee;
}

.marquee-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.375rem;
  display: flex;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.text-block-5 {
  color: #121212;
  font-weight: 500;
}

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

.cta-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  background-color: #cfff13;
  border-radius: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.cta-wrapper.cr {
  background-color: var(--rojo);
}

.heading-8 {
  color: var(--color);
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--bg);
  text-shadow: none;
  white-space: normal;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: .9;
}

.paragraph-3 {
  color: var(--bg);
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-3.dos {
  text-align: left;
}

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

.text-block-7 {
  color: #fff;
  text-align: center;
  transition: all .3s ease-in;
}

.text-block-7:hover {
  color: #ff731c;
}

.f-footer-detail {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.f-footer-logo-xs {
  width: 100%;
  height: 48px;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  transition: all .3s ease-in;
}

.text-block-9:hover {
  color: #ff731c;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  transition: all .3s ease-in;
}

.text-block-6:hover {
  color: #ff731c;
}

.f-footer-link {
  color: #160042;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  transition: all .3s ease-in;
}

.text-block-8:hover {
  color: #ff731c;
}

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

.f-footer-logo-mark {
  color: var(--white);
  text-decoration: none;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-vertical-divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 16px;
}

.container-2 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

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

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

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

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

.f-footer-social {
  color: #160042;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s ease-in;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

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

.image-3 {
  width: 25px;
}

.link {
  color: #ff731c;
  font-size: 1.2rem;
}

.link.hover {
  color: var(--color);
  transition: all .25s ease-in;
}

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

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

.image-4 {
  width: 22px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  width: 78%;
  display: flex;
}

.footer {
  background-color: #070708;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.cr {
  display: none;
}

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

.paragraph-4 {
  text-align: center;
  max-width: 371px;
  line-height: 1.1;
}

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

.resultador-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.body-2 {
  background-color: var(--body-1);
  font-family: Big Shoulders Stencil Text;
}

.cr, .paragraph-5 {
  color: var(--white);
}

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

.image-7 {
  width: 85px;
}

.about-section {
  background-color: var(--dark);
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
}

.services-section-cr {
  background-color: var(--white);
  position: relative;
}

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

.programas-wrapper-cr {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.text-block-10 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.heading-9 {
  color: var(--rojo);
  font-size: 36px;
}

.paragraph-6 {
  width: 58%;
  font-size: 16px;
}

.paragraph-6.dos {
  width: 77%;
}

.card-item {
  flex-flow: column;
  display: flex;
}

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

.text-block-11 {
  color: var(--gris);
  font-size: 14px;
  line-height: 22px;
}

.slash-line-long {
  z-index: 1;
  background-color: var(--rojo);
  width: 1px;
  height: 85vh;
  position: absolute;
  top: 12%;
  left: 48%;
  transform: skew(-15deg);
}

.about-image-outter-wrapper {
  width: 500px;
  position: relative;
}

.slash-line-medium {
  background-color: var(--rojo);
  width: 50px;
  height: 35vh;
  position: absolute;
  inset: auto 15% 30px -65px;
  transform: skew(-15deg);
}

.slash-line-medium.about-slash-line-right-bottom {
  z-index: 2;
  height: 30vh;
  inset: auto 28% -35% auto;
}

.about-image-wrapper {
  z-index: 2;
  filter: grayscale(30%);
  width: 500px;
  padding-bottom: 600px;
  position: relative;
  overflow: hidden;
  transform: skew(-15deg);
}

.about-image-wrapper._130 {
  filter: none;
  width: 100%;
  min-height: 475px;
  padding-bottom: 0;
  transform: none;
}

.about-image-inner-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 140%;
  height: 120%;
  position: absolute;
  inset: 0% auto 0% -16px;
}

.about-trainer-info-wrapper {
  width: 600px;
}

.text-medium {
  z-index: 2;
  color: var(--white);
  margin-bottom: 1rem;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.text-medium.text-color-grey {
  color: var(--bg);
}

.text-medium.text-color-grey.text-align-center {
  text-align: center;
  margin-bottom: 0;
}

.h2-wrapper.container-medium {
  max-width: 93em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20rem;
  padding-bottom: 8rem;
  position: relative;
}

.h2-wrapper.container-medium.padding-bottom-large {
  padding-bottom: 6rem;
}

.h2-wrapper.container-medium.padding-bottom-large.menos {
  padding-top: 14rem;
}

.heading-11 {
  color: var(--white);
  margin-bottom: 2rem;
  font-size: 6em;
  line-height: .8;
}

.text-span-2 {
  color: var(--rojo);
}

.xl-outlined-text-warpper {
  z-index: 2;
  position: absolute;
  bottom: 63%;
  left: 638px;
}

.xl-outlined-text-warpper.service-xl-outlined {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  bottom: 12rem;
  left: -7rem;
}

.xl-outlined-text-warpper.choice-xl-outlined {
  bottom: 13rem;
  left: 22%;
}

.xl-outlined-text {
  color: var(--transparent);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--semi-transparent);
  white-space: nowrap;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 9rem;
  line-height: 1;
}

.xl-outlined-text.text-color-grey {
  font-size: 14rem;
}

.xl-outlined-text.center {
  font-size: 10rem;
}

.text-small {
  color: var(--gris);
  font-size: 1.6rem;
  line-height: 1.4;
}

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

.text-small.text-color-white.service-paragraph-text {
  font-size: 1.8em;
}

.banner-color-element {
  z-index: 1;
  background-color: var(--white);
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-h2 {
  color: var(--bg);
  text-shadow: none;
  font-size: 7em;
  font-weight: 700;
  line-height: 1;
}

.heading-h2.text-color-grey.text-align-center {
  z-index: 3;
  color: var(--dark-grey);
  text-align: center;
  white-space: normal;
  font-size: 6.4em;
  font-weight: 700;
  position: relative;
}

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

.service-feature {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: center;
  align-self: auto;
  width: 100%;
  padding: 80px 0;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.service-feature.bg-red {
  background-color: var(--rojo);
}

.service-feature.bg-gris {
  background-color: var(--dark-grey);
}

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

.text-block-12 {
  color: var(--white);
  text-align: center;
  width: 180px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 15rem;
  line-height: 1;
}

.service-heading-and-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 480px;
  display: flex;
}

.heading-h3 {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 5em;
  line-height: .85;
}

.service-image.service-image-one {
  width: 40%;
  max-width: 600px;
  height: 300px;
}

.choice-me-section.padding-bottom-15rem {
  background-color: var(--white);
  padding-bottom: 8rem;
}

._4-reaosn-wrapper.padding-large-global {
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}

.flex-horizontal-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.choose-text-wrapper {
  z-index: 3;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: right;
  flex-flow: column;
  justify-content: space-around;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.choose-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  display: flex;
}

.choose-item.right {
  justify-content: flex-end;
}

.choose-text-part.tres {
  text-align: left;
}

.heading-h4 {
  color: var(--rojo);
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 4em;
  line-height: .8;
}

.heading-h4.t {
  text-align: left;
}

.text-small-xs.text-align-right {
  text-align: right;
  font-size: 1.8em;
  line-height: 1.2;
}

.text-small-xs.text-align-right.t {
  text-align: left;
}

.choose-number-part.first {
  margin-top: 20px;
  margin-right: -100px;
}

.horizontal-line.background-color-purple {
  z-index: 9;
  background-color: var(--rojo);
  width: 140px;
  height: 1px;
  position: relative;
  left: auto;
  right: auto;
}

.choose-line-dot.background-color-purple {
  background-color: var(--rojo);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 12px -390px auto auto;
}

.choose-line-dot.background-color-purple.dos {
  opacity: .31;
  width: 25px;
  height: 25px;
  top: 7px;
  right: -395px;
}

.choose-line-dot.background-color-purple.dos.descond {
  top: 208px;
  right: -400px;
}

.choose-line-dot.background-color-purple.second {
  inset: 213px 0% 0% 414px;
}

.choose-image-wrapper {
  z-index: 1;
  background-image: url('../images/Captura-de-pantalla-2024-09-30-080759.png');
  background-position: 0 0;
  background-size: cover;
  width: 33.33%;
  height: 600px;
  position: relative;
}

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

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

.f-testimonial-right-a {
  background-color: var(--rojo);
  color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  color: #fff;
  border-style: none;
  border-color: #160042;
}

.f-testimonial-slide {
  margin-right: 40px;
}

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

.f-testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

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

.f-testimonial-left-a {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  color: #fff;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

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

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

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

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section {
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

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

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

.f-testimonial-background {
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  background-color: #111827;
  border-radius: 44px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #913b8b;
}

.button-primary.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

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

.section-regular.background-gray-100 {
  background-color: var(--white);
}

.overline-regular {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.column-x-large.column-center {
  align-items: center;
}

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

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

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.subheading-large {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large.text-color-gray-600 {
  color: #4b5563;
}

.text-field-rounded {
  color: #030711;
  border: 1px solid #e5e7eb;
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.text-field-rounded:hover {
  border-color: #d1d5db;
}

.text-field-rounded:focus {
  border-color: #9ca3b0;
}

.cta-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.form-success-message {
  background-color: #c4eecb;
  border-radius: 12px;
  padding: 14px 18px;
}

.h1-heading {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.cta-block {
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  padding: 80px 5%;
}

.form-error-message {
  background-color: #fde7e7;
  border-radius: 12px;
  padding: 12px 16px;
}

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

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

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

.cta-form-block {
  width: 100%;
  max-width: 520px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  padding-top: 10rem;
  position: relative;
}

.paragraph-7 {
  text-align: center;
  max-width: 264px;
  line-height: 1.1;
}

.paragraph-8 {
  text-align: center;
  max-width: 355px;
  line-height: 1.1;
}

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

.price-title {
  color: #8e8e8e;
  letter-spacing: 2px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-header {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 44px;
}

.price-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
}

.price-striked {
  font-size: 24px;
  line-height: 32px;
  text-decoration: line-through;
}

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

.price-icon-block {
  background-color: #474747;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.pricing-button {
  background-color: var(--color);
  color: #2f2f2f;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s;
  display: flex;
}

.pricing-button:hover {
  transform: translate(0, -4px);
}

.plan-type {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-feature-grid {
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.price-type {
  color: #8e8e8e;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.price-title-wrapper {
  align-items: center;
  display: flex;
}

.price-card {
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
  border-radius: 20px;
  padding: 42px 32px 32px;
  text-decoration: none;
  transition: border-color .3s ease-in-out;
}

.price-card:hover {
  border-color: var(--color);
}

.price-card.featured-card {
  border-color: var(--color);
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  display: flex;
}

.pricing-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-price-text {
  color: #fff;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.pricing-feature {
  color: #fff;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.pricing-feature.locked {
  color: #666;
}

.price-special {
  color: var(--color);
  -webkit-text-stroke-color: var(--color);
}

.grid-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
}

.pricing-detail {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
}

.title-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-icon {
  margin-left: 10px;
}

.main-wrapper.none {
  display: none;
}

.main-wrapper.none.block {
  display: block;
}

.c-navbar {
  z-index: 1000000;
  background-color: #070708;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.c-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.c-nav-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #070708;
  border-radius: 50vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 44px;
  margin-right: 44px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-block-2 {
  color: #fff;
}

.link-2 {
  color: var(--color);
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.hero {
  overflow: hidden;
}

.hero-wrap {
  min-height: 100vh;
  margin-top: 136px;
}

.plants-wrap {
  height: 60vh;
  min-height: 450px;
  position: relative;
}

.plants-content {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 44px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-12 {
  color: var(--color);
  letter-spacing: -5px;
  text-transform: none;
  max-width: 1107px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  line-height: 1.1;
}

.text-block-13 {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
}

.plants-img-horizontal {
  filter: grayscale();
  object-fit: cover;
  border-radius: 44px;
  width: 100%;
  height: 100%;
}

.mision-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 18vh;
  display: flex;
}

.text-block-14 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.value-section {
  background-color: #fff;
  border-radius: 44px;
  min-height: 100vh;
}

.value-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  min-height: 120vh;
  display: flex;
}

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

.heading-13 {
  color: var(--white);
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: var(--black);
  margin-top: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-13.dos {
  max-width: 544px;
}

.list-2 {
  color: #000;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.2;
}

.list-item-4, .list-item-5 {
  padding-bottom: 6px;
}

.expert-section {
  background-color: var(--color);
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  min-height: 60vh;
}

.benefits-section {
  background-color: #070708;
  height: 180vw;
  display: none;
  position: relative;
}

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

.process_wrap {
  height: 100%;
  display: flex;
  position: relative;
}

.process_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.process_phase {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60vw;
  min-height: 400px;
  max-height: 80vh;
  padding-left: 26px;
  display: flex;
}

.heading-14 {
  margin-top: 86px;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 1.1;
}

.text-block-15 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.process_background_wrap {
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.process_background {
  object-fit: cover;
  width: 90vw;
  height: 100%;
}

.images-section {
  flex-flow: column;
  display: flex;
}

.image-block-wrapper {
  width: 100%;
  height: 250vh;
  position: relative;
  overflow: visible;
}

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

.image-sticky-block-content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-sticky-block-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-15 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.medium-uppercase-s {
  color: var(--gris);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 118%;
}

.image-sticky-block-shade {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.text-block-16 {
  color: #171717;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
}

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

.text-block-17 {
  color: #242424;
  padding-left: 16px;
  font-size: 15px;
  line-height: .9;
}

.image-9 {
  object-fit: cover;
  width: 19rem;
  height: 265px;
  max-height: 500px;
  position: absolute;
  inset: -57% 15% auto auto;
}

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

.body-3 {
  color: #000;
  background-color: #070708;
  font-family: Kanit;
}

.resultados-section {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-name-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-18 {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
}

.collection-project-holder {
  perspective: 1500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-work-list {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(30deg)rotateY(0)rotateZ(0);
}

.projects-collection-list-wrapper {
  width: 130%;
  height: 130%;
  position: absolute;
}

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

.work-grid-item {
  padding: 2em;
  position: relative;
}

.work-item-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.work-item-space {
  width: 30%;
}

.work-item-link {
  border-radius: 10px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.work-item-link:hover {
  transform: scale(1.5);
}

.work-item-link.featured-work-item {
  top: -2em;
  transform: scale(1.3);
}

.work-item-link.featured-work-item:hover {
  transform: scale(1.5);
}

.work-item-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 33vh;
}

.work-item-title {
  z-index: 2;
  position: absolute;
  inset: auto auto 10px 10px;
}

.overlay {
  z-index: 1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg);
  background-image: linear-gradient(212deg, #171717 78%, #cfff1333);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  overflow: hidden;
}

.block-banner-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 7vw;
  padding-bottom: 7vw;
  padding-left: 17%;
  display: flex;
}

.heading-16 {
  color: var(--white);
  margin-bottom: 45px;
}

.heading-16.dos {
  white-space: normal;
  margin-bottom: 36px;
  font-size: 48px;
}

.block-banner-image {
  perspective: 1700px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.grid-banner-image {
  grid-column-gap: 2vw;
  grid-row-gap: 0px;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 100%;
  position: absolute;
  transform: rotateX(34deg)rotateY(-9deg)rotateZ(26deg)translate(10%);
}

.grid-banner---row-1 {
  grid-column-gap: 0px;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  transform: translate(0);
}

.image-banner {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.grid-banner---row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 120px;
}

.grid-banner---row-3 {
  grid-column-gap: 0px;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 240px;
}

.paragraph-9 {
  max-width: 490px;
  margin-bottom: 32px;
}

.track {
  background-color: #fff;
  height: 200vw;
}

.track.dos {
  background-color: #070708;
}

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

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

.text-block-33.dos {
  text-transform: uppercase;
  font-size: 80px;
}

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

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

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

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

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

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

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

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

.testimonial-card._1 {
  box-shadow: none;
  top: 10vh;
  left: 15vw;
}

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

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

.image-cambio {
  object-fit: cover;
  width: 250px;
  height: 500px;
  max-height: 315px;
  position: absolute;
  top: 7vh;
  left: 54.4vw;
}

.image-cambio._2 {
  top: auto;
  bottom: 7vh;
  left: 49vw;
}

.image-cambio._3 {
  top: 4vh;
  left: 93vw;
}

.image-cambio._3-1 {
  top: auto;
  bottom: 3vh;
  left: 101vw;
}

.image-cambio._4 {
  top: 8.5vh;
  left: 143vw;
}

.image-cambio._4-1 {
  top: auto;
  bottom: 8vh;
  left: 141vw;
}

.image-cambio._5 {
  top: 2.7vh;
  left: 187vw;
}

.image-cambio._5-1 {
  top: auto;
  bottom: 2vh;
  left: 180vw;
}

.main {
  border-right: 1px solid var(--red-4);
  border-left: 1px solid var(--red-4);
}

.hero-photo {
  z-index: 10;
  border-bottom: 1px solid var(--red-4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-padding-2 {
  z-index: 20;
  grid-row-gap: 8em;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding-top: 18em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-dos {
  z-index: 20;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
}

.container-dos._8em {
  padding-left: 8em;
  padding-right: 8em;
}

.container-dos._1600px {
  max-width: 1600px;
}

.container-dos._0em {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.vertical-flex.with-gap-2em {
  grid-row-gap: 2em;
  width: 100%;
}

.vertical-flex.with-gap-4em {
  grid-row-gap: 4em;
  color: var(--red-4);
  text-align: center;
  width: 100%;
}

.vertical-flex.with-gap-4em._3 {
  grid-row-gap: 3em;
}

.vertical-flex.with-gap-10em {
  text-align: center;
  width: 100%;
}

.vertical-flex.with-gap-1em {
  grid-row-gap: 1em;
  width: 100%;
}

.hero-title-block {
  width: 100%;
  max-width: 70em;
}

.hero-small-subtitle {
  grid-column-gap: 2em;
  justify-content: center;
  align-items: center;
  max-width: 50em;
  display: flex;
  overflow: hidden;
}

.max-width-50 {
  z-index: 10;
  width: 100%;
  max-width: 50em;
  position: relative;
}

.max-width-50.opacity-70 {
  opacity: .7;
}

.hero-buttons {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-1 {
  z-index: 10;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  border: 1px solid var(--red-4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f0333333;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 11em;
  padding: 1.2em 2em;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
}

.button-1:hover {
  background-color: var(--red-4);
  color: var(--body-1);
}

.button-1-text {
  z-index: 10;
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.button-1-bg {
  z-index: 5;
  border: 1px solid var(--body-1);
  background-color: var(--red-2);
  display: none;
  position: absolute;
  inset: 0%;
}

.button-1-full-bg {
  z-index: -1;
  background-color: #f0333333;
  width: 102%;
  height: 104%;
  position: absolute;
  top: .3rem;
  left: .3rem;
}

.paragraph.is-large {
  z-index: 10;
  text-align: center;
  font-family: Manrope, sans-serif;
  position: relative;
}

.paragraph.is-small {
  font-size: 1em;
  line-height: 1.2em;
  text-decoration: none;
}

.hero-small-subtitle-line {
  background-color: var(--white);
  width: 5em;
  height: 1px;
}

.hero-small-subtitle-text {
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 1.3rem;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Big Shoulders Stencil Text;
  font-size: 8em;
  line-height: 1em;
}

.hero-bg-overlay-2 {
  z-index: 11;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#1a1a1ae6, #0000);
  position: absolute;
  inset: 0%;
}

.hero-image {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hero-cover-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  top: auto;
  bottom: auto;
}

.hero-bottom-link {
  z-index: 10;
  grid-column-gap: 1em;
  border-top: 1px solid var(--red-4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1a1a1a80;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 10vh;
  padding: 2em 8vw;
  display: flex;
  position: relative;
}

.hero-bottom-link-text {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
}

.section {
  z-index: 10;
  width: 100%;
  position: relative;
}

.section.font-is-red {
  z-index: 10;
  background-color: var(--body-1);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.dos {
  z-index: 10;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.tres {
  z-index: 10;
  background-color: var(--body-1);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.cuatro, .section.grey-bg {
  z-index: 10;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.prg {
  overflow: hidden;
}

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

.padding.bottom-6em {
  z-index: 10;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 6em;
  position: relative;
}

.padding.bottom-6em._4 {
  padding-bottom: 4em;
}

.padding.bottom-6em._2 {
  padding-bottom: 2em;
}

.padding.bottom-6em._2._6 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.padding.dos {
  z-index: 10;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.text-block-34 {
  text-transform: uppercase;
  font-size: 1.7em;
  line-height: 1.2em;
}

.max-width-80 {
  z-index: 10;
  width: 100%;
  max-width: 80em;
  position: relative;
}

.about-images-wrap {
  z-index: 10;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.about-image-block {
  flex: none;
  width: 33vw;
  position: relative;
}

.about-image-block.is-70per {
  height: 70%;
}

.image-height-with-border {
  border: 1px solid var(--red-4);
  background-color: #f033331a;
  width: 100%;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  padding-left: 1.5em;
  position: relative;
}

.image-height-with-border.in-about-1 {
  height: 100%;
  min-height: auto;
}

.image-block-size {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-parallax {
  z-index: 5;
  border: 1px solid var(--red-4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-overlay-color {
  z-index: 20;
  mix-blend-mode: multiply;
  background-color: #1a1010b3;
  position: absolute;
  inset: 0%;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._3d-trigger {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 115%;
  display: flex;
  position: absolute;
}

.image-animation-trigger {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.parallax-animation {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.animation-color-bg {
  z-index: 15;
  background-color: #262626;
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bg.is-color-1 {
  background-color: var(--body-1);
  display: none;
}

.cover-image.is-parallax {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  top: auto;
  bottom: auto;
}

.cover-image.dos {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-2 {
  border: 1px solid var(--red-4);
  flex-flow: column;
  justify-content: space-between;
  min-height: 80svh;
  padding-bottom: 30em;
  display: flex;
  position: relative;
}

.content-2-block {
  z-index: 10;
  border: 2px solid var(--red-4);
  background-color: var(--white);
  width: 80%;
  max-width: 60em;
  margin-top: -2em;
  margin-left: -1px;
  padding: 3em;
  position: relative;
}

.marquee-wrap {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-block {
  grid-column-gap: 5vw;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.linea {
  background-color: var(--white);
  width: 4em;
  height: 1em;
}

.marquee-text {
  color: var(--red-4);
  text-transform: uppercase;
  font-size: 10vw;
  line-height: 1.1em;
}

.services-5-section {
  grid-row-gap: 4em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services-5-wrap {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.services-5-column-1 {
  grid-row-gap: 2em;
  border: 1px solid var(--red-4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5em;
  display: flex;
  position: sticky;
  top: 1em;
}

.services-5-title-border {
  z-index: 1;
  background-image: linear-gradient(135deg, #f0333333, var(--body-1));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
}

.services-5-column-2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-5 {
  align-self: stretch;
  display: flex;
}

.services-5-list {
  grid-row-gap: 4em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services-5-item {
  align-self: stretch;
  display: flex;
}

.services-5-link {
  z-index: 5;
  border: 2px solid var(--red-4);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 20svh;
  padding: 1em;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
}

.services-5-link:hover {
  background-color: var(--red-4);
}

.services-5-content {
  z-index: 10;
  background-color: var(--red-4);
  padding: .7em;
  position: relative;
}

.services-5-image {
  z-index: 1;
  border: 2px solid var(--red-4);
  width: 102%;
  height: 105%;
  position: absolute;
}

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

.text-block-35 {
  color: var(--body-1);
  text-transform: uppercase;
  font-size: 1.7em;
  line-height: 1.2em;
}

.team-2 {
  width: 100%;
}

.team-2-list {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-2-item {
  width: 100%;
  margin-top: -1px;
  margin-left: -1px;
  transition: width .5s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.team-2-item:hover {
  width: 110%;
}

.team-2-link {
  grid-row-gap: 3em;
  border: 1px solid var(--red-4);
  color: var(--red-4);
  flex-flow: column;
  width: 100%;
  padding: 1.5em;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
}

.team-2-link:hover {
  background-color: var(--red-2);
  color: var(--body-1);
}

.team-2-image {
  z-index: 10;
  height: 20em;
  min-height: 50svh;
  position: relative;
}

.image-text-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.grid-2 {
  z-index: 10;
  border-bottom: 1px solid var(--red-4);
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-2-block {
  grid-row-gap: 1.5em;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30svh;
  padding: 1em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1), background-color .2s ease-in, color .2s ease-in;
  display: flex;
}

.grid-2-block:hover {
  background-color: var(--red-4);
  color: var(--body-1);
  width: 120%;
}

.grid-2-number {
  text-transform: uppercase;
  font-size: 6em;
  line-height: 1em;
  position: relative;
}

.grid-2-text {
  letter-spacing: -.1px;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.5em;
}

.preguntas-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.dropdown {
  border: 1px solid var(--red-4);
  width: 100%;
}

.text-block-36 {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

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

.dropdown-toggle {
  width: 100%;
}

.perf-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  display: flex;
}

.perguntas-image {
  width: 100%;
  height: 100%;
  min-height: 57vh;
  position: relative;
}

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

.dropdown-list {
  position: relative;
}

.dropdown-list-2 {
  background-color: #fff0;
  padding-bottom: 16px;
  padding-left: 28px;
  padding-right: 24px;
  display: none;
  position: relative;
}

.dropdown-list-3, .dropdown-list-4, .dropdown-list-5, .dropdown-list-6 {
  position: relative;
}

.paragraph-73 {
  color: var(--gris);
  background-color: #fff0;
  font-family: Manrope, sans-serif;
  line-height: 1.4;
}

.subfooter {
  z-index: 20;
  border-top: 1px solid var(--red-4);
  border-bottom: 1px solid var(--red-4);
  background-color: var(--body-1);
  position: relative;
}

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

.subfooter-links-wrap {
  justify-content: center;
  display: flex;
}

.subfooter-link {
  color: var(--gris);
  padding: 2em 1em;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

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

.about-section.dos {
  z-index: 6;
  background-color: var(--bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8rem;
  display: flex;
}

.about-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 82em;
  display: flex;
}

.section-header {
  width: 100%;
  position: relative;
}

.section-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4em;
  display: grid;
}

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

.paragraph-74 {
  font-size: 1.25rem;
}

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

.socials {
  display: flex;
  position: relative;
}

.socials-1-list {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-1-item {
  border-left: 1px solid var(--red-4);
  flex-flow: column;
  flex: none;
  align-self: stretch;
  display: flex;
}

.social-1-item.dos {
  border-right: 1px solid var(--red-4);
}

.social-1-link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  transition: all .25s ease-in-out;
  display: flex;
}

.social-1-link-block:hover {
  background-color: var(--red-2);
}

.social-icon {
  width: 1.5em;
  height: 1.5em;
}

.subfooter-mde-by-links {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-3 {
  color: var(--gris);
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

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

.tile-service-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--red-4);
  background-color: #f033331a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  transition: all .25s ease-in-out;
  display: flex;
}

.tile-service-item:hover {
  border-style: solid;
  border-color: var(--red-4);
  background-color: var(--red-2);
}

.text-heading-3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-75 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.b-navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1a1a1ae6;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-logo-link {
  text-decoration: none;
}

.logo-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.logo-text.black {
  color: #1a1b1c;
}

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

.navbar-link {
  color: #f5f5f5cc;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.navbar-link:hover {
  color: #f5f5f5;
}

.section-hero {
  min-height: 100svh;
}

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

.hero-background-image.none {
  display: none;
}

.hero-background-gradient {
  z-index: 2;
  background-image: linear-gradient(135deg, #1a1b1cf2, #1a1b1ce6 28%, #535455cc 46%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

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

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

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

.padding-section-large._10rem {
  padding-bottom: 10rem;
}

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

.hero-content {
  width: 100%;
  max-width: 50rem;
  display: block;
}

.eyebrow-wrapper {
  z-index: 2;
  margin-bottom: 2rem;
  position: relative;
}

.eyebrow-text {
  color: #9c9c9c;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.5;
}

.eyebrow-text._1-5rem {
  margin-bottom: 1.5rem;
}

.eyebrow-text._1-5rem.align-center {
  text-align: center;
}

.heading-style-h1 {
  z-index: 3;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  line-height: 1.3;
  position: relative;
}

.button {
  color: #faf8f2cc;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  padding: 1.25rem 1.5rem;
}

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

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

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

.max-width-medium-large {
  max-width: 40rem;
}

.max-width-medium-large._3rem {
  margin-bottom: 6rem;
}

.max-width-medium-large.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium-large.align-center._4rem {
  margin-bottom: 6rem;
}

.h2-wrapperr {
  color: var(--black);
  text-transform: uppercase;
  text-shadow: none;
  white-space: normal;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
}

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

.text-size-regular {
  color: var(--black);
  font-family: Manrope, sans-serif;
  line-height: 1.6;
}

.text-size-regular.align-center {
  text-align: center;
}

.section-benefits {
  background-color: #000;
}

.grid-4-column {
  grid-column-gap: 2.25rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-blue {
  margin-bottom: 1.5rem;
}

.heading-style-h4 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

.heading-style-h4.h3 {
  font-size: 1.2rem;
}

.text-size-medium {
  color: var(--gris);
  font-size: 18px;
}

.text-size-medium._17 {
  margin-bottom: 1rem;
  font-size: 17px;
}

.image-11 {
  width: 2rem;
  height: 2rem;
  display: none;
}

.section-reviews {
  background-color: #fff;
}

.grid-3-column {
  grid-column-gap: 5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stars-wrapper {
  grid-column-gap: .25px;
  grid-row-gap: .25px;
  padding-bottom: 1.5rem;
  display: flex;
}

.stars-wrapper.dos {
  padding-bottom: 1.1rem;
}

.code-embed {
  color: var(--azul);
  width: 1.25rem;
  height: 1.25rem;
}

.heading-style-h5 {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
}

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

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

.image-12 {
  width: 100%;
  height: 100%;
  max-height: 650px;
}

.text-block-37 {
  font-size: 26px;
}

.grid-pricing-thirds {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.item-pricing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #161617;
  flex-flow: column;
  min-height: 666px;
  max-height: 666px;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 45px #184bcd4d;
}

.item-pricing.sin {
  box-shadow: none;
}

.master-top-pricing-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.no-margins {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 120%;
}

.tag-heading {
  border: 1px solid var(--azul);
  background-color: var(--azul);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 2px 45px #184bcd66;
}

.divider-pricing-tile {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.wrap-pricing-checklist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-check-list {
  font-size: 18px;
  line-height: 140%;
}

.cta {
  border: 1px solid var(--azul);
  background-color: var(--azul);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 10px 32px;
  display: flex;
}

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

.b-footer {
  background-color: #fff;
  width: 100%;
}

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

.footer-logos {
  grid-column-gap: 2.5rem;
  display: flex;
}

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

.heading-style-h6 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
}

.footer-links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  display: flex;
}

.image-13 {
  width: 1.3rem;
  height: 1.5rem;
}

.footer-divider {
  background-color: #9c9c9c33;
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.text-block-39 {
  color: #494949;
}

.text-block-40 {
  color: #000;
}

.link-4 {
  color: var(--azul);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-span-3 {
  color: var(--rojo);
  font-weight: 600;
}

.body-4 {
  background-color: #e6edee;
  font-family: Poppins, sans-serif;
}

.header-benan {
  background-color: #212529;
  background-image: url('../images/fondo-benan-blanco.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  display: flex;
}

.container-benan.spacer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.container-benan.padding {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.container-benan.padding.max-padding {
  padding-left: 22rem;
  padding-right: 22rem;
}

.container-benan.padding.max-padding.dos {
  padding-left: 6rem;
  padding-right: 6rem;
}

.main-wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.heading-19 {
  color: var(--black);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.2;
}

.button-benan {
  color: #fff;
  background-color: #ff6f00;
  padding: 12px 22px;
  text-decoration: none;
  transition: all .35s ease-in;
}

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

.text-block-41 {
  font-size: 16px;
}

.section-info {
  padding-top: 100px;
  padding-bottom: 100px;
}

.line {
  background-color: #fff;
  width: 2px;
  height: 10vh;
}

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

.section-entrenador {
  background-color: #212529;
  width: 100%;
  height: 105vh;
}

.paragraph-76 {
  color: var(--dark-grey);
  text-align: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

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

.image-benan {
  width: 100%;
}

.description-benan {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 80px 80px 80px 20px;
  display: flex;
}

.heading-20 {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 48px;
}

.paragraph-77 {
  width: 90%;
  margin-bottom: 40px;
  font-size: 16px;
}

.heading-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
}

.list-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  flex-flow: column;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.list-item-6, .list-item-7, .list-item-8 {
  line-height: 24px;
}

.image-14 {
  object-fit: cover;
  object-position: 50% 21%;
  width: 100%;
  height: 100%;
  max-height: 105vh;
}

.section-beneficios {
  padding-top: 0;
  padding-bottom: 0;
}

.tittle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.tittle-wrapper.dos {
  margin-bottom: 40px;
}

.tittle-wrapper._70 {
  margin-bottom: 70px;
}

.heading-22 {
  color: var(--dark-grey);
  text-transform: none;
  text-shadow: none;
  font-size: 48px;
  line-height: 1.6;
}

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

.line-tittle {
  background-color: #212529;
  width: 250px;
  height: 4px;
}

.line-tittle.white {
  background-color: #fff;
}

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

.service-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 50px 40px;
  display: flex;
  box-shadow: 0 0 25px #0000001a;
}

.heading-23 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
  width: 100px;
}

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

.main-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container.max {
  max-width: 1220px;
}

.center-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.master-process {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.single-process {
  grid-column-gap: 40px;
  display: flex;
}

.left-process {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  display: flex;
}

.process-circle {
  background-color: #404042;
  border-radius: 50%;
  flex: none;
  width: 29px;
  height: 29px;
  position: relative;
  overflow: hidden;
}

.line-process {
  background-color: #404042;
  width: 5px;
  height: 100%;
}

.right-process {
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.right-process.dos {
  margin-bottom: 0;
}

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

.paragraph-78 {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 500;
}

.section-faq {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.contenedor-wrapper {
  background-color: #fff;
  border-radius: 10px;
  width: 60%;
  height: 100%;
  padding: 24px 24px 42px;
  box-shadow: 0 0 25px #0000001a;
}

.contenedor-wrapper.dos {
  width: 65%;
  padding-left: 16px;
  padding-right: 16px;
}

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

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
}

.icon-2 {
  color: #555;
  font-size: 20px;
}

.text-block-42 {
  font-size: 16px;
  line-height: 1.2;
}

.dropdown-list-7 {
  background-color: #fff0;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.3;
  display: none;
  position: relative;
}

.paragraph-79 {
  color: var(--dark-grey);
}

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

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

.section-antesydespues.dos {
  padding-bottom: 40px;
}

.experiencias-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 48px;
  display: grid;
}

.contenido-wrapper {
  border: 1px solid #00000026;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 36px;
  display: flex;
}

.image-21 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-height: 50vh;
}

.image-21.x2 {
  object-fit: cover;
  object-position: 50% 36%;
}

.image-21.x2.x11 {
  object-position: 50% 40%;
}

.heading-25 {
  margin-top: 0;
  margin-bottom: 26px;
}

.paragraph-80 {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 500;
}

.paragraph-80.dos {
  font-size: 16px;
}

.flex-cta-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.section-instagram {
  display: none;
}

.instagram-banner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cc-footer {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-wrapper {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper.dos {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

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

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

.image-22 {
  width: 36px;
}

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

.link-5 {
  color: #ff6e00;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.cc-navbar {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.cc-navbar.none {
  display: none;
}

.navbar-2 {
  background-color: #fff0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-23 {
  width: 55px;
}

.nav-link {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.image-24 {
  width: 81px;
}

.link-block-3 {
  color: #fff;
}

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

.link-6.naranja {
  color: #ff6e00;
}

.moving-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.moving-content {
  width: 220%;
  display: flex;
}

.instagram-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.instagram-image-wrapper {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.instagram-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  z-index: 2;
  background-color: #212529;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35%;
  display: flex;
  position: absolute;
  inset: 32% 0% 0%;
}

.text-block-43 {
  color: #e6edee;
  letter-spacing: 18px;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.2;
}

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

.body-5 {
  background-color: #e6edee;
}

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

.link-block-17 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-25 {
  width: 50px;
}

.sectrion-testimonios {
  background-color: #212529;
  padding-top: 40px;
  padding-bottom: 80px;
}

.testimonios-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.code-embed-2 {
  color: var(--orange);
  width: 1.25rem;
  height: 1.25rem;
}

.text-size {
  color: var(--gris);
  padding-bottom: 1rem;
  font-size: 16px;
}

.text-block-44 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  display: none;
}

.image-26 {
  width: 212px;
}

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

.loader {
  z-index: 99999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-column {
  background-color: #000933;
  width: 100%;
  height: 100%;
}

.home-hero-section {
  height: 100svh;
  position: relative;
  overflow: clip;
}

.home-hero-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0% 0% auto;
}

.home-hero-image-overlay {
  z-index: -1;
  background-image: linear-gradient(#000000b3, #0000004d);
  position: absolute;
  inset: 0%;
}

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

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

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

.home-hero-content {
  grid-column-gap: 26rem;
  grid-row-gap: 26rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.home-hero-paragraph-wrap {
  max-width: 550px;
  overflow: hidden;
}

.text-large {
  font-size: 1.125rem;
  line-height: 160%;
}

.text-large.padding {
  color: var(--black);
  text-shadow: none;
  margin-bottom: 12px;
  font-weight: 500;
}

.home-hero-content-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-hero-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 840px;
  display: flex;
}

.text-6xl.text-primary-on-black {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 118%;
}

.home-hero-wrap-max-width {
  max-width: 350px;
  overflow: hidden;
}

.about-section-r {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.container-r._1600px {
  max-width: 1600px;
}

.content-layout-space-between {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-layout-space-between._40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.about-us-left-block {
  flex: 1;
  max-width: 675px;
  margin-top: 50px;
}

.about-image-wrap {
  overflow: hidden;
}

.about-image-wrap.only-mobile {
  display: none;
}

.about-image-r {
  object-fit: fill;
  width: 675px;
}

.about-image-r._500px {
  object-fit: cover;
  min-height: 500px;
}

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

.section-heading-wrapper.is-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.section-heading-wrapper.is-service-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-heading-wrapper.is-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 635px;
  margin-bottom: 48px;
  display: flex;
}

.sub-heading {
  overflow: hidden;
}

.text-lg {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5;
}

.text-lg.normal {
  text-transform: none;
}

.text-lg.normal.black {
  color: var(--black);
  font-size: 17px;
}

.text-lg.normal.black._16 {
  font-size: 16px;
}

.text-lg.normal.black._20px {
  margin-bottom: 26px;
}

.text-lg.white {
  color: #fff;
  text-transform: none;
}

.text-lg.white.center {
  text-align: center;
}

.h2 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  text-transform: none;
  text-shadow: none;
  white-space: normal;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.15em;
}

.h2.font-600 {
  color: var(--white);
  font-weight: 600;
}

.h2.white {
  color: var(--white);
  text-align: center;
  font-weight: 500;
}

.about-us-right-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 675px;
  display: flex;
}

.about-image-2 {
  width: 655px;
}

.about-text-wrap {
  max-width: 675px;
  margin-top: 4px;
}

.about-text-wrap.flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.services-section-r {
  background-color: #f8f8f8;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.service-collection-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 523px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-image-r {
  object-fit: cover;
  width: 100%;
  min-height: 523px;
}

.service-content-wrapper {
  grid-row-gap: 8px;
  color: #fff;
  background-image: linear-gradient(#1a1a1a00, #1a1a1a);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  padding: 25px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.color-white {
  overflow: hidden;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.text-default {
  line-height: 1.7em;
}

.why-choose-us-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.card-widget {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 33px;
  display: flex;
}

.card-icon {
  width: 80px;
  height: 80px;
  display: none;
}

.card-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 335px;
  display: flex;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.cta-section-r {
  margin-top: 0;
  margin-bottom: 120px;
}

.container-lg {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.cta-block-r {
  overflow: hidden;
}

.cta-layout-block {
  background-image: linear-gradient(48deg, #1a1a1acc, #1a1a1a00), url('../images/foto-richi.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 760px;
  display: flex;
}

.color-neutral-6 {
  overflow: hidden;
}

.footer-r {
  background-color: #f8f8f8;
  position: relative;
}

.footer-images {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: grid;
}

.footer-instagram-image-thumbnail {
  position: relative;
  overflow: hidden;
}

.footer-instagram-image {
  object-fit: cover;
  width: 101%;
  height: 101%;
}

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

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

.footer-menu-r {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4rem;
  display: flex;
}

.footer-links-wrapper.order-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
}

.h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

.footer-links-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #3f3e3e;
  line-height: 1.6em;
  text-decoration: none;
}

.footer-link.local {
  cursor: auto;
}

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

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

.link-7 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

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

.link-8 {
  color: #fff;
  background-color: #000933;
  padding: 14px 22px;
  text-decoration: none;
  display: inline-block;
}

.navbar-richi {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-richi.azul {
  background-color: #002858;
  padding-top: 6px;
  padding-bottom: 0;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.logo-wrapper {
  width: 15vw;
}

.logo-wrapper.w--current {
  align-self: center;
}

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

.desktop-links {
  grid-column-gap: 1.6rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-richi {
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.nav-link-richi:hover {
  opacity: .6;
}

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

.nav-link-richi.cero.w--current {
  opacity: 0;
  cursor: auto;
}

.button-menu {
  z-index: 9999;
  cursor: pointer;
  display: none;
  position: relative;
  overflow: hidden;
}

.menu-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 42px;
  height: 42px;
  display: flex;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 1.5px;
}

.menu-bar.dos {
  width: 85%;
}

.menu-bar.tres {
  width: 75%;
}

.nav-content {
  z-index: 2;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 22px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.nav-link-item {
  overflow: hidden;
}

.mobile-nav-link {
  color: #000;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.contact-info-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding-top: 1rem;
  display: flex;
}

.contact-info-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.contact-subheading {
  color: #29292b;
  font-size: 15px;
  line-height: 1.3;
}

.link-9 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.nav-link-wrapper {
  display: flex;
}

.div-block-17, .div-block-18, .div-block-19 {
  overflow: hidden;
}

.page-introductory-section {
  background-color: #f8f8f8;
  padding-top: 170px;
  padding-bottom: 100px;
}

.page-introductory-content-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.page-introductory-content-block._1000px {
  max-width: 850px;
}

.todos-services, .objetivos-services {
  padding-top: 80px;
  padding-bottom: 80px;
}

.objetivos-services._0 {
  padding-bottom: 0;
}

.grid-5 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.about-content-block {
  max-width: 700px;
}

.text-block-45 {
  font-size: 18px;
  line-height: 1.4;
}

.about-main-image-wrap {
  align-self: flex-start;
  max-width: 550px;
  overflow: hidden;
}

.text-block-46 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}

.home-cars-tabs {
  padding-top: 120px;
}

.tabs-content {
  width: 100%;
  min-height: 80vh;
  max-height: 80vh;
  position: relative;
  overflow: hidden;
}

.cars-tab-image {
  object-fit: none;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.tab-pane-content {
  z-index: 2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 26px;
  padding-right: 20px;
  display: inline-flex;
  position: absolute;
  inset: auto 0% 10%;
  overflow: hidden;
}

.tabs-image-overlay {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cc-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.image-uno {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  max-height: 80vh;
  position: relative;
  overflow: hidden;
}

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

.image-27.clase-v {
  object-fit: cover;
  object-position: 50% 100%;
  height: 103%;
}

.text-5xl {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 110%;
}

.text-5xl.small {
  font-size: 2rem;
}

.grid-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6px;
  display: grid;
}

.image-grid {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  max-height: 80vh;
  overflow: hidden;
}

.flex-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  padding-top: 110px;
  display: flex;
}

.heading-26 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 44px;
  display: flex;
  overflow: hidden;
}

.image-interior {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
  overflow: hidden;
}

.image-28 {
  object-fit: cover;
  width: 226px;
  height: 155px;
}

.contacto-uno {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.container-tran {
  z-index: 10;
  flex: 1;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contacto-image {
  width: 100%;
  max-height: 46.5vh;
  overflow: hidden;
}

.contacto-image.dos {
  max-height: 51vh;
}

.text-block-30 {
  color: #000;
  text-decoration: none;
}

.text-block-30.bold {
  padding-bottom: 4px;
  font-weight: 600;
}

.text-block-30.bold.dos {
  padding-bottom: 4px;
}

.text-block-30.dos {
  line-height: 1.4;
}

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

.item-contacto.dos {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.grid-one-column {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
  grid-auto-columns: 1fr;
  margin-bottom: 34px;
  display: grid;
}

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

.image-127.dos {
  object-position: 50% 50%;
}

.image-127.dos.lado {
  object-position: 26% 50%;
}

.image-127.dos.lado.contain {
  object-fit: cover;
}

.section-regular-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-regular-2.richi {
  padding-top: 175px;
  padding-bottom: 40px;
}

.paragraph-11 {
  color: #e61d00;
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.paragraph-11.dos.left {
  text-align: left;
}

.paragraph-11.dos.left.black {
  color: #000;
}

.fixed-whatsapp {
  z-index: 9999;
  background-color: #01e676;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 1% 3% auto;
}

.image-128 {
  width: 35px;
}

.section-regular.dos {
  background-color: #002858;
  padding: 30px 0%;
}

.main-contact-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-47 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1.3;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
  overflow: hidden;
}

.link-10 {
  color: #000;
  background-color: #fff;
  padding: 14px 22px;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.link-10:hover {
  background-color: #bbb;
}

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

.text-block-48 {
  font-size: 17px;
}

.link-11 {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.link-11:hover {
  color: #00479d;
}

.div-block-22 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-129 {
  width: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-wrapper {
    grid-template-columns: 4fr 1fr;
  }

  .text-stats {
    font-size: 2.25rem;
  }

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

  .transform-wrap {
    grid-template-columns: 2fr;
  }

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

  .service-card-v1-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .bold-text {
    font-size: 41px;
    font-weight: 600;
  }

  .display-10 {
    font-size: 32px;
  }

  .heading-6 {
    font-size: 14vw;
  }

  .heading-7 {
    font-size: 5vw;
  }

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

  .section-testimonios.dos {
    padding-bottom: 4rem;
  }

  .text-block-5 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7rem;
  }

  .cta-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .heading-8 {
    font-size: 2.1rem;
    font-weight: 600;
  }

  .text-block-8 {
    white-space: nowrap;
  }

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

  .container-2 {
    padding-bottom: 20px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .f-footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
  }

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

  .f-footer-social {
    width: 38px;
    height: 38px;
  }

  .image-3 {
    width: 18px;
  }

  .f-footer-menu {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .cta-form {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-section {
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
  }

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

  .header-benan {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-benan.padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-benan.padding.max-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .paragraph-76 {
    width: 90%;
    font-size: 22px;
  }

  .grid-dos {
    grid-template-columns: .95fr;
  }

  .image-14 {
    object-position: 115% 19%;
    max-height: 75vh;
  }

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

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

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

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

  .contenedor-wrapper.dos {
    width: 90%;
  }

  .section-antesydespues {
    padding-top: 60px;
  }

  .section-antesydespues.dos {
    padding-top: 65px;
  }

  .image-22 {
    width: 30px;
  }

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

  .div-block-10 {
    height: 31%;
    top: 34%;
  }

  .testimonios-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3.6rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-content {
    grid-column-gap: 22rem;
    grid-row-gap: 22rem;
  }

  .home-hero-content-bottom {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

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

  .content-layout-space-between {
    flex-flow: column;
  }

  .about-us-left-block {
    margin-top: 0;
  }

  .about-image-wrap {
    margin-bottom: 16px;
  }

  .section-heading-wrapper.is-service-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 38px;
  }

  .about-image-2 {
    width: 675px;
  }

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

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

  .text-default {
    font-size: 15px;
  }

  .why-choose-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-widget {
    padding: 0;
  }

  .cta-section-r {
    margin-bottom: 40px;
  }

  .navbar-richi.azul {
    padding-top: 0;
  }

  .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-logo {
    min-width: 175px;
  }

  .desktop-links {
    grid-column-gap: .4rem;
  }

  .nav-link-richi, .nav-link-richi.w--current {
    font-size: 15px;
  }

  .cc-images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .container-tran {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-one-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .paragraph-11 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: 56px;
  }

  .image-absolute {
    width: 56%;
  }

  .stats_grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-stats {
    font-size: 1.85rem;
    font-weight: 500;
  }

  .display-10 {
    font-size: 25px;
  }

  .heading-6 {
    font-size: 16vw;
  }

  .testimonial_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .testimonial_list {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .cta-wrapper {
    padding: 2rem 1rem;
  }

  .f-footer-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-beneficios {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .f-testimonial-right-a {
    display: none;
  }

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

  .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

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

  .h1-heading {
    font-size: 54px;
    line-height: 62px;
  }

  .header-benan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-19 {
    font-size: 62px;
  }

  .section-entrenador {
    max-height: 100%;
  }

  .description-benan {
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

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

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

  .section-beneficios {
    padding-top: 40px;
  }

  .tittle-wrapper {
    margin-bottom: 40px;
  }

  .tittle-wrapper.dos {
    margin-bottom: 26px;
  }

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

  .heading-22.faq {
    font-size: 34px;
  }

  .beneficios-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-servicios {
    padding-top: 40px;
  }

  .single-process {
    grid-column-gap: 28px;
  }

  .contenedor-wrapper.dos {
    border-radius: 0;
    width: 100%;
    padding-bottom: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-antesydespues {
    padding-top: 40px;
  }

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

  .image-21 {
    max-height: 40vh;
  }

  .flex-cta-center {
    margin-top: 40px;
  }

  .footer-privacy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .text-block-43 {
    font-size: 16px;
  }

  .testimonios-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .home-hero-content {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
  }

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

  .text-6xl.text-primary-on-black {
    font-size: 2.9rem;
  }

  .container-r {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-us-left-block {
    margin-bottom: 10px;
  }

  .section-heading-wrapper.is-cta {
    padding-left: 6px;
    padding-right: 6px;
  }

  .h2 {
    font-size: 41px;
  }

  .cards-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .container-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-padding-r {
    padding-top: 4rem;
  }

  .footer-links-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .navbar-richi.azul {
    padding-top: 0;
  }

  .logo-wrapper {
    width: 18vw;
  }

  .nav-logo {
    min-width: 150px;
  }

  .desktop-links, .nav-link-richi {
    display: none;
  }

  .button-menu {
    flex-flow: column;
    display: flex;
  }

  .menu-wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .menu-bar {
    background-color: #fff;
  }

  .page-introductory-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .image-uno, .image-uno.dos {
    min-height: 65vh;
    max-height: 65vh;
  }

  .grid-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1.05fr;
  }

  .image-grid {
    min-height: 40vh;
    max-height: 40vh;
  }

  .flex-content {
    width: 100%;
    padding: 36px 1rem;
  }

  .image-28 {
    width: 170px;
    height: 100px;
  }

  .contacto-uno {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .item-contacto {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .grid-one-column {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .image-127.dos {
    object-position: 50% 50%;
  }
}

@media screen and (max-width: 479px) {
  .heading-3 {
    font-size: 51px;
  }

  .section_benefits {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .stats_grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-stats {
    font-size: 1.1rem;
    font-weight: 700;
  }

  .section-transformar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-4 {
    font-size: 32px;
  }

  .list {
    margin-top: 28px;
  }

  .section-programas {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-5 {
    text-align: center;
    padding-bottom: 1.5rem;
    font-size: 40px;
    line-height: 1.1;
  }

  .heading-5.dos {
    padding-bottom: 1.5rem;
    font-size: 40px;
    line-height: 1.1;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .service-card-v1-wrapper {
    padding-top: 24px;
    padding-left: 16px;
  }

  .bold-text {
    font-size: 23px;
    line-height: .4em;
  }

  .display-10 {
    font-size: 15px;
    font-weight: 700;
    line-height: .9em;
  }

  .heading-6 {
    font-size: 15vw;
  }

  .heading-7 {
    font-size: 10vw;
  }

  .section-testimonios, .section-testimonios.dos {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .text-block-5 {
    font-size: .6rem;
    font-weight: 900;
    line-height: .7rem;
  }

  .section-cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cta-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .text-block-7, .text-block-9, .text-block-6, .text-block-8 {
    font-size: 13px;
  }

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

  .container-2 {
    padding-bottom: 0;
  }

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

  .f-footer-social {
    width: 28px;
    height: 28px;
  }

  .f-footer-brand {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
  }

  .image-3 {
    width: 14px;
  }

  .image-4 {
    width: 41px;
  }

  .f-footer-menu {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: row;
  }

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

  .section-resultados {
    padding-bottom: 3rem;
  }

  .resultador-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .cta-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .header-benan {
    padding-left: 0;
    padding-right: 0;
  }

  .container-benan.spacer {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .container-benan.padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-benan.padding.max-padding.dos {
    padding: 4em 1.5rem 2em;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .heading-19 {
    font-size: 42px;
  }

  .section-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .line.relative {
    position: relative;
    top: 70px;
  }

  .section-entrenador {
    height: 250vh;
  }

  .paragraph-76 {
    width: 100%;
    font-size: 20px;
  }

  .description-benan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-20 {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .paragraph-77 {
    width: 100%;
    margin-bottom: 36px;
  }

  .image-14 {
    object-fit: contain;
    object-position: 40% 58%;
    max-height: 100%;
  }

  .section-beneficios {
    padding-top: 0;
  }

  .tittle-wrapper._70 {
    margin-bottom: 46px;
  }

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

  .heading-22.faq {
    font-size: 28px;
  }

  .heading-22.d {
    text-align: center;
    white-space: normal;
    font-size: 26px;
    line-height: 1.4;
  }

  .beneficios-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 50px;
  }

  .single-process {
    grid-column-gap: 14px;
  }

  .right-process {
    grid-row-gap: 12px;
    margin-bottom: 36px;
  }

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

  .section-faq {
    padding-bottom: 40px;
  }

  .section-antesydespues.dos {
    padding-top: 75px;
  }

  .contenido-wrapper {
    padding: 26px 16px;
  }

  .flex-cta-center {
    margin-top: 32px;
  }

  .instagram-banner {
    display: none;
  }

  .cc-navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-3 {
    color: #fff;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
  }

  .link-6 {
    font-size: 15px;
  }

  .text-block-43 {
    letter-spacing: 8px;
    font-size: 17px;
  }

  .section-metodologia {
    padding-top: 40px;
  }

  .image-25 {
    width: 47px;
  }

  .sectrion-testimonios {
    padding-bottom: 60px;
  }

  .testimonios-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .home-hero-content {
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
  }

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

  .text-6xl.text-primary-on-black {
    white-space: normal;
    font-size: 2rem;
  }

  .about-section-r {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-us-left-block {
    margin-bottom: 0;
  }

  .about-image-wrap {
    margin-bottom: 12px;
  }

  .section-heading-wrapper.is-service-section {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 26px;
  }

  .section-heading-wrapper.is-cta {
    margin-bottom: 36px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-lg, .text-lg.normal.black._20px {
    font-size: 16px;
  }

  .text-lg.white.center {
    font-size: 15px;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.font-600 {
    text-align: center;
  }

  .h2.font-600.dos, .h2.white.dos {
    font-size: 30px;
  }

  .h2.min {
    line-height: 1.1em;
  }

  .services-section-r {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .service-block {
    min-height: 505px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h4 {
    font-size: 26px;
  }

  .why-choose-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .cta-layout-block {
    background-image: linear-gradient(48deg, #1a1a1acc, #1a1a1a00), url('../images/foto-richi.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 555px;
  }

  .footer-images {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    min-height: 15vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-menu-r {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-bottom: 3rem;
  }

  .footer-links-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-derechos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .page-introductory-section {
    padding-bottom: 60px;
  }

  .todos-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .objetivos-services._0 {
    padding-top: 60px;
  }

  .text-block-45 {
    font-size: 16px;
  }

  .cc-images-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .image-uno, .image-uno.dos {
    min-height: 55vh;
    max-height: 55vh;
  }

  .text-5xl.small {
    font-size: 1.6rem;
  }

  .image-interior {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-28 {
    width: 100%;
    height: 155px;
  }

  .contacto-image.dos {
    max-height: 21vh;
  }

  .text-block-30 {
    color: #000;
  }

  .section-regular-2.richi {
    padding-top: 120px;
  }

  .paragraph-11.dos {
    font-size: 14px;
  }

  .fixed-whatsapp {
    width: 45px;
    height: 45px;
    bottom: 2.3%;
  }

  .image-128 {
    width: 32px;
  }

  .main-contact-cta {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-47 {
    font-size: 18px;
  }

  .contacto-tres {
    grid-template-columns: 1fr;
  }
}

#w-node-_3d143b42-1f5f-4ca1-d9aa-5ee7ca9f7583-74a80db8, #w-node-_200a9cbe-917d-449f-35f3-9f9d945a8da5-74a80db8, #w-node-_3a328b0f-50f6-ff8d-e74a-7ae800828735-74a80db8, #w-node-_07df9f58-044b-68e5-852f-587d985eef88-74a80db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7d69101-6962-ae0b-9adb-776e13927979-74a80db8 {
  align-self: center;
}

#w-node-_60c41d75-02c8-ba14-a572-60661f3630b7-95b4981a, #w-node-_60c41d75-02c8-ba14-a572-60661f3630d1-95b4981a, #w-node-_60c41d75-02c8-ba14-a572-60661f3630df-95b4981a, #w-node-_60c41d75-02c8-ba14-a572-60661f3630f0-95b4981a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ceba902-5cd1-43f0-81d2-84818db71612-8db7160e {
  justify-self: start;
}

#w-node-_6ceba902-5cd1-43f0-81d2-84818db71610-8db7160e {
  justify-self: center;
}

#w-node-_57c7d256-8248-fff4-5788-2956f3561486-8db7160e {
  justify-self: end;
}

#w-node-ee97531f-f155-abd5-3848-cfc775b66bb9-f5317b71, #w-node-_6c3b4ec6-8ef5-b3bc-69ff-5aabf2c46905-f5317b71, #w-node-_4415dd97-77f3-1457-cefd-6fb75b202634-f5317b71, #w-node-e778ef0f-25f7-0878-a4cf-4cae3717b977-f5317b71 {
  align-self: auto;
}

#w-node-_68c4abd2-8340-e768-1833-a707d1c3020c-f35c2604, #w-node-ba5f0d59-d0ee-bcdf-fc6a-3e5befd3c769-f35c2604, #w-node-_54cdf895-ddd2-d23c-6846-7ce088afa0d9-f35c2604 {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_6ceba902-5cd1-43f0-81d2-84818db7161b-8db7160e {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6ceba902-5cd1-43f0-81d2-84818db71610-8db7160e {
    justify-self: start;
  }
}


