@font-face {
  font-family: 'belweboldbt';
  src: url("belwe_bold_bt-webfont.woff2") format("woff2"), url("belwe_bold_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.template-page-nohead-r1.template-page {
  font-size: var(--font-primary);
  font-weight: 500;
}

.template-page-nohead-r1.template-page h1, .template-page-nohead-r1.template-page h2, .template-page-nohead-r1.template-page h3, .template-page-nohead-r1.template-page h4, .template-page-nohead-r1.template-page h5, .template-page-nohead-r1.template-page h6 {
  margin: 0;
  font-size: var(--font-primary);
  font-weight: 500; }

.template-page-nohead-r1.template-page h1 {
  font-size: 72px;
  line-height: 1.22222em; }

.template-page-nohead-r1.template-page h2 {
  font-size: 24px;
  line-height: 1.41667em; }

.template-page-nohead-r1.template-page a {
  font-family: var(--font-primary);
  font-weight: 600;
  transition: all .2s; }

.template-page-nohead-r1.template-page .body-text {
  font-size: var(--font-primary);
  font-weight: 500;
}

.template-page-nohead-r1.template-page .main-wrapper {
  padding-top: 80px !important; }

@media (min-width: 1200px) {
  .template-page-nohead-r1.template-page .main-wrapper {
    padding-top: 0 !important; } }

.template-page-nohead-r1.template-page .story-nav {
  z-index: 101;
  position: fixed;
  transform: translateX(-100%);
  padding-top: 10px;
  top: 80px;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: transform .25s ease-out;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  bottom: 0; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .story-nav {
    width: 600px;
    top: 89px;
    height: auto; } }
.template-page-nohead-r1.template-page .story-nav.active {
  transform: translateX(0); }

.template-page-nohead-r1.template-page .story-nav .pers-hdr-toggle {
  margin: 0;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  position: relative;
  padding: 10px 10px 10px 16px;
  font-size: 14px;
  line-height: 1.35714em;
  letter-spacing: 0;
  color: #1b1918;
  font-weight: bold;
  cursor: pointer; }

.template-page-nohead-r1.template-page .story-nav h2 {
  font-size: 24px;
  line-height: 1.41667em; }

.template-page-nohead-r1.template-page .story-nav .pers-hdr-toggle-x {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-left: 14px;
  vertical-align: text-bottom; }

.template-page-nohead-r1.template-page .story-nav .pers-hdr-toggle-line {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #1b1918; }

.template-page-nohead-r1.template-page .story-nav .pers-hdr-toggle-line:first-of-type {
  transform: rotate(45deg); }

.template-page-nohead-r1.template-page .story-nav .pers-hdr-toggle-line:last-of-type {
  transform: rotate(-45deg); }

.template-page-nohead-r1.template-page .story-nav-overlay {
  position: fixed;
  z-index: 100;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  transition: background-color .5s linear;
  top: 0; }

.template-page-nohead-r1.template-page .story-nav-overlay.active {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5); }

.template-page-nohead-r1.template-page .story-nav-grid {
  padding: 0 25px !important; }

.template-page-nohead-r1.template-page #grid {
  padding: 0 25px; }

.template-page-nohead-r1.template-page .grid-item {
  position: relative;
  background-color: #e7e6e2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 12px solid #fff;
  margin: 0 -.5px; }

.template-page-nohead-r1.template-page .grid-item.grid-item--tall {
  height: 400px; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .grid-item.grid-item--tall {
    height: 700px; } }
.template-page-nohead-r1.template-page .grid-item.grid-item--lg-short, .template-page-nohead-r1.template-page .grid-item.grid-item--short {
  height: 200px; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .grid-item.grid-item--lg-short, .template-page-nohead-r1.template-page .grid-item.grid-item--short {
    height: 350px; } }
.template-page-nohead-r1.template-page .grid-item .grid-overlay, .template-page-nohead-r1.template-page .grid-item .grid-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.template-page-nohead-r1.template-page .grid-item .grid-link {
  z-index: 3; }

