.texto_pix_scan_or {
    text-align: center;
}



.baixeapp {
    position: absolute;
    background: var(--cor-primaria);
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta_app {
    font-size: 18px;
    padding: 15px;
}

.logo_clube_app img {
    width: 170px;
}

.logo_clube_app {
    margin-bottom: 73px;
}

.header_android_app .header-top.container-fluid.header_mobile {
    display: none;
}

.botao_fechar_app {
    position: absolute;
    width: 60px;
    top: 30px;
    left: 25px;
}

.palco_mobile_home .categoria-item {
    background-color: var(--cor-primaria) !important;
}

.cat_img {
    overflow: hidden;
    position: absolute;
    width: 100px;
    right: -16px;
    bottom: -16px;
    z-index: 1;
    opacity: .4;
}


a[href*="tel:"] {
    color: inherit;
}

span.valor_agendamento {
    color: #222;
    font-size: 20px;
    font-weight: 600;
}