.painel{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;height:auto;min-height:60vh;background-color:#fff;border-radius:10px}.card-button-expand{width:100%;height:50px;border:2px solid rgba(126,122,122,.74);border-radius:5px;margin-top:20px;display:flex}.card-button-expand>div{display:flex;justify-content:left;align-items:center;text-align:center;padding:5px 0 0 20px;width:25%;font-size:13px;font-weight:700;color:#3d0568}.card-button-expand span{padding:5px 3px 3px 3px;height:28px;min-width:130px;border-radius:5px;color:#fff;background-color:#290648;font-size:11px}.card-button-expand .b-title{text-align:left}.card-button-expand .b-pm{display:flex;padding-top:0;justify-content:center}.card-button-expand .b-pm .pm-img{width:45px;height:45px;border-radius:50%;background-color:#290648;color:#fff}.card-button-expand :hover{cursor:pointer}.card-button-expand:hover{background-color:rgba(167,164,164,.39)}.project-card{display:flex;width:100%;flex-direction:column;margin-top:20px;border:2px solid rgba(126,122,122,.74);border-radius:5px}.project-card .c-title{width:100%;height:50px;padding-top:5px;text-align:center;border-bottom:2px solid rgba(126,122,122,.74);font-size:24px;color:#3d0568;font-weight:700}.project-card .c-title:hover{cursor:pointer;background-color:rgba(167,164,164,.39)}.project-card .c-body-1{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;padding:2rem}.project-card .c-body-1 .c-video{box-sizing:border-box;margin:10px;background-color:rgba(30,30,30,.97);border-radius:5px;display:flex;align-content:center}.project-card .c-body-1 .c-video video{box-sizing:border-box;max-height:190px;background-color:none;width:100%;border-radius:5px}.project-card .c-body-1 .c-buttons{display:flex;flex-direction:column;justify-content:space-evenly;align-items:stretch}.project-card .c-body-1 .c-buttons .buttons-download{width:100%}.project-card .c-body-1 .c-buttons .buttons-download button{width:50%;height:30px;color:#fff;background-color:#3d0568;border-radius:5px;border:none;margin:0 0 10px 0;font-size:12px;text-align:left}.project-card .c-body-1 .c-buttons .buttons-download .disable-button{background-color:rgba(5,5,5,.5058823529)}.project-card .c-body-2{display:flex;justify-content:center;padding:1rem 2rem;padding-top:0}