.section-noticias h1 {
    color: #43266C;
    font-weight: 700;
    margin-bottom: 1em;
}

.section-conteudo-noticias h1{
    color: #43266C;
    font-weight: 700;
    margin-bottom: 1em;

}

.section-background {
    height: 450px; 
    background-image: url('../images/backgroundambiental.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-background2 {
    height: 450px; 
    background-image: url('../images/backgroundgestao.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-background3 {
    height: 450px; 
    background-image: url('../images/backgroundsocial.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.card-body {
    background-color: #43266C;
}

.card-body span{
    color: #FDC400;
    text-align: left;
}

.card-body h4{
    color: #ffffff;
    text-align: left;
}

.card-body p{
    color: #ffffff;
    text-align: left;
}

.fa-solid, .fas {
    float: right;
    font-size: 40px;
    font-weight: 600;
}

#conteudoNoticia {
    background-color: #ffffff;
    margin-top: -7em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 4em;
    padding-bottom: 4em;
}