#site-container {
    --explora-buttons: #CE1126;
    --explora-buttons-hover: #991322;
    --explora-buttons-text: #ffffff;
    --progress-bar: #006E49;
    --progress-bar-background: #006e491a;
    --header-color: #ffffff;
    --footer-links-color: #001938;
    --mobile-back-button-color: #006E49;
    --mobile-logo-width: 169px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 275px;
    --desktop-logo-height: 55px;
}
    
.img-logoExplora {
    background-image: url(logo.png);
}

.side-text p {
    margin-bottom:0.5rem;
}

    
@media screen and (min-width: 768px) {
    #site-container.home {
        background: linear-gradient(to left,#000000c9,rgb(0 0 0 / 16%)),url(background.jpg) no-repeat scroll center top #000000;
        background-attachment: fixed;
        background-position: left top 0%;
    }
}