/* Regras legadas isoladas para o cabeçalho e rodapé do addon mvo_site.
   Gerado a partir de legacy/css/mvo.css; não adicionar seletores de conteúdo. */
@font-face {
    font-family: 'MVO';
    src: url('legacy/fontes/mvo.woff2') format('woff2'),
         url('legacy/fontes/mvo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.mvo_header { background: rgb(255, 255, 255); border-bottom: 1px solid rgb(226, 232, 240); position: relative; z-index: 100; }
.mvo_header .mvo_topo { height: 76px; padding: 0px 35px; display: flex; align-items: center; gap: 28px; background: rgb(255, 255, 255); position: relative; z-index: 100; }
.mvo_header .logo { font-family: MVO, sans-serif; font-size: 48px; color: rgb(2, 118, 172); flex-shrink: 0; text-decoration: none !important; }
.mvo_header .logo:hover { color: rgb(2, 118, 172); }
.mvo_header .mvo_menu, .mvo_header .acoes { margin: 0px; padding: 0px; list-style: none; }
.mvo_header .mvo_menu { display: flex; align-items: center; gap: 4px; flex: 1 1 0%; min-width: 0px; }
.mvo_header .mvo_menu > li { position: relative; }
.mvo_header .mvo_header_side { margin-left: auto; display: flex; align-items: center; gap: 18px; flex: 0 0 auto; }
.mvo_header .mvo_mobile_menu_toggle { display: none; width: 50px; height: 50px; appearance: none; border: 1px solid rgb(219, 231, 243); border-radius: 14px; background: linear-gradient(rgb(255, 255, 255), rgb(247, 251, 255)); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; padding: 0px; }
.mvo_header .mvo_mobile_menu_toggle span { width: 20px; height: 2px; border-radius: 999px; background: rgb(2, 118, 172); transition: 0.2s; }
.mvo_header .mvo_menu > li > a { display: flex; align-items: center; height: 76px; padding: 0px 14px; text-decoration: none; color: rgb(38, 50, 56); font-size: 15px; font-weight: 100; transition: color 0.2s; }
.mvo_header .mvo_menu_parent_button { display: flex; align-items: center; gap: 8px; height: 76px; padding: 0px 14px; border: 0px; background: transparent; color: rgb(38, 50, 56); font-size: 15px; font-weight: 100; transition: color 0.2s; cursor: pointer; }
.mvo_header .mvo_menu_parent_button i { font-size: 11px; transition: transform 0.2s; }
.mvo_header .mvo_menu > li > a:hover { color: rgb(2, 118, 172); }
.mvo_header .mvo_menu_parent_button:hover { color: rgb(2, 118, 172); }
.mvo_header .has-submenu.is-open .mvo_menu_parent_button i { transform: rotate(180deg); }
.mvo_header .has-submenu > a::after { content: ""; font-family: "Font Awesome 7 Pro"; font-weight: 600; font-size: 11px; margin-left: 8px; transition: transform 0.2s; }
.mvo_header .has-submenu.is-open > a::after { transform: rotate(180deg); }
.mvo_header .submenu { position: absolute; top: 76px; left: 0px; width: 680px; display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 22px; padding: 28px; background: rgb(255, 255, 255); border: 1px solid rgb(232, 237, 242); border-radius: 0px 0px 18px 18px; box-shadow: rgba(0, 0, 0, 0.12) 0px 18px 45px; opacity: 0; visibility: hidden; transform: translateY(12px); transition: 0.22s; }
.mvo_header .has-submenu.is-open .submenu { opacity: 1; visibility: visible; transform: translateY(0px); }
.mvo_header .submenu_col h3 { margin: 0px 12px 14px; color: rgb(2, 118, 172); font-size: 15px; text-transform: uppercase; letter-spacing: 0.5px; }
.mvo_header .submenu_col a { display: block; padding: 14px; border-radius: 12px; text-decoration: none; color: rgb(38, 50, 56); transition: 0.2s; }
.mvo_header .submenu_col a:hover { background: rgb(243, 249, 252); color: rgb(2, 118, 172); }
.mvo_header .submenu_col a strong { display: block; font-size: 15px; margin-bottom: 5px; }
.mvo_header .submenu_col a span { display: block; color: rgb(102, 112, 133); font-size: 13px; line-height: 1.4; }
.mvo_header .mvo_menu_products { display: block; }
.mvo_header .mvo_topo.is-products-collapsed .mvo_menu_products { display: block; }
.mvo_header .mvo_topo.is-products-collapsed .mvo_menu > li.mvo_menu_product_link { display: none; }
.mvo_header .submenu-products { width: 760px; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 22px; }
.mvo_header .telefone { font-size: 20px; font-weight: 700; color: rgb(2, 118, 172); white-space: nowrap; }
.mvo_header .acoes { display: flex; align-items: center; gap: 6px; }
.mvo_header .acoes li a { text-decoration: none; color: rgb(51, 51, 51); font-size: 14px; padding: 9px 14px; border-radius: 8px; }
@media (min-width: 1201px) and (max-width: 1600px){.mvo_header .mvo_topo { gap: 12px; padding-left: 24px; padding-right: 24px; }
.mvo_header .mvo_menu { gap: 2px; flex: 0 1 auto; }
.mvo_header .mvo_header_side { gap: 10px; }
.mvo_header .mvo_menu > li > a, .mvo_header .mvo_menu_parent_button { padding: 0px 10px; font-size: 14px; }
.mvo_header .submenu-products { width: 760px; left: 50%; transform: translate(-50%, 12px); }
.mvo_header .has-submenu.is-open .submenu-products { transform: translate(-50%, 0px); }
.mvo_header .telefone { font-size: 17px; }
.mvo_header .acoes { gap: 2px; }
.mvo_header .acoes li a { padding: 8px 10px; font-size: 13px; }
.mvo_header .mvo_header_cart_menu summary { gap: 10px; padding: 6px 10px; }
.mvo_header .mvo_header_cart_text { display: none; }
.mvo_header .mvo_header_cart_text small { font-size: 10px; }
.mvo_header .mvo_header_cart_text strong { font-size: 12px; }}
.mvo_header .mvo_account_menu_item { position: relative; }
.mvo_header .mvo_notifications_menu_item { position: relative; }
.mvo_header .mvo_header_cart_item { position: relative; }
.mvo_header .mvo_header_cart_menu { position: relative; }
.mvo_header .mvo_header_cart_menu summary { display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 6px 12px 6px 10px; border: 1px solid rgb(219, 231, 243); border-radius: 14px; background: linear-gradient(rgb(255, 255, 255), rgb(247, 251, 255)); cursor: pointer; list-style: none; transition: 0.2s; }
.mvo_header .mvo_header_cart_menu summary::-webkit-details-marker { display: none; }
.mvo_header .mvo_header_cart_menu summary:hover { border-color: rgb(159, 202, 231); box-shadow: rgba(2, 118, 172, 0.1) 0px 12px 24px; }
.mvo_header .mvo_header_cart_menu[open] summary { border-color: rgb(2, 118, 172); box-shadow: rgba(2, 118, 172, 0.14) 0px 16px 28px; }
.mvo_header .mvo_header_cart_icon { position: relative; width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: linear-gradient(135deg, rgb(2, 118, 172), rgb(0, 164, 244)); color: rgb(255, 255, 255); box-shadow: rgba(2, 118, 172, 0.22) 0px 10px 20px; flex: 0 0 auto; }
.mvo_header .mvo_header_cart_icon i { font-size: 16px; }
.mvo_header .mvo_header_cart_badge { position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0px 6px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: rgb(239, 68, 68); color: rgb(255, 255, 255); font-size: 11px; font-weight: 600; line-height: 1; box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px; }
.mvo_header .mvo_header_cart_text { display: grid; line-height: 1.1; }
.mvo_header .mvo_header_cart_text small { color: rgb(100, 116, 139); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.mvo_header .mvo_header_cart_text strong { color: rgb(7, 24, 39); font-size: 14px; font-weight: 600; }
.mvo_header .mvo_header_cart_menu summary > i { color: rgb(100, 116, 139); font-size: 13px; transition: transform 0.2s; }
.mvo_header .mvo_header_cart_menu[open] summary > i { transform: rotate(180deg); }
.mvo_header .mvo_header_cart_dropdown { position: absolute; top: calc(100% + 12px); right: 0px; width: 390px; padding: 0px; border: 1px solid rgb(220, 232, 242); border-radius: 18px; background: rgba(255, 255, 255, 0.98); box-shadow: rgba(15, 23, 42, 0.12) 0px 24px 50px; backdrop-filter: blur(12px); z-index: 120; overflow: hidden; }
@media (hover: hover) and (pointer: fine){.mvo_header .mvo_header_cart_item:hover .mvo_header_cart_dropdown, .mvo_header .mvo_header_cart_item:focus-within .mvo_header_cart_dropdown { display: block; }
.mvo_header .mvo_header_cart_item:hover .mvo_header_cart_menu > summary { border-color: rgb(2, 118, 172); box-shadow: rgba(2, 118, 172, 0.14) 0px 16px 28px; }}
.mvo_header .mvo_header_cart_head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 18px 18px 16px; border-bottom: 1px solid rgb(238, 243, 248); }
.mvo_header .mvo_header_cart_head div { display: grid; gap: 5px; }
.mvo_header .mvo_header_cart_head strong { color: rgb(7, 24, 39); font-size: 16px; font-weight: 600; }
.mvo_header .mvo_header_cart_head span { color: rgb(100, 116, 139); font-size: 12px; font-weight: 400; letter-spacing: 0.04em; text-transform: uppercase; }
.mvo_header .mvo_header_cart_head b { color: rgb(2, 118, 172); font-size: 18px; font-weight: 600; line-height: 1.2; text-align: right; }
.mvo_header .mvo_header_cart_list { max-height: 360px; overflow: auto; }
.mvo_header .mvo_header_cart_line { display: grid; grid-template-columns: 34px minmax(0px, 1fr) auto; align-items: start; gap: 12px; padding: 16px 18px; border-bottom: 1px solid rgb(238, 243, 248); }
.mvo_header .mvo_header_cart_line_icon { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: rgb(238, 247, 253); color: rgb(2, 118, 172); font-size: 14px; }
.mvo_header .mvo_header_cart_line_body { display: grid; gap: 3px; min-width: 0px; }
.mvo_header .mvo_header_cart_line_body strong { color: rgb(15, 23, 42); font-size: 14px; font-weight: 600; }
.mvo_header .mvo_header_cart_line_body small, .mvo_header .mvo_header_cart_line_body span { color: rgb(100, 116, 139); font-size: 12px; line-height: 1.5; }
.mvo_header .mvo_header_cart_line_price { color: rgb(15, 23, 42); font-size: 13px; font-weight: 600; white-space: nowrap; text-align: right; }
.mvo_header .mvo_header_cart_more { padding: 14px 18px 0px; color: rgb(100, 116, 139); font-size: 12px; font-weight: 700; }
.mvo_header .mvo_header_cart_footer { display: grid; grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr); gap: 10px; padding: 18px; border-top: 1px solid rgb(238, 243, 248); }
.mvo_header .mvo_header_cart_clear_form { margin: 0px; }
.mvo_header .mvo_header_cart_button { width: 100%; min-height: 44px; padding: 0px 16px; display: inline-flex; align-items: center; justify-content: center; border: 0px; border-radius: 12px; font-size: 14px; font-weight: 600; text-decoration: none; cursor: pointer; transition: 0.2s; }
.mvo_header .mvo_header_cart_button.is-primary { background: linear-gradient(135deg, rgb(2, 118, 172), rgb(0, 164, 244)); color: rgb(255, 255, 255); box-shadow: rgba(2, 118, 172, 0.18) 0px 16px 28px; }
.mvo_header .mvo_header_cart_button.is-primary:hover { color: rgb(255, 255, 255); text-decoration: none; transform: translateY(-1px); background: linear-gradient(135deg, rgb(1, 96, 139), rgb(0, 164, 244)); }
.mvo_header .mvo_header_cart_button.is-secondary { background: rgb(247, 250, 252); color: rgb(51, 65, 85); border: 1px solid rgb(219, 231, 243); }
.mvo_header .mvo_header_cart_button.is-secondary:hover { background: rgb(238, 247, 253); color: rgb(2, 118, 172); }
.mvo_header .mvo_header_cart_empty { display: grid; justify-items: center; gap: 10px; padding: 24px 20px; text-align: center; }
.mvo_header .mvo_header_cart_empty i { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; background: rgb(238, 247, 253); color: rgb(2, 118, 172); font-size: 20px; }
.mvo_header .mvo_header_cart_empty strong { color: rgb(15, 23, 42); font-size: 16px; font-weight: 600; }
.mvo_header .mvo_header_cart_empty span { color: rgb(100, 116, 139); font-size: 13px; line-height: 1.6; max-width: 280px; }
.mvo_header .mvo_notifications_menu { position: relative; }
.mvo_header .mvo_notifications_menu summary { position: relative; width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgb(219, 231, 243); border-radius: 14px; background: linear-gradient(rgb(255, 255, 255), rgb(247, 251, 255)); cursor: pointer; list-style: none; transition: 0.2s; }
.mvo_header .mvo_notifications_menu summary::-webkit-details-marker { display: none; }
.mvo_header .mvo_notifications_menu summary:hover { border-color: rgb(159, 202, 231); box-shadow: rgba(2, 118, 172, 0.1) 0px 12px 24px; }
.mvo_header .mvo_notifications_menu[open] summary { border-color: rgb(2, 118, 172); box-shadow: rgba(2, 118, 172, 0.14) 0px 16px 28px; }
.mvo_header .mvo_notifications_menu summary > i { color: rgb(2, 118, 172); font-size: 16px; }
.mvo_header .mvo_notifications_badge { position: absolute; top: -5px; right: -5px; min-width: 20px; height: 20px; padding: 0px 6px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: rgb(2, 118, 172); color: rgb(255, 255, 255); font-size: 11px; font-weight: 600; line-height: 1; }
.mvo_header .mvo_notifications_dropdown { position: absolute; top: calc(100% + 12px); right: 0px; width: 340px; padding: 0px; border: 1px solid rgb(220, 232, 242); border-radius: 18px; background: rgba(255, 255, 255, 0.98); box-shadow: rgba(15, 23, 42, 0.12) 0px 24px 50px; backdrop-filter: blur(12px); z-index: 120; overflow: hidden; }
.mvo_header .mvo_notifications_head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 18px 16px; border-bottom: 1px solid rgb(238, 243, 248); }
.mvo_header .mvo_notifications_head strong { color: rgb(7, 24, 39); font-size: 16px; font-weight: 600; }
.mvo_header .mvo_notifications_head span { min-width: 28px; height: 28px; padding: 0px 10px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: rgb(2, 118, 172); color: rgb(255, 255, 255); font-size: 12px; font-weight: 600; }
.mvo_header .mvo_notifications_list { display: grid; }
.mvo_header .mvo_notifications_empty { display: grid; justify-items: center; gap: 10px; padding: 24px 20px; color: rgb(100, 116, 139); text-align: center; }
.mvo_header .mvo_notifications_empty i { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; background: rgb(243, 248, 252); color: rgb(148, 163, 184); font-size: 18px; }
.mvo_header .mvo_notifications_empty span { font-size: 13px; line-height: 1.6; }
.mvo_header .mvo_account_menu { position: relative; }
.mvo_header .mvo_account_menu summary { display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 6px 12px 6px 8px; border: 1px solid rgb(219, 231, 243); border-radius: 14px; background: linear-gradient(rgb(255, 255, 255), rgb(247, 251, 255)); cursor: pointer; list-style: none; transition: 0.2s; }
.mvo_header .mvo_account_menu summary::-webkit-details-marker { display: none; }
.mvo_header .mvo_account_menu summary:hover { border-color: rgb(159, 202, 231); box-shadow: rgba(2, 118, 172, 0.1) 0px 12px 24px; }
.mvo_header .mvo_account_menu[open] summary { border-color: rgb(2, 118, 172); box-shadow: rgba(2, 118, 172, 0.14) 0px 16px 28px; }
.mvo_header .mvo_account_avatar { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 12px; background: linear-gradient(135deg, rgb(2, 118, 172), rgb(0, 164, 244)); color: rgb(255, 255, 255); font-size: 15px; font-weight: 600; box-shadow: rgba(2, 118, 172, 0.22) 0px 10px 20px; }
.mvo_header .mvo_account_avatar_image { width: 100%; height: 100%; display: block; border-radius: inherit; object-fit: cover; }
.mvo_header .mvo_account_text { display: grid; line-height: 1.1; }
.mvo_header .mvo_account_text small { color: rgb(100, 116, 139); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.mvo_header .mvo_account_text strong { color: rgb(7, 24, 39); font-size: 14px; font-weight: 600; }
.mvo_header .mvo_account_menu summary > i { color: rgb(100, 116, 139); font-size: 13px; transition: transform 0.2s; }
.mvo_header .mvo_account_menu[open] summary > i { transform: rotate(180deg); }
.mvo_header .mvo_account_dropdown { position: absolute; top: calc(100% + 12px); right: 0px; width: 260px; padding: 12px; border: 1px solid rgb(220, 232, 242); border-radius: 18px; background: rgba(255, 255, 255, 0.98); box-shadow: rgba(15, 23, 42, 0.12) 0px 24px 50px; backdrop-filter: blur(12px); z-index: 120; }
.mvo_header .mvo_account_dropdown::before { content: ""; position: absolute; top: -7px; right: 24px; width: 14px; height: 14px; background: rgb(255, 255, 255); border-left: 1px solid rgb(220, 232, 242); border-top: 1px solid rgb(220, 232, 242); transform: rotate(45deg); }
.mvo_header .mvo_account_dropdown a, .mvo_header .mvo_account_dropdown button { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 46px; padding: 0px 12px; border: 0; border-radius: 12px; background: transparent; color: rgb(51, 65, 85); font: inherit; font-size: 14px; font-weight: 400; text-align: left; text-decoration: none; cursor: pointer; transition: 0.2s; }
.mvo_header .mvo_account_dropdown a:hover, .mvo_header .mvo_account_dropdown button:hover { background: rgb(244, 251, 255); color: rgb(2, 118, 172); text-decoration: none; }
.mvo_header .mvo-service-status-link { display: inline-flex; align-items: center; gap: 8px; }
.mvo_header .mvo-service-status-indicator { width: 9px; height: 9px; display: inline-block; flex: 0 0 9px; border-radius: 999px; box-shadow: rgba(148, 163, 184, 0.12) 0px 0px 0px 4px; }
.mvo_header .mvo-service-status-indicator.is-ok { background: rgb(34, 197, 94); box-shadow: rgba(34, 197, 94, 0.16) 0px 0px 0px 4px; }
.mvo_header .mvo-service-status-indicator.is-warning { background: rgb(245, 158, 11); box-shadow: rgba(245, 158, 11, 0.16) 0px 0px 0px 4px; }
.mvo_header .mvo-service-status-indicator.is-danger { background: rgb(239, 68, 68); box-shadow: rgba(239, 68, 68, 0.16) 0px 0px 0px 4px; }
.mvo_header .mvo_account_dropdown a i, .mvo_header .mvo_account_dropdown button i { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: rgb(238, 247, 254); color: rgb(2, 118, 172); flex: 0 0 auto; }
.mvo_header .mvo_account_logout_form { margin: 0; }
.mvo_header .mvo_account_dropdown .mvo_account_logout { margin-top: 6px; color: rgb(220, 38, 38); }
.mvo_header .mvo_account_dropdown .mvo_account_logout i { background: rgb(254, 242, 242); color: rgb(220, 38, 38); }
.mvo_header .acoes li a:hover { background: rgb(243, 249, 252); color: rgb(2, 118, 172); }
.mvo-footer { position: relative; overflow: hidden; background: rgb(248, 250, 252); border-top: 1px solid rgb(226, 232, 240); color: rgb(100, 116, 139); }
.mvo-footer::before { content: "MVO"; position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%); font-family: MVO, sans-serif; font-size: clamp(220px, 42vw, 760px); line-height: 0.8; letter-spacing: -0.04em; color: rgba(2, 24, 39, 0.035); white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; }
.mvo-footer .mvo-footer-container { position: relative; z-index: 1; width: 86%; max-width: 1400px; margin: auto; }
.mvo-footer .footer-top { padding: 60px 0px 40px; display: flex; justify-content: space-between; gap: 50px; }
.mvo-footer .footer-logo { font-family: MVO, sans-serif; font-size: 52px; color: rgb(0, 88, 143); display: inline-block; margin-bottom: 10px; text-decoration: none !important; }
.mvo-footer .footer-logo:hover { color: rgb(0, 88, 143); }
.mvo-footer .footer-brand p { max-width: 500px; line-height: 1.7; margin: 0px; }
.mvo-footer .footer-certificacoes { text-align: right; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; }
.mvo-footer .footer-certificacoes h3 { color: rgb(71, 85, 105); font-size: 13px; letter-spacing: 2px; margin-bottom: 20px; }
.mvo-footer .certificacoes-lista { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.mvo-footer .certificacao { position: relative; background: rgb(255, 255, 255); border: 1px solid rgb(220, 229, 239); border-radius: 6px; padding: 10px 16px; font-size: 12px; font-weight: 600; cursor: pointer; transition: 0.2s; }
.mvo-footer .certificacao:hover, .mvo-footer .certificacao.ativo { background: rgb(0, 88, 143); border-color: rgb(0, 88, 143); color: rgb(255, 255, 255); }
.mvo-footer .tooltip { position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%); background: rgb(75, 85, 99); color: rgb(255, 255, 255); padding: 12px 18px; border-radius: 10px; white-space: nowrap; opacity: 0; visibility: hidden; transition: 0.2s; box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px; z-index: 999; }
.mvo-footer .tooltip::after { content: ""; position: absolute; left: 50%; bottom: -6px; width: 12px; height: 12px; background: rgb(75, 85, 99); transform: translateX(-50%) rotate(45deg); }
.mvo-footer .certificacao:hover .tooltip, .mvo-footer .certificacao.ativo .tooltip { opacity: 1; visibility: visible; }
.mvo-footer .footer-associacao-badge { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 0px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.14); color: rgb(255, 255, 255); font-size: 12px; font-weight: 700; letter-spacing: 0.03em; }
.mvo-footer .footer-associacao-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0px 18px; border-radius: 999px; background: rgba(255, 255, 255, 0.94); color: rgb(3, 89, 136); font-size: 13px; font-weight: 700; }
.mvo-footer .footer-trust-grid { width: min(100%, 760px); display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 16px; align-self: flex-end; margin-top: 8px; }
.mvo-footer .footer-trust-card { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-height: 100%; padding: 18px 20px; border-radius: 22px; color: rgb(226, 237, 246); text-decoration: none; background: radial-gradient(circle at right top, rgba(38, 169, 224, 0.18), transparent 34%), linear-gradient(135deg, rgb(3, 38, 61) 0%, rgb(7, 75, 116) 48%, rgb(10, 120, 179) 100%); box-shadow: rgba(2, 23, 39, 0.14) 0px 18px 40px; position: relative; overflow: hidden; transition: transform 0.22s, box-shadow 0.22s; }
.mvo-footer .footer-trust-card::before { content: ""; position: absolute; inset: 0px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: inherit; pointer-events: none; }
.mvo-footer .footer-trust-card:hover { transform: translateY(-2px); box-shadow: rgba(2, 23, 39, 0.2) 0px 24px 50px; color: rgb(255, 255, 255); }
.mvo-footer .footer-trust-card strong { display: block; font-size: 15px; line-height: 1.4; color: rgb(255, 255, 255); max-width: 100%; text-align: left; }
.mvo-footer .footer-trust-seal { width: 100%; min-height: 76px; display: flex; align-items: center; justify-content: center; padding: 10px 12px; border-radius: 16px; background: rgb(0, 0, 0); box-shadow: rgba(0, 88, 143, 0.08) 0px 0px 0px 1px inset; }
.mvo-footer .footer-trust-seal img { display: block; max-width: 100%; max-height: 56px; width: auto; height: auto; object-fit: contain; }
.mvo-footer .footer-trust-card p { margin: 0px; font-size: 12px; line-height: 1.6; color: rgba(255, 255, 255, 0.86); max-width: 100%; text-align: left; }
.mvo-footer .footer-parcerias-lista { display: flex; justify-content: flex-start; gap: 8px; flex-wrap: wrap; margin-top: auto; }
.mvo-footer .footer-parceria-badge { display: inline-flex; align-items: center; min-height: 34px; padding: 0px 12px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.1); color: rgb(255, 255, 255); font-size: 11px; font-weight: 700; letter-spacing: 0.02em; backdrop-filter: blur(6px); }
.mvo-footer .footer-trust-card.is-link:hover .footer-associacao-link { background: rgb(255, 255, 255); color: rgb(1, 73, 111); }
.mvo-footer .footer-divider { height: 1px; background: rgb(226, 232, 240); }
.mvo-footer .footer-columns { padding: 50px 0px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px; }
.mvo-footer .footer-column h4 { color: rgb(71, 85, 105); font-size: 13px; letter-spacing: 1px; margin-bottom: 25px; position: relative; font-weight: 600; }
.mvo-footer .footer-column h4::after { content: ""; width: 60px; height: 2px; background: rgb(0, 88, 143); display: block; margin-top: 12px; }
.mvo-footer .footer-column a { display: block; text-decoration: none; color: rgb(100, 116, 139); margin-bottom: 14px; transition: 0.2s; }
.mvo-footer .footer-column a:hover { color: rgb(0, 88, 143); padding-left: 5px; }
.mvo-footer .footer-column p { margin-bottom: 15px; }
.mvo-footer .footer-social { display: flex; gap: 10px; margin-top: 25px; }
.mvo-footer .footer-social a { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid rgb(220, 229, 239); border-radius: 10px; background: rgb(255, 255, 255); color: rgb(100, 116, 139); text-decoration: none; font-size: 12px; font-weight: 700; }
.mvo-footer .footer-social a:hover { background: rgb(0, 88, 143); border-color: rgb(0, 88, 143); color: rgb(255, 255, 255); }
.mvo-footer .footer-bottom { position: relative; z-index: 1; border-top: 1px solid rgb(226, 232, 240); padding: 22px 0px; }
.mvo-footer .mvo-invoice-footer-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 16px; float: none !important; }
.mvo-footer .mvo-invoice-footer-actions .btn { min-height: 44px; padding: 0px 16px; border-radius: 14px; font-weight: 700; }
@media (max-width: 767px){.mvo-footer .mvo-invoice-footer-actions { justify-content: stretch; flex-wrap: wrap; }
.mvo-footer .mvo-invoice-footer-actions .btn { width: 100%; justify-content: center; }}
.mvo-footer .footer-bottom-content { display: flex; justify-content: space-between; align-items: center; }
.mvo-footer .footer-bottom span { color: rgb(71, 85, 105); font-size: 14px; }
.mvo-footer .footer-bottom a { text-decoration: none; color: rgb(100, 116, 139); margin-left: 20px; font-size: 14px; }
.mvo-footer .footer-bottom a:hover { color: rgb(0, 88, 143); }
@media (max-width: 1000px){.mvo-footer .footer-top { flex-direction: column; }
.mvo-footer .footer-certificacoes { text-align: left; align-items: flex-start; }
.mvo-footer .certificacoes-lista { justify-content: flex-start; }
.mvo-footer .footer-trust-grid { width: 100%; grid-template-columns: 1fr; }
.mvo-footer .footer-columns { grid-template-columns: 1fr 1fr; }}
@media (max-width: 700px){.mvo-footer .footer-columns { grid-template-columns: 1fr; }
.mvo-footer .footer-bottom-content { flex-direction: column; gap: 15px; text-align: center; }}
.mvo-footer .footer-social { display: flex; gap: 12px; margin-top: 25px; }
.mvo-footer .footer-social a { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid rgb(220, 229, 239); border-radius: 12px; background: rgb(255, 255, 255); color: rgb(100, 116, 139); text-decoration: none; font-size: 18px; transition: 0.25s; }
.mvo-footer .footer-social a:hover { background: rgb(0, 88, 143); border-color: rgb(0, 88, 143); color: rgb(255, 255, 255); }
@media (max-width: 1200px){.mvo_header .mvo_topo { height: auto; min-height: 76px; padding: 18px 7%; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 18px; }
.mvo_header .logo { font-size: 42px; order: 1; margin-right: auto; }
.mvo_header .mvo_mobile_menu_toggle { display: inline-flex; order: 2; margin-left: 0px; }
.mvo_header .mvo_topo.is-mobile-open .mvo_mobile_menu_toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mvo_header .mvo_topo.is-mobile-open .mvo_mobile_menu_toggle span:nth-child(2) { opacity: 0; }
.mvo_header .mvo_topo.is-mobile-open .mvo_mobile_menu_toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mvo_header .mvo_menu { order: 3; flex: 0 0 100%; width: 100%; display: none; grid-template-columns: 1fr; gap: 0px; padding: 14px 20px 6px; border: 1px solid rgb(226, 232, 240); border-radius: 24px; background: rgb(255, 255, 255); box-shadow: rgba(15, 23, 42, 0.08) 0px 20px 45px; }
.mvo_header .mvo_topo.is-mobile-open .mvo_menu { display: grid; }
.mvo_header .mvo_header_side { order: 4; flex: 0 0 100%; width: 100%; display: none; margin-left: 0px; flex-direction: column; align-items: stretch; gap: 0px; }
.mvo_header .mvo_topo.is-mobile-open .mvo_header_side { display: flex; }
.mvo_header .mvo_menu > li { width: 100%; }
.mvo_header .mvo_menu > li > a, .mvo_header .mvo_menu_parent_button { width: 100%; min-height: 54px; height: auto; justify-content: space-between; padding: 16px 0px; border-bottom: 1px solid rgb(238, 243, 248); font-size: 17px; font-weight: 600; text-align: left; }
.mvo_header .submenu { position: static; width: 100%; grid-template-columns: 1fr; display: none; opacity: 1; visibility: visible; transform: none; margin-top: 8px; margin-bottom: 14px; padding: 18px; gap: 16px; border-radius: 20px; background: rgb(248, 251, 255); box-shadow: none; }
.mvo_header .has-submenu.is-open .submenu { display: grid; }
.mvo_header .telefone { width: 100%; display: block; font-size: 17px; padding: 0px 20px; text-align: left; }
.mvo_header .acoes { width: 100%; display: flex; flex-direction: column; gap: 12px; padding: 0px 20px 20px; border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentcolor rgb(226, 232, 240) rgb(226, 232, 240); border-image: none; border-radius: 0px 0px 24px 24px; background: rgb(255, 255, 255); box-shadow: rgba(15, 23, 42, 0.08) 0px 20px 45px; }
.mvo_header .mvo_header_side .telefone { margin-top: -6px; padding-top: 2px; padding-bottom: 10px; border-left: 1px solid rgb(226, 232, 240); border-right: 1px solid rgb(226, 232, 240); background: rgb(255, 255, 255); }
.mvo_header .acoes li { width: 100%; }
.mvo_header .acoes li a, .mvo_header .mvo_header_cart_menu, .mvo_header .mvo_notifications_menu, .mvo_header .mvo_account_menu { width: 100%; }
.mvo_header .mvo_header_cart_menu summary, .mvo_header .mvo_account_menu summary { width: 100%; justify-content: flex-start; }
.mvo_header .mvo_notifications_menu summary { width: 100%; min-height: 50px; justify-content: flex-start; }
.mvo_header .mvo_header_cart_dropdown, .mvo_header .mvo_notifications_dropdown, .mvo_header .mvo_account_dropdown { position: static; width: 100%; margin-top: 12px; right: auto; left: auto; box-shadow: rgba(15, 23, 42, 0.1) 0px 18px 35px; }
.mvo_header .mvo_account_dropdown::before { display: none; }
.mvo_header .mvo_header_cart_dropdown { right: auto; left: auto; }
.mvo_header .submenu_col h3 { margin: 0px 0px 10px; }
.mvo_header .submenu_col a { padding: 12px 14px; background: rgb(255, 255, 255); border: 1px solid rgb(226, 232, 240); }
.mvo-footer .footer-columns { grid-template-columns: repeat(2, 1fr); }}
@media (max-width: 768px){.mvo_header .mvo_topo { padding: 16px 20px; align-items: center; }
.mvo_header .logo { font-size: 38px; }
.mvo_header .telefone { font-size: 16px; line-height: 1.4; }
.mvo_header .acoes { gap: 8px; padding-left: 16px; padding-right: 16px; padding-bottom: 16px; }
.mvo_header .acoes li a { width: 100%; min-height: 46px; display: inline-flex; align-items: center; padding: 8px 14px; font-size: 13px; }
.mvo_header .mvo_header_cart_menu { width: 100%; }
.mvo_header .mvo_header_cart_menu summary { width: 100%; }
.mvo_header .mvo_header_cart_dropdown { width: 100%; left: auto; right: auto; }
.mvo_header .mvo_header_cart_footer { grid-template-columns: 1fr; }
.mvo_header .mvo_header_cart_head, .mvo_header .mvo_header_cart_line { grid-template-columns: 1fr; }
.mvo_header .mvo_header_cart_line_price { text-align: left; }
.mvo_header .mvo_notifications_dropdown, .mvo_header .mvo_account_dropdown { width: 100%; }
.mvo_header .mvo_notifications_menu summary { justify-content: flex-start; }
.mvo_header .mvo_account_text { min-width: 0px; }
.mvo-footer .footer-top { flex-direction: column; }
.mvo-footer .footer-certificacoes { text-align: left; }
.mvo-footer .certificacoes-lista { justify-content: flex-start; }
.mvo-footer .footer-columns { grid-template-columns: 1fr; gap: 35px; }
.mvo-footer .footer-bottom-content { flex-direction: column; gap: 15px; text-align: center; }
.mvo-footer .footer-bottom a { margin: 0px 8px; }}
@media (max-width: 480px){.mvo_header .mvo_topo { padding: 14px 16px; }
.mvo_header .mvo_mobile_menu_toggle { width: 46px; height: 46px; }
.mvo_header .mvo_menu { padding-left: 16px; padding-right: 16px; border-radius: 20px; }
.mvo_header .mvo_topo.is-mobile-open .telefone { padding-left: 16px; padding-right: 16px; }
.mvo_header .acoes { border-radius: 0px 0px 20px 20px; }
.mvo-footer .footer-logo { font-size: 42px; }}
@media (max-width: 1200px){.mvo_header .mvo_topo { padding: 14px 22px; gap: 0px; background: rgb(255, 255, 255); }
.mvo_header .mvo_topo.is-mobile-open { align-content: flex-start; box-shadow: rgba(7, 24, 39, 0.12) 0px 18px 45px; }
.mvo_header .mvo_topo .logo { font-size: 38px; }
.mvo_header .mvo_mobile_menu_toggle { width: 46px; height: 46px; border: 1px solid rgb(216, 228, 238); border-radius: 14px; background: rgb(247, 251, 254); box-shadow: none; }
.mvo_header .mvo_menu { margin-top: 16px; padding: 0px; border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(230, 237, 243) currentcolor currentcolor; border-image: none; border-radius: 0px; background: transparent; box-shadow: none; }
.mvo_header .mvo_menu > li > a, .mvo_header .mvo_menu_parent_button { min-height: 58px; padding: 17px 4px; border-bottom: 1px solid rgb(232, 238, 244); color: rgb(16, 33, 58); font-size: 16px; font-weight: 700; }
.mvo_header .mvo_menu_parent_button i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: rgb(20, 124, 172); background: rgb(237, 247, 252); font-size: 11px; }
.mvo_header .submenu { margin: 8px 0px 14px; padding: 10px; gap: 8px; border: 1px solid rgb(223, 233, 242); border-radius: 14px; background: rgb(245, 249, 252); }
.mvo_header .submenu_col h3 { margin: 8px 8px 5px; font-size: 11px; letter-spacing: 1px; }
.mvo_header .submenu_col a { padding: 12px; border: 0px; border-radius: 10px; background: rgb(255, 255, 255); }
.mvo_header .submenu_col a strong { font-size: 14px; }
.mvo_header .submenu_col a span { font-size: 11px; line-height: 1.45; }
.mvo_header .mvo_header_side { padding: 0px; border: 0px; background: transparent; }
.mvo_header .mvo_header_side .telefone { display: flex; align-items: center; min-height: 58px; margin: 0px; padding: 0px 4px; border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgb(232, 238, 244); border-image: none; background: transparent; font-size: 18px; font-weight: 800; }
.mvo_header .mvo_header_side .telefone::before { content: "Atendimento"; margin-right: auto; color: rgb(114, 130, 153); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; }
.mvo_header .acoes { padding: 8px 0px 14px; gap: 2px; border: 0px; border-radius: 0px; background: transparent; box-shadow: none; }
.mvo_header .acoes li { margin: 0px; }
.mvo_header .acoes li > a, .mvo_header .mvo_notifications_menu summary, .mvo_header .mvo_account_menu summary { min-height: 48px; padding: 0px 10px; border-radius: 10px; color: rgb(36, 54, 77); font-size: 14px; }
.mvo_header .acoes li > a:hover, .mvo_header .mvo_notifications_menu summary:hover, .mvo_header .mvo_account_menu summary:hover { background: rgb(241, 247, 251); }
.mvo_header .mvo_header_cart_menu summary { min-height: 58px; padding: 7px 10px; border-color: rgb(217, 230, 239); border-radius: 14px; background: rgb(247, 251, 254); }
.mvo_header .mvo_header_cart_text { flex: 1 1 0%; }
.mvo_header .mvo_header_cart_dropdown, .mvo_header .mvo_notifications_dropdown, .mvo_header .mvo_account_dropdown { margin-top: 8px; border: 1px solid rgb(220, 231, 239); border-radius: 14px; box-shadow: none; }}
