body.user-anonymous * {
  font-family: "Ubuntu Sans" !important;
}

/* to fix !!! */
.text-primary {
  color: #0b985c !important;
}

/* category icon in card news */
.image-event-inner-container .event-category-label,
.news-container-metadata h6,
.card.card-event .type-category a,
body .category-label {
  color: #1BBA76;
  position: relative;
  padding-left: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.image-event-inner-container .event-category-label,
.news-container-metadata h6,
.card.card-event .type-category a,
body .category-label {
  &:after {
    content: "";
    width: 10px;
    height: 20px;
    position: absolute;
    top: 1px;
    background-color: #1BBA76;
    border-radius:  0px 100px 100px 0px ;
    left: 0;
  }
}

.image-event-inner-container .event-category-label:after,
body main .card-event .type-category a:after {
  background-image: url(../../images/icons/icon-category-events.svg) !important;
}

/* figcaption */
figcaption {
  color: #737373;
}

/* custom ul bullet */
main .pt-page__body ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin: 0.4rem 0;
}

main .pt-page__body ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url(../../../pt_base/images/icons/icon-ol-list.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* paragraphs */
.paragraph-container {
  position: relative;
}
