@font-face {

    font-display: auto;

    font-family: Sansation Light;

    src: url( "../fonts/Sansation-Light.ttf") 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.ttf");

    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;
  }
}


body {
    overflow: hidden;
    margin: 0;
    font-family: "Limelight", sans-serif;
    text-rendering: optimizeLegibility;
}

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

#cabecera .lm{
    position: fixed;
    z-index: 1004;
    overflow: auto;
}

#cabecera .lm .logo{
    position: fixed;
    top: 1rem;
    left: 2rem;
    cursor: pointer;

}

#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: 10001;
    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%;
    }
}    

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

.section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    font-size: 10vmin;
    box-sizing: border-box;
    color: hsla(0, 0%, 100%, .1);
    cursor: default;
    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: 2;
}

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

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

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


/* ------------ About Us ------------- */

.section .section__about-us{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section .section__about-us .home__about-us__description{
    z-index: 1000;
    font: 2.6vw/1.4 Sansation Regular,sans-serif;
    line-height: 1.5;
    color: #fff;
    position: relative;
    right: -17vw;
}

.section .section__about-us .home__about-us__description .boton__description{
    display: inline-block;
    font: 1.4vw/1.4 Sansation Regular,sans-serif;
    outline: none;
    position: relative;
    color: #fff;
    transition:  .5s ease;
    cursor: pointer;
    text-decoration: none;
    transition: .5s ease;
    top: 3rem;
}


.section .section__about-us .home__about-us__description .boton__description:hover{
    letter-spacing: .3rem;
    color: #29b693;
    transition: .5s ease;

}

.section .section__about-us__video .home__about-us__video{
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}


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

/* ------------ Luna ------------- */

.section .section__luna{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section .section__luna .home__luna__description{
    z-index: 1000;
    font: 2.6vw/1.4 Sansation Regular,sans-serif;
    line-height: 1.5;
    color: #fff;
    position: relative;
    left: -17vw; 
}

.section .section__luna .home__luna__description .boton__description{
    display: inline-block;
    font: 1.4vw/1.4 Sansation Regular,sans-serif;
    outline: none;
    position: relative;
    color: #fff;
    transition:  .5s ease;
    cursor: pointer;
    text-decoration: none;
    transition: .5s ease;
}

.section .section__luna .home__luna__description .boton__description:hover{
    letter-spacing: .3rem;
    color: #29b693;
    transition: .5s ease;

}

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


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

/* ------------ Clients ------------- */

.section .section__clients{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section .section__clients .home__clients__description{
    z-index: 1000;
    font: 2rem/1.4 Sansation Light,sans-serif;
    padding-bottom: 2rem;
    color: #fff;
    width: 30vw;
    position: relative;
    left: -95%;
}

.home__clients__tabs{
    overflow: auto;
    height: 100%;
    margin: 40px 0px 0px 40px;
    text-align: left;
}

.home__clients__list__item{
    display: inline-block;
    width: 45%;
    height: 100%;
    max-height: 100%;
    vertical-align: middle;
    margin: 1.5vw 0;
    text-align: left;
}

.home__clients__list__item .home__clients__list__image{
    width: 90%;
    margin: 0px 0;   
}

.home__clients__list__item .home__clients__list__image__informa{
    width: 100%;
    position: relative;
    left: 20px;    
}

.home__clients__list__item .home__clients__list__image__ukpn{
    width: 90%;
    position: relative;
    left: 20px;
}

.home__clients__list__item .home__clients__list__image__ms{
    width: 95%;
}

.home__clients__list__item .home__clients__list__image__nawah{
    width: 90%;
}

.home__clients__list__item .home__clients__list__image_porsche{
    width: 90%;
}

.home__clients__list__item .home__clients__list__image__JCDecaux{
    width: 100%;   
    position: relative;
    left: 20px;    
}

.home__clients__list__item .home__clients__list__home-office{
    width: 90%;
    position: relative;
    left: 20px;    
}

.home__clients__list__image__PA{
    width: 50%;
    position: relative;
    left: 20px;
}

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

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

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

.container__works{
    width: 800px;
    margin: 75px auto;
    clear: both;
    overflow: hidden;
    padding: 50px;
}

.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: 0.7rem 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.2rem Sansation Regular,sans-serif;
    transition: .4s ease;
    margin-top: 0.5rem;
}


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


/* Work Json */

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

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

#ourshowreel{
    z-index: 1001;
    width: 40%;
    position: absolute;
    bottom: 70px;
    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;
}

/*________________________*/

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

/* ------------ Service ------------- */

.section .section__services{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section .section0__services2{
    display: flex;
    align-items: center;
    height: 100vh;
}

.section .section0__services2 .section1__services2{
    margin: 0px auto;
    width: 85%;
    `/*text-align: center;*/
    position: relative;
    top: -20px;
}

.section .section0__services2 .section1__services2 .home__services__title{
    z-index: 1000;
    font: 4vw/1.4 Sansation Bold,sans-serif;
    line-height: 1.5;
    color: #28B792;
    position: relative;
    left: 10px; 
    margin-bottom: 0 auto 20px;
    width: 100%;
    letter-spacing: 5px;
}

.section .section0__services2 .section1__services2 .home__services__description{
    z-index: 1000;
    font: 2.2vw/1.4 Sansation Regular,sans-serif;
    line-height: 1.5;
    color: #fff;
    position: relative;
    left: 0vw; 
    margin-bottom: 40px;
    width: 60%;
    text-align: left;
    margin-left: 20px;
}

.section .section0__services2 .section1__services2 .home__services__subdescription{
    z-index: 1000;
    font: 1.8vw/1.4 Sansation Light,sans-serif;
    line-height: 1.5;
    color: #fff;
    position: relative;
    left: 0vw; 
    width: 60%;
    text-align: left;
    margin-left: 20px;
}

.section .section__service__image .home__service__image img{
    height: 80%;
    right: 1rem;
    position: absolute;
    top: 4rem;
    width: 40%;
}

.services__section3{
    background-image: url(../service/fondo-iconos.jpg) !important;
    background-size: cover;
    /*background-size: contain;*/
    background-position: center center;     
}

.section .section0__services3{
    display: flex;
    align-items: center;
    height: 100vh;
}

.section .section0__services3 .section1__services3{
    margin: 0px auto;
    width: 80%;
    text-align: center;
}

.section .section0__services3 .section1__services3 .home__services__title{
    z-index: 1000;
    font: 2.8vw/1.4 Sansation Bold,sans-serif;
    line-height: 1.5;
    color: #28B792;
    position: relative;
    left: 0vw; 
    margin-bottom: 20px;
    width: 100%;
    letter-spacing: 10px;
       
}

.iconos{width: 8vw;text-align: center;display: inline-block;vertical-align:top;/*margin: 35px 25px;*/cursor: pointer;}
.iconos .icong{width: 60%;margin: 0px auto;margin-bottom: 10px;position: relative;}
.iconos .icong .img_1{width: 100%;height: 100%;max-height: 100%;max-width: 100%;object-fit: contain;}
.iconos .icong .img_2{width: 100%;height: 100%;max-height: 100%;max-width: 100%;object-fit: contain;opacity: 0;left: 0;top: -7px;  position: absolute;
    transition: opacity 0.3s ease-in-out;}
.iconos:hover .icong .img_2{  opacity: 1;transform: scale(1.1);}
.iconos .nameg{font-size: 1.2rem;color: #28B792;transition: all 0.3s;height: 40px;width: 120%;position: relative;left: -10%;}
.iconos:hover .nameg{font-size: 1.5rem;color: #fff;transition: all 0.3s;}

/* Service Json */

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

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

#explore{
    z-index: 1001;
    width: 500px;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
}

/*Observer Javascript*/
.filters-1,.filters-2,.filters-3,.filters-4,.filters-5,.filters-6,.filters-7,.filters-8,.filters-9,.filters-10{
    transition: visibility 0s linear 3s, opacity 3s linear;
    transform: scale(0);
}                       

.filters-21,.filters-22,.filters-23,.filters-24,.filters-25,.filters-26,.filters-27,.filters-28,.filters-29,.filters-30{
    opacity: 0;
    transition: all 1s ease-in-out;             
}

.filters-31,.filters-32,.filters-33,.filters-34,.filters-35,.filters-36,.filters-37,.filters-38,.filters-39,.filters-40{
    transform: scale(0.5);
}

.filters-41,.filters-42,.filters-43,.filters-44,.filters-45,.filters-46,.filters-47,.filters-48,.filters-49,.filters-50{
    transform: translateY(-0%);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 3s, opacity 3s linear;
}

.show_filters_1{
    transform: scale(1.0);
    transition: all  0.25s;
}   

.show_filters_2{
    transform: scale(1.0);
    transition: all  0.40s;
}                   

.show_filters_3{
    transform: scale(1.0);
    transition: all  0.55s;
}                   

.show_filters_4{
    transform: scale(1.0);
    transition: all  0.70s;
}   

.show_filters_5{
    transform: scale(1.0);
    transition: all  0.80s;
}                   

.show_filters_6{
    transform: scale(1.0);
    transition: all  0.95s;
}           

.show_filters_7{
    transform: scale(1.0);
    transition: all  1.10s;
}                   

.show_filters_8{
    transform: scale(1.0);
    transition: all  1.25s;
}   

.show_filters_9{
    transform: scale(1.0);
    transition: all 1.40s;
}                   

.show_filters_10{
    transform: scale(1.0);
    transition: all 1.55s;
}   

.show_filters_21{
    opacity: 1;
    transition: all 1s ;
}   

.show_filters_22{
    opacity: 1;
    transition: all 2s ;
}                   

.show_filters_23{
    opacity: 1;
    transition: all 3s ;
}                   

.show_filters_24{
    opacity: 1;
    transition: all 4s ;
}   

.show_filters_25{
    opacity: 1;
    transition: all 5s ;
}                   

.show_filters_26{
    opacity: 1;
    transition: all 6s ;
}           

.show_filters_27{
    opacity: 1;
    transition: all 7s ;
}                   

.show_filters_28{
    opacity: 1;
    transition: all 8s ;
}   

.show_filters_29{
    opacity: 1;
    transition: all 9s ;
}                   

.show_filters_30{
    opacity: 1;
    transition: all 10s ;
}               

.show_filters_11{
    transform: scale(1.0);
    transition: all 3s ;
}

.show_filters_12{
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;   
    transition: all 3s;
}

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

/* ------------ Contact Us ------------- */

.section__contact-us{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 88%;
    margin: 0px auto;
    height: 100vh;
}

.section__contact-us .section__contact-us__left{
    display: inline-block;
    width: 45%;
    color: #fff;
    text-align: left;
    height: 80vh;
}


.section__contact-us .section__contact-us__left .dates ul{
    list-style: none;
    position: relative;
    left: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Sansation Regular;
}

.section__contact-us .section__contact-us__left .dates ul li{
    font-size: 1.2vw;
    margin: 7px 0;
} 

.section__contact-us .section__contact-us__left .dates ul li img{
    width: 18px;
    position: relative;
    margin-right: 10px;
    top: 2px;
    left: 2px;
} 

.section__contact-us .section__contact-us__left .dates ul .globo{
    opacity: 1;
    font-family: Sansation Light;
}

.section__contact-us .section__contact-us__left .dates ul li .telefono{
    position: relative;
    top: 5px;
}

.section__contact-us .section__contact-us__left .home__contact-us__description .title{
    font-family: Sansation Regular;
    margin: 10px 0;
    font-size: 1.7vw;
}

.section__contact-us .section__contact-us__left .home__contact-us__description .description{
    font-size: 1.1vw;
    line-height: 1.5;
    margin: 10px 0;
    font-family: Sansation Light;
}

.section__contact-us .section__contact-us__left .home__contact-us__description .img__contact{
    position: absolute;
    width: 50%;
    z-index: 1;
}


.section__contact-us .section__contact-us__right{
    width: 45%;
    z-index: 10000;
    font: 1.2rem/1.4 Sansation Light,sans-serif;
    color: #fff;
    display: inline-block;
    text-align: left;
    height: 80vh;
}

.section__contact-us .section__contact-us__right .form__cright{
}

.section__contact-us .section__contact-us__right .form__cright .label{
    border: none;
    color: #fff;
    font-size: 1.1rem;;
    font-family: Sansation Regular;    
    width: 100%;
    position: relative;
    left: 10px;
}

.section__contact-us .section__contact-us__right .form__cright .input{
    background: #29b693;
    border: none;
    font-size: 1.1rem;
    font-family: Sansation Regular;
    border-radius: 15px;
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 10px;
}

.section__contact-us .section__contact-us__right .form__cright .input:focus{
    outline: none;
    background: #fff;
}

.section__contact-us .section__contact-us__right .form__cright .textarea{
    background: #29b693;
    border: none;
    font-size: 1.1rem;
    font-family: Sansation Regular;
    border-radius: 15px;
    width: 100%;
    padding: 7px 10px;
    height: 280px;
    resize: none;
}

.section__contact-us .section__contact-us__right .form__cright .textarea:focus{
    outline: none;
    background: #fff;
}

.section__contact-us .section__contact-us__right .form__cright .inputs{
    background: #29b693;
    border: none;
    color:#111;
    cursor: pointer;
    font-size: 1.1rem;
    font-family: Sansation Regular;
    border-radius: 15px;
    width: 100px;
    padding: 7px 10px;
    margin-top: 15px;
}   

/* Contact Json */

#contact{
    z-index: 1001;
    width: 800px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

#people{
    z-index: 1000;
    width: 100%;
    position: absolute;
}

#GetInTouch{
    z-index: 1001;
    width: 500px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

/*______________________*/

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

/* ------------ 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: 20000;
    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;
}

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

/*--------- Services Modal -----------*/
#popup{
    background: #000;    
    width: 100%;
    height: 100%;
    z-index: 10010;
    position: fixed;
    display: none;
    background-image: url(../service/popup.jpg) !important;
    background-size: cover;
    /*background-size: contain;*/
    background-position: center center;
    transition: all 0.5s;
}           
.close-modal{
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 4  
}
.close-modal:hover .leftright{
  transform: rotate(-45deg);
  background-color: #29b693;
}
.close-modal:hover .rightleft{
  transform: rotate(45deg);
  background-color: #29b693;
}

.popups{
    width: 85%;
    margin: 0px auto;
    padding-top: 66px;
}
.popups .ptitle{
    font-family: Sansation Bold;
    color: #28B792;
    font-size: 4rem;
    padding: 0px;
    margin-left: -32px;
}
.popups .pdesarrollo{
    color: #fff;
    font: 1.9vw/1.4 Sansation Regular,sans-serif;
    width: 65%;
    line-height: 46px;
    padding: 12.5px 0;
    letter-spacing: 2px;
    margin-left: -32px;
}
.popups .plink a{
    color: #28B792;
    font: 1.6vw/1.4 Sansation Regular,sans-serif;
    text-decoration: none;
    transition: all .3s ease-in;
    margin-left: -32px;
}
.popups .plink a:hover{
    letter-spacing: 3px;
    transition: all .3s ease-in;
    font-weight: bolder;
}
.buttons{
    position: absolute;
    bottom: 5% !important;
    left: 8%;
    margin-left: -32px; /*este cambio puede afectar otros botones del sitio??*/
}
.pbuttons{
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all .3s ease-in;
}
.pbuttons:hover{
    transition: all .3s ease-in;
    background-color: rgba(40, 183, 146, 0.4);
}
.pbuttons-next{
    margin-left: 20px;
}
.pbuttons i{
    color: #fff;
    font-size: 2rem;
    position: relative;
    top: 0%;
    left: 27%;
}
.pbuttons .fa-angle-right{
    color: #fff;
    font-size: 2rem;
    position: relative;
    top: 0%;
    left: 35%;
}
.pbox{
    width: 423px;
    float: right;
    margin: -48px -34px 0 0;
    z-index: 1000;  
}
.poffer{
    width: 378px;
    background: #28B792;;
    border-radius: 25px;
    padding: 10px 25px;
    color: #111;
    font-size: 1.5rem;
    font-family: Sansation Regular;
    position: relative;
    letter-spacing: 3px;
    z-index: 1000;
    box-shadow: 0 15px 2px -2px rgba(0, 0, 0, 0.4);
}
.pcirculo{
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: #0D3A35;
    position: absolute;
    right: 5px;
    top: 3px;
}
.fa-angle-down{
    color: #28B792;
    font-size: 3.5rem;
    position: relative;
    left: 33%;
    top: 17.5%;
}
.plist{
    background-color: rgba(40, 183, 146, 0.4);
    padding: 15px 0 3px 0;
    border-radius: 25px;
    position: relative;
    top: -29px;
    z-index: 999;
}
.plist ul{
    list-style: none;
    position: relative;
    left: -20px;
}
.plist ul li{
    font: 1.6vw/1.4 Sansation Light,sans-serif;
    color: #fff;
    padding: 10px 0;
}
.plist ul .border{
    border-top:  1px solid rgba(13, 58, 53, 0.9);   
}
.plist ul .border-p{
    padding-top: 20px;
}

.plist ul li .plist-title{
    font: 1.6vw/1.4 Sansation Regular,sans-serif;
}
.pimg{
    width: 100%;
    position: relative;                     
}
.pimg .ip{
    width: 23%;
    position: absolute;
    top: -134px;
    left: 47%;
}   
.pimg .mg{
    width: 32%;
    position: absolute;
    top: -50px;
    left: 25%;
}

.pimg .pres{
    width: 32%;
    position: absolute;
    top: -142px;
    left: 42%;
}

.pimg .pdesign {
    width: 37%;
    position: absolute;
    top: -95px;
    left: 30%;
}

.pimg .motiong{
    width: 34%;
    position: absolute;
    top: -148px;
    left: 30%;
}

.pimg .digitaldesign {
    width: 38%;
    position: absolute;
    top: -184px;
    left: 36%;
}

.pimg .bd{
    width: 35%;
    position: absolute;
    top: -220px;
    left: 35%;
    z-index: 0;
}       
.pimg .bi{
    width: 19%;
    position: absolute;
    top: 25px;
    left: 6%;
    z-index: 0;
}

.pimg .mc{
    width: 25%;
    position: absolute;
    top: -30px;
    left: 35%;
}

.pimg .ph{
    width: 17%;
    position: absolute;
    top: -52px;
    left: 39%;
}
/*---------------------------------*/  