/* .cabecalho-banner {
                background: #862929;
            } */

body::before {
    content: "DEV";
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #862929;
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    z-index: 100000;
}
