/* Breadcrumb sencillo, alineado a la izquierda y en negritas */
.breadcrumb-simple {
  padding: 0;
  padding-top: 20px;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 15px;
  color: #222;
  text-align: left;
}
.breadcrumb-simple a {
  color: #ed720f;
  text-decoration: none;
  font-weight: bold;
}
.breadcrumb-simple a:hover {
  color: #bf5b09;
  text-decoration: underline;
}
.breadcrumb-simple .delimiter {
  color: #888;
  margin: 0 6px;
  font-weight: normal;
}
