﻿/*vimeo e dailymotion*/
.block_html iframe {
    min-width: 100%;
    width: 100px;
}


.responsive-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.responsive-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

/*newsletter footer*/
.nl-form-field {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    height: 3.8rem;
    font-family: NoticiasSans,sans-serif;
    font-style: normal;
    font-stretch: normal;
}

.t-footer-nl-form-message {
    margin: 0;
    font-family: NoticiasSans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.5rem;
    padding-top: .2rem;
}

/*.t-footer-nl-form input[type=text] {outline:0;}*/
.t-meteo-box-1 .t-meteo-selector select {
    outline: 0;
}

/*unsubscribe newsletter*/

.unsubscribe-text-newsletter {
    margin: 0;
    font-family: NoticiasSans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    font-size: 1.5rem;
}


.t-unsubscribe-nl-form button {
    padding: 0 23px;
    padding: 0 2.3rem;
    background: #087ec3;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
}

.t-unsubscribe-nl-form button {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    height: 3.8rem;
    font-family: NoticiasSans,sans-serif;
    font-style: normal;
    font-stretch: normal;
}

    .t-unsubscribe-nl-form button:hover {
        background-color: #0069a6;
    }

.t-unsubscribe-nl-form-message {
    margin: 0;
    font-family: NoticiasSans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.5rem;
    padding-top: .2rem;
}

/* Pestana assinatura*/

.quiosque-gm-bold {
    font-weight: bold;
}

.quiosque-gm-yellow {
    color: #fff200;
}

.quiosque-gm-pestana {
    width: 35px;
    height: 113px;
    background: #0064a3;
    position: fixed;
    top: 350px;
    right: 0px;
    z-index: 2;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.74);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.74);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.74);
}

    .quiosque-gm-pestana:hover {
        background: #5ba5d2;
    }

/*Pestana assinatura Layer*/

.quiosque-gm-layer {
    width: 160px;
    height: 107px;
    background: #003e66 url(/common/images/quiosque-gm-layer-jn.png) no-repeat center 9px;
    position: fixed;
    top: 350px;
    right: 0px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.74);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.74);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.74);
    display: none;
}

