.hero-institucional {
  padding: 140px 0 100px;
  text-align: center;
  background: linear-gradient(135deg, #0a1a2f 0%, #0f2a4a 50%, #112d4e 100%);
  color: #ffffff;
}

.hero-institucional p {
  max-width: 700px;
  margin: 20px auto 0;
  color: #cbd5e1;
}

.empresa-bloco {
  padding: 100px 0;
  text-align: center;
}

.empresa-bloco.destaque {
  background: #f8fafc;
}

.empresa-texto {
  max-width: 750px;
  margin: 20px auto;
  color: #334155;
  line-height: 1.6;
}

.empresa-lista {
  list-style: none;
  max-width: 500px;
  margin: 40px auto 0;
  padding: 0;
  text-align: left;
}

.empresa-lista li {
  margin-bottom: 14px;
  padding-left: 20px;
  position: relative;
}

.empresa-lista li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff7a00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.empresa-autoridade {
  padding: 120px 0;
  background: linear-gradient(135deg, #0a1a2f 0%, #0f2a4a 50%, #112d4e 100%);
  color: #ffffff;
  text-align: center;
}

.empresa-valores {
  padding: 100px 0;
  background: #f8fafc;
  text-align: center;
}

.valores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.valor-item {
  background: #ffffff;
  padding: 35px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.valor-item h3 {
  margin-bottom: 15px;
  font-size: 1.1rem;
}