.template-page-nohead-r1.template-page .grid-item .grid-overlay {
  background: #1b1918;
  opacity: 0;
  z-index: 2;
  transition: opacity .5s ease; }

.template-page-nohead-r1.template-page .grid-item .grid-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 85%;
  opacity: 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  z-index: 2;
  transition: opacity .75s ease,transform .75s ease-out; }

.template-page-nohead-r1.template-page .grid-item .grid-name:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  padding: 5px 0;
  background: url(https://www.patagonia.com/media/marketing/r1-2018/img/svg/arrow.svg) 50% no-repeat; }

.template-page-nohead-r1.template-page .grid-item:hover .grid-overlay {
  opacity: .8; }

.template-page-nohead-r1.template-page .grid-item:hover .grid-name {
  transform: translate(-50%, -50%);
  opacity: 1; }

.template-page-nohead-r1.template-page .grid-item .grid-label {
  width: 3.5em;
  margin-left: auto;
  margin-right: auto;
  padding: .31818em 0;
  color: #1b1918;
  background-color: #fff;
  font-size: 22px;
  mix-blend-mode: screen;
  font-family: 'belweboldbt',georgia,serif;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 300; }

.template-page-nohead-r1.template-page .grid-item .grid-list {
  overflow: hidden;
  margin: 0; }

.template-page-nohead-r1.template-page .grid-item .grid-list .grid-list-item__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  color: #1b1918;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  text-wrap: balance;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: var(--font-primary); }

.template-page-nohead-r1.template-page .grid-item .grid-list.animn01 .grid-list-item {
  animation-name: gridListItem20;
  animation-duration: 13s; }

.template-page-nohead-r1.template-page .grid-item .grid-list, .template-page-nohead-r1.template-page .grid-item .grid-list-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.template-page-nohead-r1.template-page .grid-item .grid-list-item {
  right: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #e7e6e2;
  animation-timing-function: step-start;
  animation-iteration-count: infinite;
  animation-direction: reverse; }

.template-page-nohead-r1.template-page .story-list {
  margin: 0;
  list-style-type: none;
  width: 100%;
  max-width: 990px;
  padding: 0 0 12.5%; }

.template-page-nohead-r1.template-page .story-list .story-list-item {
  position: relative;
  cursor: default; }

.template-page-nohead-r1.template-page .story-list .story-list-item .story-list-text {
  font-size: 38px;
  line-height: 1.31579em;
  text-align: center;
  position: relative;
  padding: 2.25em .5em;
  color: #1b1918;
  opacity: .15;
  z-index: 3;
  transition: opacity .6s,transform .5s; }

@media (min-width: 576px) {
  .template-page-nohead-r1.template-page .story-list .story-list-item .story-list-text {
    font-size: 42px; } }
@media (min-width: 768px) {
  .template-page-nohead-r1.template-page .story-list .story-list-item .story-list-text {
    font-size: 52px; } }
@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .story-list .story-list-item .story-list-text {
    font-size: 67px; } }
@media (min-width: 1200px) {
  .template-page-nohead-r1.template-page .story-list .story-list-item .story-list-text {
    font-size: 72px; } }
.template-page-nohead-r1.template-page .story-list .story-list-item.large .story-list-text {
  transform: scale(1.05);
  opacity: 1; }

.template-page-nohead-r1.template-page .story-list .story-list-item .story-list-img {
  position: absolute;
  top: 70%;
  left: 55%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .75s ease-out;
  z-index: 2;
  pointer-events: none; }

.template-page-nohead-r1.template-page .story-list .story-list-item .story-list-img {
  left: 70%; }

.template-page-nohead-r1.template-page .story-list .story-list-item.large .story-list-img {
  animation: fadeIn .75s ease-out;
  opacity: .75;
  top: 50%; }

.template-page-nohead-r1.template-page .story-list .story-list-item:nth-of-type(2n) .story-list-img {
  left: 30%; }

