@font-face {

    font-display: auto;

    font-family: Sansation Light;

    src: url( "../fonts/sansation-light-webfont.woff2") format("woff2");

    font-weight: 200;

    font-style: normal

}

@font-face {

    font-display: auto;

    font-family: Sansation Bold;

    src: url( "../fonts/Sansation-Bold.ttf");

    font-weight: 200;

    font-style: normal

}

@font-face {

    font-display: auto;

    font-family: Sansation Regular;

    src: url( "../fonts/sansation-regular-webfont.woff2") format("woff2");

    font-weight: 200;

    font-style: normal

}

@font-face {

    font-display: auto;

    font-family: Times New Roman Extra Bold;

    src: url( "../fonts/Times-New-Roman-Bold.ttf");

    font-weight: 200;

    font-style: normal

}

@keyframes slide {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 600vw;
  }
}

*,::before,::after{
    box-sizing: border-box;
}

::-webkit-scrollbar {display: none;}

::scrollbar {
    display: none;
}
html{
    scroll-behavior: smooth;
}

body{
    position: relative;
    margin: 0;
    display: flex;
    height: 100vh;
    flex-direction: column;
    scroll-behavior: smooth;    
}

img{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;    
}

#cabecera .lm{
    position: none!important;
    z-index: 1004;
    overflow: auto;
}

#cabecera .lm .logo{
    position: fixed;
    top: 1rem;
    left: 2rem;
    cursor: pointer;
z-index: 999 !important;
}

#cabecera .lm .logo img{
    width: 5rem;
}

#cabecera .links{
    position: fixed;
    bottom: 0px !important;
    z-index: 1004;
}

#cabecera .links .links__redes{
    position: fixed;
    bottom: .5rem;
    left: -0.5rem;
}

#cabecera .links .links__redes ul{
    list-style: none;
}

#cabecera .links .links__redes ul li{
    color: #ffffff;
    display: inline-block;
    margin: 0px 3px;
}

#cabecera .links .links__redes ul li a{
    color: #ffffff;
    transition: .5s ease;
}

#cabecera .links .links__redes ul li a:hover {

    color: #29b693;
    transition: .5s ease;

}


#cabecera .links .contacto{
    position: fixed;
    bottom: 1.5rem;
    right: 2rem;
}

#cabecera .links .contacto a{
    color: #fff;
    text-decoration: none;
    font-family: Sansation Regular;
    font-size: 1rem;
    transition: .5s ease;
}

#cabecera .links .contacto a:hover{
    transition: .5s ease;
    color: #29b693;

}

.home__clients__list__image{
    width: 5rem;
}

/* ------------ Menu --------------- */


#cortina{
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 99999999;
    top:-200%;
    margin:0px;
    overflow: hidden;
}

#menu{
    background: #000;    
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    visibility: hidden;
    background-image: url(../images/menu__background.jpg) !important;
    background-size: cover;
    /*background-size: contain;*/
    background-position: center center;
}

.menu_opciones{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;               
}


#menu .menu{

}

#menu .menu ul{
    list-style: none;
    text-align: center;
}

#menu .menu ul li{
    margin: 3px 0;
}

#menu .menu ul li a{
    text-decoration: none;
    font: 5vw/1.4 Sansation Regular;
    color: #fff;
    transition: .5s ease;
    cursor: pointer;
}

#menu .menu ul li a:hover{
    transition: .5s ease;
    color: #29b693;
}

#menu .lm{
    position: fixed;
    overflow: auto;
}

#menu .lm__menu .logo__menu{
    position: fixed;
    top: 1rem;
    left: 2rem;
    cursor: pointer;

}

#menu .lm__menu .menu__button__2 {
    font: 1.4rem/1.9 Sansation Regular,sans-serif;
    height: 2.1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 4

}

.close-container{
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 4  
}

