/* Cores */

/* bg-primary / azul
bg-secondary / cinza verde
bg-success / verde
bg-info / azul claro
bg-warning / amarelo
bg-danger / vermelho
bg-light / cinza claro 
bg-dark / preto */

@media (min-width: 1470px) {
    .container-master {
        width: 1470px;
        max-width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 767px) {
    #conteudo_right {
        height: 2820px;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .AtualizacoesPlaybackIndex {
        font-size: 0.95rem;
    }
}

@media (max-width: 575px) {
    #FormCadastroUsuario ::placeholder {
        visibility: hidden;
        color: white !important;
    }

    #FormCadastroUsuario input {
        font-size: 0.85rem;
    }

    #FormCadastroUsuario label {
        font-size: 0.7rem;
    }

    #FormCadastroUsuario select {
        font-size: 0.85rem;
    }

    #topo h1 {
        width: 100% !important;
        background: url(../../Imgs/logo2023.png) center center/270% no-repeat !important;
        height: 80px !important;
        background-size: contain;
        font-size: 0em;
    }

    #master #rodape {
        font-size: 0.6rem !important;
    }

    #loginTitle,
    .linkFuncionamento {
        display: none;
    }

    .Listagem a {
        background-color: #ececed;
        padding: 2px;
        margin: 0 !important;
        border-radius: 5px;
        border: thin solid #999;
    }

    .Listagem {
        padding: 2px;
        margin: 0;
        font-size: 0.8rem;
    }

    .AtualizacoesPlaybackIndex {
        font-size: 0.85rem;
    }

    .AtualizacoesPlaybackIndex ul li {
        background-color: #FFF;
        border: solid thin #0000003b;
        margin: 3px;
        border-bottom: none;
        list-style: none;
        padding: 3px 4px;
        margin: 0;
    }

    #descSite {
        display: none;
    }

}

.bg-linear {
    background: linear-gradient(#666, #333);
}

.text-smaller {
    font-size: 0.8rem;
}

.bg-linear-orange {
    background-image: linear-gradient(#ef7727,#be5037);
}

.text-shadow {
    text-shadow: 1px 1px 1px black;
}