.loadingPortalRSI, .loadingPortalClientes {
    display: block;
    position: fixed;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}
.loadingPortalRSI br, .loadingPortalClientes br  {
    clear: both;
}
.loadingPortalRSI img, .loadingPortalClientes img {
    clear: both;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.centraliza-vertical{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.many-loading {
	display: block;
	position: fixed;
	z-index: 99999;
	background-color: var(--white-transparent);
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}