.bodySpan{
    text-align:center;
    display:flex;
    justify-content:center;
    position:fixed;
    background:rgba(0, 0, 0, 0.966);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
#loading{
   background:none;
   padding-top: 6rem;
   margin-top:5rem;
} 
.logo-carregamento{        
   height:120px;
   width:auto;     
   margin:10px;
   padding:20px;
   position:relative ;
}
@media screen and (max-width:800px){
#loading{
    width:100%;
    margin-top:0px;
    padding:10rem 19rem;
    background:none;
} 
.logo-carregamento{     
    height:120px;
    width:auto;     
}
}


   
       