.bradcrumb {
  border-width: 1px;
  background-color: rgba(249, 250, 251, 0.6);
  padding-top: 60px;
}

.content_breadcrumb {
  margin-left: auto;
  margin-right: auto;
  padding-right: 2rem;
  width: 100%;
  max-width: 1280px;
}

.ol_breadcrumb {
  margin: 0;
  color: rgb(88, 103, 126);
  font-size: 12px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  gap: 0.25rem;
  display: flex;
  align-items: center;
}

.ol_breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.icon_breadcrumb {
  border-radius: 1rem;
  gap: 0.25rem;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.375rem;
  color: rgb(88, 103, 126);
  text-decoration: inherit;
  font-weight: bold;
}

.icon_breadcrumb:hover{
  color: rgb(249, 135, 21);
  background-color: rgba(249, 135, 21, 0.2);
}

.selected{
  color: rgb(31, 55, 92);
  font-weight: bold;
}


*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

.ecosistema-nav {
  position: sticky;
  top: 60px;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e5e7eb;
}

.ecosistema-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.ecosistema-list {
  display: flex;
  align-items: center;
  gap: .25rem;
  margin: 0;
  padding: .5rem 0;
  list-style: none;
  overflow-x: auto;
}

.ecosistema-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgb(249, 135, 21);
  margin-right: .5rem;
  white-space: nowrap;
}

.ecosistema-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: rgb(88, 103, 126);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.ecosistema-link:hover {
  color: rgb(31, 55, 92);
  background-color: rgb(201, 203, 204);
}