#site-container {
    --explora-buttons-text: #fff;
    --explora-buttons: #d3a45e;
    --explora-buttons-hover: #c99e5d;
    --progress-bar: #1e386b;
    --progress-bar-background: #1e386b2e;
    --footer-links-color: #1e386b;;
    --mobile-back-button-color: #d3a45e;
    --mobile-logo-width: 121px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 179px;
    --desktop-logo-height: 55px;
    --header-color: #1e386b;
}

.img-logoExplora {
    background-image: url(logo.png);
}

@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%;
    }
}