.quiosque-gm-layer-close {
    width: 16rem;
    padding-top: .8rem;
    padding-right: 1rem;
    height: 5rem;
    text-align: right;
    float: left;
}

    .quiosque-gm-layer-close img {
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

        .quiosque-gm-layer-close img:hover {
            opacity: 0.4;
            zoom: 1;
            filter: alpha(opacity=40);
        }

.quiosque-gm-layer-sig-1 {
    width: 16rem;
    height: 3.1rem;
    padding-top: .8rem;
    font-family: 'NoticiasSans', Georgia, Times, serif;
    font-weight: 800;
    font-size: 14px;
    color: #003e66;
    text-transform: uppercase;
    text-align: center;
    background: #e6d300;
    float: left;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

a .quiosque-gm-layer-sig-1:hover {
    color: #000000;
}

.quiosque-gm-layer-sig-2 {
    width: 16rem;
    height: 2.6rem;
    padding-top: .6rem;
    text-align: center;
    font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    float: left;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #0064a3;
}

a .quiosque-gm-layer-sig-2:hover {
    color: #e6d300;
}

/*Pestana asssinatura Ticker*/

.quiosque-gm-footer {
    width: 100%;
    height: 4.3rem;
    background: #f1f1f1;
    border-top: solid 2px #dbdbdb;
    position: fixed;
    bottom: 0px;
    z-index: 2;
    display: none;
}

.quiosque-gm-footer-wrapper {
    /*width: 117.1rem;*/
    max-width: 132rem;
    height: 4.3rem;
    margin: 0 auto;
}

.quiosque-gm-footer-l {
    width: 65.1rem;
    height: 3.4rem;
    margin-left: 2.2rem;
    padding-top: 0.8rem;
    font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #156797;
    float: left;
}

    .quiosque-gm-footer-l .bold {
        font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
    }

    .quiosque-gm-footer-l .price {
        font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

.quiosque-gm-footer-r {
    width: 28.0rem;
    height: 4.3rem;
    float: right;
}

.quiosque-gm-footer-bts {
    width: 24.9rem;
    height: 4.3rem;
    float: left;
}

.quiosque-gm-footer-signbt {
    width: 9.8rem;
    height: 4.3rem;
    margin-right: .1rem;
    padding-top: 1.5rem;
    font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background: #e3e3e3;
    float: left;
}

.quiosque-gm-footer-loginbt {
    width: 15.0rem;
    height: 4.3rem;
    padding-top: 1.5rem;
    font-family: 'NoticiasSans',Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background: #e3e3e3;
    float: left;
}

a .quiosque-gm-footer-signbt,
a .quiosque-gm-footer-loginbt {
    color: #156797;
    background: #e3e3e3;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

a:hover .quiosque-gm-footer-signbt,
a:hover .quiosque-gm-footer-loginbt {
    color: #ffffff;
    background: #5ba5d2;
}

.quiosque-gm-footer-close {
    width: 3.1rem;
    height: 4.3rem;
    float: left;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

    .quiosque-gm-footer-close:hover {
        opacity: 0.4;
        zoom: 1;
        filter: alpha(opacity=40);
    }

/*Pestana assinatura Caixa director*/

.quiosque-gm-diretor {
    width: 100%;
    height: auto;
    margin: 0 auto;
    bottom: 0px;
    position: fixed;
    z-index: 2;
    display: none;
}

.quiosque-gm-diretor-wrapper {
    width: 126rem;
    height: auto;
    margin: 0 auto;
}

.quiosque-gm-diretor-box {
    width: 339px;
    height: auto;
    float: left;
    background: #f7f7f7;
}

.quiosque-gm-diretor-box-header {
    width: /*353px*/ 339px;
    height: 30px;
    background: #e6d300;
    float: left;
}

.quiosque-gm-diretor-box-header-l {
    width: 39px;
    height: 30px;
    float: left;
}

.quiosque-gm-diretor-box-header-r {
    width: 25.7rem;
    height: 2.2rem;
    padding-top: .8rem;
    padding-left: 1.0rem;
    font-family: 'NoticiasSans',Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #003e66;
    text-transform: uppercase;
    float: left;
}

    .quiosque-gm-diretor-box-header-r .discount {
        font-family: 'noticiassans-bold-webfont',Arial, Helvetica, sans-serif;
    }

.quiosque-gm-diretor-box-header-bts {
    width: 42px;
    height: 23px;
    padding-top: 7px;
    float: left;
}

    .quiosque-gm-diretor-box-header-bts ul {
        margin: 0px;
        padding: 0px;
    }

        .quiosque-gm-diretor-box-header-bts ul li {
            list-style-type: none;
            display: inline;
            padding-right: .2rem;
        }

            .quiosque-gm-diretor-box-header-bts ul li img {
                -webkit-transition: opacity 0.5s ease-in-out;
                -moz-transition: opacity 0.5s ease-in-out;
                -ms-transition: opacity 0.5s ease-in-out;
                -o-transition: opacity 0.5s ease-in-out;
                transition: opacity 0.5s ease-in-out;
            }

                .quiosque-gm-diretor-box-header-bts ul li img:hover {
                    opacity: 0.7;
                    zoom: 1;
                    filter: alpha(opacity=70);
                }

.quiosque-gm-diretor-content {
    width: 353px;
    height: 128px;
    float: left;
}

.quiosque-gm-diretor-content-l {
    width: 12.0rem;
    height: 12.8rem;
    background: #eff3f5;
    float: left;
}

    .quiosque-gm-diretor-content-l p.diretorimg {
        margin: 0px;
        padding: 0px;
    }

    .quiosque-gm-diretor-content-l p.diretortxt {
        font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.2rem;
        color: #898989;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
    }

.quiosque-gm-diretor-content-r {
    width: 21.9rem;
    height: 12.8rem;
    float: left;
}

.quiosque-gm-diretor-content-r-txt {
    width: 21.9rem;
    height: 8.9rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
}

    .quiosque-gm-diretor-content-r-txt p.boxtitle {
        font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        color: #156797;
        margin-bottom: 0px;
    }

    .quiosque-gm-diretor-content-r-txt p.boxtext {
        font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        color: #156797;
        margin-top: 4px;
    }

        .quiosque-gm-diretor-content-r-txt p.boxtext span.price {
            font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
            font-weight: 600;
        }

.quiosque-gm-diretor-content-r-bts {
    width: 18.9rem;
    height: 3.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
}

    .quiosque-gm-diretor-content-r-bts ul {
        margin: 0px;
        padding: 0px;
    }

    .quiosque-gm-diretor-content-r-bts li {
        list-style-type: none;
        display: inline;
        float: left;
        padding-right: .2rem;
    }

        .quiosque-gm-diretor-content-r-bts li a .signbt {
            padding: 0.7rem 3.51rem .4rem 1.0rem;
            text-align: left;
            font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
            font-weight: 400;
            font-size: 12px;
            text-transform: uppercase;
            color: #ffffff;
            float: left;
            background: #003e66 url(/common/images/quiosque-gm-signArrowOut.png) no-repeat 64px 6px;
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-inout;
            -ms-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        }

            .quiosque-gm-diretor-content-r-bts li a .signbt:hover {
                background: #292929 url(/common/images/quiosque-gm-signArrowOut.png) no-repeat 64px 6px;
                color: #ffffff;
            }


@media only screen and (max-width:767px) {
    .quiosque-gm-diretor {
        width: 100%;
        height: auto;
        margin: 0 auto;
        bottom: 0px;
        position: fixed;
        z-index: 2;
        display: none;
    }

    .quiosque-gm-diretor-wrapper {
        width: 300px;
        height: auto;
        margin: 0 auto;
    }

    .quiosque-gm-diretor-box {
        width: 300px;
        height: auto;
        float: left;
        background: #f7f7f7;
    }

    .quiosque-gm-diretor-box-header {
        width: 300px;
        height: 30px;
        background: #e6d300;
        float: left;
    }

    .quiosque-gm-diretor-box-header-l {
        width: 39px;
        height: 30px;
        float: left;
    }

    .quiosque-gm-diretor-box-header-r {
        width: 21.7rem;
        height: 2.1rem;
        padding-top: .8rem;
        padding-left: 1.0rem;
        font-family: 'NoticiasSans',Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        color: #003e66;
        text-transform: uppercase;
        float: left;
    }

        .quiosque-gm-diretor-box-header-r .discount {
            font-family: 'noticiassans-bold-webfont',Arial, Helvetica, sans-serif;
        }

    .quiosque-gm-diretor-box-header-bts {
        width: 42px;
        height: 23px;
        padding-top: 7px;
        float: left;
    }

        .quiosque-gm-diretor-box-header-bts ul {
            margin: 0px;
            padding: 0px;
        }

            .quiosque-gm-diretor-box-header-bts ul li {
                list-style-type: none;
                display: inline;
                padding-right: .2rem;
            }

                .quiosque-gm-diretor-box-header-bts ul li img {
                    -webkit-transition: opacity 0.5s ease-in-out;
                    -moz-transition: opacity 0.5s ease-in-out;
                    -ms-transition: opacity 0.5s ease-in-out;
                    -o-transition: opacity 0.5s ease-in-out;
                    transition: opacity 0.5s ease-in-out;
                }

                    .quiosque-gm-diretor-box-header-bts ul li img:hover {
                        opacity: 0.7;
                        zoom: 1;
                        filter: alpha(opacity=70);
                    }

    .quiosque-gm-diretor-content {
        width: 300px;
        height: 128px;
        float: left;
    }

    .quiosque-gm-diretor-content-l {
        width: 12.0rem;
        height: 12.8rem;
        background: #eff3f5;
        float: left;
    }

        .quiosque-gm-diretor-content-l p.diretorimg {
            margin: 0px;
            padding: 0px;
        }

        .quiosque-gm-diretor-content-l p.diretortxt {
            font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
            font-weight: 400;
            font-size: 1.2rem;
            line-height: 1.2rem;
            color: #898989;
            text-align: center;
            margin-top: 8px;
            margin-bottom: 0px;
        }

    .quiosque-gm-diretor-content-r {
        width: 18.0rem;
        height: 12.8rem;
        float: left;
    }

    .quiosque-gm-diretor-content-r-txt {
        width: 18rem;
        height: 8.9rem;
        padding-left: 1.1rem;
        padding-right: 1.0rem;
        float: left;
    }

        .quiosque-gm-diretor-content-r-txt p.boxtitle {
            font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
            font-weight: 600;
            font-size: 1.3rem;
            text-transform: uppercase;
            color: #156797;
            margin-bottom: 0px;
        }

        .quiosque-gm-diretor-content-r-txt p.boxtext {
            font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
            font-weight: 400;
            font-size: 1.3rem;
            color: #156797;
            margin-top: 4px;
        }

            .quiosque-gm-diretor-content-r-txt p.boxtext span.price {
                font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
                font-weight: 600;
            }

    .quiosque-gm-diretor-content-r-bts {
        width: 18.9rem;
        height: 3.8rem;
        padding-left: 1.1rem;
        padding-right: 1.0rem;
        float: left;
    }

        .quiosque-gm-diretor-content-r-bts ul {
            margin: 0px;
            padding: 0px;
        }

        .quiosque-gm-diretor-content-r-bts li {
            list-style-type: none;
            display: inline;
            float: left;
            padding-right: .2rem;
        }

            .quiosque-gm-diretor-content-r-bts li a .signbt {
                padding: 0.7rem 2.55rem .4rem .8rem;
                text-align: left;
                font-family: 'NoticiasSans', Arial, Helvetica, sans-serif;
                font-weight: 400;
                font-size: 1.0rem;
                text-transform: uppercase;
                color: #ffffff;
                float: left;
                background: #003e66 url(/common/images/quiosque-gm-signArrowOut.png) no-repeat 50px 6px;
                -webkit-transition: 0.5s ease-in-out;
                -moz-transition: 0.5s ease-inout;
                -ms-transition: 0.5s ease-in-out;
                -o-transition: 0.5s ease-in-out;
                transition: 0.5s ease-in-out;
            }

                .quiosque-gm-diretor-content-r-bts li a .signbt:hover {
                    background: #292929 url(/common/images/quiosque-gm-signArrowOut.png) no-repeat 50px 6px;
                    color: #ffffff;
                }
}

.t-pub-box-4 .t-pubbox-inner:after {
    content: "";
}

.t-pub-box-6 .t-pubbox-inner:after {
    content: "";
}

.t-servicos iframe {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border: 0;
    background: transparent;
}

/* forçar link */

.t-article-block-1 .t-callout-title-1 a {
    color: #fff;
}

.t-grid-3 .t-grid-3-list-1 article header h3 a i.t-ico-pub-1, .t-grid-6 .t-grid-6-list-1 article header h3 a i.t-ico-pub-1 {
    display: inline-block;
    width: auto;
    vertical-align: 0;
    margin: 0 3px 0 0;
    margin: 0 .3rem 0 0;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
}

.t-grid-5 .t-grid-content article header h3 a i.t-ico-pub-1 {
    display: inline-block;
    width: auto;
    vertical-align: 0;
    margin: 0 3px 0 0;
    margin: 0 .3rem 0 0;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
}


.t-grid-9 .t-grid-content .t-g9-am1 header h3 a i.t-ico-pub-1 {
    display: inline-block;
    width: auto;
    vertical-align: 0;
    margin: 0 3px 0 0;
    margin: 0 .3rem 0 0;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
}

.t-grid-se1-l1 article header h3 a i.t-ico-pub-1, .t-grid-se2-l1 article header h3 a i.t-ico-pub-1 {
    display: inline-block;
    width: auto;
    vertical-align: 0;
    margin: 0 3px 0 0;
    margin: 0 .3rem 0 0;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
}

.t-grid-11 .t-g11-l1 article header h3 a i.t-ico-pub-1 {
    display: inline-block;
    width: auto;
    vertical-align: 0;
    margin: 0 3px 0 0;
    margin: 0 .3rem 0 0;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
}

.t-grid-3 .t-grid-3-list-1 article header figure a i.t-ico-pub-1, .t-grid-6 .t-grid-6-list-1 article header figure a i.t-ico-pub-1 {
    position: absolute;
    left: 11px;
    left: 1.1rem;
    bottom: 11px;
    bottom: 1.1rem;
    width: 47px;
    width: 4.7rem;
    height: 36px;
    height: 3.6rem;
    background-color: rgba(0,0,0,.5);
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.34);
    display: block;
    padding: 11px 0 0 0;
    padding: 1.1rem 0 0 0;
    line-height: 1;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}

.t-grid-5 .t-grid-content article header figure a i.t-ico-pub-1 {
    position: absolute;
    left: 11px;
    left: 1.1rem;
    bottom: 11px;
    bottom: 1.1rem;
    width: 47px;
    width: 4.7rem;
    height: 36px;
    height: 3.6rem;
    background-color: rgba(0,0,0,.5);
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.34);
    display: block;
    padding: 11px 0 0 0;
    padding: 1.1rem 0 0 0;
    line-height: 1;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}


.t-grid-9 .t-grid-content .t-g9-am1 header figure a i.t-ico-pub-1 {
    position: absolute;
    left: 11px;
    left: 1.1rem;
    bottom: 11px;
    bottom: 1.1rem;
    width: 47px;
    width: 4.7rem;
    height: 36px;
    height: 3.6rem;
    background-color: rgba(0,0,0,.5);
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.34);
    display: block;
    padding: 11px 0 0 0;
    padding: 1.1rem 0 0 0;
    line-height: 1;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}

.t-grid-se1-l1 article:nth-child(1) header figure i.t-ico-pub-1 {
    display: block;
}

.t-grid-se1-l1 article:nth-child(6) header figure i.t-ico-pub-1 {
    display: block;
}

.t-grid-se1-l1 article header figure a i.t-ico-pub-1, .t-grid-se2-l1 article header figure a i.t-ico-pub-1 {
    display: none;
    position: absolute;
    left: 11px;
    left: 1.1rem;
    bottom: 11px;
    bottom: 1.1rem;
    width: 47px;
    width: 4.7rem;
    height: 36px;
    height: 3.6rem;
    background-color: rgba(0,0,0,.5);
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.34);
    padding: 11px 0 0 0;
    padding: 1.1rem 0 0 0;
    line-height: 1;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}

.t-grid-11 .t-g11-l1 article header figure a i.t-ico-pub-1 {
    position: absolute;
    left: 11px;
    left: 1.1rem;
    bottom: 11px;
    bottom: 1.1rem;
    width: 47px;
    width: 4.7rem;
    height: 36px;
    height: 3.6rem;
    background-color: rgba(0,0,0,.5);
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.34);
    display: block;
    padding: 11px 0 0 0;
    padding: 1.1rem 0 0 0;
    line-height: 1;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}

