:root {
  --container-wide: 1720px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 90%;
}

body {
  color: #000000;
  background: #FFFFFF;
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-hero-menu-open {
  overflow: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-container {
  width: min(calc(100% - 5rem), var(--container-wide));
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .site-container {
    width: min(calc(100% - 7.3rem), var(--container-wide));
  }
}
@media only screen and (max-width: 640px) {
  .site-container {
    width: min(calc(100% - 3.5rem), var(--container-wide));
  }
}

h2 {
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 300;
}

h2 span {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 700;
}

[class*=__cta] {
  letter-spacing: 0;
  transition: opacity 0.22s ease, letter-spacing 0.22s ease, font-weight 0.22s ease;
}

[class*=__cta]:hover,
[class*=__cta]:focus-visible {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #C6D8D9;
}
.hero--topbar {
  min-height: auto;
  overflow: visible;
  background: #C6D8D9;
}
.hero--topbar .hero__inner {
  min-height: auto;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(198, 216, 217, 0.62);
  z-index: 1;
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
}
.hero__topbar {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  padding-top: 3rem;
  position: relative;
  z-index: 80;
}
@media only screen and (max-width: 1280px) {
  .hero__topbar {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 980px) {
  .hero__topbar {
    gap: 1rem;
    padding-top: 1.3rem;
  }
}
.hero.is-topbar-fixed .hero__topbar {
  background: #C6D8D9;
}
.hero__top-header {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 980px) {
  .hero__top-header {
    justify-content: center;
  }
}
@media only screen and (max-width: 980px) {
  .hero__languages {
    width: 100%;
  }
}
.hero__main-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
  z-index: 40;
}
@media only screen and (max-width: 980px) {
  .hero__main-header {
    align-items: center;
  }
}
@media only screen and (min-width: 981px) {
  .hero__topbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: clamp(1.5rem, 3vw, 4rem);
    row-gap: 0.65rem;
  }
  .hero__main-header {
    display: contents;
  }
  .hero__branding {
    grid-column: 1;
    grid-row: 1/span 2;
    align-self: center;
  }
  .hero__topbar .hero__menu--desktop {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    margin-left: 0;
  }
  .hero__top-header {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
  }
  .hero.is-topbar-fixed .hero__topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-block: 2rem;
    padding-inline: max(2.5rem, calc((100% - var(--container-wide)) / 2));
    background: #C6D8D9;
    z-index: 9999;
  }
  .hero.is-topbar-fixed .hero__branding .custom-logo,
.hero.is-topbar-fixed .hero__logo {
    width: clamp(130px, 7.8vw, 150px);
  }
}
@media only screen and (max-width: 980px) {
  .hero.is-topbar-fixed .hero__topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 1rem 1.5rem;
    background: #C6D8D9;
    z-index: 9999;
  }
  .hero.is-topbar-fixed .hero__branding .custom-logo,
.hero.is-topbar-fixed .hero__logo {
    width: clamp(125px, 34vw, 170px);
  }
}
.hero__branding .custom-logo-link {
  display: inline-block;
}
.hero__branding .custom-logo, .hero__logo {
  width: clamp(150px, 13vw, 250px);
  height: auto;
}
@media only screen and (max-width: 980px) {
  .hero__branding .custom-logo, .hero__logo {
    width: clamp(185px, 43vw, 255px);
  }
}
.hero__menu--desktop {
  margin-left: auto;
}
@media only screen and (max-width: 980px) {
  .hero__menu--desktop {
    display: none;
  }
}
.hero__menu-toggle {
  display: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  width: 3.9rem;
  height: 3.2rem;
}
.hero__menu-toggle img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.22s ease;
}
.hero__menu-toggle .hero__close-icon {
  opacity: 0;
}
@media only screen and (max-width: 980px) {
  .hero__menu-toggle {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .hero__menu-toggle {
    width: 3.75rem;
    height: 3rem;
  }
}
.hero__mobile-menu {
  display: none;
}
@media only screen and (max-width: 980px) {
  .hero__mobile-menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    min-height: 100vh;
    min-height: 100svh;
    border: 0;
    background: #C6D8D9;
    padding: 6.4rem 1.5rem 2.2rem;
    overflow-y: auto;
    z-index: 30;
  }
}
@media only screen and (max-width: 980px) {
  .hero.is-menu-open .hero__top-header,
.hero.is-menu-open .hero__branding,
.hero.is-menu-open .hero__content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .hero.is-menu-open .hero__main-header {
    justify-content: flex-end;
  }
  .hero.is-menu-open .hero__menu-toggle {
    position: fixed;
    top: 1.25rem;
    right: 1.5rem;
    z-index: 50;
  }
  .hero.is-menu-open .hero__menu-icon {
    opacity: 0;
  }
  .hero.is-menu-open .hero__close-icon {
    opacity: 1;
  }
}
@media only screen and (max-width: 980px) {
  .hero.is-menu-open .hero__mobile-menu {
    display: block;
  }
}
.hero__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(-2.5vh);
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 980px) {
  .hero__content {
    justify-content: center;
    transform: none;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .hero__content {
    transform: translateY(-10%);
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.hero__eyebrow {
  margin: 0 0 0.6rem;
  font-size: clamp(1.85rem, 1.76vw, 3.02rem);
  font-family: "Read Head Pro Light", sans-serif;
  line-height: 1.05;
}
@media only screen and (max-width: 640px) {
  .hero__eyebrow {
    margin-bottom: 0.7rem;
    font-size: clamp(0.96rem, 5.1vw, 1.85rem);
  }
}
.hero__title {
  margin: 0;
  font-size: clamp(3.65rem, 7.45vw, 9.85rem);
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.93);
  text-transform: lowercase;
}
@media only screen and (max-width: 640px) {
  .hero__title {
    font-size: clamp(2.9rem, 10.1vw, 4.9rem);
    line-height: 0.95;
  }
}
.hero__title-light {
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 300;
}
.hero__title-bold {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 400;
}
.hero__cta {
  margin-top: 1.6rem;
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.75rem, 1.72vw, 2.8rem);
  line-height: 1;
  text-transform: lowercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0.82);
  padding-inline: 0.65rem;
  padding-bottom: 0.45rem;
}
@media only screen and (max-width: 640px) {
  .hero__cta {
    margin-top: 1rem;
    font-size: clamp(1.15rem, 5.15vw, 1.85rem);
    padding-inline: 0.5rem;
    padding-bottom: 0.35rem;
  }
}

