/* Minification failed. Returning unminified contents.
(3668,95): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(3855,28): run-time error CSS1030: Expected identifier, found ' '
(3859,28): run-time error CSS1030: Expected identifier, found ' '
(3860,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body.detalhe {
    padding-top: 48px;
}

.detalhe header {
    background: #ffffff;
}

    .detalhe header .header {
        height: 48px;
        text-align: center;
    }

.detalhe .navbar-toggle {
    margin: 6px 0 0 10px;
}

.detalhe #mainMenu {
    top: 48px;
}

.detalhe .header .navbar-toggle[aria-expanded="true"] {
    margin: 13px 0 0 10px;
}

.detalhe header h1 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    float: left;
    margin-left: 4px;
    margin-top: 12px;
    width: 50px;
    height: 24px;
    z-index: 10;
}

    .detalhe header h1 a {
        width: 50px;
        height: 24px;
        display: block;
        overflow: hidden;
    }

        .detalhe header h1 a .icon-logo_cm_small {
            font-size: 66px;
            line-height: 24px !important;
            color: #ffffff;
            width: 50px;
            height: 24px;
            display: block;
            overflow: hidden;
        }

            .detalhe header h1 a .icon-logo_cm_small:before {
                width: 50px;
                height: 24px;
                display: block;
                overflow: hidden;
            }

.detalhe header h2 {
    display: inline-block;
    position: absolute;
    left: 125px;
    top: 13px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Roboto-Bold, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.detalhe .headerDetalhe h2 {
    display: none;
}

.detalhe header h2 a {
    color: #ffffff;
}

.detalhe .header_utils {
    margin: 4px 15px 0 15px;
}

.detalhe .mainPub {
    margin-bottom: 35px;
}

.detalhe section.subCanais_bar {
    margin: 0 auto 10px auto;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    background: #ffffff;
}

.detalhe .subCanais_bar .new_news {
    position: absolute;
    left: -45px;
    top: 0;
}

    .detalhe .subCanais_bar .new_news .icon-rss {
        color: #A7AAAA;
        font-size: 22px;
        line-height: 22px;
    }

        .detalhe .subCanais_bar .new_news .icon-rss:hover {
            text-decoration: none;
        }

        .detalhe .subCanais_bar .new_news .icon-rss span {
            position: absolute;
            top: 0;
            right: -2px;
            width: 14px;
            height: 14px;
            line-height: 14px;
            color: #ffffff;
            font-size: 9px;
            text-align: center;
            display: block;
            background: #ED1C24;
            font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            -webkit-border-radius: 14px;
            border-radius: 14px;
        }

.detalhe .subCanais_bar nav {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0;
    display: inline-block;
    width: 240px;
    vertical-align: bottom;
}

    .detalhe .subCanais_bar nav ul li {
        display: inline-block;
        margin: 0 15px 0 0;
        padding-right: 15px;
        position: relative;
        font-family: 'Roboto-Bold', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
    }

        .detalhe .subCanais_bar nav ul li:after {
            position: absolute;
            right: -2px;
            top: 2px;
            height: 10px;
            width: 1px;
            background: #A2A5A5;
            display: block;
            content: "";
        }

        .detalhe .subCanais_bar nav ul li:last-child {
            padding-right: 0;
            margin-right: 0;
        }

            .detalhe .subCanais_bar nav ul li:last-child:after {
                display: none;
            }

        .detalhe .subCanais_bar nav ul li a {
            color: #A0A5A5;
        }

            .detalhe .subCanais_bar nav ul li a.activeSection {
                color: #221F1F;
            }


.detalhe .pesquisa_hidden {
    top: -2px;
    height: 46px;
}

    .detalhe .pesquisa_hidden input[type="text"] {
        padding-bottom: 0;
    }

    .detalhe .pesquisa_hidden .fechar_pesquisa {
        margin-top: -8px;
    }

.containerDetalhe {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

section.topoDetalhe {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    display: none;
    background: #ffffff;
}

    section.topoDetalhe article {
        text-align: left;
        vertical-align: middle;
        min-height: 40px;
        border-right: 1px solid #C0C2C4;
        padding-right: 10px;
        margin: 0 5px;
        position: relative;
    }

        section.topoDetalhe article:after {
            content: "";
            display: block;
            clear: both;
        }

        section.topoDetalhe article figure {
            width: 80px;
            height: 80px;
            overflow: hidden;
            float: left;
            margin-right: 10px;
            display: none;
        }

            section.topoDetalhe article figure img {
                margin-left: -20px;
            }

        section.topoDetalhe article h3 {
            display: block;
            font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
            font-size: 14px;
            line-height: 14px;
            position: absolute;
            top: 50%;
            padding: 0 10px 0 0;
            transform: translateY(-50%);
        }

            section.topoDetalhe article h3 a {
                color: #221F1F;
            }

    section.topoDetalhe .destaquesTopoDetalhe {
        background: #F2F2F2;
        padding: 10px 5px;
    }

    section.topoDetalhe .slick-slider {
        margin-bottom: 25px;
        margin-top: 10px;
    }

    section.topoDetalhe .slick-dots {
        bottom: -30px;
        width: 100%;
    }

    section.topoDetalhe .slick-prev {
        left: 10px;
    }

    section.topoDetalhe .slick-next {
        right: 10px;
    }

        section.topoDetalhe .slick-prev .icon-arrow_left, section.topoDetalhe .slick-next .icon-arrow_right {
            font-size: 22px;
            color: #BDBFC1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

        section.topoDetalhe .slick-prev:hover .icon-arrow_left, section.topoDetalhe .slick-next:hover .icon-arrow_right {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
            color: #EC1B23;
        }

.mainArtigo {
    margin-top: 15px;
}

    .mainArtigo h1 {
        display: block;
        font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
        font-size: 32px;
        line-height: 32px;
    }

    .mainArtigo h2 {
        display: block;
        font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
        font-size: 32px;
        line-height: 32px;
    }

    .mainArtigo .lead {
        font-size: 16px;
        line-height: 16px;
        padding-top: 5px;
        margin-bottom: 30px;
    }

    .mainArtigo .artigoUtils {
        padding: 5px 0;
    }

        .mainArtigo .artigoUtils:after {
            content: "";
            clear: both;
            display: block;
        }

        .mainArtigo .artigoUtils .autor_data {
            color: #7B8383;
            font-family: 'Roboto-Medium', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 11px;
        }

            .mainArtigo .artigoUtils .autor_data .sep {
                color: #ED1C24;
                padding: 0 5px;
            }

            .mainArtigo .artigoUtils .autor_data .data {
                font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            }

.detalhe ul.detalheSocialShares {
    height: 46px;
}

    .detalhe ul.detalheSocialShares li {
        float: left;
        margin-right: 15px;
        margin-top: 10px;
        position: relative;
        font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #A0A4A4;
        font-size: 11px;
        height: 30px;
        line-height: 24px;
    }

        .detalhe ul.detalheSocialShares li.socialShare {
            padding-left: 30px;
        }

        .detalhe ul.detalheSocialShares li .partilheTit {
            font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #7B8383;
            font-size: 10px;
            text-transform: uppercase;
        }

        .detalhe ul.detalheSocialShares li a {
            color: #A0A4A4;
            text-decoration: none;
        }

            .detalhe ul.detalheSocialShares li a:active, .detalhe ul.detalheSocialShares li a:focus {
                text-decoration: none;
            }

        .detalhe ul.detalheSocialShares li .icon-facebook, .detalhe ul.detalheSocialShares li .icon-twitter, .detalhe ul.detalheSocialShares li .icon-whatsapp_ {
            color: #ffffff;
            background: #A1A4A4;
            display: block;
            width: 30px;
            height: 30px;
            text-decoration: none;
            font-size: 18px;
            line-height: 32px;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .detalhe ul.detalheSocialShares li .icon-facebook {
            background: #356FC5;
        }

        .detalhe ul.detalheSocialShares li .icon-twitter {
            background: #47B3E7;
        }

        .detalhe ul.detalheSocialShares li .icon-envelope {
            color: #ffffff;
            background: #A1A4A4;
            display: block;
            width: 30px;
            height: 30px;
            text-decoration: none;
            font-size: 26px;
            line-height: 30px;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .detalhe ul.detalheSocialShares li .partilharSep {
            width: 1px;
            height: 18px;
            background: #ED1C24;
            position: absolute;
            left: 0;
            top: 2px;
        }

        .detalhe ul.detalheSocialShares li .icon-envelope {
            color: #ffffff;
            background: #A1A4A4;
            display: block;
            width: 30px;
            height: 30px;
            text-decoration: none;
            font-size: 26px;
            line-height: 30px;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .detalhe ul.detalheSocialShares li .icon-star {
            color: #ffffff;
            background: #A1A4A4;
            display: block;
            width: 30px;
            height: 30px;
            text-decoration: none;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .detalhe ul.detalheSocialShares li .icon-star_fill {
            color: #ffffff;
            background: #ED1C24;
            display: block;
            width: 30px;
            height: 30px;
            text-decoration: none;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .detalhe ul.detalheSocialShares li.addFav {
            width: 20px;
        }

        .detalhe ul.detalheSocialShares li.comentar {
            width: 24px;
            margin-left: 10px;
        }

        .detalhe ul.detalheSocialShares li .numCom {
            display: block;
            width: 32px;
            z-index: 10;
            text-align: center;
            position: absolute;
            left: 0;
            top: 2px;
            color: #ffffff;
            font-size: 14px;
        }

        .detalhe ul.detalheSocialShares li .icon-baloon_fill {
            font-size: 44px;
            position: absolute;
            left: 0;
            top: -6px;
            z-index: 9;
        }

        .detalhe ul.detalheSocialShares li .icon-share, .detalhe ul.detalheSocialShares li .icon-print {
            color: #A1A4A4;
            font-size: 32px;
            margin-left: 6px;
        }

.detalhe .mainPub {
    border-top: none;
    border-bottom: none;
    text-align: center;
    padding: 5px 0 15px 0;
    margin-bottom: 45px;
    background-color: #F7F7F7;
}

.multimediaTopo {
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
}

.multimediaInside {
}

    .multimediaTopo:after, .multimediaInside:after {
        content: "";
        display: block;
        clear: both;
    }

    .multimediaTopo figure, .multimediaInside figure {
        margin-bottom: 5px;
        text-align: center;
    }

        .multimediaInside figure img {
            margin: 0 auto;
        }

.multimediaTopo .multimedialegenda {
    display: block;
    float: left;
    width: 60%;
    font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #7B8383;
    font-size: 12px;
    line-height: 14px;
    padding-left: 15px;
}

.multimediaTopo .multimediacredito {
    display: block;
    float: right;
    width: 30%;
    font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #7B8383;
    font-size: 12px;
    text-align: right;
    padding-right: 15px;
}

.multimediaInside .multimedialegenda {
    display: block;
    float: left;
    width: 60%;
    font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #7B8383;
    font-size: 12px;
    line-height: 14px;
}

.multimediaInside .multimediacredito {
    display: block;
    float: right;
    width: 30%;
    font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #7B8383;
    font-size: 12px;
    text-align: right;
}

.textoDetalhe {
    margin-bottom: 45px;
}

    /*  .textoDetalhe p, .showLerMais {
        font-size: 18px;
        line-height: 1.5;
        color: #1F1F1F;
        font-family: 'GlosaTextRoman', 'Times New Roman', Times, serif;
        padding-bottom: 25px;
    }*/

    .textoDetalhe p, .showLerMais {
        font-size: inherit;
        line-height: 1.5;
        color: #1f1f1f;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        padding-bottom: 25px;
    }


        .textoDetalhe p a {
            color: #EB1924;
            font-family: 'GlosaTextBold', 'Times New Roman', Times, serif;
            text-decoration: underline;
        }

    .textoDetalhe h3 {
        font-family: 'GlosaTextBold', 'Times New Roman', Times, serif;
        font-size: 18px;
    }


