.route-admin .exact-app-page,
[class^="route-app"] .exact-app-page{
    min-height:100vh;
}

body.exact-app-route{
    margin:0;
    min-height:100vh;
    overflow-x:hidden;
}

body.exact-app-route a{
    text-decoration:none;
}

body.exact-app-route .nav a,
body.exact-app-route .bottom-nav a{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:5px;
    font-size:10px;
    color:inherit;
    font-weight:inherit;
}

body.exact-app-route .action-card{
    color:inherit;
}

body.exact-app-route .create.exact-btn-link,
body.exact-app-route .bigbtn.exact-btn-link,
body.exact-app-route .hist.exact-btn-link,
body.exact-app-route .exact-save-link,
body.exact-app-route .exact-primary-link,
body.exact-app-route .exact-arrow-link{
    display:inline-grid;
    place-items:center;
}

body.exact-app-route .exact-save-link{
    width:100%;
    height:47px;
    border-radius:14px;
    background:linear-gradient(110deg,#7a1cff,#bd1bd2 55%,#ff0a72);
    color:#fff;
    font-size:17px;
    font-weight:900;
}

body.exact-app-route .exact-primary-link{
    min-width:220px;
    padding:14px 18px;
    border-radius:14px;
    background:linear-gradient(110deg,#7a1cff,#bd1bd2 55%,#ff0a72);
    color:#fff;
    font-weight:900;
}

body.exact-app-route .exact-arrow-link{
    color:inherit;
}

body.exact-app-route .exact-flash{
    margin:0 0 16px;
    padding:12px 14px;
    border-radius:14px;
    background:#fff3cd;
    color:#5c4300;
    font-size:13px;
    font-weight:700;
    box-shadow:0 10px 22px rgba(41,22,87,.08);
}

body.exact-app-route .exact-standalone-page .phone,
body.exact-app-route.exact-standalone-page .phone{
    width:390px;
}

body.exact-app-route .exact-empty-screen{
    min-height:100vh;
    display:grid;
    place-items:center;
    gap:16px;
    padding:40px 24px;
    text-align:center;
}

body.exact-app-route .flag.generic{
    display:grid;
    place-items:center;
    background:#eff1ff;
    color:#4b0ddc;
    font-size:11px;
    font-weight:900;
}

body.exact-app-route .exact-hidden-checkbox{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

body.exact-app-route .exact-select-field{
    position:relative;
    padding-right:10px;
}

body.exact-app-route .exact-select-field select{
    width:100%;
    height:100%;
    border:0;
    background:transparent;
    color:#2b2d45;
    font-family:inherit;
    font-size:14px;
    font-weight:800;
    outline:0;
    appearance:none;
}

body.exact-app-route .exact-select-field .chevron{
    pointer-events:none;
}

body.exact-app-route .exact-league-link{
    color:inherit;
}

body.exact-app-route .exact-empty-league{
    align-items:center;
}

body.exact-app-route .exact-empty-card{
    display:grid;
    align-content:center;
}

body.exact-app-route .exact-card-copy{
    font-size:13px;
    color:#6b718a;
}

.exact-app-page{
    padding:18px 12px 24px;
    background:#f3f4fa;
}

.exact-app-shell{
    width:min(430px, 100%);
    margin:0 auto;
}

.exact-app-toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}

.exact-app-toolbar strong{
    display:block;
    color:#171a31;
    font-size:16px;
    font-weight:900;
}

.exact-app-toolbar small{
    display:block;
    margin-top:2px;
    color:#6b7285;
    font-size:12px;
}

.exact-app-toolbar-links{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:8px;
}

.exact-app-frame-wrap{
    border-radius:36px;
    overflow:hidden;
    background:#f8f8fc;
    box-shadow:0 30px 90px rgba(33,21,84,.18);
    border:1px solid rgba(92,83,143,.08);
}

.exact-app-frame{
    width:100%;
    height:844px;
    display:block;
    border:0;
    background:#f8f8fc;
}

.route-apps_originales .wrap{
    width:min(1180px, calc(100vw - 28px)) !important;
    max-width:1180px !important;
}

@media (max-width:760px){
    body.exact-app-route .phone{
        width:100% !important;
        height:100vh !important;
        border-radius:0 !important;
        max-height:100vh !important;
    }

    .exact-app-page{
        padding:0;
    }

    .exact-app-shell{
        width:100%;
    }

    .exact-app-toolbar{
        padding:12px 12px 0;
        margin-bottom:10px;
    }

    .exact-app-frame-wrap{
        border-radius:0;
        border-left:0;
        border-right:0;
        box-shadow:none;
    }

    .exact-app-frame{
        height:100vh;
    }
}

/* REMOVE DEMO MOBILE STATUS BAR */
.exact-app-page .status,
.exact-app-page .exact-status,
.exact-app-page .status-icons,
.exact-app-page .exact-status-icons,
.exact-app-page .signal,
.exact-app-page .sig,
.exact-app-page .wifi,
.exact-app-page .battery,
.exact-app-page .bat,
body.exact-app-route .status,
body.exact-app-route .exact-status,
body.exact-app-route .status-icons,
body.exact-app-route .exact-status-icons,
body.exact-app-route .signal,
body.exact-app-route .sig,
body.exact-app-route .wifi,
body.exact-app-route .battery,
body.exact-app-route .bat {
    display:none !important;
}

.exact-app-page .hero,
.exact-app-page .header,
.exact-app-page .top-header,
.exact-app-page .exact-hero,
body.exact-app-route .hero,
body.exact-app-route .header,
body.exact-app-route .top-header,
body.exact-app-route .exact-hero {
    padding-top:18px !important;
}

.exact-app-page .topbar,
.exact-app-page .page-bar,
.exact-app-page .titlebar,
.exact-app-page .top,
body.exact-app-route .topbar,
body.exact-app-route .page-bar,
body.exact-app-route .titlebar,
body.exact-app-route .top {
    margin-top:8px !important;
}

/* === AUTH CLEANUP FINAL === */
body.route-login .bottom-nav,
body.route-login .exact-bottom-nav,
body.route-login .qb-bottom-nav,
body.route-registro .bottom-nav,
body.route-registro .exact-bottom-nav,
body.route-registro .qb-bottom-nav{
    display:none !important;
}

body.route-login .home-indicator,
body.route-registro .home-indicator{
    display:none !important;
}

body.route-login .screen,
body.route-registro .screen{
    padding-bottom:24px !important;
}

body.route-login .safe-card p,
body.route-registro .safe-card p{
    font-size:0 !important;
}

body.route-login .safe-card p::after,
body.route-registro .safe-card p::after{
    content:"Tu cuenta está protegida.";
    font-size:12px !important;
    color:#60677f !important;
}

/* === GLOBAL NAVIGATION FOR EXACT APPS === */

.exact-app-page .screen,
.exact-app-page .exact-screen,
body.exact-app-route .screen,
body.exact-app-route .exact-screen{
    position:relative;
    padding-bottom:105px !important;
}

.exact-hamburger{
    position:absolute;
    top:18px;
    right:18px;
    z-index:140;
    width:40px;
    height:40px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    border-radius:999px;
    background:rgba(18,24,45,.34);
    backdrop-filter:blur(12px);
    box-shadow:0 12px 28px rgba(12,18,35,.24);
}

.exact-hamburger span{
    display:block;
    width:18px;
    height:2px;
    border-radius:999px;
    background:#fff;
}

.exact-menu{
    position:fixed;
    inset:0;
    z-index:9998;
    pointer-events:none;
    opacity:0;
    transition:opacity .22s ease;
}

.exact-menu:target{
    pointer-events:auto;
    opacity:1;
}

.exact-menu-bg{
    position:absolute;
    inset:0;
    background:rgba(8,13,26,.55);
    backdrop-filter:blur(8px);
}

.exact-menu-panel{
    position:absolute;
    top:0;
    right:0;
    width:min(320px, calc(100vw - 24px));
    height:100%;
    padding:18px 16px calc(32px + env(safe-area-inset-bottom));
    display:flex;
    flex-direction:column;
    gap:14px;
    background:linear-gradient(180deg, #ffffff 0%, #f4f6fb 100%);
    box-shadow:-18px 0 46px rgba(8,13,26,.18);
    transform:translateX(100%);
    transition:transform .24s ease;
    overflow-y:auto;
}

.exact-menu:target .exact-menu-panel{
    transform:translateX(0);
}

.exact-menu-head{
    display:grid;
    grid-template-columns:44px 1fr 28px;
    align-items:center;
    gap:12px;
    padding:6px 4px 12px;
}

.exact-menu-logo{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:linear-gradient(135deg, #12234a 0%, #1d7f8c 100%);
    color:#fff;
    font-size:22px;
}

.exact-menu-head strong{
    display:block;
    color:#17203a;
    font-size:15px;
}

.exact-menu-head small{
    display:block;
    margin-top:2px;
    color:#66708a;
    font-size:12px;
}

.exact-menu-close{
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    border-radius:999px;
    color:#17203a;
    font-size:24px;
    line-height:1;
}

.exact-menu-section{
    display:grid;
    gap:8px;
    padding:14px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 14px 32px rgba(23,32,58,.08);
}

.exact-menu-section span{
    color:#6b738c;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.exact-menu-section a{
    display:flex;
    align-items:center;
    min-height:40px;
    padding:0 12px;
    border-radius:12px;
    color:#17203a;
    font-weight:700;
    background:#f4f6fb;
}

.exact-admin-menu{
    border:1px solid rgba(34,109,180,.12);
}

.exact-extra-scroll-nav{
    display:none !important;
}

.exact-nav-dock{
    display:none !important;
}

body.exact-app-route .bottom-nav.exact-main-bottom-nav,
.exact-main-bottom-nav,
.exact-global-bottom-nav,
.bottom-nav.exact-scroll-bottom-nav{
    position:fixed;
    left:50%;
    right:auto;
    bottom:0;
    z-index:130;
    width:min(430px, 100vw);
    height:92px;
    padding:10px 18px 16px;
    display:flex;
    align-items:center;
    gap:0;
    overflow-x:auto;
    overflow-y:hidden;
    transform:translateX(-50%);
    border-radius:28px 28px 0 0;
    background:#fff;
    box-shadow:0 -14px 34px rgba(41,22,87,.08);
    backdrop-filter:none;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
}

.bottom-nav.exact-scroll-bottom-nav::-webkit-scrollbar,
.exact-main-bottom-nav::-webkit-scrollbar,
.exact-global-bottom-nav::-webkit-scrollbar{
    display:none;
}

.exact-main-bottom-nav a,
.exact-global-bottom-nav a,
.bottom-nav.exact-scroll-bottom-nav .nav-item{
    flex:0 0 78px;
    min-width:78px;
    height:66px;
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:0;
    border-radius:0;
    color:#1f2234;
    font-size:13px;
    font-weight:500;
    text-align:center;
    text-decoration:none;
}

.exact-main-bottom-nav a svg,
.exact-global-bottom-nav a svg,
.bottom-nav.exact-scroll-bottom-nav svg{
    width:28px;
    height:28px;
    flex:0 0 auto;
}

.exact-main-bottom-nav a span,
.exact-global-bottom-nav a span,
.bottom-nav.exact-scroll-bottom-nav .nav-item span{
    display:block;
    line-height:1.1;
}

.exact-main-bottom-nav a.active,
.exact-global-bottom-nav a.active,
.bottom-nav.exact-scroll-bottom-nav .nav-item.active{
    color:#6417ff;
}

body.route-login .exact-main-bottom-nav,
body.route-login .exact-global-bottom-nav,
body.route-login .bottom-nav,
body.route-registro .exact-main-bottom-nav,
body.route-registro .exact-global-bottom-nav,
body.route-registro .bottom-nav{
    display:none !important;
}

body.route-login .exact-hamburger,
body.route-registro .exact-hamburger{
    top:14px;
    right:14px;
    background:rgba(255,255,255,.94);
}

body.route-login .exact-hamburger span,
body.route-registro .exact-hamburger span{
    background:#17203a;
}

@media (max-width:420px){
    .exact-main-bottom-nav a,
    .exact-global-bottom-nav a,
    .bottom-nav.exact-scroll-bottom-nav .nav-item{
        flex-basis:74px;
        min-width:74px;
        font-size:12px;
    }
}

/* === FOOTER EXACTO APP1 === */

body.exact-app-route .bottom-nav:not(.exact-main-bottom-nav){
    display:none !important;
}

/* === EXTRA HORIZONTAL NAV === */

/* === FOOTER UNICO EN TODAS LAS PAGINAS === */

body.qb-app-ui:not(.route-login):not(.route-registro){
    padding-bottom:105px;
}

.qb-bottom-nav:not(.exact-scroll-bottom-nav),
.legacy-bottom-nav,
.exact-extra-scroll-nav,
.exact-nav-dock{
    display:none !important;
}

/* === ONLY FOOTER FIX FINAL === */

html,
body{
    overflow-x:hidden !important;
}

.exact-extra-scroll-nav,
.exact-nav-dock{
    display:none !important;
}

.exact-phone-page,
.exact-phone,
.exact-screen{
    max-width:430px !important;
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
    overflow-x:hidden !important;
}

.exact-screen{
    position:relative !important;
    padding-bottom:108px !important;
}

.exact-screen > .bottom-nav.exact-scroll-bottom-nav,
.exact-phone .bottom-nav.exact-scroll-bottom-nav,
.exact-phone-page .bottom-nav.exact-scroll-bottom-nav{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    transform:none !important;
}

body.qb-app-ui > .bottom-nav.exact-scroll-bottom-nav,
body.qb-app-ui .wrap > .bottom-nav.exact-scroll-bottom-nav,
.bottom-nav.exact-main-bottom-nav.exact-scroll-bottom-nav{
    position:fixed !important;
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    bottom:0 !important;
    width:100% !important;
    max-width:430px !important;
    min-width:0 !important;
    margin:0 auto !important;
}

.bottom-nav.exact-scroll-bottom-nav,
.exact-main-bottom-nav.exact-scroll-bottom-nav,
.exact-global-bottom-nav.exact-scroll-bottom-nav{
    height:92px !important;
    padding:10px 12px 16px !important;
    border-radius:28px 28px 0 0 !important;
    background:#fff !important;
    box-shadow:0 -14px 34px rgba(41,22,87,.10) !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:0 !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
    box-sizing:border-box !important;
    z-index:9999 !important;
}

.bottom-nav.exact-scroll-bottom-nav::-webkit-scrollbar,
.exact-main-bottom-nav.exact-scroll-bottom-nav::-webkit-scrollbar,
.exact-global-bottom-nav.exact-scroll-bottom-nav::-webkit-scrollbar{
    display:none !important;
}

.bottom-nav.exact-scroll-bottom-nav .nav-item,
.exact-main-bottom-nav.exact-scroll-bottom-nav a,
.exact-global-bottom-nav.exact-scroll-bottom-nav a{
    flex:0 0 78px !important;
    min-width:78px !important;
    max-width:78px !important;
    height:66px !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    text-align:center !important;
    text-decoration:none !important;
    white-space:nowrap !important;
    color:#1f2234 !important;
}

.bottom-nav.exact-scroll-bottom-nav .nav-item span,
.exact-main-bottom-nav.exact-scroll-bottom-nav a span,
.exact-global-bottom-nav.exact-scroll-bottom-nav a span{
    font-size:12.5px !important;
    line-height:1.1 !important;
    max-width:76px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.bottom-nav.exact-scroll-bottom-nav .nav-item svg,
.exact-main-bottom-nav.exact-scroll-bottom-nav a svg,
.exact-global-bottom-nav.exact-scroll-bottom-nav a svg{
    width:28px !important;
    height:28px !important;
    flex:0 0 28px !important;
}

.bottom-nav.exact-scroll-bottom-nav .nav-item.active,
.exact-main-bottom-nav.exact-scroll-bottom-nav a.active,
.exact-global-bottom-nav.exact-scroll-bottom-nav a.active{
    color:#25145f !important;
}

body.qb-app-ui:not(.route-login):not(.route-registro){
    padding-bottom:104px !important;
}

body.route-login .bottom-nav.exact-scroll-bottom-nav,
body.route-login .exact-main-bottom-nav.exact-scroll-bottom-nav,
body.route-login .exact-global-bottom-nav.exact-scroll-bottom-nav,
body.route-registro .bottom-nav.exact-scroll-bottom-nav,
body.route-registro .exact-main-bottom-nav.exact-scroll-bottom-nav,
body.route-registro .exact-global-bottom-nav.exact-scroll-bottom-nav{
    display:none !important;
}

body.route-login,
body.route-registro{
    padding-bottom:24px !important;
}

/* === FIX SOLO GANADOR_FECHA: quitar legacy alrededor de pantalla exacta === */
body.route-ganador_fecha > .qb-header,
body.route-ganador_fecha > #qbMenu,
body.route-ganador_fecha > .footer,
body.route-ganador_fecha .wrap > .footer {
    display: none !important;
}

body.route-ganador_fecha .wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.route-ganador_fecha {
    padding-bottom: 0 !important;
    background: #f8f8fc !important;
}

body.route-ganador_fecha .exact-phone-page {
    margin: 0 auto !important;
}

/* === FIX REAL SOLO GANADOR_FECHA === */
body.route-ganador_fecha .qb-header,
body.route-ganador_fecha #qbMenu,
body.route-ganador_fecha .footer,
body.route-ganador_fecha footer.footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

body.route-ganador_fecha .wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.route-ganador_fecha {
    margin: 0 !important;
    padding: 0 !important;
    background: #f8f8fc !important;
}

body.route-ganador_fecha .exact-phone-page {
    margin: 0 auto !important;
    padding: 0 !important;
}

body.route-ganador_fecha .exact-phone {
    margin: 0 auto !important;
}

/* === FIX MANUAL PUNTUAL: ganador/perfil mezclaban legacy + exact === */
body.route-ganador_fecha .qb-header,
body.route-ganador_fecha #qbMenu,
body.route-ganador_fecha footer.footer,
body.route-mis-puntos .qb-header,
body.route-mis-puntos #qbMenu,
body.route-mis-puntos footer.footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

body.route-ganador_fecha .wrap,
body.route-mis-puntos .wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.route-ganador_fecha,
body.route-mis-puntos {
    background: #f8f8fc !important;
}

body.route-ganador_fecha .exact-phone-page,
body.route-mis-puntos .exact-phone-page {
    margin: 0 auto !important;
}

/* === FIX FINAL FOOTER MOVIL FIXED === */
html,
body,
body.qb-app-ui{
    overflow-x:hidden !important;
}

.exact-phone-page,
.exact-phone,
.exact-screen{
    width:100% !important;
    max-width:430px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
    overflow-x:hidden !important;
}

.exact-screen{
    position:relative !important;
    padding-bottom:108px !important;
}

body.qb-app-ui:not(.route-login):not(.route-registro){
    padding-bottom:104px !important;
}

.exact-screen .bottom-nav.exact-scroll-bottom-nav,
.exact-phone .bottom-nav.exact-scroll-bottom-nav,
.exact-phone-page .bottom-nav.exact-scroll-bottom-nav,
body.qb-app-ui > .bottom-nav.exact-scroll-bottom-nav,
body.qb-app-ui .wrap > .bottom-nav.exact-scroll-bottom-nav,
.bottom-nav.exact-main-bottom-nav.exact-scroll-bottom-nav,
.exact-main-bottom-nav.exact-scroll-bottom-nav,
.exact-global-bottom-nav.exact-scroll-bottom-nav{
    position:fixed !important;
    left:50% !important;
    right:auto !important;
    bottom:0 !important;
    transform:translateX(-50%) !important;
    width:100% !important;
    max-width:430px !important;
    min-width:0 !important;
    margin:0 auto !important;
    height:92px !important;
    padding:10px 12px 16px !important;
    border-radius:28px 28px 0 0 !important;
    background:#fff !important;
    box-shadow:0 -14px 34px rgba(41,22,87,.10) !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:0 !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
    box-sizing:border-box !important;
    z-index:9999 !important;
}

.bottom-nav.exact-scroll-bottom-nav::-webkit-scrollbar,
.exact-main-bottom-nav.exact-scroll-bottom-nav::-webkit-scrollbar,
.exact-global-bottom-nav.exact-scroll-bottom-nav::-webkit-scrollbar{
    display:none !important;
}

.bottom-nav.exact-scroll-bottom-nav .nav-item,
.exact-main-bottom-nav.exact-scroll-bottom-nav a,
.exact-global-bottom-nav.exact-scroll-bottom-nav a{
    flex:0 0 78px !important;
    min-width:78px !important;
    max-width:78px !important;
    height:66px !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    text-align:center !important;
    text-decoration:none !important;
    white-space:nowrap !important;
    color:#1f2234 !important;
}

.bottom-nav.exact-scroll-bottom-nav .nav-item span,
.exact-main-bottom-nav.exact-scroll-bottom-nav a span,
.exact-global-bottom-nav.exact-scroll-bottom-nav a span{
    font-size:12.5px !important;
    line-height:1.1 !important;
    max-width:76px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.bottom-nav.exact-scroll-bottom-nav .nav-item svg,
.exact-main-bottom-nav.exact-scroll-bottom-nav a svg,
.exact-global-bottom-nav.exact-scroll-bottom-nav a svg{
    width:28px !important;
    height:28px !important;
    flex:0 0 28px !important;
}

.bottom-nav.exact-scroll-bottom-nav .nav-item.active,
.exact-main-bottom-nav.exact-scroll-bottom-nav a.active,
.exact-global-bottom-nav.exact-scroll-bottom-nav a.active{
    color:#25145f !important;
}

body.route-login .bottom-nav.exact-scroll-bottom-nav,
body.route-login .exact-main-bottom-nav.exact-scroll-bottom-nav,
body.route-login .exact-global-bottom-nav.exact-scroll-bottom-nav,
body.route-registro .bottom-nav.exact-scroll-bottom-nav,
body.route-registro .exact-main-bottom-nav.exact-scroll-bottom-nav,
body.route-registro .exact-global-bottom-nav.exact-scroll-bottom-nav{
    display:none !important;
}

body.route-login,
body.route-registro{
    padding-bottom:24px !important;
}

.exact-extra-scroll-nav,
.exact-nav-dock{
    display:none !important;
}
