@font-face {
    font-family: 'NikkyouSans-mLKax';
    src: url('../fonts/NikkyouSans-mLKax.ttf');
}
.bg-loading{
    font-family: 'NikkyouSans-mLKax';
    color:white;
  
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image:url("../imgs/bg-loading.jpg");
    background-position:center;
    background-size: cover;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
  
}
.bg-loading h1 {
    font-weight: 100;
}
.bg-loading h2{
    font-size:1rem;
    font-weight: 100;
}
.bg-loading .content-loading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;max-width: 350px;
width:100%;
}
.bg-loading .logo-koins{
    
    width: 100%;
    text-align: center;
    
    margin: 0 auto;}
.bg-loading .logo-koins img{
    width:100%;
    max-width: 340px;
}
.bg-loading .slide-loading{
    width: 100%;
}
@media (max-width:480px){
    .bg-loading .content-loading{
        width:70%;
    }
}