.template-page-nohead-r1.template-page#r1-home #header .pers-hdr-title-wrapper,
.template-page-nohead-r1.template-page#hecho-en-un-r1 #header .pers-hdr-title-wrapper{
  display: none;

}

.template-page-nohead-r1.template-page .cta {
  padding: .7em 1.4em;
  line-height: 1.3em;
  font-weight: 400;
  border-radius: 50px;
  background: #1b1918;
  color: #d4d4d4;
  transition: color .25s ease,box-shadow .25s ease; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .cta {
    padding: .9em 2.3em;
    font-weight: 600; } }
@media (min-width: 1200px) {
  .template-page-nohead-r1.template-page .cta {
    padding: 1.5em 3em; } }
.template-page-nohead-r1.template-page .cta:hover {
  color: #fff;
  background-color: #1b1918;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2); }

.template-page-nohead-r1.template-page .btn-naranja-page {
  text-decoration: none;
  color: #ef4923 !important;
  transition: all .25s;
  font-weight: 600;
  font-size: var(--font-primary); }

.template-page-nohead-r1.template-page .btn-naranja-page:hover {
  color: grey !important; }

.template-page-nohead-r1.template-page .sop-photo-caption {
  position: absolute;
  bottom: 11px;
  right: 25px;
  z-index: 9000; }

.template-page-nohead-r1.template-page .sop-photo-caption i {
  color: white;
  font-size: 30px;
  opacity: .5;
  transition: all ease 0.8s; }

.template-page-nohead-r1.template-page .sop-photo-caption.black i {
  color: black; }

.template-page-nohead-r1.template-page .sop-photo-caption .photo-caption {
  font-size: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  white-space: nowrap;
  padding: 0;
  right: 5px;
  bottom: 10px;
  transition: all ease 0.6s; }

.template-page-nohead-r1.template-page .sop-photo-caption.black .photo-caption {
  background: rgba(0, 0, 0, 0.1); }

.template-page-nohead-r1.template-page .sop-photo-caption:hover i {
  opacity: 0; }

.template-page-nohead-r1.template-page .sop-photo-caption:hover .photo-caption {
  font-size: 12px;
  padding: 5px 15px; }

.template-page-nohead-r1.template-page #header .navbar {
  padding: 10px; }

@media (min-width: 1200px) {
  .template-page-nohead-r1.template-page #header .navbar {
    padding: 1.3rem 2rem 1.8rem; } }
@media (min-width: 992px) {
  .template-page-nohead-r1.template-page #header .navbar .cta {
    padding: 0.9em 2.3em !important; } }
.template-page-nohead-r1.template-page #header .pers-hdr-toggle {
  margin: 0;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  position: relative;
  padding: 10px 10px 10px 16px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.35714em;
  letter-spacing: 0;
  color: #1b1918;
  cursor: pointer; }

.template-page-nohead-r1.template-page #header .pers-hdr-toggle span {
  font-weight: 500; }

.template-page-nohead-r1.template-page #header .pers-hdr-title {
  font-size: 16px; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page #header .pers-hdr-title {
    font-size: 24px; } }
.template-page-nohead-r1.template-page #header .pers-hdr-menu:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(https://www.patagonia.com/media/marketing/r1-2018/img/svg/menu.svg) 50% no-repeat;
  vertical-align: text-bottom; }

.template-page-nohead-r1.template-page .home-txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0;
  max-width: 550px;
  margin: 0 0 70px; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .home-txt {
    font-size: 20px; } }
.template-page-nohead-r1.template-page .container-fluid {
  padding: 0;
  overflow: hidden;
  max-width: 100%; }

.template-page-nohead-r1.template-page .contenido-r1 {
  padding: 0; }

.template-page-nohead-r1.template-page .story-header {
  position: relative;
  width: 100%;
  height: auto; }

.template-page-nohead-r1.template-page .story-header .story-title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1010px;
  color: #fff;
  text-align: center;
  z-index: 3;
  mix-blend-mode: screen; }

