#site-container {
    --explora-buttons-text: #fff;
    --explora-buttons: #01b200;
    --explora-buttons-hover: #049303;
    --progress-bar: #01b200;
    --progress-bar-background: #01b20021;
    --footer-links-color: #4d7b19;
    --mobile-back-button-color: #01b200;
    --mobile-logo-width: 136px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 220px;
    --desktop-logo-height: 55px;
}

.img-logoExplora {
    background-image: url(logo.svg);
}

@media screen and (min-width: 768px) {
    #site-container.home {
        background: linear-gradient(to left,#050505a8,#00000008),url(background.jpg) no-repeat scroll center bottom #000000;
        background-size:cover;
        background-attachment: fixed;
        background-position: left 0% bottom 0%;
    }
}

@media screen and (min-width: 1024px) {
    #site-container.home {
        background-position: left 0% bottom 15%;
    }
}