@font-face {
  font-family: 'Panama';
  src: url('font/PanamaMonospace-Regular.eot');
  src: url('font/PanamaMonospace-Regular.eot?#iefix') format('embedded-opentype'), url('font/PanamaMonospace-Regular.woff2') format('woff2'), url('font/PanamaMonospace-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

:root {
  font-size: 18px;
  overflow-x: hidden;
}

body {
  margin: 0;
  --color-frame-bg: #201f1f;
  --color-text: #000;
  --color-bg: #fff;
  --color-link: #000;
  --color-link-hover: #000;
  --color-menu: #000;
  --color-menu-hover: #000;
  --color-menu-deco: #000;
  color: var(--color-text);
  background-color: var(--color-bg);
  --cursor-stroke: none;
  --cursor-fill: #ffffff;
  --cursor-stroke-width: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Panama';
  font-weight: normal;
  font-style: normal;
  width: 100vw;
  overflow-x: hidden;
  background: white;
}

main {
  background: white;
}

img {
  display: block;
  max-width: 100%;
}

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

i {
  margin-right: .5rem;
}

.jumbo {
  font-size: 5.96rem;
  /* font-size: 4.768rem; */
}

h1.jumbo {
  font-size: 35vmin;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

h1 {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 90%;
  margin: 0;
  font-size: 3.815rem;
}

h2 {
  font-size: 3.052rem;
}

h3 {
  font-size: 2.441rem;
}

h4 {
  font-style: normal;
  font-size: 1.953rem;
}

h5 {
  font-size: 1.563rem;
}

h6, i {
  font-style: normal;
  font-size: 1.25rem;
}

p, a {
  text-transform: uppercase;
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
  /* cursor: none; */
}

a:hover, a:focus {
  color: var(--color-link-hover);
  outline: none;
  text-decoration: underline;
}

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

.top>div {
  margin: 2rem 0;
}

.top .ig {
  text-align: right;
  margin-right: 24px;
}

.top .ig a {
  margin: 0 8px;
}

.top h6 {
  position: absolute;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(-90deg);
  -moz-transform: translate(-50%) rotate(-90deg);
  -o-transform: translate(-50%) rotate(-90deg);
  transform: translate(-50%) rotate(-90deg);
  border-bottom: solid 1px #000;
}

.stair, .stair-inv {
  position: relative;
  width: 100%;
  height: inherit;
  /* -webkit-transform: translateY(-380px);
	-moz-transform: translateY(-380px);
	-o-transform: translateY(-380px);
	transform: translateY(-380px); */
}

.stair {
  margin-top: -280px;
  overflow: visible;
  z-index: 1;
}

.quote {
  position: relative;
  width: 100%;
  padding: 35% 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}

.quote.q-black {
  background-color: black;
}

.quote.q-white {
  background-color: white;
  flex-direction: column;
  justify-content: center;
}

.quote.q-black h5 {
  color: white;
}

.quote.q-white h5 {
  color: black;
}

.quote>div {
  position: relative;
  /* max-width: 750px; */
}

/* .quote .images {
  z-index: -1;
} */

.quote h5, .quote h1, .quote h6 {
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
}

.quote.jcb {
  background: white;
}

.quote.jcb h6, .quote.q-black h5 {
  font-size: 2.5vmin;
}

.quote.jcb h6 {
  mix-blend-mode: exclusion;
  color: white;
}

.jcb h1 {
  margin-bottom: 50px;
}

.producto {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
}

.info {
  width: 40%;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 80px;
}

.producto .info a span.animate {
  text-decoration: none;
  border: solid 1px black;
  border-radius: 50px;
  padding: 8px 16px 4px 16px;
  line-height: 1;
  margin-top: 4px;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.producto .info a:hover span.animate {
  background: black;
  color: white;
}

.img {
  width: 100%;
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.img:hover {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
}

.info p {
  margin-bottom: 0;
}

.footer {
  position: relative;
  padding: 150px 50px 50px 50px;
  background: white;
}

.footer a {
  position: fixed;
  z-index: 1010;
  bottom: 24px;
  right: 24px;
  color: white;
  mix-blend-mode: exclusion;
}

.title-line {
  display: block;
  line-height: 1.25;
  overflow-y: hidden;
}

.newBox .title-line {
  line-height: 1;
}

.title-line span {
  transform: translate3d(0, 150%, 0);
  position: relative;
  display: inline-block;
}

.title-line span.animate {
  animation-name: text-up;
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@keyframes text-up {
  from {
    transform: translate3d(0, 150%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.title-line:first-child span {
  animation-delay: 0.1s;
}

.title-line:nth-child(2) span {
  animation-delay: 0.15s;
}

.title-line:nth-child(3) span {
  animation-delay: 0.30s;
}

.title-line:nth-child(4) span {
  animation-delay: 0.45s;
}

.title-line:nth-child(5) span {
  animation-delay: 1s;
}

.title-line:nth-child(6) span {
  animation-delay: 1.15s;
}

.title-line:nth-child(7) span {
  animation-delay: 1.3s;
}

.tilted {
  height: 100vh;
  z-index: 9999;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 4vmin;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: -95%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.t1 {
  -webkit-transform: translateX(-45%);
  -moz-transform: translateX(-45%);
  -o-transform: translateX(-45%);
  transform: translateX(-45%);
  margin-bottom: 6%;
}

.t2 {
  -webkit-transform: translateX(-32%);
  -moz-transform: translateX(-32%);
  -o-transform: translateX(-32%);
  transform: translateX(-32%);
  margin-bottom: 6%;
}

.t3 {
  -webkit-transform: translateX(-18%);
  -moz-transform: translateX(-18%);
  -o-transform: translateX(-18%);
  transform: translateX(-18%);
  margin-bottom: 6%;
}

.t4 {
  -webkit-transform: translateX(-4%);
  -moz-transform: translateX(-4%);
  -o-transform: translateX(-4%);
  transform: translateX(-4%);
  margin-bottom: 6%;
}

.t4 {
  -webkit-transform: translateX(-4%);
  -moz-transform: translateX(-4%);
  -o-transform: translateX(-4%);
  transform: translateX(-4%);
  margin-bottom: 6%;
}

.t5 {
  -webkit-transform: translateX(9%);
  -moz-transform: translateX(9%);
  -o-transform: translateX(9%);
  transform: translateX(9%);
  margin-bottom: 6%;
}

.t6 {
  -webkit-transform: translateX(26%);
  -moz-transform: translateX(26%);
  -o-transform: translateX(26%);
  transform: translateX(26%);
  margin-bottom: 6%;
}

.tilted-inner {
  width: 50%;
  color: white;
  /* overflow-y: scroll; */
  pointer-events: visible;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

img.agua, img.viento, img.tierra {
  position: fixed;
  max-width: 380px;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

img.agua.show, img.viento.show, img.tierra.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

img.agua {
  top: 80px;
  left: 40px;
}

img.viento {
  top: 80px;
  right: 40px;
}

img.tierra {
  bottom: 80px;
  left: 40%;
}

span.agua, span.viento, span.tierra {
  cursor: pointer;
  text-decoration: underline;
}

/* Valores */

.valor h3 {
  text-transform: uppercase;
  font-size: 24px;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.valor:hover h3 {
  opacity: 0;
}

.valores {
  position: absolute;
  right: 4%;
  top: 32%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.valor {
  max-width: 350px;
  text-align: center;
  margin-bottom: 64px;
  color: white;
  position: relative;
}

.v02 {
  margin-right: 8%;
}

.v03 {
  margin-right: 16%;
}

.v04 {
  margin-right: 24%;
}

.v05 {
  margin-right: 32%;
}

.v06 {
  margin-right: 40%;
}

.v07 {
  margin-right: 48%;
}

.valor img {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 160px;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  opacity: 0;
}

.valor:hover img {
  opacity: 1;
  top: 50%;
}

.landscape {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: black;
  color: white;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.f-img {
  position: absolute;
  top: -260%;
  left: 20%;
  max-width: 300px;
  opacity: 0;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.footer h2 {
  cursor: default;
}

.footer h2:hover .f-img {
  opacity: 1;
}

.quote h6.h6-mobile {
  display: none;
}

.botellas {
  background: white;
}

@media screen and (max-width: 1110px) {
  .valor h3 {
    font-size: 18px;
  }
  .valor {
    max-width: 275px;
  }
  .t1 {
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    transform: translateX(-35%);
    margin-bottom: 6%;
  }
  .t2 {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
    margin-bottom: 6%;
  }
  .t3 {
    -webkit-transform: translateX(-4%);
    -moz-transform: translateX(-4%);
    -o-transform: translateX(-4%);
    transform: translateX(-4%);
    margin-bottom: 6%;
  }
  .t4 {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
    margin-bottom: 6%;
  }
  .t5 {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
    margin-bottom: 6%;
  }
  .t6 {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%);
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 980px) {
  .tilted {
    font-size: 3vmin;
    margin-top: -105%;
  }
  .t1 {
    -webkit-transform: translateX(-31%);
    -moz-transform: translateX(-31%);
    -o-transform: translateX(-31%);
    transform: translateX(-31%);
  }
  .t2 {
    -webkit-transform: translateX(-18%);
    -moz-transform: translateX(-18%);
    -o-transform: translateX(-18%);
    transform: translateX(-18%);
  }
  .t3 {
    -webkit-transform: translateX(-3%);
    -moz-transform: translateX(-3%);
    -o-transform: translateX(-3%);
    transform: translateX(-3%);
  }
  .t4 {
    -webkit-transform: translateX(11%);
    -moz-transform: translateX(11%);
    -o-transform: translateX(11%);
    transform: translateX(11%);
  }
  .t5 {
    -webkit-transform: translateX(28%);
    -moz-transform: translateX(28%);
    -o-transform: translateX(85%);
    transform: translateX(28%);
  }
  .t6 {
    -webkit-transform: translateX(44%);
    -moz-transform: translateX(44%);
    -o-transform: translateX(44%);
    transform: translateX(44%);
  }
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 16px;
  }
  h1.jumbo {
    font-size: 30vmin;
  }
  .top h6 {
    bottom: -45px;
    font-size: 1rem;
  }
  .stair {
    margin-top: 50%;
  }
  .quote {
    padding: 125px 0;
  }
  .quote.jcb h6, .quote.q-black h5, .tilted, .valor h3 {
    font-size: 3vmin;
  }
  .producto {
    flex-direction: column;
    justify-content: center;
  }
  .info {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding-left: 2rem;
  }
  .footer {
    margin: 150px 20px 50px 20px;
  }
  .footer h2 {
    font-size: 2rem;
  }
  .valores {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .valor {
    max-width: none;
    padding: 0 16px;
    margin-bottom: 32px;
    margin: 16px auto;
    color: black;
  }
  .valor img {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 100%;
    margin: 20px auto;
    opacity: 1 !important;
  }
  .valor h3 {
    font-size: 5vmin;
  }
  .valor:hover h3, .footer h2 .f-img {
    opacity: 1;
  }
  .footer h2 .f-img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .footer h2 .f-img img {
    margin: 24px auto;
  }
  .tilted {
    height: 50vh;
  }
  h1 {
    font-size: 8vmin;
  }
  .jcb h1 {
    margin-bottom: 24px;
  }
  .jcb h6, .quote.q-black {
    display: none;
  }
  .quote h6.h6-mobile {
    display: block;
    font-size: 5vmin;
    padding: 0 24px;
    line-height: 125%;
  }
  .images {
    margin-top: 24px;
  }
  img.agua, img.viento, img.tierra {
    top: auto !important;
    position: relative;
    max-width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    padding: 8px 16px;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
  }
  .stair-inv {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .tilted {
    margin-top: -120%;
    font-size: 4vmin;
    margin-left: 8%;
  }
  .t1 {
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -o-transform: translateX(-60%);
    transform: translateX(-60%);
  }
  .t2 {
    -webkit-transform: translateX(-46%);
    -moz-transform: translateX(-46%);
    -o-transform: translateX(-46%);
    transform: translateX(-46%);
  }
  .t3 {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  .t4 {
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  .t5 {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .t6 {
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -o-transform: translateX(15%);
    transform: translateX(15%);
  }
  .footer a {
    bottom: 16px;
    right: 16px;
  }
}

@media screen and (max-height: 414px) {
  .landscape {
    display: -webkit-flex;
    display: flex;
  }
}