.template-page-nohead-r1.template-page .story-header .story-label {
  display: inline-block;
  margin-bottom: .5em;
  padding: .4em .5em;
  width: auto;
  color: #1b1918;
  background-color: #fff;
  font-family: 'belweboldbt',georgia,serif;
  font-size: 30px;
  line-height: 30px; }

.template-page-nohead-r1.template-page .story-header h1 {
  font-size: 38px; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .story-header h1 {
    font-size: 72px; } }
.template-page-nohead-r1.template-page .story-header h2 {
  font-size: 24px;
  line-height: 1.41667em; }

.template-page-nohead-r1.template-page .story-header--black {
  padding: 13vh 0; }

.template-page-nohead-r1.template-page .story-header--black .story-title {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  transform: translate(0);
  color: #1b1918;
  mix-blend-mode: normal; }

.template-page-nohead-r1.template-page .story-header--black .story-label {
  color: #fff;
  background-color: #1b1918; }

.template-page-nohead-r1.template-page .story-header--black .story-subhead {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0;
  position: relative;
  width: 90%;
  max-width: 595px;
  text-align: center;
  margin: .75em auto 0; }

.template-page-nohead-r1.template-page .static {
  height: auto;
  overflow: hidden;
  transform: translateZ(0); }

.template-page-nohead-r1.template-page .static .static__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1918;
  opacity: .3;
  z-index: 3; }

.template-page-nohead-r1.template-page .static .static__bg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: scale(1);
  transition: transform 15s ease-out;
  animation-direction: alternate;
  animation-delay: 1.5s;
  z-index: 1; }

.template-page-nohead-r1.template-page .static .static__bg--active {
  animation: kenBurn 14s ease-in-out 1s infinite alternate;
  transform-origin: center; }

.template-page-nohead-r1.template-page .container {
  max-width: 1140px;
  margin: auto; }

.template-page-nohead-r1.template-page .container .story-txtwrp {
  width: 85%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

.template-page-nohead-r1.template-page .container .story-section {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative; }

.template-page-nohead-r1.template-page .container .body-text {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .container .body-text {
    font-size: 20px; } }
.template-page-nohead-r1.template-page .container .story-paragraph {
  margin: 1.5em auto; }

.template-page-nohead-r1.template-page .container .one-up--narrow {
  width: 85%;
  max-width: 760px;
  margin: 0 auto;
  position: relative; }

.template-page-nohead-r1.template-page footer .foot-hdr {
  max-width: 9em;
  margin-bottom: .4em;
  font-size: 36px;
  line-height: 1.44em; }

.template-page-nohead-r1.template-page .home-wrapper {
  position: relative; }

.template-page-nohead-r1.template-page .home-hero-video-wrap {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 480px;
  overflow: hidden; }

.template-page-nohead-r1.template-page .home-hero-video-wrap .home-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; }

.template-page-nohead-r1.template-page .home-hero-video-wrap .video-play {
  border-radius: 50%;
  box-shadow: 0 0 25px 6px rgba(0, 0, 0, 0.27);
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer; }

.template-page-nohead-r1.template-page .home-hero-video-wrap .scroll-indicator {
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 15px;
  padding: 2rem; }

.template-page-nohead-r1.template-page .home-hero-video-wrap .scroll-indicator-arrow {
  animation-name: bounce;
  animation-duration: .75s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 5px solid rgba(255, 255, 255, 0.8);
  border-bottom: 5px solid rgba(255, 255, 255, 0.8);
  display: block;
  width: 20px;
  height: 20px; }

.template-page-nohead-r1.template-page .home-headline {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: auto;
  z-index: 99;
  margin-top: 18%; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .home-headline {
    margin-top: 13%; } }
.template-page-nohead-r1.template-page .home-headline {
  font-size: 32px;
  color: white; }

@media (min-width: 576px) {
  .template-page-nohead-r1.template-page .home-headline {
    font-size: 62px; } }
@media (min-width: 768px) {
  .template-page-nohead-r1.template-page .home-headline {
    font-size: 100px; } }
@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .home-headline {
    font-size: 120px; } }