.multimediaInside figure .multimediaInsideInfoBG {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 380px;
    height: 42px;
    z-index: 1;
    background: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.multimediaInside figure .multimediaInsideInfo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 380px;
    height: 42px;
    z-index: 2;
}

.multimediaInside figure .tipo_conteudo02_vermelho {
    z-index: 3;
}

.multimediaInside figure .multimediaInsideTipo {
    position: absolute;
    color: #9DA3A4;
    font-family: 'Roboto-Bold', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    left: 8px;
    top: 8px;
}

.multimediaInside figure .multimediaInsideNumber {
    position: absolute;
    color: #FFFFFF;
    font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    left: 8px;
    top: 19px;
}

.multimediaInside figure .multimediaInsideTitle {
    border-left: 1px solid #8D8986;
    padding-left: 15px;
    font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
    font-size: 15px;
    line-height: 16px;
    color: #ffffff;
    position: absolute;
    left: 80px;
    top: 6px;
    width: 280px;
    min-height: 30px;
}

.relatedMultimedia .ultimas_LD {
    margin-top: 10px;
}

.relatedMultimedia .destaque_small {
    padding-bottom: 0;
    margin-bottom: 15px;
}

    .relatedMultimedia .destaque_small:after {
        content: "";
        clear: both;
        display: block;
    }

    .relatedMultimedia .destaque_small figure {
        float: left;
        width: 120px;
        margin-right: 15px;
    }

    .relatedMultimedia .destaque_small h3 {
        font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
        font-size: 14px;
        line-height: 14px;
    }

.relatedMultimedia .relatedType {
    display: inline-block;
    background: #ED1C24;
    color: #ffffff;
    font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 4px;
}


aside.textStatement {
    width: 810px;
    margin: 25px 0 45px -100px;
}

    aside.textStatement .textStatement_speach {
        font-style: italic;
        color: #A0A4A4;
        display: block;
        font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
        font-size: 32px;
        line-height: 32px;
    }

    aside.textStatement .lead {
        font-size: 14px;
        line-height: 16px;
        padding-top: 5px;
        margin-bottom: 0;
    }

.lerMais {
    width: 100%;
    height: 150px;
    position: relative;
    margin-top: -150px;
    margin-bottom: 42px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.showLerMais {
    display: none;
}

.bt_shapes_vermelho {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: -40px;
    padding: 0 6px;
    height: 36px;
    color: #ffffff;
}

    .bt_shapes_vermelho:after {
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-left: 11px solid #ED1C24;
        border-bottom: 18px solid transparent;
        position: absolute;
        right: -5px;
        top: 0;
        display: block;
        content: "";
    }

    .bt_shapes_vermelho .shapeTit {
        background: #ED1C24;
        height: 36px;
        line-height: 23px;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 11px;
        font-family: Roboto-Bold, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: inline-block;
        padding: 6px 12px;
    }

    .bt_shapes_vermelho:before {
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-right: 11px solid #ED1C24;
        border-bottom: 18px solid transparent;
        position: absolute;
        left: -5px;
        top: 0;
        display: block;
        content: "";
    }

.emotions {
    position: relative;
    height: 38px;
    margin: 30px 0 90px 0;
}

    .emotions .sep {
        position: absolute;
        left: 0;
        top: -25px;
        height: 2px;
        width: 100%;
        background: #A2A5A5;
    }



    .emotions ul {
        float: right;
    }

        .emotions ul:after {
            content: "";
            display: block;
            clear: both;
        }

        .emotions ul li {
            float: left;
            margin-left: 15px;
            width: 38px;
            height: 38px;
            background: url(/Img/faces.png) no-repeat scroll;
            position: relative;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            overflow: hidden;
        }

            .emotions ul li a {
                width: 38px;
                height: 38px;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 10;
            }

            .emotions ul li .nivel {
                width: 36px;
                display: block;
                position: absolute;
                left: 1px;
                bottom: 0;
                z-index: 1;
                background: rgba(237,28,36,0.15);
            }

            .emotions ul li.emotion_zangado {
                background-position: 0 0;
            }

            .emotions ul li.emotion_triste {
                background-position: 0 -39px;
            }

            .emotions ul li.emotion_baralhado {
                background-position: 0 -79px;
            }

            .emotions ul li.emotion_maroto {
                background-position: 0 -119px;
            }

            .emotions ul li.emotion_feliz {
                background-position: 0 -159px;
            }

    .emotions .percentagemNivel {
        position: relative;
        border-bottom: 1px solid #FFD4DE;
        border-top: 1px solid #FFD4DE;
        padding: 4px 0 5px 0;
        float: right;
        width: 250px;
        margin-top: 8px;
        height: 25px;
    }

        .emotions .percentagemNivel ul li {
            background: none;
            overflow: inherit;
            text-align: center;
            font-size: 12px;
            color: #28311F;
            font-family: Roboto-Bold, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

            .emotions .percentagemNivel ul li:first-child {
                margin-left: 0;
            }

    .emotions .percentagemNivelSeta {
        position: absolute;
        left: 50%;
        top: -12px;
        margin-left: -3px;
    }

        .emotions .percentagemNivelSeta:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 3px solid #FFD4DE;
        }

    .emotions .percentagemNivel ul li .nivel_insatisfeito {
        position: absolute;
        left: 0;
        top: 26px;
        text-align: left;
        font-family: Roboto-Light, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #666666;
        width: 60px;
        font-size: 11px;
        line-height: 12px;
    }

    .emotions .percentagemNivel ul li .nivel_satisfeito {
        position: absolute;
        right: 0;
        top: 26px;
        text-align: right;
        font-family: Roboto-Light, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #666666;
        width: 60px;
        font-size: 11px;
        line-height: 12px;
    }

#emojisResult h3 {
    font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
    color: #181818;
    font-size: 24px;
    display: block;
    text-align: center;
    padding: 15px 0;
}

#emojisResult .emotions {
    height: inherit;
    margin: 30px auto 90px auto;
    width: 265px;
}

#emojisResult .numeroPessoas {
    font-family: Roboto-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #777777;
    font-size: 24px;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
    text-transform: uppercase;
}

    #emojisResult .numeroPessoas strong {
        color: #ED1C24;
    }

.detalhe #emojisResult .mainPub {
    margin-bottom: 0;
    margin-top: 15px;
}












.comentariosMain {
    padding-bottom: 45px;
}

    .comentariosMain .comentarioVoted {
        background: #FEEDEE;
        padding: 10px;
        margin: 8px 0;
        position: relative;
        padding-bottom: 40px;
    }

        .comentariosMain .comentarioVoted .tit, .comentariosMain .comentariosZone .tit {
            font-family: Roboto-Bold, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 14px;
            color: #211F1F;
            text-transform: uppercase;
        }

        .comentariosMain .comentarioVoted .writeCom {
            position: absolute;
            bottom: 10px;
            right: 10px;
            font-family: Roboto-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 10px;
            text-transform: uppercase;
            color: #A0A4A4;
        }

            .comentariosMain .comentarioVoted .writeCom span.glyphicon-chevron-right {
                font-size: 10px;
                vertical-align: text-top;
                margin-right: 2px;
                color: #ED1C24;
            }

    .comentariosMain .comentariosFinal {
        height: 6px;
        background: #F2F2F2;
    }

    .comentariosMain .btShow_comentarios {
        background: #F2F2F2;
        position: relative;
        cursor: pointer;
        text-align: center;
        height: 60px;
        margin-top: 35px;
    }

    .comentariosMain .btComentarios_close {
        background: #F2F2F2;
        position: relative;
        cursor: pointer;
        text-align: center;
        height: 60px;
        margin-top: 55px;
    }

        .comentariosMain .btShow_comentarios:after, .comentariosMain .btComentarios_close:after {
            content: "";
            display: block;
            clear: both;
        }

        .comentariosMain .btShow_comentarios .comentariosNumber, .comentariosMain .btComentarios_close .comentariosNumber {
            display: inline-block;
            position: relative;
            width: 220px;
            height: 38px;
            margin-top: 5px;
        }

            .comentariosMain .btShow_comentarios .comentariosNumber .numCom, .comentariosMain .btComentarios_close .comentariosNumber .numCom {
                display: block;
                width: 34px;
                z-index: 10;
                text-align: center;
                position: absolute;
                left: 0;
                top: 11px;
                color: #ffffff;
                font-size: 15px;
            }

            .comentariosMain .btShow_comentarios .comentariosNumber .icon-baloon_fill {
                color: #A1A4A4;
                font-size: 50px;
                position: absolute;
                left: 0;
                top: 0px;
                z-index: 9;
            }

            .comentariosMain .btShow_comentarios .comentariosNumber .verTodosComentarios, .comentariosMain .btComentarios_close .comentariosNumber .verTodosComentarios {
                display: inline-block;
                color: #717474;
                text-transform: uppercase;
                font-size: 12px;
                font-family: Roboto-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                margin-left: 40px;
                padding-top: 16px;
            }

    .comentariosMain .btShow_comentarios .triangle {
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        bottom: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #F2F2F2;
    }

    .comentariosMain .btComentarios_close .triangle {
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        top: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #F2F2F2;
    }



