@import url(font.css);

body{
    background-color: #f8f8f8f8;
    overflow-x: hidden;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    color: #003059;
    line-height: 1.2;
}

/*h2 {*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-size: 1.875rem;*/
/*    font-weight: 500;*/
/*    color: #003059;*/
/*    margin: 1rem 0;*/
/*    line-height: 2.2rem;*/
/*}*/

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

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

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

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

.news{
    background-color: #003059;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.news.margin-top-relogio {
    margin-top: 177px;
}

    .news__titulo{
        margin-top: 1.3125rem;
        width: 19.6875rem;
    }

        .news__titulo--text{
            font-family: MullerExtrabold, sans-serif;
            font-size: 1.875rem;
            color: white;
        }

    .news__mobile{
        margin-top: .9375rem;
        width: 19.6875rem;
        display: flex;
        justify-content: space-between;
        border: 1px solid rgba(0, 162, 255, 0.5);
        border-radius: 1.25rem;
        align-items: center;
        margin-bottom: 9.3125rem;
        cursor: pointer;
    }

        .news__mobile--text{
            font-family: 'Inter', sans-serif;
            font-size: .875rem;
            font-weight: 500;
            padding: .6875rem 1.125rem;
            color: white;
        }

        .news__mobile--icon{
            background-image: url(../img/site/icons/whiteArrowNoTail.webp);
            background-position: 50%;
            background-size: .5625rem .5rem;
            background-repeat: no-repeat;
            transform: rotate(-90deg);
            width: .5625rem;
            height: .5rem;
            padding: 1.1875rem 1.125rem .875rem 1.125rem;
        }

            .news__principal--left_wrapper{
                position: absolute;
                z-index: 3;
                background-color: #003059;
                width: 100vw;
                height: 33rem;
                top: 0;
                left: 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                overflow: auto;
            }

                .news__principal--left_wrapper-categories{
                    margin-top: .625rem;
                    width: 19.1875rem;
                    margin-bottom: 2rem;
                    padding-left: 0.25rem;
                }

                    .news__principal--left_wrapper-categories__close{
                        width: 20.9375rem;
                        display: flex;
                        justify-content: flex-end;
                    }

                        .news__principal--left_wrapper-categories__close--button{
                            width: .75rem;
                            height: .75rem;
                            background-image: url(../img/site/geral/whitex.webp);
                            background-size: .75rem;
                            background-position: 50%;
                            background-repeat: no-repeat;
                            padding: .625rem 1.25rem;
                            cursor: pointer;
                        }

                    .news__principal--left_wrapper-categories__header{
                        margin-top: .625rem;
                    }

                        .news__principal--left_wrapper-categories__header--title{
                            font-family: 'Inter', sans-serif;
                            font-size: 1rem;
                            font-weight: 700;
                            color: white;
                        }

                    .news__principal--left_wrapper-categories__body{
                        margin-top: .875rem;
                        display: flex;
                        flex-wrap: wrap;
                        gap: 0.625rem;
                        max-width: 19.1875rem;
                    }

                        .news__principal--left_wrapper-categories__body--icon{
                            font-family: 'Inter', sans-serif;
                            font-size: .75rem;
                            font-weight: 500;
                            color: white;
                            border: 1px solid rgba(0, 162, 255, 0.5);
                            border-radius: 1.25rem;
                            padding: .625rem .9375rem;
                            cursor: pointer;
                        }

                        .activeNews{
                            background-color: #00a2ff;
                            border: 1px solid #00a2ff;
                        }

        .news__principal--right{
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            margin-top: 8.8125rem;
        }

.emptyspace2{
    display: block;
    width: 100vw;
    height: 25.75rem;
}

.newsbody{
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 1.875rem;
    width: 100vw;
    align-items: center;
}