.template-page-nohead-r1.template-page .foot-index {
  margin: 140px auto 240px;
  text-align: center; }

.template-page-nohead-r1.template-page .foot-index .foot-index__txt {
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600; }

.template-page-nohead-r1.template-page .story-nxt {
  position: relative;
  border-top: 2px solid #d4d4d4;
  text-align: center;
  z-index: 2;
  margin-bottom: 100px; }

.template-page-nohead-r1.template-page .story-nxt .story-nxt-txt {
  width: 85%;
  margin: 0 auto;
  padding: 50px 0; }

.template-page-nohead-r1.template-page .story-nxt .story-nxt-txt span {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .story-nxt .story-nxt-txt span {
    font-size: 25px; } }
.template-page-nohead-r1.template-page .story-nxt .story-nxt-txt h3 {
  font-size: 30px;
  margin-top: 10px; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .story-nxt .story-nxt-txt h3 {
    font-size: 48px; } }
.template-page-nohead-r1.template-page .video {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.template-page-nohead-r1.template-page .video-container {
  height: auto; }

.template-page-nohead-r1.template-page .video-hero {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1; }

.template-page-nohead-r1.template-page .embed-responsive embed,
.template-page-nohead-r1.template-page .embed-responsive iframe,
.template-page-nohead-r1.template-page .embed-responsive object,
.template-page-nohead-r1.template-page .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.template-page-nohead-r1.template-page .video-assets {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  z-index: 1; }

.template-page-nohead-r1.template-page .video-component .video-assets {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer; }

.template-page-nohead-r1.template-page .video-assets-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: auto;
  backface-visibility: hidden; }

.template-page-nohead-r1.template-page .video-assets-txt .video-title {
  position: relative;
  display: block;
  margin: .5em auto 0;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  font-size: var(--font-primary); }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .video-assets-txt .video-title {
    font-size: 40px;
    line-height: 50px; } }
.template-page-nohead-r1.template-page .video-play {
  position: relative;
  width: 60px;
  height: auto;
  transition: opacity .25s;
  cursor: pointer; }

.template-page-nohead-r1.template-page .credit {
  display: inline-block;
  position: relative;
  border-radius: 50px;
  border: 2px solid #1b1918;
  background-color: #fff;
  width: 260px;
  transition: all .25s ease-out; }

.template-page-nohead-r1.template-page .credit ul {
  list-style: none;
  padding-left: 0; }

.template-page-nohead-r1.template-page .credit.open {
  border-radius: 10px;
  border: 2px solid #f3f3f3;
  background-color: #f3f3f3;
  width: 100%;
  padding: 10px 20px; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .credit.open {
    max-width: 50%; } }
.template-page-nohead-r1.template-page .credit-btn {
  margin: 0;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  letter-spacing: 0;
  padding: 10px 20px;
  text-align: center; }

.template-page-nohead-r1.template-page .credit-camera {
  display: inline-block;
  position: relative;
  width: 22px;
  top: -2px;
  height: auto;
  margin-right: 6px; }

.template-page-nohead-r1.template-page .credit-txt {
  display: inline-block;
  color: #1b1918;
  font-size: 14px; }

.template-page-nohead-r1.template-page .credit.open .credit-btn {
  width: 100%; }

.template-page-nohead-r1.template-page .credit-toggle {
  margin: 0;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  display: none;
  position: absolute;
  top: 7px;
  right: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.35714em;
  letter-spacing: 0;
  color: #1b1918;
  cursor: pointer; }

.template-page-nohead-r1.template-page .credit-toggle-x {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-left: 14px;
  vertical-align: text-bottom; }

