#site-container {
    --explora-buttons: #FF6D00;
    --explora-buttons-hover: #d96209;
    --explora-buttons-text: #000000fff;
    --progress-bar: #114e9c;
    --progress-bar-background: #114e9c17;
    --header-color: #114e9c;
    --footer-links-color: #001938;
    --mobile-back-button-color: #ffffff;
    --mobile-logo-width: 132px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 214px;
    --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,#050505bf,#1b1b1b08),url(background.jpg) no-repeat scroll center bottom #000000;
        background-size:cover;
        background-attachment: fixed;
        background-position: left 20% bottom 80%;
        }
    }

.side-text {
    padding:20px;
}

.side-text-highlight {
    color:#ffffff;
    background-color: var(--progress-bar);
    border-radius: 6px;
    display: inline;
    padding: 5px 10px;
}

.side-text-promo-divider {
    border-top: 1px dashed var(--progress-bar);
    padding-top: 1rem;
}