.topo-estado {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw); /* força a começar no canto */
  background: linear-gradient(135deg, #003366, #004080);
  padding: 30px 20px;
  color: #ffffff;
  text-align: center;
}

.container-topo-estado {
  max-width: 1140px;
  margin: 0 auto;
}


.breadcrumb {
  font-size: 14px;
  margin-bottom: 10px;
  color: #ffffff;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: underline;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #cce6ff;
}

.titulo-estado {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