.leftright{
  height: 2px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft{
  height: 2px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

label{
  color: white;
  font-family: Helvetica, Arial, sans-serif; 
  font-size: .6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s ease-in;
  opacity: 0;
}
.close{
  margin: 60px 0 0 5px;
  position: absolute;
}

.close-container:hover .leftright{
  transform: rotate(-45deg);
  background-color: #29b693;
}
.close-container:hover .rightleft{
  transform: rotate(45deg);
  background-color: #29b693;
}
.close-container:hover label{
  opacity: 1;
}

#menu .links__menu{
    position: fixed;
    font: 1.8rem;
    white-space: nowrap;
    bottom: 2.2rem !important;
    width: 100%;
    text-align: center;
}

#menu .links__menu ul{
    list-style: none;
}

#menu .links__menu ul li{
    display: inline-block;
    margin: 0px 15px;
}

#menu .links__menu ul li a{
    color: #fff;
    transition: .5s ease;
}

#menu .links__menu ul li a i{
    font-size: 1.2rem;
}

#menu .links__menu ul li a:hover{
    transition: .5s ease;
    color: #29b693;
}


/* --------------------------------- */

/* ------------ Boton Menu --------------- */

.navigation__button__2 {
    font: 1.4rem/2.7rem Founders Grotesk,sans-serif;
    height: 2.1rem;
    position: fixed;
    right: 2rem;
    top: 1rem;
    color: #fff;
    z-index: 4;
    background: transparent;
    border: none;
}

.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 50px;
    height: 20px;
    cursor: pointer;
    margin-top: 5px;
}
.hamburger div {
    align-self: flex-end;
    height: 1px;
    width: 80%;
    background: #fff;
}

.hamburger div:hover{

}


.hamburger .meat {
    width: 55%;
    transition: all 200ms ease-in-out;
}
.hamburger .bottom-bun {
    width: 30%;
    transition: all 400ms ease-in-out;
}
.hamburger:hover div {
    width: 100%;
}
.hamburger:hover .top-bun {
    -webkit-animation: burger-hover 1s 1 ease-in-out alternate;
          animation: burger-hover 1s 1 ease-in-out alternate;
          background: #29b693;
}
.hamburger:hover .meat {
    -webkit-animation: burger-hover 1s 1 ease-in-out alternate forwards 200ms;
          animation: burger-hover 1s 1 ease-in-out alternate forwards 200ms;
          background: #29b693;
}
.hamburger:hover .bottom-bun {
    -webkit-animation: burger-hover 1s 1 ease-in-out alternate forwards 400ms;
          animation: burger-hover 1s 1 ease-in-out alternate forwards 400ms;
          background: #29b693;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}    

/* ---------------------------------------- */




.Loop {
    position: relative;
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
    overflow: auto;
    scroll-snap-type: y mandatory;
}

.section {
    width: 100%;
    height: 100vh;
    background-size:  cover;
    scroll-snap-align: start;
    position: relative;
    overflow: hidden;
    font-size: 10vmin;
    box-sizing: border-box;
    background: #000000;
}

.section .home__header__video{
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.home__header__image__work{
    background: #000;    
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../work/Work-Banner.jpg) !important;
    background-size: cover;
    /*background-size: contain;*/
    background-position: center center;
}


.one {
  background:  #0a090c;;
}
.two {
  background: #0a090c;
}
.three {
  background: #000;
}
.four {
  background: #0d0b0f;;
}

/* ------------ Work ------------- */
.works{
    padding: 0px 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.container__works{
    width: 1000px;
    margin: 10px auto;
    clear: both;
    overflow: hidden;
    padding: 100px;
}

.works__container{
    width: 370px;
    height: auto;
    clear: both;
}

.works__container a{
    text-decoration: none;
}

.works__container img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.works__imagen__container{
    position: relative;
    overflow: hidden;
    width: 370px;
    height:  auto;
}

@media (max-width: 1400px){
    .works__container{
        width: 340px;
        height: auto;
        clear: both;
    }

    .works__imagen__container{
        position: relative;
        overflow: hidden;
        width: 340px;
        height:  auto;
    }    
}



.works__imagen__container img{
    transition: transform .5s ease;
}


.works__imagen__container:hover img{
      transform: scale(1.1);
}

.works__imagen__container:after{
    animation: a 16s steps(10) infinite;
    background-image: url(../images/shared/grain.png);
    content: "";
    height: 200%;
    left: -50%;
    opacity: .03;
    position: absolute;
    top: -50%;
    width: 200%
}

.case-study__gallery__image {
    display: block;
    max-width: 100%;
    width: auto
}

.works__text__container {
    color: #fff;
    padding: 0px 7px;
    transition: .4s ease;
    margin: 1rem 0 0 0;
}

.works__text__container:hover .works__text__title {
    /*letter-spacing: .15rem*/
    transition: .4s ease;
    color: #29b693;
}

.works__text__container:hover .works__text__description {
    /*letter-spacing: .2rem*/
    color: #29b693;
    transition: .4s ease;
}

.works__text__title {
    font: 1rem Sansation Regular,sans-serif;
    opacity: .4;
    transition: .4s ease;
    margin: 0px;
}

@media (max-width: 767px) {
    .works__text__title {
        margin-top:1rem
    }
}

.works__text__description {
    font: 1.4rem Sansation Regular,sans-serif;
    transition: .4s ease;
    margin-top: 0.5rem;
}


@media (max-width: 767px) {
    .works__text__description {
        font-size:1rem
    }
}


/* Work Json */

@media only screen and (max-width: 480px){
    #work{
        z-index: 1001;
        width: 90% !important;
        position: absolute;
        top: 10% !important;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    #ourshowreel{
        z-index: 1001;
        width: 100% !important;
        position: absolute;
        bottom: 8% !important;
        right: 0;
        left: 0;
        margin: auto;
        cursor: pointer;
    }
    
    #tree{
        z-index: 1000;
        width: 100%;
        bottom: -70px !important; 
        position: fixed;
        display: none !important;
    }
}

