#pgNoticias,
section#tpNoticia {
    background-color: #FCFAF6;
}
section#tpNoticia {
    padding: 40px 0;
}
#pgNoticias .filtro-conteudo,
section#resultadoBusca .filtro-resultado-busca {
    width: 100%;
    display: flex;
    align-items: center;
}
#pgNoticias .card-publicacao {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

#pgNoticias .card-publicacao:nth-last-child(1) {
    margin-bottom: 0;
}
#pgNoticias .card-publicacao .thumbnail,
section#tpNoticia .card-publicacao .thumbnail {
    width: 100%;
    position: relative;
}
#pgNoticias .card-publicacao .thumbnail img,
section#tpNoticia .card-publicacao .thumbnail img {
    border-radius: 10px;
}
#pgNoticias .card-publicacao .thumbnail .tag-evento,
#pgNoticias .card-publicacao .thumbnail .tag-noticia,
section#tpNoticia .card-publicacao .tag-evento,
section#tpNoticia .card-publicacao .tag-noticia {
    bottom: 17px;
}
#pgNoticias .card-publicacao .conteudo {
    padding-top: 10px;
}
#pgNoticias .card-publicacao .conteudo .data-publicado,
section#tpNoticia .card-publicacao .conteudo .data-publicado,
section#resultadoBusca .resultado-holder .texto .data-publicacao,
section#resultadoBusca .resultado-holder .texto .dados-evento .data-evento {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.082' height='17.646' viewBox='0 0 16.082 17.646'%3E%3Cg id='Icon_feather-calendar' data-name='Icon feather-calendar' transform='translate(-3.5 -2)'%3E%3Cpath id='Caminho_671' data-name='Caminho 671' d='M6.065 6H17.017a1.565 1.565 0 0 1 1.565 1.565V18.517a1.565 1.565 0 0 1-1.565 1.565H6.065A1.565 1.565 0 0 1 4.5 18.517V7.565A1.565 1.565 0 0 1 6.065 6Z' transform='translate(0 -1.435)' fill='none' stroke='%23664220' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Caminho_672' data-name='Caminho 672' d='M14.67 3V6.129M8.412 3V6.129M4.5 9.259H18.582' fill='none' stroke='%23664220' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    color: var(--cor-marrom-escuro);
    padding-left: 20px;
}
section#tpNoticia .tags-holder .tag-evento,
section#tpNoticia .tags-holder .tag-noticia {
    position: relative;
    left: unset;
    bottom: unset;
}

section#tpNoticia .como-chegar,
section#tpNoticia .horario-evento {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.4' height='20.822' viewBox='0 0 17.4 20.822'%3E%3Cg id='Icon_feather-map-pin' data-name='Icon feather-map-pin' transform='translate(1 1)'%3E%3Cpath id='Caminho_22998' data-name='Caminho 22998' d='M19.9 9.2c0 5.989-7.7 11.122-7.7 11.122S4.5 15.189 4.5 9.2a7.7 7.7 0 1 1 15.4 0Z' transform='translate(-4.5 -1.5)' fill='none' stroke='%23664220' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Caminho_22999' data-name='Caminho 22999' d='M18.633 13.067A2.567 2.567 0 1 1 16.067 10.5 2.567 2.567 0 0 1 18.633 13.067Z' transform='translate(-8.367 -5.367)' fill='none' stroke='%23664220' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    padding-left: 28px;
}
section#tpNoticia .horario-evento {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.477' height='20.477' viewBox='0 0 20.477 20.477'%3E%3Cg id='Icon_ion-android-time' data-name='Icon ion-android-time' transform='translate(-3.023 -3.023)'%3E%3Cpath id='Caminho_22996' data-name='Caminho 22996' d='M13.262 3.023A10.238 10.238 0 1 0 23.5 13.262 10.236 10.236 0 0 0 13.262 3.023Zm0 18.429a8.191 8.191 0 1 1 8.191-8.191A8.215 8.215 0 0 1 13.262 21.452Z' fill='%23664220'/%3E%3Cpath id='Caminho_22997' data-name='Caminho 22997' d='M18.038 10.512H16.5v6.143l5.375 3.225.768-1.28-4.607-2.713Z' transform='translate(-4.264 -2.369)' fill='%23664220'/%3E%3C/g%3E%3C/svg%3E");
}
section#tpNoticia .evento-local {
    color: #664220;
    font-size: 13px;
}

@media(max-width:500px) {
    #pgNoticias .filtro-conteudo {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px;
    }
    #pgNoticias .card-publicacao {
        flex-wrap: wrap;
    }
    #pgNoticias .container-noticias .noticias-holder {
        flex-direction: column;
        align-items: unset;
        flex-wrap: unset;
    }
    #pgNoticias .container-noticias .card-noticia {
        max-width: 100%;
    }
}