.input-pesquisa {
    background-color: var(--azulSeduc) !important;
    color: #fff !important;
}

.btn-pesquisa {
    background-color: var(--azulClaro) !important;
    color: #fff !important;
}

.form-control.me-2.input-pesquisa::-webkit-input-placeholder {
    color: white !important;
}

.img-noticia {
    width: 100%;
    height: 350px;
    max-height: 400px;
    object-fit: cover;
}