@media only screen and (min-width: 981px) {
  body.has-fixed-topbar {
    padding-top: var(--rebeca-fixed-topbar-offset, 0px);
  }
}
.hero-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.hero-menu li {
  margin: 0;
  padding: 0;
}
.hero-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  transition: opacity 0.22s ease, letter-spacing 0.22s ease;
}
.hero-menu--lang {
  gap: 0.6rem;
}
.hero-menu--lang a {
  min-width: 2.7rem;
  height: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.7);
  font-size: 0.84rem;
  font-family: "Read Head Pro Book", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0.55rem;
  background: rgba(255, 255, 255, 0.22);
}
.hero-menu--lang a.is-active {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.72);
}
@media only screen and (max-width: 980px) {
  .hero-menu--lang {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .hero-menu--lang {
    gap: 0.45rem;
  }
  .hero-menu--lang a {
    min-width: 4.3rem;
    height: 1.9rem;
    font-size: 0.9rem;
    padding: 0 0.6rem;
    background: transparent;
  }
}
.hero-menu--main {
  gap: 1.65rem;
}
.hero-menu--main a {
  font-family: "Read Head Pro Light", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #000000;
  font-weight: 400;
}
.hero-menu--main a:hover,
.hero-menu--main a:focus-visible {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 700;
  opacity: 0.95;
  letter-spacing: 0.015em;
}
@media only screen and (max-width: 1280px) {
  .hero-menu--main {
    gap: 1rem;
  }
  .hero-menu--main a {
    font-size: 1rem;
  }
}
.hero-menu--mobile {
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.hero-menu--mobile a {
  justify-content: center;
  padding: 0.5rem 0;
  font-family: "Read Head Pro Light", sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}
.hero-menu--mobile a:hover,
.hero-menu--mobile a:focus-visible {
  font-family: "Read Head Pro Book", sans-serif;
  opacity: 0.95;
  letter-spacing: 0.015em;
}

.intro {
  background: #C6D8D9;
  padding: clamp(5.8rem, 9vw, 10.5rem) 0 clamp(6.4rem, 10vw, 12rem);
}
@media only screen and (max-width: 980px) {
  .intro {
    padding: 3.2rem 0 3.5rem;
  }
}
.intro__inner {
  max-width: 62rem;
}
@media only screen and (max-width: 980px) {
  .intro__inner {
    max-width: 43rem;
  }
}
.intro__title {
  margin: 0;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 0.99;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.intro__title span {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  .intro__title {
    font-size: 3rem;
    line-height: 1.28;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 640px) {
  .intro__title {
    font-size: 2rem;
    line-height: 1.01;
  }
}
.intro__text {
  margin: clamp(2.3rem, 4.8vw, 4rem) 0 0;
  max-width: 53rem;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.45rem, 1.7vw, 2.6rem);
  line-height: 1.38;
  text-wrap: pretty;
}
@media only screen and (max-width: 1024px) {
  .intro__text {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 980px) {
  .intro__text {
    margin-top: 1.5rem;
    max-width: 41rem;
    font-size: clamp(0.75rem, 1.65vw, 0.94rem);
    line-height: 1.38;
  }
}
@media only screen and (max-width: 640px) {
  .intro__text {
    margin-top: 1.3rem;
    font-size: clamp(1.15rem, 3.5vw, 1.6rem);
    line-height: 1.45;
  }
}

.servicios {
  background: #e3e3e3;
  padding: clamp(4.4rem, 7vw, 6.8rem) 0 clamp(3rem, 5.2vw, 4.8rem);
}
.servicios__lead {
  margin: 0;
  max-width: 68rem;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-size: 3rem;
  line-height: 1.14;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.servicios__lead span {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 700;
}
.servicios__list {
  margin: clamp(2.3rem, 4vw, 3.2rem) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.33);
}
.servicios__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
@media only screen and (max-width: 980px) {
  .servicios {
    padding: 3.4rem 0 3rem;
  }
  .servicios__lead {
    max-width: 47rem;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 640px) {
  .servicios {
    padding: 2.7rem 0 2.2rem;
  }
  .servicios__lead {
    max-width: 100%;
    font-size: 3rem;
    line-height: 1.24;
  }
  .servicios__list {
    margin-top: 1.45rem;
  }
}

.servicios-card {
  display: grid;
  grid-template-columns: clamp(10rem, 18vw, 14.8rem) minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(1.4rem, 2.6vw, 3.25rem);
  row-gap: 0.9rem;
  padding: clamp(1.4rem, 2.1vw, 1.95rem) 0;
}
.servicios-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.servicios-card__body {
  max-width: 45rem;
}
.servicios-card__title {
  margin: 0;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.8rem, 2.25vw, 2.95rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}
.servicios-card__title strong {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 400;
}
.servicios-card__text {
  margin: 0.68rem 0 0;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.3rem, 1.72vw, 2.05rem);
  line-height: 1.28;
}
.servicios-card__features {
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
}
.servicios-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.3rem, 1.72vw, 2.05rem);
  line-height: 1.3;
}
.servicios-card__features li + li {
  margin-top: 0.15rem;
}
.servicios-card__features li::before {
  content: "+";
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.servicios-card__cta {
  justify-self: end;
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.3rem, 1.68vw, 2.05rem);
  line-height: 1.08;
  white-space: nowrap;
  transition: opacity 0.22s ease, letter-spacing 0.22s ease, font-weight 0.22s ease;
}
.servicios-card__cta:hover, .servicios-card__cta:focus-visible {
  opacity: 0.78;
}
.servicios-card__arrow {
  position: relative;
  width: 2.2rem;
  height: 1rem;
  flex: 0 0 auto;
}
.servicios-card__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.86rem;
  border-top: 1px solid rgba(0, 0, 0, 0.92);
  transform: translateY(-50%);
}
.servicios-card__arrow::after {
  content: "";
  position: absolute;
  right: 0.12rem;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  border-top: 1px solid rgba(0, 0, 0, 0.92);
  border-right: 1px solid rgba(0, 0, 0, 0.92);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 980px) {
  .servicios-card {
    grid-template-columns: clamp(7.6rem, 20vw, 10rem) minmax(0, 1fr);
    align-items: start;
    column-gap: 1.15rem;
    row-gap: 0.55rem;
    padding: 1.15rem 0;
  }
  .servicios-card__body {
    max-width: 100%;
  }
  .servicios-card__title {
    font-size: clamp(1.36rem, 3vw, 2.08rem);
    line-height: 1.15;
    letter-spacing: 0;
  }
  .servicios-card__text, .servicios-card__features li {
    font-size: clamp(0.96rem, 2.05vw, 1.33rem);
    line-height: 1.3;
  }
  .servicios-card__features {
    margin-top: 0.52rem;
  }
  .servicios-card__cta {
    grid-column: 2;
    justify-self: end;
    margin-top: 0.1rem;
    font-size: clamp(1rem, 2.18vw, 1.35rem);
    gap: 0.68rem;
  }
  .servicios-card__arrow {
    width: 1.74rem;
    height: 0.86rem;
  }
  .servicios-card__arrow::before {
    width: 1.44rem;
  }
}
@media only screen and (max-width: 640px) {
  .servicios-card {
    grid-template-columns: 1fr;
    row-gap: 0.62rem;
    padding: 1rem 0;
  }
  .servicios-card__image {
    width: min(11rem, 52vw);
  }
  .servicios-card__title {
    font-size: clamp(1.33rem, 6.1vw, 1.9rem);
  }
  .servicios-card__text, .servicios-card__features li {
    font-size: clamp(0.94rem, 4.28vw, 1.15rem);
    line-height: 1.34;
  }
  .servicios-card__features {
    margin-top: 0.45rem;
  }
  .servicios-card__cta {
    grid-column: 1;
    justify-self: start;
    font-size: 1.02rem;
  }
}

.productos {
  background: #e3e3e3;
  padding: clamp(4.4rem, 7vw, 6.8rem) 0 clamp(3.2rem, 5vw, 4.7rem);
}
.productos__header {
  margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
}
.productos__title {
  margin: 0;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-size: 3rem;
  line-height: 1.06;
  letter-spacing: -0.01em;
}
.productos__title span {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 600;
}
.productos__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.8rem);
}
@media only screen and (max-width: 980px) {
  .productos {
    padding: 3.4rem 0 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .productos {
    padding: 2.8rem 0 2.4rem;
  }
  .productos__title {
    font-size: 2rem;
  }
  .productos__list {
    grid-template-columns: 1fr;
  }
}

.producto-card {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
}
.producto-card__image-wrap {
  background: rgba(0, 0, 0, 0.04);
}
.producto-card__image {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.producto-card__image--placeholder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 100%), #f2f2f2;
}
.producto-card__content {
  padding: clamp(1.1rem, 2vw, 1.8rem);
}
.producto-card__title {
  margin: 0;
  color: #000000;
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 600;
  font-size: clamp(1.3rem, 2vw, 2.05rem);
  line-height: 1.15;
}
.producto-card__text {
  margin: 0.72rem 0 0;
  color: rgba(0, 0, 0, 0.88);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.45;
}
.producto-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
  margin: 0 0 clamp(1.1rem, 2vw, 1.8rem) clamp(1.1rem, 2vw, 1.8rem);
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.4rem);
  line-height: 1.1;
  transition: opacity 0.22s ease, letter-spacing 0.22s ease, font-weight 0.22s ease;
}
.producto-card__cta:hover, .producto-card__cta:focus-visible {
  opacity: 0.78;
}
.producto-card__arrow {
  position: relative;
  width: 1.8rem;
  height: 0.9rem;
  flex: 0 0 auto;
}
.producto-card__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.92);
  transform: translateY(-50%);
}
.producto-card__arrow::after {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.92);
  border-right: 1px solid rgba(0, 0, 0, 0.92);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 980px) {
  .producto-card__content {
    padding: 1rem;
  }
  .producto-card__title {
    font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  }
  .producto-card__text {
    font-size: clamp(0.92rem, 1.7vw, 1.08rem);
  }
  .producto-card__cta {
    margin: 0 0 1rem 1rem;
    font-size: clamp(0.92rem, 1.6vw, 1.1rem);
  }
}
@media only screen and (max-width: 640px) {
  .producto-card__title {
    font-size: clamp(1.2rem, 5.4vw, 1.58rem);
  }
  .producto-card__text {
    font-size: clamp(0.9rem, 4vw, 1.02rem);
  }
}

