/* BAR INSTALL APP */

.bar-install-app {
    background: linear-gradient(175deg, #9c27b0, #673ab7);
    font-family: sans-serif;
    display: none;
    position: sticky;
    bottom: 2px;
    width: 100%;
    z-index: 9;    
}    

.bar-install-app a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
}

.bar-install-app a img {
    width: 40px;
    margin-top: 5px;
    margin-bottom: 4px;
    border-radius: 10px;
}

.bar-install-app a span {
    position: relative;
    top: -18px;
    margin-left: 10px;
}

.bar-install-app-container {
    position: relative;
    bottom: -50px;
}

.bar-install-app-container a span {
    top: 0px;
}



@media only screen and (max-width: 767px) {

    .bar-install-app {
        display: block;
    }

}

/* BAR INSTALL APP */