ul.comentarioItens li {
    position: relative;
    padding-bottom: 30px;
    margin: 10px 0;
}

    ul.comentarioItens li .userPost {
        margin-bottom: 20px;
    }

        ul.comentarioItens li .userPost .userPostTit {
            display: block;
            font-size: 13px;
            font-family: 'Guardian Egyp-Regular', Georgia, Times, serif;
        }

            ul.comentarioItens li .userPost .userPostTit span {
                color: #ED1C24;
            }

        ul.comentarioItens li .userPost .userPostFB {
            color: #5890FF;
            display: block;
            font-size: 11px;
            font-family: Roboto-Bold, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        ul.comentarioItens li .userPost .userPostDate {
            color: #717474;
            display: block;
            font-size: 11px;
            font-family: Roboto-Light, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding-top: 5px;
        }

    ul.comentarioItens li .infoPost {
        line-height: 1.2;
    }

        ul.comentarioItens li .infoPost span {
            font-family: 'GlosaTextRoman', 'Times New Roman', Times, serif;
            color: #221F1F;
            font-size: 14px;
            font-weight: bold;
        }

.comentarioVoted ul.comentarioItens li {
    padding-bottom: 0;
}

    .comentarioVoted ul.comentarioItens li .infoPost span {
        font-style: italic;
    }

ul.comentarioItens .comentariosUtils {
    border-bottom: 1px solid #D0D1D1;
    border-top: 1px solid #D0D1D1;
    padding: 5px 0;
    text-align: right;
    margin-top: 15px;
    text-align: left;
}


    ul.comentarioItens .comentariosUtils .btResponder {
        font-family: Roboto-Medium, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding-right: 30px;
        font-size: 10px;
        color: #798383;
        position: relative;
        display: inline-block;
        height: 24px;
        line-height: 25px;
        margin-right: 20px;
    }

        ul.comentarioItens .comentariosUtils .btResponder .icon-baloon_fill {
            font-size: 18px;
            line-height: 24px;
            color: #ffffff;
            width: 24px;
            height: 24px;
            text-align: center;
            background: #A1A4A4;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            right: 0;
            top: 0;
        }

    ul.comentarioItens .comentariosUtils .btVotes {
        display: inline-block;
        margin-right: 20px;
        font-family: Roboto-Medium, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 10px;
        color: #798383;
    }

    ul.comentarioItens .comentariosUtils .btRound {
        color: #ffffff;
        background: #A1A4A4;
        position: relative;
        display: inline-block;
        height: 24px;
        width: 24px;
        text-align: center;
        line-height: 25px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        ul.comentarioItens .comentariosUtils .btRound .icon-thumbs_up {
            font-size: 17px;
            line-height: 22px;
        }

        ul.comentarioItens .comentariosUtils .btRound .icon-facebook, ul.comentarioItens .comentariosUtils .btRound .icon-twitter {
            font-size: 12px;
            line-height: 22px;
        }

        ul.comentarioItens .comentariosUtils .btRound .icon-thumbs_up.down:before {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            display: inline-block;
        }


        ul.comentarioItens .comentariosUtils .btRound.alertar {
            margin-right: 10px;
        }


.comentariosZone {
    display: none;
    padding-top: 45px;
}



    .comentariosZone .comentNav {
        padding-bottom: 5px;
        margin-bottom: 35px;
        border-bottom: 1px solid #D0D1D1;
        overflow: hidden;
    }

    .comentariosZone .comentTabs {
        margin-top: 15px;
    }

        .comentariosZone .comentTabs li {
            float: left;
            border-right: 1px solid #ED1C24;
            padding-right: 10px;
            margin-right: 10px;
            text-transform: uppercase;
            font-size: 13px;
            font-family: Roboto-Medium, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

            .comentariosZone .comentTabs li a {
                color: #A0A4A4;
                text-decoration: none;
            }

                .comentariosZone .comentTabs li a:active, .comentariosZone .comentTabs li a:focus {
                    text-decoration: none;
                }

            .comentariosZone .comentTabs li.active a {
                color: #201F1F;
            }

            .comentariosZone .comentTabs li:last-child {
                border-right: none;
                margin-right: 0;
                padding-right: 0;
            }

    .comentariosZone .infoText {
        font-size: 12px;
        color: #AAAAAA;
        font-family: Roboto-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

.bt_login-logout {
    display: inline-block;
    width: auto;
    margin-left: 4px;
    padding: 2px 12px;
    background: #ED1C24;
    color: #ffffff !important;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.comentariosZone .comentarInputs {
    padding: 25px 0;
}

    .comentariosZone .comentarInputs input.comentarFirst {
        padding: 8px;
        border: 1px solid #A1A4A4;
        width: 100%;
        height: 38px;
        color: #1F1F1F;
        font-family: GlosaTextRoman, 'Times New Roman', Times, serif;
        font-size: 16px;
    }

    .comentariosZone .comentarInputs ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #1F1F1F;
    }

    .comentariosZone .comentarInputs ::-moz-placeholder { /* Firefox 19+ */
        color: #1F1F1F;
    }

    .comentariosZone .comentarInputs :-ms-input-placeholder { /* IE 10+ */
        color: #1F1F1F;
    }

    .comentariosZone .comentarInputs :-moz-placeholder { /* Firefox 18- */
        color: #1F1F1F;
    }

.inputsAfter {
    display: none;
    padding-bottom: 20px;
    border-bottom: 6px solid #F2F2F2;
}

    .inputsAfter label {
        display: block;
        padding-bottom: 2px;
        margin: 15px 0 0 0;
        font-family: GlosaTextRoman, 'Times New Roman', Times, serif;
        color: #1F1F1F;
        font-size: 14px;
    }

    .inputsAfter .writeComent {
        width: 100%;
        height: 120px;
        font-family: GlosaTextRoman, 'Times New Roman', Times, serif;
        font-size: 13px;
        color: #1F1F1F;
        background-color: #ffffff;
        border: 1px solid #A1A4A4;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .inputsAfter .nome {
        padding: 8px;
        border: 1px solid #A1A4A4;
        width: 100%;
        height: 38px;
        color: #1F1F1F;
        font-family: GlosaTextRoman, 'Times New Roman', Times, serif;
        font-size: 16px;
    }

    .inputsAfter .localidade {
        width: 100%;
        float: none;
    }

    .inputsAfter .email {
        width: 100%;
        float: none;
    }

    .inputsAfter .infoText {
        font-size: 11px;
        line-height: 12px;
        color: #AAAAAA;
        display: block;
        padding-top: 15px;
        font-family: Roboto-Light, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .inputsAfter .checkAnonino {
        float: right;
        height: 30px;
    }

        .inputsAfter .checkAnonino label {
            display: inline-block;
            font-family: Roboto-Light, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 11px;
            color: #AAAAAA;
            margin: 0;
        }

input[type="checkbox"] {
    margin-top: 15px;
}

.comentarioResposta {
    margin: 25px 0 25px 25px;
    padding-left: 20px;
    border-left: 3px solid #E6E6E6;
    position: relative;
}

    .comentarioResposta:after {
        clear: both;
        content: "";
        display: block;
    }

    .comentarioResposta .userPost {
        left: 20px !important;
    }

.comentariosZone .bt_shapes_vermelho {
    bottom: 0;
}

.detalhe .tab-content .ultimas_noticias {
    padding-top: 30px;
}

.detalhe .ultimas_noticias ul li .ultimas_noticias_date {
    font-size: 36px;
    font-family: "Guardian Egyp-Light", 'Times New Roman', Times, serif;
    background: #ffffff;
    color: #A1A5A5;
    top: 8px;
}

.detalhe .ultimas_noticias ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #CFD2D2;
    margin-bottom: 20px;
}

    .detalhe .ultimas_noticias ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .detalhe .ultimas_noticias ul li span.top_link {
        font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
        display: block;
        font-size: 17px;
        margin-bottom: 4px;
    }

    .detalhe .ultimas_noticias ul li span.top_sublink {
        color: #7A7979;
        display: block;
        font-size: 13px;
    }

.detalhe .tops .tab-content {
    border-top: 1px solid #CFD2D2;
    margin-top: -11px;
}

.detalhe .tops .nav-tabs {
    margin-left: 15px;
}


.detalhe .palavrasChave .ultimas_noticias {
    text-align: left;
}

.detalhe .palavrasChave .detalheTags {
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid #E3E4E4;
    padding: 2px 10px 2px 16px;
    position: relative;
    color: #636262;
    font-size: 11px;
    font-family: Roboto-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

    .detalhe .palavrasChave .detalheTags.activeAlert {
        background: #E3E4E4;
    }

    .detalhe .palavrasChave .detalheTags:hover {
        background: #f4f4f4;
    }

    .detalhe .palavrasChave .detalheTags span {
        position: absolute;
        left: 6px;
        top: 2px;
        color: #A1A4A4;
        line-height: 16px;
        font-size: 24px;
        font-family: Roboto-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .detalhe .palavrasChave .detalheTags.activeAlert span {
        color: #ED1C24;
    }

.detalhe section.otherArtigo .ultimas_noticias ul li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'GlosaTextBold', 'Times New Roman', Times, serif;
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
}

    .detalhe section.otherArtigo .ultimas_noticias ul li .ultimas_noticias_date {
        display: inline-block;
        padding: 0 4px;
        font-size: 10px;
        font-family: GlosaTextRoman, 'Times New Roman', Times, serif;
        background: #E6E6E6;
        color: #A1A5A5;
        text-decoration: none;
        position: absolute;
        left: 0;
        top: 2px;
    }

.outrasDetalhe .destaque_small {
    padding-bottom: 0;
}

.outrasDetalhe article figure {
    float: left;
    width: 120px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.outrasDetalhe .mainPub {
    margin-top: 28px;
}

.detalhe header .header h3, .detalhe header .header ul.detalheSocialShares {
    display: none;
}

.detalhe ul.detalheSocialShares li:first-child, .detalhe ul.detalheSocialShares li:last-child, .detalhe ul.detalheSocialShares .shareNumber, .detalhe ul.detalheSocialShares .socialSep {
    display: none;
}

.textoDetalhe aside.pull-left {
    float: none !important;
}

.textoDetalhe aside {
    width: 290px;
    margin: 25px auto 45px auto;
}

.multimediaInside figure .multimediaInsideInfo, .multimediaInside figure .multimediaInsideInfoBG {
    width: 270px;
}

.multimediaInside figure .multimediaInsideTitle {
    width: 200px;
}

aside.textStatement {
    width: 290px;
}

.popGalleria {
    position: relative;
}

    .popGalleria .glyphicon-remove-circle {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 32px;
        color: #999999;
    }

body.popGalleria {
    padding-top: 36px;
    background: #242F33;
}

    body.popGalleria h1 {
        position: absolute;
        left: 10px;
        top: -40px;
        display: block;
        width: 50px;
        height: 24px;
        z-index: 10;
        text-align: center;
    }

        body.popGalleria h1 a {
            width: 50px;
            height: 24px;
            display: block;
            overflow: hidden;
        }

            body.popGalleria h1 a .icon-logo_cm_small {
                font-size: 66px;
                line-height: 23px !important;
                color: #ffffff;
                width: 50px;
                height: 24px;
                display: block;
                overflow: hidden;
            }

                body.popGalleria h1 a .icon-logo_cm_small:before {
                    width: 50px;
                    height: 24px;
                    display: block;
                    overflow: hidden;
                }

.videoDesc {
    margin-bottom: 35px;
}

    .videoDesc h2 {
        color: #fff;
        display: block;
        font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
        font-size: 26px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .videoDesc span {
        display: block;
        font-size: 16px;
        line-height: 18px;
        font-family: 'GlosaTextRoman', 'Times New Roman', Times, serif;
        color: #e5e5e5;
    }

.multimediaItem {
    margin-top: 40px;
}

.multimediaTopo.fotoGaleria {
}

.typeVideo .multimediaInside .multimedialegenda {
    width: 96%;
}

.typeVideo .multimediaInside .multimediacredito {
    display: none;
}

.typeVideo .multimediaInside figure .multimediaInsideTitle {
    left: 48px;
}

.nav_video_destaque {
    margin-bottom: 5px;
    text-align: center;
}

    .nav_video_destaque .slick-dots, .boavidaBloco .slick-dots {
        bottom: -30px;
        width: 100%;
    }

    .nav_video_destaque article {
        margin: 0 5px;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
        text-align: left;
    }

        .nav_video_destaque article:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

        .nav_video_destaque article figure {
            position: relative;
        }

            .nav_video_destaque article figure .info {
                position: absolute;
                left: 4px;
                bottom: 4px;
                font-family: Roboto-Bold, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                font-size: 10px;
                line-height: 10px;
                color: #666666;
                padding: 2px;
                background: #ffffff;
            }

        .nav_video_destaque article.slick-current.slick-active {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

        .nav_video_destaque article figure .info.nowPlaying {
            background: #ED1C24;
            color: #ffffff;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70);
            opacity: .70;
            text-transform: uppercase;
            padding: 2px 4px;
        }

        .nav_video_destaque article figure .info span.icon-video {
            font-size: 10px;
            margin-right: 2px;
            color: #ED1C24;
        }

        .nav_video_destaque article h3 {
            display: block;
            font-family: 'Guardian Egyp-Regular', Georgia, Times, serif;
            font-size: 14px;
            line-height: 14px;
            color: #221F1F;
        }

    .nav_video_destaque.slick-initialized {
        width: 96%;
        margin: 10px auto 60px auto;
        padding-bottom: 10px;
        border-bottom: 1px solid #CFD2D2;
    }

.video_destaque article.active.playingVideo {
    position: fixed !important;
    top: 100px !important;
    height: 168.75px !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    float: none !important;
    left: auto !important;
    z-index: 999 !important;
}

.video_destaque .slick-list.playingVideo {
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}

.videoContainer {
    position: relative;
    height: 100%;
    /*min-height: 420px;*/
    overflow: hidden;
}

/*.videoContainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/

.nav_video_destaque .slick-prev .icon-arrow_left, .nav_video_destaque .slick-next .icon-arrow_right {
    font-size: 22px;
    color: #A2A5A5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.nav_video_destaque .slick-prev:hover .icon-arrow_left, .nav_video_destaque .slick-next:hover .icon-arrow_right {
    color: #EC1B23;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.relatedVideosTit {
    display: block;
    margin: 15px 0 2px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #CFD2D2;
    font-family: Roboto-Bold, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    line-height: 11px;
    color: #666666;
    text-transform: uppercase;
}

.emotions .context {
    display: block;
    text-align: right;
    font-size: 11px;
    font-family: Roboto-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #666666;
    padding-bottom: 10px;
    padding-right: 60px;
}

.galleria-theme-classic .galleria-counter {
    left: 10px;
    padding: 8px;
    background: #000000;
}

.galleriaPop .mainPub > p {
    color: #cccccc;
}

.mainPub {
    margin-top: 75px;
    margin-bottom: 0;
}

.textoDetalhe .perguntaLista {
    position: relative;
    background: #f1f1f1;
    padding: 15px;
    border-bottom: 6px solid #e5e5e5;
}

#resultadoVotacao .perguntaLista {
    position: relative;
}

    .textoDetalhe .perguntaLista .titPergunta, #resultadoVotacao .perguntaLista .titPergunta {
        color: #221F1F;
        font-size: 20px;
        line-height: 22px;
        font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
        display: block;
        margin-bottom: 15px;
    }

    .textoDetalhe .perguntaLista label, #resultadoVotacao .perguntaLista label {
        display: inline-block;
        margin: 0 0 0 6px;
        font-weight: normal;
        font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
    }

    .textoDetalhe .perguntaLista input[type="radio"], #resultadoVotacao .perguntaLista input[type="radio"] {
        vertical-align: middle;
        margin: 0;
    }

    .textoDetalhe .perguntaLista button.btn, #resultadoVotacao .perguntaLista button.btn {
        border-radius: 0;
        padding: 8px 25px;
        background: #ED1C24;
        color: #ffffff;
        font-family: 'Roboto-Bold', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        margin: 20px 0;
    }

        .textoDetalhe .perguntaLista button.btn:hover, #resultadoVotacao .perguntaLista button.btn:hover {
            color: #ffffff;
        }

    .textoDetalhe .perguntaLista .resposta, #resultadoVotacao .perguntaLista .resposta {
        margin: 25px 0;
        padding-right: 10px;
    }

        .textoDetalhe .perguntaLista .resposta .graphPergunta_opcao, #resultadoVotacao .perguntaLista .resposta .graphPergunta_opcao {
            float: left;
            color: #656262;
            font-size: 12px;
            font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding-bottom: 2px;
        }

        .textoDetalhe .perguntaLista .resposta .graphPergunta_resultado, #resultadoVotacao .perguntaLista .resposta .graphPergunta_resultado {
            float: right;
            color: #656262;
            font-size: 12px;
            font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding-bottom: 2px;
        }

        .textoDetalhe .perguntaLista .resposta .graphPergunta_main, #resultadoVotacao .perguntaLista .resposta .graphPergunta_main {
            background: #FEEDEE;
            position: relative;
            height: 8px;
        }

            .textoDetalhe .perguntaLista .resposta .graphPergunta_main .graphPergunta_value, #resultadoVotacao .perguntaLista .resposta .graphPergunta_main .graphPergunta_value {
                margin-top: 2px;
                background: #EC1B24;
                position: absolute;
                height: 8px;
                left: 0;
                top: -2px;
            }

.textoDetalhe .msgObg {
    padding-right: 15px;
    font-size: 13px;
    font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.textoDetalhe .perguntaLista button.btn.btCinza {
    display: inline-block;
    background: #868A8A;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto-Medium', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    margin-top: 10px;
}

.imgTextLeft, .imgTextRight, .imgText {
    float: none;
    clear: both;
    margin: 25px 0;
    display: table;
}

    .imgTextLeft .legendaecredito, .imgTextRight .legendaecredito {
        display: table-caption;
        caption-side: bottom;
    }


    .imgTextLeft .multimedialegenda, .imgTextRight .multimedialegenda {
        font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 11px;
        line-height: 12px;
        color: #7B8383;
        margin: 2px 0 8px 0;
        display: block;
    }

    .imgTextLeft .multimediacredito, .imgTextRight .multimediacredito {
        font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 11px;
        line-height: 12px;
        color: #7B8383;
        display: block;
    }

#resultadoVotacao .titPergunta {
    color: #221F1F;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
    display: block;
    margin-bottom: 15px;
}

.detalhe .textoDetalhe img {
    width: 100% !important;
    height: auto !important;
}


.relacionadasDetalhe {
    margin-top: 30px;
    position: relative;
    border-top: 1px solid #A0A6A6;
}

    .relacionadasDetalhe .destaque_fotoTop .destaque_fotoTop_text {
        padding-bottom: 8px;
    }

    .relacionadasDetalhe .destaque_fotoTop h3 {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 0;
    }


section.newsletter {
    width: 100%;
    height: auto;
    background: url(/Img/bgNewsletter.jpg) no-repeat right top scroll #DDDCDA;
}

    section.newsletter .newsInfo {
        float: none;
        width: 100%;
        padding-left: 0px;
        padding-bottom: 0;
    }

        section.newsletter .newsInfo .lead {
            margin-bottom: 5px;
        }

    section.newsletter .newsSubs {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

.detalhe header .headerDetalhe ul.detalheSocialShares {
    display: block;
    margin: 8px 12px 0 0;
}

    .detalhe header .headerDetalhe ul.detalheSocialShares li .partilheTit {
        color: #ffffff;
    }

    .detalhe header .headerDetalhe ul.detalheSocialShares li a {
        color: #ffffff;
    }

        .detalhe header .headerDetalhe ul.detalheSocialShares li a:hover {
            color: #ffffff !important;
        }

    .detalhe header .headerDetalhe ul.detalheSocialShares li .icon-facebook {
        color: #333333;
        background: #ffffff;
    }

    .detalhe header .headerDetalhe ul.detalheSocialShares li .icon-twitter {
        color: #333333;
        background: #ffffff;
    }

    .detalhe header .headerDetalhe ul.detalheSocialShares li .icon-whatsapp_ {
        color: #333333;
        background: #ffffff;
    }

    .detalhe header .headerDetalhe ul.detalheSocialShares li .icon-baloon_fill {
        color: #ffffff;
    }

    .detalhe header .headerDetalhe ul.detalheSocialShares li .numCom {
        color: #333C41;
    }

.detalhe .headerDetalhe ul.detalheSocialShares {
    float: right;
    height: 30px;
}

    .detalhe .headerDetalhe ul.detalheSocialShares li {
        margin-left: 7px;
        margin-right: 0;
        margin-top: 0;
    }

        .detalhe .headerDetalhe ul.detalheSocialShares li .icon-facebook, .detalhe .headerDetalhe ul.detalheSocialShares li .icon-twitter {
            width: 30px;
            height: 30px;
            font-size: 17px;
            line-height: 31px;
        }

        .detalhe .headerDetalhe ul.detalheSocialShares li .icon-whatsapp_ {
            width: 30px;
            height: 30px;
            font-size: 24px;
            line-height: 30px;
        }

        .detalhe .headerDetalhe ul.detalheSocialShares li .icon-mais {
            color: #333333 !important;
            background: #ffffff;
            display: block;
            width: 30px;
            height: 30px;
            text-decoration: none;
            font-size: 26px;
            line-height: 30px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            font-family: Roboto-Light, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        }

            .detalhe .headerDetalhe ul.detalheSocialShares li .icon-mais:focus {
                color: #333333 !important;
            }

        .detalhe .headerDetalhe ul.detalheSocialShares li .icon-envelope {
            width: 22px;
            height: 22px;
            font-size: 18px;
            line-height: 22px;
        }

        .detalhe .headerDetalhe ul.detalheSocialShares li .numCom {
            width: 22px;
            left: 0;
            top: -1px;
            font-size: 10px;
        }

        .detalhe .headerDetalhe ul.detalheSocialShares li .icon-baloon_fill {
            font-size: 32px;
            left: 0;
            top: -4px;
        }

        .detalhe .headerDetalhe ul.detalheSocialShares li .icon-star,
        .detalhe .headerDetalhe ul.detalheSocialShares li .icon-star_fill {
            font-size: 13px;
        }

        .detalhe .headerDetalhe ul.detalheSocialShares li .icon-share, .detalhe .headerDetalhe ul.detalheSocialShares li .icon-print {
            margin-left: 0;
            font-size: 24px;
        }

section.subCanais_bar {
    transition: top 0.2s ease-in-out;
}

section.subCanais_bar {
    transition: top 0.2s ease-in-out;
}

section.topoDetalhe {
    transition: top 0.2s ease-in-out;
}

section.subCanais_bar.esconde-down {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
}

section.topoDetalhe.esconde-down {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
}

section.subCanais_bar.mostra-up {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 48px;
}

section.topoDetalhe.mostra-up {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 91px;
}

@media (max-width: 991px) {
    .blocoOutrasCofina {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* ===========   MEDIA QUERIES   =========== */
@media (min-width: 768px) {

    .detalhe header h2 {
        font-size: 32px;
        display: inline-block;
        margin: 7px -80px 0 0;
        position: relative;
        top: auto;
        left: auto;
    }

        .detalhe header h2.sr-only {
            display: none;
        }

    .detalhe header .headerDetalhe h2 {
        display: block;
        float: left;
        position: relative;
        font-size: 13px;
        font-family: Roboto-Medium, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 19px 12px 0 12px;
    }

        .detalhe header .headerDetalhe h2 a {
            color: #FABBBE;
        }

    .detalhe header .headerDetalhe h3 {
        display: block;
        float: left;
        font-family: 'Guardian Egyp-Bold', Georgia, Times, serif;
        font-size: 15px;
        line-height: 15px;
        color: #ffffff;
        font-size: 14px;
        margin-top: 18px;
        width: 310px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .detalhe header .headerDetalhe .header_utils {
        display: none;
    }


    .detalhe ul.detalheSocialShares {
        float: right;
        height: 22px;
    }

        .detalhe ul.detalheSocialShares li {
            margin-left: 15px;
            margin-right: 0;
            margin-top: 0;
        }

            .detalhe ul.detalheSocialShares li.socialShare {
                padding-left: 26px;
            }

            .detalhe ul.detalheSocialShares li .icon-facebook, .detalhe ul.detalheSocialShares li .icon-twitter {
                width: 22px;
                height: 22px;
                font-size: 12px;
                line-height: 24px;
            }

            .detalhe ul.detalheSocialShares li .icon-envelope {
                width: 22px;
                height: 22px;
                font-size: 18px;
                line-height: 22px;
            }

            .detalhe ul.detalheSocialShares li .icon-star, .detalhe ul.detalheSocialShares li .icon-star_fill {
                width: 22px;
                height: 22px;
                font-size: 12px;
                line-height: 24px;
            }

            .detalhe ul.detalheSocialShares li .numCom {
                width: 22px;
                left: 0;
                top: -1px;
                font-size: 10px;
            }

            .detalhe ul.detalheSocialShares li .icon-baloon_fill {
                font-size: 32px;
                left: 0;
                top: -4px;
            }

            .detalhe ul.detalheSocialShares li .icon-share, .detalhe ul.detalheSocialShares li .icon-print {
                margin-left: 0;
                font-size: 24px;
            }


    .textoDetalhe aside {
        width: 300px;
        margin: 2px 35px 15px -100px;
    }

    .multimediaInside figure .multimediaInsideInfo, .multimediaInside figure .multimediaInsideInfoBG {
        width: 280px;
    }

    .multimediaInside figure .multimediaInsideTitle {
        width: 200px;
    }

    aside.textStatement {
        width: 720px;
    }

    section.topoDetalhe article figure {
        display: block;
    }

    section.topoDetalhe article h3 {
        padding: 0 10px 0 90px;
    }

    section.topoDetalhe article {
        min-height: 80px;
    }

    .mainArtigo h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .mainArtigo h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .mainArtigo .lead {
        font-size: 18px;
        line-height: 18px;
    }

    .mainArtigo {
        margin-top: 45px;
    }

    .detalhe header .headerDetalhe ul.detalheSocialShares {
        margin: 12px 12px 0 0;
    }

        .detalhe header .headerDetalhe ul.detalheSocialShares li .icon-facebook,
        .detalhe header .headerDetalhe ul.detalheSocialShares li .icon-twitter,
        .detalhe header .headerDetalhe ul.detalheSocialShares li .icon-envelope,
        .detalhe header .headerDetalhe ul.detalheSocialShares li .icon-star {
            color: #333C41;
            background: #ffffff;
        }


    .multimediaTopo {
        margin-bottom: 45px;
        margin-left: 0;
        margin-right: 0;
    }

        .multimediaTopo .multimedialegenda {
            padding-left: 0;
        }

        .multimediaTopo .multimediacredito {
            padding-right: 0;
        }

    .textoDetalhe {
        padding-left: 100px;
        margin-bottom: 45px;
    }

        .textoDetalhe aside.pull-left {
            float: left !important;
            clear: left;
        }

    .emotions .sep {
        top: 10px;
    }

    ul.comentarioItens li .userPost {
        width: 170px;
        position: absolute;
        top: 0;
        left: 0;
    }

    ul.comentarioItens li .infoPost {
        padding-left: 180px;
    }

    .comentariosMain .comentarioVoted {
        padding-bottom: 10px;
    }

        .comentariosMain .comentarioVoted .writeCom {
            top: 10px;
            right: 10px;
            bottom: auto;
        }

    .comentariosZone .comentTabs {
        float: right;
        margin-top: 0;
    }

    .inputsAfter .localidade {
        width: 48%;
        float: left;
    }

    .inputsAfter .email {
        width: 48%;
        float: right;
    }

    .comentarioResposta {
        margin: 25px 0 25px 100px;
    }

    ul.comentarioItens .comentariosUtils .btResponder {
        margin-right: 40px;
    }

    ul.comentarioItens .comentariosUtils .btVotes {
        margin-right: 40px;
    }

    ul.comentarioItens .comentariosUtils .btRound.alertar {
        margin-right: 40px;
    }

    ul.comentarioItens .comentariosUtils {
        text-align: right;
    }

    .outrasDetalhe article figure {
        width: 140px;
    }

    .outrasDetalhe .destaque_small h3 {
        font-size: 18px;
        line-height: 18px;
    }

    section.topoDetalhe {
        display: block;
    }

    .detalhe .subCanais_bar nav {
        max-width: 640px;
        width: auto;
    }

    .detalhe ul.detalheSocialShares li:first-child, .detalhe ul.detalheSocialShares li:last-child, .detalhe ul.detalheSocialShares .shareNumber, .detalhe ul.detalheSocialShares .socialSep {
        display: block;
    }

    .detalhe .headerDetalhe ul.detalheSocialShares li:first-child, .detalhe .headerDetalhe ul.detalheSocialShares li:last-child, .detalhe .headerDetalhe ul.detalheSocialShares .shareNumber, .detalhe .headerDetalhe ul.detalheSocialShares .socialSep {
        display: none;
    }

    .detalhe .headerDetalhe ul.detalheSocialShares li .icon-facebook, .detalhe .headerDetalhe ul.detalheSocialShares li .icon-twitter {
        width: 22px;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
    }


    .outrasDetalhe .mainPub {
        background: none;
    }

    .emotions .sep {
        left: 0;
    }

    .multimediaTopo .multimedialegenda {
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
    }

    .multimediaTopo .multimediacredito {
        font-size: 10px;
    }

    .multimediaInside .multimedialegenda {
        font-size: 10px;
        line-height: 12px;
    }

    .multimediaInside .multimediacredito {
        font-size: 10px;
    }

    .popGalleria .glyphicon-remove-circle {
        right: 15px;
        top: 15px;
    }

    .galleria-theme-twelve .galleria-bar {
        bottom: 10px;
    }

    .galleria-theme-twelve .galleria-counter {
    }

    body.popGalleria h1 {
        top: -55px;
    }

    .nav_video_destaque.slick-initialized {
        width: 100%;
        margin: 10px auto;
    }

    .galleria-theme-classic .galleria-counter {
        left: 10px;
        padding: 8px 8px 8px 35px;
        background: #000000;
    }

        .galleria-theme-classic .galleria-counter:before {
            display: block;
            position: absolute;
            left: 6px;
            top: 8px;
            content: "Foto:";
            color: #ffffff;
        }

    .emotions .sep {
        width: 120px;
    }

    .imgTextLeft {
        float: left;
        margin: 15px 25px 15px 0;
        max-width: 50%;
        clear: none;
        text-align: left;
    }

    .imgTextRight {
        float: right;
        margin: 15px 0 15px 25px;
        max-width: 50%;
        clear: none;
        text-align: right;
        background: #F2F2F2;
    }


        .imgTextLeft .legendaecredito, .imgTextRight .legendaecredito {
            display: table-caption;
            caption-side: bottom;
        }


        .imgTextLeft .multimedialegenda, .imgTextRight .multimedialegenda {
            font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 11px;
            line-height: 12px;
            color: #7B8383;
            margin: 2px 0 8px 0;
            display: block;
        }

        .imgTextLeft .multimediacredito, .imgTextRight .multimediacredito {
            font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 11px;
            line-height: 12px;
            color: #7B8383;
            display: block;
        }

    .relacionadasDetalhe .destaque_fotoTop figure {
        min-height: 148px;
    }
}

@media (min-width: 992px) {
    body.detalhe {
        padding-top: 92px;
    }

    .containerDetalhe {
        padding-right: 0;
        padding-left: 0;
    }

    section.subCanais_bar, section.topoDetalhe, section.mainArtigo, section.otherArtigo, section.galleriaPop {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .textoDetalhe aside {
        width: 300px;
        margin: 2px 35px 15px -100px;
    }

    .multimediaInside figure .multimediaInsideInfo, .multimediaInside figure .multimediaInsideInfoBG {
        width: 280px;
    }

    .multimediaInside figure .multimediaInsideTitle {
        width: 200px;
    }

    aside.textStatement {
        width: 610px;
    }

    section.topoDetalhe .destaquesTopoDetalhe {
        padding: 10px 50px;
    }

    section.topoDetalhe .slick-slider {
        margin-bottom: 0;
    }

    .detalhe .palavrasChave {
        margin-bottom: 100px;
    }

    .outrasDetalhe .destaque_small {
        padding-bottom: 20px;
    }

    .detalhe .subCanais_bar nav {
        overflow-y: hidden;
        overflow-x: hidden;
        white-space: initial;
        width: auto;
    }

    .detalhe .headerDetalhe ul.detalheSocialShares li:first-child, .detalhe .headerDetalhe ul.detalheSocialShares li:last-child, .detalhe .headerDetalhe ul.detalheSocialShares .shareNumber, .detalhe .headerDetalhe ul.detalheSocialShares .socialSep {
        display: block;
    }

    .outrasDetalhe article figure {
        width: 180px;
    }

    .outrasDetalhe .mainPub {
        background-color: #F7F7F7;
    }


    body.popGalleria h1 {
        top: -60px;
    }

    .galleria-theme-twelve .galleria-counter:before {
        display: block;
        position: absolute;
        left: -12px;
        top: 0;
        content: "Foto: ";
        color: #aaaaaa;
    }

    .galleria-theme-twelve .galleria-bar {
        bottom: 60px;
    }

    .galleria-theme-twelve .galleria-counter {
    }

    body.popGalleria {
        padding-top: 36px;
    }

    #galleria {
        max-width: 800px;
    }

    #descricaoGaleria {
        width: 100%;
        font-size: 18px;
        line-height: 20px;
        font-family: 'Guardian Egyp-Light', 'Times New Roman', Times, serif;
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 180px;
        padding-bottom: 100px;
    }

    .nav_video_destaque.slick-initialized {
        padding-bottom: 0;
        border-bottom: none;
    }

    .mainPub {
        margin-top: 0;
    }

    .relacionadasDetalhe .destaque_fotoTop figure {
        min-height: 120px;
    }
}

@media (min-width: 1200px) {

    .textoDetalhe aside {
        width: 400px;
        margin: 2px 35px 15px 0;
    }

    .multimediaInside figure .multimediaInsideInfo, .multimediaInside figure .multimediaInsideInfoBG {
        width: 380px;
    }

    .multimediaInside figure .multimediaInsideTitle {
        width: 280px;
    }

    aside.textStatement {
        width: 810px;
    }

    #galleria {
        max-width: 1024px;
    }

    #descricaoGaleria {
        max-width: 210px;
    }

    .relacionadasDetalhe .destaque_fotoTop figure {
        min-height: 166px;
    }
}

@media (min-width: 1288px) {

    section.subCanais_bar, section.topoDetalhe, section.mainArtigo, section.otherArtigo, section.galleriaPop {
        width: 1242px;
    }

    .detalhe #mainMenu .ultimas_noticias ul li .ultimas_noticias_date {
        font-size: 10px;
        font-family: GlosaTextRoman, 'Times New Roman', Times, serif;
        background: #ffffff;
        color: #A1A5A5;
        top: 2px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .headerBranco {
        background: #ffffff !important;
    }

        .headerBranco .navbar-toggle .icon-bar {
            background: #ED1C24;
        }

    .detalhe header .headerBranco h1 a .icon-logo_cm_small {
        color: #ED1C24;
    }

    .detalhe header .headerBranco h2 a {
        color: #ED1C24;
    }
}

/*fix for IE*/
.ultimas_noticias {
    width: 100%;
}


.textoDetalheNovasPartilhas {
    padding-left: 100px;
    margin-bottom: 45px;
    position: relative;
}

.marginNovasPartilhas {
    margin-left: 0px !important;
}


.textStatementNovasPartilhas {
    margin-left: 0px !important;
    width: 710px !important;
}

/* #NovasPartilhas {
    width: 50px;
    margin: 0px;
    position: absolute;
    left:0px;
}*/
.PartilhasVertical {
    width: 50px;
    margin: 0px;
    position: absolute;
    left: 0px;
}



#NovasPartilhas ul.detalheSocialShares {
    float: left;
    height: auto;
}

    #NovasPartilhas ul.detalheSocialShares li .icon-facebook, #NovasPartilhas ul.detalheSocialShares li .icon-twitter {
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        position: relative;
    }


    #NovasPartilhas ul.detalheSocialShares li {
        float: left;
        margin-right: 15px;
        margin-top: 10px;
        position: relative;
        font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #A0A4A4;
        font-size: 11px;
        height: 40px;
        line-height: 24px;
        width: 35px;
        text-align: center;
        margin-left: 0px !important;
    }

    #NovasPartilhas ul.detalheSocialShares .shareNumber {
        text-align: center;
    }

    #NovasPartilhas ul.detalheSocialShares li.socialShare {
        padding-left: 0px;
    }

    #NovasPartilhas ul.detalheSocialShares li .icon-envelope {
        width: 35px;
        height: 35px;
        font-size: 22px;
        line-height: 35px;
    }