.metodo {
  background: #C6D8D9;
  padding: clamp(4.8rem, 7.4vw, 8.5rem) 0 clamp(4.6rem, 7vw, 8rem);
}
.metodo .intro__title {
  font-size: 3rem;
  line-height: 1.06;
  letter-spacing: -0.01em;
}
.metodo__list {
  margin: clamp(2rem, 3.5vw, 3rem) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.68);
}
@media only screen and (max-width: 1024px) {
  .metodo__list {
    margin-top: 1.5rem;
  }
}
.metodo__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.68);
}

.metodo-step {
  display: grid;
  grid-template-columns: clamp(3.8rem, 6.2vw, 6rem) minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(1.4rem, 2.6vw, 3rem);
  padding: clamp(1.7rem, 2.7vw, 2.8rem) 0;
}
.metodo-step__icon {
  width: clamp(3.2rem, 5.3vw, 5rem);
  height: clamp(3.2rem, 5.3vw, 5rem);
  color: rgba(0, 0, 0, 0.82);
}
.metodo-step__icon img, .metodo-step__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.metodo-step__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.metodo-step__title {
  margin: 0;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 3.4vw, 4.15rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.metodo-step__title span {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 600;
}
.metodo-step__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 0;
  padding: 0 0 0 0.8rem;
  background: transparent;
  color: #000000;
  cursor: pointer;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
}
.metodo-step__plus-symbol {
  display: inline-block;
  min-width: 1ch;
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 300;
  font-size: clamp(3rem, 5.8vw, 5.2rem);
  line-height: 1;
}
.metodo-step__plus:hover .metodo-step__plus-symbol, .metodo-step__plus:focus-visible .metodo-step__plus-symbol {
  font-weight: 500;
}
.metodo-step__plus:hover, .metodo-step__plus:focus, .metodo-step__plus:focus-visible {
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}
.metodo-step__content {
  padding: 0 0 clamp(1.45rem, 2.25vw, 2.2rem) calc(clamp(3.8rem, 6.2vw, 6rem) + clamp(1.4rem, 2.6vw, 3rem));
  margin-top: -0.45rem;
}
.metodo-step__content p {
  margin: 0;
  max-width: 72rem;
  color: rgba(0, 0, 0, 0.88);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.03rem, 1.58vw, 1.55rem);
  line-height: 1.34;
  padding-left: 0.8rem;
}

