#site-container {
    --explora-buttons-text: #fff;
    --explora-buttons: #197e68;
    --explora-buttons-hover: #47bfaf;
    --progress-bar: #197e68;
    --progress-bar-background: #197e6836;
    --footer-links-color: #197e68;
    --mobile-back-button-color: #197e68;
    --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,#050505c7,#00000008),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%;
    }
}