#contenedor_loader {
    width: 100vw;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(7, 7, 7);
    /* backdrop-filter: blur(4.3px); */
    transform: translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
}

#contenedor_loader img {
    width: 6.1rem;
    height: 6.1rem;
}