
/*
 * Vila Baco Core v0.21.2
 * Correção EXCLUSIVA do menu da Home.
 * Páginas internas continuam usando o menu global já aprovado.
 */

@media(min-width:981px){
    .vb-site .vb-header .vb-nav{
        width:min(1280px,calc(100% - 42px)) !important;
        max-width:1280px !important;
        gap:18px !important;
    }

    .vb-site .vb-header .vb-logo{
        flex:0 0 auto !important;
    }

    .vb-site .vb-header .vb-logo img{
        width:118px !important;
        max-width:118px !important;
    }

    .vb-site .vb-header .vb-menu{
        display:flex !important;
        flex:1 1 auto !important;
        align-items:center !important;
        justify-content:center !important;
        gap:12px !important;
        min-width:0 !important;
    }

    .vb-site .vb-header .vb-menu>li{
        flex:0 0 auto !important;
        margin:0 !important;
        padding:0 !important;
    }

    .vb-site .vb-header .vb-menu>li>a{
        display:inline-flex !important;
        align-items:center !important;
        min-height:40px !important;
        font-size:10.4px !important;
        letter-spacing:.55px !important;
        line-height:1 !important;
        white-space:nowrap !important;
    }

    .vb-site .vb-header .vb-header-socials{
        flex:0 0 auto !important;
        gap:6px !important;
    }

    .vb-site .vb-header .vb-header-socials>a,
    .vb-site .vb-header .vb-header-socials>.vb-search-trigger{
        width:38px !important;
        height:38px !important;
        min-width:38px !important;
        min-height:38px !important;
    }
}

@media(min-width:981px) and (max-width:1180px){
    .vb-site .vb-header .vb-nav{
        width:calc(100% - 28px) !important;
        gap:12px !important;
    }

    .vb-site .vb-header .vb-logo img{
        width:102px !important;
        max-width:102px !important;
    }

    .vb-site .vb-header .vb-menu{
        gap:9px !important;
    }

    .vb-site .vb-header .vb-menu>li>a{
        font-size:9.5px !important;
        letter-spacing:.35px !important;
    }

    .vb-site .vb-header .vb-header-socials>a,
    .vb-site .vb-header .vb-header-socials>.vb-search-trigger{
        width:35px !important;
        height:35px !important;
        min-width:35px !important;
        min-height:35px !important;
    }
}

/* No extra empty paragraph under Home section headings. */
.vb-site .vb-home-offerings-section .vb-home-heading p:empty{
    display:none !important;
}
