#site-container {
    --explora-buttons-text: #fff;
    --explora-buttons: #cc092f;
    --explora-buttons-hover: #bc0d2f;
    --progress-bar: #000;
    --progress-bar-background: #0000003d;
    --footer-links-color: #3F51B5;
    --mobile-back-button-color: #fff;
    --header-color: #cc092f;
    --mobile-logo-width: 178px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 428px;
    --desktop-logo-height: 83px;
}

.img-logoExplora {
    background-image: url(logo.png);
}

@media screen and (min-width: 768px) {
    #site-container.home {
        background: linear-gradient(to left,#050505a8,#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 45%;
    }
}

@media screen and (min-width: 768px) {
    .client-vertical #mainExplora {
        padding-top: 135px!important;
    }
    .client-vertical .back-button {
        top: 104px!important;
        z-index: 0;
    }
}

.client-vertical .back-button span {
    color: #ffffff;
}

.side-text {
    background-color: var(--explora-buttons);
    color: #ffffff;
    border-radius:4px;
    padding:25px;
}
@media screen and (min-width: 768px) {
    .side-text {
        border-radius:18px;
    }
}