@media only screen and (max-width: 980px) {
  .metodo {
    padding: 3.4rem 0 3.8rem;
  }
  .metodo .intro__title {
    font-size: 3rem;
    line-height: 1.06;
  }
  .metodo__list {
    margin-top: 1.5rem;
  }

  .metodo-step {
    grid-template-columns: clamp(3.1rem, 7vw, 4rem) minmax(0, 1fr) auto;
    column-gap: 1.1rem;
    padding: 1.35rem 0;
  }
  .metodo-step__icon {
    width: clamp(2.7rem, 6vw, 3.4rem);
    height: clamp(2.7rem, 6vw, 3.4rem);
  }
  .metodo-step__icon svg {
    stroke-width: 2;
  }
  .metodo-step__title {
    font-size: clamp(1.38rem, 3.6vw, 2.35rem);
    line-height: 1.18;
  }
  .metodo-step__plus {
    padding-left: 0.2rem;
  }
  .metodo-step__plus-symbol {
    font-size: clamp(2.25rem, 5.5vw, 3.15rem);
  }
  .metodo-step__content {
    padding: 0 0 1.15rem calc(clamp(3.1rem, 7vw, 4rem) + 1.1rem);
    margin-top: -0.3rem;
  }
  .metodo-step__content p {
    font-size: clamp(0.94rem, 2vw, 1.2rem);
    line-height: 1.36;
    padding-left: 0.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .metodo {
    padding: 2.7rem 0 3rem;
  }
  .metodo .intro__title {
    font-size: 2rem;
    line-height: 1.06;
  }
  .metodo__list {
    margin-top: 1.3rem;
  }

  .metodo-step {
    grid-template-columns: 2.7rem minmax(0, 1fr) auto;
    column-gap: 0.82rem;
    padding: 1.12rem 0;
  }
  .metodo-step__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .metodo-step__icon svg {
    stroke-width: 1.8;
  }
  .metodo-step__title {
    font-size: clamp(1.2rem, 5.2vw, 1.58rem);
    line-height: 1.22;
  }
  .metodo-step__plus {
    padding-left: 0;
  }
  .metodo-step__plus-symbol {
    font-size: clamp(2rem, 7.8vw, 2.6rem);
  }
  .metodo-step__content {
    padding: 0 0 1rem calc(2.7rem + 0.82rem);
    margin-top: -0.2rem;
  }
  .metodo-step__content p {
    font-size: clamp(0.9rem, 3.8vw, 1.05rem);
    line-height: 1.38;
    padding-left: 0;
  }
}
.about {
  background: #e3e3e3;
  padding: clamp(4.2rem, 7vw, 6.4rem) 0;
}
.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(16rem, 27vw, 21.7rem);
  align-items: start;
  gap: clamp(2.4rem, 7vw, 8rem);
}
.about__content {
  max-width: 37rem;
}
.about__title {
  margin: 0;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.06;
  letter-spacing: -0.01em;
}
.about__title span {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 700;
}
.about__text {
  margin: clamp(1.9rem, 3.2vw, 2.7rem) 0 0;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.45rem, 1.95vw, 2.45rem);
  line-height: 1.34;
  text-wrap: pretty;
}
@media only screen and (max-width: 1024px) {
  .about__text {
    margin-top: 1.5rem;
  }
}
.about__cta {
  margin-top: clamp(2.2rem, 4vw, 3.7rem);
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  width: fit-content;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.2rem, 1.58vw, 1.85rem);
  line-height: 1.12;
}
.about__arrow {
  position: relative;
  width: 2.2rem;
  height: 1rem;
  flex: 0 0 auto;
}
.about__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.86rem;
  border-top: 1px solid rgba(0, 0, 0, 0.92);
  transform: translateY(-50%);
}
.about__arrow::after {
  content: "";
  position: absolute;
  right: 0.12rem;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  border-top: 1px solid rgba(0, 0, 0, 0.92);
  border-right: 1px solid rgba(0, 0, 0, 0.92);
  transform: translateY(-50%) rotate(45deg);
}
.about__media {
  justify-self: end;
}
.about__image {
  display: block;
  width: clamp(16rem, 27vw, 21.7rem);
  aspect-ratio: 347/544;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 980px) {
  .about {
    padding: 3.4rem 0;
  }
  .about__grid {
    grid-template-columns: minmax(0, 1fr) clamp(12rem, 31vw, 15.4rem);
    gap: 1.5rem;
  }
  .about__content {
    max-width: 100%;
  }
  .about__title {
    font-size: 3rem;
    line-height: 1.06;
  }
  .about__text {
    margin-top: 1.5rem;
    font-size: clamp(0.98rem, 2.08vw, 1.35rem);
    line-height: 1.38;
  }
  .about__cta {
    margin-top: 1.75rem;
    font-size: clamp(0.96rem, 2vw, 1.2rem);
    gap: 0.68rem;
  }
  .about__arrow {
    width: 1.74rem;
    height: 0.86rem;
  }
  .about__arrow::before {
    width: 1.44rem;
  }
}
@media only screen and (max-width: 640px) {
  .about {
    padding: 2.8rem 0;
  }
  .about__grid {
    grid-template-columns: 1fr;
    gap: 1.45rem;
  }
  .about__title {
    font-size: 2rem;
    line-height: 1.06;
  }
  .about__text {
    margin-top: 1.3rem;
    font-size: clamp(1rem, 4.2vw, 1.25rem);
    line-height: 1.4;
  }
  .about__cta {
    margin-top: 1.55rem;
    font-size: 1.02rem;
    gap: 0.62rem;
  }
  .about__media {
    justify-self: start;
  }
  .about__image {
    width: min(15.5rem, 72vw);
  }
}
.contacta {
  background: #FFFFFF;
  padding: clamp(4.2rem, 6.8vw, 6.4rem) 0;
}
.contacta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 38vw);
  align-items: center;
  gap: clamp(2.1rem, 5.3vw, 4.8rem);
}
.contacta__content {
  padding-top: 0;
  max-width: 36.5rem;
}
.contacta__title {
  margin: 0;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.06;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.contacta__title span {
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 700;
}
.contacta__form-wrap {
  margin-top: 0;
}
.contacta__fallback {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.contacta__media {
  justify-self: end;
  width: min(100%, 40rem);
  background: #cdced1;
}
.contacta__image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.contacta .wpcf7 {
  margin: 0;
}
.contacta .wpcf7-form {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .contacta .wpcf7-form {
    margin-top: 1.5rem;
  }
}
.contacta .wpcf7-form > p {
  margin: 0;
}
.contacta .wpcf7-form label {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.contacta .wpcf7 br {
  display: none;
}
.contacta .wpcf7-form-control-wrap {
  display: block;
}
.contacta .wpcf7-text,
.contacta .wpcf7-email,
.contacta .wpcf7-textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 0;
  margin: 0;
  padding: 0 0 0.62rem;
  background: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.95);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.28;
  outline: none;
  appearance: none;
}
.contacta .wpcf7-textarea {
  height: clamp(4rem, 4.8vw, 5.2rem);
  min-height: clamp(4rem, 4.8vw, 5.2rem);
  resize: vertical;
}
.contacta .wpcf7-text::placeholder,
.contacta .wpcf7-email::placeholder,
.contacta .wpcf7-textarea::placeholder {
  color: rgba(152, 152, 166, 0.95);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: inherit;
  opacity: 1;
}
.contacta .wpcf7-text:focus,
.contacta .wpcf7-email:focus,
.contacta .wpcf7-textarea:focus {
  border-bottom-color: rgba(0, 0, 0, 0.72);
}
.contacta .wpcf7-spinner {
  margin: 0.5rem 0 0;
  display: block;
}
.contacta .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(10.2rem, 14.4vw, 13.2rem);
  height: clamp(2.9rem, 4.2vw, 3.9rem);
  border: 0;
  margin: clamp(0.45rem, 1.1vw, 0.9rem) 0 0;
  padding: 0 2.7rem 0 1.2rem;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='14' viewBox='0 0 28 14'%3E%3Cpath d='M1 7h24' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M20 1l7 6-7 6' fill='none' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 1.45rem 0.72rem;
  color: #FFFFFF;
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.22s ease, color 0.22s ease, letter-spacing 0.22s ease;
}
.contacta .wpcf7-submit:hover,
.contacta .wpcf7-submit:focus-visible {
  background-color: #C6D8D9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='14' viewBox='0 0 28 14'%3E%3Cpath d='M1 7h24' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M20 1l7 6-7 6' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  color: #000000;
  letter-spacing: 0.012em;
  outline: none;
  box-shadow: none;
}
.contacta .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0;
  border: 0;
  color: rgba(0, 0, 0, 0.76);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(0.88rem, 1.2vw, 1.1rem);
  line-height: 1.4;
}
.contacta .wpcf7-not-valid-tip {
  margin-top: 0.4rem;
  color: rgba(0, 0, 0, 0.76);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: 0.82rem;
  line-height: 1.35;
}