#NovasPartilhas .twitterMargin {
    margin-top: 20px !important;
}

#NovasPartilhas .facebookMargin {
    margin-top: 0px !important;
}

#NovasPartilhas ul.detalheSocialShares li.addFav {
    width: 35px;
    text-align: center;
}

#NovasPartilhas ul.detalheSocialShares li .icon-star, #NovasPartilhas ul.detalheSocialShares li .icon-star_fill {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
}

#NovasPartilhas ul.detalheSocialShares li.comentar {
    width: 35px;
    margin-left: 0px;
}

#NovasPartilhas ul.detalheSocialShares li .numCom {
    width: 35px;
    left: 0;
    top: 6px;
    font-size: 14px;
}

#NovasPartilhas ul.detalheSocialShares li .icon-baloon_fill {
    font-size: 50px;
    left: 0;
    top: -4px;
}

#NovasPartilhas ul.detalheSocialShares li .icon-share, #NovasPartilhas ul.detalheSocialShares li .icon-print {
    margin-left: 0;
    font-size: 30px;
}


.utilitiesFixed {
    position: fixed !important;
    top: 230px !important;
    left: initial;
    margin-left: -100px;
}

.utilitiesFixedBottom {
    bottom: 0px !important;
    top: inherit !important;
    position: absolute !important;
}


