/* Parametros */
@font-face {
    font-family: MaisonNeue-mono;
    src: url(../fonts/MaisonNeue-Mono.ttf);
}
@font-face {
    font-family: MaisonNeue-light;
    src: url(../fonts/MaisonNeue-Light.ttf);
}
@font-face {
    font-family: MaisonNeue-regular;
    src: url(../fonts/MaisonNeue-Book.ttf);
}
@font-face {
    font-family: MaisonNeue-medium;
    src: url(../fonts/MaisonNeue-Medium.ttf);
}
@font-face {
    font-family: MaisonNeue-demi;
    src: url(../fonts/MaisonNeue-Demi.ttf);
}
@font-face {
    font-family: MaisonNeue-bold;
    src: url(../fonts/MaisonNeue-Bold.ttf);
}
    
/* Normalizadores */
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* outline: 1px dashed purple; */
}
.marco{
    width: 100%;
    max-width: 1920px;
}
button{
    border: none;
    background-color: transparent;
    cursor: pointer;
    /*flex*/
    display: flex;
    justify-content: center;
    align-items: center;
}
a{
    text-decoration: none;
    /*flex*/
    display: flex;
    justify-content: center;
    align-items: center;
}
h1,h4{
    font-family: 'MaisonNeue-light', Arial, Helvetica, sans-serif;
    font-size: 29px;
    line-height: 105%;
}
h2,h5{
    font-family: 'MaisonNeue-mono', Arial, Helvetica, sans-serif;
    font-size: .75rem;
    font-weight: normal;
    color: #333;
}
h3,h6{
    font-family: 'MaisonNeue-medium', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #fff;
    opacity: .5;
}
p{
    font-family: 'MaisonNeue-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}
/* Fin Normalizadores */

/* Reglas recursivas */
.year{
    font-family: 'MaisonNeue-mono', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
/* Fin Reglas recursivas */

/* Reglas Especificas */
/*----------------------*/
/*- HEADER -*/
/*----------------------*/
header{
    width: 100%;
    height: 48px;
    background-color: #fff;
    color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    /*flex*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5%;
}
.menu_desk{
    display: none;
}
.logo img{
    width: 11px;
    height: 24px;
    margin-right: 8px;
}
.logo h1{
    font-family: 'MaisonNeue-mono', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -1.5px;
    color: #000;
}
.btn-menu {
    font-family: 'MaisonNeue-demi', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}

/* MENU-MOBILE */
.header-black{
    width: 100%;
    height: 48px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    /*flex*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5%;
}
.logo-white img{
    width: 11px;
    height: 24px;
    margin-right: 8px;
}
.logo-white h1{
    font-family: 'MaisonNeue-mono', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -1.5px;
    color: #fff;
}
/* LISTA MENU MOB */
.lista-navegacion{
    width: 100%;
    height: 100vh;
    background-color: #000;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    display: none;
}
.cierre-menu{
    font-family: 'MaisonNeue-demi', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
}
.lista-navegacion ul{
    margin: auto;
    padding: 32vh 15% 0;
}
.navegacion-item{
    padding-bottom: 40px;
    font-family: 'MaisonNeue-regular', Arial, Helvetica, sans-serif;
    font-size: 42px;
    list-style: none;
}
.navegacion-item:last-child{
    padding-bottom: 0px;
}
.navegacion-item a{
    display: initial;
    color: #fff;
}


/*----------------------*/
/*- SECCIÓN 1 -*/
/*----------------------*/
.s1-home{
    height: 763px;
    position: relative;
    padding: 0px 5%;
    z-index: 5;
}
.s1-home p{ 
    position: relative;
    padding: 130px 0 0 0;
    font-family: 'MaisonNeue-light', Arial, Helvetica, sans-serif;
    font-size: calc(11vw - 9px);
    line-height: 105%;
    z-index: 5;
}

.imageniz-home{
    width: 40%;
    height: 40%;
    position: absolute;
    top: calc(50vh + 30px);
    left: 0;
    background-image: url("../img/imageniz.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
}
.imagencen-home{
    width: 60%;
    height: 35%;
    position: absolute;
    top: calc(50vh + 100px);
    left: 18vw;
    background-image: url("../img/imagencen.jpg");
    background-attachment: fixed;
    background-repeat: space;
    background-size: cover;
    z-index: 1;
}
.imagendr-home{
    width: 40%;
    height: 35%;
    position: absolute;
    top: 50vh;
    right: 0;
    background-image: url("../img/imagendr.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

/*----------------------*/
/*- SECCIÓN 2 -*/
/*----------------------*/
.s2-home{
    padding: 70px 5% ;
}
.s2-home ul{
    padding-top: 16px;
    list-style: none;
    font-family: 'MaisonNeue-light', Arial, Helvetica, sans-serif ;
    font-size: 24px;
    color: #000;
}
.s2-home video{
    display: none;
}
.video-1080 {
    display: none;
}
.s2-home div{
    padding: 30px 0 0 0;
}
.s2-home p {
    width: 84%;
    padding: 16px 0 0 0;
}

/*----------------------*/
    /*- SECCIÓN 3 -*/
/*----------------------*/
.separador-home{
    width: 100%;
    padding: 60px 0 40px 0;
}
.separador-home h5{
    text-align: center;
    padding: 0 0 20px 0;
}
@-webkit-keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
  
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
}
  
@keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
  

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
}
  
.ticker-wrap {
    width: 100%;
    overflow: hidden;
    height: 4rem;
    box-sizing: content-box;
}
.ticker {
    overflow: hidden;
    display: inline-block;
    height: 4rem;
    line-height: 4rem;  
    white-space: nowrap;
    cursor: grab;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite; 
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 55s;
    animation-duration: 55s;
}
.ticker__item {
    overflow: hidden;
    display: inline-block;
    padding: 0 10px;
    font-family: 'MaisonNeue-Book', Arial, Helvetica, sans-serif;
    font-size: 5vw;
    color: #000;   
}
.ticker-wrap:active .ticker {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    }


/*----------------------*/
    /*- SECCIÓN 4 -*/
/*----------------------*/
.proyectos-home {
    width: 100%;
}
.proyectos-home h5{
    text-align: center;
}
.proyectos-home h5::after{
    content: '';
    position: relative;
    display: block;
    width: 2px;
    height: 70px;
    margin: 25px auto 10px;
    background-color: #d1d1d1;    
}
.proyectos-home a{
    color: #000;
}
.proyectos-home img{
    width: 100%;
}
.proyectos-home aside{
    padding: 10px 5% 0 ;
}
.proyectos-home h4{
    line-height: 25px;
}
.proyectos-home-cont aside::after{
    content: '';
    position: relative;
    display: block;
    width: 2px;
    height: 200px;
    margin: 0 auto 10px;
    background-color: #d1d1d1;
}
.proyectos-home-cont aside:last-child:after{
    content: '';
    width: 0px;
    height: 0px;
    padding: 0 0 150px 0;
}
.aside-d{
    text-align: right;
}

/* MODAL */
.overlay{
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, .95);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1500;
    display: none;
}
.modal{
    width: 90%;
    height: 90vh;
    background-color: #000;
    margin: auto;
    padding: 20px 5%;
    position: fixed;
    top: 5vh;
    left: 0px;
    right: 0px;
    z-index: 2000;
    border-radius: 3px;
    display: none;
    overflow-y: scroll;
}
.modal > img{
    width: 100%;
    padding: 25px 0 0 0;
}
.modal video{
    width: 100%;
}
.content-modal, .content-modal-img {
    text-align: center;
    padding-top: 50px;
}
.content-modal p, .content-modal-img p{
    padding-bottom: 25px;
    color: rgba(255, 255, 255, .5);
}
.content-modal h5, .content-modal-img h5{
    color: rgba(255, 255, 255, .8);
    padding-bottom: 15px;   
}
.content-modal-img img{
    width: 100%;
}
.content-modal img{
    width: 50%;
    margin: 0 25%;
}
.pr-descripcion {
    padding-top: 25px;
}
.cierre-modal{
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
}

/*----------------------*/
    /*- SECCIÓN 5 -*/
/*----------------------*/
.contacto-home{
    width: 100%;
    background-color: #000;
    font-family: 'MaisonNeue-medium', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
}
.contacto-home img{
    width: 30px;
    padding: 50px 0 0 0;
}
.contacto-contdr{
    padding: 0px 0 50px 0;
}
.contacto-home h3{
    padding: 40px 0 20px 0;
}
.contacto-home a{
    font-size: 16px;
    color: #fff;
}
.contacto-home ul{
    list-style: none;
}
.contacto-home li{
    padding: 5px 0 0 0;
}
.rrss a {
    display: initial;
    margin-right: 10px;
    padding: 0 5px;
}
.rrss a:last-child{
    margin-right: 0;
}

/*----------------------*/
    /*- FOOTER -*/
/*----------------------*/
footer{
    background-color: #000;
    color: #fff;
    font-family: 'MaisonNeue-medium', Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}
footer i{
    font-size: 32px;
}
footer a{
    color: #fff;
}
footer aside{
    padding: 10px 0;
    opacity: .5;
}

/*----------------------*/
  /*- TEXTO ANIMADO -*/
/*----------------------*/

.reveal {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
  }
  .reveal_visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

/*----------------------*/
/*- FIN TEXTO ANIMADO -*/
/*----------------------*/






/*----------------------*/
    /*- RESPONSIVE -*/
/*----------------------*/



/* Mobile landscape */

@media (min-width:568px){
    /*----------------------*/
    /*- HEADER MOB LAND -*/
    /*----------------------*/
    .lista-navegacion ul{
        padding: 28vh 20% 0;
    }
    .navegacion-item{
        padding-bottom: 30px;
    }
    /*----------------------*/
    /*- SECCIÓN 1 MOB LAND -*/
    /*----------------------*/
    .s1-home{
        height: 553px;
    }
    .s1-home p{ 
        padding: 90px 0 0 0;
        font-size: calc(10vw - 12px);
    }
    .imageniz-home{
        top: calc(70vh + 60px);
    }
    .imagencen-home{
        top: calc(66vh + 100px);
    }
    .imagendr-home{
        top: 82vh;
    }

/*----------------------*/
/*- SECCIÓN 2 MOB LAND -*/
/*----------------------*/
    .s2-home{
        padding: 0px 5% ;
}
}



/* TABLET */
@media (min-width:768px){

    /* Normalizadores */
    h1,h4{
        font-size: 34px;
    }
    h2,h5{
        font-size: 1rem;
    }
    h3,h6{
        font-size: 17px;
    }
    p{
        font-size: 21px;
    }

    /* Reglas recursivas */
    .year{
        font-size: 17px;
    } 
    /* Reglas Especificas */
    /*----------------------*/
      /*- HEADER TABLET -*/
    /*----------------------*/
    header{
        height: 80px;
        padding: 0 10%;
    }
    .btn-menu {
        display: none;
    }
    .menu_desk{
        /*flex*/
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu_desk  a{
        font-family: 'MaisonNeue-light' ,Arial, Helvetica, sans-serif;
        font-size: 16px;
        margin-right: 50px;
        color: #000;
    }
    .menu_desk  a:last-child{
        margin-right: 0px;
    }

    .logo img{
        width: 17px;
        height: 37px;
    }
    .logo h1{
        font-size: 20px;
    }  


    /*----------------------*/
    /*- SECCIÓN 1 TABLET -*/
    /*----------------------*/
    .s1-home{
        padding: 0px 10%;
    }
    .s1-home p{ 
        padding: 190px 0 0 0;
        font-size: calc(10vw - 12px);
    }

    .imageniz-home{
        top: calc(50vh + 60px);
    }
    .imagencen-home{
        top: calc(50vh + 130px);
    }
    .imagendr-home{
        top: 53vh;
    }

    /*----------------------*/
    /*- SECCIÓN 2 TABLET -*/
    /*----------------------*/
    .s2-home{
        padding: 340px 5% 70px 10%;
        /*flex*/
        display: flex;
        justify-content: space-between;
    }
    .s2-home-contiz{
        width: 40%;
    }
    .s2-home-contdr{
        width: 55%;
    }
    .s2-home ul{
        padding-top: 16px;
        font-size: 30px;
    }
    .s2-home video{
        display: initial;
        width: 85%;
        height: 45%;
        object-fit: cover;
        padding: 15px 0 0 0;
    }


    /*----------------------*/
    /*- SECCIÓN 3 TABLET -*/
    /*----------------------*/
    .separador-home h5{
        padding: 0 0 30px 0;
    }

    /*----------------------*/
    /*- SECCIÓN 4 TABLET -*/
    /*----------------------*/
    .proyectos-home {
        width: 100%;
        position: relative;
        padding-bottom: 150px;
    }
    .proyectos-home h5{
        padding: 70px 0 180px 0;
    }
    .proyectos-home h5::after{
        position: absolute;
        top: 8vh;
        left: 50%;
        height: 510px;
        z-index: 50;
    }
    .proyectos-home aside::after {
        display: none;
    }
    .linea-proyecto h4::after{
        content: '';
        position: absolute;
        top: 6vh;
        left: 50%;
        width: 2px;
        height: 340px;
        background-color: #d1d1d1;
    }
    .linea-proyecto h4::before{
        content: '';
        position: absolute;
        top: 50vh;
        left: 50%;
        width: 2px;
        height: 330px;
        background-color: #d1d1d1;
        z-index: 1;
    }
    .proyectoiz{
        justify-content: flex-start;
    }
    .proyectodr{
        justify-content: flex-end;
    }
    .proyectoiz,.proyectodr{
        padding: 100px 0 40px 0;
    }
    .proyectos-home img{
        width: 55%;
    }
     .proyectos-home h4{
        line-height: 30px;
    }
    .aside-i,.aside-d{
        text-align: center;
        padding: 70px;
    }
    .aside-i a,.aside-d a{
        justify-content: center;
    }
    /*----------------------*/
    /*- SECCIÓN 5 TABLET -*/
    /*----------------------*/
    .contacto-home{
        text-align: center;
        /*flex*/
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .contacto-home img{
        width: 50px;
        padding: 0;
    }
    .contacto-logo{
        margin: 110px 50px 0px 15%;
    }
    .contacto-contiz{
        margin: 60px 0 0 0;
    }
    .contacto-contdr{
        margin: 60px 10% 0 0;
    }
    .contacto-home h3{
        padding: 0 0 20px 0;
    }
    .contacto-home a{
        font-size: 18px;
    }
    .contacto-home li{
        font-size: 18px;
    }
    .consultas{
        padding: 80px 0 0 0;
    }
    .rrss{
        padding: 25px 0 0 0;
    }

    /*----------------------*/
    /*- FOOTER TABLET -*/
    /*----------------------*/
    footer{
        font-size: 14px;
    }
    footer i{
        font-size: 40px;
    }
}
/* MINI-DESKTOP */
@media (min-width:1024px){
    /* Normalizadores */


    /*----------------------*/
    /*- SECCIÓN 1 MINI-DESK -*/
    /*----------------------*/
    .s1-home p{ 
        padding: 180px 0 0 0;
        font-size: calc(10vw - 25px);
    }
    .imageniz-home{
        top: calc(70vh + 40px);
        height: 62%;
        width: 30%;
    }
    .imagencen-home{
        top: calc(85vh + 36px);
        width: 30%;
        left: 37vw;
        height: 52%;
    }
    .imagendr-home{
        top: 64vh;
        height: 48%;
        width: 24%;
    }
    

    /*----------------------*/
    /*- SECCIÓN 2 MINI-DESK -*/
    /*----------------------*/
    .s2-home{
        padding: 450px 10% 0px 10%;
    }
    .s2-home video{
        height: 25%;
    }

    /*----------------------*/
    /*- SECCIÓN 3 MINI-DESK -*/
    /*----------------------*/
    .separador-home{
        padding: 0px 0 40px 0;
    }
    .ticker__item{
        font-size: 4vw;
    }
    /*----------------------*/
    /*- SECCIÓN 4 MINI-DESK -*/
    /*----------------------*/
    .proyectos-home {
        padding-bottom: 150px;
    }
    .proyectos-home h5::after{
        height: 650px;
    }
    .linea-proyecto h4::after{
        top: 81vh;
        height: 460px;
    }
    .linea-proyecto h4::before{
        top: 7vh;
        height: 470px;
    }
    .proyectos-home img{
        width: 65%;
    }
    /* MODAL */
    .modal > img{
        width: 70%;
        margin: 40px 15% 0 15%;
    }
    .modal video{
        width: 70%;
        margin: 10px 15% 0 15%;
    }
    .content-modal, .content-modal-img {
        padding: 25px 10%;
        text-align: left;
    }
    .content-modal img{
        width: 25%;
        margin: 0 38%;
    }
   .pr-resumen {
       text-align: center;
   }
    .cierre-modal{
        font-size: 32px;
        top: 20px;
        right: 25px;
    }
}
/* Desktop 720p */
@media (min-width:1280px){
        /* Normalizadores */
        h1,h4{
            font-size: 45px;
        }
        h2,h5{
            font-size: 1.2rem;
        }
        p{
            font-size: 22px;
        }
    
        /* Reglas recursivas */
        .year{
            font-size: 21px;
        }
    /*----------------------*/
    /*- SECCIÓN 1 720p -*/
    /*----------------------*/
    .s1-home p{ 
        line-height: calc(7vw - 4px);
    }
    .imageniz-home{
        top: calc(75vh + 40px);
    }
    .imagencen-home{
        top: calc(88vh + 36px);
    }
    .imagendr-home{
        top: 67vh;
    }
    /*----------------------*/
    /*- SECCIÓN 4 720p -*/
    /*----------------------*/
    .proyectos-home {
        padding-bottom: 250px;
    }
    .proyectos-home h5::after{
        height: 730px;
    }
    .linea-proyecto h4::after{
        top: 102vh;
        height: 540px;
    }
    .linea-proyecto h4::before{
        top: 9vh;
        height: 550px;
    }
    .proyectos-home h4 {
        line-height: 39px;
    }
}



/* DESKTOP 1080p */
@media (min-width:1920px){
    /* Normalizadores */
    h1,h4{
        font-size: 49px;
    }
    h2,h5{
        font-size: 1.3rem;
    }
    p{
        font-size: 23px;
    }

    /* Reglas recursivas */
    .year{
        font-size: 23px;
    }
    /*----------------------*/
    /*- SECCIÓN 1 1080p -*/
    /*----------------------*/
    .s1-home p{ 
        font-size: calc(9vw - 25px);
    }
    .imageniz-home{
        height: 75%;
    }
    .imagendr-home{
        height: 80%;
    }
    /*----------------------*/
    /*- SECCIÓN 2 1080p -*/
    /*----------------------*/
    .s2-home {
        padding: 750px 10% 0px 10%;
        flex-wrap: wrap;
    }
    .s2-home video{
        display: none;
    }
    .section-video-1080{
        padding: 50px 0 200px 0;
    }
    .video-1080{
        width: 100%;
        height: 300px;
        display: block;
        margin: 0 auto;
        object-fit: cover;
    }
    /*----------------------*/
    /*- SECCIÓN 4 1080p -*/
    /*----------------------*/
    .proyectos-home h5::after{
        height: 920px;
    }
    .linea-proyecto h4::after{
        top: 105vh;
        height: 750px;
    }
    .linea-proyecto h4::before{
        top: 7vh;
        height: 750px;
    }
    .proyectos-home h4 {
        line-height: 41px;
    }
    /*----------------------*/
    /*- SECCIÓN 5 1080p -*/
    /*----------------------*/
    .contacto-home{
        text-align: center;
        /*flex*/
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .contacto-home img{
        width: 50px;
        padding: 0;
    }
    .contacto-logo{
        margin: 110px 50px 0px 15%;
    }
    .contacto-contiz{
        margin: 60px 0 0 0;
    }
    .contacto-contdr{
        margin: 60px 25% 0 0;
    }
    .contacto-home h3{
        padding: 0 0 20px 0;
    }
    .contacto-home a{
        font-size: 18px;
    }
    .contacto-home li{
        font-size: 18px;
    }
    .consultas{
        padding: 80px 0 0 0;
    }
    .rrss{
        padding: 25px 0 0 0;
    }
}