.template-page-nohead-r1.template-page .credit-toggle-line {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #1b1918; }

.template-page-nohead-r1.template-page .credit-toggle-line:first-of-type {
  transform: rotate(45deg); }

.template-page-nohead-r1.template-page .credit-toggle-line:last-of-type {
  transform: rotate(-45deg); }

.template-page-nohead-r1.template-page .credit.open .credit-toggle {
  display: block; }

.template-page-nohead-r1.template-page .credit-list {
  transition: opacity .25s linear;
  margin: 0;
  padding: 0;
  opacity: 0; }

.template-page-nohead-r1.template-page .credit.open .credit-list {
  opacity: 1; }

.template-page-nohead-r1.template-page .typing-text {
  font-size: 30px;
  font-weight: 600;
  min-height: 2300px;
  display: block;
  font-size: var(--font-primary); }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .typing-text {
    font-size: 48px;
    min-height: 2100px; } }
.template-page-nohead-r1.template-page .hdr-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden; }

.template-page-nohead-r1.template-page .hdr-video .vid-modal {
  position: fixed;
  z-index: 1035;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden; }

.template-page-nohead-r1.template-page .hdr-video .vid-modal-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 5; }

.template-page-nohead-r1.template-page .hdr-video .vid-modal-container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: auto;
  z-index: 6;
  overflow: visible;
  height: 95%; }

.template-page-nohead-r1.template-page .hdr-video .btn-reset {
  margin: 0;
  padding: 0;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  border-radius: 0; }

.template-page-nohead-r1.template-page .hdr-video .vid-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px;
  z-index: 40;
  cursor: pointer; }

@media (min-width: 576px) {
  .template-page-nohead-r1.template-page .hdr-video .vid-modal-close {
    padding: 30px 40px; } }
@media (min-width: 768px) {
  .template-page-nohead-r1.template-page .hdr-video .vid-modal-close {
    padding: 40px 60px; } }
@media (min-width: 1200px) {
  .template-page-nohead-r1.template-page .hdr-video .vid-modal-close {
    padding: 60px 80px; } }
