.noticia-main {
    .heading-noticia {
        margin-bottom: 3rem;

        .category {
           font-family: var(--fonts-heading);
        }
    }

    .content-noticia {
        margin-bottom: 5rem;

        .post-thumbnail {
            width: 100%;
            height: 40rem;
            padding-bottom: 3rem;

            .attachment-post-thumbnail {
                margin-bottom: 3rem;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        }

        .info-back {
            height: max-content;
            /* position: sticky;
            top: 0; */

            .content-back {
                height: max-content;
                background-color: var(--color-beige);
                padding: 40px;

                .text-cursive {
                    font-style: italic;
                    font-size: 20px;
                }
            }
        }
    }
}