[page='clientes'] #mobile-footer .icons {
    justify-content: space-between;
    direction: rtl;
}

[page='clientes'] #mobile-footer .text-button {
    direction: ltr;
}

.link-wellcome-container {
    height: calc(100% - 56px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    overflow: auto;
}

.link-wellcome-container .logo-marca-comp {
    width: 100%;
}

.link-wellcome-container .smart-marca-button {
    width: 80%;
    height: 15vh;
    margin: 0 auto;
}

.link-wellcome-container .smart-marca-button img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: .2s;
}

.link-wellcome-container img.img-loading {
    opacity: 0;
}

.link-wellcome-container .texto-compra {
    color: #494949;
    font-size: 2em;
    text-align: center;
    line-height: 1.2;
    margin: 0.2em 0;
}

.link-wellcome-container .texto-cartao {
    font-weight: 300;
    font-size: 0.84em;
    margin: 0.2em 0;
}

.link-wellcome-container .txt-video {
    color: #494949;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.2;
}

.link-wellcome-container .tutorial-holder-link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

#link-demo-modal .footer button {
    width: 45%;
}