.template-page-nohead-r1.template-page .hdr-video .vid-modal-close-line {
  position: absolute;
  width: 3px;
  height: 30px;
  background: #fff; }

.template-page-nohead-r1.template-page .hdr-video .vid-modal-close-line:first-of-type {
  transform: rotate(45deg); }

.template-page-nohead-r1.template-page .hdr-video .vid-modal-close-line:last-of-type {
  transform: rotate(-45deg); }

.template-page-nohead-r1.template-page .history-slides {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.template-page-nohead-r1.template-page .history-slides__wrap {
  width: 100vw;
  height: 100vh;
  top: 0;
  overflow: hidden;
  transition: opacity 1s,transform 1s;
  will-change: left,position,opacity,transform,scroll-position;
  transform-origin: left bottom;
  opacity: 0;
  transform: rotate(45deg); }

.template-page-nohead-r1.template-page .history-slides--show .history-slides__wrap {
  opacity: 1;
  transform: none; }

.template-page-nohead-r1.template-page .history-slides__slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

.template-page-nohead-r1.template-page .history-slide {
  display: block;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-height: 70vh;
  padding: 0 5%;
  will-change: z-index,left,opacity,transform,scroll-position;
  transform-origin: center bottom; }

.template-page-nohead-r1.template-page .history-slide img {
  max-height: 70vh; }

.template-page-nohead-r1.template-page .history-slides {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.template-page-nohead-r1.template-page .history-slides .item {
  opacity: 0.4;
  transition: opacity 0.3s ease-out; }

.template-page-nohead-r1.template-page .history-slides .item img {
  max-height: min-content;
  width: 50vw;
  margin: auto;
  margin-top: 10vh; }

@media (min-width: 1200px) {
  .template-page-nohead-r1.template-page .history-slides .item img {
    max-height: 60vh;
    width: auto; } }
.template-page-nohead-r1.template-page .history-slides .owl-item.active.center .item {
  opacity: 1; }

.template-page-nohead-r1.template-page .history-slides__txt {
  position: relative;
  padding-top: calc(0px + 4vh);
  width: 88%;
  margin-left: 6%;
  z-index: 15;
  top: 0;
  text-align: left;
  height: 280px; }

@media (min-width: 1200px) {
  .template-page-nohead-r1.template-page .history-slides__txt {
    width: 25%;
    position: absolute;
    height: auto; } }
.template-page-nohead-r1.template-page .history-slides__txt div {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-out; }

.template-page-nohead-r1.template-page .history-slides__txt div.active {
  opacity: 1; }

.template-page-nohead-r1.template-page .history-slides__txt .label {
  font-family: 'belweboldbt',georgia,serif;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 300; }

@media (min-width: 1200px) {
  .template-page-nohead-r1.template-page .history-slides__txt .label {
    font-size: 50px; } }
.template-page-nohead-r1.template-page .history-slides__txt .caption {
  font-size: 14px;
  line-height: 1.5em; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page .history-slides__txt .caption {
    font-size: 16px;
    line-height: 1.75em; } }
.template-page-nohead-r1.template-page .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 999;
  width: 100%; }

.template-page-nohead-r1.template-page .owl-nav button {
  width: 48px;
  text-align: center;
  height: 48px;
  color: #666D6E;
  font-size: 48px;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  background: rgba(230, 230, 230, 0.5) !important;
  font-weight: bold;
  left: 25px; }

.template-page-nohead-r1.template-page .owl-nav button .fa {
  font-weight: 900; }

.template-page-nohead-r1.template-page .owl-nav button.owl-next {
  left: initial;
  right: 25px; }

.template-page-nohead-r1.template-page .pull-quote {
  font-size: 45px;
  line-height: 51px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600; }

.template-page-nohead-r1.template-page .pull-quote .caption {
  font-size: 16px;
  line-height: 1.75em; }

.template-page-nohead-r1.template-page .story-txtwrp {
  width: 85%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

.template-page-nohead-r1.template-page .story-bg--climb {
  position: relative;
  height: 100vh;
  background: #d4d4d4;
  overflow: hidden;
  z-index: 1; }

.template-page-nohead-r1.template-page .story-bg--climb .story-bg__wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1; }

.template-page-nohead-r1.template-page .story-bg--climb .bg-climb {
  display: block;
  position: absolute;
  top: 0;
  width: auto;
  transition: none;
  will-change: transform;
  z-index: 0; }

.template-page-nohead-r1.template-page .story-bg--climb p {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 0 0 1.5em rgba(0, 0, 0, 0.8);
  transform: translateY(-50%);
  will-change: opacity,transform; }

.template-page-nohead-r1.template-page .story-bg--climb .bg-climb img {
  vertical-align: top;
  will-change: transform; }

.template-page-nohead-r1.template-page .story-bg--climb .bg-climb--front img {
  width: 92.4812%;
  height: auto; }

.template-page-nohead-r1.template-page .story-bg--climb .bg-climb--mid {
  height: 200vh;
  width: 88.59649vh;
  left: 80%;
  z-index: 10;
  transform: translateX(-50%); }

.template-page-nohead-r1.template-page .story-bg--climb .bg-climb--mid img {
  width: 100%;
  height: auto; }

.template-page-nohead-r1.template-page .bg-climb--back {
  height: 105vh;
  width: 92.05729vh;
  right: 0;
  z-index: 5; }

.template-page-nohead-r1.template-page .story-bg--climb .bg-climb--back img {
  width: 100%;
  height: auto; }

.template-page-nohead-r1.template-page .tommy .story-title {
  top: 50vh;
  z-index: 50; }

.template-page-nohead-r1.template-page #scrolltomwall {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center; }

@media (min-width: 768px) {
  .template-page-nohead-r1.template-page #scrolltomwall {
    height: 100vh; } }
.template-page-nohead-r1.template-page #scrolltomwall img {
  width: 100% !important;
  height: 100% !important;
  background: #fff;
  object-fit: cover;
  object-position: 50% 10%; }

.template-page-nohead-r1.template-page #scrolltomwall #imageload {
  position: absolute;
  object-position: 50% 50%;
  left: 0;
  z-index: 49; }

