#site-container {
    --explora-buttons-text: #fff;
    --explora-buttons: #ff7a59;
    --explora-buttons-hover: #e86d4e;
    --progress-bar: #006646;
    --progress-bar-background: #00664657;
    --footer-links-color: #2c5697;
    --mobile-back-button-color: #ffffff;
    --header-color: #006646;
    --mobile-logo-width: 121px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 179px;
    --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,#1b1b1b3d),url(background.jpg) no-repeat scroll center bottom #000000;
        background-size:cover;
        background-attachment: fixed;
        background-position: left 20% bottom 80%;
    }
}