.t-grid-3 .t-grid-3-list-1 article header figure a:hover i.t-ico-pub-1, .t-grid-6 .t-grid-6-list-1 article header figure a:hover i.t-ico-pub-1 {
    background-color: rgba(0,105,166,.9);
}

.t-grid-5 .t-grid-content article header figure a:hover i.t-ico-pub-1 {
    background-color: rgba(0,105,166,.9);
}

.t-grid-9 .t-grid-content .t-g9-am1 header figure a:hover i.t-ico-pub-1 {
    background-color: rgba(0,105,166,.9);
}

.t-grid-se1-l1 article header figure a:hover i.t-ico-pub-1, .t-grid-se2-l1 article header figure a:hover i.t-ico-pub-1 {
    background-color: rgba(0,105,166,.9);
}

.t-grid-11 .t-g11-l1 article header figure a:hover i.t-ico-pub-1 {
    background-color: rgba(0,105,166,.9);
}

/*css seccao patrocinado primeiro*/

.t-article-module-2 header figure a i.t-ico-pub-1 {
    position: absolute;
    left: 11px;
    left: 1.1rem;
    bottom: 11px;
    bottom: 1.1rem;
    width: 47px;
    width: 4.7rem;
    height: 36px;
    height: 3.6rem;
    background-color: rgba(0,0,0,.5);
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.34);
    display: block;
    padding: 11px 0 0 0;
    padding: 1.1rem 0 0 0;
    line-height: 1;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}

