.navbar-expand-xl .navbar-brand .navbar-brand-item {
    height: 70px;
    display: block;
    width: auto;
}

header.navbar-sticky-on .navbar-brand .navbar-brand-item {
    height: 50px;
}

.breadcrumb-item a:hover { 
    color: white !important; 
}
.link-white {
    color: #d6fdff !important;
  }
  .link-white:hover, .link-white:focus {
    color: white !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #d6fdff !important;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb.breadcrumb-dark .breadcrumb-item.active {
    color: #d6fdff !important;
}
.descripcion{
    font-weight: 100;
    font-size: small;
    color: black;
}

body {
    font-size: 16px; 
    color: #000; 
}