main {
    padding: 0;
    margin-bottom: 0 !important;
}

.noticia__header {
    margin: 0 !important;
    position: sticky !important;
    z-index: -1;
    top: 0;
}

.noticia__main {
    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: white;
    max-width: 100%;
}

.noticia__main--content,
.noticia__readmore {
    max-width: 1020px;
    width: 100%;
}