.bg1 {
    z-index:-1; position: fixed;width: 650px;bottom: 0px;opacity: 0.22;left: 38px;
}

.bg2 {
    z-index:-1; position: absolute;top: 5px;opacity: 0.32;right: -57px; width:433px
}

@media (min-width: 800px) {  
    .body {
        background-color: #eee;
    }
    body > .container {
        background-color: #fff;
        width: 500px;
        border-right: 1px dashed #777;
        border-left: 1px dashed #777;
        min-height: 700px;
    }


    .v80 {
        width: 340px !important;
    }

    .video {
        width: 800px !important;
        margin-left: -170px !important;
    }    
}

@media (max-width: 800px) {  
    .bg1 {
        display: none;
    }

    .bg2 {
        display: none;
    }    
}

.v80 {
    width: 80vw;
}
.video {
    width: 90vw;
}

.btn-act {
    display: none;
}

#loading-text {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sm-slide {
}

.sm-slide {
    text-align: center;
    font-size: 16px;
    padding-top: 30px;
    _opacity: 0;
    display: none;
}
.data-user-name {
    font-weight: bold;
}

#avatar {
    border-radius: 50%;
}

.kpi-images > div {
    margin-bottom: 10px;
}
.kpi-images img {
    width: 130px;
}

.kpi-images img.v80 {
    width: 80vw;
}



.kpi-images span {
    font-size: 14px;
    display: block;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 0 20px;
}

.buttons {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    margin: 50px 0 50px 0;
}

.buttons .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.dot {
    width: 25px;
    background-color: #c1c1c1;
    border-radius: 17px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 25px;
    line-height: 24px;
    position: relative;
    top: -1px;
    margin: 5px;
    font-weight: bold;
}

#progress-text {
    color: #555;
    font-size: 13px;
    text-align: center;
    margin-top: -16px;
}

#footer {
    display: none;
    border-top: 1px solid #ccc;
}

.title { 
    font-size: 22px;
}