#site-container {
    --explora-buttons-text: #ffffff;
    --explora-buttons: #211e72;
    --explora-buttons-hover: #272299;
    --progress-bar: #7686c3;
    --progress-bar-background: #7686c338;
    --footer-links-color: #1676b5;
    --mobile-back-button-color: #211e72;
    --mobile-logo-width: 179px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 303px;
    --desktop-logo-height: 55px;
}

.img-logoExplora {
    background-image: url(logo.png);
}

@media screen and (min-width: 768px) {
    #site-container.home {
        background: linear-gradient(to left, #050505a8, #00000008), url(background.jpg) no-repeat scroll center bottom #000000;
        background-size: cover;
        background-attachment: fixed;
        background-position: left 0% bottom 60%;
    }
}