html {
    touch-action: manipulation; /* Desactiva gestos de zoom */
    -ms-touch-action: manipulation; /* Soporte para IE */
}

body {
    /*-ms-touch-action: manipulation;*/
    /*touch-action: manipulation;*/
    /*overscroll-behavior: none;*/
}

    body.login-page {
        background-image: none !important;
        background-color: #fff !important;
        background: #fff !important;
    }

        body.login-page .card {
            background-color: #002554 !important;
            color: #fff !important;
        }


.sidebar-mini {
}

    .sidebar-mini .navbar-expand.bg-white {
        background-color: #0064FF !important;
        color: #fff !important;
    }

    .sidebar-mini .navbar-expand .navbar-nav .nav-link {
        color: #fff !important;
    }

    .sidebar-mini .sidebar-dark-primary {
        background-color: #002554;
    }


section.dash-customer .totales .card-body h3,
section.dash-fdv .totales .card-body h3 {
    font-size: 20px;
}