#site-container {
    --explora-buttons-text: #ffffff;
    --explora-buttons: #e10075;
    --explora-buttons-hover: #ee0d82;
    --progress-bar: #0272be;
    --progress-bar-background: #0272be3b;
    --footer-links-color: #0272be;
    --header-color: #ffffff;
    --mobile-back-button-color: #ffffff;
    --mobile-logo-width: 121px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 179px;
    --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, #005fab, #005fab08), url(background.jpg) no-repeat scroll center bottom #000000;
        background-size: cover;
        background-attachment: fixed;
        background-position: left 20% bottom 80%;
    }
}