#site-container {
    --explora-buttons-text: #fff;
    --explora-buttons: #d42b41;
    --explora-buttons-hover: #c71e34;
    --progress-bar: #000;
    --progress-bar-background: #00000021;
    --footer-links-color: #1676b5;
    --mobile-back-button-color: #c00;
    --mobile-logo-width: 179px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 303px;
    --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, #050505a8, #00000008), url(background.jpg) no-repeat scroll center bottom #000000;
        background-size: cover;
        background-attachment: fixed;
        background-position: left 0% bottom 60%;
    }
}