body[data-page="about"] {
  --about-shell: 1120px;
  --about-red: #e31e24;
  --about-red-soft: #f57d76;
  --about-ink: #111214;
  --about-paper: #f1f1f2;
  --about-panel: rgba(20, 20, 24, 0.68);
  --about-panel-edge: rgba(255, 255, 255, 0.08);
  --about-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
  --about-grid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.14' stroke-width='1'%3E%3Cpath d='M45 0v180M90 0v180M135 0v180M0 45h180M0 90h180M0 135h180'/%3E%3C/g%3E%3C/svg%3E");
  --about-icon-panel: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='16' cy='16' r='4.2' stroke='%23ffffff' stroke-width='2.2'/%3E%3Cpath d='M16 5.5v3M16 23.5v3M26.5 16h-3M8.5 16h-3M23.2 8.8l-2.1 2.1M10.9 21.1l-2.1 2.1M23.2 23.2l-2.1-2.1M10.9 10.9 8.8 8.8' stroke='%23e31e24' stroke-width='2.1' stroke-linecap='round'/%3E%3C/svg%3E");
  --about-icon-kicker: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M8 24 24 8' stroke='%23e31e24' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M12 8h12v12' stroke='%23111214' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --about-icon-quality: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 5.5 24.5 9v6.4c0 4.8-2.9 8.4-8.5 11.1-5.6-2.7-8.5-6.3-8.5-11.1V9L16 5.5Z' stroke='%23ffffff' stroke-width='2.2' stroke-linejoin='round'/%3E%3Cpath d='m12.6 16.2 2.3 2.3 4.7-4.9' stroke='%23ffffff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --about-icon-people: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='12' cy='12' r='4' stroke='%23ffffff' stroke-width='2.2'/%3E%3Cpath d='M5.5 24c0-3.2 2.9-5.3 6.5-5.3s6.5 2.1 6.5 5.3' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round'/%3E%3Ccircle cx='22.5' cy='13.5' r='2.8' stroke='%23ffffff' stroke-width='2' opacity='.88'/%3E%3Cpath d='M20.1 23.3c.5-1.7 2-3 4.2-3' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' opacity='.88'/%3E%3C/svg%3E");
  --about-icon-facility: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5 25h22' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M8 25V13l8-5 8 5v12' stroke='%23ffffff' stroke-width='2.1' stroke-linejoin='round'/%3E%3Cpath d='M12 17h8M12 21h8' stroke='%23e31e24' stroke-width='2.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background: #ebebed;
}

body[data-page="about"] .main {
  background: #ebebed;
}

body[data-page="about"] .aboutStudioHero,
body[data-page="about"] .aboutTeamShowcase,
body[data-page="about"] .aboutCultureGrid,
body[data-page="about"] .aboutFacilitiesShowcase,
body[data-page="about"] .aboutStudioHero *,
body[data-page="about"] .aboutTeamShowcase *,
body[data-page="about"] .aboutCultureGrid *,
body[data-page="about"] .aboutFacilitiesShowcase * {
  box-sizing: border-box;
}

body[data-page="about"] .aboutStudioHero,
body[data-page="about"] .aboutTeamShowcase,
body[data-page="about"] .aboutCultureGrid,
body[data-page="about"] .aboutFacilitiesShowcase {
  position: relative;
  isolation: isolate;
}

body[data-page="about"] .aboutStudioHero {
  min-height: 640px;
  overflow: hidden;
  background: #0b0c10;
}

body[data-page="about"] .aboutStudioHero__media,
body[data-page="about"] .aboutStudioHero__overlay {
  position: absolute;
  inset: 0;
}



body[data-page="about"] .aboutStudioHero__overlay {
  background:
    linear-gradient(90deg, rgba(7, 7, 10, 0.14) 0%, rgba(7, 7, 10, 0.06) 35%, rgba(10, 10, 14, 0.4) 52%, rgba(10, 10, 14, 0.7) 100%),
    radial-gradient(circle at 67% 18%, rgba(255, 255, 255, 0.12), transparent 30%);
}

body[data-page="about"] .aboutStudioHero__inner {
  position: relative;
  z-index: 1;
  width: min(var(--about-shell), calc(100% - 48px));
  min-height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 38px 0 32px;
}

