section.hero {
  width: 100%;
  overflow: hidden;
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course {
  min-height: 80vh;
}

.overflow {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 11;
  background-color: #000000cc;
}

.hero .image-bg {
  position: absolute;
  top: 0;
}

.hero .image-bg img {
  width: 100vw;
  height: inherit;
  object-fit: cover;
  position: relative;
  z-index: 10;
}

.content-hero {
  z-index: 100;
  text-align: center;
  width: 80%;
}

.content-hero>h1 {
  font-size: 25pt;
  font-weight: 900;
  margin-bottom: 18px;
  line-height: 44px;
}

.content-hero>p {
  font-size: 11pt;
  font-weight: 300;
}

.box-register {}

.box-register>p {
  margin: 25px 0 14px;
  font-size: 9pt;
  font-weight: 200;
}

.group-register {
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-register>input {
  background-color: #000;
  border: .1px solid #3c3c3c;
  outline: none;
  height: 38px;
  width: 300px;
  font-weight: 300;
  padding: 8px 15px;
  color: var(--color-base);
  margin-right: 4px;
  font-size: 9pt;
}

.group-register>button {
  height: 38px;
  background-color: var(--color-hover-base);
  outline: unset;
  border: .1px solid #f92020;
  color: var(--color-base);
  font-size: 9pt;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.group-register>button>span.icons {
  margin-right: 4px;
}


.list-questions li {
  background-color: #3a3a3a;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 5px;
}

.list-questions li span {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

.course h3.questions {
  font-size: 11pt;
  font-weight: 200;
  margin: 0;
}
