.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}

.menu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3));
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-link {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link:hover {
  color: #72dbcb;
}

.logo-div {
  display: block;
  width: 150px;
  height: 70px;
  margin: 30px auto 74px;
  background-image: url('../images/logo-2000-white-films.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.section-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.dark {
  color: #eee;
}

.video-titulo {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #eee;
  text-transform: uppercase;
}

.video-titulo.grey-bg {
  background-color: #222;
}

.up {
  position: fixed;
  right: 20px;
  bottom: -94px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding-bottom: 4px;
  -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;
  border-radius: 24px;
  background-color: #72dbcb;
  opacity: 0;
}

.footer {
  background-color: #72dbcb;
}

.footer-txt {
  padding: 40px 20px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
  text-decoration: none;
}

.footer-txt.link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-txt.dash {
  padding-right: 0px;
  padding-left: 0px;
  letter-spacing: 2px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nosotros-txt {
  padding-top: 50px;
  font-family: Montserrat, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.nosotros-img {
  border-radius: 60px;
}

.center {
  text-align: center;
}

.nosotros-name {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #72dbcb;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.nosotros-bio {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #777;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
}

.nosotros-container {
  padding-right: 50px;
  padding-left: 50px;
}

.contacto-label {
  font-family: Montserrat, sans-serif;
  color: #72dbcb;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contacto-field {
  height: 40px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #72dbcb;
}

.contacto-field:focus {
  border-color: #72dbcb;
}

.contacto-textarea {
  min-height: 200px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #72dbcb;
}

.contacto-textarea:focus {
  border-color: #72dbcb;
}

.contacto-enviar {
  margin-top: 8px;
  padding: 15px 30px;
  border: 1px solid #72dbcb;
  background-color: transparent;
  -webkit-transition: background-color 500ms cubic-bezier(.165, .84, .44, 1), color 500ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 500ms cubic-bezier(.165, .84, .44, 1), color 500ms cubic-bezier(.165, .84, .44, 1);
  font-family: Montserrat, sans-serif;
  color: #72dbcb;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contacto-enviar:hover {
  background-color: #72dbcb;
  color: #fff;
}

.section-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading-bullet {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  color: #72dbcb;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hero-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero1 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.hero2 {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.form-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 473px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.success-message {
  background-color: transparent;
}

.form-enviado-txt {
  font-family: Montserrat, sans-serif;
  color: #72dbcb;
}

.form-enviado-txt.gracias {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), transparent);
}

.menu-dash {
  font-family: Montserrat, sans-serif;
  color: #72dbcb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.redes-button {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 15px 15px 15px 60px;
  border: 1px solid #72dbcb;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #72dbcb;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.redes-button:hover {
  background-color: #72dbcb;
  color: #fff;
}

.redes-button.facebook {
  background-image: url('../images/redes-facebook-color.png');
  background-position: 18px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.redes-button.facebook:hover {
  background-image: url('../images/redes-facebook-white.png');
  background-size: 24px;
}

.redes-button.youtube {
  background-image: url('../images/redes-youtube-color.png');
  background-position: 15px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.redes-button.youtube:hover {
  background-image: url('../images/redes-youtube-white.png');
  background-size: 30px;
}

.redes-button.vimeo {
  background-image: url('../images/redes-vimeo-color.png');
  background-position: 18px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.redes-button.vimeo:hover {
  background-image: url('../images/redes-vimeo-white.png');
  background-size: 24px;
}

.redes-button.instagram {
  background-image: url('../images/redes-instagram-color.png');
  background-position: 18px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.redes-button.instagram:hover {
  background-image: url('../images/redes-instagram-white.png');
  background-size: 24px;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.body {
  font-family: Montserrat, sans-serif;
}

.video-link-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 75vw;
  height: 30vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border: 5px solid #eee;
  background-image: url('../images/trabajos-eventos2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.video-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25vw;
  height: 15vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border: 5px solid #eee;
  text-decoration: none;
}

.video-link-2.creativo {
  background-image: url('../images/trabajos-creativo2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-link-2.comercial {
  background-image: url('../images/trabajos-comercial2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-link-2.artistico {
  background-image: url('../images/trabajos-artistico2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.videos-titulo {
  position: absolute;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 9px rgba(0, 0, 0, .4);
}

.videos-titulo.sub {
  font-size: 20px;
}

.overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  opacity: 0;
}

html.w-mod-js *[data-ix="hero"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media (max-width: 991px) {
  .section-heading {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 4px;
  }
  .video-titulo {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .footer-txt {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 10px;
  }
  .section-heading-bullet {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 4px;
  }
  .hero1 {
    font-size: 30px;
  }
  .hero2 {
    font-size: 45px;
  }
  .redes-button {
    font-size: 12px;
  }
  .videos-titulo {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .videos-titulo.sub {
    font-size: 15px;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .video-titulo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-txt {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nosotros-txt {
    padding-top: 32px;
    font-size: 12px;
    line-height: 18px;
  }
  .nosotros-name {
    font-size: 15px;
    letter-spacing: 3px;
  }
  .nosotros-bio {
    font-size: 10px;
    line-height: 15px;
  }
  .contacto-enviar {
    margin-bottom: 41px;
  }
  .section-heading-bullet {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .hero1 {
    font-size: 20px;
  }
  .hero2 {
    margin-top: 0px;
    font-size: 30px;
  }
  .redes-button {
    margin-top: 20px;
  }
  .video-link-1 {
    width: 90vw;
    height: 40vw;
  }
  .video-link-2 {
    width: 30vw;
    height: 18vw;
  }
  .div-block {
    width: 90vw;
  }
}

@media (max-width: 479px) {
  .footer-txt.link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-txt.dash {
    display: none;
  }
  .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nosotros-txt {
    padding-top: 0px;
    font-size: 10px;
  }
  .center {
    padding-bottom: 30px;
  }
  .nosotros-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .video-link-2 {
    width: 90vw;
    height: 40vw;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .videos-titulo.sub {
    font-size: 24px;
  }
}