.t-article-module-2 header figure a:hover i.t-ico-pub-1 {
    background-color: rgba(0,105,166,.9);
}

/*css para pagina seccao patrocinado para outros*/
.t-grid-1-list-2 .t-g1-l2-i-i .t-g1-l2-am1 header figure a i.t-ico-pub-1 {
    position: absolute;
    left: 11px;
    left: 1.1rem;
    bottom: 11px;
    bottom: 1.1rem;
    width: 47px;
    width: 4.7rem;
    height: 36px;
    height: 3.6rem;
    background-color: rgba(0,0,0,.5);
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.34);
    display: block;
    padding: 11px 0 0 0;
    padding: 1.1rem 0 0 0;
    line-height: 1;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}

.t-grid-1-list-2 .t-g1-l2-i-i .t-g1-l2-am2 header figure a i.t-ico-pub-1 {
    position: absolute;
    left: 11px;
    left: 1.1rem;
    bottom: 11px;
    bottom: 1.1rem;
    width: 47px;
    width: 4.7rem;
    height: 36px;
    height: 3.6rem;
    background-color: rgba(0,0,0,.5);
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.34);
    display: block;
    padding: 11px 0 0 0;
    padding: 1.1rem 0 0 0;
    line-height: 1;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}

.t-grid-1-list-2 .t-g1-l2-i-i .t-g1-l2-am1 header h3 a i.t-ico-pub-1, .t-grid-1-list-2 .t-g1-l2-i-i .t-g1-l2-am2 header h3 a i.t-ico-pub-1 {
    display: inline-block;
    width: auto;
    vertical-align: 0;
    margin: 0 3px 0 0;
    margin: 0 .3rem 0 0;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
}


.t-grid-1-list-2 .t-g1-l2-i-i .t-g1-l2-am1 header figure a:hover i.t-ico-pub-1 {
    background-color: rgba(0,105,166,.9);
}


.t-article-module-7 header .t-article-module-header-body a {
    margin: 0 0 0 0;
}

.t-article-module-8 header .t-article-module-header-body a {
    margin: 0 0 0 0;
}

.at-h3.at-recommended-label {
    font-family: NoticiasSans,sans-serif !important;
    font-weight: 800 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
}

.at-recommendedTitle {
    font-size: 2.4rem !important;
    line-height: 18px !important;
    font-family: NoticiasText,serif !important;
    font-weight: bold !important;
    color: #2a2a2a !important;
}

.at4-recommended-item-caption, .at-h4 {
    height: auto !important;
    overflow: visible !important;
    min-height: 90px;
}

.at4-recommended.at-medium .at4-recommended-item .at4-recommended-item-caption {
    padding: 10px 0 0 0 !important;
}

.at4-recommended.at-medium .at4-recommended-item {
    width: 297px !important;
}

.at4-recommended.at-medium .at4-recommended-horizontal .at4-recommended-item {
    margin: 10px 14px 0 0 !important;
}

.at4-recommended.at-medium .at4-recommended-horizontal {
    max-height: 20pc !important;
}

.at4-recommended a:link, .at4-recommended a:visited {
    text-decoration: none !important;
}

.at-h4 {
    text-decoration: none !important;
}

#at-recommendedside .at4-recommended-item .at4-recommended-item-caption .at-h4 a:hover, .at4-recommended .at4-recommended-item .at4-recommended-item-caption .at-h4 a:hover {
    color: #0069a6 !important;
}

.at4-recommended.at-medium .at4-recommended-item .at4-recommended-item-img, .at4-recommended.at-medium .at4-recommended-item .at4-recommended-item-img a {
    height: 197px !important;
}


.at-h3.at-recommended-label {
    color: #2a2a2a !important;
    font-size: 2rem !important;
}

.at4-recommended.at-medium .at4-recommended-item .at4-recommended-item-caption small {
    display: none !important;
}

.at-branding-icon {
    display: none !important;
}

.at-branding-addthis {
    display: none !important;
}


.t-section-logo-1 {
    background: none;
}

.t-section-title-11-dossie {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    font-family: NoticiasExtra,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 18px;
    font-size: 2.8rem;
    letter-spacing: -.005em;
    color: #0069a6;
}

.t-section-title-11-dossie {
    margin-top: 3px;
    margin-top: .3rem;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .t-section-title-11-dossie {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media (max-width:767px) {
    .t-section-title-11-dossie {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

/*grid Ed Impressa*/
.t-grid-3.t-grid-pp .t-section-title-4 span {
    font-family: NoticiasSans,sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 1.35294;
    max-height: 11.8rem;
    overflow: hidden;
    padding: 0 0 0.3rem;
    text-overflow: ellipsis;
    margin-left: 5px;
}

.t-grid-3.t-grid-pp .t-grid-3-list-1 {
    float: left;
    width: 100%;
}

.t-grid-pp .t-grid-3-list-inner > article:first-child {
    height: 43.3rem;
    width: 45.5rem;
}

.t-grid-pp .t-grid-3-list-inner > article:nth-child(2) {
    height: 43.3rem;
    width: 45.5rem;
}

.t-grid-3.t-grid-pp .t-grid-3-list-1 article header h4 {
    display: none;
    font-family: NoticiasSans,sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
}

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article header h4 a {
        color: #2a2a2a;
        display: block;
        font-size: 1.7rem;
        line-height: 1.35294;
        max-height: 11.8rem;
        overflow: hidden;
        padding: 0 0 0.3rem;
        text-overflow: ellipsis;
    }

.t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(2) header h2 {
    font-family: NoticiasExtra,sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
}

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(2) header h2 a {
        color: #2a2a2a;
        display: block;
        font-size: 2.5rem;
        line-height: 1;
        max-height: 10.1rem;
        overflow: hidden;
        padding: 0 0 0.5rem;
        text-overflow: ellipsis;
    }


.t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) {
    height: 100%;
    margin: 0 0 0 2.5rem;
    width: 30rem;
    float: right;
}

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) figure {
        border: 1px solid #2a2a2a;
        width: 298px;
        height: 410px;
        display: table;
    }

        .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) figure a {
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }

            .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) figure a img {
                margin: 0 auto;
                height: auto;
                /*width: auto;*/
                max-height: 100%;
                max-width: 100%;
                min-width: 100%;
            }


