#site-container {
    --explora-buttons-text: #fff;
    --explora-buttons: #FBB814;
    --explora-buttons-hover: #e2a612;
    --progress-bar: #004799;
    --progress-bar-background: #c9d6e7;
    --footer-links-color: #2c5697;
    --mobile-back-button-color: #2c5697;
    --mobile-logo-width: 221px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 279px;
    --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,#050505,#00000000),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 55%;
    }
}