:root {
  --bs-table-bg: transparent;
}

.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.8rem;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}

.title-color-primary {
  color: #00ABE5;
}

@media (min-width: 768px) {
  .col-md-4-5 {
    flex: 0 0 auto;
    width: 37.33333333%;
  }
}
@media screen and (min-width: 1024px) {
  .mr-0 {
    margin-right: 0 !important;
  }
}

.btn {
  background-color: #00ABE5;
  max-width: 215px;
  width: 100%;
  padding: 8px 20px;
  border-radius: 4px;
  text-align: center;
  margin: auto auto 0;
}
.btn a {
  color: white;
  text-decoration: none;
}

.c-taxonomy-header {
  background: url("../../src/assets/img/bg-unidade.png") center bottom/cover no-repeat;
  padding-top: 87px;
}
.c-taxonomy-header .c-taxonomy-header__top {
  gap: 80px;
}
.c-taxonomy-header .c-taxonomy-header__top .c-taxonomy-header__content .c-taxonomy-header__vocab {
  font-size: 1.188rem;
  color: #8C8D91;
}
.c-taxonomy-header .c-taxonomy-header__top .c-taxonomy-header__content .c-taxonomy-header__title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #00ABE5;
}
.c-taxonomy-header .c-taxonomy-header__top .c-taxonomy-header__content .c-taxonomy-header__description {
  font-size: 1.125rem;
  color: #505153;
}
.c-taxonomy-header__thumbnail {
  max-width: 552px;
}

.flex-fill {
  flex: 1 !important;
}