/* Shared navigation and footer for both MVO Site addon layouts.
   Do not theme the page body or native client content here.
   Keep the 1200px breakpoint in sync with the existing header interactions. */
@font-face { font-family: 'MVO Manrope'; src: url('legacy/fontes/manrope-400.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'MVO Manrope'; src: url('legacy/fontes/manrope-600.ttf') format('truetype'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: 'MVO Manrope'; src: url('legacy/fontes/manrope-800.ttf') format('truetype'); font-style: normal; font-weight: 700 800; font-display: swap; }

/* Bootstrap client dialogs must cover the shared header while open. */
body.mvo-shell-next.mvo-addon-client-shell.modal-open .mvo_header {
    z-index: 1000;
}

body.mvo-shell-next .mvo_header {
    background: #090d12;
    border-bottom: 1px solid #25303d;
    color: #f5f8fc;
    font-family: 'MVO Manrope', sans-serif;
    box-shadow: none;
}

body.mvo-shell-next .mvo_header .mvo_topo {
    width: min(100%, 1344px);
    min-height: 80px;
    margin-inline: auto;
    padding-inline: 32px;
    gap: 28px;
    background: #090d12;
}

body.mvo-shell-next .mvo_header .logo,
body.mvo-shell-next .mvo-footer .footer-logo {
    color: #f5f8fc;
    font-family: MVO, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

body.mvo-shell-next .mvo_header .logo {
    font-size: 42px;
    line-height: 1;
}

body.mvo-shell-next .mvo_header .mvo_menu > li > a,
body.mvo-shell-next .mvo_header .mvo_menu_parent_button {
    color: #dce5f0;
    font-size: 14px;
    font-weight: 500;
}

body.mvo-shell-next .mvo_header .mvo_menu > li > a:hover,
body.mvo-shell-next .mvo_header .mvo_menu_parent_button:hover,
body.mvo-shell-next .mvo_header .mvo_menu > li.is-open > .mvo_menu_parent_button {
    color: #fff;
}

body.mvo-shell-next .mvo_header .mvo_menu > li::after {
    background: #2584ff;
}

body.mvo-shell-next .mvo_header .mvo_menu > li > a:focus-visible,
body.mvo-shell-next .mvo_header .mvo_menu_parent_button:focus-visible {
    color: #fff;
    background: #111923;
    outline: 2px solid #80b9ff;
    outline-offset: -4px;
    box-shadow: none;
}

body.mvo-shell-next .mvo_header .mvo_header_side {
    gap: 16px;
}

body.mvo-shell-next .mvo_header .mvo_header_side .telefone {
    display: inline-flex;
    color: #e9f0f9;
}

body.mvo-shell-next .mvo_header .mvo_header_side .telefone span {
    color: #aab7c6;
    font-size: 10px;
    letter-spacing: .03em;
    text-transform: none;
}

body.mvo-shell-next .mvo_header .mvo_header_side .telefone strong {
    font-size: 14px;
}

body.mvo-shell-next .mvo_header .acoes::before {
    background: #25303d;
}

body.mvo-shell-next .mvo_header .mvo_header_login_item > a,
body.mvo-shell-next .mvo_header .mvo_header_status_item > a,
body.mvo-shell-next .mvo_header .mvo_header_support_item > a {
    color: #dce5f0;
    min-height: 44px;
    font-size: 13px;
    font-weight: 500;
}

body.mvo-shell-next .mvo_header .mvo_header_login_item > a {
    border: 1px solid #334152;
    padding-inline: 16px;
    margin-inline: 3px;
    border-radius: 8px;
}

body.mvo-shell-next .mvo_header .mvo_header_login_item > a i,
body.mvo-shell-next .mvo_header .mvo_header_support_item > a i,
body.mvo-shell-next .mvo_header .mvo_notifications_menu > summary > i,
body.mvo-shell-next .mvo_header .mvo_header_cart_menu > summary > i,
body.mvo-shell-next .mvo_header .mvo_account_menu > summary > i {
    color: #aab7c6;
}

body.mvo-shell-next .mvo_header .mvo_header_cart_menu > summary,
body.mvo-shell-next .mvo_header .mvo_notifications_menu > summary,
body.mvo-shell-next .mvo_header .mvo_account_menu > summary {
    min-height: 44px;
    border-radius: 8px;
    border-color: transparent;
    background: transparent;
    color: #f5f8fc;
    box-shadow: none;
}

body.mvo-shell-next .mvo_header .mvo_header_cart_menu > summary {
    gap: 7px;
    padding: 4px 8px;
}

body.mvo-shell-next .mvo_header .mvo_header_cart_icon {
    width: 30px;
    height: 30px;
    color: #dce5f0;
    background: transparent;
    box-shadow: none;
}

body.mvo-shell-next .mvo_header .mvo_header_cart_badge {
    box-shadow: 0 0 0 2px #090d12;
}

body.mvo-shell-next .mvo_header .mvo_header_cart_text,
body.mvo-shell-next .mvo_header .mvo_account_text {
    display: grid;
    gap: 3px;
}

body.mvo-shell-next .mvo_header .mvo_header_cart_text small,
body.mvo-shell-next .mvo_header .mvo_account_text small {
    color: #aab7c6;
    font-size: 10px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

body.mvo-shell-next .mvo_header .mvo_header_cart_text strong,
body.mvo-shell-next .mvo_header .mvo_account_text strong {
    color: #f5f8fc;
    font-size: 12px;
    font-weight: 500;
}

body.mvo-shell-next .mvo_header .mvo_account_avatar {
    width: 32px;
    height: 32px;
    background: #1b4e93;
    box-shadow: none;
}

body.mvo-shell-next .mvo_header .mvo_header_login_item > a:hover,
body.mvo-shell-next .mvo_header .mvo_header_status_item > a:hover,
body.mvo-shell-next .mvo_header .mvo_header_support_item > a:hover,
body.mvo-shell-next .mvo_header .mvo_header_cart_menu > summary:hover,
body.mvo-shell-next .mvo_header .mvo_header_cart_menu[open] > summary,
body.mvo-shell-next .mvo_header .mvo_header_cart_item:hover .mvo_header_cart_menu > summary,
body.mvo-shell-next .mvo_header .mvo_header_cart_item:focus-within .mvo_header_cart_menu > summary,
body.mvo-shell-next .mvo_header .mvo_notifications_menu > summary:hover,
body.mvo-shell-next .mvo_header .mvo_notifications_menu[open] > summary,
body.mvo-shell-next .mvo_header .mvo_account_menu > summary:hover,
body.mvo-shell-next .mvo_header .mvo_account_menu[open] > summary {
    color: #fff;
    background: #182330;
    box-shadow: none;
}

/* The existing utility panels remain light and retain their own text colors. */
body.mvo-shell-next .mvo_header .submenu,
body.mvo-shell-next .mvo_header .mvo_header_cart_dropdown,
body.mvo-shell-next .mvo_header .mvo_notifications_dropdown,
body.mvo-shell-next .mvo_header .mvo_account_dropdown {
    color: #172436;
    background: #fff;
    border-radius: 12px;
    backdrop-filter: none;
}

body.mvo-shell-next .mvo_header .mvo_header_cart_button.is-primary {
    color: #fff;
    background: #1769d6;
    box-shadow: none;
}

body.mvo-shell-next .mvo_header .mvo_header_cart_button.is-primary:hover {
    color: #fff;
    background: #1256b1;
}

body.mvo-shell-next .mvo_header .mvo_mobile_menu_toggle {
    width: 46px;
    height: 46px;
    border: 1px solid #334152;
    border-radius: 8px;
    background: #111923;
}

body.mvo-shell-next .mvo_header .mvo_mobile_menu_toggle span {
    background: #f5f8fc;
}

body.mvo-shell-next .mvo-footer {
    font-family: 'MVO Manrope', sans-serif;
    background: #090d12;
    color: #aab7c6;
    border-top: 1px solid #25303d;
}

body.mvo-shell-next .mvo-footer::before {
    content: none;
}

body.mvo-shell-next .mvo-footer .mvo-footer-container {
    width: min(1280px, calc(100% - 64px));
}

body.mvo-shell-next .mvo-footer .footer-top {
    gap: 72px;
    padding-block: 64px 40px;
}

body.mvo-shell-next .mvo-footer .footer-logo {
    font-size: 46px;
    margin-bottom: 22px;
    line-height: 1;
}

body.mvo-shell-next .mvo-footer .footer-brand p {
    font-size: 15px;
    line-height: 1.75;
}

body.mvo-shell-next .mvo-footer .footer-certificacoes h3,
body.mvo-shell-next .mvo-footer .footer-column h4 {
    color: #f5f8fc;
    font-size: 13px;
    letter-spacing: .035em;
    font-weight: 600;
}

body.mvo-shell-next .mvo-footer .certificacao {
    background: #111923;
    border-color: #25303d;
    color: #bcc9d8;
    font-size: 11px;
    font-weight: 400;
    padding: 9px 12px;
}

body.mvo-shell-next .mvo-footer .certificacao:hover,
body.mvo-shell-next .mvo-footer .certificacao.ativo {
    background: #182330;
    border-color: #80b9ff;
    color: #fff;
}

body.mvo-shell-next .mvo-footer .footer-divider {
    background: #25303d;
}

body.mvo-shell-next .mvo-footer .footer-columns {
    padding-block: 44px 54px;
    grid-template-columns: 1fr 1fr 1fr 1.2fr;
    gap: 40px;
}

body.mvo-shell-next .mvo-footer .footer-column h4 {
    margin-bottom: 20px;
}

body.mvo-shell-next .mvo-footer .footer-column h4::after {
    content: none;
}

body.mvo-shell-next .mvo-footer .footer-column a {
    color: #aab7c6;
    padding-block: 7px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

body.mvo-shell-next .mvo-footer .footer-column a:hover {
    padding-left: 0;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: .25em;
}

body.mvo-shell-next .mvo-footer .footer-column p {
    color: #aab7c6;
    font-size: 14px;
    line-height: 1.7;
}

body.mvo-shell-next .mvo-footer .footer-social a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    min-height: 44px;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 8px;
    border-color: #334152;
    color: #dce5f0;
    background: #111923;
    font-size: 18px;
}

body.mvo-shell-next .mvo-footer .footer-social a:hover {
    color: #fff;
    background: #1769d6;
    border-color: #1769d6;
    text-decoration: none;
}

body.mvo-shell-next .mvo-footer .footer-bottom {
    border-color: #25303d;
    padding-block: 24px;
}

body.mvo-shell-next .mvo-footer .footer-bottom span {
    color: #aab7c6;
    font-size: 12px;
    line-height: 1.7;
}

@media (min-width: 1201px) {
    body.mvo-shell-next .mvo_header .mvo_topo,
    body.mvo-shell-next .mvo_header .mvo_menu > li > a,
    body.mvo-shell-next .mvo_header .mvo_menu_parent_button {
        height: 80px;
    }

    body.mvo-shell-next .mvo_header .mvo_menu {
        flex: 1 1 auto;
        gap: 2px;
    }

    body.mvo-shell-next .mvo_header .mvo_menu > li > a,
    body.mvo-shell-next .mvo_header .mvo_menu_parent_button {
        padding-inline: 10px;
        white-space: nowrap;
    }

    body.mvo-shell-next .mvo_header .submenu {
        top: 80px;
    }
}

@media (min-width: 1201px) and (max-width: 1420px) {
    body.mvo-shell-next .mvo_header .mvo_topo {
        gap: 18px;
        padding-inline: 24px;
    }

    body.mvo-shell-next .mvo_header .mvo_header_side {
        gap: 8px;
    }

    body.mvo-shell-next .mvo_header .mvo_menu > li > a,
    body.mvo-shell-next .mvo_header .mvo_menu_parent_button {
        padding-inline: 8px;
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    body.mvo-shell-next .mvo_header .mvo_topo {
        height: auto;
        padding: 17px 24px;
        gap: 0;
    }

    body.mvo-shell-next .mvo_header .mvo_topo.is-mobile-open {
        box-shadow: none;
    }

    body.mvo-shell-next .mvo_header .mvo_menu {
        margin-top: 17px;
        border-color: #25303d;
        background: #090d12;
    }

    body.mvo-shell-next .mvo_header .mvo_menu > li > a,
    body.mvo-shell-next .mvo_header .mvo_menu_parent_button {
        font-size: 16px;
        border-color: #25303d;
    }

    body.mvo-shell-next .mvo_header .mvo_menu_parent_button i {
        color: #dce5f0;
        background: #182330;
    }

    body.mvo-shell-next .mvo_header .submenu {
        border: 0;
        padding: 12px 16px;
    }

    body.mvo-shell-next .mvo_header .submenu_col a .mvo_submenu_copy > span {
        color: #526074;
        font-size: 12px;
        line-height: 1.55;
    }

    body.mvo-shell-next .mvo_header .mvo_header_side {
        gap: 0;
    }

    body.mvo-shell-next .mvo_header .mvo_header_side .telefone {
        flex-direction: row;
        min-height: 60px;
        border-color: #25303d;
    }

    body.mvo-shell-next .mvo_header .mvo_header_side .telefone span {
        font-size: 13px;
    }

    body.mvo-shell-next .mvo_header .acoes {
        gap: 6px;
        padding-block: 12px 0;
    }

    body.mvo-shell-next .mvo_header .mvo_header_login_item > a {
        margin-inline: 0;
    }

    body.mvo-shell-next .mvo_header .mvo_header_cart_menu > summary {
        min-height: 52px;
    }

    body.mvo-shell-next .mvo_header .mvo_header_cart_dropdown,
    body.mvo-shell-next .mvo_header .mvo_notifications_dropdown,
    body.mvo-shell-next .mvo_header .mvo_account_dropdown {
        border: 0;
        margin-bottom: 12px;
    }

    body.mvo-shell-next .mvo-footer .footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
}

@media (max-width: 760px) {
    body.mvo-shell-next .mvo_header .mvo_topo {
        padding-inline: 20px;
    }

    body.mvo-shell-next .mvo-footer .mvo-footer-container {
        width: calc(100% - 40px);
    }

    body.mvo-shell-next .mvo-footer .footer-top {
        gap: 36px;
        padding-block: 48px 28px;
    }

    body.mvo-shell-next .mvo-footer .footer-columns {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-block: 32px 40px;
    }

    body.mvo-shell-next .mvo-footer .footer-column a {
        min-height: 44px;
        padding-block: 11px;
    }

    body.mvo-shell-next .mvo-footer .footer-bottom-content {
        text-align: left;
        align-items: flex-start;
    }
}