body[data-page="about"] .aboutStudioHero__panel {
  position: relative;
  width: min(620px, 52vw);
  margin-right: 26px;
  padding: 24px 28px 26px;
  background: linear-gradient(180deg, rgba(17, 17, 22, 0.58), rgba(12, 12, 17, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  border-radius: 28px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  overflow: hidden;
}

body[data-page="about"] .aboutStudioHero__panel::before,
body[data-page="about"] .aboutStudioHero__panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body[data-page="about"] .aboutStudioHero__panel::before {
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(227, 30, 36, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  opacity: 0.45;
}

body[data-page="about"] .aboutStudioHero__panel::after {
  content: none;
}

body[data-page="about"] .aboutStudioHero__heading {
  width: 100%;
  max-width: 100%;
}

body[data-page="about"] .aboutStudioHero__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  position: relative;
  z-index: 1;
}

body[data-page="about"] .aboutStudioHero__logo {
  width: 170px;
  height: auto;
  display: block;
}

body[data-page="about"] .aboutStudioHero__eyebrow {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

body[data-page="about"] .aboutStudioHero__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: var(--font-display);
  width: 100%;
  max-width: 100%;
  font-size: clamp(40px, 4.1vw, 54px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

body[data-page="about"] .aboutStudioHero__rule {
  width: min(240px, 100%);
  height: 3px;
  background: linear-gradient(90deg, rgba(245, 245, 247, 0.72), rgba(245, 245, 247, 0.1));
}

body[data-page="about"] .aboutStudioHero__lead {
  margin: 22px 0 0;
  width: 100%;
  max-width: 100%;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.95);
  font-size: 19px;
  line-height: 1.46;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-wrap: pretty;
  position: relative;
  z-index: 1;
}

body[data-page="about"] .wa-fab {
  right: max(28px, calc(env(safe-area-inset-right) + 16px));
  bottom: max(28px, calc(env(safe-area-inset-bottom) + 16px));
}

body[data-page="about"] .aboutStudioHero__indicators {
  display: none;
}

body[data-page="about"] .aboutStudioHero__indicator {
  min-height: 74px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 14px;
  background: rgba(22, 22, 27, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-page="about"] .aboutStudioHero__indicatorIcon {
  width: 56px;
  height: 56px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(229, 229, 232, 0.94), rgba(189, 189, 193, 0.9));
  color: rgba(0, 0, 0, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

body[data-page="about"] .aboutStudioHero__indicatorIcon svg {
  width: 28px;
  height: 28px;
}

body[data-page="about"] .aboutStudioHero__indicatorText strong {
  display: block;
  color: #ffffff;
  font-family: "Oswald", var(--font-display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: none;
  text-wrap: balance;
}

body[data-page="about"] .aboutTeamShowcase {
  background: var(--about-paper);
  padding: 74px 0 56px;
}

body[data-page="about"] .aboutTeamShowcase__inner {
  width: min(var(--about-shell), calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 404px) minmax(0, 654px);
  justify-content: space-between;
  gap: 48px;
  align-items: start;
}

body[data-page="about"] .aboutTeamShowcase__copy {
  padding-top: 8px;
}

body[data-page="about"] .aboutTeamShowcase__kicker,
body[data-page="about"] .aboutFacilitiesShowcase__kicker {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--about-red);
  font-family: "Oswald", var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[data-page="about"] .aboutTeamShowcase__kicker::before,
body[data-page="about"] .aboutFacilitiesShowcase__kicker::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: rgba(227, 30, 36, 0.1) var(--about-icon-kicker) center/13px 13px no-repeat;
  border: 1px solid rgba(227, 30, 36, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

body[data-page="about"] .aboutTeamShowcase__title {
  margin: 0;
  max-width: none;
  color: #111111;
  font-family: var(--font-display);
  font-size: clamp(40px, 3.5vw, 55px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-page="about"] .aboutTeamShowcase__title span {
  display: block;
  white-space: normal;
  text-wrap: balance;
}

body[data-page="about"] .aboutTeamShowcase__title em {
  color: var(--about-red);
  font-style: normal;
}

body[data-page="about"] .aboutTeamShowcase__text {
  margin: 24px 0 0;
  max-width: 31ch;
  color: rgba(17, 17, 17, 0.88);
  font-size: 15px;
  line-height: 1.52;
  text-wrap: pretty;
}

body[data-page="about"] .aboutTeamShowcase__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

body[data-page="about"] .aboutAction {
  position: relative;
  min-width: 124px;
  min-height: 42px;
  padding: 7px 9px 7px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #57575a, #4b4b4e);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body[data-page="about"] .aboutAction::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 62%);
  pointer-events: none;
}

body[data-page="about"] .aboutAction:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.14);
}

body[data-page="about"] .aboutAction__icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--about-red);
  font-size: 19px;
  line-height: 1;
}

body[data-page="about"] .aboutTeamShowcase__visual {
  width: min(654px, 100%);
  display: grid;
  grid-template-columns: 244px 278px;
  grid-template-rows: 128px 162px;
  grid-template-areas:
    "main quality"
    "people detail";
  justify-content: center;
  align-items: center;
  column-gap: 26px;
  row-gap: 18px;
  padding-top: 8px;
}

body[data-page="about"] .aboutTeamShowcase__photo,
body[data-page="about"] .aboutTeamShowcase__badge {
  margin: 0;
  overflow: hidden;
  box-shadow: var(--about-shadow);
}

body[data-page="about"] .aboutTeamShowcase__photo {
  border-radius: 24px;
}

body[data-page="about"] .aboutTeamShowcase__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body[data-page="about"] .aboutTeamShowcase__photo--main {
  grid-area: main;
  width: 200px;
  height: 168px;
  justify-self: center;
}

body[data-page="about"] .aboutTeamShowcase__photo--main img {
  object-position: center center;
}

body[data-page="about"] .aboutTeamShowcase__photo--detail {
  grid-area: detail;
  width: 180px;
  height: 158px;
  justify-self: center;
}

body[data-page="about"] .aboutTeamShowcase__badge {
  border-radius: 22px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 18px 20px;
  text-align: center;
  position: relative;
}

body[data-page="about"] .aboutTeamShowcase__badge::before {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.14);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body[data-page="about"] .aboutTeamShowcase__badge strong {
  display: block;
  color: #ffffff;
  font-family: "Oswald", var(--font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  text-transform: uppercase;
  text-wrap: balance;
}

body[data-page="about"] .aboutTeamShowcase__badge--quality {
  grid-area: quality;
  width: 278px;
  height: 102px;
  justify-self: center;
  background: linear-gradient(180deg, #99999d, #87878b);
}

body[data-page="about"] .aboutTeamShowcase__badge--quality::before {
  background-image: var(--about-icon-quality);
}

body[data-page="about"] .aboutTeamShowcase__badge--people {
  grid-area: people;
  width: 242px;
  height: 62px;
  justify-self: center;
  background: linear-gradient(180deg, #f78078, #f2736b);
}

body[data-page="about"] .aboutTeamShowcase__badge--people::before {
  background-image: var(--about-icon-people);
}

body[data-page="about"] .aboutCultureGrid {
  background: var(--about-paper);
  padding: 10px 0 54px;
}

body[data-page="about"] .aboutCultureGrid__inner {
  width: min(var(--about-shell), calc(100% - 56px));
  margin: 0 auto;
}

body[data-page="about"] .aboutCultureGrid__header {
  margin-bottom: 28px;
  text-align: center;
}

body[data-page="about"] .aboutCultureGrid__title {
  margin: 0;
  color: #121212;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-page="about"] .aboutCultureGrid__title span {
  display: inline-block;
}

body[data-page="about"] .aboutCultureGrid__title span + span {
  margin-left: 0.18em;
  color: var(--about-red);
}

body[data-page="about"] .aboutCultureGrid__panel {
  position: relative;
  padding: 26px 32px 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(231, 231, 233, 0.96), rgba(220, 220, 223, 0.98));
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

body[data-page="about"] .aboutCultureGrid__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(227, 30, 36, 0.08), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 44%),
    var(--about-grid) center/180px 180px repeat;
  opacity: 0.34;
  pointer-events: none;
}

body[data-page="about"] .aboutCultureGrid__item {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 14px;
  padding: 16px 14px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
  text-align: center;
  position: relative;
  z-index: 1;
}

body[data-page="about"] .aboutCultureGrid__icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fc837c, #f1726c);
  color: #171717;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

body[data-page="about"] .aboutCultureGrid__icon svg {
  width: 28px;
  height: 28px;
}

body[data-page="about"] .aboutCultureGrid__item p {
  margin: 0;
  max-width: 16ch;
  color: rgba(0, 0, 0, 0.9);
  font-size: 13px;
  line-height: 1.36;
}

body[data-page="about"] .aboutFacilitiesShowcase {
  min-height: 606px;
  padding: 42px 0 26px;
  background: #5b5b5f;
  overflow: hidden;
}

body[data-page="about"] .aboutFacilitiesShowcase__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(92, 92, 95, 0.92) 0%, rgba(92, 92, 95, 0.88) 45%, rgba(92, 92, 95, 0.72) 100%),
    url("img/instalaciones2.png") center center / cover no-repeat;
  filter: grayscale(1) contrast(0.7) brightness(0.8);
  opacity: 0.34;
}

body[data-page="about"] .aboutFacilitiesShowcase__inner {
  position: relative;
  z-index: 1;
  width: min(var(--about-shell), calc(100% - 56px));
  min-height: 538px;
  margin: 0 auto;
  padding: 6px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 385px) minmax(0, 474px);
  justify-content: space-between;
  gap: 44px;
  align-items: start;
}

body[data-page="about"] .aboutFacilitiesShowcase__copy {
  padding-top: 8px;
}

body[data-page="about"] .aboutFacilitiesShowcase__title {
  margin: 0 0 26px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(38px, 3.2vw, 51px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow:
    1px 0 0 rgba(0, 0, 0, 0.74),
    -1px 0 0 rgba(0, 0, 0, 0.74),
    0 1px 0 rgba(0, 0, 0, 0.74),
    0 -1px 0 rgba(0, 0, 0, 0.74);
}

body[data-page="about"] .aboutFacilitiesShowcase__title span {
  display: block;
  white-space: normal;
  text-wrap: balance;
}

body[data-page="about"] .aboutFacilitiesShowcase__text {
  margin: 0 0 18px;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.97);
  font-size: 15px;
  line-height: 1.43;
  text-align: left;
  text-wrap: pretty;
}

body[data-page="about"] .aboutFacilitiesShowcase__text:last-of-type {
  margin-bottom: 0;
}

body[data-page="about"] .aboutFacilitiesShowcase__gallery {
  width: min(474px, 100%);
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  justify-self: start;
}

body[data-page="about"] .aboutFacilitiesShowcase__frame {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 4px solid rgba(227, 30, 36, 0.82);
  background: transparent;
  border-radius: 26px;
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.18);
}

body[data-page="about"] .aboutFacilitiesShowcase__frame::before,
body[data-page="about"] .aboutFacilitiesShowcase__frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

body[data-page="about"] .aboutFacilitiesShowcase__frame::before {
  top: 14px;
  left: 14px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(10, 10, 12, 0.5) var(--about-icon-facility) center/20px 20px no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

body[data-page="about"] .aboutFacilitiesShowcase__frame::after {
  right: 16px;
  bottom: 16px;
  width: 88px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.72));
}

