/*  pantalla de cargando  */
.loading-screen-layer{    
	-webkit-touch-callout: none; /* iOS Safari */
 	-webkit-user-select: none;   /* Chrome/Safari/Opera */
  	-khtml-user-select: none;    /* Konqueror */
  	-moz-user-select: none;      /* Firefox */
  	-ms-user-select: none;       /* Internet Explorer/Edge */
  	user-select: none; 
	color:#444 !important;
	opacity:0.8;
	position:fixed;
        width:100%;
	height:100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;  /*
    min-width: 300px !important;
    min-height: 530px !important;  */  
	background-color:#000000;
	z-index: 2000 !important;
	display:none;
}



/** texto y gift de cargando **/

.loading-screen-layer > p{
	width:100%;
	text-align:center;
	position:absolute;
    top: 50%;
}

.loading-screen-layer > img{	
    position:absolute;
    left: 50%;
    top: 50%;
}

.loading-screen-layer > img{	
	width:240px;
	height: 128px;	
	margin-left: -32px;
    margin-top: -32px;
}

.loading-screen-layer > p{
	color:#fff;
    margin-top: 32px;
}