/* INICIO::LOADER GENERAL*/

#loader-new {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 33, 36, 0.64);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
}

#loader-new i {
    margin-right: 10px;
    font-size: 24px;
}
/* FIN::LOADER GENERAL*/