.main-loading-indicator {
    height: 98vh;
    left: -14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 18em;
}

.landing-text {
    display: none;
    position: absolute;
    color: #00A496;
    top: 55%;
    left: 37%;
}

.fallback-inicial {
    background-image: url("/assets/images/fallback-original.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    &.cexvegweb {
        background-image: url("/cexvegweb/assets/images/fallback-original.png");
    }
}

@media (max-width: 1366px) {
    .landing-text {
        left: 26%;
    }
}

@media (max-width: 820px) {
    .landing-text {
        left: 18%;
    }
}