
.bg-branco{
    background-color: #fff;
    color: black;
}
.bg-vermelho{
    background-color: #dc3545;
    color: #fff;
}
.bg-amarelo{
    background-color: #ffc107;
    color: #fff;
}
.bg-verde{
    background-color: #198754;
    color: #fff;
}
.bg-azul{
    background-color: #0d6efd;
    color: #fff;
}
.bg-preto{
    background-color: #000000;
    color: #fff;
}
.bg-lilas{
    background-color: #6f42c1;
    color: #fff;
}
.bg-rosa{
    background-color: #d63384;
    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{
    
}.mobile{
    display: none;
}
.youtube{
    height: 450px;
}
@media screen and (max-width: 768px) {

    .mobile{
        display: block;
    }
    .youtube{
        height: 250px;
    }
}.dja{
    display: flex;
    justify-content: center;
    align-items: center;
}
.df{
    display: flex;
}
.dnone{
    display: none;
}
.wh-350{
    width: 350px;
    height: 350px;
}
.wh-40{
    width: 40px;
    height: 40px;
}
.he-40{
    height: 40px;
}
.he-50{
    height: 50px;
}
.he-60{
    height: 60px;
}
.he-90{
    height: 90px;
}
.he-125{
    height: 125px;
}
.he-250{
    height: 250px;
}
.he-350{
    height: 350px;
}
.he-500{
    height: 500px;
}
.vh-50{
    height: 50vh;
}
.fs-64{
    font-size: 64px;
}
.fs-100{
    font-size: 100px;
}
.border1{
    border: 1px solid black;
}
.focus:focus{
    outline: none;
}
.bottom-rounded{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.cursor{
    cursor: pointer;
}
.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{
    width: 40%;
    height: 550px;
}
.scale:hover{
    transform: scale(105%);
}
.play-m1{
    right:200px;
}
.btn-editar{
    width:25%;
}
.img-produtos{
    height: 450px;
    width: 300px;
}
.youtube{
    height: 450px;
}
.btn-endereco{
    width: 25%;
    position: absolute;
    margin-top:250px;
    margin-left: 150px;
}
.btn-app{
    width: 25%;
}
@media screen and (max-width: 768px) {
    .btn-app{
        width: 75%;
    }
    .btn-endereco{
        width: 75%;
        margin-left: 40px;
    }
    .youtube{
        height: 250px;
    }
    .img-produtos{
        height: 450px;
        width: 190px;        
    }
    .offcanva-adm{
        width: 100%;
        height:90%;
    }
    .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%;
    }
}