#site-container {
    --explora-buttons: #b41218;
    --explora-buttons-hover: #971015;
    --explora-buttons-text: #ffffff;
    --progress-bar: #2e2e2e;
    --progress-bar-background: #2e2e2e30;
    --header-color: #2e2e2e;
    --footer-links-color: #001938;
    --mobile-back-button-color: #ffffff;
    --mobile-logo-width: 132px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 214px;
    --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,#050505bf,#1b1b1b08),url(background.jpg) no-repeat scroll center bottom #000000;
        background-size:cover;
        background-attachment: fixed;
        background-position: left 20% bottom 80%;
    }
}