
.bg-branco{
    background-color: #fff;
    color: black;
}
.bg-vermelho{
    background-color: #e83845;
    color: #fff;
}
.bg-amarelo{
    background-color: #ffce30;
    color: #fff;
}
.bg-verde{
    background-color: #067034;
    color: #fff;
}
.bg-azul{
    background-color: #0d214f;
    color: #fff;
}
.bg-preto{
    background-color: #1f2024;
    color: #fff;
}
.bg-lilas{
    background-color: #35122E;
    color: #fff;
}
.bg-rosa{
    background-color: #ff007f;
    color: #fff;
}
.menu-adm{
    width:35px;
    height:35px;
}
.menu-adm:hover{
    transform: scale(110%);
    background-color: black;
    color: white;
}
.btn-salvar{
    width: 25%;
}
@media screen and (max-width: 768px) {
    .btn-salvar{
        width: 75%;
    } 
}

.dja{
    display: flex;
    justify-content: center;
    align-items: center;
}
.df{
    display: flex;
}

.linha{
    
}
.img-doacao{
    background-image: url('../painel/doacao.png');
    background-position: center;
    background-size: cover; 
}    
.row-menu{
    height: 50px;
}
.col-btn-site{
    border-radius: 50px;
    height: 60px;
}
.coresTamanho{
    width:30px;
    height:30px;
    margin: 3px;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 2px;
}
.btn-editar{
    border-radius: 6px;
    border: 0;
    height: 40px;
}
.salvar_cor{
    border-radius: 6px;
    border: 0;
    height: 30px;
    width: 75px;
}
.col-apresentacao{
    height: 75vh;
}
.mobile{
    display: none;
}
.offcanva-adm{
    margin-top:50px;
    width:40%;
    height:500px;
}
.scale:hover{
    transform: scale(105%);
}
.play-m1{
    right:200px;
}
.btn-editar{
    width:25%;
}
@media screen and (max-width: 768px) {
    .offcanva-adm{
        margin-top:75px;
        width:40%;
        height:560px;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .col-apresentacao{
        height:75vh;
    }
    .img-doacao{
        background-size:contain;
        background-repeat: no-repeat;       
    }
    .play-m1{
        top:58%;
        left:25%;
    }
    .btn-editar{
        width:50%;
    }
}