@media (max-width: 1299px) {
    .t-grid-3.t-grid-pp .t-grid-3-list-1 .t-grid-3-list-inner {
        min-height: 42.7rem;
    }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article header h4 {
        display: block;
    }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:first-child {
        height: 100%;
        width: 31.2rem;
    }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(2) {
        height: 100%;
        margin: 0 0 0 2.5rem;
        width: 31.2rem;
    }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) {
        padding: 0;
        border-top: 0px;
    }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:first-child header h2 a, .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(2) header h2 a {
        display: block;
        font-size: 2.4rem;
        line-height: 1;
        max-height: 7.5rem;
        overflow: unset;
        padding: 0 0 0.3rem;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1023px) {
    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:first-child {
        width: 40.8rem;
    }

        .t-grid-3.t-grid-pp .t-grid-3-list-1 article:first-child header h2 a {
            display: block;
            font-size: 2.8rem;
            line-height: 1;
            max-height: 9.1rem;
            overflow: unset;
            padding: 0 0 0.5rem;
            text-overflow: ellipsis;
        }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article header h4 {
        display: none;
    }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(2) {
        height: 100%;
        margin: 0;
        width: 40.8rem;
    }

        .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(2) header h2 a {
            font-size: 1.8rem;
            line-height: 1.16667;
            color: #2a2a2a;
            display: block;
            font-family: NoticiasText,serif;
            font-stretch: normal;
            font-style: normal;
            font-weight: 600;
        }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) {
        float: right;
        margin: 0 0 1.5rem;
        width: 30rem;
        position: absolute;
        right: 0;
        top: 0;
    }

    .t-grid-3 .t-grid-3-list-1 article:nth-child(3) header figure {
        float: none;
        height: 100%;
        margin: 0;
        width: 100%;
    }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) header figure a img {
        display: block;
        height: unset;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:first-child {
        width: 100%;
    }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(2) {
        height: 100%;
        margin: 0;
        width: 100%;
    }

    .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) {
        float: none;
        margin: 0;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
    }

        .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) figure {
            width: 100%;
            height: auto;
        }

            .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) figure a {
                text-align: center;
                display: block;
            }

        .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) header figure a img {
            width: 100%;
            height: 100%;
        }
}

@media (min-width:1024px) {

    .t-pub-frame-1 ~ * .t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
        float: left;
        width: 345px;
        width: 34.5rem;
        height: 195px;
        height: 19.5rem;
        margin: 0 20px 0 0;
        margin: 1.8rem 2rem 1.8rem 0;
    }

    .t-pub-frame-1 ~ * .t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
        float: left;
        width: 345px;
        width: 34.5rem;
        height: 195px;
        height: 19.5rem;
        margin: 0 20px 0 0;
        margin: 1.8rem 2rem 1.8rem 0;
    }

    .t-pub-frame-1 ~ .t-grid-3.t-grid-pp .t-grid-3-list-1 .t-grid-3-list-inner {
        min-height: 42.7rem;
    }

    .t-pub-frame-1 ~ .t-grid-3.t-grid-pp .t-grid-3-list-1 article header h4 {
        display: block;
    }

    .t-pub-frame-1 ~ .t-grid-3.t-grid-pp .t-grid-3-list-1 article:first-child {
        height: 100%;
        width: 31.2rem;
    }

    .t-pub-frame-1 ~ .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(2) {
        height: 100%;
        margin: 0 0 0 2.5rem;
        width: 31.2rem;
    }

    .t-pub-frame-1 ~ .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(3) {
        padding: 0;
        border-top: 0px;
    }

    .t-pub-frame-1 ~ .t-grid-3.t-grid-pp .t-grid-3-list-1 article:first-child header h2 a,
    .t-pub-frame-1 ~ .t-grid-3.t-grid-pp .t-grid-3-list-1 article:nth-child(2) header h2 a {
        display: block;
        font-size: 2.4rem;
        line-height: 1;
        max-height: 7.5rem;
        overflow: unset;
        padding: 0 0 0.3rem;
        text-overflow: ellipsis;
    }
}

.galleria-image-nav-right {
    opacity: 1 !important;
    margin: 20px;
}

.galleria-image-nav-left {
    opacity: 1 !important;
    margin: 20px;
}


/*css pagina edicao impressa*/

cover-last img {
    border: 1px solid #e5e5e5;
}

.cover-last .t-section-list-inner-inner figure {
    height: 100%;
}

.cover-last article h3 a {
    color: #0069a6 !important;
    font-family: NoticiasExtra,sans-serif;
    font-size: 1.8rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.005em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cover-last article h2 a {
    color: #2a2a2a;
    font-family: NoticiasExtra,sans-serif;
    font-size: 2rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    text-overflow: ellipsis;
}

.cover-last article::after, .t-section-list-10 article::before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    left: 0;
    max-height: 75%;
    position: absolute;
}

.cover-last .t-section-list-10 article figure a {
    display: block;
    height: 76%;
}

    .cover-last .t-section-list-10 article figure a img {
        margin-left: auto;
        margin-right: auto;
        width: 93%;
        height: auto;
    }

@media (min-width: 1299px) {
    .t-grid-1-envelope-1.cover-last {
        height: 43rem;
    }

    .cover-last .t-section-list-10 article figure a {
        display: block;
        height: 76%;
    }

        .cover-last .t-section-list-10 article figure a img {
            margin-left: auto;
            margin-right: auto;
            width: 93%;
            height: auto;
        }
}

@media (max-width: 1299px) {
    .cover-last article {
        height: 50rem;
        width: 49.9999%;
    }

    .cover-last {
        padding-top: 20px;
    }

        .cover-last .t-section-list-inner-inner figure {
            height: 75%;
        }
}

