.card-progress{height:10px;width:100%;background-color:#e9ecef;box-shadow:inset 0 .1rem .1rem rgba(0,0,0,.1);overflow:hidden}.card-progress .progress{height:10px;background:var(--Color-Azul-Escuro);background:linear-gradient(90deg,var(--Color-Azul-Escuro) 0,var(--Color-Azul-Tech) 100%);border-radius:0}.card-curso{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;width:100%}.card-curso .card{width:calc(50% - 10px);border-radius:10px;overflow:auto;display:flex;flex-direction:column}.card-curso .card-header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:25px;background-color:var(--Color-Gesso)}.card-curso .card-header .aula-info h2{font-size:1.5rem}.card-curso .card-header .aula-info h3{font-size:1.4rem;min-height:54px}.card-curso .card-header .aula-info div{display:flex;align-items:flex-start;flex-direction:column;flex-wrap:nowrap;gap:10px;margin-bottom:15px}.card-curso .card-header .box-img-aula{min-width:100px;min-height:100px;width:100px;height:100px;overflow:hidden;display:flex;justify-content:center;align-items:center}.card-curso .card-header .box-img-aula img{max-height:100%;width:auto;height:auto}.card-curso .card-footer{justify-content:space-between;align-items:center}.card-curso .card-footer,.card-curso .card-footer div{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}.card-curso .card-footer .text-status{padding:6px 0}.btn-completed,.btn-continuar,.text-completed{cursor:pointer;padding:.25rem .5rem;border-radius:.2rem;background-color:#2196f3;border-color:#2196f3;box-shadow:1.95px 1.95px 2.6px rgba(0,0,0,.15);display:inline-flex;align-items:center;justify-content:center;font-size:.8203125rem;line-height:1.5;color:#fff;text-decoration:none;transition:.15s ease-in-out}.btn-completed:hover,.btn-continuar:hover,.text-completed:hover{background-color:#0c83e2;border-color:#0c7cd5;box-shadow:0 3px 8px rgba(0,0,0,.24)}.text-completed{background-color:#66bb6a;border-color:#66bb6a}.text-completed:hover{background-color:#4dae52;border-color:#49a54e}.btn-completed{background-color:#fff;border-color:#f0f1f2;color:#000}.btn-completed:hover{background-color:#ececec;border-color:#d5d8da}@media(max-width:991px){.card-curso{flex-direction:column}.card-curso .card{width:100%}.card-curso .card-header .box-img-aula{min-width:75px;min-height:75px;width:75px;height:75px}}