@media (max-width: 768px) {
    .marginNovasPartilhas {
        margin-left: -100px !important;
    }

    .textStatementNovasPartilhas {
        margin-left: -100px !important;
        width: 720px !important;
    }
}

@media (max-width: 500px) {
    .textoDetalheNovasPartilhas {
        padding-left: 0px;
        margin-bottom: 45px;
        position: relative;
    }

    .marginNovasPartilhas {
        margin-left: auto !important;
    }

    .textStatementNovasPartilhas {
        margin-left: auto !important;
        width: 290px !important;
    }
}


/* DETALHE GALERIA SLIDESHOW */
.noticia_container {
    background-color: #e6e6e6;
    margin-left: -15px;
    margin-right: -15px;
}

    .noticia_container .traceNews {
        border-color: #ffffff;
    }

    .noticia_container .slideshow_header {
        padding: 20px 15px;
    }

.slideshow_header .lead {
    margin-top: 15px;
}

.slideshow_container {
    /*padding-left: 15px;
    padding-right: 15px;*/
    position: relative;
}

    .slideshow_container .pagingInfo {
        display: block;
        position: absolute;
        left: 58px;
        top: -37px;
        font-size: 20px;
        line-height: 26px;
        color: #7F7F7F;
        padding: 0 0 0 0px;
        font-family: 'Guardian Egyp-Light', 'Times New Roman', Times, serif;
        z-index: 9;
        width: 110px;
        text-align: center;
    }

        .slideshow_container .pagingInfo span {
            font-size: 34px;
            line-height: 26px;
            vertical-align: top;
        }

            .slideshow_container .pagingInfo span:first-child {
                margin-right: 5px;
                color: #484848;
            }

            .slideshow_container .pagingInfo span:last-child {
                margin-left: 5px;
            }

    .slideshow_container .vertodos {
        font-family: 'GlosaTextBold', 'Times New Roman', Times, serif;
        font-size: 14px;
        line-height: 26px;
        color: #1f1f1f;
        position: absolute;
        left: 212px;
        top: -37px;
        z-index: 900;
    }

