.menu_abierto{
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    overflow: hidden;
}
.ico1{
    display: block;
}
.ico2{
    display: none;
}
.menu_abierto .ico1{
    display: none!important;
}
.menu_abierto .ico2{
    display: block!important;
}
.contiene_menu{
    width: 100%;
    height: auto;
    background-color: red;
    display: none;
    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;
}
.menu{
    width: 100%;
    height: calc(100vh - 100px);
    display: block;
    margin: 100px auto 0;
    background-color: #eaeae9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 99999;
}
.muestro_menu{
    display: block;
    opacity: 1;
}
.menu .menu-item{
    color: #000000;
    font-size: 34px;
    line-height: 41px;
    width: 100%;
    height: 14%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chile .menu-item{
    height: 12%!important;
}
.menu .menu-item a{
    text-decoration: none;
    color: #ffffff;
    border-top: 2px solid #ffffff;
    font-size: 34px;
    line-height: 41px;
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
}
.menu .menu-item a:hover{
    text-decoration: none;
    color: #000000;
    border-top: 2px solid #000000;
    display: inline-table;
}
.item_activo a{
    color: #000000!important;
    border-top: 2px solid #000000!important;
}
.barra_red{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
    z-index: 999999;
    text-align: center;
    padding: 20px 0;
}
.encabezado{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.grilla_header{
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    position: initial;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    margin: 0 auto;
}
.acceso_menu_mobile{
    width: 26px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 38px 0 38px;
    cursor: pointer;
}
.color_select{
    width: 19px;
    height: auto;
    display: none;
    margin: 0 auto 0 0;
    padding: 55px 0 4px;
    border-bottom: 0px solid #ffffff;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #818485!important;
    
    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;
}
.color_select:hover{
    border-bottom: 8px solid #ffffff;
}
.submenu{
    display: block;
    vertical-align: top;
    position: relative;
    left: -30px;
    bottom: 0;
    padding: 0 20px;
    width: calc(100% + 60px);
    height: auto;
    background-color: #e6e6e6;
}
.acceso_submenu{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 12px;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    font-family: 'Bebas Neue', cursive;
    font-size: 14px;
    color: #818485;
    letter-spacing: 2px;
    font-weight: 100;

    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;
}
.acceso_submenu:hover{
    border-bottom: 2px solid #ffffff;
}
.acceso_activo{
    border-bottom: transparent!important;
    pointer-events: none!important;
    /*background-color: #eaeae9;*/
}
.barra_header{
    min-width: auto;
    width: calc(100% - 98px);
    height: auto;
    display: inline-block;
    position: relative;
    left: auto;
    top: 42px;
    right: 0;
    bottom: auto;
    text-align: center;
    vertical-align: top;
}
.acceso_contacto{
    width: 48px;
    height: auto;
    display: none;
    vertical-align: top;
    margin: 2px 25px 0 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-family: 'Bebas Neue', cursive;
    font-size: 14px;
    color: #818485;
    letter-spacing: 2px;
    font-weight: 100;

    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;
}
.acceso_contacto:hover{
    border-bottom: 2px solid #ffffff;
}
.acceso_partners{
    width: 57px;
    height: auto;
    display: none;
    vertical-align: top;
    margin: 2px 25px 0 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-family: 'Bebas Neue', cursive;
    font-size: 14px;
    color: #818485;
    letter-spacing: 2px;
    font-weight: 100;

    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;
}
.acceso_partners:hover{
    border-bottom: 2px solid #ffffff;
}
.acceso_insta{
    width: 17px;
    height: auto;
    display: none!important;
    vertical-align: top;
    margin: 0 45px 0 40px;
    padding-bottom: 2px;
    cursor: pointer;
    border-bottom: 2px solid transparent;

    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;
}
.acceso_insta:hover{
    border-bottom: 2px solid #ffffff;
}
.buscador{
    min-width: 18px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    background:transparent;
    padding: 6px 5px 5px;
    position: relative;
    top: -5px;

    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;

}
.buscador:hover{
    border-bottom: 2px solid #ffffff;
}
.buscador_activo{
    background-color: #ffffff!important;
    border-bottom: 2px solid transparent;
    position: absolute;
    left: auto;
    right: 30px;
    top: -5px;
    bottom: auto;
    pointer-events: none!important;
}
.campo_buscar{
    width: auto!important;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden; 
    pointer-events: all;
}
.busca{
    width: 0px!important;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 14px;

    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;
}
.campo_busqueda_activo{
    width: calc(100% - 18px)!important;
    display: inline-block;
}
.btn_buscar{
    width: 18px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    pointer-events: all;
}
.logo_header{
    width: 72px;
    height: auto;
    display: inline-block;
    position: relative;
    left: auto;
    top: 24px;
    right: 0px;
    bottom: auto;
    z-index: 10;
}
.cerrar_seccion{
    width: 37px;
    height: auto;
    display: block;
    position: absolute;
    right: auto;
    top: 44px;
    left: -80px;
    bottom: auto;

    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;
}
.cerrar_seccion:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
/*CODIGO ONE PAGE
#m_film, #m_content, #m_vfx, #m_innovation, .cerrar_seccion{
    display: none;
}
.visible{
    display: inline-block!important;
}
.flex{
    display: flex!important;
}
.block{
    display: block!important;
}
 */
@media screen and (min-width:767px){
    .encabezado{
        width: 100%;
        height: 120px;
        display: block;
        position: relative;
    }
    .grilla_header{
        width: 80%;
        max-width: 900px;
        height: auto;
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        margin: 0 auto;
    }
    .acceso_menu_mobile{
        width: 26px;
        height: auto;
        display: none;
        vertical-align: top;
        padding: 38px 0 0px;
    }
    .color_select{
        width: 19px;
        height: auto;
        display: inline-block;
        margin: 0 auto 0 0;
        padding: 55px 0 4px;
        border-bottom: 0px solid #ffffff;
        cursor: pointer;
        text-decoration: none;
        
        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;
    }
    .color_select:hover{
        border-bottom: 8px solid #ffffff;
    }
    .submenu{
        display: inline-block;
        vertical-align: top;
        position: relative;
        left: 0px;
        bottom: 0;
        padding: 54px 12px 4px;
        width: 65%;
        height: auto;
        background-color: transparent;
    }
    .acceso_submenu{
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        color: #818485;
        letter-spacing: 2px;
        font-weight: 100;
    
        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;
    }
    .acceso_submenu:hover{
        border-bottom: 2px solid #ffffff;
    }
    .acceso_activo{
        border-bottom: 2px solid #ffffff!important;
        pointer-events: none!important;
    }
    .barra_header{
        min-width: 100px;
        width: auto;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        top: 52px;
        right: 0;
        bottom: auto;
        text-align: right;
    }
    .acceso_contacto{
        width: 48px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0px 15px 0 0;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        color: #818485;
        letter-spacing: 2px;
        font-weight: 100;
    
        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;
    }
    .acceso_contacto:hover{
        border-bottom: 2px solid #ffffff;
    }
    .acceso_partners{
        width: 57px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0px 15px 0 0;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        color: #818485;
        letter-spacing: 2px;
        font-weight: 100;
    
        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;
    }
    .acceso_partners:hover{
        border-bottom: 2px solid #ffffff;
    }
    .acceso_insta{
        width: 17px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 0 0;
        padding-bottom: 2px;
        cursor: pointer;
        border-bottom: 2px solid transparent;
    
        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;
    }
    .acceso_insta:hover{
        border-bottom: 2px solid #ffffff;
    }
    .buscador{
        min-width: 18px;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        background:transparent;
        padding: 6px 5px 5px;
        position: relative;
        top: -5px;
    
        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;
    
    }
    .buscador:hover{
        border-bottom: 2px solid #ffffff;
    }
    .buscador_activo{
        background-color: #ffffff!important;
        border-bottom: 2px solid transparent;
        position: relative;
        left: auto;
        right: auto;
        top: -5px;
        bottom: auto;
    }
    .campo_buscar{
        width: auto!important;
        height: 18px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden; 
    }
    .busca{
        width: 0px!important;
        display: block;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
    
        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;
    }
    .campo_busqueda_activo{
        width: 170px!important;
    }
    .btn_buscar{
        width: 18px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .logo_header{
        width: 52px;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        top: 42px;
        right: -60px;
        bottom: auto;
    }
    .cerrar_seccion{
        width: 37px;
        height: auto;
        display: block;
        position: absolute;
        right: auto;
        top: 44px;
        left: -50px;
        bottom: auto;
    
        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;
    }
    .cerrar_seccion:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}
@media screen and (min-width:1024px){
    .encabezado{
        width: 100%;
        height: 120px;
        display: block;
        position: relative;
    }
    .grilla_header{
        width: 70%;
        max-width: 900px;
        height: auto;
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        margin: 0 auto;
    }
    .acceso_menu_mobile{
        width: 26px;
        height: auto;
        display: none;
        vertical-align: top;
        padding: 38px 0 0px;
    }
    .color_select{
        width: 19px;
        height: auto;
        display: inline-block;
        margin: 0 auto 0 0;
        padding: 55px 0 4px;
        border-bottom: 0px solid #ffffff;
        cursor: pointer;
        text-decoration: none;
        
        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;
    }
    .color_select:hover{
        border-bottom: 8px solid #ffffff;
    }
    .submenu{
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 54px 12px 4px;
        background-color: transparent;
    }
    .acceso_submenu{
        display: inline-block;
        vertical-align: top;
        margin: 0 12px;
        padding: 0;
        cursor: pointer;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        color: #818485;
        letter-spacing: 2px;
        font-weight: 100;
    
        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;
    }
    .acceso_submenu:hover{
        border-bottom: 2px solid #ffffff;
    }
    .acceso_activo{
        border-bottom: 2px solid #ffffff!important;
        pointer-events: none!important;
    }
    .barra_header{
        min-width: 100px;
        width: auto;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        top: 52px;
        right: 0;
        bottom: auto;
        text-align: right;
    }
    .acceso_contacto{
        width: 48px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 2px 25px 0 0;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        color: #818485;
        letter-spacing: 2px;
        font-weight: 100;
    
        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;
    }
    .acceso_contacto:hover{
        border-bottom: 2px solid #ffffff;
    }
    .acceso_partners{
        width: 57px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 2px 25px 0 0;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        color: #818485;
        letter-spacing: 2px;
        font-weight: 100;
    
        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;
    }
    .acceso_partners:hover{
        border-bottom: 2px solid #ffffff;
    }
    .acceso_insta{
        width: 17px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 0 0;
        padding-bottom: 2px;
        cursor: pointer;
        border-bottom: 2px solid transparent;
    
        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;
    }
    .acceso_insta:hover{
        border-bottom: 2px solid #ffffff;
    }
    .buscador{
        min-width: 18px;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        background:transparent;
        padding: 6px 5px 5px;
        position: relative;
        top: -5px;
    
        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;
    
    }
    .buscador:hover{
        border-bottom: 2px solid #ffffff;
    }
    .buscador_activo{
        background-color: #ffffff!important;
        border-bottom: 2px solid transparent;
    }
    .campo_buscar{
        width: auto!important;
        height: 18px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden; 
    }
    .busca{
        width: 0px!important;
        display: block;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
    
        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;
    }
    .campo_busqueda_activo{
        width: 170px!important;
    }
    .btn_buscar{
        width: 18px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .logo_header{
        width: 72px;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        top: 34px;
        right: -90px;
        bottom: auto;
    }
    .cerrar_seccion{
        width: 37px;
        height: auto;
        display: block;
        position: absolute;
        right: auto;
        top: 44px;
        left: -80px;
        bottom: auto;
    
        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;
    }
    .cerrar_seccion:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}
@media screen and (min-width:1440px){
    .encabezado{
        width: 100%;
        height: 120px;
        display: block;
        position: relative;
    }
    .grilla_header{
        width: 70%;
        max-width: 900px;
        height: auto;
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        margin: 0 auto;
    }
    .acceso_menu_mobile{
        width: 26px;
        height: auto;
        display: none;
        vertical-align: top;
        padding: 38px 0 0px;
    }
    .color_select{
        width: 19px;
        height: auto;
        display: inline-block;
        margin: 0 auto 0 0;
        padding: 55px 0 4px;
        border-bottom: 0px solid #ffffff;
        cursor: pointer;
        text-decoration: none;
        
        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;
    }
    .color_select:hover{
        border-bottom: 8px solid #ffffff;
    }
    .submenu{
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 54px 12px 4px;
        background-color: transparent;
    }
    .acceso_submenu{
        display: inline-block;
        vertical-align: top;
        margin: 0 12px;
        padding: 0;
        cursor: pointer;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        color: #818485;
        letter-spacing: 2px;
        font-weight: 100;
    
        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;
    }
    .acceso_submenu:hover{
        border-bottom: 2px solid #ffffff;
    }
    .acceso_activo{
        border-bottom: 2px solid #ffffff!important;
        pointer-events: none!important;
    }
    .barra_header{
        min-width: 100px;
        width: auto;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        top: 52px;
        right: 0;
        bottom: auto;
        text-align: right;
    }
    .acceso_contacto{
        width: 48px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 2px 25px 0 0;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        color: #818485;
        letter-spacing: 2px;
        font-weight: 100;
    
        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;
    }
    .acceso_contacto:hover{
        border-bottom: 2px solid #ffffff;
    }
    .acceso_partners{
        width: 57px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 2px 25px 0 0;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
        color: #818485;
        letter-spacing: 2px;
        font-weight: 100;
    
        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;
    }
    .acceso_partners:hover{
        border-bottom: 2px solid #ffffff;
    }
    .acceso_insta{
        width: 17px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 0 0;
        padding-bottom: 2px;
        cursor: pointer;
        border-bottom: 2px solid transparent;
    
        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;
    }
    .acceso_insta:hover{
        border-bottom: 2px solid #ffffff;
    }
    .buscador{
        min-width: 18px;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        background:transparent;
        padding: 6px 5px 5px;
        position: relative;
        top: -5px;
    
        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;
    
    }
    .buscador:hover{
        border-bottom: 2px solid #ffffff;
    }
    .buscador_activo{
        background-color: #ffffff!important;
        border-bottom: 2px solid transparent;
    }
    .campo_buscar{
        width: auto!important;
        height: 18px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden; 
    }
    .busca{
        width: 0px!important;
        display: block;
        font-family: 'Bebas Neue', cursive;
        font-size: 14px;
    
        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;
    }
    .campo_busqueda_activo{
        width: 170px!important;
    }
    .btn_buscar{
        width: 18px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .logo_header{
        width: 72px;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        top: 34px;
        right: -90px;
        bottom: auto;
    }
    .cerrar_seccion{
        width: 37px;
        height: auto;
        display: block;
        position: absolute;
        right: auto;
        top: 44px;
        left: -80px;
        bottom: auto;
    
        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;
    }
    .cerrar_seccion:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}