#hero-home {
    height: 804px !important;
}

/*anclar menu superior*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 149px;
    z-index: 10;
    background-color: #fff;
}

.scroll-down #menu, 
.scroll-up #menu, 
#menu {
    position: fixed!important;
    width: 100%;
    transition: none !important;
    display: inline-flex;
    transform: none !important;
    top: 113px;
}

body>div#editorial,
body>div.container-fluid,
body>div.block-top-negative {
    margin-top: 149px!important;
}

@media all and (max-width: 845px) {
    
    .scroll-down #menu, 
    .scroll-up #menu, 
    #menu{
        display: none;
    }
    
    header {
        height: auto !important;
    }

    .scroll-down .top-bar {
        transform: none;
    }

    body>div#editorial,
    body>div.container-fluid,
    body>div.block-top-negative {
        margin-top: 87px!important;
    }

}

@media all and (max-width: 768px) {
    
    body>div#editorial,
    body>div.container-fluid,
    body>div.block-top-negative {
        margin-top: 51px!important;
    }

}