#noticia_slideshow .slick-list {
    margin-top: 50px;
    padding-top: 20px;
}

#noticia_slideshow .slick-prev,
#noticia_slideshow .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -25px;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 99;
}

#noticia_slideshow .slick-prev {
    left: 15px;
}

#noticia_slideshow .slick-next {
    left: 173px;
}

    #noticia_slideshow .slick-prev .icon-arrow_left,
    #noticia_slideshow .slick-next .icon-arrow_right {
        font-size: 40px;
        color: #ed1c24;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }


.slideshow_container .multimediaTopo {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.slideshow_container .slidetext {
    padding: 0 15px;
}

    .slideshow_container .slidetext .subtitle {
        font-family: 'GlosaTextBold', 'Times New Roman', Times, serif;
        font-size: 18px;
        color: #1f1f1f;
        margin-bottom: 40px;
    }

    .slideshow_container .slidetext p {
        font-size: 16px;
        line-height: normal;
        color: #1f1f1f;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        padding-bottom: 25px;
    }

.slideshow_nav {
    margin: 0 15px;
    padding: 10px 0;
    border-top: 1px solid #bdbfc1;
}

    .slideshow_nav .gotoFirst,
    .slideshow_nav .gotoLast {
        font-family: Roboto-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 11px;
        display: block;
        text-decoration: none;
        color: #7b8383;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .slideshow_nav .gotoFirst {
        float: left;
    }

    .slideshow_nav .gotoLast {
        float: right;
    }

    .slideshow_nav .gotoFirst span {
        margin-right: 5px;
        vertical-align: sub;
    }

    .slideshow_nav .gotoLast span {
        margin-left: 10px;
        vertical-align: sub;
    }

    .slideshow_nav .icon-arrow_left,
    .slideshow_nav .icon-arrow_right {
        font-size: 18px;
    }

#thumbnails {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #e6e6e6;
    z-index: 950;
    left: 0;
    top: -45px;
    display: none;
}

.thumsvertodos div {
    cursor: pointer;
}

    .thumsvertodos div img {
        padding: 10px;
    }

.detalhe_slideshow .emotions {
    margin: 50px 0 150px 0;
}


@media screen and (min-width:768px) {
    .noticia_container {
        margin: 0;
    }

    .slideshow_container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* DETALHE GALERIA SLIDESHOW */
.noticia_container {
    background-color: #e6e6e6;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
}

    .noticia_container .traceNews {
        border-color: #ffffff;
    }

    .noticia_container .slideshow_header {
        padding: 20px 15px;
    }

.slideshow_header .lead {
    margin-top: 15px;
}

.slideshow_container {
    /*padding-left: 15px;
    padding-right: 15px;*/
    position: relative;
}

    .slideshow_container .pagingInfo {
        display: block;
        position: absolute;
        left: 58px;
        top: -37px;
        font-size: 20px;
        line-height: 26px;
        color: #7F7F7F;
        padding: 0 0 0 0px;
        font-family: 'Guardian Egyp-Light', 'Times New Roman', Times, serif;
        z-index: 9;
        width: 110px;
        text-align: center;
    }

        .slideshow_container .pagingInfo span {
            font-size: 34px;
            line-height: 26px;
            vertical-align: top;
        }

            .slideshow_container .pagingInfo span:first-child {
                margin-right: 5px;
                color: #484848;
            }

            .slideshow_container .pagingInfo span:last-child {
                margin-left: 5px;
            }

    .slideshow_container .vertodos {
        font-family: 'GlosaTextBold', 'Times New Roman', Times, serif;
        font-size: 14px;
        line-height: 26px;
        color: #1f1f1f;
        position: absolute;
        left: 212px;
        top: -37px;
        z-index: 900;
    }

#noticia_slideshow .slick-list {
    margin-top: 50px;
    padding-top: 20px;
}

#noticia_slideshow .slick-prev,
#noticia_slideshow .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -25px;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 99;
}

#noticia_slideshow .slick-prev {
    left: 15px;
}

#noticia_slideshow .slick-next {
    left: 173px;
}

    #noticia_slideshow .slick-prev .icon-arrow_left,
    #noticia_slideshow .slick-next .icon-arrow_right {
        font-size: 40px;
        color: #ed1c24;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }


.slideshow_container .multimediaTopo {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.slideshow_container .slidetext {
    padding: 0 15px;
}

    .slideshow_container .slidetext .subtitle {
        font-family: 'GlosaTextBold', 'Times New Roman', Times, serif;
        font-size: 18px;
        color: #1f1f1f;
        margin-bottom: 40px;
    }

    .slideshow_container .slidetext p {
        font-size: 16px;
        line-height: normal;
        color: #1f1f1f;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        padding-bottom: 25px;
    }

.slideshow_nav {
    margin: 0 15px;
    padding: 10px 0;
    border-top: 1px solid #bdbfc1;
}

    .slideshow_nav .gotoFirst,
    .slideshow_nav .gotoLast {
        font-family: Roboto-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 11px;
        display: block;
        text-decoration: none;
        color: #7b8383;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .slideshow_nav .gotoFirst {
        float: left;
    }

    .slideshow_nav .gotoLast {
        float: right;
    }

    .slideshow_nav .gotoFirst span {
        margin-right: 5px;
        vertical-align: sub;
    }

    .slideshow_nav .gotoLast span {
        margin-left: 10px;
        vertical-align: sub;
    }

    .slideshow_nav .icon-arrow_left,
    .slideshow_nav .icon-arrow_right {
        font-size: 18px;
    }

#thumbnails {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #e6e6e6;
    z-index: 950;
    left: 0;
    top: -45px;
    display: none;
}

.thumsvertodos div {
    cursor: pointer;
}

    .thumsvertodos div img {
        padding: 10px;
    }

.detalhe_slideshow .emotions {
    margin: 50px 0 150px 0;
}


@media screen and (min-width:768px) {
    .noticia_container {
        margin: 0;
        margin-bottom: 45px;
    }

    .slideshow_container {
        padding-left: 0;
        padding-right: 0;
    }
}


/*2018-09-02*/
.ultimas_LD {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ed1c24;
    margin-bottom: 70px;
    margin-top: 0;
}

    .ultimas_LD .manchetes_shade {
        display: none;
    }



.ultimas_noticias {
    height: auto;
    overflow: initial;
}

    .ultimas_noticias ul li {
        margin-top: 10px;
        display: block;
        margin-bottom: 5px;
        min-height: 44px;
    }

.lista_ultimas figure {
    float: left;
    margin-right: 15px;
    max-width: 20%;
}

.ultimas_noticias ul li a {
    display: block;
    position: relative;
}

.ultimas_noticias span.icon-video {
    margin-left: 7px;
    vertical-align: initial;
    margin-right: 0px;
    color: #ED1C24;
    font-size: 10px;
}

.ultimas_noticias span.icon-photo {
    margin-left: 5px;
    vertical-align: middle;
    margin-right: 0px;
    color: #ED1C24;
}

.ultimas_noticias ul li ul.relacionados {
    display: inline-block;
}

.ultimas_LD ul.relacionados li {
    font-size: 13px;
}