@media (max-width: 1023px) {
    .cover-last article {
        height: 35rem;
        width: 49.9999%;
    }

    .cover-last .t-section-list-inner header header {
        height: 40rem;
    }

    .cover-sidebar {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .cover-last article {
        height: 12rem;
        width: 100%;
    }

    .cover-last figure {
        height: 10.5rem !important;
        width: 8.5rem !important;
    }

    .cover-last article h3 a, .cover-last article h2 a {
        text-align: left;
    }
}

@media (max-width: 681px) {
    .cover-last article {
        height: 12rem;
    }

    .cover-last figure {
        height: 10.5rem !important;
    }

    .cover-last article h3 a, .cover-last article h2 a {
        text-align: left;
    }

    .cover-last figure {
        width: 8.5rem;
    }
}

.cover-header header figure a img {
    border: 3px solid #e5e5e5;
    display: block;
    width: 100%;
}

.cover-header .t-article-module-2, .cover-header .t-article-module-2 header figure {
    height: 12.3rem;
    position: relative;
}

    .cover-header .t-article-module-2 header figure {
        height: 60rem;
    }

    .cover-header .t-article-module-2 header h3 a {
        color: #7c7c7c;
        font-family: NoticiasExtra,sans-serif;
        font-size: 2rem;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.005em;
        padding-bottom: 20px;
        padding-top: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cover-header .t-article-module-2 header h4 {
        font-family: NoticiasSans,sans-serif;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        margin: 0 0 0rem;
    }

    .cover-header .t-article-module-2 h4 a {
        color: #0069a6;
        display: block;
        font-family: NoticiasExtra,sans-serif;
        font-size: 1.8rem;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.005em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cover-header .t-article-module-2 header figure {
        float: left;
        margin: 0 2rem 0 0;
        width: 45.5rem;
        z-index: 1;
    }

.cover-header > article:nth-child(2) {
    height: 12rem;
    overflow: hidden;
    padding: 1.5rem 0;
    width: 45.5rem;
}

.cover-header article:nth-child(2) img {
    display: inline-block;
    padding-right: 5px;
}

.cover-header > article:nth-child(3) {
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 1.5rem 0;
    width: 45.5rem;
}

    .cover-header > article:nth-child(3) figure {
        float: left;
        height: 11.1rem;
        margin: 0 1.4rem 0 0;
        width: 16.7rem;
    }

        .cover-header > article:nth-child(3) figure a img {
            display: block;
            height: 100%;
            width: 100%;
        }

.cover-header > article:nth-child(4) {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 1.5rem 0;
    width: 45.5rem;
}

    .cover-header > article:nth-child(4) figure {
        float: left;
        height: 11.1rem;
        margin: 0 1.4rem 0 0;
        width: 16.7rem;
    }

        .cover-header > article:nth-child(4) figure a img {
            display: block;
            height: 100%;
            width: 100%;
        }

.cover-header h3 a span {
    color: #0069a6;
    display: block;
    font-family: NoticiasExtra,sans-serif;
    font-size: 1.8rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.005em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cover-header article:nth-child(3) h2, .cover-header article:nth-child(4) h2 {
    font-family: NoticiasText,serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
}

    .cover-header article:nth-child(3) h2, .cover-header article:nth-child(4) h2 a {
        color: #2a2a2a;
        display: block;
        font-size: 2rem;
        letter-spacing: -0.005em;
        line-height: 1.05;
        max-height: 4.5rem;
        /*overflow: hidden;*/
        padding: 0 0 0.3rem;
        text-overflow: ellipsis;
    }

@media (max-width: 1299px) {
    .cover-header .t-article-module-2 header figure {
        margin: 0 2rem 0 0;
        width: 30rem;
    }

    .cover-header .t-article-module-2 header figure {
        height: 38rem;
    }

    .cover-header > article:nth-child(2) {
        height: 7.5rem;
    }

    .cover-header > article:nth-child(2), .cover-header > article:nth-child(3), .cover-header > article:nth-child(4) {
        width: 33.5rem;
    }

        .cover-header > article:nth-child(3) figure, .cover-header > article:nth-child(4) figure {
            display: none;
        }

    .cover-header h3 a span {
        font-size: 1.8rem;
    }

    .cover-header article:nth-child(3) h2, .cover-header article:nth-child(4) h2 a {
        display: block;
        font-family: NoticiasText,serif;
        font-size: 1.4rem;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        line-height: 1.07143;
        max-height: 3.2rem;
        overflow: hidden;
        padding: 0 0 0.2rem;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1023px) {
    .cover-header .t-article-module-2 header figure {
        height: 40rem;
    }

    .cover-header > article:nth-child(2), .cover-header > article:nth-child(3), .cover-header > article:nth-child(4) {
        width: 40.5rem;
    }

    .t-grid-1-featured-2.cover-header {
        min-height: 38rem;
    }
}

@media (max-width: 767px) {
    .cover-header > article:first-child {
        height: auto;
    }

    .cover-header > article:nth-child(2), .cover-header > article:nth-child(3), .cover-header > article:nth-child(4) {
        width: 100%;
    }

    .cover-header .t-article-module-2 header figure {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 50rem;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 681px) {
    .cover-header > article:nth-child(2), .cover-header > article:nth-child(3), .cover-header > article:nth-child(4) {
        width: 100%;
    }

    .cover-header > article:first-child {
        height: auto;
    }
}

/*acerto grid 1 pos 7 title */

.t-grid-1-list-1 .t-g1-l1-i-i .t-g1-l1-am7:nth-of-type(7) header h2 a {
    max-height: 11.6rem;
    -webkit-line-clamp: 4;
}

.t-stamp-4 {
    font-size: 1.0rem;
}

.t-tabs-sys-2 .t-ts-content > div:first-child {
    display: none;
}

.t-tabs-sys-2 .t-ts-content > div:nth-child(2) {
    display: block;
}

.t-scroll-pos-1 .t-header-bar-2 {
    z-index: 999;
}

/* .t-article-multimedia-mediabox-1 .t-a-mm-mb-object 
  {
    height: 546px;
    height: 54.6rem;
  }

 @media (max-width: 1299px) 
 {
    .t-article-multimedia-mediabox-1 .t-a-mm-mb-object {
    height: 391px;
    height: 39.1rem;
    }
 }

 @media (max-width: 1023px){
    .t-article-multimedia-mediabox-1 .t-a-mm-mb-object {
    height: 421px;
    height: 42.1rem;
    }
 }
 
  @media (max-width: 767px){
    .t-article-multimedia-mediabox-1 .t-a-mm-mb-object {
     height: auto;
    }
 }

 .text-galeria {
    font-family: 'NoticiasText';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-size: 1.9rem;
    margin-top:3px;
}

 @media (max-width: 767px) {
    .text-galeria {
        font-size: 1.6rem;
    }
} */

.t-mm-v-i .jw-dock {
    display: none;
}

.t-float-win-1-close .t-float-win-close {
    display: none;
}

.t-float-win-1-video-close .t-float-win-close {
    display: none;
}

.t-float-win-1-video .t-multimedia-video-1 {
    background: none;
}

.t-float-win-1-video .t-section-list-5, .t-float-win-1-video-close .t-section-list-5 {
    padding-bottom: 0;
    margin: 0;
}

    .t-float-win-1-video .t-section-list-5 .t-section-title-10, .t-float-win-1-video-close .t-section-list-5 .t-section-title-10 {
        display: none;
    }

.t-float-win-1-video .t-multimedia-video-1 .t-mm-v-legend, .t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-legend {
    min-height: 56px;
    min-height: 5.6rem;
    padding: 9px 15px 0 15px;
    padding: .9rem 1.5rem 0 1.5rem;
    background: #2a2a2a;
    font-family: NoticiasSans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #fff;
    display: none;
}

.t-float-win-1-video .t-section-list-5 .t-section-title-10 h3 {
    font-family: NoticiasSans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 0;
}

.t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i, .t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-i {
    padding: 0;
    min-height: 0;
}

.t-float-win-1-video .t-float-win-close {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    width: 2.4rem;
    height: 24px;
    height: 2.4rem;
    margin: 0;
    padding: 0;
    background: #990707 url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTQwLjkzNiw0OS45OTlMMS44NzMsODkuMDYxYy0yLjQ5NywyLjQ5OC0yLjQ5Nyw2LjU2NCwwLDkuMDYyYzIuNTA0LDIuNTAxLDYuNTY3LDIuNTAxLDkuMDY1LDBMNTAsNTkuMDYzbDM5LjA2MiwzOS4wNTljMi40OTgsMi41MDEsNi41NjIsMi41MDEsOS4wNjUsMGMyLjQ5Ny0yLjQ5NywyLjQ5Ny02LjU2MywwLTkuMDYyTDU5LjA2NCw0OS45OTlsMzkuMDYzLTM5LjA2MmMyLjQ5Ny0yLjQ5OCwyLjQ5Ny02LjU2NCwwLTkuMDYyYy0yLjUwNC0yLjUwMS02LjU2Ny0yLjUwMS05LjA2NSwwTDUwLDQwLjkzNUwxMC45MzgsMS44NzZjLTIuNDk4LTIuNTAxLTYuNTYyLTIuNTAxLTkuMDY1LDBjLTIuNDk3LDIuNDk3LTIuNDk3LDYuNTYzLDAsOS4wNjJMNDAuOTM2LDQ5Ljk5OXoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=") no-repeat 50% 50%;
    background-size: 1.1rem 1.1rem;
    outline: 0;
    border: 0;
    cursor: pointer;
}

    .t-float-win-1-video .t-float-win-close em {
        display: block;
        width: 100%;
        height: 100%;
        background: #990707;
        font-size: 0;
        color: #990707;
        opacity: .4;
    }

    .t-float-win-1-video .t-float-win-close:hover em {
        display: none;
    }

.t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-esq-1 {
    width: 455px;
    width: 45.5rem;
    height: 255px;
    height: 25.5rem;
}

.t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-i .video-grid-esq-1 {
    width: 455px;
    width: 45.5rem;
    height: 255px;
    height: 25.5rem;
}

.t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
    position: relative;
    float: left;
    width: 455px;
    width: 45.5rem;
    height: 256px;
    height: 25.6rem;
    margin: 0 15px 0 0;
    margin: 1.9rem 1.5rem 1.8rem 0;
}

.t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
    position: relative;
    float: left;
    width: 455px;
    width: 45.5rem;
    height: 256px;
    height: 25.6rem;
    margin: 0 15px 0 0;
    margin: 1.9rem 1.5rem 1.8rem 0;
}

@media (max-width: 1299px) {
    .t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-esq-1 {
        float: left;
        width: 345px;
        width: 34.5rem;
        height: 195px;
        height: 19.5rem;
        margin: 17px 20px 17px 0;
        margin: 1.7rem 2rem 1.7rem 0;
    }

    .t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-i .video-grid-esq-1 {
        float: left;
        width: 345px;
        width: 34.5rem;
        height: 195px;
        height: 19.5rem;
        margin: 17px 20px 17px 0;
        margin: 1.7rem 2rem 1.7rem 0;
    }

    .t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
        float: left;
        width: 345px;
        width: 34.5rem;
        height: 195px;
        height: 19.5rem;
        margin: 17px 20px 17px 0;
        margin: 1.7rem 2rem 1.7rem 0;
    }

    .t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
        float: left;
        width: 345px;
        width: 34.5rem;
        height: 195px;
        height: 19.5rem;
        margin: 17px 20px 17px 0;
        margin: 1.7rem 2rem 1.7rem 0;
    }
}

@media (max-width: 1023px) {
    .t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-esq-1 {
        float: left;
        width: 408px;
        width: 40.8rem;
        height: 230px;
        height: 23rem;
        margin: 1.8rem 2rem 2rem 0;
    }

    .t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-i .video-grid-esq-1 {
        float: left;
        width: 408px;
        width: 40.8rem;
        height: 230px;
        height: 23rem;
        margin: 1.8rem 2rem 2rem 0;
    }

    .t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
        float: left;
        width: 408px;
        width: 40.8rem;
        height: 230px;
        height: 23rem;
        margin: 1.8rem 2rem 2rem 0;
    }

    .t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
        float: left;
        width: 408px;
        width: 40.8rem;
        height: 230px;
        height: 23rem;
        margin: 1.8rem 2rem 2rem 0;
    }
}

