.preloaderInmubles {
    filter: drop-shadow(2px 4px 6px rgb(38, 49, 146));
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 74px;
    display: flex;

    align-items: center;
    justify-content: center;
}

.fa-3x {
    font-size: 7em;
    color: #02375e;
}