ul.relacionados li span.icon-photo {
    font-size: 15px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.ultimas_noticias ul li ul.relacionados li a:before {
    display: block;
    content: "";
    width: 14px;
    height: 10px;
    background-image: url(/Img/iconrel.png);
    position: absolute;
    left: -20px;
    top: 3px;
}

.canal .ultimas_noticias ul li {
    margin-bottom: 5px;
}

.ultimas_LD {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ed1c24;
    margin-bottom: 70px;
    margin-top: 0;
}

    .ultimas_LD .manchetes_shade {
        display: none;
    }



.ultimas_noticias {
    height: auto;
    overflow: initial;
}

    .ultimas_noticias ul li {
        margin-top: 10px;
        display: block;
        margin-bottom: 5px;
        min-height: 44px;
    }

.lista_ultimas figure {
    float: left;
    margin-right: 15px;
    max-width: 20%;
}

.ultimas_noticias ul li a {
    display: block;
    position: relative;
}

.ultimas_noticias span.icon-video {
    margin-left: 7px;
    vertical-align: initial;
    margin-right: 0px;
    color: #ED1C24;
    font-size: 10px;
}

.ultimas_noticias span.icon-photo {
    margin-left: 5px;
    vertical-align: middle;
    margin-right: 0px;
    color: #ED1C24;
}

.ultimas_noticias ul li ul.relacionados {
    display: inline-block;
}

.ultimas_LD ul.relacionados li {
    font-size: 13px;
}

ul.relacionados li span.icon-photo {
    font-size: 15px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.ultimas_noticias ul li ul.relacionados li a:before {
    display: block;
    content: "";
    width: 14px;
    height: 10px;
    background-image: url(/Img/iconrel.png);
    position: absolute;
    left: -20px;
    top: 3px;
}

.canal .ultimas_noticias ul li {
    margin-bottom: 5px;
}

.ultimas_LD {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ed1c24;
    margin-bottom: 70px;
    margin-top: 0;
}

    .ultimas_LD .manchetes_shade {
        display: none;
    }



.ultimas_noticias {
    height: auto;
    overflow: initial;
}

    .ultimas_noticias ul li {
        margin-top: 10px;
        display: block;
        margin-bottom: 5px;
        min-height: 44px;
    }

.lista_ultimas figure {
    float: left;
    margin-right: 15px;
    max-width: 20%;
}

.ultimas_noticias ul li a {
    display: block;
    position: relative;
}

.ultimas_noticias span.icon-video {
    margin-left: 7px;
    vertical-align: initial;
    margin-right: 0px;
    color: #ED1C24;
    font-size: 10px;
}

.ultimas_noticias span.icon-photo {
    margin-left: 5px;
    vertical-align: middle;
    margin-right: 0px;
    color: #ED1C24;
}

.ultimas_noticias ul li ul.relacionados {
    display: inline-block;
}

.ultimas_LD ul.relacionados li {
    font-size: 13px;
}

ul.relacionados li span.icon-photo {
    font-size: 15px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.ultimas_noticias ul li ul.relacionados li a:before {
    display: block;
    content: "";
    width: 14px;
    height: 10px;
    background-image: url(/Img/iconrel.png);
    position: absolute;
    left: -20px;
    top: 3px;
}


.detalhe section.otherArtigo .ultimas_noticias ul li {
    margin-bottom: 5px;
}

section.newsletter {
    height: auto;
    background-size: cover;
}

    section.newsletter .newsSubs {
        margin-bottom: 10px;
    }

    section.newsletter .newslegal {
        float: left;
        width: 100%;
        padding-bottom: 8px;
    }

        section.newsletter .newslegal label {
            font-family: Roboto-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif color: #717373;
            display: block;
            font-size: 9px;
            padding-bottom: 5px;
            color: #717373;
        }

            section.newsletter .newslegal label:first-child {
                padding: 0;
                margin: 0;
            }

            section.newsletter .newslegal label a {
                color: #717373;
                text-decoration: none;
            }

        section.newsletter .newslegal input[type="checkbox"] {
            margin: 4px 4px 0 0;
            line-height: normal;
        }

@media (min-width: 992px) {


    section.newsletter .newslegal {
        float: left;
        width: 70%;
        padding-left: 50px;
        padding-bottom: 8px;
    }

    .detalhe section.newsletter .newslegal {
        padding-left: 0px;
        width: 57%;
    }

    section.newsletter .newsInfo {
        padding-bottom: 0px;
    }

    section.newsletter .recaptcha {
        float: left;
        width: 30%;
        padding-left: 1%;
    }
}

.texto_relato {
    margin-bottom: 25px;
}

.relato_JD {
    position: relative;
}

.relatoJD .textoDetalheNovasPartilhas {
    padding-left: 0;
}

.timeline .sep_topo {
    height: 50px;
    display: block
}

    .timeline .sep_topo .topo_left {
        float: left;
        padding: 0;
        width: 20%;
        height: 50px;
        padding-right: 20px
    }

    .timeline .sep_topo .topo_right {
        float: left;
        padding: 0;
        width: 80%;
        height: 50px;
        border-left: 1px solid #e0e0e0
    }

.timeline .tempo_lance {
    color: #999;
    float: left;
    padding: 0;
    width: 20%;
    text-align: right;
    padding-right: 20px
}

    .timeline .tempo_lance .minuto_lance {
        font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        line-height: 30px
    }

    .timeline .tempo_lance span {
        display: block
    }

.timeline .lista_lances .lance {
    border-left: 1px solid #e0e0e0;
    float: left;
    padding: 0 0 35px 20px;
    position: relative;
    width: 80%
}

    .timeline .lista_lances .lance .timeline_bullet {
        background-color: #999;
        width: 9px;
        height: 9px;
        position: absolute;
        top: 5px;
        left: -5px;
        border-radius: 50%
    }

    .timeline .lista_lances .lance .icon_lance {
        width: 20%;
        display: none
    }

    .timeline .lista_lances .lance .conteudo_lance {
        width: 100%
    }

.timeline .lista_lances .com_emblema .lance .conteudo_lance {
    width: 78%
}

.timeline .lista_lances .lance .icon_lance img {
    width: 40px;
    height: 40px
}

.timeline .lista_lances .lance .conteudo_lance .conteudo_lance_txt {
    font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #1f1f1f;
    margin-bottom: 10px
}

.timeline .lista_lances .lance .conteudo_lance .votacao_partilhas ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px
}

    .timeline .lista_lances .lance .conteudo_lance .votacao_partilhas ul li:last-child {
        margin-right: 0
    }

    .timeline .lista_lances .lance .conteudo_lance .votacao_partilhas ul li span {
        font-family: "icomoon";
        font-size: 17px;
        line-height: normal;
        color: #ccc
    }

    .timeline .lista_lances .lance .conteudo_lance .votacao_partilhas ul li a {
        display: block
    }

        .timeline .lista_lances .lance .conteudo_lance .votacao_partilhas ul li a:hover,
        .timeline .lista_lances .lance .conteudo_lance .votacao_partilhas ul li a:active,
        .timeline .lista_lances .lance .conteudo_lance .votacao_partilhas ul li a:focus {
            opacity: .7
        }

.timeline .lista_lances .lance .conteudo_lance .votacao_partilhas .vota_up span:before {
    content: "\e922"
}

.timeline .lista_lances .lance .conteudo_lance .votacao_partilhas .vota_down span:before {
    content: "\e922"
}

.timeline .lista_lances .lance .conteudo_lance .votacao_partilhas .facebook span:before {
    content: "\e90d"
}

.timeline .lista_lances .lance .conteudo_lance .votacao_partilhas .twitter span:before {
    content: "\e90e"
}

.timeline .lista_lances li: hover .conteudo_lance .votacao_partilhas .vota_up span:before {
    color: #238d09
}

.timeline .lista_lances li: hover .conteudo_lance .votacao_partilhas .vota_down span:before {
    color: #ee1400 transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    display: inline-block;
}

.timeline .lista_lances li:hover .conteudo_lance .votacao_partilhas .facebook span:before {
    color: #39579b
}

.timeline .lista_lances li:hover .conteudo_lance .votacao_partilhas .twitter span:before {
    color: #1cb7eb
}

.timeline .lance_neutro.com_emblema .icon_lance,
.timeline .lance_funfact.com_emblema .icon_lance,
.timeline .lance_amarelo.com_emblema .icon_lance,
.timeline .lance_vermelho.com_emblema .icon_lance,
.timeline .lance_duploamarelo.com_emblema .icon_lance,
.timeline .lance_golo.com_emblema .icon_lance,
.timeline .lance_autogolo.com_emblema .icon_lance,
.timeline .lance_substituicao.com_emblema .icon_lance,
.timeline .lance_penaltyassin.com_emblema .icon_lance,
.timeline .lance_penalty.com_emblema .icon_lance,
.timeline .lance_penaltyfail.com_emblema .icon_lance,
.timeline .lance_audiencia.com_emblema .icon_lance {
    display: inline-block
}

.timeline .lista_lances .lance .conteudo_lance,
.timeline .lance_neutro .icon_lance,
.timeline.lance_funfact .icon_lance,
.timeline .lance_amarelo .icon_lance,
.timeline .lance_vermelho .icon_lance,
.timeline .lance_duploamarelo .icon_lance,
.timeline .lance_golo .icon_lance,
.timeline .lance_autogolo .icon_lance,
.timeline .lance_substituicao .icon_lance,
.timeline .lance_penaltyassin .icon_lance,
.timeline .lance_penalty .icon_lance,
.timeline .lance_penaltyfail .icon_lance,
.timeline .lance_audiencia .icon_lance,
.timeline .lance_tempoextra .icon_lance {
    display: inline-block;
    vertical-align: text-top
}

.timeline .lance_neutro .icon_lance {
    padding-right: 15px
}

.timeline .lance_neutro.sem_icon .conteudo_lance {
    width: 100%
}

.timeline .lance_funfact .icon_lance {
    padding-right: 15px
}

.timeline .lance_funfact .lance .timeline_bullet {
    left: -15px;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #fff
}

    .timeline .lance_funfact .lance .timeline_bullet:before {
        font-family: "icomoon";
        content: "";
        font-size: 30px;
        line-height: normal;
        color: #999
    }

.timeline .lance_amarelo .icon_lance, .timeline .lance_vermelho .icon_lance, .timeline .lance_duploamarelo .icon_lance {
    padding-right: 15px
}

.timeline .lance_amarelo .lance .timeline_bullet {
    width: 12px;
    height: 15px;
    background: #fff url(/Img/sprite_jd.png) no-repeat -1169px -2568px;
    border-radius: 0;
    left: -6px
}

.timeline .lance_vermelho .lance .timeline_bullet {
    width: 12px;
    height: 15px;
    background: url(/Img/sprite_jd.png) no-repeat -1169px -2618px;
    border-radius: 0;
    left: -6px
}

.timeline .lance_duploamarelo .lance .timeline_bullet {
    width: 17px;
    height: 18px;
    background: url(/Img/sprite_jd.png) no-repeat -1167px -2705px;
    border-radius: 0;
    left: -8px
}

.timeline .lance_golo .icon_lance, .timeline .lance_autogolo .icon_lance {
    padding-right: 15px
}

.timeline .lance_golo .lance .timeline_bullet {
    width: 18px;
    height: 18px;
    background: #fff url(/Img/sprite_jd.png) no-repeat -1166px -2466px;
    border-radius: 0;
    left: -9px
}

.timeline .lance_autogolo .lance .timeline_bullet {
    width: 18px;
    height: 18px;
    background: url(/Img/sprite_jd.png) no-repeat -1166px -2666px;
    border-radius: 0;
    left: -9px
}

.timeline .lance_penaltyassin .icon_lance, .timeline .lance_penalty .icon_lance, .timeline .lance_penaltyfail .icon_lance {
    padding-right: 15px
}

.timeline .lance_penalty .lance .timeline_bullet {
    width: 25px;
    height: 30px;
    background: #fff url(/Img/sprite_jd.png) no-repeat -1165px -2814px;
    border-radius: 0;
    left: -10px
}

.timeline .lance_penaltyfail .lance .timeline_bullet {
    width: 25px;
    height: 30px;
    background: #fff url(/Img/sprite_jd.png) no-repeat -1165px -2771px;
    border-radius: 0;
    left: -10px
}

.timeline .lance_penaltyassin .lance .timeline_bullet {
    width: 27px;
    height: 30px;
    background: #fff url(/Img/sprite_jd.png) no-repeat -1165px -2737px;
    border-radius: 0;
    left: -10px
}

.timeline .lance_audiencia .icon_lance {
    padding-right: 15px
}

.timeline .lance_audiencia .lance .timeline_bullet {
    width: 25px;
    height: 30px;
    background: #fff url(/Img/sprite_jd.png) no-repeat -1166px -2845px;
    border-radius: 0;
    left: -12px
}

.timeline .lance_tempoextra .icon_lance {
    padding-right: 15px
}

.timeline .lance_tempoextra .lance .timeline_bullet {
    width: 24px;
    height: 30px;
    background: #fff url(/Img/sprite_jd.png) no-repeat -1166px -2877px;
    border-radius: 0;
    left: -10px
}

.timeline .lance_substituicao .icon_lance {
    padding-right: 15px
}

.timeline .lance_substituicao .lance .timeline_bullet {
    width: 15px;
    height: 12px;
    background: #fff url(/Img/sprite_jd.png) no-repeat -1168px -2519px;
    border-radius: 0;
    left: -7px
}

.timeline .lance_substituicao .lance .conteudo_lance_txt {
    max-width: 100%
}

    .timeline .lance_substituicao .lance .conteudo_lance_txt .saida_jogador, .timeline .lance_substituicao .lance .conteudo_lance_txt .entrada_jogador {
        position: relative
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .nome_jogador {
        font-family: 'Roboto-Bold', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 16px;
        color: #1f1f1f;
        margin-bottom: 5px;
        display: block
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .posicao_jogador {
        font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        color: #999;
        margin-bottom: 5px;
        display: block
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .sep_sub {
        height: 1px;
        width: 100%;
        background-color: #afafaf;
        margin-bottom: 5px;
        display: block
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .ordem_sub {
        position: absolute;
        top: 10px;
        right: 0;
        text-transform: uppercase;
        font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 16px;
        font-weight: bold
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .entrada_jogador .ordem_sub {
        top: -10px
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .saida_jogador .ordem_sub {
        color: #ee1400
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .entrada_jogador .ordem_sub {
        color: #238d09
    }

.timeline .lance_twitter .tempo_lance .minuto_lance, .timeline .lance_facebook .tempo_lance .minuto_lance, .timeline .lance_prejogo .tempo_lance .minuto_lance, .timeline .lance_intervalo .tempo_lance .minuto_lance, .timeline .lance_finaljogo .tempo_lance .minuto_lance {
    font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 9px;
    line-height: 1.9;
    text-transform: uppercase;
    white-space: nowrap
}

.timeline .lance_neutro.lance_prejogo .conteudo_lance, .timeline .lance_neutro.lance_intervalo .conteudo_lance, .timeline .lance_neutro.lance_finaljogo .conteudo_lance {
    width: 100%
}

.timeline .lance_twitter .lance .timeline_bullet {
    width: 15px;
    height: 18px;
    background: #fff url(/Img/sprite_jd.png) no-repeat -68px -1116px;
    border-radius: 0;
    left: -7px
}

.timeline .lance_facebook .lance .timeline_bullet {
    width: 15px;
    height: 20px;
    background: #fff url(/Img/sprite_jd.png) no-repeat -19px -1115px;
    border-radius: 0;
    left: -7px
}

.timeline .lance_video .lance .conteudo_lance, .timeline .lance_foto .lance .conteudo_lance {
    width: 100%
}

.timeline .lance_video .lance .timeline_bullet:before {
    font-family: "icomoon";
    content: "\e903";
    font-size: 20px;
    background: #fff;
    color: #999;
    border-radius: 0;
    position: absolute;
    left: -6px;
    top: -5px;
    padding: 5px 0
}

.timeline .lance_foto .lance .timeline_bullet:before {
    font-family: "icomoon";
    content: "\e904";
    font-size: 18px;
    background: #fff;
    color: #999;
    border-radius: 0;
    position: absolute;
    left: -6px;
    top: -5px;
    padding: 5px 0
}

.timeline .lance_video .lance .conteudo_lance_txt a, .timeline .lance_foto .lance .conteudo_lance_txt a {
    display: block;
    margin-bottom: 5px;
    position: relative
}

    .timeline .lance_foto .lance .conteudo_lance_txt a .icon-maximize {
        position: absolute;
        bottom: 15px;
        right: 15px;
        font-size: 30px;
        color: #fff;
        webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

.timeline .lance_foto:hover .icon-maximize {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
    box-shadow: 0 0 8px rgba(0,0,0,.3)
}

.timeline .sep_partes {
    height: 70px;
    display: block;
    position: relative;
}

    .timeline .sep_partes .partes_left {
        float: left;
        padding: 0;
        width: 20%;
        height: 70px;
        padding-right: 25px;
        position: relative
    }

    .timeline .sep_partes .partes_right {
        float: left;
        padding: 0;
        width: 80%;
        height: 70px;
        border-left: 1px solid #e0e0e0
    }

.timeline .separador_Inicio:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    height: 2px;
    background: #E6E6E6;
    display: block;
    content: "";
}

.timeline .separador_partes .sepParts {
    font-family: 'Roboto-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    background: #ee1400;
    color: #fff;
    font-size: 14px;
    padding: 10px 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    left: 40%;
    top: 0;
    text-transform: uppercase;
    white-space: nowrap
}



.timeline .separador_Inicio .sepParts {
    background: #E6E6E6;
    color: #1E201D;
    font-family: 'Roboto-Bold', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.timeline .lance_apito .lance .timeline_bullet:before {
    font-family: "icomoon";
    content: "";
    font-size: 28px;
    background: #fff;
    color: #999;
    border-radius: 0;
    position: absolute;
    left: -10px;
    padding: 5px 0
}

.timeline .lista_lances .lance_apito .conteudo_lance {
    width: 100%
}



@media screen and (max-width: 767px) {
    .timeline .lance_facebook .fb-post, .timeline .lance_facebook .fb-post span, .timeline .lance_facebook .fb-post span iframe {
        max-width: 215px !important
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .saida_jogador .nome_jogador {
        margin: 0
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .saida_jogador .ordem_sub {
        top: 17px;
        font-size: 14px
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .entrada_jogador .nome_jogador {
        margin: 0
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt .entrada_jogador .ordem_sub {
        top: -15px;
        font-size: 14px
    }
}

@media screen and (min-width: 768px) {
    .timeline .tempo_lance, .timeline .sep_topo .topo_left, .timeline .sep_partes .partes_left {
        width: 12%
    }

    .timeline .lista_lances .lance, .timeline .sep_topo .topo_right, .timeline .sep_partes .partes_right {
        width: 83%
    }

    .timeline .lista_lances .lance {
        padding: 0 0 35px 30px
    }

        .timeline .lista_lances .lance .icon_lance {
            width: 10%
        }

    .timeline .lista_lances .com_emblema .lance .conteudo_lance {
        width: 88%
    }

    .timeline .lance_substituicao .lance .conteudo_lance_txt {
        max-width: 70%
    }

    .timeline .lance_twitter .tempo_lance .minuto_lance, .timeline .lance_facebook .tempo_lance .minuto_lance, .timeline .lance_prejogo .tempo_lance .minuto_lance, .timeline .lance_intervalo .tempo_lance .minuto_lance, .timeline .lance_finaljogo .tempo_lance .minuto_lance {
        font-size: 12px;
        line-height: 1.5;
    }
}



.videos_resumo {
    position: relative;
    height: 40px;
    margin-top: 50px;
}

    .videos_resumo:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 21px;
        height: 1px;
        background: #E6E6E6;
        display: block;
        content: "";
    }

    .videos_resumo:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 24px;
        height: 1px;
        background: #E6E6E6;
        display: block;
        content: "";
    }

.videos_resumo_tit {
    color: #ee1400;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    background: #ffffff;
    z-index: 10;
    font-family: 'Roboto-Bold', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    left: 50px;
    padding: 10px 20px;
    top: 0;
}

.icon_videoTitulo {
    display: inline-block;
    background: url(/Img/sprite_jd.png) 0 -2970px no-repeat scroll;
    height: 25px;
    width: 25px;
    vertical-align: bottom;
    margin-right: 5px;
}

.videos_resumo_box {
    margin-top: 10px;
    background: #211F20;
    padding: 45px;
    color: #ffffff;
}

.mainArticle figure {
    position: relative;
}

    .mainArticle figure .iconVideo {
        position: absolute;
        left: 50%;
        top: 40%;
        margin-left: -37px;
        display: block;
        width: 75px;
        height: 75px;
        background: url(/Img/sprite_jd.png) -100px -2920px no-repeat scroll;
        z-index: 10;
    }


    .mainArticle figure .gradient {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        z-index: 9;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,1)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%);
        background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%);
        background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0)
    }

        .mainArticle figure .gradient .tempoResumo {
            position: relative;
            padding-left: 25px;
            font-size: 11px;
            color: #ffffff;
            font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

            .mainArticle figure .gradient .tempoResumo .tempoResumo_ic {
                width: 18px;
                height: 18px;
                background: url(/Img/sprite_jd.png) -220px -2970px no-repeat scroll;
                position: absolute;
                left: 0;
                top: -3px;
                display: block;
            }

        .mainArticle figure .gradient .mainLink {
            font-size: 28px;
            line-height: 1;
            color: #ffffff;
            font-family: 'Roboto-Medium', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            display: block;
            padding-top: 5px;
        }

        .mainArticle figure .gradient .mainLead {
            font-size: 14px;
            line-height: 1;
            color: #ffffff;
            font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            display: block;
            padding-top: 10px;
        }

.videos_resumo_nav .slick-prev,
.videos_resumo_nav .slick-next {
    width: 21px;
    height: 21px;
    display: block;
    top: 30%;
}

.videos_resumo_nav .slick-prev {
    left: -26px;
}

.videos_resumo_nav .slick-next {
    right: -26px;
}


.videos_resumo_nav .icon-arrow_left,
.videos_resumo_nav .icon-arrow_right {
    width: 21px;
    height: 21px;
    display: block;
}

.videos_resumo_nav .icon-arrow_left {
    background: url(/Img/sprite_jd.png) -360px -2970px no-repeat scroll;
}

.videos_resumo_nav .icon-arrow_right {
    background: url(/Img/sprite_jd.png) -400px -2970px no-repeat scroll;
}


    .videos_resumo_nav .icon-arrow_left:before, .videos_resumo_nav .icon-arrow_right:before {
        display: none;
    }

.videos_resumo_nav {
    margin: 0 -8px;
}

    .videos_resumo_nav article {
        margin: 0 8px;
    }

    .videos_resumo_nav figure {
        margin-bottom: 10px;
        cursor: pointer;
    }


    .videos_resumo_nav .tempoResumo {
        position: relative;
        padding-left: 25px;
        font-size: 11px;
        color: #ffffff;
        font-family: 'Roboto-Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        opacity: 0.5;
    }

        .videos_resumo_nav .tempoResumo .tempoResumo_ic {
            width: 18px;
            height: 18px;
            background: url(/Img/sprite_jd.png) -220px -2970px no-repeat scroll;
            position: absolute;
            left: 0;
            top: -3px;
            display: block;
        }

    .videos_resumo_nav .mainLink {
        font-size: 14px;
        line-height: 1;
        color: #ffffff;
        font-family: 'Roboto-Medium', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: block;
        padding-top: 10px;
    }


@media screen and (max-width: 767px) {
    .videos_resumo_box {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
    }

    .videos_resumo_carrousel {
        margin-bottom: 15px;
    }

    .videos_resumo_nav {
        margin: 0 10px;
    }

        .videos_resumo_nav .slick-prev {
            left: -20px;
        }

        .videos_resumo_nav .slick-next {
            right: -20px;
        }

    .mainArticle figure .gradient .mainLead {
        display: none;
    }

    .mainArticle figure .iconVideo {
        top: 20%;
        margin-left: -28px;
        width: 56px;
        height: 56px;
        background: url(/Img/sprite_jd.png) -100px -2800px no-repeat scroll;
    }

    .mainArticle figure .gradient .mainLink {
        font-size: 20px;
    }

    .videos_resumo_nav .mainLink {
        font-size: 13px;
    }
}

