.capital-humano {
  background: linear-gradient(to bottom, #f3f3f3, #f3f3f3);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
  padding: 50px 20px;
}

.capital-humano .container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.capital-humano .textos {
  flex: 1;
  min-width: 320px;
  max-width: 50%;
}

.capital-humano h2 {
  font-size: 32px;
  color: #1e522e;
  font-weight: 700;
}

.linha-verde {
  width: 230px;
  height: 5px;
 background: linear-gradient(to right, #29b144, #136d25);
  margin: 10px 0 20px;
}

.subtitulo {
  color: #1e522e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.valores {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.item img {
  height: 60px;
}

.item h3 {
  font-size: 40px;
  color: #1e522e;
  margin: 0;
  font-weight: bold;
}

.item span {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.item-separador {
  background: linear-gradient(to right, #29b144, #136d25);
  color: #fff;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

.barra-final {
  margin-top: 30px;
 background: linear-gradient(to right, #29b144, #136d25);
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.capital-humano .imagem {
  flex: 1;
  text-align: center;
}

.capital-humano .imagem img {
  max-height: 350px;
  width: auto;
  object-fit: contain;
}





.onde-estamos {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 40px 0;
}

.onde-estamos-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.onde-estamos-section img {
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
}


.img-fluid img {
    height: 100px;
}