body[data-page="about"] .aboutFacilitiesShowcase__frame--wide {
  height: 228px;
}

body[data-page="about"] .aboutFacilitiesShowcase__frame:not(.aboutFacilitiesShowcase__frame--wide) {
  height: 206px;
}

body[data-page="about"] .aboutFacilitiesShowcase__frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

body[data-page="about"] .aboutFacilitiesShowcase__brand {
  position: absolute;
  left: 22px;
  bottom: 10px;
  width: 205px;
}

@media (max-width: 1180px) {
  body[data-page="about"] .aboutStudioHero__panel {
    margin-right: 0;
  }

  body[data-page="about"] .aboutTeamShowcase__inner,
  body[data-page="about"] .aboutFacilitiesShowcase__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body[data-page="about"] .aboutTeamShowcase__copy,
  body[data-page="about"] .aboutFacilitiesShowcase__copy {
    max-width: 760px;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__text {
    max-width: none;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__gallery {
    justify-self: start;
  }
}

@media (max-width: 860px) {
  body[data-page="about"] .aboutStudioHero {
    min-height: auto;
  }

  body[data-page="about"] .aboutStudioHero__overlay {
    background:
      linear-gradient(180deg, rgba(10, 10, 14, 0.18) 0%, rgba(10, 10, 14, 0.56) 42%, rgba(10, 10, 14, 0.82) 100%);
  }

  body[data-page="about"] .aboutStudioHero__inner,
  body[data-page="about"] .aboutTeamShowcase__inner,
  body[data-page="about"] .aboutCultureGrid__inner,
  body[data-page="about"] .aboutFacilitiesShowcase__inner {
    width: min(100%, calc(100% - 14px));
  }

  body[data-page="about"] .aboutStudioHero__inner {
    justify-content: center;
    padding: 26px 0 24px;
  }

  body[data-page="about"] .aboutStudioHero__panel {
    width: 100%;
    padding: 22px 18px 24px;
  }

  body[data-page="about"] .aboutStudioHero__head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body[data-page="about"] .aboutStudioHero__title {
    margin-bottom: 10px;
    font-size: clamp(38px, 8vw, 48px);
    line-height: 0.98;
  }

  body[data-page="about"] .aboutStudioHero__lead {
    margin-top: 18px;
    width: 100%;
    max-width: 100%;
    padding-left: 14px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  body[data-page="about"] .aboutStudioHero__indicators {
    display: none;
  }

  body[data-page="about"] .aboutTeamShowcase {
    padding: 48px 0 44px;
  }

  body[data-page="about"] .aboutTeamShowcase__title,
  body[data-page="about"] .aboutFacilitiesShowcase__title {
    font-size: clamp(32px, 8vw, 42px);
  }

  body[data-page="about"] .aboutTeamShowcase__text,
  body[data-page="about"] .aboutFacilitiesShowcase__text {
    max-width: none;
  }

  body[data-page="about"] .aboutTeamShowcase__visual {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-template-areas:
      "main quality"
      "people detail";
    gap: 14px;
  }

  body[data-page="about"] .aboutTeamShowcase__photo--main,
  body[data-page="about"] .aboutTeamShowcase__badge--quality,
  body[data-page="about"] .aboutTeamShowcase__badge--people,
  body[data-page="about"] .aboutTeamShowcase__photo--detail {
    width: 100%;
    height: auto;
    min-height: 116px;
  }

  body[data-page="about"] .aboutTeamShowcase__photo--main,
  body[data-page="about"] .aboutTeamShowcase__photo--detail {
    aspect-ratio: 1.28 / 1;
  }

  body[data-page="about"] .aboutCultureGrid {
    padding: 10px 0 38px;
  }

  body[data-page="about"] .aboutCultureGrid__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 22px 16px 16px;
    gap: 18px 12px;
  }

  body[data-page="about"] .aboutFacilitiesShowcase {
    min-height: auto;
    padding: 34px 0 22px;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__inner {
    min-height: auto;
    padding-bottom: 58px;
    gap: 26px;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__title span {
    white-space: normal;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__gallery {
    width: 100%;
    max-width: none;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__frame--wide,
  body[data-page="about"] .aboutFacilitiesShowcase__frame:not(.aboutFacilitiesShowcase__frame--wide) {
    height: flex;
    aspect-ratio: 1.78 / 1;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__brand {
    left: 0;
    bottom: 4px;
    width: 170px;
  }
}

@media (max-width: 560px) {
  body[data-page="about"] .aboutTeamShowcase__actions {
    flex-direction: column;
  }

  body[data-page="about"] .aboutAction {
    width: 100%;
  }

  body[data-page="about"] .aboutTeamShowcase__visual {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "quality"
      "people"
      "detail";
  }

  body[data-page="about"] .aboutCultureGrid__panel {
    grid-template-columns: 1fr;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__frame::before {
    width: 38px;
    height: 38px;
    background-size: 17px 17px;
  }

  body[data-page="about"] .aboutCultureGrid__item p {
    max-width: 22ch;
  }
}

@media (min-width: 861px) {
  body[data-page="about"] .aboutStudioHero {
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: stretch;
  }


  body[data-page="about"] .aboutStudioHero__overlay {
    background:
      linear-gradient(90deg, rgba(7, 7, 10, 0.12) 0%, rgba(7, 7, 10, 0.04) 34%, rgba(10, 10, 14, 0.38) 52%, rgba(10, 10, 14, 0.68) 100%),
      radial-gradient(circle at 68% 17%, rgba(255, 255, 255, 0.08), transparent 26%);
  }

  body[data-page="about"] .aboutStudioHero__inner {
    width: min(1220px, calc(100% - 24px));
    min-height: inherit;
    align-items: center;
    padding: 22px 0 22px;
  }

  body[data-page="about"] .aboutStudioHero__panel {
    width: min(620px, 52vw);
    margin-right: 20px;
    padding: 24px 28px 26px;
  }

  body[data-page="about"] .aboutStudioHero__head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body[data-page="about"] .aboutStudioHero__logo {
    width: 176px;
  }

  body[data-page="about"] .aboutStudioHero__eyebrow {
    font-size: 9px;
    line-height: 1.2;
  }

  body[data-page="about"] .aboutStudioHero__title {
    margin: 0 0 10px;
    width: 100%;
    max-width: 100%;
    font-size: clamp(42px, 4.05vw, 54px);
    line-height: 0.98;
    letter-spacing: 0.065em;
  }

  body[data-page="about"] .aboutStudioHero__rule {
    width: 236px;
  }

  body[data-page="about"] .aboutStudioHero__lead {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    font-size: 19px;
    line-height: 1.44;
    letter-spacing: 0.025em;
  }

  body[data-page="about"] .wa-fab {
    right: 30px;
    bottom: 30px;
  }

  body[data-page="about"] .aboutStudioHero__indicators {
    display: none;
  }

  body[data-page="about"] .aboutStudioHero__indicator {
    min-height: 74px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
  }

  body[data-page="about"] .aboutStudioHero__indicatorIcon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  body[data-page="about"] .aboutStudioHero__indicatorIcon svg {
    width: 24px;
    height: 24px;
  }

  body[data-page="about"] .aboutStudioHero__indicatorText strong {
    font-size: 18px;
    line-height: 1.1;
  }

  body[data-page="about"] .aboutTeamShowcase {
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    padding: 20px 0 16px;
  }

  body[data-page="about"] .aboutTeamShowcase__inner {
    width: min(1220px, calc(100% - 42px));
    grid-template-columns: 470px 560px;
    justify-content: center;
    gap: 24px;
    align-items: center;
  }

  body[data-page="about"] .aboutTeamShowcase__copy {
    padding-top: 0;
    width: 470px;
    max-width: 470px;
    align-self: center;
  }

  body[data-page="about"] .aboutTeamShowcase__kicker {
    margin-bottom: 10px;
    font-size: 18px;
  }

  body[data-page="about"] .aboutTeamShowcase__title {
    max-width: 470px;
    font-size: clamp(36px, 3vw, 46px);
    line-height: 1.01;
  }

  body[data-page="about"] .aboutTeamShowcase__text {
    margin-top: 18px;
    max-width: 39ch;
    font-size: 17px;
    line-height: 1.52;
  }

  body[data-page="about"] .aboutTeamShowcase__actions {
    margin-top: 28px;
    gap: 14px;
  }

  body[data-page="about"] .aboutAction {
    min-width: 144px;
    min-height: 44px;
    padding: 7px 11px 7px 14px;
    font-size: 14px;
  }

  body[data-page="about"] .aboutAction__icon {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }

  body[data-page="about"] .aboutTeamShowcase__visual {
    width: 560px;
    max-width: 560px;
    justify-self: start;
    grid-template-areas:
      "main quality"
      "people detail";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 176px 176px;
    column-gap: 18px;
    row-gap: 18px;
    padding-top: 0;
    align-items: center;
  }

  body[data-page="about"] .aboutTeamShowcase__photo {
    border-radius: 22px;
  }

  body[data-page="about"] .aboutTeamShowcase__photo--main {
    width: 100%;
    height: 210px;
  }

  body[data-page="about"] .aboutTeamShowcase__photo--detail {
    width: 100%;
    height: 210px;
  }

  body[data-page="about"] .aboutTeamShowcase__badge {
    border-radius: 22px;
    width: 100%;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body[data-page="about"] .aboutTeamShowcase__badge strong {
    max-width: 16ch;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0;
    text-align: center;
    text-wrap: balance;
  }

  body[data-page="about"] .aboutTeamShowcase__badge--quality {
    width: 100%;
    height: 82px;
    align-self: center;
  }

  body[data-page="about"] .aboutTeamShowcase__badge--quality strong {
    max-width: 14ch;
  }

  body[data-page="about"] .aboutTeamShowcase__badge--people {
    width: 100%;
    height: 52px;
    align-self: center;
  }

  body[data-page="about"] .aboutTeamShowcase__badge--people strong {
    max-width: none;
    white-space: nowrap;
  }

  body[data-page="about"] .aboutCultureGrid {
    padding: 10px 0 40px;
  }

  body[data-page="about"] .aboutCultureGrid__inner {
    width: min(1080px, calc(100% - 48px));
  }

  body[data-page="about"] .aboutCultureGrid__header {
    margin-bottom: 22px;
  }

  body[data-page="about"] .aboutCultureGrid__title {
    font-size: clamp(30px, 2.5vw, 38px);
    letter-spacing: 0.07em;
  }

  body[data-page="about"] .aboutCultureGrid__panel {
    padding: 24px 28px 18px;
    gap: 22px;
  }

  body[data-page="about"] .aboutCultureGrid__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  body[data-page="about"] .aboutCultureGrid__icon svg {
    width: 28px;
    height: 28px;
  }

  body[data-page="about"] .aboutCultureGrid__item {
    gap: 12px;
  }

  body[data-page="about"] .aboutCultureGrid__item p {
    max-width: 16ch;
    font-size: 13px;
    line-height: 1.34;
  }

  body[data-page="about"] .aboutFacilitiesShowcase {
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: start;
    padding: 8px 0 8px;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__inner {
    width: min(1260px, calc(100% - 18px));
    min-height: calc(100vh - 92px);
    padding: 0;
    grid-template-columns: 494px 560px;
    grid-template-rows: auto auto;
    justify-content: space-between;
    gap: 14px 12px;
    align-items: start;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__copy {
    width: 494px;
    max-width: 494px;
    padding-top: 0;
    align-self: start;
    justify-self: start;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__kicker {
    margin-bottom: 12px;
    font-size: 18px;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__title {
    margin-bottom: 16px;
    max-width: 494px;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0.02em;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleLine {
    display: block;
    white-space: nowrap;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleDark {
    color: #121010;
    font-style: normal;
    text-shadow: none;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__text {
    margin-bottom: 12px;
    max-width: 47ch;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.46;
    text-align: justify;
    text-justify: inter-word;
    text-align-last: left;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__gallery {
    width: 560px;
    max-width: 560px;
    gap: 14px;
    justify-self: end;
    align-self: start;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__frame {
    border-width: 4px;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__frame--wide {
    height: 198px;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__frame:not(.aboutFacilitiesShowcase__frame--wide) {
    height: 202px;
  }

  body[data-page="about"] .aboutFacilitiesShowcase__brand {
    position: static;
    grid-column: 1;
    width: 208px;
    margin-top: 4px;
    align-self: end;
  }
}

@media (min-width: 861px) {
  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase {
    min-height: calc(100vh - 78px);
    align-items: start;
    padding: 20px 0 0;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__inner {
    width: min(1138px, calc(100% - 12px));
    min-height: calc(100vh - 104px);
    margin: 0 auto;
    padding: 18px 0 0 4px;
    grid-template-columns: 528px 584px;
    grid-template-rows: auto auto;
    justify-content: start;
    gap: 12px 10px;
    align-items: start;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__copy {
    width: 528px;
    max-width: 528px;
    padding-top: 0;
    align-self: start;
    justify-self: start;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__kicker {
    margin: 0 0 10px;
    font-size: 16px;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__title {
    margin: 0 0 16px;
    max-width: 528px;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0.01em;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleLine {
    display: block;
    width: max-content;
    max-width: none;
    white-space: nowrap !important;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleDark {
    display: inline;
    white-space: inherit !important;
    color: #0b0909;
    font-style: normal;
    text-shadow: none;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__text {
    margin: 0 0 14px;
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.96);
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.38;
    text-align: justify;
    text-justify: inter-word;
    text-align-last: left;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__gallery {
    width: 584px;
    max-width: 584px;
    gap: 16px;
    justify-self: start;
    align-self: start;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame--wide {
    height: 206px;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame:not(.aboutFacilitiesShowcase__frame--wide) {
    height: 226px;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame img {
    object-position: center center;
  }

  body[data-page="about"] #instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__brand {
    width: 186px;
    margin-top: 2px;
  }
}

@media (min-width: 861px) {
  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase {
    min-height: calc(100vh - 76px) !important;
    display: grid !important;
    align-items: start !important;
    padding: 24px 0 0 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__inner {
    width: min(1116px, calc(100vw - 18px)) !important;
    min-height: calc(100vh - 108px) !important;
    margin: 0 auto !important;
    padding: 16px 0 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 22px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__copy {
    width: 494px !important;
    max-width: 494px !important;
    min-height: 100% !important;
    padding-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-self: start !important;
    align-self: stretch !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__kicker {
    margin: 0 0 10px !important;
    font-size: 17px !important;
    letter-spacing: 0.16em !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__title {
    margin: 0 0 18px !important;
    max-width: 494px !important;
    font-family: var(--font-display) !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleLine {
    display: block !important;
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleLine--top {
    display: inline-flex !important;
    gap: 0.12   em !important;
    align-items: baseline !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleDark {
    display: inline-block !important;
    color: #0f0d0d !important;
    white-space: nowrap !important;
    text-shadow: none !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__text {
    margin: 0 0 16px !important;
    max-width: none !important;
    color: rgba(255, 255, 255, 0.97) !important;
    font-family: var(--font-body) !important;
    font-size: 19px !important;
    line-height: 1.34 !important;
    text-align: justify !important;
    text-justify: inter-word !important;
    text-align-last: left !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__gallery {
    width: 560px !important;
    max-width: 560px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    justify-self: end !important;
    align-self: start !important;
    margin-top: 26px !important;
    margin-left: auto !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame {
    width: 100% !important;
    margin: 0 !important;
    border-width: 4px !important;
    height: 286px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame--wide {
    height: 286px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__brand {
    display: block !important;
    width: 218px !important;
    margin: auto auto 0 !important;
    justify-self: auto !important;
    align-self: center !important;
  }
}

@media (min-width: 861px) {
  body[data-page="about"] section#equipo.aboutTeamShowcase {
    min-height: calc(100vh - 196px) !important;
    align-items: start !important;
    padding: 34px 0 0 !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__inner {
    width: min(1220px, calc(100vw - 12px)) !important;
    grid-template-columns: 520px 520px !important;
    justify-content: space-between !important;
    gap: 4px !important;
    align-items: start !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__copy {
    width: 520px !important;
    max-width: 520px !important;
    align-self: start !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__title {
    width: 490px !important;
    max-width: 490px !important;
    font-size: 26px !important;
    line-height: 0.99 !important;
    letter-spacing: 0.004em !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__title span {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__text {
    max-width: 492px !important;
    margin-top: 16px !important;
    font-size: 20px !important;
    line-height: 1.38 !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__actions {
    margin-top: 22px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__visual {
    width: 520px !important;
    max-width: 520px !important;
    grid-template-rows: 188px 188px !important;
    column-gap: 10px !important;
    row-gap: 12px !important;
    padding-top: 12px !important;
    margin-left: -10px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__photo--main,
  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__photo--detail {
    height: 254px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--quality {
    height: 84px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--quality strong {
    max-width: none !important;
    font-size: 13px !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--quality strong br {
    display: block !important;
    content: "" !important;
  }
}

@media (min-width: 861px) {
  body[data-page="about"] section#cultura.aboutCultureGrid {
    margin-top: -2px !important;
    padding: 0 0 42px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__inner {
    width: min(1120px, calc(100% - 34px)) !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__header {
    margin-bottom: 18px !important;
    text-align: center !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__title {
    font-size: 34px !important;
    line-height: 1 !important;
    letter-spacing: 0.06em !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__panel {
    padding: 28px 30px 20px !important;
    gap: 24px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__icon {
    width: 62px !important;
    height: 62px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__item {
    gap: 14px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__item p {
    max-width: 17ch !important;
    font-size: 14px !important;
    line-height: 1.38 !important;
  }
}

@media (min-width: 1440px) {
  body[data-page="about"] {
    --about-shell: 1480px;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase {
    min-height: min(820px, calc(100vh - 120px)) !important;
    padding: 42px 0 12px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__inner {
    width: min(1480px, calc(100vw - 60px)) !important;
    grid-template-columns: 620px 660px !important;
    justify-content: space-between !important;
    gap: 40px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__copy {
    width: 620px !important;
    max-width: 620px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__title {
    width: 620px !important;
    max-width: 620px !important;
    font-size: 38px !important;
    line-height: 0.96 !important;
    letter-spacing: 0.01em !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__text {
    max-width: 36em !important;
    margin-top: 18px !important;
    font-size: 19px !important;
    line-height: 1.5 !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__actions {
    margin-top: 26px !important;
    gap: 16px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__visual {
    width: 660px !important;
    max-width: 660px !important;
    grid-template-rows: 228px 228px !important;
    column-gap: 18px !important;
    row-gap: 16px !important;
    padding-top: 8px !important;
    margin-left: 0 !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__photo--main,
  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__photo--detail {
    height: 308px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--quality,
  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--people {
    height: 96px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--quality strong,
  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--people strong {
    font-size: 15px !important;
    line-height: 1.14 !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid {
    padding: 8px 0 48px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__inner {
    width: min(1460px, calc(100% - 60px)) !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__title {
    font-size: 40px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__panel {
    padding: 34px 36px 26px !important;
    gap: 28px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__icon {
    width: 68px !important;
    height: 68px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__item p {
    max-width: 18ch !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase {
    min-height: min(840px, calc(100vh - 92px)) !important;
    padding: 20px 0 0 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__inner {
    width: min(1480px, calc(100vw - 60px)) !important;
    min-height: min(800px, calc(100vh - 124px)) !important;
    padding: 24px 0 18px !important;
    gap: 34px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__copy {
    width: 620px !important;
    max-width: 620px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__title {
    max-width: 620px !important;
    font-size: 34px !important;
    line-height: 1 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__text {
    font-size: 20px !important;
    line-height: 1.42 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__gallery {
    width: 680px !important;
    max-width: 680px !important;
    gap: 22px !important;
    margin-top: 8px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame,
  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame--wide {
    height: 280px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__brand {
    width: 240px !important;
  }
}

@media (min-width: 861px) and (max-width: 1180px) {
  body[data-page="about"] section#equipo.aboutTeamShowcase {
    min-height: auto !important;
    padding: 30px 0 24px !important;
    align-items: start !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__inner {
    width: min(1120px, calc(100% - 40px)) !important;
    grid-template-columns: 1fr !important;
    justify-content: start !important;
    gap: 24px !important;
    align-items: start !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__copy {
    width: 100% !important;
    max-width: 760px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__title {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(30px, 4.2vw, 40px) !important;
    line-height: 1.02 !important;
    letter-spacing: 0.01em !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__title span {
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__text {
    max-width: none !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__visual {
    width: 100% !important;
    max-width: 760px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto auto !important;
    column-gap: 14px !important;
    row-gap: 14px !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__photo--main,
  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__photo--detail {
    height: auto !important;
    aspect-ratio: 1.28 / 1 !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--quality,
  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--people {
    height: auto !important;
    min-height: 88px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--quality strong,
  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--people strong {
    max-width: 16ch !important;
    white-space: normal !important;
    font-size: 14px !important;
    line-height: 1.14 !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid {
    padding: 6px 0 34px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__inner {
    width: min(1120px, calc(100% - 40px)) !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__title {
    font-size: clamp(30px, 3.8vw, 36px) !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__panel {
    padding: 24px 22px 18px !important;
    gap: 18px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase {
    min-height: auto !important;
    padding: 28px 0 22px !important;
    align-items: start !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__inner {
    width: min(1120px, calc(100% - 40px)) !important;
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 0 0 18px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__copy {
    width: 100% !important;
    max-width: 760px !important;
    min-height: auto !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__title {
    max-width: none !important;
    font-size: clamp(28px, 4vw, 38px) !important;
    line-height: 1.02 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleLine,
  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleLine--top {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleDark {
    display: inline !important;
    white-space: inherit !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__text {
    max-width: none !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__gallery {
    width: 100% !important;
    max-width: none !important;
    gap: 16px !important;
    margin-top: 0 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame,
  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame--wide {
    height: auto !important;
    aspect-ratio: 1.72 / 1 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__brand {
    position: static !important;
    width: 190px !important;
    margin-top: 8px !important;
  }
}

@media (min-width: 981px) and (max-width: 1366px) {
  body[data-page="about"] section#equipo.aboutTeamShowcase {
    min-height: min(640px, calc(100vh - 74px)) !important;
    padding: 16px 0 8px !important;
    align-items: start !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__inner {
    width: min(1160px, calc(100% - 36px)) !important;
    grid-template-columns: 470px 520px !important;
    justify-content: space-between !important;
    gap: 20px !important;
    align-items: start !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__copy {
    width: 470px !important;
    max-width: 470px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__title {
    max-width: 470px !important;
    font-size: clamp(32px, 3vw, 40px) !important;
    line-height: 0.98 !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__text {
    margin-top: 14px !important;
    max-width: 36ch !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__actions {
    margin-top: 20px !important;
    gap: 12px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__visual {
    width: 520px !important;
    max-width: 520px !important;
    grid-template-rows: 150px 150px !important;
    column-gap: 14px !important;
    row-gap: 14px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__photo--main,
  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__photo--detail {
    height: 184px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--quality {
    height: 74px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge--people {
    height: 46px !important;
  }

  body[data-page="about"] section#equipo.aboutTeamShowcase .aboutTeamShowcase__badge strong {
    font-size: 12px !important;
    line-height: 1.1 !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid {
    padding: 0 0 24px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__header {
    margin-bottom: 16px !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__title {
    font-size: clamp(28px, 2.5vw, 34px) !important;
  }

  body[data-page="about"] section#cultura.aboutCultureGrid .aboutCultureGrid__panel {
    padding: 20px 22px 16px !important;
    gap: 16px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase {
    min-height: min(650px, calc(100vh - 76px)) !important;
    padding: 12px 0 0 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__inner {
    width: min(1140px, calc(100% - 28px)) !important;
    min-height: min(620px, calc(100vh - 108px)) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: start !important;
    gap: 18px !important;
    padding: 10px 0 0 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__copy {
    width: 468px !important;
    max-width: 468px !important;
    min-height: auto !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__title {
    max-width: 468px !important;
    margin-bottom: 12px !important;
    font-size: 19px !important;
    line-height: 1.02 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleLine,
  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__titleLine--top {
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__text {
    margin-bottom: 12px !important;
    font-size: 16px !important;
    line-height: 1.34 !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__gallery {
    width: 500px !important;
    max-width: 500px !important;
    gap: 14px !important;
    margin-top: 6px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame,
  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__frame--wide {
    height: 214px !important;
  }

  body[data-page="about"] section#instalaciones.aboutFacilitiesShowcase .aboutFacilitiesShowcase__brand {
    width: 180px !important;
    margin-top: 0 !important;
  }
}