@media only screen and (max-width: 980px) {
  .contacta {
    padding: 3.4rem 0;
  }
  .contacta__grid {
    grid-template-columns: minmax(0, 1fr) minmax(15.8rem, 34vw);
    gap: 1.5rem;
  }
  .contacta__content {
    max-width: 100%;
  }
  .contacta__title {
    font-size: 3rem;
    line-height: 1.06;
  }
  .contacta__form-wrap {
    margin-top: 0;
  }
  .contacta .wpcf7-form {
    margin-top: 1.5rem;
    gap: 1rem;
  }
  .contacta .wpcf7-text,
.contacta .wpcf7-email,
.contacta .wpcf7-textarea {
    padding-bottom: 0.45rem;
    font-size: clamp(0.95rem, 1.55vw, 1.15rem);
  }
  .contacta .wpcf7-textarea {
    height: clamp(3.3rem, 4.6vw, 4.2rem);
    min-height: clamp(3.3rem, 4.6vw, 4.2rem);
  }
  .contacta .wpcf7-submit {
    min-width: clamp(8.9rem, 14vw, 10.8rem);
    height: clamp(2.45rem, 3.7vw, 3.1rem);
    margin-top: 0.55rem;
    padding: 0 2.2rem 0 1rem;
    background-position: right 0.75rem center;
    background-size: 1.25rem 0.62rem;
    font-size: clamp(0.86rem, 1.35vw, 1.02rem);
  }
  .contacta .wpcf7-response-output {
    font-size: clamp(0.82rem, 1.25vw, 0.92rem);
  }
}
@media only screen and (max-width: 640px) {
  .contacta {
    padding: 2.8rem 0;
  }
  .contacta__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .contacta__title {
    font-size: 2rem;
    line-height: 1.06;
  }
  .contacta__form-wrap {
    margin-top: 0;
  }
  .contacta__media {
    justify-self: stretch;
    width: 100%;
  }
  .contacta .wpcf7-form {
    margin-top: 1.3rem;
    gap: 1rem;
  }
  .contacta .wpcf7-text,
.contacta .wpcf7-email,
.contacta .wpcf7-textarea {
    font-size: clamp(0.95rem, 4.3vw, 1.1rem);
  }
  .contacta .wpcf7-textarea {
    height: 3.5rem;
    min-height: 3.5rem;
  }
  .contacta .wpcf7-submit {
    min-width: 9.8rem;
    height: 2.95rem;
    padding: 0 2.2rem 0 1rem;
    background-position: right 0.75rem center;
    background-size: 1.22rem 0.6rem;
    font-size: 0.98rem;
  }
}
.site-main--page {
  padding: clamp(2.8rem, 4vw, 4.5rem) 0 clamp(4rem, 6vw, 6rem);
}
.site-main--page .page-entry {
  max-width: 72rem;
  margin: 0 auto;
}
.site-main--page .page-entry__title {
  margin: 0;
  color: #000000;
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.06;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.site-main--page .entry-content {
  margin-top: 1.5rem;
}
.site-main--page .entry-content p,
.site-main--page .entry-content .wp-block-list li {
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-wrap: pretty;
}
.site-main--page .entry-content p + p {
  margin-top: 1.5rem;
}
.site-main--page .entry-content .wp-block-list {
  margin: 1.5rem 0 0;
  padding: 0;
}
.site-main--page .entry-content .wp-block-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #C6D8D9;
}
.site-main--page .wp-block-media-text > .wp-block-media-text__content {
  padding-left: 0;
}
.site-main--page .wp-block-button__link.wp-element-button {
  border-radius: 0;
}
.site-main--page .wp-block-button__link.wp-element-button:hover, .site-main--page .wp-block-button__link.wp-element-button:focus-visible {
  background-color: #C6D8D9;
}
@media only screen and (min-width: 782px) {
  .site-main--page .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child) {
    align-items: center;
  }
  .site-main--page .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child) > .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 980px) {
  .site-main--page {
    padding: 2.5rem 0 4.2rem;
  }
  .site-main--page .page-entry__title {
    font-size: 3rem;
    line-height: 1.06;
  }
  .site-main--page .entry-content {
    margin-top: 1.5rem;
  }
  .site-main--page .entry-content p + p {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .site-main--page {
    padding: 2rem 0 3rem;
  }
  .site-main--page .page-entry__title {
    font-size: 2rem;
    line-height: 1.06;
  }
  .site-main--page .entry-content {
    margin-top: 1.3rem;
  }
  .site-main--page .entry-content p + p {
    margin-top: 1.3rem;
  }
}
.site-footer {
  position: relative;
  overflow: hidden;
  background: #C6D8D9;
  padding: clamp(4rem, 6.8vw, 6.1rem) 0 clamp(8rem, 12vw, 13.4rem);
}
.site-footer .site-container {
  position: relative;
}
.site-footer__top {
  display: grid;
  grid-template-columns: minmax(14rem, 1.2fr) auto auto auto;
  align-items: start;
  column-gap: clamp(1.2rem, 4vw, 5.5rem);
  row-gap: 1.2rem;
  position: relative;
  z-index: 2;
}
.site-footer__brand {
  display: inline-flex;
  align-items: flex-start;
  width: fit-content;
}
.site-footer__logo {
  display: block;
  width: 150px;
  height: auto;
}
.site-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__nav li + li {
  margin-top: 0.28rem;
}
.site-footer__nav a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.94);
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 400;
  font-size: clamp(1.45rem, 1.48vw, 2.1rem);
  line-height: 1.25;
}
.site-footer__markets {
  min-width: clamp(11rem, 14vw, 16rem);
}
.site-footer__markets-title {
  margin: 0;
  color: #000000;
  font-family: "Read Head Pro Book", sans-serif;
  font-weight: 700;
  font-size: clamp(2.1rem, 2.6vw, 3.7rem);
  line-height: 1;
}
.site-footer__flags {
  margin: 0.82rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: clamp(0.38rem, 0.6vw, 0.68rem);
}
.site-footer__flag {
  width: clamp(2.2rem, 2.45vw, 3.4rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.site-footer__flag--es {
  background: linear-gradient(to bottom, #c9312f 0 30%, #f8cc4a 30% 70%, #c9312f 70% 100%);
}
.site-footer__flag--fr {
  background: linear-gradient(to right, #163f8f 0 33.33%, #fff 33.33% 66.66%, #d43d3d 66.66% 100%);
}
.site-footer__flag--en {
  background: repeating-linear-gradient(to bottom, #b22234 0 8%, #fff 8% 16%);
}
.site-footer__flag--en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  height: 56%;
  background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px), radial-gradient(circle at 44% 35%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px), radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px), radial-gradient(circle at 31% 62%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px), radial-gradient(circle at 62% 74%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px), #1f3b7f;
}
.site-footer__flag--it {
  background: linear-gradient(to right, #2f9d48 0 33.33%, #fff 33.33% 66.66%, #cf3b3b 66.66% 100%);
}
.site-footer__actions {
  display: flex;
  align-items: center;
  gap: clamp(0.48rem, 0.8vw, 1rem);
  justify-self: end;
}
.site-footer__icon {
  text-decoration: none;
  color: #000000;
  transition: opacity 0.2s ease;
}
.site-footer__icon:hover, .site-footer__icon:focus-visible {
  opacity: 0.72;
}
.site-footer__icon--linkedin {
  width: clamp(2.9rem, 3.3vw, 4.5rem);
  aspect-ratio: 1/1;
  background: #000000;
  border-radius: 0.26rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-footer__icon--linkedin span {
  color: #FFFFFF;
  font-family: "Read Head Pro Book", sans-serif;
  font-size: clamp(1.85rem, 2vw, 2.75rem);
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.02em);
}
.site-footer__icon--instagram {
  width: clamp(2.9rem, 3.3vw, 4.5rem);
  aspect-ratio: 1/1;
  border: 2px solid rgba(0, 0, 0, 0.9);
  border-radius: clamp(0.72rem, 1vw, 1.14rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-footer__instagram-core {
  width: 45%;
  aspect-ratio: 1/1;
  border: 2px solid rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  position: relative;
}
.site-footer__instagram-core::after {
  content: "";
  position: absolute;
  right: -0.52rem;
  top: -0.52rem;
  width: 0.45rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
}
.site-footer__icon--top {
  width: clamp(2.9rem, 3.3vw, 4.5rem);
  aspect-ratio: 1/1;
  border: 2px solid rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-footer__icon--top span {
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(2rem, 2.2vw, 3rem);
  line-height: 1;
  transform: translateY(-0.03em);
}
.site-footer__legal {
  margin-top: clamp(0.6rem, 1.6vw, 1.2rem);
  padding-inline: clamp(0.75rem, 2vw, 1.4rem);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.site-footer__legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.site-footer__legal li {
  display: inline-flex;
  align-items: center;
}
.site-footer__legal li + li::before {
  content: "|";
  margin: 0 0.75rem;
  color: rgba(0, 0, 0, 0.58);
}
.site-footer__legal a {
  color: rgba(0, 0, 0, 0.86);
  font-family: "Read Head Pro Light", sans-serif;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.05vw, 1.2rem);
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.site-footer__legal a:hover, .site-footer__legal a:focus-visible {
  opacity: 0.7;
}
.site-footer__watermark {
  margin: clamp(2.6rem, 4.8vw, 5.4rem) 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Read Head Pro Light", sans-serif;
  font-size: clamp(1.8rem, 9.3vw, 13rem);
  line-height: 0.82;
  letter-spacing: -0.015em;
  text-transform: lowercase;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  padding-inline: 0.5rem;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .site-footer__top {
    column-gap: clamp(1rem, 2.2vw, 3rem);
    row-gap: 0.9rem;
  }
  .site-footer__nav a {
    font-size: clamp(1.05rem, 1.05vw, 1.45rem);
    line-height: 1.2;
  }
  .site-footer__markets {
    min-width: clamp(8.8rem, 10.5vw, 12rem);
  }
  .site-footer__markets-title {
    font-size: clamp(1.65rem, 1.9vw, 2.45rem);
  }
  .site-footer__flags {
    margin-top: 0.6rem;
    gap: clamp(0.28rem, 0.42vw, 0.5rem);
  }
  .site-footer__flag {
    width: clamp(1.7rem, 1.7vw, 2.25rem);
  }
  .site-footer__actions {
    gap: clamp(0.35rem, 0.5vw, 0.62rem);
  }
  .site-footer__icon--linkedin, .site-footer__icon--instagram, .site-footer__icon--top {
    width: clamp(2.25rem, 2.15vw, 2.95rem);
  }
  .site-footer__icon--linkedin span {
    font-size: clamp(1.45rem, 1.35vw, 1.95rem);
  }
  .site-footer__icon--top span {
    font-size: clamp(1.55rem, 1.5vw, 2.1rem);
  }
}
@media only screen and (max-width: 980px) {
  .site-footer {
    padding: 3.4rem 0 7.4rem;
  }
  .site-footer__top {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand actions" "nav markets";
    column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .site-footer__brand {
    grid-area: brand;
  }
  .site-footer__actions {
    grid-area: actions;
  }
  .site-footer__nav {
    grid-area: nav;
  }
  .site-footer__markets {
    grid-area: markets;
  }
  .site-footer__logo {
    width: 150px;
  }
  .site-footer__nav a {
    font-size: clamp(1rem, 2.1vw, 1.28rem);
  }
  .site-footer__markets-title {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
  }
  .site-footer__legal {
    margin-top: 0.9rem;
  }
  .site-footer__legal a {
    font-size: clamp(0.86rem, 1.62vw, 0.98rem);
  }
  .site-footer__watermark {
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer {
    padding: 4.5rem 0 4.9rem;
  }
  .site-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.1rem;
    background: rgba(0, 0, 0, 0.06);
  }
  .site-footer__top {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand actions" "nav markets";
    align-items: start;
    column-gap: 1rem;
    row-gap: 1.3rem;
  }
  .site-footer__logo {
    width: 150px;
  }
  .site-footer__nav a {
    font-family: "Read Head Pro Light", sans-serif;
    font-weight: 400;
    font-size: clamp(1.2rem, 4.2vw, 1.45rem);
    line-height: 1.2;
  }
  .site-footer__nav li + li {
    margin-top: 0.5rem;
  }
  .site-footer__markets-title {
    font-size: clamp(1.8rem, 5.2vw, 2.1rem);
  }
  .site-footer__flags {
    margin-top: 0.45rem;
  }
  .site-footer__actions {
    justify-self: end;
    gap: 0.5rem;
  }
  .site-footer__icon--linkedin, .site-footer__icon--instagram, .site-footer__icon--top {
    width: clamp(2.35rem, 8.8vw, 2.9rem);
  }
  .site-footer__markets {
    justify-self: end;
    min-width: auto;
  }
  .site-footer__flag {
    width: clamp(1.7rem, 6.2vw, 2rem);
  }
  .site-footer__legal {
    margin-top: 0.7rem;
  }
  .site-footer__legal a {
    font-size: 0.95rem;
  }
  .site-footer__legal li + li::before {
    margin: 0 0.5rem;
  }
  .site-footer__watermark {
    margin-top: 3rem;
    font-size: clamp(3.3rem, 13.5vw, 5.4rem);
    line-height: 0.88;
    text-align: left;
    padding-inline: 0;
  }
}

/*# sourceMappingURL=main.css.map */
