.bg-curso-autoinstrucional {
  background-color: var(--bg-titulo);
}

.bg-curso-autoinstrucional h1{
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  color: var(--cor-titulo);
  

  position: relative;
  min-height: 180px;

  display: flex;               
  flex-direction: column;        
  justify-content: center;      
  align-items: center;          

  z-index: 1;
}

.bg-curso-autoinstrucional h1::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-decoracao);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.bg-curso-autoinstrucional h1 span{
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
}

.courses {
  .card-header {
    background-color: var(--bg-card);
  }

  .card {
    border: 2px solid var(--bg-card);
  }

  .card-title {
    background-color: var(--bg-tag);
  }
}

.btn-ava:hover {
  background: #00CF00;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.1), inset 0 -2px 3px rgba(0, 0, 0, 0.2), 0 3px 3px rgba(0, 0, 0, 0.8);
  transform: translateY(-3px);
}

.vr-bar {
  height: 200px;
}

.vr-hero {
  margin: 0 30px;
  background-color: #324798;
  height: 150px;
  width: 1px;
}

.progress-bar-wrapper {
  background-color: #ccd1d7;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.progress-percent {
  position: absolute;
  top: -22px;
  right: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #616161;
}

.progress-container {
    position: relative;
    z-index: 20;
}

.margin-barra-geral {
  margin-top: 50px;
  margin-bottom: 40px;
}

.margin-barra-aula {
  margin: 25px 0 ;
}

.icon-acesso-menu {
  z-index: 9999;
}

@media (min-width: 768px) and (max-width: 992px) {
  .bg-home-logo {
    height: auto;
    text-align: center;
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .vr-bar {
    rotate: calc(90deg);
    height: 50px;
  }

  .vr-hero {
    height: 200px;
  }
}



