.bloco-card {
  width: 100% !important;
  box-shadow: 0 2px 4px 1px #000f1e15 !important;
  border-radius: 8px;
  display: flex;
  width: fit-content;
  align-items: center;
  overflow: hidden;
  margin-bottom: 12px;
  padding: 20px;
  align-items: flex-start;
  height: 100%;
}

.bloco-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 16px;
}

.bloco-card-content {
  display: flex;
  flex-direction: column;
}

.bloco-card h3 {
  margin: 0;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500 !important;
  color: #004f9f;
}

.bloco-card-content a {
  margin: 0;
  font-size: 16px !important;
  font-weight: 400;
  color: #004f9f !important;
}

.bloco-card p {
  margin: 0;
  margin-bottom: 4px;
  font-size: 14px !important;
  font-weight: 400;
  color: #565654;
}

.bloco-card a {
  color: var(--txt_a);
  text-decoration: none;
  font-weight: 500;
}
