*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

figure{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

figure .figure__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

video::-webkit-media-controls{display: none;}
video::-moz-media-controls{display: none;}
video::-o-media-controls{display: none;}
video::-ms-media-controls {display: none;}

.content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-clip-path: border-box;
          clip-path: border-box;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.block {
  position: relative;
  height: 100vh;
}


[class*='item-parallax'] {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
}

.item-parallax-media {
  z-index: 1;
}
.item-parallax-media img {
  will-change: transform;
}

.item-parallax-content {
  z-index: 2;
}

.block:nth-child(1) .item-parallax-content {
  -webkit-transform: translateY(calc( var(--yBlock-1) * 0px ));
          transform: translateY(calc( var(--yBlock-1) * 0px ));
}
.block:nth-child(1) .item-parallax-content .landing-content {
  /* -webkit-transform: translateY(calc( var(--yBlock-1) * 0.5px )); */
  /* transform: translateY(calc( var(--yBlock-1) * 0.5px )); */
}

.block:nth-child(1) .item-parallax-media img {
  -webkit-transform: translateY(calc( var(--yBlock-1) * 0.1px ));
          transform: translateY(calc( var(--yBlock-1) * 0.1px ));
}

.block:nth-child(2) .item-parallax-content {
  -webkit-transform: translateY(calc( var(--yBlock-2) * 0.5px ));
  transform: translateX(calc( var(--yBlock-2) * 0.0px ));
}

.block:nth-child(2) .item-parallax-media img {
  -webkit-transform: translateY(calc( var(--yBlock-2) * 0.1px ));
          transform: translateY(calc( var(--yBlock-2) * 0.1px ));
}

.block:nth-child(3) .item-parallax-content {
  -webkit-transform: translateY(calc( var(--yBlock-3) * 0.5px ));
  transform: translateY(calc( var(--yBlock-3) * -0.1px ));
}

.block:nth-child(3) .item-parallax-media img {
  -webkit-transform: translateY(calc( var(--yBlock-3) * 0.1px ));
  transform: translateY(calc( var(--yBlock-3) * 0.0px ));
}

.block:nth-child(4) .item-parallax-content {
  -webkit-transform: translateY(calc( var(--yBlock-4) * 0.5px ));
          transform: translateY(calc( var(--yBlock-4) * 0.5px ));
}

.block:nth-child(4) .item-parallax-media img {
  -webkit-transform: translateY(calc( var(--yBlock-4) * 0.1px ));
          transform: translateY(calc( var(--yBlock-4) * 0.1px ));
}

.block:nth-child(5) .item-parallax-content {
  -webkit-transform: translateY(calc( var(--yBlock-5) * 0.5px ));
          transform: translateY(calc( var(--yBlock-5) * 0.5px ));
}

.block:nth-child(5) .item-parallax-media img {
  -webkit-transform: translateY(calc( var(--yBlock-5) * 0.1px ));
          transform: translateY(calc( var(--yBlock-5) * 0.1px ));
}

.flex-container {
  display: flex;
}

.centered-content {
  margin: auto;
}
.left-content {
  margin-left: 0%;
}
.right-content {
  margin: 0 0 0px auto;
  background: linear-gradient(to left,#0c1326,#0d1427d6,#0d1427d9,#00000000) !important;
  padding: 0px 0px;
}
.head-large {
  margin-bottom: 5vw;
  font-size: 11vw;
  line-height: 1.2em;
  font-family: 'Inknut Antiqua', serif;
  font-family: 'Roboto', sans-serif;
  color: white;
  /* width: 40%; */
  text-align: center;
  text-shadow: 2px 2px 2px #0c192b;
  margin-top: 5vw;
}

.head-small {
  margin-bottom: 1.5rem;
  font-size: 3vw;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10vw;
}

.head-centered {
  text-align: center;
}

.copy {
  display: block;
  max-width: 90vw;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 6vw;
  line-height: 1.2em;
  text-align: left;
}

.copy-white {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.item-parallax-media {
  overflow: hidden;
}
.item-parallax-media img {
  position: absolute;
  /* top: -10%; */
  right: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-landing:before {
  content: '';
  position: absolute;
  top: 37%;
  left: 48%;
  width: 4px;
  height: 80%;
  background-color: white;
  z-index: 3;
  -webkit-transform: translateY(-13vw);
  transform: translateY(-13vw);
  display: none;
}

.section-landing .item-parallax-media {
  opacity: calc( 1 - (var(--y) * 0.0009) );
}

.landing-content {
  /* padding-left: 10%; */
  text-align: left;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
@media only screen and (max-width: 767px){
  .landing-content img{
    display: none;
  }
}

.landing-content-right{  /* padding-left: 10%; */
  text-align: left;
  background: linear-gradient(to right,#000000,#000000,#000000,#00000000);}
/*.section-intro:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 80%;
  width: 50vh;
  height: 50vh;
  background-color: #004039a8;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(calc( (var(--y) * 0.1deg) ));
  transform: translateX(-50%) translateY(-50%) rotate(calc( (var(--y) * 0.1deg) ));
  will-change: transform;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  z-index: 1;
}*/

.img-grid {
  flex-direction: column;
  justify-content: space-around;
}

.img-gridItem {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.img-gridItem img {
  display: block;
  width: 50%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.img-gridItem.type-left img {
  margin-right: auto;
}
.img-gridItem.type-right img {
  margin-left: auto;
}

.img-gridItem:nth-child(1) img {
  -webkit-transform: translateX(calc( var(--yBlock-4) * -0.03% ));
          transform: translateX(calc( var(--yBlock-4) * -0.03% ));
}
.img-gridItem:nth-child(2) img {
  -webkit-transform: translateX(calc( var(--yBlock-4) * 0.03% ));
          transform: translateX(calc( var(--yBlock-4) * 0.03% ));
}

.img-caption {
  position: absolute;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.img-caption * {
  text-align: left;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.type-left .img-caption {
  right: 0;
}
.type-right .img-caption {
  left: 0;
}

/*.section-end:before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 24%;
  width: 10px;
  height: 80%;
  background-color: white;
  z-index: 3;
  -webkit-transform: translateY(8vw);
  transform: translateY(8vw);
  display: none;
}*/

.custom-properties-ftw {
  padding: 1.5rem 1.5rem;
}
.custom-properties-ftw .head-small {
  margin-bottom: 0;
}


/*SET*/
.capa-black-gradient{background-image: url(/apps/imag/2019/espiasaescondidas/trama.png), linear-gradient(to right, #000000, #00000000, #00000000)}
section.separador{position: absolute;background-image: url(/apps/imag/2019/espiasaescondidas/luz.png);width: 100%;height: 100vh;background-size: 100%;background-repeat: no-repeat;/* margin: auto; */background-position: top;z-index: 99;top: -13%;}

.contenedor50{width: 100vw;height: 50vh;}
.contenedor-video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    z-index: 100;
    }
.contenedor-video iframe{
    position: absolute;
    top: 1vw;
    left: 1vw;
    width: 98%;
    height: 100%;
    /* border: 2px solid #151d34; */
    /* box-shadow: 0px 4px 17px 11px #ffffff; */
    }

.footer-bg{background-image: url(/apps/imag/2019/espiasaescondidas/puntos.png);background-position-x: 0;background-position: center;}
.foto2-bg{background-image: url(/apps/imag/2019/espiasaescondidas/foto2.png);background-position-x: 0;background-repeat: no-repeat;background-size: cover;z-index: 4;height: 115vw;}

.section-intro:before{
    content: '';
    position: absolute;
    background-image: url(/apps/imag/2019/espiasaescondidas/luz.png);
    width: 100%;
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    /* margin: auto; */
    background-position: top;
    z-index: 99;
    margin-top: -6.8%;
}
.section-end{

    height: 97vw;

}
.section-end:before{
    content: '';
    position: absolute;
    background-image: url(/apps/imag/2019/espiasaescondidas/luz.png);
    width: 100%;
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    /* margin: auto; */
    background-position: top;
    z-index: 99;
    margin-top: -6.8%;
}
/*.footer-bg:before{
    content: '';
    position: absolute;
    background-image: url(/apps/imag/2019/espiasaescondidas/luz.png);
    width: 100%;
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;

    background-position: top;
    z-index: 99;
    margin-top: -6.8%;
}*/
.protagonista{
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url(/apps/imag/2019/espiasaescondidas/espia.png);
  /* width: 300px; */
  /* height: 300px; */
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
  z-index: 3;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  -webkit-transform: translateY(calc( var(--yBlock-1) * 0.1px ));
  transform: translateY(calc( var(--yBlock-1) * -0.3px ));
}
.logo-pelicula{
  position: relative;
  width: auto;
  height: 25vw;
  background-image: url(/apps/imag/2019/espiasaescondidas/logo.png);
  /* width: 300px; */
  /* height: 300px; */
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
  z-index: 3;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: left;
  -webkit-transform: translateY(calc( var(--yBlock-1) * 0.1px ));
  transform: translateX(calc( var(--yBlock-1) * 1.7px ));
}
.logo-coop{
  position: absolute;
  width: 25vw;
  height: 15vw;
  background-image: url(/podcast/imag/custom/logos/coop.svg);
  /* width: 300px; */
  /* height: 300px; */
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
  z-index: 3;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
  -webkit-transform: translateY(calc( var(--yBlock-1) * 0.1px ));
  transform: translateX(calc( var(--yBlock-1) * -2.3px ));
  right: 10px;
  top: 5px;
}
























@media (min-width: 700px) {

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

figure{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

figure .figure__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}



.content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-clip-path: border-box;
          clip-path: border-box;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.block {
  position: relative;
  height: 100vh;
}


[class*='item-parallax'] {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
}

.item-parallax-media {
  z-index: 1;
}
.item-parallax-media img {
  will-change: transform;
}

.item-parallax-content {
  z-index: 2;
}

.block:nth-child(1) .item-parallax-content {
  -webkit-transform: translateY(calc( var(--yBlock-1) * 0px ));
          transform: translateY(calc( var(--yBlock-1) * 0px ));
}
.block:nth-child(1) .item-parallax-content .landing-content {
  /* -webkit-transform: translateY(calc( var(--yBlock-1) * 0.5px )); */
  /* transform: translateY(calc( var(--yBlock-1) * 0.5px )); */
}

.block:nth-child(1) .item-parallax-media img {
  -webkit-transform: translateY(calc( var(--yBlock-1) * 0.1px ));
          transform: translateY(calc( var(--yBlock-1) * 0.1px ));
}

.block:nth-child(2) .item-parallax-content {
  -webkit-transform: translateY(calc( var(--yBlock-2) * 0.5px ));
  transform: translateX(calc( var(--yBlock-2) * 0.1px ));
}

.block:nth-child(2) .item-parallax-media img {
  -webkit-transform: translateY(calc( var(--yBlock-2) * 0.1px ));
          transform: translateY(calc( var(--yBlock-2) * 0.1px ));
}

.block:nth-child(3) .item-parallax-content {
  -webkit-transform: translateY(calc( var(--yBlock-3) * 0.5px ));
          transform: translateY(calc( var(--yBlock-3) * 0.5px ));
}

.block:nth-child(3) .item-parallax-media img {
  -webkit-transform: translateY(calc( var(--yBlock-3) * 0.1px ));
  transform: translateY(calc( var(--yBlock-3) * 0.0px ));
}

.block:nth-child(4) .item-parallax-content {
  -webkit-transform: translateY(calc( var(--yBlock-4) * 0.5px ));
          transform: translateY(calc( var(--yBlock-4) * 0.5px ));
}

.block:nth-child(4) .item-parallax-media img {
  -webkit-transform: translateY(calc( var(--yBlock-4) * 0.1px ));
          transform: translateY(calc( var(--yBlock-4) * 0.1px ));
}

.block:nth-child(5) .item-parallax-content {
  -webkit-transform: translateY(calc( var(--yBlock-5) * 0.5px ));
          transform: translateY(calc( var(--yBlock-5) * 0.5px ));
}

.block:nth-child(5) .item-parallax-media img {
  -webkit-transform: translateY(calc( var(--yBlock-5) * 0.1px ));
          transform: translateY(calc( var(--yBlock-5) * 0.1px ));
}

.flex-container {
  display: flex;
}

.centered-content {
  margin: auto;
}
.left-content {
  margin-left: 0%;
}
.right-content {
  margin: 0 0 0px auto;
  background: linear-gradient(to left,#0c1326,#0d1427d6,#0d1427d9,#00000000) !important;
  padding: 0 89px;
}
.head-large {
  margin-bottom: 5vw;
  font-size: 4vw;
  line-height: 1.2em;
  font-family: 'Inknut Antiqua', serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Josefin Sans', sans-serif;
  color: white;
  /* width: 40%; */
  text-align: center;
}

.head-small {
  margin-bottom: 1.5rem;
  font-size: 1em;
  line-height: 1.2em;
  font-family: 'Josefin Sans', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.head-centered {
  text-align: center;
}

.copy {
  display: block;
  max-width: 50vw;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  padding-right: 3vw;
  padding-left: 1.5rem;
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2vw;
  line-height: 1.2em;
  text-align: left;
  margin-top: 0rem;
}

.copy-white {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.item-parallax-media {
  overflow: hidden;
}
.item-parallax-media img {
  position: absolute;
  /* top: -10%; */
  right: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-landing:before {
  content: '';
  position: absolute;
  top: 37%;
  left: 48%;
  width: 4px;
  height: 80%;
  background-color: white;
  z-index: 3;
  -webkit-transform: translateY(-13vw);
  transform: translateY(-13vw);
  display: none;
}

.section-landing .item-parallax-media {
  opacity: calc( 1 - (var(--y) * 0.0009) );
}

.landing-content {
  display: flex;
  align-items: center;
  text-align: left;
  background: linear-gradient(to right,#000000,#000000,#000000,#00000000);
}

.landing-content img{
  width: 50%;
  height: auto;
  opacity: 0.5;
  -webkit-opacity: 0.5;
}

.landing-content-right{  /* padding-left: 10%; */
  text-align: left;
  background: linear-gradient(to right,#000000,#000000,#000000,#00000000);}
/*.section-intro:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 80%;
  width: 50vh;
  height: 50vh;
  background-color: #004039a8;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(calc( (var(--y) * 0.1deg) ));
  transform: translateX(-50%) translateY(-50%) rotate(calc( (var(--y) * 0.1deg) ));
  will-change: transform;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  z-index: 1;
}*/

.img-grid {
  flex-direction: column;
  justify-content: space-around;
}

.img-gridItem {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.img-gridItem img {
  display: block;
  width: 50%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.img-gridItem.type-left img {
  margin-right: auto;
}
.img-gridItem.type-right img {
  margin-left: auto;
}

.img-gridItem:nth-child(1) img {
  -webkit-transform: translateX(calc( var(--yBlock-4) * -0.03% ));
          transform: translateX(calc( var(--yBlock-4) * -0.03% ));
}
.img-gridItem:nth-child(2) img {
  -webkit-transform: translateX(calc( var(--yBlock-4) * 0.03% ));
          transform: translateX(calc( var(--yBlock-4) * 0.03% ));
}

.img-caption {
  position: absolute;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.img-caption * {
  text-align: left;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.type-left .img-caption {
  right: 0;
}
.type-right .img-caption {
  left: 0;
}

/*.section-end:before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 24%;
  width: 10px;
  height: 80%;
  background-color: white;
  z-index: 3;
  -webkit-transform: translateY(8vw);
  transform: translateY(8vw);
  display: none;
}*/

.custom-properties-ftw {
  padding: 2.5rem 1.5rem;
}
.custom-properties-ftw .head-small {
  margin-bottom: 0;
}


/*SET*/
.capa-black-gradient{background-image: url(/apps/imag/2019/espiasaescondidas/trama.png), linear-gradient(to right, #000000, #00000000, #00000000)}
section.separador{position: absolute;background-image: url(/apps/imag/2019/espiasaescondidas/luz.png);width: 100%;height: 100vh;background-size: 100%;background-repeat: no-repeat;/* margin: auto; */background-position: top;z-index: 99;top: -13%;}

.contenedor50{width: 50%;height: 100vh;}
.contenedor-video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    z-index: 100;
    }
.contenedor-video iframe{
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    border: 5px solid #151d34;
    box-shadow: 9px 13px 20px 0px #151e34;
    }

.footer-bg{background-image: url(/apps/imag/2019/espiasaescondidas/puntos.png);background-position-x: 0;}
.foto2-bg{background-image: url(/apps/imag/2019/espiasaescondidas/foto2.png);background-position-x: 0;background-repeat: no-repeat;background-size: cover;z-index: 4;}

.section-intro:before{
    content: '';
    position: absolute;
    background-image: url(/apps/imag/2019/espiasaescondidas/luz.png);
    width: 100%;
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    /* margin: auto; */
    background-position: top;
    z-index: 99;
    margin-top: -6.8%;
}

.section-end:before{
    content: '';
    position: absolute;
    background-image: url(/apps/imag/2019/espiasaescondidas/luz.png);
    width: 100%;
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    /* margin: auto; */
    background-position: top;
    z-index: 99;
    margin-top: -6.8%;
}
/*.footer-bg:before{
    content: '';
    position: absolute;
    background-image: url(/apps/imag/2019/espiasaescondidas/luz.png);
    width: 100%;
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;

    background-position: top;
    z-index: 99;
    margin-top: -6.8%;
}*/
}