.box-noticias {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 1.875rem;
    width: 100vw;
    align-items: center;
}

    .newsbody__cards{
        display: flex;
        flex-direction: column;
        gap: 1.875rem;
    }

        .newsbody__destaque--destaque_card{
            grid-column: span 2 !important;
        }

        .newsbody__destaque--banner{
            /*background-image: url(../img/site/noticias/bannerNoticias.webp);*/
            background-position: 50%;
            grid-column: span 1;
            background-size: 100%;
            background-repeat: no-repeat;
            max-width: 21.1875rem;
            z-index: 1;
        }

        .newsbody__destaque--banner img {
            width: 100%;
            height: auto;
            max-height:  10.8125rem;
            border-radius: 2.5rem;
        }

        .newsbody__cards--button{
            font-size: 14px;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            color: white;
            background-color: #003059;
            width: 18.875rem;
            height: 3.6875rem;
            border: none;
            border-radius: .625rem;
            cursor: pointer;
            margin-top: 1.25rem;
        }

.newsbody__cards--card{
    display: flex;
    flex-direction: column;
    gap: 2.125rem;
}


@media screen and (min-width: 720px) {

.news {
    margin-top: 0;
}

.news.margin-top-relogio {
    margin-top: 8px;
}

.news__principal--left_wrapper{
    position: static;
}

.newsbody__cards--card{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.125rem;
    margin-top: -8.8rem;
}

.news__principal--right{
    position: static;
}


    .news__titulo{
        width: 66.125rem;
    }

        .news__titulo--text{
            font-size: 3.125rem;
        }

    .news__principal{
        width: 100vw;
        display: flex;
        flex-direction: row;
        gap: 2.125rem;
        justify-content: center;
        margin-top: 1.1875rem;
    }

        .news__principal--left{
            width: 21.25rem;
            height: 32.4375rem;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap   ;
            border: 1px solid rgb(0, 162, 255, 0.3);
            border-radius: 1.25rem;
            justify-content: flex-end;
            align-items: center;
        }

        .news__principal--left_wrapper::-webkit-scrollbar {
            width: .3125rem;
            height: 1.25rem;
        }

        .news__principal--left_wrapper::-webkit-scrollbar-thumb {
            background-color: rgba(0, 162, 255);
            border-radius: 5px;
        }
            .news__principal--left_wrapper{
                height: 30.4375rem;
                max-width: 20rem;
                overflow-x: hidden;
                margin-bottom: 1rem;
            }

        .news__principal--right{
            transform: translateX(0);
            margin-top: 0;
        }

    .news__desktop{
        margin: 0 auto;
        width: 68rem;
        margin-top: 1.5625rem;
    }

        .news__desktop--title{
            margin-bottom: 7.3125rem;
        }

            .news__desktop--title_text{
                font-size: 1.875rem;
                font-family: MullerExtrabold, sans-serif;
                color: white;
            }

            .news__desktop--button{
                width: 2.5rem;
                height: 2.5rem;
                background-image: url(../img/site/icons/arrowDownNoTail.webp);
                background-size: .75rem;
                background-position: 50%;
                background-repeat: no-repeat;
                background-color: rgb(0, 162, 255, 0.3);
                border-radius: .625rem;
                margin-left: 21.625rem;
                cursor: pointer;
            }

.emptyspace2{
    height: 0;
}

    .newsbody__cards{
        /* display: flex; */
        /* flex-direction: row; */
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: -7.375rem;
        z-index: 2;
        gap: 2.125rem;
    }

        .newsbody__cards--button{
            width: 21.8125rem;
            margin-top: 4.375rem;
        }


    .newsbody__destaque{
        display: flex;
        gap: 2.125rem;
        grid-column: span 2;
    }

        .newsbody__destaque--banner{
            max-width: 21.25rem;
            /*background-image: url(../img/site/noticias/bannerNoticiasDesktop.webp);*/
            border-radius: 1.875rem;
        }

        .newsbody__destaque--banner img{
            width: 100%;
            height: auto;
            max-height: 32.4375rem;
            border-radius: 1.25rem;
        }

.second{
    margin-top: 0;
}



}