.template-page-nohead-r1.template-page .layer1 {
  background: url(https://cdn.shopify.com/s/files/1/0249/4808/0685/files/Story-1-header-front-left.jpg?v=1577987698);
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: 70% auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 6; }

.template-page-nohead-r1.template-page .layer11 {
  background: url(https://cdn.shopify.com/s/files/1/0249/4808/0685/files/Story-1-header-front-right_96.png?v=1577987693);
  width: 100%;
  height: 100%;
  background-position: 75% 22%;
  background-size: 7% auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 6; }

.template-page-nohead-r1.template-page .layer2 {
  background: url(https://cdn.shopify.com/s/files/1/0249/4808/0685/files/Story-1-header-mid-top_2000.png?v=1577987702);
  width: 100%;
  height: 100%;
  background-position: 180% 40%;
  background-size: 90%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 4; }

.template-page-nohead-r1.template-page .layer3 {
  background: url(https://cdn.shopify.com/s/files/1/0249/4808/0685/files/Story-1-header-back.jpg?v=1577987697);
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2; }

.template-page-nohead-r1.template-page .story-bg__copy {
  position: absolute;
  top: 45%;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 999;
  font-size: 50px; }

.template-page-nohead-r1.template-page .story-bg__copy .story-bg__copy-line {
  font-size: 40px;
  font-weight: 600; }

.template-page-nohead-r1.template-page .fade-wrapper img, .template-page-nohead-r1.template-page #app .fade-wrapper svg {
  width: 100%;
  max-width: 450px; }

.template-page-nohead-r1.template-page .fade-txt {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 100px);
  width: 90%;
  max-width: 940px;
  font-size: 35px;
  opacity: 1;
  z-index: 2;
  transition: opacity .75s ease-out,transform .75s ease-out;
  transition-delay: 1.25s; }

.template-page-nohead-r1.template-page #shopify-section-footer {
  padding: 0 15px; }

.template-page-nohead-r1.template-page .storylines {
  display: block;
  position: absolute;
  top: 20vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1010px;
  color: #fff;
  text-align: center;
  z-index: 30;
  mix-blend-mode: screen; }

.template-page-nohead-r1.template-page .storylines p {
  font-size: 20px;
  font-weight: 600; }

@media (min-width: 576px) {
  .template-page-nohead-r1.template-page .storylines p {
    font-size: 30px; } }
@media (min-width: 1200px) {
  .template-page-nohead-r1.template-page .storylines p {
    font-size: 40px; } }
.template-page-nohead-r1.template-page .storylines .story-bg {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0; }

.template-page-nohead-r1.template-page .story-bg .story-bg-line {
  opacity: 1;
  font-size: var(--font-primary); }

.template-page-nohead-r1.template-page#no-hay-necesidad-de-reinventarlo .story-txtwrp h2 {
  font-size: 18px; }

@media (min-width: 992px) {
  .template-page-nohead-r1.template-page#no-hay-necesidad-de-reinventarlo .story-txtwrp h2 {
    font-size: 22px; } }
.template-page-nohead-r1.template-page .list-inline-item a {
  font-family: var(--font-primary);}

.template-page-nohead-r1.template-page .video-resp {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.template-page-nohead-r1.template-page .video-resp embed,
.template-page-nohead-r1.template-page .video-resp iframe,
.template-page-nohead-r1.template-page .video-resp object,
.template-page-nohead-r1.template-page .video-resp video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95%;
  border: 0; }

.template-page-nohead-r1.template-page .list-unstyled li.small a {
  font-weight: 500; }

.template-page-nohead-r1.template-page .list-inline-item a {
  font-weight: 500; }

@keyframes kenBurn {
  0% {
    transform: scale(1) translate(0); }
  to {
    transform: scale(1.1) translate(-1%, -1%); } }
@keyframes gridListItem20 {
  0%,95% {
    z-index: 1; }
  to {
    z-index: 2; } }
@keyframes bounce {
  0% {
    transform: translateX(-50.75%) translateY(-100%) rotate(45deg); }
  to {
    transform: translateX(-50.75%) translateY(-25%) rotate(45deg); } }
/*# sourceMappingURL=r1-style.css.map */

/*# sourceMappingURL=r1-style.css.map */
