#site-container {
    --explora-buttons-text: #fff;
    --explora-buttons: #74af27;
    --explora-buttons-hover: #619121;
    --progress-bar: #004b93;
    --progress-bar-background: #004b932e;
    --footer-links-color: #004b93;
    --mobile-back-button-color: #004b93;
    --mobile-logo-width: 121px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 179px;
    --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,#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%;
    }
}

@media screen and (min-width: 768px) {
    .side-text {
        padding:30px;
    }
}

.side-text-highlight {
    background-color: var(--explora-buttons);
    color: #ffffff;
    padding:10px;
}

.border-top-highlight{
    border-radius:10px 10px 0 0;
}

.border-bottom-highlight{
    border-radius: 0 0 10px 10px;
}