#noticias {
    padding: 90px 0;
}

#noticias h2 + a {
    font-family: 'Margem-bold';
    text-decoration: none;
    color: #067F5A;
    border: 1px solid #067F5A;
    border-radius: 12px;
    padding: 10px 20px;
    width: fit-content;
}

#noticias .oab-card {
    border: 1px solid #EBECF0;
    min-height: 395px;
}

#noticias .oab-card .oab-card-thumb {
    width: 100%;
    height: 174px;
}

#noticias .oab-card .oab-card-thumb img.thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

#noticias .oab-card .oab-card-body {
}

#noticias .oab-card .oab-card-body .oab-card-badge {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 11px;
    margin: 24px 0;
    padding: 2px 5px;
    border-radius: 3px;
    width: fit-content;

    color: #002966;
    background-color: rgba(197, 217, 255, 0.56);
}

#noticias .oab-card .oab-card-body h3 {
    font-family: 'Margem-medium';
    font-size: 20px;
    line-height: 25px;
    margin-top: 24px;
    /* margin-bottom: 18px; */
    color: #091E42;
}

#noticias .oab-card .oab-card-body p {
    font-family: 'Source Sans Pro';
    line-height: 24px;
    /* margin-bottom: 24px; */
    color: #5E6C84;
}

#noticias .oab-card .oab-card-footer a,
#noticias .oab-card .oab-card-footer a:hover {
    font-family: 'Margem-bold';
    text-decoration: none;
    color: #A51B26;
}

#noticias .slider-control button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 12px;
  border: 1px solid;
  background: transparent;
  outline: none;
  border-color: #CC0008;
  color: #CC0008;
}

#noticias .slider-control button.slick-disabled {
  border-color: #616365;
  color: #616365;
  cursor: auto;
}
