



/* ----- ESPECIFICOS DO SISTEMA ----- */
    .col-0,
    .col-md-0 {
        width: 0px !important;
    }

    .divToggle2 {
        opacity: 0;
        height: 0;
        overflow: hidden;
        /*margin-top: -300px;*/
    }
    .hnone {
        overflow: hidden;
        height: 0px;
    }
    .splash {
        align-items: center;
        background-image: radial-gradient(  rgba(var(--tema),1), rgba(var(--preto),1) );
        color: rgba(var(--temaTxt),1);
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: flex-start;
        padding-top: 200px;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 1;
    }
/* ----- .ESPECIFICOS DO SISTEMA ----- */