/* FONTS */

/* CSS GERAL */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #212529;
}

/* CSS DO HERO */
.hero7-section {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 1rem;
  overflow: hidden;
}

.hero7-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero7-content {
  position: relative;
  z-index: 2;
}

.hero7-heading {
  font-size: 2.2rem;
  font-weight: 800;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .hero7-heading {
    font-size: 3.4rem;
  }
}

.hero7-description {
  font-size: 1.3rem;
  color: #444444;
  line-height: 1.6;
  max-width: 100%;
}

.hero7-bg-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 400px;
  opacity: 0.55;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .hero7-bg-image {
    max-width: 250px;
  }
}

/* CSS INTRODUÇÃO */
.secao-padrao {
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
}

.secao-padrao .titulo {
  color: #222;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.secao-padrao .subtitulo {
  color: #444;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
}

.lista-itens {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.lista-itens > li,
.lista-itens li > ul > li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.marcador {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

.sub-lista {
  list-style: none;
  padding-left: 20px;
  margin-top: 10px;
}

/* pessoas */
.grayscale-hover {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
  width: 70%;
  height: 280px;
  object-fit: cover;
  object-position: top;
}

.grayscale-hover:hover {
  filter: grayscale(0%);
}

.grupo-vaga {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.grupo-texto {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
}

/* declarações */
.lista-beneficiados {
  padding-left: 0;
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  color: #333;
}

.lista-beneficiados li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.lista-beneficiados li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
}

.lista-beneficiados li strong {
  position: absolute;
  left: 4px;
  color: #fff;
  z-index: 2;
  font-size: 0.8rem;
}
/* voltar */
.btn-voltar-mobile {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: #111;
  color: #fff;
  padding: 12px 14px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-voltar-mobile:hover {
  background-color: #444;
}
