#site-container {
    --explora-buttons: #ffd600;
    --explora-buttons-hover: #d4b40e;
    --explora-buttons-text: #2d337d;
    --progress-bar: #2d337d;
    --progress-bar-background: #2d337d24;
    --header-color: #ffffff;
    --footer-links-color: #001938;
    --mobile-back-button-color: #2d337d;
    --mobile-logo-width: 80px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 129px;
    --desktop-logo-height: 55px;
}

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

.side-text span {
    color: var(--progress-bar);
}

@media screen and (min-width: 768px) {
    #site-container.home {
        background: linear-gradient(to left,#050505bf,#1b1b1b08),url(background.jpg) no-repeat scroll center bottom #000000;
        background-size:cover;
        background-attachment: fixed;
        background-position: left 20% bottom 80%;
    }
}