@charset "UTF-8";

/**
 * Gov.co (https://www.gov.co) - Gobierno de Colombia
 *  - Componente: Miga de pan
 *  - Version: 5.0.0
*/
html {
  font-size: 100%;
  /* 100% = 16px */
}

:root {
  --govcolor-black: #000000;
  --govcolor-cobalt: #0943B5;
  --govcolor-white: #FFFFFF;
}

@font-face {
  font-family: 'Verdana-Regular';
  src: url('../assets/fonts/Verdana/static/Verdana-Regular.ttf');
}

.breadcrumb-nav-govco {
  background-color: transparent;
  box-shadow: none;
  line-height: 1.5rem;
  height: auto;
}

.breadcrumb-govco {
  align-content: center;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  list-style: none;
  padding: 0 46px !important;
  margin-bottom: 1rem;
  margin-left: 0rem;
  line-height: 1.6;
  white-space: nowrap;
}

.breadcrumb-govco.inverted {
  background-color: var(--govcolor-cobalt);
  max-width: fit-content;
  min-height: 52px;
  white-space: nowrap;
  padding: 0px 39px !important;
}

.breadcrumb-item-govco {
  font-family: 'Verdana-Regular';
  padding: 0rem 2rem 0.3rem 0.8rem;
}

.breadcrumb-item-govco+.breadcrumb-item-govco::before {
  color: var(--govcolor-black);
  content: var(--bs-breadcrumb-divider, ">");
  float: left;
  font-weight: medium;
  padding-right: 0.8rem;
}

.breadcrumb-item-govco>a {
  color: var(--govcolor-cobalt);
  text-decoration: underline;
  font-size: 0.875rem;
  padding: 0rem;
}

.breadcrumb-item-govco.active {
  color: var(--govcolor-black);
  background-color: transparent;
  font-weight: medium;
}

.breadcrumb-item-govco.invested {
  background-color: transparent;
}

.breadcrumb-item-govco.invested,
.breadcrumb-item-govco.invested>a,
.breadcrumb-item-govco.invested+.breadcrumb-item-govco.invested::before {
  color: var(--govcolor-white);
  padding: 0px 10px;
}