#div-press-empty {
    display: none;
}

#div-press {
    display: flex;
}

#div-press a {
    color: #000;
}

.div-press-item {
    height: 160px;
    box-shadow: 7px 7px 10px 1px rgb(0 0 0 / 5%);
    border-bottom: 4px solid #1d9ff0;
}

.div-press-item>div>img {
    height: 160px;
    width: 177px;
    object-fit: cover;
}

.div-press-item>div:nth-child(1) {
    position: absolute;
}

.div-press-item>div:nth-child(2) {
    height: 100%;
    width: calc(100% - 177px);
    margin-left: 177px;
    position: relative;
}

.div-press-item>div:nth-child(2)>div {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.div-press-item>div:nth-child(2)>div>div:nth-child(1) {
    max-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.div-press-item>div:nth-child(2)>div>div:nth-child(2) {
    max-height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.div-press-item>div:nth-child(2)>div>div:nth-child(3)>div {
    display: inline-block;
}

#div-press2 a {
    color: var(--color-black);
    text-decoration: none;
}

.div-press2-item {
    box-shadow: 3px 0px 22px 9px rgb(0 0 0 / 7%);
    border-radius: 4px;
}

.div-press2-item>div>img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.div-press2-item>div:nth-child(2)>div>div:nth-child(1) {
    font-size: 20px;
}

.div-press2-item>div:nth-child(2)>div>div:nth-child(2),
.div-press2-item>div:nth-child(2)>div>div:nth-child(3) {
    font-size: 14px;
}

#div-btn-show-more {
    text-align: center;
}

.custom-btn-show-more {
    background-color: var(--color-red);
    color: var(--color-white);
    border: none;
    width: 150px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 20%);
}

.custom-btn-show-more:hover {
    background-color: rgba(164, 28, 31, 0.95);
}

#div-loading img {
    position: absolute;
    width: 55px;
    margin-top: 9px;
    left: calc(50% - 27.5px);
}

.press-item-title {
    font-size: 20px;
}

.press-item-subtitle {
    font-size: 14px;
}

.press-item-date {
    font-size: 14px;
}

.topic-agenda,
.topic-noticias,
.topic-promocoes {
    color: #fff;
    display: inline-flex;
    padding: 0px 10px;
    border-radius: 1rem;
    font-size: .8rem;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
}

.topic-agenda {
    background-color: var(--color-blue);
}

.topic-noticias {
    background-color: var(--color-green);
}

.topic-promocoes {
    background-color: var(--color-red);
}