#site-container {
    --explora-buttons: #f5a318;
    --explora-buttons-hover: #f5b64d;
    --explora-buttons-text: #ffffff;
    --progress-bar: #015191;
    --progress-bar-background: #01519126;
    --header-color: #015191;
    --footer-links-color: #001938;
    --mobile-back-button-color: #ffffff;
    --mobile-logo-width: 80px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 129px;
    --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%;
    }
}