body {
  height: 100%;
  font-family: 'Vf Helvetica', sans-serif;
  color: #f88;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 90px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  color: #fff;
  text-decoration: none;
}

.triangulo {
  width: 80%;
  height: 80%;
  background-color: transparent;
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  background-color: transparent;
}

.fotogale {
  position: relative;
  z-index: 20;
  width: 80%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/camino-a-marte-1922.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 50px 120px 12px rgba(0, 0, 0, .25);
  text-align: center;
}

.image-2 {
  position: absolute;
  left: 10%;
  top: 5%;
  width: 80%;
}

.paralax {
  height: 100%;
}

.home {
  position: static;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenedor {
  position: relative;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.image-3 {
  position: absolute;
  left: 20px;
  top: 100px;
  width: 350px;
  box-shadow: 0 50px 120px 0 rgba(0, 0, 0, .35);
}

.image-4 {
  position: absolute;
  top: 88px;
  right: 33%;
  box-shadow: 3px 20px 50px 0 rgba(0, 0, 0, .2);
}

.image-5 {
  position: absolute;
  top: 43px;
  right: 10px;
  box-shadow: 0 30px 80px 0 transparent;
}

.image-6 {
  box-shadow: 0 60px 150px 12px rgba(0, 0, 0, .6);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-6:hover {
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
}

.image-7 {
  box-shadow: 0 50px 120px 0 rgba(0, 0, 0, .3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-7:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-8 {
  position: absolute;
  left: 40%;
  top: 400px;
  display: none;
  width: 250px;
  box-shadow: 0 30px 60px 10px rgba(0, 0, 0, .2);
}

.image-9 {
  position: absolute;
  top: 730px;
  width: 500px;
  box-shadow: 0 30px 70px 0 rgba(0, 0, 0, .25);
}

.image-10 {
  width: 350px;
  box-shadow: 0 35px 65px 0 rgba(0, 0, 0, .25);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-10:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-11 {
  width: 100%;
  border-style: none;
  border-bottom-width: 10px;
  border-bottom-color: #c43e38;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin: 50px auto 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.videos {
  margin-top: 300px;
}

.columna {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 0 60px 80px -18px rgba(0, 0, 0, .5);
}

.overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0%;
  z-index: 10;
  height: 80%;
  background-image: -webkit-linear-gradient(270deg, transparent 43%, rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, transparent 43%, rgba(0, 0, 0, .5));
}

.player {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  width: 50px;
}

.image-13 {
  width: 50px;
}

.section {
  height: 1005px;
}

.container {
  position: relative;
  height: 800px;
  margin-bottom: 100px;
}

.galeria-peli {
  position: absolute;
  left: -40px;
  z-index: 5;
  width: 650px;
  background-image: -webkit-linear-gradient(270deg, #000, #fff);
  background-image: linear-gradient(180deg, #000, #fff);
  box-shadow: 0 59px 100px -21px rgba(0, 0, 0, .5);
}

.gal-direc {
  position: absolute;
  top: 0px;
  right: -40px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  font-family: Oswald, sans-serif;
  color: #a07050;
  text-transform: uppercase;
}

.heading {
  font-size: 48px;
  text-transform: uppercase;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  color: #a86e4a;
  font-size: 58px;
  line-height: 54px;
  font-weight: 700;
}

.rectangulo {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
}

.image-14 {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.image-14:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.portada-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .8);
}

.cabeza {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 273px;
  color: #fff;
  text-align: left;
}

.heading-3 {
  font-family: 'Vf Helvetica', sans-serif;
  font-size: 72px;
  text-transform: uppercase;
}

.text-block {
  font-family: Tt0245m, sans-serif;
  letter-spacing: 0.5px;
}

.negro {
  font-family: 'Vf Helvetica', sans-serif;
  color: #000;
  font-size: 72px;
}

.text-block-2 {
  margin-top: 11px;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
}

.text-block-2.left {
  text-align: right;
}

.heading-4 {
  font-size: 75px;
  line-height: 61px;
}

.logo-vf {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 200px;
}

.div-block {
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 0px;
  background-color: #fff;
}

.heading-6 {
  font-size: 102px;
  line-height: 74px;
}

.heading-7 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.luisgerardo {
  position: absolute;
  left: -40px;
  top: 180px;
  z-index: 10;
  width: 500px;
}

.texto {
  position: absolute;
  left: auto;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  width: 200px;
  text-align: right;
}

.texto.der {
  left: 30px;
  right: auto;
  bottom: 10px;
  z-index: 20;
  width: 200px;
  text-align: left;
}

.text-span {
  font-family: 'Vf Didot', sans-serif;
  font-size: 15px;
  line-height: 0px;
}

.heading-8 {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.camila {
  position: absolute;
  top: 340px;
  right: -30px;
  z-index: 9;
  width: 440px;
}

.tessa {
  position: absolute;
  top: 700px;
  right: 0px;
  width: 350px;
}

.paranormal {
  position: absolute;
  top: 500px;
  right: -40px;
  width: 700px;
  box-shadow: 0 59px 100px -21px rgba(0, 0, 0, .5);
}

.image-15 {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.image-15:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.heading-9 {
  line-height: 27px;
}

.div-block-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.titulo {
  position: relative;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-10 {
  font-size: 60px;
  line-height: 52px;
}

.marcianadas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  text-align: center;
}

.tit-marcianadas {
  margin-bottom: 0px;
  font-size: 62px;
  line-height: 32px;
}

.rect {
  width: 20px;
  margin-left: 20px;
  -webkit-transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rect.left {
  margin-right: 20px;
  margin-left: 0px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-16 {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.image-16:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Tt0245m, sans-serif;
  color: #7e7e7e;
  text-align: center;
}

.text-block-3 {
  margin-bottom: 20px;
  font-family: Tt0245m, sans-serif;
}

.logocn {
  width: 300px;
}

@media (max-width: 991px) {
  .image {
    position: absolute;
    height: 68%;
  }
  .fotogale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 80%;
    background-position: 50% 0px;
  }
  .home {
    height: 60%;
  }
  .image-3 {
    left: auto;
    top: 600px;
    right: 0px;
    width: 300px;
  }
  .image-4 {
    display: none;
  }
  .image-5 {
    display: none;
  }
  .image-9 {
    top: 500px;
    width: 300px;
  }
  .image-10 {
    width: auto;
  }
  .row {
    overflow: visible;
    max-width: 1500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columna {
    width: 70%;
    margin-bottom: 30px;
  }
  .container {
    overflow: visible;
  }
  .galeria-peli {
    left: 0px;
  }
  .rectangulo {
    z-index: 10;
  }
  .luisgerardo {
    left: 0px;
    top: -1000px;
    width: 400px;
  }
  .text-span {
    font-family: 'Vf Didot', sans-serif;
  }
  .camila {
    top: 200px;
    right: 0px;
    width: 400px;
  }
  .tessa {
    left: 50%;
    top: 980px;
    right: auto;
    width: 500px;
    margin-left: -250px;
  }
  .paranormal {
    right: 0px;
    width: 600px;
  }
  .heading-10 {
    font-size: 50px;
    line-height: 42px;
  }
  .marcianadas {
    width: 100%;
    margin-top: 600px;
  }
  .footer {
    overflow: hidden;
    width: 100%;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .image {
    height: 48%;
  }
  .fotogale {
    height: 70%;
  }
  .paralax {
    height: auto;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .home {
    height: 100%;
  }
  .contenedor {
    height: auto;
    margin-bottom: 100px;
  }
  .image-3 {
    display: none;
  }
  .image-6 {
    box-shadow: 0 15px 47px -5px rgba(0, 0, 0, .6);
  }
  .image-6:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image-7 {
    box-shadow: 0 15px 47px -5px rgba(0, 0, 0, .3);
  }
  .image-7:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image-9 {
    display: none;
  }
  .image-10:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .row.videos {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .columna {
    width: 95%;
    margin-bottom: 50px;
  }
  .container {
    position: static;
    height: auto;
    margin-bottom: 50px;
  }
  .galeria-peli {
    position: relative;
    display: block;
    width: 95%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .rectangulo {
    display: none;
    overflow: visible;
  }
  .cabeza {
    width: 200px;
  }
  .text-block-2 {
    font-size: 13px;
    line-height: 16px;
  }
  .logo-vf {
    width: 160px;
  }
  .luisgerardo {
    position: relative;
    top: -1000px;
    width: 100%;
    margin-bottom: 50px;
  }
  .texto {
    right: 10px;
    bottom: 10px;
  }
  .camila {
    position: relative;
    top: -300px;
    display: block;
    width: 100%;
  }
  .tessa {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  .paranormal {
    position: relative;
    top: 0px;
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-15:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heading-10 {
    font-size: 30px;
    line-height: 30px;
  }
  .marcianadas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
  .image-16:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-block-3 {
    font-size: 13px;
  }
  .logocn {
    width: 150px;
  }
  .image-17 {
    margin-top: -1100px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 20px;
  }
  .image {
    width: 100%;
    height: 100%;
    margin-top: -50%;
  }
  .fotogale {
    box-shadow: 0 50px 50px -25px rgba(0, 0, 0, .25);
  }
  .home {
    overflow: hidden;
    height: 60%;
  }
  .contenedor {
    margin-bottom: 50px;
  }
  .row {
    margin-bottom: 50px;
  }
  .player {
    width: 30px;
  }
  .container {
    margin-bottom: 0px;
  }
  .galeria-peli {
    top: -550px;
  }
  .cabeza {
    width: 110px;
  }
  .text-block-2 {
    display: none;
  }
  .logo-vf {
    left: 2.5%;
    top: -39px;
    width: 120px;
  }
  .div-block {
    display: none;
  }
  .texto {
    width: 250px;
  }
  .texto.der {
    left: 10px;
    width: 210px;
  }
  .text-span {
    font-size: 13px;
  }
  .paranormal {
    top: -50px;
  }
  .tit-marcianadas {
    font-size: 40px;
  }
  .text-block-3 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .image-17 {
    margin-top: -750px;
  }
}

@font-face {
  font-family: 'Tt0245m ';
  src: url('../fonts/tt0245m_.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Vf Didot';
  src: url('../fonts/VF-Didot-6-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Vf Helvetica';
  src: url('../fonts/VF-HelveBldCnd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}