/**
* Custom colors
* Name That Color
**/
.card-item {
  border-radius: 8px;
  overflow: hidden;
}
.card-item .card--image figure {
  margin: 0px;
}
.card-item .card--image picture {
  width: 100%;
}
.card-item .card--image picture img {
  width: 100%;
}
.card-item .card--content {
  padding: 20px 16px;
  background: #FFFFFF;
}
.card-item .card--flag {
  padding-bottom: 4px;
  text-transform: uppercase;
}
.card-item .card--title {
  padding-bottom: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.card-item .card--description {
  padding: 0;
}
.card-item .card--description a {
  text-decoration: underline;
  color: #6D3B8F !important;
}

@media screen and (max-width: 768px) {
  .max-width-setter {
    max-width: 330px;
    min-width: 330px;
  }
}

.card-institucional .card--content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DDD;
  border-radius: 0 0 8px 8px;
}
.card-institucional .card--title {
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #DDD;
}
.card-institucional .card--title .icon {
  width: 31px;
  height: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
