.header-programa-curso {
  min-height: 0;

  background-image: url("../../../../images/mapa-brasil-azul-claro.png");
  background-position: top -100px right 300px;
  background-size: 450px;
  background-repeat: no-repeat;

  padding-bottom: 40px;
  background-color: #F4F6FF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.header-programa-curso::before {
  content: "";
  position: absolute;
  top: -99px;
  left: -30px;
  width: 320px;
  height: 320px;

  background-image: var(--bg-triangulo-preenchido);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  z-index: 1;
  pointer-events: none;
}

.header-programa-curso::after {
  content: "";
  position: absolute;
  top: 100px;
  right: -30px;
  width: 300px;
  height: 300px;

  background-image: var(--bg-triangulo-vazio);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  z-index: 1;
  pointer-events: none;
}

.bg-training-saude-mulher {
  background-color: var(--bg-titulo);
}

.bg-training-saude-mulher 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-training-saude-mulher 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-training-saude-mulher h1 span{
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
}

.bg-home-logo {
  min-height: 200px; 
}

.logo-bg {
  position: absolute;
  z-index: 1;

  opacity: 0.15; 
  max-width: 280px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.botao-acesso-training {
  .bg-home-logo .icon-acesso img {
    margin-right: 0;
  }


  .icon-acesso, .icon-acesso-user {
    box-shadow: 0px 0px 4px 0px #00000033;
    padding: 16px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-left: 12px;
    transition: all 0.3s ease-in-out;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .icon-acesso: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);
  }

  .icon-acesso:first-child {
    margin-left: 0;
  }

  .botao-acesso {
    background-color: #fff;
    box-shadow: none;
    transform: none;
    transition: all 0.3s ease-in-out;
  }
  
  .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);
  }

  

  .icon-acesso {
    position: relative;
    z-index: 9999;


    .nav-link:focus, .nav-link:hover {
      outline: none!important;
    }

    .dropdown-menu {
      text-align: center;
      border-radius: 16px;
      text-transform: none;
      inset: 0px auto auto -60px!important;
      margin: 10px 0 0 0!important;
    }

    .dropdown-menu li a{
      text-transform: none;

      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0%;
      color: #324798;
      z-index: 9;
    }
  }
  
}



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

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

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

.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: 1;
}

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

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

@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;
  }

  .header-programa-curso::after {
    top: 140px;
  }
}

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

  .vr-hero {
    height: 200px;
  }

  .header-programa-curso::after {
    top: 180px;
  }

  .botao-acesso-training {
    & .icon-acesso, & .icon-acesso-menu {
      .dropdown-menu {
        inset: 0px auto auto -80px !important; 
      }
    }
  }
}

@media (max-width: 576px) {
  .header-programa-curso::before {
    top: -70px;
    width: 250px;
    height: 250px;
  }

  .header-programa-curso::after {
    top: 240px;
    width: 250px;
    height: 250px;
  }

  .botao-acesso-training {
    & .icon-acesso, & .icon-acesso-menu {
      .dropdown-menu {
        inset: 0px auto auto -100px !important; 
      }
    }
  }

}


@media (max-width: 420px) {
   .header-programa-curso::before {
    top: -70px;
    width: 200px;
    height: 200px;
  }

  .header-programa-curso::after {
    top: 240px;
    width: 200px;
    height: 200px;
  }
}

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

.dark-mode {
  .tag-training-courses{
    color: var(--text-color-light);
  }

  .vr-pre-enrollment {
    background-color: white;
    opacity: 0.25;
  }


  .header-programa-curso {
    background-color: var(--background-color-dark);
  }
}








