
.grisdark{
    background: #0a0a0a;
}

.lightgrey{
    background-color: #f9f9f9;
}

.supersvg{
    height: 0;
    width:0;
    position:absolute;
    
    transform: translate(0, 0);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: ease;
    
}

.indexz{
    z-index: 9999;
}

.backimg{
    background-image: url("../assets/japanback.jpg");
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.idioma{
    background-image: url("../assets/notebook.jpg");
    background-size: cover;
    height: 100vh;
    width: 100%;
    position:relative;
    background-position: center;
}

.shodo{
    background-image: url("../assets/Shodo.jpg");
    background-size: cover;
    height: 100vh;
    width: 100%;
    position:relative;
    background-position: right;
}

.karate{
    background-image: url("../assets/karate.png");
    background-size: cover;
    height: 100vh;
    width: 100%;
    position:relative;
    background-position: top;
    transform: scaleX(-1)
}
.kawaiis{
    background-image: url("../assets/kawaii-kid.png");
    height: 20px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center top;
    right: 0;
    
}

.navbar{
    box-shadow: none !important;
}

.iso{
    background-image: url(../assets/iso.png);
    
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    transform: translateY(10px);
    background-position: center top;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .backimg{
        background-image: url("../assets/japanback.jpg");
        height: 90vh;
        position: relative;
        background-size: cover;
        background-position: bottom;
    }

 }