/* PAGINA PRINCIPAL */

.loadingGif {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(147, 188, 228, 0.185);
}

.loadingGif .loadingSVG {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}


/* PANEL PRINCIPAL DE CARGA */

.loading-panel-principal {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}