#empreendimento-container {
  position: absolute;
  z-index: 900;
  width: var(--size-100Vw);
  height: var(--size-100Vh);
  background-color: hsl(0, 0%, 100%, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lista_0 {
  width: var(--size-Percent-100);
  height: var(--size-Percent-5);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5vh;
  font-weight: 800;
  color: var(--cS-Project0);
}

.controle_listas {
  width: var(--size-Percent-75);
  height: var(--size-Percent-75);
  display: flex;
  justify-content: center;
  margin-top: 1vh;
  flex-direction: column;
}

.lista_1,
.lista_2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2vh;
  text-align: justify;
  line-height: 1.5;
}

.lista_1,
.lista_2 h3 {
  font-weight: 600;
  text-transform: none;
  color: #202020;
}
.lista_1,
.lista_2 ol li h3 {
  text-transform: none;
  color: #202020;
}

.lista_2 {
  margin-left: 3vw;
}

strong {
  font-weight: 800;
}

#faixa_cima,
#faixa_baixo {
  width: 100%;
  position: absolute;
}

#faixa_cima {
  top: 0;
  background-color: var(--colorNavBar_empreendimento);
  border-bottom: 3px solid var(--cS-Project0);
  height: 7vh;
}

#faixa_baixo {
  background-color: var(--colorNavBar);
  bottom: 0;
  border-top: 3px solid var(--colorborder);
  height: 6vh;
}

@media screen and (max-width: 768px) {
  #empreendimento-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .controle_listas {
  }

  .lista_0 {
    width: var(--size-Percent-100);
    height: var(--size-Percent-5);
    font-family: Arial, Helvetica, sans-serif;
    font-size: min 15px;
    font-weight: 600;
  }

  #faixa_baixo {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #empreendimento-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .controle_listas {
  }

  .lista_0 {
    width: var(--size-Percent-100);
    height: var(--size-Percent-5);
    font-family: Arial, Helvetica, sans-serif;
    font-size: min 5px;
    font-weight: 600;
  }

  #faixa_baixo {
    display: none;
  }

  .lista_1,
  .lista_2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
    font-size: min 3px;
    text-align: justify;
    line-height: 1;
  }

  .lista_1,
  .lista_2 h3 {
    font-weight: 500;
    text-transform: none;
    color: #202020;
  }
}
