@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-ThinItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #322d2b;
  --red: #ff3f3f;
  --grey: #ddd;
  --white: white;
}

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

body {
  background-color: var(--black);
  color: var(--black);
  text-transform: uppercase;
  background-image: url('../images/Studio-Blank-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Mori Extra Bold;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mori Book;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

.styles {
  position: absolute;
}

.nav-bar {
  z-index: 999;
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2.5rem;
  position: sticky;
  top: 0;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
  display: none;
}

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

.sticky-child.page-padding {
  padding: 9rem 3rem;
}

.scroll-h-parent {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  width: 140%;
  display: flex;
}

.scroll-h-child {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.scroll-h-child.flex-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.scroll-h-child.flex-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-h-child.flex-cc.end {
  border: 1px solid #322d2b33;
  transition: color .4s, background-color .4s;
}

.scroll-h-child.flex-cc.end:hover {
  background-color: var(--red);
  color: var(--grey);
}

.scroll-h-child.flex-cc.two {
  justify-content: flex-start;
  align-items: flex-start;
}

.link-logo {
  position: relative;
  overflow: hidden;
}

.link-logo.pad {
  padding-left: 3rem;
}

.link-logo.pad-two {
  padding-left: 1.4rem;
  display: block;
}

.link-logo.hide-m {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-small {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

.fade {
  opacity: .5;
}

.spacer-small {
  width: 100%;
  height: .8rem;
}

.text-width-one {
  width: 27ch;
  line-height: 1;
}

.weight-book {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.weight-book.but {
  border: 1px solid #000;
  border-radius: 200px;
  height: 30px;
  padding: 8px;
  text-decoration: none;
}

.weight-book.but:hover {
  background-color: var(--white);
}

.weight-book.but2 {
  border: 1px solid #000;
  border-radius: 200px;
  height: 30px;
  padding: 8px;
  text-decoration: none;
}

.weight-book.but2:hover {
  background-color: var(--white);
}

.logo {
  padding-top: .2rem;
  font-size: 1.5rem;
  line-height: .9;
  display: inline-block;
}

.menu-parent {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 1.4rem;
  display: flex;
}

.menu-bar {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.img-parent {
  aspect-ratio: 2 / 3;
  min-width: 400px;
  height: 100%;
  max-height: 600px;
}

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

.hero-text-parent {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: auto auto -10rem 0%;
}

.script {
  text-transform: none;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.2;
}

.script.intro {
  font-size: 1.6rem;
}

.super-text {
  text-align: left;
  font-size: 27.5vw;
  line-height: .9;
}

.btn-primary {
  grid-column-gap: .4rem;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 400px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  padding: .7rem;
  font-family: Mori Book;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

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

.btn-primary.iz {
  margin-top: 20px;
  margin-left: 0;
}

.btn-text {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.btn-text-ab {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  inset: 0% auto auto 0%;
}

.inline {
  display: inline-block;
}

.btn-arrow-img {
  width: 20px;
}

.btn-arrow-img-ab {
  width: 20px;
  position: absolute;
  left: 0;
}

.scroll-parent {
  grid-column-gap: .5rem;
  align-items: center;
  width: 3.1rem;
  height: 5.1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.scroll-line {
  background-color: var(--black);
  width: 2rem;
  height: 1px;
}

.scroll-child {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.span-text-out {
  text-align: left;
  display: inline-block;
  overflow: hidden;
}

.span-text-in {
  font-weight: 400;
  display: inline-block;
}

.span-text-in.six {
  color: var(--black);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.span-text-in.centr {
  color: var(--black);
  text-align: center;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.logo-desk {
  max-width: 200px;
}

.section {
  color: #080c24;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section.logro {
  background-image: url('../images/logrono-rioja-madrid-que-ver-turismo-esquire-1527835743.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 400px;
  height: 100%;
  min-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.card_body.white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  height: auto;
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: 1.25rem;
  position: relative;
  overflow: clip;
}

.image-ratio_3x2.position_relative.flex_horizontal.is-x-right.radius_bottom-0 {
  border-radius: 0;
}

.bold-text {
  font-size: 1.5rem;
}

.subheading {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-family: Vollkorn, serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

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

.card {
  background-color: var(--white);
  box-shadow: none;
  color: #080c24;
  object-fit: fill;
  background-image: none;
  border: 0 solid #080c2433;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  height: auto;
  list-style-type: none;
}

.card.position_absolute.margin_xsmall {
  border-radius: 0 0 1.25rem;
}

.card.bt {
  background-color: #fff6cd;
  width: 400px;
}

.text-color_secondary {
  color: color-mix(in srgb, currentColor 75%, transparent);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.is-small {
  max-width: 1440px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.is-small.logro, .container.is-small.confirma {
  margin-top: auto;
}

.container._1rem {
  max-width: 1440px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Vollkorn, serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.paragraph_xxlarge {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Vollkorn, serif;
  font-size: 2rem;
  line-height: 1.6em;
}

.paragraph_xxlarge.margin-bottom_none {
  padding: 8px;
}

.heading_h3 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 1.78rem;
  font-weight: 500;
  line-height: 1.04em;
}

.heading_h2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.37rem;
  font-weight: 500;
  line-height: 1.04em;
}

.card-link {
  box-shadow: none;
  opacity: 1;
  color: #080c24;
  background-color: #f5f4f1;
  background-image: none;
  border: 0 solid #080c2433;
  border-radius: 1.25rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
}

.card-link:hover {
  color: #080c24;
  background-color: #f5f4f1;
}

.card-link.on-secondary {
  box-shadow: none;
  color: #080c24;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  background-image: none;
  border-color: #000000e6;
  border-radius: 0;
}

.card-link.on-secondary:hover {
  color: #000;
  background-color: #fff;
  border-radius: 0;
}

.text-link {
  color: #131f5b;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link:hover {
  color: #131f5b99;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: inherit;
  background-color: color-mix(in srgb, currentColor 10%, transparent);
  border: 1px solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .3em 1em;
  font-family: Vollkorn, serif;
  font-size: .75rem;
  text-decoration: none;
  transition-property: border-color, color, background-color;
  transition-duration: .2s, .2s, .2s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
}

.tag_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col.tablet-1-col.gap-small {
  margin-bottom: 24px;
}

.heading_h1 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-family: Vollkorn, serif;
  font-size: 4.21rem;
  font-weight: 500;
  line-height: 1.04em;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #131f5b;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1e308e;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #131f5b;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #131f5b;
}

.text-align_center {
  text-align: center;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group.is-align-center {
  justify-content: center;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical.is-x-center {
  justify-content: flex-start;
  align-items: center;
}

.heading_h4 {
  margin-top: 10px;
  margin-bottom: .5em;
  font-family: Inter Tight, sans-serif;
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1.3em;
}

.icon {
  color: #131f5b;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid_2-col.gap-small.tablet-1-col.is-y-top.margin-top_medium {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  margin-top: 60px;
}

.grid_2-col.gap-small.tablet-1-col.is-y-top.margin-top_medium._200h {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Vollkorn, serif;
  font-size: .88rem;
  line-height: 1.6em;
}

.accordion_content {
  background-color: #0000;
  padding: 0;
  position: static;
  overflow: hidden;
}

.accordion_content.w--open {
  position: relative;
}

.accordion_icon {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.accordion {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .5rem;
}

.accordion:hover {
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Vollkorn, serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.text-size-medium {
  color: #191919;
  font-size: 1.25rem;
  line-height: 1.45;
}

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

.section-2.case-study {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-2.is-fullscreen {
  position: relative;
}

.grid.is-product {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  place-items: start;
  width: 100%;
}

.grid.is-wood {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: start;
}

.grid.is-intro {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

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

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

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

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

.column.explore-intro {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  aspect-ratio: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column.is-explore-info {
  background-color: #f7f6f1;
  border-radius: 0;
  max-width: 25rem;
  height: auto;
  margin-bottom: 2.5rem;
  padding: .625rem;
}

.column.wood-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-right: 3.25rem;
  display: flex;
  position: relative;
}

.column.wood-right {
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
}

.column.intro-right {
  width: 100%;
  max-width: 38rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.column.product-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.column.product-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.column.intro-left {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.column.product-teaser-right {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.padding-vertical {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
}

.section-title._0-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.section-title._0-gap.col {
  padding-left: 0;
  padding-right: 2rem;
}

.section-title._0-gap.col-copy {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 2rem;
}

.section-title._0-gap.bienc {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 2rem;
}

.section-title.sticky {
  position: sticky;
  top: 120px;
}

.image-explore {
  object-fit: cover;
  position: absolute;
}

.explore-info-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.icon-1x1-tiny {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.explore-info-image {
  border-radius: 0;
  overflow: hidden;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper.is-explore {
  position: relative;
}

.wrapper.is-product-teaser {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.wrapper.is-intro {
  background-color: #fafafa;
  position: relative;
}

.wrapper.is-hero-image {
  width: 100%;
  min-height: 60rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper.is-hero-image.smaller {
  min-height: 50rem;
}

.wrapper.auto {
  background-color: #a69470;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.explore-info-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 12rem;
  padding-bottom: 1rem;
  padding-left: .7rem;
  display: flex;
}

.explore-image-wrapper {
  background-image: url('../images/bodega-baigorri.avif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-subtitle {
  color: #0009;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-bg {
  z-index: 0;
  background-color: #191919;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.button-text {
  z-index: 5;
  position: relative;
}

.wood-component-icon {
  border: 1.5px solid #191919;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform .35s cubic-bezier(.165, .84, .44, 1), opacity .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.wood-component-icon:hover {
  color: #191919;
  border-color: #191919;
  transform: rotate(-45deg);
}

.divider-line {
  z-index: 100;
  border-top: 1px solid var(--grey);
  width: 100%;
  height: 1px;
  position: relative;
}

.divider-line.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wood-component-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 19.375rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.wood-component-icon_arrow {
  width: 1rem;
  height: 1rem;
}

.wood-component-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.25rem;
  display: flex;
}

.wood-component-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 27rem;
  font-size: .9rem;
  display: flex;
}

.wood-component-link {
  color: #191919;
}

.wood-component-item {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-color-grey {
  color: gray;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.wood-component-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.image-overlay {
  background-color: #f7f6f1;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

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

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-capitalize {
  text-transform: uppercase;
}

.intro-number-text {
  letter-spacing: -.25rem;
  font-size: 5.7rem;
  line-height: 1;
}

.link {
  color: var(--black);
}

.link:hover {
  opacity: .8;
}

.link.is-product-teaser {
  background-color: #f1f0ec;
  border-right: 1px solid #afafaf;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.link.confirm {
  background-color: #f1f0ec;
  border-right: 1px solid #afafaf;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 350px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.link.home {
  background-color: #f1f0ec;
  border-right: 1px solid #afafaf;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 550px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-image.is-teaser {
  z-index: 1;
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.product-image.is-teaser._1 {
  object-position: 50% 50%;
  width: 100%;
}

.product-image.is-bed {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.image-hero {
  object-fit: cover;
  width: 115%;
  max-width: none;
  height: 115%;
  position: absolute;
}

.itinerario {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.itinerario.is-small {
  max-width: 1000px;
}

.image-2 {
  border-radius: 0;
  margin-bottom: 20px;
}

.body {
  background-color: #f7f6f1;
  background-image: none;
}

.code-embed {
  margin-bottom: 60px;
}

.code-embed.mob {
  display: none;
}

.divider-line-copy {
  z-index: 100;
  width: 100%;
  height: 1px;
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
}

.divider-line-copy.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-block {
  width: 300px;
}

.fs_accordion-1_body {
  padding-top: 20px;
  padding-bottom: 0;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
  display: none;
}

.fs_accordion-1_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.fs_accordion-1_header-2:focus-visible, .fs_accordion-1_header-2[data-wf-focus-visible] {
  outline-offset: 2px;
  border-radius: 5px;
  outline: 2px solid #737373;
}

.arrow-acord {
  width: 25px;
  transition: transform .3s;
}

.fs_accordion-1_content-2 {
  overflow: hidden;
}

.p-tab-big {
  color: #000;
  text-align: left;
  white-space: pre-line;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.fs_accordion-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.fs_accordion-1_item {
  margin-top: 16px;
}

.subt {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.12;
}

.p {
  text-transform: none;
  max-width: 790px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.p.lf {
  text-align: left;
}

.p.serif {
  color: var(--white);
  margin-top: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.1rem;
}

.p.centr {
  text-align: left;
}

.time {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.ico {
  width: 20px;
  height: 20px;
}

.ico.small {
  width: 12px;
}

.heading {
  margin-top: 0;
}

.heading-2 {
  font-family: Inter Tight, sans-serif;
}

.tit {
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.heading-3 {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 60px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
}

.sect {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: block;
}

.sect.explore-intro {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 37rem;
  height: auto;
  display: flex;
}

.sect.is-explore-info {
  background-color: #f7f6f1;
  border-radius: 0;
  max-width: 25rem;
  height: auto;
  padding: .625rem;
  position: absolute;
  inset: auto auto 5rem 2.5rem;
}

.sect.wood-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-right: 3.25rem;
  display: flex;
  position: relative;
}

.sect.wood-right {
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
}

.sect.intro-right {
  width: 100%;
  max-width: 38rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.sect.product-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.sect.product-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.sect.intro-left {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.sect.product-teaser-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

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

.heading-5, .heading-6 {
  font-family: Inter, sans-serif;
}

.div-block-2 {
  width: 100%;
  margin-top: 40px;
}

.subt-nav {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
  transition: opacity .2s;
}

.link-2 {
  color: #111;
}

.image-9 {
  width: 50px;
  position: relative;
  top: -10px;
}

.fila {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.fila.foot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center start;
  display: flex;
}

.contenedor {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.contenedor.foot {
  padding-top: 0;
  padding-bottom: 100px;
}

.menu {
  color: #000;
  mix-blend-mode: normal;
  text-decoration: none;
  position: relative;
}

.menu._2 {
  mix-blend-mode: normal;
}

.menu._2.w--current {
  color: #000;
}

.menu__link {
  letter-spacing: -5px;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

.menu__link.is--1 {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.menu__link.is--1.black {
  z-index: 1;
  color: #25282a;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.col {
  z-index: 1;
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
}

.col.col-lg-3 {
  flex: 25%;
  max-width: 25%;
}

.col.col-lg-3.md-sin {
  max-width: none;
}

.col.col-lg-2 {
  flex: 16.6667%;
  max-width: 16.6667%;
}

.col.col-lg-2.flex-vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.col.col-lg-2.flex-vert.md-sin {
  max-width: 50%;
}

.linea-footer {
  border-top: 1px solid #000;
  width: 100%;
  height: 1px;
  margin-top: 0;
  padding-top: 20px;
}

.footer {
  z-index: 2;
  position: relative;
}

.link-block-2 {
  width: 200px;
}

.section_big {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.copy-me {
  display: flex;
}

.star {
  background-color: var(--grey);
}

.image-10 {
  width: 400px;
  position: relative;
}

.star-animation {
  position: absolute;
  inset: 0%;
}

.hero-home {
  object-fit: cover;
  background-image: url('../images/op3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.small {
  font-size: .8rem;
}

.text-span {
  font-size: .9rem;
  line-height: 1rem;
}

.fondo1 {
  z-index: 0;
  opacity: .18;
  mix-blend-mode: multiply;
  background-color: #313f68;
  position: absolute;
  inset: 0%;
}

.fondo2 {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: color-burn;
  background-color: #353f61;
  position: absolute;
  inset: 0%;
}

.logo-mob {
  max-width: 200px;
  display: none;
}

.logo-foot {
  max-width: 80px;
}

.white-bg {
  mix-blend-mode: screen;
  background-image: linear-gradient(#fff, #fff0);
  position: absolute;
  inset: 0%;
}

.menu-flex {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.italic-text {
  font-family: Ppeditorialnew, sans-serif;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
  display: flex;
}

.image-12 {
  max-width: 350px;
}

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

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

.caja {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  padding: 2rem;
  display: flex;
}

.mapa-embed-mob {
  margin-top: 0;
  display: none;
}

@media screen and (min-width: 1920px) {
  .grid.is-product {
    place-items: start;
  }

  .image-hero {
    object-position: 50% 35%;
  }

  .div-block-2 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .fila.foot {
    place-items: start stretch;
  }

  .hero-home {
    object-position: 50% 35%;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    grid-column-gap: 0rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 2rem;
  }

  .sticky-parent {
    height: auto;
  }

  .sticky-child.page-padding {
    height: auto;
    padding-top: 12rem;
    position: relative;
  }

  .scroll-h-parent {
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
  }

  .scroll-h-child {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .link-logo.pad {
    padding-left: .7rem;
  }

  .link-logo.pad-two {
    margin-left: -1.3rem;
    padding-left: 0;
  }

  .link-logo.hide-m {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .hero-text-parent {
    bottom: -10%;
  }

  .super-text {
    text-align: center;
    font-size: 28vw;
  }

  .btn-primary {
    margin-left: 0;
  }

  .scroll-parent {
    inset: auto 0% 0% auto;
  }

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

  .card_body {
    width: 100%;
    min-width: auto;
  }

  .card {
    width: 100%;
  }

  .grid_3-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col.gap-small.tablet-1-col.is-y-top.margin-top_medium {
    flex-flow: column;
    display: flex;
  }

  .grid_2-col.gap-small.tablet-1-col.is-y-top.margin-top_medium._200h {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .grid.is-product {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: .55fr 1fr;
    display: flex;
  }

  .grid.is-wood {
    flex-flow: column;
    grid-template-columns: .55fr 1fr;
    display: flex;
  }

  .column.is-explore-info {
    max-width: 20rem;
    bottom: 2.5rem;
  }

  .column.wood-right {
    padding-left: 0;
  }

  .column.product-left {
    padding-right: 0;
  }

  .column.product-teaser-right {
    padding-left: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .explore-info-text {
    min-height: 11rem;
  }

  .explore-image-wrapper {
    background-position: 50%;
    min-height: 120vh;
  }

  .wood-component-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .link.home {
    min-height: 400px;
  }

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

  .p-tab-big {
    font-size: 18px;
    line-height: 24px;
  }

  .sect.is-explore-info {
    max-width: 20rem;
    bottom: 2.5rem;
  }

  .sect.product-teaser-right {
    padding-left: 2rem;
  }

  .image-9 {
    left: -10px;
  }

  .col.col-lg-3 {
    max-width: 100%;
  }

  .col.col-lg-3.md-sin {
    max-width: 30%;
  }

  .col.col-lg-2 {
    max-width: 100%;
  }

  .col.col-lg-2.flex-vert {
    flex-flow: row;
  }

  .col.col-lg-2.flex-vert.md-sin {
    flex-flow: column;
    max-width: 100%;
  }

  .hero-home {
    object-fit: cover;
  }

  .image-11 {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .logo-mob {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    justify-content: space-between;
    padding: .5rem 1rem;
  }

  .scroll-h-child {
    flex: 0 auto;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 2rem;
  }

  .hero-text-parent {
    bottom: -7%;
  }

  .super-text {
    font-size: 27.5vw;
  }

  .hide-m, .logo-desk {
    display: none;
  }

  .card_body.white {
    padding: 1rem;
  }

  .container.is-small, .container._1rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-2.case-study {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .grid.is-product, .grid.is-wood {
    grid-template-columns: 1fr;
  }

  .grid.is-intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .padding-global.nospace-right {
    padding-right: 1rem;
  }

  .column.is-explore-info {
    max-width: 30rem;
    left: 1rem;
  }

  .column.wood-right {
    padding-left: 0;
  }

  .column.product-teaser-right {
    order: 1;
    width: 100%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.is-product-teaser {
    flex-direction: column;
  }

  .explore-image-wrapper {
    min-height: 120svh;
  }

  .wood-component-icon {
    width: 2.4rem;
    height: 2.4rem;
    padding: 4px;
  }

  .wood-component-title {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .5rem;
  }

  .wood-component-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-wrapper.wood {
    width: 100%;
    max-width: 100%;
  }

  .image-fill {
    height: auto;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .link.is-product-teaser, .link.confirm {
    width: 100%;
  }

  .link.home {
    width: 100%;
    min-height: 450px;
  }

  .code-embed.mob {
    display: flex;
  }

  .code-embed.deskt {
    display: none;
  }

  .mapa-embed-desk {
    margin-top: 0;
    display: none;
  }

  .sect.is-explore-info {
    left: 1rem;
  }

  .sect.wood-right {
    padding-left: 0;
  }

  .sect.product-teaser-right {
    order: 1;
    width: 100%;
  }

  .subt-nav {
    text-align: left;
  }

  .contenedor {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor.foot {
    padding-top: 20px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .menu._2 {
    margin-left: 0;
  }

  .menu__link.is--1.black {
    font-size: 1rem;
  }

  .col.col-lg-3.md-sin {
    max-width: 100%;
  }

  .col.col-lg-2.flex-vert.md-sin {
    flex-flow: column;
  }

  .logo-mob {
    max-width: 60px;
    display: block;
  }

  .logo-foot {
    margin-right: auto;
    display: block;
  }

  .menu-flex {
    justify-content: space-between;
  }

  .div-block-3 {
    flex-flow: column;
  }

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

  .div-block-4 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .caja {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 350px;
  }

  .mapa-embed-mob {
    margin-top: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .scroll-h-child.flex-cc.end {
    padding-bottom: 3rem;
  }

  .link-logo.pad-two {
    margin-left: -1rem;
  }

  .link-logo.hide-m {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .weight-book {
    font-size: .7rem;
  }

  .weight-book.but {
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
  }

  .weight-book.hide {
    display: none;
  }

  .hero-text-parent {
    bottom: -2%;
  }

  .super-text {
    font-size: 31vw;
  }

  .btn-primary.iz {
    margin-left: 0;
  }

  .scroll-child {
    display: none;
  }

  .card_body {
    min-width: auto;
    padding: 1rem .5rem;
  }

  .card_body.white {
    min-width: auto;
    padding: 1rem;
  }

  .container.is-small {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .button {
    white-space: nowrap;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

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

  .grid.is-product, .grid.is-wood {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

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

  .column.is-explore-info {
    max-width: 85%;
    padding: 1rem;
    left: .5rem;
    right: .5rem;
  }

  .column.wood-left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .column.wood-right {
    padding-top: 0;
  }

  .column.product-teaser-right {
    padding: 1rem .5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .explore-info-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .explore-info-text {
    min-height: 9rem;
    padding-left: 0;
  }

  .explore-image-wrapper {
    min-height: 130vh;
    padding-top: 100px;
  }

  .wood-component-title {
    margin-top: 1.5rem;
  }

  .wood-component-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .link.home {
    min-height: 350px;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .code-embed.mob {
    margin-top: 60px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

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

  .sect.is-explore-info {
    max-width: 17rem;
  }

  .sect.wood-left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .sect.wood-right {
    padding-top: 0;
  }

  .subt-nav {
    text-align: left;
    font-size: .9rem;
    line-height: 120%;
  }

  .image-9 {
    left: -10px;
  }

  .fila.foot {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .contenedor {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contenedor.foot {
    padding: 20px 20px 40px;
  }

  .menu._2 {
    text-decoration: none;
  }

  .menu__link.is--1 {
    font-size: .9rem;
  }

  .menu__link.is--1.black {
    margin-bottom: 10px;
    font-size: .9rem;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .col.col-lg-2.flex-vert {
    flex-flow: row;
  }

  .col.col-lg-2.flex-vert.md-sin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .linea-footer {
    padding-top: 0;
  }

  .section_big {
    padding: 8px;
  }

  .image-10 {
    width: 100%;
  }

  .white-bg {
    background-image: linear-gradient(#fff, #fff0 84%);
  }

  ._0-5rem {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .caja {
    width: auto;
  }

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

#w-node-_6fe3cf9b-0835-f22f-97c9-234c688df388-88db178e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6fe3cf9b-0835-f22f-97c9-234c688df394-88db178e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b9fe946-f76f-93ba-3eaa-8c8d6d52a282-6d52a280.w-node-_3434eaa5-6f50-35e8-d7aa-f0f269ba7db5-88db178e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_69f6f233-3934-17de-c069-60cc1c67ef2c-caec348c, #w-node-_69f6f233-3934-17de-c069-60cc1c67ef34-caec348c, #w-node-b1929543-7e1e-8e36-7f91-e6745c9315b0-39f802d9, #w-node-b1929543-7e1e-8e36-7f91-e6745c9315b8-39f802d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1929543-7e1e-8e36-7f91-e6745c9315d7-39f802d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_740450da-c817-1c28-4092-63a2e519671b-39f802d9, #w-node-d0ef2e88-c688-4817-b67b-9012ac9836b1-bce4a1fb.w-node-_740450da-c817-1c28-4092-63a2e5196720-39f802d9, #w-node-_29535ebd-9066-3a73-8bd3-75a3b29870a9-bce4a1fb.w-node-_740450da-c817-1c28-4092-63a2e5196726-39f802d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a335eb0-1c80-a110-4d97-800fcd58365d-39f802d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_2a335eb0-1c80-a110-4d97-800fcd583668-39f802d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b23709c5-a2cb-a3d2-5e9b-ce6f6c506872-bce4a1fb.w-node-_50c28807-749b-419c-204e-c60f3bc5fda6-88db178e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_6fe3cf9b-0835-f22f-97c9-234c688df388-88db178e {
    justify-self: auto;
  }

  #w-node-_1b9fe946-f76f-93ba-3eaa-8c8d6d52a282-6d52a280.w-node-_3434eaa5-6f50-35e8-d7aa-f0f269ba7db5-88db178e {
    grid-column: 1 / 6;
  }

  #w-node-b23709c5-a2cb-a3d2-5e9b-ce6f6c506872-bce4a1fb.w-node-d4ccde1a-7146-15d5-2280-6f88a8422c20-88db178e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-b1929543-7e1e-8e36-7f91-e6745c9315d7-39f802d9 {
    justify-self: auto;
  }

  #w-node-d0ef2e88-c688-4817-b67b-9012ac9836b1-bce4a1fb.w-node-_740450da-c817-1c28-4092-63a2e5196720-39f802d9, #w-node-_29535ebd-9066-3a73-8bd3-75a3b29870a9-bce4a1fb.w-node-_740450da-c817-1c28-4092-63a2e5196726-39f802d9 {
    grid-row: span 1 / span 1;
  }

  #w-node-_2a335eb0-1c80-a110-4d97-800fcd58365d-39f802d9 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-ThinItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}