.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    height: 100vh;
    position: fixed;
    z-index: 1990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;	
  }
  *{
    margin: 0px;
    padding: 0px;
  }
  body, html{
    height: 100%;
  }
  #menu-photo{
    display: none;
}
.chile #menu-photo{
    display: flex;
}
.contenedor{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.chile .acceso_partners{
    display: none;
}
#cont_arg{
    display: inline-block;
}
#cont_chile{
    display: none;
}
.chile #cont_arg{
    display: none;
}
.chile #cont_chile{
    display: inline-block;
}
.color{
    background-color: #EAEAE9;
    color: #818485;
}
.arbol_ubicacion{
    width: 100%;
    height: 30px;
    display: block;
    background-color: #E6E6E6;
}
.arbol{
    font-family: 'crete', serif;
    color: #ffffff;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 24px;
    font-weight: 100;
}
.contenido_interna{
    width: 100%;
    height: auto;
    display: block;
    background-color: #000000;
}
.destacado_interna{
    width: 100%;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.destacado_interna_contacto{
    width: 100%;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.cover_destacado{
    width: 100%;
    height: 270px;
    display: block;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 7;

    opacity: 0;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.info_destacado{
    display: block;
    position: relative;
    z-index: 8;
}
.destacado_interna:hover .tit_destacado{
    border-top: 8px solid #ffffff;
}
.destacado_interna:hover .cruz{
    transform: rotate(45deg);
}
.destacado_interna:hover .cover_destacado{
    opacity: 0.6;
}
.cruz{
    width: 11px;
    height: auto;
    display: block;
    margin: 0 auto 10px;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.tit_destacado{
    font-family: 'crete', serif;
    font-size: 62px;
    line-height: 62px;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #ffffff;
    border-top: 1px solid #ffffff;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.play_destacado{
    margin: 0 auto;
    padding: 20px 0;
    display: block;
    text-align: center;
    width: 60px;
    height: auto;
    color: #ffffff;
    border-top: 1px solid #ffffff;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.modulo_descripcion{
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    background-color: #EAEAE9;
    position: relative;
    text-align: center;
}
.vacio{
    padding: 20px!important;
}
.mas_trabajos{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-color: #818485;
}
.mod_trabajo{
    width: 100%;
    height: 318px;
    display: block;
    vertical-align: top;
    border: 1px solid #818485;
    background-color: #000000;
    position: relative;
    cursor: pointer;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.tb_img_work{
    width: 100%;
    height: 80%;
    display: block;
    position: relative;
    z-index: 5;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.tb_nombre_work{
    width: 100%;
    height: 20%;
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 8;
    border-top: 2px solid #818485;
    background-color: #ffffff;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.mod_trabajo:hover .tb_nombre_work{
    width: 100%;
    height: 25%;
    background-color: #616566;

    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
}
.mod_trabajo:hover .tb_cliente_work{
    color: #ffffff;
}
.mod_trabajo:hover .tb_proyecto_work{
    color: #ffffff;
}
.mod_trabajo:hover .tb_img_work{
    opacity: 0.5;
}
.tb_cliente_work{
    font-family: 'crete', sans-serif;
    font-size: 15px;
    color: #616566;
    text-align: left;
    width: 100%;
    height: auto;
    display: block;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.tb_proyecto_work{
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    color: #616566;
    text-align: left;
    width: 100%;
    height: auto;
    display: block;
    text-transform: uppercase;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.linea_descrip_01{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #e6e6e6;
    padding: 30px 0 30px;
}
.info_01{
    display: inline-block;
    padding: 0px 10px;
    font-family: 'crete', serif;
    font-size: 19px;
    color: #393E4F;
    vertical-align: top;
}
.info_01 > span{
    font-family: 'crete', serif;
    font-size: 27px;
    color: #393E4F;
    padding: 0 10px;
}
.linea_descrip_02{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px 30px;
}
.info_02{
    display: inline-block;
    vertical-align: top;
    font-family: 'Bebas Neue', cursive;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #616566;
    padding: 10px 10px;
}
.info_02 > span{
    display: inline-block;
    vertical-align: top;
    font-family: 'Bebas Neue', cursive;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #393E4F;
    padding: 0 10px;
}
.director{
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    position: relative;
    cursor: pointer;
}
.nombre_director{
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding-top: 4px;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.director:hover .nombre_director{
    opacity: 0;
}
.director:hover .cruz{
    transform: rotate(45deg);
}
.cover2{
    width: 100%;
    height: auto;
    min-height: 0;
    background-color: #000000;
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 9;
    
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.cover_activo2{
    opacity: 1;
    min-height: 160px;
}
.categorias_seccion{
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: auto;
    z-index: 11;
    text-align: center;
    opacity: 0;

    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.secc{
    width: auto;
    height: auto;
    display: inline-flex;
    font-size: 90px;
    line-height: 100px;
    font-family: 'crete', serif;
    color: #ffffff;
    text-align: center;
    border-top: 1px solid #ffffff;
    margin-top: 15px;
}
.cover_activo{
    opacity: 0.9;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.categoria_activa{
    top: 18%;
    opacity: 1;
}
.info_director{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0;
}
.name_director{
    width: auto;
    height: auto;
    display: inline-block;
    text-transform: uppercase;
    color: #818485;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    border-bottom: none;
}
.separador_director{
    width: 15px;
    height: auto;
    display: block;
    margin: 10px auto;
}
.bio_director{
    width: 90%;
    height: auto;
    text-align: center;
    font-family: 'crete', serif;
    color: #393E4F;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
    padding: 0 0 30px;
}
/*CODIGO ONE PAGE
.arbol_ubicacion, #interna, #dest_int, .modulo_descripcion, .linea_descrip_01, .linea_descrip_02, .info_director, .mas_trabajos, #directors{
    display: none;
}
*/

.tit_contacto{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    font-family: 'Bebas Neue', cursive;
    font-size: 27px;
    color: #616566;
    letter-spacing: 2px;
    padding-top: 40px;
}
.texto_contacto_esp{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    font-family: 'Bebas Neue', cursive;
    font-size: 14px;
    line-height: 24px;
    color: #393e4f;
    padding-top: 20px;
    letter-spacing: 2px;
}
.texto_contacto_esp > span{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    font-family: 'crete', serif;
    font-size: 14px;
    line-height: 16px;
    padding-top: 20px;
    letter-spacing: 0;
}
.texto_contacto_ing{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    font-family: 'Bebas Neue', cursive;
    font-size: 14px;
    line-height: 24px;
    color: #818485;
    padding-top: 20px;
    letter-spacing: 2px;
}
.texto_contacto_ing > span{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    font-family: 'crete', serif;
    font-size: 14px;
    line-height: 16px;
    padding-top: 20px;
    letter-spacing: 0;
    color: #616566;
}
.separador_contacto{
    width: 100%;
    height: auto;
    display: block;
    background: url('../img/tb_fondo_separador_contacto.svg');
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 100%;
}
.tit_contacto2{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    font-family: 'Bebas Neue', cursive;
    font-size: 27px;
    color: #616566;
    letter-spacing: 2px;
    padding:32px 0 30px;
    margin: 20px 0;
}
.mod_con{
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}
.columnas{
    width: 100%;
    height: auto;
    display: block;
}
.col_con{
    width: 50%;
    height: 150px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-family: 'crete', serif;
    font-size: 14px;
    line-height: 16px;
    color: #393E4F;
    padding: 0 20px;
}
.col_con > a{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-family: 'Bebas Neue', cursive;
    font-size: 14px;
    color: #818485;
    margin: 10px 0;
}
.col_con > a:hover{
    text-decoration: underline;
}
.mod_mapa{
    width: 100%;
    height: 95px;
    display: block;
    background: url('../img/tb_mapa.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    border: 1px solid #393E4F;
    position: relative;
    cursor: pointer;

    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.btn_google{
    width: 90px;
    height: auto;
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
}
.mod_mapa:hover{
    background: url('../img/tb_mapa.svg');
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: bottom center;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.bajada_mapa{
    width: 100%;
    height: auto;
    display: block;
    border-left: 1px solid #393E4F;
    border-right: 1px solid #393E4F;
    border-bottom: 1px solid #393E4F;
    text-align: left;
    font-family: 'crete', serif;
    font-size: 13px;
    line-height: 16px;
    color: #393E4F;
    padding: 20px;
    margin: 0px;
}
.partners{
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0 40px;
}
.mod_partners{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    position: relative;
    cursor: pointer;
}
.mod_partners:hover .nombre_director{
    opacity: 0;
}
.mod_partners:hover .cruz{
    transform: rotate(45deg);
}
.cover_partner{
    width: 100%;
    height: auto;
    min-height: 0;
    background-color: #000000;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 9;
    
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.categorias_partner{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: auto;
    z-index: 11;
    text-align: center;
    opacity: 0;

    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.categoria_activa_mod_partners{
    top: 27%;
    opacity: 1;
}
.cover_activo_partner{
    opacity: 1;
    min-height: 200px;
}
.secc_partner{
    width: auto;
    height: auto;
    display: inline-flex;
    font-size: 60px;
    line-height: 80px;
    font-family: 'crete', serif;
    color: #ffffff;
    text-align: center;
    border-top: 1px solid #ffffff;
    margin-top: 10px;
}


@media screen and (min-width:767px){
    .arbol_ubicacion{
        width: 100%;
        height: 30px;
        display: block;
        background-color: #E6E6E6;
    }
    .arbol{
        font-family: 'crete', serif;
        color: #393E4F;
        width: 100%;
        height: auto;
        font-size: 17px;
        line-height: 30px;
        font-weight: 100;
    }
    .contenido_interna{
        width: 100%;
        height: auto;
        display: block;
        background-color: #000000;
    }
    .destacado_interna{
        width: 100%;
        height: 415px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .destacado_interna_contacto{
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .cover_destacado{
        width: 100%;
        height: 415px;
        display: block;
        background-color: #000000;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 7;
    
        opacity: 0;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .info_destacado{
        display: block;
        position: relative;
        z-index: 8;
    }
    .destacado_interna:hover .tit_destacado{
        border-top: 8px solid #ffffff;
    }
    .destacado_interna:hover .cruz{
        transform: rotate(45deg);
    }
    .destacado_interna:hover .cover_destacado{
        opacity: 0.6;
    }
    .cruz{
        width: 11px;
        height: auto;
        display: block;
        margin: 0 auto 10px;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tit_destacado{
        font-family: 'crete', serif;
        font-size: 150px;
        line-height: 150px;
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        color: #ffffff;
        border-top: 1px solid #ffffff;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .modulo_descripcion{
        width: 100%;
        height: auto;
        display: block;
        padding: 0px;
        background-color: #EAEAE9;
        position: relative;
        text-align: center;
    }
    .mas_trabajos{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        background-color: #818485;
    }
    .mod_trabajo{
        width: calc(100% / 2);
        height: 380px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #818485;
        background-color: #000000;
        position: relative;
        cursor: pointer;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tb_img_work{
        width: 100%;
        height: 80%;
        display: block;
        position: relative;
        z-index: 5;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tb_nombre_work{
        width: 100%;
        height: 20%;
        display: block;
        position: absolute;
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
        padding: 10px;
        z-index: 8;
        border-top: 2px solid #818485;
        background-color: #ffffff;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .mod_trabajo:hover .tb_nombre_work{
        width: 100%;
        height: 25%;
        background-color: #616566;
    
        position: absolute;
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .mod_trabajo:hover .tb_cliente_work{
        color: #ffffff;
    }
    .mod_trabajo:hover .tb_proyecto_work{
        color: #ffffff;
    }
    .mod_trabajo:hover .tb_img_work{
        opacity: 0.5;
    }
    .tb_cliente_work{
        font-family: 'crete', sans-serif;
        font-size: 15px;
        color: #616566;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 2px;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tb_proyecto_work{
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 900;
        font-size: 15px;
        line-height: 18px;
        color: #616566;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        text-transform: uppercase;
        padding-top: 2px;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .linea_descrip_01{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .info_01{
        display: inline-block;
        padding: 0 50px;
        font-family: 'crete', serif;
        font-size: 19px;
        color: #393E4F;
        vertical-align: top;
    }
    .info_01 > span{
        font-family: 'crete', serif;
        font-size: 27px;
        color: #393E4F;
        padding: 0 10px;
    }
    .linea_descrip_02{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 20px 20px;
    }
    .info_02{
        display: inline-block;
        vertical-align: top;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #616566;
        padding: 10px 10px;
    }
    .info_02 > span{
        display: inline-block;
        vertical-align: top;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #393E4F;
        padding: 0 10px;
    }
    .director{
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000000;
        position: relative;
        cursor: pointer;
    }
    .nombre_director{
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 900;
        letter-spacing: 2px;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        width: auto;
        height: auto;
        color: #ffffff;
        border-top: 1px solid #ffffff;
        padding-top: 4px;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .director:hover .nombre_director{
        opacity: 0;
    }
    .director:hover .cruz{
        transform: rotate(45deg);
    }
    .cover2{
        width: 100%;
        height: auto;
        min-height: 0;
        background-color: #000000;
        opacity: 0;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 9;
        
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .cover_activo2{
        opacity: 1;
        min-height: 200px;
    }
    .categorias_seccion{
        width: 100%;
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 25%;
        bottom: auto;
        z-index: 11;
        text-align: center;
        opacity: 0;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .secc{
        width: auto;
        height: auto;
        display: inline-flex;
        font-size: 90px;
        line-height: 100px;
        font-family: 'crete', serif;
        color: #ffffff;
        text-align: center;
        border-top: 1px solid #ffffff;
        margin-top: 15px;
    }
    .cover_activo{
        opacity: 0.9;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
    .categoria_activa{
        top: 18%;
        opacity: 1;
    }
    .info_director{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    .name_director{
        width: auto;
        height: auto;
        display: inline-block;
        text-transform: uppercase;
        color: #818485;
        font-family: 'Bebas Neue', cursive;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 2px;
        border-bottom: 2px solid #393E40;
    }
    .separador_director{
        width: 15px;
        height: auto;
        display: block;
        margin: 20px auto;
    }
    .bio_director{
        width: 90%;
        height: auto;
        text-align: center;
        font-family: 'crete', serif;
        color: #393E4F;
        font-size: 20px;
        line-height: 25px;
    }

    .tit_contacto{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        font-family: 'Bebas Neue', cursive;
        font-size: 42px;
        color: #616566;
        letter-spacing: 2px;
        padding-top: 50px;
    }
    .texto_contacto_esp{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        font-family: 'Bebas Neue', cursive;
        font-size: 22px;
        line-height: 40px;
        color: #393e4f;
        padding-top: 30px;
        letter-spacing: 2px;
    }
    .texto_contacto_esp > span{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        font-family: 'crete', serif;
        font-size: 20px;
        line-height: 30px;
        padding-top: 0px;
        letter-spacing: 0;
    }
    .texto_contacto_ing{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        font-family: 'Bebas Neue', cursive;
        font-size: 22px;
        line-height: 40px;
        color: #818485;
        padding-top: 30px;
        letter-spacing: 2px;
    }
    .texto_contacto_ing > span{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        font-family: 'crete', serif;
        font-size: 20px;
        line-height: 30px;
        padding-top: 0px;
        letter-spacing: 0;
        color: #616566;
    }
    .separador_contacto{
        width: 100%;
        height: auto;
        display: block;
        background: url('../img/tb_fondo_separador_contacto.svg');
        background-repeat: repeat-x;
        background-position: top left;
        background-size: auto 100%;
    }
    .tit_contacto2{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        font-family: 'Bebas Neue', cursive;
        font-size: 42px;
        color: #616566;
        letter-spacing: 2px;
        padding:32px 0 30px;
        margin: 20px 0;
    }
    .mod_con{
        width: 50%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .columnas{
        width: 100%;
        height: auto;
        display: block;
    }
    .col_con{
        width: 50%;
        height: 150px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        font-family: 'crete', serif;
        font-size: 21px;
        line-height: 25px;
        color: #393E4F;
        padding: 0;
    }
    .col_con > a{
        width: 100%;
        height: auto;
        display: block;
        text-align: left;
        font-family: 'Bebas Neue', cursive;
        font-size: 21px;
        color: #818485;
        margin: 10px 0;
    }
    .col_con > a:hover{
        text-decoration: underline;
    }
    .mod_mapa{
        width: 100%;
        height: 95px;
        display: block;
        background: url('../img/tb_mapa.svg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom center;
        border: 1px solid #393E4F;
        position: relative;
        cursor: pointer;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .btn_google{
        width: 90px;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        bottom: 0;
        top: auto;
    }
    .mod_mapa:hover{
        background: url('../img/tb_mapa.svg');
        background-repeat: no-repeat;
        background-size: 70% auto;
        background-position: bottom center;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .bajada_mapa{
        width: 100%;
        height: auto;
        display: block;
        border-left: 1px solid #393E4F;
        border-right: 1px solid #393E4F;
        border-bottom: 1px solid #393E4F;
        text-align: left;
        font-family: 'crete', serif;
        font-size: 20px;
        line-height: 23px;
        color: #393E4F;
        padding: 40px;
        margin: 0 0 40px;
    }
}
@media screen and (min-width:1024px){
    .arbol_ubicacion{
        width: 100%;
        height: 30px;
        display: block;
        background-color: #E6E6E6;
    }
    .arbol{
        font-family: 'crete', serif;
        color: #393E4F;
        width: 100%;
        height: auto;
        font-size: 17px;
        line-height: 30px;
        font-weight: 100;
    }
    .contenido_interna{
        width: 100%;
        height: auto;
        display: block;
        background-color: #000000;
    }
    .destacado_interna{
        width: 100%;
        height: 415px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .destacado_interna_contacto{
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .cover_destacado{
        width: 100%;
        height: 415px;
        display: block;
        background-color: #000000;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 7;
    
        opacity: 0;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .info_destacado{
        display: block;
        position: relative;
        z-index: 8;
    }
    .destacado_interna:hover .tit_destacado{
        border-top: 8px solid #ffffff;
    }
    .destacado_interna:hover .cruz{
        transform: rotate(45deg);
    }
    .destacado_interna:hover .cover_destacado{
        opacity: 0.6;
    }
    .cruz{
        width: 11px;
        height: auto;
        display: block;
        margin: 0 auto 10px;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tit_destacado{
        font-family: 'crete', serif;
        font-size: 150px;
        line-height: 150px;
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        color: #ffffff;
        border-top: 1px solid #ffffff;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .modulo_descripcion{
        width: 100%;
        height: auto;
        display: block;
        padding: 0px;
        background-color: #EAEAE9;
        position: relative;
        text-align: center;
    }
    .mas_trabajos{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        background-color: #818485;
    }
    .mod_trabajo{
        width: calc(100% / 3);
        height: 340px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #818485;
        background-color: #000000;
        position: relative;
        cursor: pointer;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tb_img_work{
        width: 100%;
        height: 80%;
        display: block;
        position: relative;
        z-index: 5;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tb_nombre_work{
        width: 100%;
        height: 20%;
        display: block;
        position: absolute;
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
        padding: 10px;
        z-index: 8;
        border-top: 2px solid #818485;
        background-color: #ffffff;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .mod_trabajo:hover .tb_nombre_work{
        width: 100%;
        height: 25%;
        background-color: #616566;
        border-top: 2px solid #ffffff;
    
        position: absolute;
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .mod_trabajo:hover .tb_cliente_work{
        color: #ffffff;
        border-bottom: 1px solid #6b6b6b;
    }
    .mod_trabajo:hover .tb_proyecto_work{
        color: #ffffff;
    }
    .mod_trabajo:hover .tb_img_work{
        opacity: 0.5;
    }
    .tb_cliente_work{
        font-family: 'crete', sans-serif;
        font-size: 15px;
        color: #616566;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tb_proyecto_work{
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 900;
        font-size: 15px;
        line-height: 18px;
        color: #616566;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        text-transform: uppercase;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .linea_descrip_01{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .info_01{
        display: inline-block;
        padding: 0 100px;
        font-family: 'crete', serif;
        font-size: 19px;
        color: #393E4F;
        vertical-align: top;
    }
    .info_01 > span{
        font-family: 'crete', serif;
        font-size: 27px;
        color: #393E4F;
        padding: 0 10px;
    }
    .linea_descrip_02{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 20px 20px;
    }
    .info_02{
        display: inline-block;
        vertical-align: top;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #616566;
        padding: 10px 30px;
    }
    .info_02 > span{
        display: inline-block;
        vertical-align: top;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #393E4F;
        padding: 0 10px;
    }
    .director{
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000000;
        position: relative;
        cursor: pointer;
    }
    .nombre_director{
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 900;
        letter-spacing: 2px;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        width: auto;
        height: auto;
        color: #ffffff;
        border-top: 1px solid #ffffff;
        padding-top: 4px;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .director:hover .nombre_director{
        opacity: 0;
    }
    .director:hover .cruz{
        transform: rotate(45deg);
    }
    .cover2{
        width: 100%;
        height: auto;
        min-height: 0;
        background-color: #000000;
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 9;
        
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .cover_activo2{
        opacity: 1;
        min-height: 200px;
    }
    .categorias_seccion{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 25%;
        bottom: auto;
        z-index: 11;
        text-align: center;
        opacity: 0;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .secc{
        width: auto;
        height: auto;
        display: inline-flex;
        font-size: 90px;
        line-height: 100px;
        font-family: 'crete', serif;
        color: #ffffff;
        text-align: center;
        border-top: 1px solid #ffffff;
        margin-top: 15px;
    }
    .cover_activo{
        opacity: 0.9;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
    .categoria_activa{
        top: 18%;
        opacity: 1;
    }
    .info_director{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    .name_director{
        width: auto;
        height: auto;
        display: inline-block;
        text-transform: uppercase;
        color: #818485;
        font-family: 'Bebas Neue', cursive;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 2px;
        border-bottom: 2px solid #393E40;
    }
    .separador_director{
        width: 15px;
        height: auto;
        display: block;
        margin: 20px auto;
    }
    .bio_director{
        width: 90%;
        height: auto;
        text-align: center;
        font-family: 'crete', serif;
        color: #393E4F;
        font-size: 20px;
        line-height: 25px;
    }
}
@media screen and (min-width:1440px){
    .arbol_ubicacion{
        width: 100%;
        height: 30px;
        display: block;
        background-color: #E6E6E6;
    }
    .arbol{
        font-family: 'crete', serif;
        color: #393E4F;
        width: 100%;
        height: auto;
        font-size: 17px;
        line-height: 30px;
        font-weight: 100;
    }
    .contenido_interna{
        width: 100%;
        height: auto;
        display: block;
        background-color: #000000;
    }
    .destacado_interna{
        width: 100%;
        height: 415px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .destacado_interna_contacto{
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .cover_destacado{
        width: 100%;
        height: 415px;
        display: block;
        background-color: #000000;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 7;
    
        opacity: 0;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .info_destacado{
        display: block;
        position: relative;
        z-index: 8;
    }
    .destacado_interna:hover .tit_destacado{
        border-top: 8px solid #ffffff;
    }
    .destacado_interna:hover .cruz{
        transform: rotate(45deg);
    }
    .destacado_interna:hover .cover_destacado{
        opacity: 0.6;
    }
    .cruz{
        width: 11px;
        height: auto;
        display: block;
        margin: 0 auto 10px;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tit_destacado{
        font-family: 'crete', serif;
        font-size: 150px;
        line-height: 150px;
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        color: #ffffff;
        border-top: 1px solid #ffffff;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .modulo_descripcion{
        width: 100%;
        height: auto;
        display: block;
        padding: 0px;
        background-color: #EAEAE9;
        position: relative;
        text-align: center;
    }
    .mas_trabajos{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        background-color: #818485;
    }
    .mod_trabajo{
        width: calc(100% / 4);
        height: 318px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #818485;
        background-color: #000000;
        position: relative;
        cursor: pointer;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tb_img_work{
        width: 100%;
        height: 80%;
        display: block;
        position: relative;
        z-index: 5;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tb_nombre_work{
        width: 100%;
        height: 20%;
        display: block;
        position: absolute;
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
        padding: 10px;
        z-index: 8;
        border-top: 2px solid #818485;
        background-color: #ffffff;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .mod_trabajo:hover .tb_nombre_work{
        width: 100%;
        height: 25%;
        background-color: #616566;
    
        position: absolute;
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .mod_trabajo:hover .tb_cliente_work{
        color: #ffffff;
    }
    .mod_trabajo:hover .tb_proyecto_work{
        color: #ffffff;
    }
    .mod_trabajo:hover .tb_img_work{
        opacity: 0.5;
    }
    .tb_cliente_work{
        font-family: 'crete', sans-serif;
        font-size: 15px;
        color: #616566;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .tb_proyecto_work{
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 900;
        font-size: 15px;
        line-height: 18px;
        color: #616566;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        text-transform: uppercase;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .linea_descrip_01{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .info_01{
        display: inline-block;
        padding: 0 100px;
        font-family: 'crete', serif;
        font-size: 19px;
        color: #393E4F;
        vertical-align: top;
    }
    .info_01 > span{
        font-family: 'crete', serif;
        font-size: 27px;
        color: #393E4F;
        padding: 0 10px;
    }
    .linea_descrip_02{
        width: 70%;
        height: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 20px 20px;
    }
    .info_02{
        display: inline-block;
        vertical-align: top;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #616566;
        padding: 10px 30px;
    }
    .info_02 > span{
        display: inline-block;
        vertical-align: top;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #393E4F;
        padding: 0 10px;
    }
    .director{
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        background-color: #000000;
        position: relative;
        cursor: pointer;
    }
    .nombre_director{
        font-family: 'Noto Sans HK', sans-serif;
        font-weight: 900;
        letter-spacing: 2px;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        width: auto;
        height: auto;
        color: #ffffff;
        border-top: 1px solid #ffffff;
        padding-top: 4px;
    
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
    }
    .director:hover .nombre_director{
        opacity: 0;
    }
    .director:hover .cruz{
        transform: rotate(45deg);
    }
    .cover2{
        width: 100%;
        height: auto;
        min-height: 0;
        background-color: #000000;
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 9;
        
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .cover_activo2{
        opacity: 1;
        min-height: 200px;
    }
    .categorias_seccion{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 25%;
        bottom: auto;
        z-index: 11;
        text-align: center;
        opacity: 0;
    
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
    }
    .secc{
        width: auto;
        height: auto;
        display: inline-flex;
        font-size: 90px;
        line-height: 100px;
        font-family: 'crete', serif;
        color: #ffffff;
        text-align: center;
        border-top: 1px solid #ffffff;
        margin-top: 15px;
    }
    .cover_activo{
        opacity: 0.9;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
    .categoria_activa{
        top: 18%;
        opacity: 1;
    }
    .info_director{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    .name_director{
        width: auto;
        height: auto;
        display: inline-block;
        text-transform: uppercase;
        color: #818485;
        font-family: 'Bebas Neue', cursive;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 2px;
        border-bottom: 2px solid #393E40;
    }
    .separador_director{
        width: 15px;
        height: auto;
        display: block;
        margin: 20px auto;
    }
    .bio_director{
        width: 90%;
        height: auto;
        text-align: center;
        font-family: 'crete', serif;
        color: #393E4F;
        font-size: 20px;
        line-height: 25px;
    }
}