@media (min-width:768px) {

    .t-scroll-pos-3 .t-grid-1-featured-3 .t-article-module-1.t-article-module-video-box {
        height: auto;
    }

    .t-scroll-pos-3 .t-float-win-1-video header figure {
        height: auto;
        width: 100%;
        float: none;
    }

    .t-scroll-pos-3 .t-float-win-1-video {
        position: fixed;
        z-index: 4;
        right: 13px;
        right: 1.3rem;
        top: 50%;
        width: 193px;
        width: 19.3rem;
        height: auto;
    }

        .t-scroll-pos-3 .t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-esq-1 {
            height: auto;
            width: 100%;
            float: none;
            margin: 0 2rem 0 0;
        }

        .t-scroll-pos-3 .t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
            height: auto;
            width: 100%;
            float: none;
            margin: 0 2rem 0 0;
        }

        .t-scroll-pos-3 .t-float-win-1-video .t-multimedia-video-1 {
            background: #b50f0d;
        }

        .t-scroll-pos-3 .t-float-win-1-video .t-section-title-10 {
            display: block;
            min-height: 24px;
            min-height: 2.4rem;
            padding: 7px 25px 4px 12px;
            padding: .7rem 2.5rem .4rem 1.2rem;
            background: #b50f0d;
            color: #ffc202;
        }

        .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 {
            position: relative;
            margin: 0;
            padding: 0;
            box-shadow: 13px 13px 0 rgba(0,0,0,.3);
            border-top: 3px solid #2a2a2a;
        }

            .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5:after, .t-scroll-pos-2 .t-float-win-1 .t-section-list-5:before {
                content: '';
                position: absolute;
                left: -13px;
                top: 100%;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 13px 13px 13px;
                border-color: transparent rgba(0,0,0,.3) transparent transparent;
            }

            .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5:after {
                left: 100%;
                top: -3px;
                border-width: 13px 13px 0 13px;
                border-color: transparent transparent transparent rgba(0,0,0,.3);
            }

        .t-scroll-pos-3 .t-float-win-1-video .video-container {
            display: none;
        }

        .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-multimedia-video-1 .t-mm-v-legend {
            min-height: 56px;
            min-height: 5.6rem;
            padding: 9px 15px 0 15px;
            padding: .9rem 1.5rem 0 1.5rem;
            background: #2a2a2a;
            font-family: NoticiasSans,sans-serif;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            color: #fff;
            display: block;
        }

        .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-multimedia-video-1 .t-mm-v-i {
            min-height: 100px;
            min-height: 10rem;
            padding: 0 .4rem .3rem .4rem;
        }

        .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-multimedia-video-1 .t-mm-v-legend {
            min-height: 10px;
            padding: 7px 10px 8px 10px;
            padding: .7rem 1rem .8rem 1rem;
        }

            .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-multimedia-video-1 .t-mm-v-legend a {
                display: block;
                max-height: none;
                -webkit-line-clamp: initial;
                overflow: initial;
                text-overflow: initial;
                white-space: normal;
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 1.4rem;
                line-height: 1.16667;
            }

        .t-scroll-pos-3 .t-float-win-1-video .t-float-win-close {
            display: block;
        }
}

