@charset "utf-8";
/*
Author:Fernando Espeso
Design Roel Nabuurs
Development Fernando Espeso
================================================== */
:root {
  --xs: 11.5px;
  --s: 14.5px;
  --sm: 15px;
  --m: 18px;
	--l: 22px;
  --xl: 60px;
  --lh:130%;
  --r:  "LTC-Kennerley-W00-Regular";
  --sw:  "LTCKennerleySwash";
	--p: 'Pantasia-Regular';
}
.raw{
  display: flex;
  justify-content: center;
  align-items: center;
}
.conti{
      font-size: var(--sm);
  text-transform: uppercase;
}
span.up{
  width: 140px;
  font-family: var(--p);
  font-size: var(--sm);
  text-transform: uppercase;
}
.list-t .title{
  text-decoration: underline;
}
*{

	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html, body, div, span,
header, footer, section, article, aside, nav,
h1, h2, h3, h4, h5, h6,
p, ol, ul, li, a, i, s, address, sub, sup,
form, label,
iframe, embed, audio{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
input {
  height: fit-content;
  font-size: var(--main);
  line-height: var(--main);
  border: none;
  color: black;
  background-color: transparent;
  margin-right: 0px;
  margin-bottom: 0;
  margin-top: 0px;
  padding: 0;
  font-family: var(--helvetica);
}
.flexi{
  gap:10px;
  display: flex;
}
.block-product a.thumb {
    margin: 0 auto;
    max-width: 400px;
}
.block-product {
  margin: 0 auto;
  min-width: 400px;
  display: grid;
  margin-top: 100px;
  grid-column: 5 / span 4;
  row-gap: 10px;
  text-transform: uppercase;
}
.current .block-product{
    margin-top: 0px;
}

.product {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.current{
  grid-template-columns: repeat(12, 1fr);
display: grid;
}
.ip{
  text-transform: uppercase;
  /* margin-top: 50px;
grid-column: 1 / span 12; */
padding: 0px;
padding-top: 30px;
}

button.product-shopping__add {
  margin-top: 10px;
  padding: 10px;
    background-color: black;
    color: white;
    font-family: var(--Pantasia-Regular);
    border: 1px solid black;
    font-size: var(--main);
    line-height: var(--main);
    font-weight: normal!important;
    cursor: pointer;
}
button.product-shopping__add:hover {
  background-color: white;
  border: 1px solid black;
  color: blacK;


}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
html{
scroll-behavior: smooth;
}
.side.due {
  display: none;
}
img{
	display: block;
	width: 100%;
	height: auto;
}
body{
  opacity: 0;
  overflow-x: hidden;
	font-size: var(--m);
	line-height: var(--lh);
  font-family: var(--p);
	width: 100%;
  display: flex!important;
  flex-direction: column;
  min-height: 100vh;
	margin:0;
	padding:0;
	font-variant-ligatures: discretionary-ligatures;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
  transition:font-size 0.5s;
  transition:opacity 0.5s;
  -moz-transition:font-size 0.5s; /* Firefox 4 */
  -webkit-transition:font-size 0.5s; /* Safari and Chrome */
  -webkit-transition:opacity 1s; /* Safari and Chrome */
  -o-transition:font-size 0.5s;
  transition: opacity 0.6s;
}
ol, ul, li{
	list-style: none;
}
a{
	color: black;
	text-decoration: none;
  cursor: pointer;
}
::selection{
	background-color: transparent;
	color:grey;
}
body.on{
  opacity: 1;
}
::-webkit-scrollbar {
	display: none;
}
/* FONTS
================================================== */
@font-face {
    	font-family: "LTC-Kennerley-W00-Regular";
    	src: url('../fonts/LTC-Kennerley-W00-Regular.woff') format('woff');
    	font-weight: normal;
    	font-style: normal;
			font-display: swap;
}
@font-face {
    	font-family: "LTCKennerleySwash";
    	src: url('../fonts/LTCKennerleySwash.woff') format('woff');
    	font-weight: normal;
    	font-style: normal;
			font-display: swap;
}
@font-face {
    	font-family: 'Pantasia-Regular';
    	src: url('../fonts/Pantasia-Regular.woff2') format('woff2');
    	font-weight: normal;
    	font-style: normal;
			font-display: swap;
}
/* 	MAIN
================================================== */
.content{
	grid-gap: 10px;
	padding: 0px 20px 20px 20px;
	display: grid;
  row-gap:0px;
	grid-template-columns: repeat(12,1fr);
}
.title-contributors {
  text-decoration: underline;
    text-align: center;
}
.main-info{
  min-height: var(--h);
  grid-column: span 12;
  text-align: center;
}
.ip {
    /* transform: translate(-50%, 0px);
    left: 50%; */
    bottom: auto;
    text-align: center;
    position: relative;
}
.main-info.vid{
  overflow: visible;
    position: relative;
}
.main-info.videos {
  justify-content: center;
  min-height: calc(var(--h) - 121px);
  grid-column: span 12;
  text-align: center;
  align-items: center;
  display: grid;
}
video, img{
  width: 100%;
}
.view-all{
  letter-spacing: 1px;
  font-size: var(--l);
  margin: 0 auto;
  height: 200px;
  display: grid;
  align-items: center;
  font-family: var(--r);
  width: fit-content;
}
.info-video a{
  font-family: var(--r);
}
.issue-title {
  font-size: var(--sm);
  width: 100%;
  text-align: center;
}
.kiosko .project{
  height: fit-content;
}
.issue-title a{
  text-decoration: underline;
}
.initial{
  z-index: 1;
  width: 100vw;
  left: 0px;
  position: fixed;
  background: white;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: var(--h);
  text-transform: uppercase;
  font-size: var(--m);
  margin: 0 auto;
  text-align: center;
  grid-column: span 12;
}
/* MENU
================================================== */
.nav {
  position: absolute;
  width: fit-content;
  font-family: var(--r);
	font-size: var(--l);
	text-align: right;
  padding: 5px ;
  top: 0;
  z-index: 12;
}
.nav a:hover {
  opacity: 0.4;
}
.nav a.active{
  opacity: 0.4;
}

.box a:hover {
  opacity: 0.4;
}
.box a.active{
  opacity: 0.4;
}

.fully{
  opacity: 0;
  transition: opacity 0.4s;
  width: 30px;
  margin-left: 10px;
   position: fixed;
   z-index: 9999; /* Set a high z-index to ensure it stays on top */
   pointer-events: none; /* Prevent interactions with the element itself */
}
.logo {
  pointer-events: none;
	font-family: var(--r);
	font-size: var(--bigger);
}
.button-menu {
  cursor: pointer;
  line-height: auto;
  align-self: center;
  height: auto;
  flex-direction: column;
  display: block;
  top: 40px;
  position: fixed;
  right: 40px;
  z-index: 10000;
  display: flex;
  font-family: var(--r);
  justify-content: space-between;
}
.button-menu span{
  row-gap: 1px;
  display: grid;
  width: 40px;
  height: 1px;
  border-bottom: 3px solid black;
}
.open{
  cursor: pointer;
}
.menu {
z-index: 1000;
  font-family: var(--r);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.menu.active{
  width: 100vw;
  background-color: white;
  height: var(--h);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.box{
  letter-spacing: 1px;
  margin-bottom: 100px;

}
.footer-menu{
  position: absolute;
  bottom: 40px;
}

.open{
  align-self: center;
  height: 18px;
  flex-direction: column;
  display: block;
  display: flex;
  position: fixed;
  top: 40px;
  left: 40px;
  justify-content: space-between;
}
.nav {
    position: absolute;
    width: fit-content;
    line-height: 26px;
    font-family: var(--r);
    font-size: var(--l);
    text-align: right;
    padding: 5px;
    top: 0;
    z-index: 12;
}
.open span{
  row-gap: 1px;
  display: grid;
  width: 25px;
  height: 1px;
  border-bottom: 1px solid black;
}
.open.active{
  width: 20px;
}
.open.active span:nth-child(1n){
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  transform: rotate(-45deg);
}
.open.active span:nth-child(3n){
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  transform: rotate(45deg);
}
.open.active span:nth-child(2n){
  display: none;
}
.main-info.cur {
    display: grid;
    height: fit-content;
    align-items: center;
}
/* STORIES
================================================== */
.stories {
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  font-size: var(--xl);
  margin: 0 auto;
  text-align: center;
  display: flex;
  line-height: 70px;
  max-width: 1300px;
  font-family: var(--sw);
}

.stories a:after {
  content: ",";
  margin-right: 10px;
}

.stories .project:last-child a:after {
  content: ".";
  margin-right: 0;
}

.stories .thumb {
  max-width: 200px;
  pointer-events: none;
  display: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 20;
  position: absolute;
}


input#searchsubmit {
  font-weight: normal;
    opacity: 0.2;
    pointer-events: none;
}
input#searchsubmit.visible {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}
.stories .project {
  grid-gap:0px;
}

form#searchform {
    margin: 0 auto;
    width: fit-content;
    margin-top: 20px;
    border-bottom: 1px solid black;
}

.stories .project:hover .thumb {
  display: block;
}

/* ABOUT
================================================== */
.info {
  margin: 0 auto;
  max-width: 650px;
  row-gap: 30px;
  text-align: center;
  grid-column: span 12;
  display: grid;
  font-size: var(--l);
  line-height: var(--lh);
  font-family: var(--r);
}

.title-colophon{
  letter-spacing: 1px;
  font-size: var(--m);
  font-variant: small-caps;

}
.block-colophon{
  line-height: 100%;
}
/* ISSUES
================================================== */
.kiosko {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    max-width: 800px;
    margin: 0 auto;
    grid-gap:10px;
    padding: 0 50px;
    row-gap:100px;
}
.project{
  display: grid;
  grid-gap:10px;
}
.main-info.st {
    align-items: center;
    display: grid;
}
/* VIDEOS
================================================== */
video{
  cursor: pointer;
  border-radius: 5px;
  max-width: 700px;
}
.info-video {
  margin-top: 30px ! IMPORTANT;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
/* FOOTER
================================================== */
.footer{
  padding: 10px;
  padding-bottom: 40px;
  row-gap: 20px;
  padding-top: 100px;
  margin-top: auto;
  grid-column: span 12;
  align-items: flex-end;
}
.footer .logo{
      max-width: 1222.52px;
      padding: 20px 30px;
}
 .logo{
  max-width: 500px;
  padding: 20px;
  margin: 0 auto;
}
.logo-initial{
  bottom: 0px;
    padding: 0px 20px 20px 20px;
    max-width: 1222.52px;
    position: absolute;
    pointer-events: none;
}
.credits {
  line-height: var(--lh);
  font-family: var(--p);
  font-size: var(--xs);
  text-transform: uppercase;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.info .credits{
  display: grid;
  align-items: center;
  justify-content: center;
  height: 300px;
  line-height: var(--lh);
  font-family: var(--p);
  font-size: var(--xs);
  text-transform: uppercase;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.rrss{
  margin-top: 20px !important;
  justify-content: space-between;
  line-height: var(--lh);
  font-family: var(--p);
  font-size: var(--xs);
  text-transform: uppercase;
  max-width: 150px;
  margin: 0 auto;
  display: flex;
  grid-gap: 10px;
}
.menu-footer{
  margin-top: 50px!important;
  line-height: var(--lh);
  font-family: var(--p);
  font-size: var(--sm);
  text-transform: uppercase;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.menu-footer .box {
  letter-spacing: 0px;
}
.footer-info{
  line-height: var(--lh);
  font-family: var(--p);
  font-size: var(--sm);
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

/* CONTRIBUTORS
================================================== */
.contributors {
    margin: 0 auto;
    line-height:140%;
    font-size: var(--xs);
    text-transform: uppercase;
    font-family: var(--p);
    grid-column: 3 / span 8;
    max-width: 800px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    column-gap: 10px;
    row-gap:50px;
}
.sub{
  margin-bottom: 15px;
  text-align: center;
}

.cover{
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 140px;
}
.section-title{
  font-size: var(--l);
  align-items: center;
      display: grid;
      height: 200px;
      font-family: var(--r);
      grid-column: span 12;
      text-align: center;
          letter-spacing: 1px;
      /* margin-top: 100px; */
      /* margin-bottom: 50px; */
  }
}
.title-contributors{
  text-decoration: underline;
  text-align: center;
}
ul.slick-dots {
    display: none;
}

/* FILTER
================================================== */
/* FRONT PAGE
================================================== */
/* MATERIAL
================================================== */
/* SLIDER
================================================== */

.navi {
  position: absolute;
  top: 0;
  color: black!important;
  pointer-events: none;
  left: 0;
  width: 100px;
  opacity: 0;
  transition-delay: 0.4s;
  transition: opacity 0.4s ease; /* Transición suave para el cambio de opacidad */
}
.custom-prev .navi{
  margin-left: -100px;

}
.custom-next {
  cursor: pointer;
  overflow: hidden;
  font-size: var(--sm);
  top: 180px;
  position: absolute;
  width: 40%;
  right: 0px;
  height:38%;
  z-index: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.custom-prev {
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    font-size: var(--sm);
  top: 180px;
  left: 0px;
  position: absolute;
  width: 40%;
  height: 38%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.bull {
    max-width: 200px;
}

.custom-next:hover .navi,
.custom-prev:hover .navi {
  opacity: 1; /* Muestra el enlace cuando está en hover */
}

button.slick-next.slick-arrow {
  display: none!important;
}
button.slick-prev.slick-arrow {
  display: none!important;
}
/* Slider */
.slick-slider {
  display: inherit;
  position: relative!important; /* Fixed position */
  top: 0px;
  left: 0;
  background-color: transparent;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color;
}
.all_galleries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  grid-column: span 2;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: auto;
  height: auto;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slider{
  height: fit-content;
  grid-column: span 4;
  float: left;
}
.title{
  margin-top: 10px;
}
.slider.spaces .slide img, .slide video{
  height: 70vh;

}

.slick-loading .slick-track {
  display: block;
}

.slick-slide {
  float: left;
  position: relative;
  min-height: 1px;
}

.slick-slide img {
    display: block;
    object-fit: cover;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
}



.slideCount{

}
.row.showing {
    top: 0px;
    position: sticky;
    z-index: 200;
    padding: 0px;
}

.slick-slide video {
  display: block;
  margin: 0 auto;
  width: auto!important;
}

.grid-gallery img {
  width: 100%;
}

.thumbnail_lil img {
  padding-left: 10px;
  width: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}


.box a.active{
  opacity: 0.4;
}
/* STORIE
================================================== */
  .storie{
    grid-column: span 12;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap:10px;
  }
  .interview{
    grid-column: span 12;
    grid-template-columns: repeat(8, 1fr);
    display: grid;
    grid-gap:10px;
  }
  .content-interview {
    margin: 0 auto;
    max-width: 650px;
    grid-column: 2/span 6;
    padding-bottom: 0px;
    padding-right: 0px;
  }
.block-interview {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}
  .content-storie {
    row-gap: 0px;
    display: grid;
    padding-left: 80px;

  }
  .sub-title-storie {
      text-align: center;
      line-height: var(--lh);
      font-size: var(--sm);
      max-width: 600px;
      padding: 30px;
      margin: 0 auto;
      text-transform: uppercase;
  }
  strong {
    font-weight: 100;
    text-decoration: underline;
}
  .np{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--r);
    margin-bottom: 50px;
  }
  body.block{
    overflow: hidden;
  }
  .purchase{
    position: absolute;
    align-self: center;
    opacity: 0;
    left: 120px;
    font-size: var(--sm);
    margin-left: 20px;
    transition: opacity 0.5s;
  }
  .block-product:hover .purchase{
    opacity: 1;
    transition: opacity 0.5s;
  }
  .purchase:hover{
    cursor: pointer;
  }
  .fh {
    align-items: center;
    display: grid;
    height: var(--h);
  }
  .fr {
    margin-top: 0px;
    align-items: center;
    display: grid;
    row-gap:20px;
    height: auto;
    margin-bottom: 30px;
}
.fr .cover{
  max-width: 230px;
  margin-bottom: 0px;
}
.content-interview img{
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-interview  .title-storie {
height: auto;
  padding: 0px;
}
  .fh.movil{
    display: none;
  }
  .fh.desk{
    display: grid;
  }
  .title-storie {
    line-height: 100%;
    text-align: center;
    padding: 30px;
    font-family: var(--sw);
    font-size: var(--xl);
  }
  .block-interview .extended{
    grid-column: 2/ span 1;
    text-indent: 40px;
    font-family: var(--r);
    font-size: var(--s);
    line-height: 19px;
  }
  .block-storie .extended{
    grid-column: 2/ span 1;
    text-indent: 40px;
    font-family: var(--r);
    font-size: var(--s);
    line-height: 19px;
  }
  .block-storie {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}
.slick-list.draggable {
  overflow: hidden;
    height: 100% !important;
}
.title-storie-block{
  display: grid;
  align-items: center;
  height: 150px;
  grid-column: span 2;
  line-height: var(--lh);
  font-size: var(--sm);
  text-transform: uppercase;
  /* margin-bottom: 50px; */
}
.intro{
  margin-bottom: 100px;

  line-height: var(--lh);
  font-family: var(--r);
  font-size: var(--l);
}

.side{
  line-height: 17px;
  font-size: var(--xs);
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.gallery-storie {
    align-items: center;
    justify-content: center;
    display: grid;
    height: var(--h);
    position: sticky !important;
    top: 0px;
}
.related{
  grid-column: span 12;
  grid-template-columns: repeat(2,1fr);
  display:grid;
}

.related > div {
    position: relative;
    text-align: center;
    padding: 55px 20px;
    background-color: #F9F9F9;
    height: 350px;
}
.related a {
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    font-family: var(--sw);
    font-size: var(--xl);
    line-height: var(--lh);
}
.np {
    font-size: var(--nm);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--r);
    margin-bottom: 20px;
}
.related > div:last-child{
    background-color: #ECECEC;

}
.related a{
  text-align: center;
  font-family: var(--sw);
  font-size: var(--xl);
  line-height: var(--lh);
}
.full{
  display: none;
}

/* SINGLE
================================================== */
/* CONTROLLS
================================================== */
/* STORE
================================================== */
/* MEDIA QUERIES
================================================== */
@media screen and (max-width: 1200px) {
  .contributors {
      grid-template-columns: repeat(2, 1fr);
  }
}


@media screen and (max-width: 720px) {
  .issue-title {
      font-size: var(--xs);

  }
  .main-info {
  min-height: 100vh;
  grid-column: span 12;
  text-align: center;
  }
  .extended{
    font-size: var(--nm);
    padding-left: 60px;
  }
  .block-storie .extended{
    font-family: var(--r);
    font-size: var(--nm);
    line-height: 21px;
  }
  :root {
    --xs: 13.5px;
    --s: 14.5px;
    --sm: 16px;
    --nm: 16.5px;
    --m: 20px;
  	--l: 20px;
    --xl: 45px;
    --lh:120%;
    --r:  "LTC-Kennerley-W00-Regular";
    --sw:  "LTCKennerleySwash";
  	--p: 'Pantasia-Regular';
  }
  .open{
    top: 30px;
    left: 30px;
  }
  .button-menu {
    top: 30px;
    right: 30px;
  }
  .purchase {
    align-self: center;
    margin-top: 0px;
    position: static;
    opacity: 1;
    left: 0px;
    font-size: var(--sm);
    margin-left: 0px;
    transition: opacity 0.5s;
    pointer-events: none;
}
.slick-slide video {
    display: block;
    margin: 0 auto;
    width: 100% !important;
}

  .kiosko {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    max-width: 900px;
    margin: 0 auto;
    row-gap: 50px;
}
.contributors {
  font-size: 13px;
  line-height: 19px;
  padding: 0px 0px;
  grid-template-columns: repeat(1, 1fr);
  grid-column: span 12;
}
.gallery-storie {
    order: -1;
    align-items: center;
    justify-content: center;
    display: grid;
    height: auto;
    position: relative!important;
    top: 0px;
}
.block-product {
  font-size: var(--sm);

    margin: 0 auto;
    min-width: 254px;
    display: grid;
    margin-top: 100px;
    grid-column: span 12;
    row-gap: 10px;
    text-transform: uppercase;
}
.content-storie {
    padding-bottom: 200px;
    padding-right: 30px;
}
.content-storie {
    row-gap: 0px;
    display: grid;
    padding: 30px;
}
.content-storie {
    padding-right: 30px!important;
}
.storie {
    grid-column: span 12;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    grid-gap: 10px;
}
.related {
    grid-template-columns: repeat(1, 1fr);
}
.ip {
  text-transform: uppercase;
          /* margin-top: 20px;
          grid-column: 1 / span 12;
          padding: 10px 60px; */
}
.side {
  row-gap: 20px;
  margin-top: 20px;
  grid-column: span 2;
  order: 2;
}
.block-storie .extended {
    grid-column: 1 / span 2;
    padding-left: 40px;
}
.fh.movil{
  order: -2;
  align-items: center;
  display: grid;
  height:75vh;
}
.fh.desk{
  display: none;
}
.stories a:after {
  content: "";
  margin-right: 0px;
}

.stories .project:hover .thumb {
  display: none;
}
.ip{
          width: 100%;
  line-height: 18px;
  font-size: var(--sm);
}
.stories{
  line-height: 45px;
  font-size: 40px;
}
.heading-init {
  padding: 0px 30px;
}

.stories .project:last-child a:after {
  content: "";
  margin-right: 0;
}
.section-title {
    height: 215px;
}
.controls {
    justify-content: space-between;
    display: flex;
}

.custom-next {
  text-align: right;
    overflow: hidden;
    font-size: var(--sm);
    cursor: none !important;
    position: relative;
    top: 0px;
    height: 20px;
    justify-content: center;
    display: block;
    align-items: center;
}
.btnFS{
  padding-top: 10px;
}
.full{
  padding-top: 20px;
  display: block;
      font-size: var(--sm);
}
.custom-prev {
    overflow: hidden;
    font-size: var(--sm);
    cursor: none !important;
    top: 0px;
    position: relative;
    height: 20px;
    justify-content: center;
    display: block;
    align-items: center;
}
.custom-next .navi{
  float: right;
}
.videos.slick-initialized.slick-slider {
    position: relative !important;
    top: auto;
    z-index: 10;
    height: fit-content;
    transform: none;
}
.footer{
  font-size: 13px;
  line-height: 19px;
  padding: 30px;
      padding-top: 150px !important;
}
.menu-footer {
    margin-top: 50px !important;
    font-family: var(--p);
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.footer-info {
    font-family: var(--p);
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.rrss{
  font-size: 13px;
  line-height: 19px;
}
.controls {
    bottom: 30px;
    width: 100%;
    position: absolute;
    justify-content: space-between;
    display: flex;
}
.box {
        margin-bottom: 100px;
            line-height: 26px;
}
.footer .box{
          line-height: 19px;
}
.footer-menu {
  position: absolute;
  bottom: 30px;
}
.logo {
        padding: 0px 60px 20px 60px;
    margin: 0 auto;
}
.current .block-product {
    margin-top: 0px;
}
.navi{
  margin-left: 0px!important;
  width: fit-content;
  display: block;
  opacity: 1;
  position: relative;
}
.content{
	grid-gap: 10px;
	padding: 0px 30px 30px 30px;
	display: grid;
  row-gap:0px;
	grid-template-columns: repeat(12,1fr);
}
.credits {
  margin-top: 10px;
    font-family: var(--p);
    font-size: 11.5px;
    line-height: 17px;
    text-transform: uppercase;
    max-width: auto;
    margin: 0 auto;
    text-align: center;
}
.footer-info, .menu-footer  {
    font-size: var(--xs);
}
.side{
  line-height: 19px;
  font-size: 13px;
}
.logo-initial{
  bottom: 0px;
    padding: 0px 60px 20px 60px;
    max-width: 1222.52px;
    position: absolute;
    pointer-events: none;
}
.slick-slide {
  aspect-ratio:4/5;
}
.slick-slide img {
  display: block;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.sub-title-storie {
    text-align: center;
    line-height: var(--lh);
    font-size: var(--sm);
    max-width: 600px;
    padding: 30px 40px;
    margin: 0 auto;
    text-transform: uppercase;
}
.block-product a.thumb {
    margin: 0 auto;
    max-width: 250px;
}
.side.due {
  display: none;
    order: 0;
    margin-bottom: 20px;
}
.side  .list-t{
  display: block;
}
.title-storie-block {
    display: grid;
    align-items: center;
    height: auto;
    margin-bottom: 50px;
    grid-column: span 2;
    line-height: var(--lh);
    font-size: var(--sm);
    text-transform: uppercase;
    margin-bottom: 50px;
}
.content-interview img {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.block-interview .extended {
    grid-column: span 4;
    padding: 0px 20px;
    text-indent: 0px;
    padding-left: 0px;
    font-family: var(--r);
    font-size: var(--s);
    line-height: 19px;
}
span.up {
  line-height: 22px;
  margin-bottom: 30px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 140px;
    font-family: var(--p);
    font-size: var(--sm);
    text-transform: uppercase;
}
.project.online{
  margin-bottom: 40px;
}
.raw {
    display: block;
    justify-content: center;
    align-items: center;
}
.block-interview{
}
.content-interview {
  padding: 0px 30px;
    margin: 0 auto;
    max-width: 650px;
    grid-column: span 8;
    padding-bottom: 0px;
    padding-right: 0px;
}
.related > div {
    position: relative;
    text-align: center;
    padding: 20px 20px;
    background-color: #F9F9F9;
    height: 210px;
}
.related a {
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    font-family: var(--sw);
    font-size: var(--xl);
    line-height: var(--lh);
}
.np {
    font-size: var(--nm);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--r);
    margin-bottom: 20px;
}
.bull {
    max-width: 100%;
}
}
