body{
  background: #242424;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
}
.text-justify{
  text-align: justify;
}

.loader{
  background: black;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: linear 1380ms;
  transition-delay: 500ms;

  width: 100vw;
  z-index: 100000;
}

.oculta{
  opacity: 0;
}

.oculta .contendorTexto{
  opacity: 0;
}

.loader .contendorTexto .texto{
  color: white;
  font-size: 70px;
}
.loader .contendorTexto{
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: linear 500ms;
  width: 100%;
}

.jquery-background-video{
  width: 100%;
}
.sliderHide{
  opacity: 0;
  transform: translateY(-50px);

  transition: all 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}
.sliderShow{
  opacity: 1;
  transform: translateY(0px);
}
.headerMenu{
  opacity: 0;
  transform: translateY(-50px);

  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}
.activeMenu{
  opacity: 1;
  transform: translateY(0px);
}

.menu{
  position: absolute;
  left: 50%;
  padding-top: 10px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  transition: 500ms linear;
}
.menu.shadow{
  background-color: rgba(0, 0, 0, 1);
}
.menu .elementos{
  float:right;
}
.menu .elementos .elemento{
  display: inline-block;
  font-family: 'neue-light', sans-serif;
  font-size: 13px;
  margin-bottom: 0;
  padding: 25px 20px;
  text-transform: uppercase;
}

.textoSlider{
  text-align: left;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.textoSlider h2{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
h2, h3, h4, h5, h6{
  font-family: 'px-light', sans-serif;
}
.my-background-video-2{
  position: unset !important;
  transform: none !important;
}


.img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}

.reveal {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.reveal img{

  transition-delay: 500ms;

  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}
.reveal .left{
  transform: translateX(-100%);
}
.show .left{
  transform: translateX(0%) !important;
}
.reveal .top{
  transform: translateY(-100%);
}
.show .top{
  transform: translateY(0%) !important;
}
.reveal .right{
  transform: translateY(100%);
}
.show .right{
  transform: translateY(0%) !important;
}

.full-height{
  height: 100vh;
  display: block;
}

.mouse {
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  width: 52px;
  height: 88px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
          animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before, .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 46px;
  height: 82px;
  background-color: #222a30;
  border-radius: 100px;
}
.mouse:after {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
          animation: trackBallSlide 5s linear infinite;
}

.active.linea-scroll{
  height: 100px;
}

.linea-scroll{
  background: #BEBEBE;
  display: block;
  height: 0px;
  left: 50%;
  position: absolute;
  top: 80vh;
  transform: translateX(-50%);
  transition: 1000ms ease-out;
  width: 1px;
}

.linea-siguiente{
  background-color: #BEBEBE;
  display: block;
  height: 100px;
  margin: 50px auto;
  width: 1px;
}

.background-desc{
  position: relative;
  height: 100vh;
  width: 100vw;
}

.background-desc .back{
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
}


#allies{

}
#allies .logo{
  display: block;
  float: left;
  min-height: 200px;
  position: relative;
  width: 20%;
}
#allies .logo img{
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
}


@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}

@media (max-width: 800px) {
  #video{
    height: 80vh !important;
  }
  .titulo-grande{
    font-size: 60px;
  }
  .containerNegro{
    padding-left: 20px;
    padding-right: 20px;
  }
  #allies{

  }
  #allies .logo{
    width: 50%;
  }
  #allies .logo img{
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
  }
  .projects{
    margin-bottom: 50px !important;
  }
  .project1{
    margin-bottom: 100px;
  }
}
