/* Inicio Mobile */
@media only screen and (max-width: 1000px) {
    .menuDesktop {
        display: none;
    }

    .tabsMobile {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 10px;
        border: 0;
    }

    .itemTab {
        background-color: #f5f5f5;
        margin-right: 5px;
        border-radius: 5px;
    }

    #conteudo {
        height: 100vh;
        width: 100vw;
        padding: 30px 20px;
        overflow-y: scroll;
        padding-bottom: 100px;
        /* background-color: #f5f5f5; */
        background-color: #f5f5f5;
    }

    .ativo {
        background-color: #ddd !important;
    }

    .corpoConteudoMobile {
        height: calc(100vh - 200px);
    }

    #conteudoCadastro {
        margin-bottom: 100px;
    }

    .barraDeApresentacaoMobile {
        display: flex;
        align-items: center;
        padding: 10px 10px;
        background-color: #212121;
        box-shadow: 0px 0px 10px 3px gray;
    }

    .barraDeApresentacaoMobile div {
        margin-left: 20px;
    }

    .barraDeApresentacaoMobile h4 {
        color: #fff;
    }

    .barraDeApresentacaoMobile h6 {
        color: #ccc;
        margin-bottom: 0;
    }

    .logoMarcaApresentacaoMobile {
        height: 60px;
        border-radius: 50px;
    }

    .botaoPrimaryAtivo {
        background-color: #0946a1;
        font-weight: bold;
    }

    #Pagamentos {
        display: none;
    }

    .statusTabelaPagamentos {
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .dataTabelaPagamentos {
        text-align: center;
        vertical-align: middle;
    }

    .acoesTabelaPagamentos {
        text-align: center;
        width: 100px !important;
        display: flex;
        flex-direction: column;
        /* border: 0; */
    }

    .acoesTabelaPagamentos button {
        width: 80px;
        padding: 2px;
    }

    .btEmitirReciboTabelaPagamentos {
        white-space: nowrap;
        font-size: 14px;
    }

    .pago {
        color: green;
        font-weight: bold;
    }

    .pendente {
        color: red;
        font-weight: bold;
    }

    .tituloPaginasCliente {
        display: none;
    }

    #telaLogin {
        width: 100vw;
        height: 100vh;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 100px;
        /* background-color: #f5f5f5; */
    }

    .cardLogin {
        width: 100%;
        max-width: 400px;
        margin-top: 5%;
        border: 1px solid #0c1948;
        background-color: #0c1948;
        box-shadow: 0px 2px 5px 0px #0c1948;
        /* height: 100%; */
    }

    .cardLoginAdmin div label {
        color: #eee;
    }

    .cardLoginCliente label {
        color: #eee;
    }

    .cabecalhoTelaLogin {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 30%;
        width: 100%;
    }

    .cabecalhoTelaLogin h4 {
        font-size: 18px;
        font-weight: bold;
        color: #eee;
        background-color: #0c1948;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .animacaoLogin {
        height: 80%;
    }

    .cadastro {
        text-align: center;
    }

    .cadastro label {
        color: gray;
    }

    .cadastro button {
        color: #313131;
    }

    .botoesAcaoCadastro {
        width: 100%;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
    }

    .cabecalhoCadastro {
        background-color: #313131;
        color: #eee;
        padding: 10px 20px;
        box-shadow: 0px 0px 10px 2px gray;
    }

    .Bronze {
        color: #cd7f32;
        font-weight: bold;
    }

    .bgBronze {
        /* background-color: #cd7f32; */
        background-color: #fff;
        border: 2px solid #cd7f32;
        box-shadow: 0px 3px 5px 0px #cd7f32;
    }

    .Prata {
        color: #c0c0c0;
        font-weight: bold;
    }

    .bgPrata {
        /* background-color: #c0c0c0; */
        background-color: #fff;
        border: 2px solid #c0c0c0;
        box-shadow: 0px 3px 5px 0px #c0c0c0;
    }

    .Ouro {
        color: #FFD700;
        font-weight: bold;
    }

    .bgOuro {
        /* background-color: #FFD700; */
        background-color: #fff;
        border: 2px solid #FFD700;
        box-shadow: 0px 3px 5px 0px #FFD700;
    }

    .Diamante {
        color: #0abab5;
        font-weight: bold;
    }

    .bgDiamante {
        /* background-color: #0abab5; */
        background-color: #fff;
        border: 2px solid #0abab5;
        box-shadow: 0px 3px 5px 0px #0abab5;
    }

    .fonteClara {
        color: #eee;
    }

    .barraLateral {
        display: none;
    }

    .barraDivisoriaMenuLateral {
        display: none;
    }

    .menuMobile {
        position: fixed;
        /* top: 100px; */
        z-index: 1000;
        border: 1px solid gray;
    }

    #conteudoInicial {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        align-items: center;
        margin-top: 50px;
        position: relative;
    }

    .sidebarMobile {
        display: none;
    }

    .menuMobile {
        padding: 15px;
    }

    .menuMobileFechado {
        width: 80%;
        height: 100vh;
        position: absolute;
        left: -80%;
        z-index: 0;
        background-color: #212121;
        transition: left 0.3s;
    }

    .menuMobileAberto {
        width: 80%;
        height: 100vh;
        position: absolute;
        left: 0;
        z-index: 100;
        background-color: #212121;
        transition: left 0.6s;
    }

    .backdrop {
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
    }

    .cabecalhoMenuMobile {
        display: flex;
        align-items: center;
        color: #eee;
        margin-bottom: 20px;
    }

    .cabecalhoMenuMobile h4 {
        margin-left: 10px;
    }

    .fecharMenuMobile {
        position: absolute;
        bottom: 10px;
        left: 200px;
    }

    .botoesMenuLateralMobile {
        background-color: #414141;
        color: #eee;
    }

    .botoesMenuLateralMobile:focus {
        background-color: #313131;
        color: #eee;
        box-shadow: 0px 0px 0px 0px;
    }

    .botoesMenuLateralMobile:active {
        background-color: #313131;
        color: #eee;
        box-shadow: 0px 0px 0px 0px;
    }

    .itemSubMenuMobile {
        color: #eee;
    }

    .itemSubMenuMobile:active {
        color: #ddd;
    }

    .informacoesDoPlano {
        width: 100%;
        border: 1px solid #515151;
        color: #eee;
        padding: 10px;
        margin-top: 40px;

        /* position: absolute;
        bottom: 80px;
        left: 15px; */
    }

    .formularioCadastro {
        width: 100%;
    }

    .barraBuscaConsultarClientes {
        width: 100%;
        margin-bottom: 10px;
    }

    .botaoNovoCliente {
        margin-right: 10px;
        margin-bottom: 30px;
        width: 48%;
    }

    .botaoOrdenarClientes {
        margin-bottom: 30px;
        width: 48%;
    }

    .colunaNome {
        vertical-align: middle;
        font-size: 14px;
        width: 100%;
        text-align: left;
    }

    .colunaValor {
        vertical-align: middle;
        font-size: 14px;
        width: fit-content;
        text-align: center;
    }

    .colunaVencimento {
        vertical-align: middle;
        font-size: 14px;
        width: fit-content;
        text-align: center;
    }

    .colunaAcoesFinanceiro {
        vertical-align: middle;
        font-size: 14px;
        text-align: center;
        width: fit-content;
    }

    .colunaAcoesFinanceiro button {
        /* width: 30%; */
        margin-bottom: 15px;

    }

    .adicionarNovoFinanceiro {
        width: 100%;
    }

    .adicionarNovoFinanceiroDesktop {
        display: none;
    }

    .tabelaRecebidosDesktop {
        display: none;
    }

    .listaRecebidosMobile {
        margin-top: 40px;
    }

    .itemListaRecebidos {
        border: 1px solid #ddd;
        box-shadow: 0px 3px 5px 0px #ddd;
        border-radius: 5px;
        min-height: 100px;
        padding: 10px;
        margin-bottom: 20px;
        background-color: #fff;
    }

    .descricaoListaFinanceiro {
        padding: 10px;
        padding-bottom: 5px;
        margin: 0;
        border-bottom: 1px solid #4db6ac;
        /* border-radius: 5px; */
        margin-bottom: 10px;
    }

    .dataListaFinanceiro {
        padding: 10px;
        padding-top: 0;
        color: gray;
    }

    .valorListaFinanceiro {
        padding: 10px;
        padding-top: 0;
    }

    .botoesCardListaFinanceiro {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .botoesCardListaFinanceiro button {
        padding: 5px 10px;
        width: 30%;
        font-size: 14px;
    }

    .informacoesBalanco {
        /* display: none; */

        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .cardBalanco {
        width: 33%;
        padding: 2%;
        border-radius: 5px;
        margin-right: 5px;
        background-color: #fff;
    }

    .cardBalanco h5 {
        font-size: 12px;
        color: #313131;
    }

    .cardBalanco h3 {
        font-size: 14px;
        font-weight: bold;
    }

    .balancos {
        border: 2px solid #2196f3;
        /* background-color: #2196f3; */
        /* color: #eee; */
    }

    .receitas {
        border: 2px solid #4caf50;
        /* background-color: #4caf50;
        color: #eee; */
    }

    .despesas {
        border: 2px solid #f44336;
        /* background-color: #ef5350 ; */
        /* color: #eee; */
    }

    .iconeCardBalancosPositivo {
        float: right;
        background-color: #4caf50;
        border-radius: 15px;
        color: #fff;
    }

    .iconeCardBalancosNegativo {
        float: right;
        background-color: #f44336;
        border-radius: 15px;
        color: #fff;
    }

    #signature {
        width: 100%;
        height: 150px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #fff;
    }

    .botoesAcaoAssinatura {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .dadosTelaMenu {
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }

    .dadosTelaMenu div {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .dadosTelaMenu div button {
        width: 48%;
        margin: auto;
    }

    .modalPlanosCabecalho {
        background-color: #f5f5f5;
    }

    .modalPlanosCorpo {
        background-color: #f5f5f5;
    }

    .acessosParaCliente {
        text-align: center;
    }

    .qrcodeAcessoCliente {
        width: 50%;
    }

    .adicionarNovoFinanceiroMobile {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }

    .receitasBorda {
        border: 1px solid #4caf50;
    }

    .despesasBorda {
        border: 1px solid #ef5350;
    }

    .listaMenuMobile ul li {
        width: 100%;
        text-align: left;
        background-color: #414141;
    }

    #uploadContrato {
        display: none;
    }
}

/* Fim Mobile */

/* Desktop */
@media only screen and (min-width: 1001px) {

    .barraLateral {
        background-color: #212121 !important;
    }

    .iconeBarraLateral {
        color: #eee;
    }

    .tituloBarraLateral {
        color: #eee;
    }

    .btn-toggle {
        color: #eee !important;
    }

    .botaoBarraLateral {
        color: #eee;
        width: 80%;
    }

    .subMenuBarraLateral {
        color: #eee !important;
    }

    .barraDivisoriaMenuLateral {
        background-color: #eee !important;
    }

    .menuMobile {
        display: none;
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }

    .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
    }

    .bi {
        vertical-align: -.125em;
        fill: currentColor;
    }

    .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
    }

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .botaoSairSidebar {
        position: fixed;
        bottom: 20px;
        left: 30px;
        text-decoration: none;
        color: gray;
    }

    .botaoSairSidebar:hover {
        text-decoration: underline;
        color: #313131;
    }

    #conteudo {
        height: 100vh;
        width: 100vw;
        padding: 0px;
        overflow-y: scroll;
        display: flex;
    }

    h2 {
        color: #414141;
        border-bottom: 1px solid rgb(173, 173, 173);
        width: auto;
        /* padding-right: 20px; */
        display: inline;
    }

    .tabelaDeClientes {
        margin-top: 20px;
    }

    .colunaIcone {
        width: fit-content;
        text-align: left;
        vertical-align: middle;
    }

    .colunaNome {
        width: 50%;
    }

    .colunaValor {
        width: 20%;
        text-align: center;
    }

    .colunaVencimento {
        width: 10%;
        text-align: center;
    }

    .linhaClienteTabela {
        cursor: pointer;
        line-height: 40px;
    }


    .linhaClienteTabela:hover {
        cursor: pointer;
    }

    .linhaReceitaTabela {
        line-height: 40px;
    }

    #conteudoInicial {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #telaLogin {
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 100px;
    }

    .cabecalhoTelaLogin {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
    }

    .cabecalhoTelaLogin h4 {
        font-size: 26px;
        font-weight: bold;
        color: #eee;
        background-color: #0c1948;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .cabecalhoTelaLogin img {
        width: 50%;
    }

    #Pagamentos {
        display: none;
    }

    .tabelaPagamentos {
        max-width: 800px;
    }

    .acoesTabelaPagamentos {
        width: 140px;
        text-align: center;
    }

    .tituloPaginasCliente {
        width: fit-content;
        background-color: #eee;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .barraDeApresentacaoDesktop {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .barraDeApresentacaoDesktop div {
        text-align: center;
    }

    .barraDeApresentacaoDesktop div h4 {
        color: #eee;
        margin-top: 10px;
    }

    .barraDeApresentacaoDesktop div h6 {
        color: #aaa;
    }

    .logoMarcaApresentacaoDesktop {
        width: 50%;
        border-radius: 50%;
    }

    .cardLogin {
        width: 100%;
        max-width: 400px;
        margin-top: 5%;
        border: 1px solid #0c1948;
        background-color: #0c1948;
        box-shadow: 0px 2px 5px 0px #0c1948;
        /* height: 100%; */
    }

    .cardLoginAdmin div label {
        color: #eee;
    }

    .cardLoginCliente label {
        color: #eee;
    }

    .cabecalhoTelaLogin {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 30%;
        width: 100%;
    }

    .animacaoLogin {
        height: 80%;
    }

    .cadastro {
        text-align: center;
    }

    .cadastro label {
        color: gray;
    }

    .cadastro button {
        color: #313131;
    }

    .cadastro {
        text-align: center;
    }

    .cadastro label {
        color: gray;
    }

    .cadastro button {
        color: #313131;
    }

    .botoesAcaoCadastro {
        width: 100%;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
    }

    .cabecalhoCadastro {
        background-color: #313131;
        color: #eee;
        padding: 10px 20px;
    }

    .formularioCadastro {
        max-width: 800px;
    }

    .qrcodeAcesso {
        width: 100px;
        display: block;
        margin: auto;
    }

    .informacoesDoPlano {
        /* position: fixed;
        bottom: 100px; */
        margin-top: 100px;
        width: 245px;
        border: 1px solid gray;
        height: 200px;
        padding: 10px;
        color: #eee;
    }

    .Bronze {
        color: #cd7f32;
        font-weight: bold;
    }

    .bgBronze {
        /* background-color: #cd7f32; */
        background-color: #fff;
        border: 2px solid #cd7f32;
        box-shadow: 0px 3px 5px 0px #cd7f32;
    }

    .Prata {
        color: #c0c0c0;
        font-weight: bold;
    }

    .bgPrata {
        /* background-color: #c0c0c0; */
        background-color: #fff;
        border: 2px solid #c0c0c0;
        box-shadow: 0px 3px 5px 0px #c0c0c0;
    }

    .Ouro {
        color: #FFD700;
        font-weight: bold;
    }

    .bgOuro {
        /* background-color: #FFD700; */
        background-color: #fff;
        border: 2px solid #FFD700;
        box-shadow: 0px 3px 5px 0px #FFD700;
    }

    .Diamante {
        color: #0abab5;
        font-weight: bold;
    }

    .bgDiamante {
        /* background-color: #0abab5; */
        background-color: #fff;
        border: 2px solid #0abab5;
        box-shadow: 0px 3px 5px 0px #0abab5;
    }

    .conteudoPlanos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }

    .plano {
        width: 370px;
    }

    .menuMobile {
        display: none;
    }

    .barraDeApresentacaoMobile {
        display: none;
    }

    .listaMenuMobile {
        display: none;
    }

    .sidebarMobile {
        display: none;
    }

    .formularioCadastro {
        width: 60%;
    }

    .conteudoPagina {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding: 40px 80px;
        background-color: #f5f5f5;
    }

    .barraBuscaConsultarClientes {
        width: 70%;
    }

    .botaoNovoCliente {
        margin-left: auto;
        margin-right: 10px;
    }

    .adicionarNovoFinanceiro {
        width: 80%;
        margin-right: auto;
    }

    .adicionarNovoFinanceiroMobile {
        display: none;
    }

    .adicionarNovoFinanceiroDesktop {
        display: flex;
        flex-wrap: wrap;
    }

    .colunaAcoesFinanceiro {
        width: 100%;
        text-align: center;
    }

    .listaRecebidosMobile {
        display: none;
    }

    .informacoesBalanco {
        display: flex;
        margin-top: 20px;
    }

    .cardBalanco {
        padding: 20px;
        border-radius: 5px;
        margin-right: 20px;
    }

    .balancos {
        border: 2px solid #2196f3;
    }

    .receitas {
        border: 2px solid #4caf50;
    }

    .despesas {
        border: 2px solid #f44336;
    }

    .iconeCardBalancosPositivo {
        background-color: #4caf50;
        border-radius: 15px;
        color: #fff;
        margin-right: 10px;
    }

    .iconeCardBalancosNegativo {
        background-color: #f44336;
        border-radius: 15px;
        color: #fff;
        margin-right: 10px;
    }

    #signature {
        /* width: 450px; */
        /* height: 250px; */
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #fff;
    }

    .botoesAcoesAssinatura {
        display: flex;
        justify-content: space-between;
        width: 450px;
    }

    .dadosTelaMenu {
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }

    .dadosTelaMenu div {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .dadosTelaMenu div a {
        width: 48%;
        margin: auto;
    }

    .modalPlanosCabecalho {
        background-color: #f5f5f5;
    }

    .modalPlanosCorpo {
        background-color: #f5f5f5;
    }

    .acessosParaCliente {
        width: 400px;
        text-align: left;
    }

    .qrcodeAcessoCliente {
        width: 40%;
    }

    .qrcodeAcessoCliente:hover {
        cursor: pointer;
    }

    .linkBaixarQrCode:hover {
        cursor: pointer;
    }

    .pago {
        color: green;
        font-weight: bold;
    }

    .pendente {
        color: red;
        font-weight: bold;
    }

    .listaDeClientesModal {
        max-height: 60vh;
        overflow-y: scroll;
    }

    #uploadContrato {
        display: none;
    }

}