@import url(font.css);

.heading{
    width: 100vw;
    height: 21rem;
    background-color: #002B50;
    background-image: url(../img/site/noticia/background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 137px;
}

    .heading__info{
        display: flex;
        flex-direction: column;
        width: 18.9375rem;
        margin-top: 1.875rem;
        max-width: 68rem;
    }

            .heading__info--title_text{
                font-family: MullerExtrabold;
                font-size: 1.875rem;
                color: white;
                word-wrap: break-word;
            }

        .heading__info--data{
            margin-top: .75rem;
        }

            .heading__info--data_text{
                color: white;
                font-family: 'Roboto', sans-serif;
                font-size: 1rem;
                display: flex;
            }

            .heading__info--data_media{
                width: 12.5625rem;
                height: 2.5rem;
                border-radius: .625rem;
                border: 1px solid rgb(255, 255, 255, 0.3);
                margin-top: 1.25rem;
                display: flex;
                gap: 1.8125rem;
                justify-content: center;
                align-items: center;
            }

                .heading__info--data_media-icon{
                    width: 1.25rem;
                    height: 1.25rem;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    background-position: 50%;
                }

                .icon1{
                    background-image: url(../img/site/noticia/linkedIn.webp);
                }

                .icon2{
                    background-image: url(../img/site/noticia/instagram.webp);
                }

                .icon3{
                    background-image: url(../img/site/noticia/facebook.webp);
                }

                .icon4{
                    background-image: url(../img/site/noticia/whatsapp.webp);
                }

        .heading__image{
            width: 100vw;
            display: flex;
            justify-content: center;
        }

            .heading__image--center{
                width: 18.875rem;
                height: 12.75rem;
                position: relative;
                margin-top: 2.5625rem;
            }

                .heading__image--center_img{
                    width: 100%;
                    height: 100%;
                    bottom: 0;
                    position: absolute;
                    border-radius: 20px;
                }

/* Espaço vazio */

.emptyspace2{
    height: calc(9.375rem + 51px);
    width: 100vw;
}

/* Postagem */

.post{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .post__info{
        display: flex;
        flex-direction: column;
        margin-top: 2.125rem;
        width: 18.875rem;
    }

            .post__info--title_text{
                font-family: 'Roboto', sans-serif;
                font-size: 1rem;
                font-weight: 700;
                color: #002B50;
            }

        .post__info--reaction{
            display: flex;
            gap: 1rem;
            margin-top: .5rem;
        }

            .post__info--reaction_icon{
                width: 1rem;
                height: 1rem;
                background-image: url(../img/site/noticia/likes.webp);
                background-position: 50%;
                background-size: 100%;
                background-repeat: no-repeat;
            }

            .post__info--reaction_likes{
                font-family: 'Roboto', sans-serif;
                font-size: 1rem;
                font-weight: 700;
                color: #002B50;
            }

    .post__body{
        width: 18.875rem;
        display: flex;
        flex-direction: column;
        margin-top: 1.875rem;
        line-height: 1.5rem;
    }

        .post__body p, .post__body blockquote, .post__body pre, .post__body ul {
            font-family: 'Roboto', sans-serif;
            font-size: 1rem;
            font-weight: 400;
            color: #002B50;
            margin: 0.5rem 0;
        }

        .post__body h1, .post__body h2, .post__body h3, .post__body h4, .post__body h5, .post__body h6 {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            color: #002B50;
        }

        .post__body p em{
            font-family: 'Roboto', sans-serif;
            font-size: 1.125rem;
            font-weight: 400;
            font-style: italic;
            color: #002B50;
        }

        .post__body p strong{
            font-family: 'Roboto', sans-serif;
            font-size: 1.125rem;
            font-weight: 700;
            color: #002B50;
        }

        .post__body h1{
            font-family: 'Roboto', sans-serif;
            font-size: 2.25rem;
            font-weight: 500;
            color: #002B50;
            line-height: 1.5;
        }

        .post__body h2{
            font-family: 'Roboto', sans-serif;
            font-size: 1.875rem;
            font-weight: 500;
            color: #002B50;
            margin: 1rem 0;
            line-height: 2.2rem;
        }

        .post__body h3{
            font-family: 'Roboto', sans-serif;
            font-size: 1.5rem;
            font-weight: 500;
            color: #002B50;
            margin: 1rem 0;
        }

        .post__body h4{
            font-family: 'Roboto', sans-serif;
            font-size: 1.2rem;
            font-weight: 500;
            color: #002B50;
            margin: 1rem 0;
        }

        .post__body h5{
            font-family: 'Roboto', sans-serif;
            font-size: 1rem;
            font-weight: 500;
            color: #002B50;
            margin: 1rem 0;
        }

        .post__body h6{
            font-family: 'Roboto', sans-serif;
            font-size: 0.8rem;
            font-weight: 500;
            color: #002B50;
            margin: 1rem 0;
        }


.post__body pre {
            text-wrap: unset;
        }

        .post__body img {
            max-width: 100%;
        }

        .post__body iframe {
            width: 100%;
            height: calc(50vw * 9 / 16);
        }

    /* Related */

.related{
    background-color: #F6F2F4;
    width: 100vw;
    height: 40.5625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.25rem;
}

        .related__title--text{
            font-family: MullerExtrabold;
            font-size: 2.1875rem;
            color: #003059;
            margin-top: 2.375rem;
        }

    .related__cards {
            width: 100%;
            margin-top: 2.1875rem;
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 3.125rem;
            flex-shrink: 0;
            padding-bottom: 5.9375rem;
        }

        .related__cards::-webkit-scrollbar {
            width: 0;
            height: 0;
          }

        .related__cards--card{
            width: 18.875rem;
            height: 18.875rem;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50%;
            border-radius: 0 0 1.25rem 1.25rem;
            position: relative;
            display: flex;
            justify-content: center;
            flex: 0 0 auto;

        }

            .card1{
                background-image: url(../img/site/noticia/backgroundCard1.webp);
            }

            .card2{
                background-image: url(../img/site/noticia/backgroundCard2.webp);
            }

            .card3{
                background-image: url(../img/site/noticia/backgroundCard3.webp);
            }


            .related__cards .related__cards--card{
                margin-left: 2.25rem;
            }

            .related__cards--card_blank{
                background-color: white;
                width: 15.4375rem;
                height: 9.75rem;
                position: absolute;
                bottom: 0;
                margin-bottom: -5.9375rem;
                border-radius: 0 1.25rem 1.25rem 1.25rem;
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-left: 2.25rem;
            }

                .related__cards--card_blank-title{
                    font-family: 'Roboto', sans-serif;
                    font-size: .625rem;
                    font-weight: 400;
                    color: #00A2FF;
                    width: 13.1875rem;
                    margin-top: 1rem;
                }

                .related__cards--card_blank-text{
                    font-family: 'Inter', sans-serif;
                    font-size: .9375rem;
                    font-weight: 800;
                    color: black;
                    width: 13.1875rem;
                    margin-top: 1rem;
                }

                .related__cards--card_blank-link{
                    width: 13.1875rem;
                    margin-top: .5rem;
                }

                    .related__cards--card_blank-link__text{
                        color: #003059;
                        font-family: 'Roboto', sans-serif;
                        font-size: .5625rem;
                        font-weight: 500;
                        text-decoration: none;
                        display: flex;
                        gap: .625rem;
                        padding-bottom: 1rem;
                        position: absolute;
                        bottom: 0;
                    }

                    .related__cards--card_blank-link__img{
                        width: .625rem;
                        height: .5625rem;
                        background-image: url(../img/site/noticia/Icon.webp);
                        background-size: 100%;
                        background-repeat: no-repeat;
                        background-position: 50%;
                    }

.related__pagination{
    width: 100vw;
    margin-top: 2.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

    .related__pagination--page{
        width: .625rem;
        height: .625rem;
        background-color: #D3D3D3;
        border-radius: 0.625rem;
    }

        .active_related{
            background-color: #002B50;
        }

@media screen and (min-width: 720px){
    .heading{
        height: 37.0625rem;
        margin-top: 0;
    }

        .heading__info{
            flex-direction: row;
            width: calc(100vw - 17.375rem);
            justify-content: space-between;
        }

                .heading__info--title_text{
                    font-size: 3.125rem;
                    width: 40rem;
                }

                .heading__image--center{
                    width: 68rem;
                    height: 40.0625rem;
                    margin-top: 4rem;
                }


    .heading__image--center_img{
        border-radius: 40px;
    }


    /* Espaço vazio */

    .emptyspace2{
        height: 19rem;
    }

/* Postagem */

.post{
    margin-top: calc(1.25rem + 51px);
}

    .post__info{
        flex-direction: row;
        width: 45rem;
        justify-content: space-between;
    }

        .post__info--reaction{
            margin-top: 0;
        }

    .post__body{
        width: 45rem;
    }


/* Related */

.related{
    margin-bottom: -6.25rem;
}

    .related__cards{
        justify-content: center;
        gap: 1.875rem;
        margin: 0;
        margin-top: 3.0625rem;
    }

        .related__cards .related__cards--card {
            margin-left: 0;
        }

.heading__info--data_text{
    justify-content: center;
}

}