#work{
    z-index: 1001;
    width: 500px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

#tree{
    z-index: 1000;
    width: 100%;
    bottom: -70px !important;
    position: absolute;
}

#ourshowreel{
    z-index: 1001;
    width: 500px;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}


.work__filters {
    left: 4.5rem;
    position: absolute;
    top: 50%;
    left: 1.5%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

.work__filters__button:hover {
    /*letter-spacing: .3rem*/
    transition: .4s ease;
    color: #29b693;
}

.work__filters__button {
    display: block;
    font: 1rem Sansation Regular ,sans-serif;
    transition: .4s ease;
    color: #fff;
    margin: 13px 0;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
}

/*________________________*/

/* ------------------------------------- */

/* ------------ Cookies ------------- */

#button-cookie{
    color:#29b693;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: .9rem;
}

#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: black;
    opacity: 0.8;
    padding: 7px;
    text-align: center;
    z-index: 30000;
    font-size: 0.9rem;
    color:#fff;
    font-family: Sansation Regular;
}

/* ------------------------------------- */

/* ----------- Mouse Scroll ------------- */
.scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 15px;
    z-index: 1002;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
    cursor: pointer;
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/*---------------------------------*/ 

/*--------- Video Modal -----------*/

.video-modal{
    margin: 0px auto;
    width: 100%;
    height:100%;
    overflow:hidden;
    position: relative; 
}

.respuesta{
    position: absolute; 
    top: 0;
    bottom: 0; 
    left: 0; 
    right: 0; 
    width: 100%; 
    height: 90%; 
    margin: auto;
}

.modal{
    width: 100%;
    height: 100%;
    background: #181818;
    display: none;
    position: fixed;
    top: 0;
    z-index: 10000;
    overflow: auto;
    background-image: url(../images/menu__background.jpg) !important;
    background-size: cover;
    /*background-size: contain;*/
    background-position: center center;    
}

.close-container-modal{
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 4  
}

.leftright-modal{
  height: 2px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft-modal{
  height: 2px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

label{
  color: white;
  font-family: Helvetica, Arial, sans-serif; 
  font-size: .6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s ease-in;
  opacity: 0;
}
.close-modal{
  margin: 60px 0 0 5px;
  position: absolute;
}

.close-container-modal:hover .leftright-modal{
  transform: rotate(-45deg);
  background-color: #29b693;
}
.close-container-modal:hover .rightleft-modal{
  transform: rotate(45deg);
  background-color: #29b693;
}
.close-container-modal:hover label{
  opacity: 1;
}

/*---------------------------------*/  
