#site-container {
    --explora-buttons-text: #fff;
    --explora-buttons: #ed832f;
    --explora-buttons-hover: #d67d35;
    --progress-bar: #000;
    --progress-bar-background: #00000021;
    --footer-links-color: #1676b5;
    --mobile-back-button-color: #c00;
    --mobile-logo-width: 173px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 228px;
    --desktop-logo-height: 55px;
}

.img-logoExplora {
    background-image: url(logo.png);
}

@media screen and (min-width: 768px) {
    #site-container.home {
        background: linear-gradient(to left,#050505ba,#00000008),url(background.jpg) no-repeat scroll center bottom #000000;
        background-size:cover;
        background-attachment: fixed;
        background-position: left 0% bottom 60%;
    }
}