.noticia-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1% 5%;
}

.banner-noticia-extrag {
    width: 55%;
    margin-bottom: 2%;
    border-radius: 15px;
}

.texto-noticia-extrag {
    width: 90%;
    text-align: justify;
    font-size: 14px;
}

a#a-link {
    color: #007bff;
    cursor:pointer;
}

a#a-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

#compartilhar-div {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1080px) and (orientation: portrait) {
    .banner-noticia-extrag {
        width: 90%;
        margin-bottom: 5%;
    }

    .texto-noticia-extrag {
        width: 100%;
    }

    #compartilhar-div {
        justify-content: center;
    }
}

