#imprensa {text-align: center; padding: 65px 0px 90px;}

.ultimos-posts-grid {flex-wrap:wrap;display: flex; margin: 65px 0px 0px; gap: 20px;justify-content: center;}

.custom-post-box {width: 400px; height: 400px; box-shadow: 0px 0px 20px rgba(0,0,0,0.05); position:relative;background-size:cover !important;background-color:white !important;text-align:center;}

.custom-post-box .post-date {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 8px 20px;
    font-weight:900;
    color: var(--cor-texto-principal);
    background-color: var(--cor-primaria);
    margin-bottom:auto;
}

.custom-post-box .flex {
    padding:0px 15px 15px;
    align-items:center;
    height:400px;
    box-sizing:border-box;
    justify-content:end;
    gap:20px;
}

.custom-post-box.has-thumbnail .flex {
    background: rgb(43 42 41 / 55%);
    color:white;
    transition:.3s;
}

.custom-post-box.has-thumbnail:hover .flex {background: rgb(43 42 41 / 75%);}

#contato {
    background-color: var(--cor-rodape);
}

#contato-form button {
    background-color: var(--cor-contato-fundo);
    color: var(--cor-contato-texto);
}

.custom-post-box .leia-mais {
    border: 1px solid var(--cor-primaria);
    width:100%;
    box-sizing:border-box;
    padding:12px;
    font-size:smaller;
    font-weight:bolder;
    color:unset;
    font-size:14px;
    line-height:14px
}

.custom-post-box h3 {font-size: 22px; line-height: 22px}
.custom-post-box .noticias h3 {margin:0px;}

.post-excerpt {line-height: 22px;opacity:.8}

.custom-post-box .play-icon {
    font-size:32px;
    color:var(--cor-primaria);
    background:white;
    width:64px;
    height:64px;
    line-height:64px;
    padding:0px 0px 0px 6px;
    box-sizing:border-box;
    border-radius:50%;
}

.fade-in {
    animation: fadeIn 0.3s forwards;
}
.fade-out {
    animation: fadeOut 0.3s forwards;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.carregar-mais {
    display: block;
    width: 75%;
    margin: 40px auto 65px;
}

.carregar-mais[disabled] {opacity:0.5;cursor: no-drop;}

.filtro-categoria {
    background:rgba(0,0,0,0.05);
    text-align:center;
}

.filtro-categoria button {
    background:none;
    border-bottom:6px solid transparent;
    font-size:18px;
    padding:20px 0px;
    margin:0px 20px -6px;
    transition:.3s;
}

.filtro-categoria button.ativo, .filtro-categoria button:hover {
    border-color:var(--cor-primaria);
}

.page-imprensa .ultimos-posts-grid {margin-bottom:65px}



@media(max-width:768px) {
    .ultimos-posts-grid {flex-direction:column}

    .custom-post-box {width:100%;height:auto;}

    #imprensa {padding-bottom:5vw}
}
