.loader {
    position: fixed;
    width: 101vw;
    height: 101vh;
    background: var(--Marrom-barroco);
    top: 0;
    left: 0;
    z-index: 1099;

    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 150px;
    height: 150px;
}

.loader img path {
    fill: white;
}