@media (max-width:767px) {

    .t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-esq-1 {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .t-float-win-1-video .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-i .video-grid-esq-1 {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .t-float-win-1-video-close .t-multimedia-video-1 .t-mm-v-i .video-grid-1 {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .t-page-home-1 .t-float-win-1-close .t-section-list-5 {
        margin: 0 10px;
        margin: 0 1rem;
    }

    .t-float-win-1-close .t-section-list-5 {
        margin: 0;
    }

    .t-scroll-pos-3 .t-float-win-1-video {
        position: fixed;
        z-index: 4;
        left: 0;
        right: 0;
        bottom: 0;
        height: 126px;
        height: 12.6rem;
        background: #2a2a2a !important;
    }

        .t-scroll-pos-3 .t-float-win-1-video .video-container {
            display: none;
        }

        .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 {
            position: relative;
            margin: 0;
            padding: 0;
        }

            .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-section-title-10 {
                display: block;
                min-height: 33px;
                min-height: 3.3rem;
                padding: 12px 25px 6px 12px;
                padding: 1.2rem 2.5rem .6rem 1.2rem;
            }

                .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-section-title-10 h3 {
                    font-size: 14px;
                    font-size: 1.4rem;
                }

            .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-multimedia-video-1 {
                position: relative;
                padding: 15px 10px 0 127px;
                padding: 1.5rem 1rem 0 12.7rem;
                background: none;
            }

                .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-multimedia-video-1 .t-mm-v-i {
                    position: absolute;
                    left: 10px;
                    left: 1rem;
                    top: 15px;
                    top: 1.5rem;
                    width: 107px;
                    width: 10.7rem;
                    min-height: 0 !important;
                    padding: 0;
                }

                    .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-multimedia-video-1 .t-mm-v-i a i {
                        display: none;
                    }

                .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-multimedia-video-1 .t-mm-v-legend {
                    min-height: 0;
                    padding: 0 !important;
                    background: none;
                    display: block;
                }

                    .t-scroll-pos-3 .t-float-win-1-video .t-section-list-5 .t-multimedia-video-1 .t-mm-v-legend a {
                        display: block;
                        display: -webkit-box;
                        max-height: 56px;
                        max-height: 5.6rem;
                        font-size: 16px;
                        font-size: 1.6rem;
                        line-height: 1.8rem;
                        line-height: 1.125;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

        .t-scroll-pos-3 .t-float-win-1-video .t-float-win-close {
            display: block;
            width: 33px;
            width: 3.3rem;
            height: 33px;
            height: 3.3rem;
        }
}

.player-container {
    background-color: black;
}

.player-minimize {
    background-color: white;
    border-radius: 2px;
    bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    right: 20px;
    padding: 7px;
    position: fixed;
    width: 410px !important;
    z-index: 100;
    height: auto !important;
}

    .player-minimize .player-container-close {
        position: absolute;
        top: -16px;
        right: -16px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0;
    }

@media only screen and (max-width:767px) {
    .player-minimize {
        width: 300px !important;
    }
}

.t-timeline-1 .t-timeline-body li .t-timeline-body-col-3 strong em.vermelho {background:red;}

.diretoFundo {background: #b50f0d !important;}
.t-header-menu-1 .diretoCor  {
color: #b50f0d
}

.t-stamp-ao-minuto{display:inline-block;vertical-align:middle;height:22px;height:2.2rem;margin:0 10px 0 0;margin:0 1rem 0 0;padding:5px 8px 0 8px;padding:.5rem .8rem 0 .8rem;line-height:1;font-family:NoticiasSans,sans-serif;font-weight:800;font-style:normal;font-stretch:normal;font-size:14px;font-size:1.4rem;text-transform:uppercase}
.t-stamp-ao-minuto{padding:6px 8px 0 0px;padding:.6rem 0 0 0;color:#2a2a2a}
.t-stamp-ao-minuto:before{content:'';display:inline-block;width:11px;width:1.1rem;height:11px;height:1.1rem;margin-right:0px;margin-right:.0rem;line-height:1;border-radius:50%;background-color:#2a2a2a;opacity:0;-webkit-animation:anim-blink-1 1s infinite .5s;animation:anim-blink-1 1s infinite .5s}.t-stamp-3{padding:6px 8px 0 8px;padding:.6rem .8rem 0 .8rem;background:#ffc202;color:#2a2a2a;font-size:12px;font-size:1.2rem}


.t-footer-nl .t-footer-nl-txt>strong {font-size:2.3rem}

@media (max-width: 1023px) {
    .t-footer-nl .t-footer-nl-txt > strong {
        font-size: 1.7rem;
    }
}
