body {
    font-family: 'PT Sans', sans-serif;
}

a {
    outline: 0;
}

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?9c2d7y');
    src: url('/fonts/icomoon.eot?9c2d7y#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?9c2d7y') format('truetype'), url('/fonts/icomoon.woff?9c2d7y') format('woff'), url('/fonts/icomoon.svg?9c2d7y#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: normal;
    src: local('Franklin Gothic Book'), url('/fonts/FRABK.woff') format('woff');
}

@font-face {
    font-family: 'Franklin Gothic Demi Cond';
    font-style: normal;
    font-weight: normal;
    src: local('Franklin Gothic Demi Cond'), url('/fonts/Franklin%20Gothic%20Demi%20Cond%20Regular.woff') format('woff');
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: caret;
    -moz-appearance: caret; /* mobile firefox too! */
}

.clear {
    clear: both;
}

.limpa {
    height: 30px;
    width: 100%;
}

.h1, h1 {
    font-size: 40px;
}

.h2, h2 {
    font-size: 24px;
}

.h3, h3 {
    font-size: 20px;
}

.h4, h4 {
    font-size: 15px;
    font-weight: bold;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}

.top26 {
    margin-top: 26px;
}

.container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.mainbarraconteiner {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #FFF;
    z-index: 200;
    display: block;
    top: 44px;
}

.mainbarra {
    max-width: 1240px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#navtop {
    width: 100%;
    height: 80px;
}

#nav-expander {
    margin-top: 44px;
}

#menulat {
    margin-top: 44px;
}

.stuck {
    margin-top: 0px !important;
}

.stuckbr {
    margin-top: 0px !important;
    top: 0px !important;
}

.stucksm {
    margin-top: 0px !important;
    top: 80px !important;
}

.stuckpb {
    top: 120px !important;
}

.navbar-hamburger {
    float: left;
    margin-top: -10px;
    margin-right: 10px;
}

#sondagemContainer .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background-color: #7e7e7e;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0;
}

@media screen and (min-width:768px) {
    .navbar-hamburger {
        margin-top: 15px;
    }
}

@media screen and (min-width:992px) {
    .navbar-hamburger {
        margin-top: 15px;
        margin-right: 18px;
    }

    .leaderboard {
        margin: -20px auto 45px auto;
        width: 728px;
    }
}

.pushmenu {
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
    background-color: #F2F2F2;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.main-menu {
    padding: 30px;
}

.pushmenu-left {
    left: -300px;
}

    .pushmenu-left.pushmenu-open {
        left: 0;
    }

.pushmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
    display: block;
}

.pushmenu-push-toright {
    left: 300px;
}

.pushmenu, .pushmenu-push {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:focus {
        outline: 0;
    }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 35px;
        height: 4px;
        background-color: #EE1C25;
        position: absolute;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

.hamburger:hover .hamburger-inner {
    background-color: #000;
}

    .hamburger:hover .hamburger-inner::before {
        background-color: #000;
    }

    .hamburger:hover .hamburger-inner::after {
        background-color: #000;
    }

.pushmenu-push-toright .hamburger-inner {
    background-color: #000;
}

    .pushmenu-push-toright .hamburger-inner::before {
        background-color: #000;
    }

    .pushmenu-push-toright .hamburger-inner::after {
        background-color: #000;
    }

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

    .hamburger--slider .hamburger-inner::before {
        top: 8px;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        transition-timing-function: ease;
        transition-duration: 0.2s;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 16px;
    }

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

    .hamburger--slider.is-active .hamburger-inner::before {
        -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -17px, 0) rotate(-90deg);
        transform: translate3d(0, -17px, 0) rotate(-90deg);
    }

.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

    .hamburger--slider-r .hamburger-inner::before {
        top: 10px;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        transition-timing-function: ease;
        transition-duration: 0.2s;
    }

    .hamburger--slider-r .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

    .hamburger--slider-r.is-active .hamburger-inner::before {
        -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
        transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
        transform: translate3d(0, -20px, 0) rotate(90deg);
    }

.dropdown-menu {
    display: none;
}

.open > .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
}

.main-menu li {
    font-size: 14px;
    padding: 12px;
    cursor: pointer;
}

.main-menu .dropdown a {
    width: 80%;
}

    .main-menu .dropdown a.icone {
        content: "";
        position: absolute;
        top: 17px;
        right: 30px;
        width: 20px;
        height: 20px;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 6px -140px;
        cursor: pointer;
        z-index: 999;
    }

.main-menu .open a.icone {
    content: "";
    position: absolute;
    top: 17px;
    right: 30px;
    width: 20px;
    height: 20px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 6px -196px;
    cursor: pointer;
    z-index: 999;
}

.main-menu li a {
    color: #000;
    text-decoration: none;
    display: block;
}

.main-menu .open a {
    color: #EB1C26;
    text-decoration: none;
    font-weight: bold;
}

.main-menu .open ul li a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.main-menu li a:hover {
    color: #EB1C26;
    text-decoration: none;
}

.main-menu li .sub-nav {
    border-bottom: 0px;
    padding: 4px;
}

.main-menu .assinar {
    background-color: #FFF;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 13px;
}

    .main-menu .assinar a:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -55px;
        height: 20px;
        width: 20px;
        display: inline-block;
        margin-bottom: -7px;
        margin-right: 5px;
    }

.logo {
    background-image: url(../i/sprite.png);
    background-position: 0px 0px;
    float: left;
    height: 43px;
    width: 206px;
    margin-top: 19px;
}
/* -------------------------------------------------------------*/

.search {
    padding: 5px 0;
    width: 300px;
    height: 40px;
    position: relative;
    right: 0px;
    float: right;
    line-height: 22px;
    margin-top: 20px;
}

    .search input {
        position: absolute;
        width: 0px;
        float: Left;
        margin-left: 270px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 30px;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #000;
        padding: 0 2px 0 12px;
        border-radius: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
        border: 1px solid #f2f2f2;
        letter-spacing: -0.5px;
        background-color: #f2f2f2;
    }

        .search:hover input, .search input:focus {
            width: 290px;
            margin-left: 0px;
        }

#pesquisabarra .btn {
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 5px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
    border: none;
    background-color: #f2f2f2;
    transition: background-color 0.5s ease;
    color: #000;
}

    #pesquisabarra .btn:hover {
        background-color: #A8A9AB;
        color: #FFF;
    }
/*----------------------------------------------------------*/

#user {
    float: right;
    margin-top: 25px;
    width: 30px;
    height: 30px;
    background-color: #f2f2f2;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -438px;
    position: relative;
}

    #user:hover {
        background-color: #A7A8AA;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -30px -438px;
    }

#assinar {
    float: right;
    margin-top: 25px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #f2f2f2;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 30px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 6px -50px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}

    #assinar:hover {
        background-color: #A7A8AA;
        color: #FFF;
    }

.mainsubmenu {
    width: 100%;
    background-color: #7e7e7e;
    height: 40px;
    position: fixed;
    z-index: 101;
    top: 124px;
}

.submenu {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

    .submenu .nav > li {
        position: inherit;
    }

    .submenu .nav-pills > li > a {
        border-radius: 0px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

    .submenu .nav .aberto > a, .submenu .nav .aberto > a:focus, .submenu .nav .aberto > a:hover {
        background-color: #F2F2F2 !important;
        color: #000;
    }

    .submenu .nav-pills > li + li {
        margin: 0px;
    }

    .submenu .dropdown-menu {
        position: absolute;
        background-color: #F2F2F2;
        width: 100%;
        border-radius: 0px;
        box-shadow: none;
        border: none;
        margin: 0px;
    }

        .submenu .dropdown-menu li .content {
            width: 100%;
            max-width: 1240px;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 30px;
            padding-right: 15px;
            padding-left: 15px;
        }

            .submenu .dropdown-menu li .content .col-sm-4 .row {
                margin-top: 30px;
                min-height: 100px;
            }

    .submenu .bloco_txt {
        color: #000;
        font-family: 'PT Sans', sans-serif;
        font-size: 16px;
        line-height: 18px;
        padding-right: 15px;
    }

        .submenu .bloco_txt a {
            color: #000;
            font-weight: bold;
            text-decoration: none;
            text-transform: none;
        }

            .submenu .bloco_txt a:hover {
                color: #ED1C2A;
            }

    .submenu .bloco_foto {
        width: 50%;
        max-width: 188px;
        height: 100px;
        margin-right: 15px;
        overflow: hidden;
        position: relative;
        float: left;
    }

        .submenu .bloco_foto img {
            width: 100%;
            height: auto;
        }

    .submenu .col-sm-4 ul {
        margin-top: 30px;
        display: inline-block;
        padding: 0px;
    }

        .submenu .col-sm-4 ul li {
            float: left;
            margin-bottom: 20px;
            list-style: none;
            position: relative;
            padding-left: 15px;
            width: 100%;
        }

            .submenu .col-sm-4 ul li:before {
                content: "";
                background-image: url(../i/sprite.png);
                background-repeat: no-repeat;
                background-position: 0px -248px;
                height: 6px;
                width: 6px;
                position: absolute;
                left: 0;
                top: 6px;
            }

            .submenu .col-sm-4 ul li:hover:before {
                background-position: 0px -308px;
            }

            .submenu .col-sm-4 ul li a {
                color: #000;
                font-family: 'PT Sans', sans-serif;
                font-size: 16px;
                line-height: 18px;
            }

                .submenu .col-sm-4 ul li a:hover {
                    color: #ED1C2A;
                    text-decoration: none;
                }

    .submenu .col-sm-4 .row {
        margin: 0px;
    }

.hottopics {
    float: right;
}

    .hottopics a {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        margin-top: 10px;
    }

        .hottopics a:hover {
            color: #A7A9AA;
            text-decoration: none;
        }

        .hottopics a:after {
            content: "";
            width: 25px;
            display: inline-block;
        }

        .hottopics a:last-child:after {
            width: 0px;
        }

.cotacoeshphor {
    width: 100%;
    background-color: #F2F2F2;
    height: 60px;
}

    .cotacoeshphor .cotacoes {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        /*    padding-top: 13px;*/
        position: relative;
        padding-left: 15px;
    }

        .cotacoeshphor .cotacoes .tikereuropa:after {
            content: "";
            clear: both;
            display: block;
        }

        .cotacoeshphor .cotacoes .col-sm-2, .cotacoeshphor .cotacoes .col-sm-10 {
            position: inherit;
        }

        .cotacoeshphor .cotacoes .europa, .cotacoeshphor .cotacoes .america {
            color: #7E7E7E;
            font-family: 'PT Sans', sans-serif;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 2px;
            cursor: pointer;
            width: 95%;
        }

    .cotacoeshphor .active a {
        color: #000 !important;
        font-weight: bold;
    }

    .cotacoeshphor .nav-tabs .active {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: right 4px;
    }

    .cotacoeshphor .nav-tabs {
        width: 100px;
        float: left;
        border: none;
        padding-top: 13px;
        margin-left: 15px;
    }

        .cotacoeshphor .nav-tabs > li {
            float: none;
            margin: 0px;
        }

            .cotacoeshphor .nav-tabs > li > a {
                margin: 0px;
                line-height: 1.42857143;
                border: none;
                border-radius: 0;
                position: inherit;
                padding: 0px;
                display: block;
                color: #7E7E7E;
                text-decoration: none;
                background-color: transparent;
            }

                .cotacoeshphor .nav-tabs > li > a:hover, .cotacoeshphor .nav-tabs > li > a:active, .cotacoeshphor .nav-tabs > li > a:focus {
                    margin: 0px;
                    line-height: 1.42857143;
                    border: none;
                    border-radius: 0;
                    position: inherit;
                    padding: 0px;
                    display: block;
                    color: #7E7E7E;
                    font-weight: bold;
                    text-decoration: none;
                    background-color: transparent;
                }

    .cotacoeshphor .tab-content {
        /*margin-left: 100px;*/
    }

        .cotacoeshphor .tab-content .up {
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -1590px -78px;
            float: left;
            height: 12px;
            width: 12px;
            margin-top: 14px;
        }

        .cotacoeshphor .tab-content .down {
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -1590px -31px;
            float: left;
            height: 12px;
            width: 12px;
            margin-top: 14px;
        }

        .cotacoeshphor .tab-content .cotacao {
            margin-left: 3px;
            margin-right: 20px;
            float: left;
            min-width: 87px;
            margin-top: 10px;
        }

            .cotacoeshphor .tab-content .cotacao .indice {
                font-family: 'PT Sans', sans-serif;
                font-size: 12px;
                text-transform: uppercase;
                font-weight: bold;
                color: #000;
            }

            .cotacoeshphor .tab-content .cotacao .variacoes {
                font-family: 'Merriweather', serif;
                font-size: 12px;
                text-transform: uppercase;
                font-weight: 400;
                float: left;
                padding-right: 10px;
            }

            .cotacoeshphor .tab-content .cotacao .percentagem {
                font-family: 'Merriweather', serif;
                font-size: 12px;
                text-transform: uppercase;
                font-weight: 400;
                float: right;
            }

            .cotacoeshphor .tab-content .cotacao .positivo {
                color: #13BD27;
            }

            .cotacoeshphor .tab-content .cotacao .negativo {
                color: #FF0000;
            }

.slick-frame {
    visibility: hidden;
}

#alerta {
    width: 100vw !important;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}

.alertanegocios {
    width: 100%;
    height: 40px;
    background-color: #ED1B24;
    padding-left: 15px;
    padding-right: 15px;
}

    .alertanegocios div {
        width: 100%;
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
    }

.alertanegocios {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
}

    .alertanegocios .watch {
        text-transform: none;
        margin-right: 45px;
    }

        .alertanegocios .watch:before {
            content: "\e900";
            font-family: 'icomoon' !important;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #FFFFFF;
            font-size: 20px;
            margin-right: 10px;
            margin-left: 10px;
            font-weight: normal;
            vertical-align: bottom;
        }

    .alertanegocios a {
        font-size: 16px;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: none;
    }

#masthead, #masthead1, #masthead2, #masthead3 {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*.masthead {
    width: 100%;
    background-image: url(../i/masthead.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.masthead2 {
    width: 100%;
    background-image: url(../i/masthead1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}*/

.pub {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin: 10px auto;
}

.alturaNoticia .pub {
    max-width: 300px;
}

.main {
    width: 100%;
    max-width: 1240px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.ico {
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 9;
}

.ivideo {
    background-position: 0px -349px;
}

.ifoto {
    background-position: -165px -349px;
}

.iinfo {
    background-position: -85px -349px;
}

.third {
    right: 86px;
}

.second {
    right: 43px;
}

.first {
    right: 0;
}

.destaque {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D8D8D8;
}

.seccao {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #7E7E7E;
    text-transform: uppercase;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    display: inline-block;
}

.emactualizacao {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #ED1C24;
    text-transform: uppercase;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    display: inline-block;
    margin-left: -4px;
}

    .seccao:hover, .emactualizacao:hover, .seccao:active, .emactualizacao:active, .seccao:focus, .emactualizacao:focus {
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
    }

.destaque .h1 {
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    width: 100%;
}

    .destaque .h1:hover {
        color: #ED1C24;
        text-decoration: none;
    }

.bullet:before {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    display: inline-block;
    background-color: #ED1C24;
    margin-right: 9px;
    margin-bottom: 2px;
}

.destaque .bullet:before {
    margin-bottom: 9px;
}

.bulletaominuto:before {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    display: inline-block;
    background-color: #ED1C24;
    margin-right: 9px;
    margin-bottom: 9px;
    -webkit-animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite;
}

.hora_autor_share {
    display: block;
    margin-bottom: 25px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #A9A9AB;
    text-decoration: none;
    float: left;
    max-height: 20px;
}

    .hora_autor_share > span {
        font-weight: bold;
        margin-right: 5px;
        margin-left: 5px;
    }

    .hora_autor_share > a.linkAutor {
        font-weight: bold;
        margin-right: 5px;
        margin-left: 5px;
        color: #A9A9AB;
        text-decoration: none;
    }

        .hora_autor_share > a.linkAutor:before {
            display: none;
        }

        .hora_autor_share > a.linkAutor:hover:before {
            display: none;
        }

    .hora_autor_share a {
        color: #A9A9AB;
        text-decoration: none;
        display: inline-block;
    }

        .hora_autor_share a:before {
            content: "";
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -6px -411px;
            display: inline-block;
            height: 14px;
            width: 16px;
            margin-right: 10px;
            margin-left: 10px;
        }

        .hora_autor_share a:hover {
            color: #000;
            text-decoration: none;
        }

            .hora_autor_share a:hover:before {
                content: "";
                background-image: url(../i/sprite.png);
                background-repeat: no-repeat;
                background-position: -36px -411px;
                display: inline-block;
                height: 14px;
                width: 16px;
                margin-right: 10px;
                margin-left: 10px;
            }

.imagemAbertura {
    display: block;
    height: 300px;
    float: left;
    position: relative;
    padding: 0;
    overflow: hidden;
}

#destaque04 {
    width: 100%;
}

    #destaque04 .imagemAbertura {
        display: block;
        height: 400px;
        float: left;
        position: relative;
        width: 100%;
        overflow: hidden;
        vertical-align: bottom;
    }

        #destaque04 .imagemAbertura img {
            height: auto;
            width: 100%;
            position: absolute;
            bottom: 0;
        }

    #destaque04 .lead {
        position: absolute;
        bottom: 20px;
        z-index: 2;
    }

    #destaque04 .imagemAbertura .mascara {
        height: 80%;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
        z-index: 1;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #destaque04 .imagemAbertura a {
        font-family: 'PT Sans', sans-serif;
        font-size: 50px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        width: 100%;
        text-align: center;
    }

        #destaque04 .imagemAbertura a:hover {
            color: #EB1C26;
            text-decoration: none;
        }

#destaque05 {
    width: 100%;
}

    #destaque05 .imagemAbertura {
        display: block;
        height: 300px;
        float: left;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        #destaque05 .imagemAbertura img {
            height: auto;
            width: 100%;
        }

    #destaque05 .lead {
        font-family: 'PT Sans', sans-serif;
        font-size: 43px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        width: 100%;
        text-align: center;
        display: block;
    }

        #destaque05 .lead:hover {
            color: #EB1C26;
            text-decoration: none;
        }

#destaque03 {
    width: 66.66666667%;
    padding-left: 0px;
    padding-right: 0px;
}

    #destaque03 .imagemAbertura {
        display: block;
        height: 300px;
        position: relative;
        padding-right: 0px;
        overflow: hidden;
        width: 100%;
        float: left;
    }

#destaque01 .imagemAbertura {
    display: block;
    height: 350px;
    float: right;
    position: relative;
    padding-right: 0px;
    overflow: hidden;
}

    #destaque01 .imagemAbertura img {
        width: auto;
        height: 100%;
    }

#destaque01 ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.destaque ul {
    display: inline-block;
    margin: 0px;
}

.destaque .col-lg-8 img {
    height: 100%;
    width: auto;
}

#destaque01 ul li, .destaque ul li {
    float: left;
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

    #destaque01 ul li:before, .destaque ul li:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -248px;
        height: 6px;
        width: 6px;
        position: absolute;
        left: 0;
        top: 6px;
    }

    #destaque01 ul li a, .destaque ul li a {
        color: #000;
        font-family: 'PT Sans', sans-serif;
        font-size: 16px;
        line-height: 18px;
        text-decoration: none;
    }

        #destaque01 ul li a:hover, .destaque ul li a:hover {
            color: #EB1C26;
            font-family: 'PT Sans', sans-serif;
            font-size: 16px;
            line-height: 18px;
            text-decoration: none;
        }

.blocoultimas {
    float: right !important;
}

.bloco_foto {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

    .bloco_foto img {
        width: 100%;
        height: auto;
    }
/*.bloco{
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}*/

.bloco .h2, .bloco .h3 {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    /*letter-spacing: -1px;*/
}

.height110 {
    /*height: 110px;
    overflow: hidden;*/
}

.height88 {
    /*height: 88px;
    overflow: hidden;*/
}

.height66 {
    /*height: 66px;
    overflow: hidden;*/
}

.height54 {
    /*height: 54px;
    overflow: hidden;*/
}

.bloco .h2:hover, .bloco .h3:hover {
    color: #EB1C26;
    text-decoration: none;
}

.bloco ul {
    display: block;
    padding: 0px;
    margin: 0px;
    clear: both;
}

    .bloco ul li {
        float: left;
        margin-bottom: 20px;
        list-style: none;
        position: relative;
        padding-left: 15px;
    }

        .bloco ul li a {
            color: #000;
            font-family: 'PT Sans', sans-serif;
            font-size: 16px;
            line-height: 18px;
            text-decoration: none;
        }

            .bloco ul li a:hover {
                color: #EB1C26;
                font-family: 'PT Sans', sans-serif;
                font-size: 16px;
                line-height: 18px;
                text-decoration: none;
            }

        .bloco ul li:before {
            content: "";
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: 0px -248px;
            height: 6px;
            width: 6px;
            position: absolute;
            left: 0;
            top: 6px;
        }

        .bloco ul li:hover:before {
            background-position: 0px -308px;
        }

.bloco .lead {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
    float: left;
}

.separador {
    width: 100%;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D8D8D8;
    float: left;
}

.bulletnegocios {
    width: 30px;
    height: 20px;
    display: inline-block;
    background-color: #F2F2F2;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 9px -85px;
    position: absolute;
    margin-top: 1px;
}

@media screen and (max-width: 767px) {

    .bulletnegocios {
        position: relative;
        margin: 0;
        vertical-align: bottom;
    }
}

#pubmobile {
    display: none;
    padding: 15px;
}

    #pubmobile .pub, #pubmobile1 .pub {
        width: 100%;
        text-align: right;
        font-family: 'PT Sans', sans-serif;
        font-size: 12px;
        color: #000;
    }

    #pubmobile .pubfield, #pubmobile1 .pubfield {
        width: 100%;
        background-color: #f2f2f2;
        text-align: center;
    }

    #pubmobile .publicidade, #pubmobile1 .publicidade {
        margin: 15px;
    }

.editorialHP {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

    .editorialHP .bloco {
        width: 100%;
        background-color: #f2f2f2;
        padding: 30px;
    }

    .editorialHP .foto {
        float: left;
        height: 171px;
        width: 131px;
        margin-top: 0px;
        margin-right: 30px;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .editorialHP .seccao {
        background-color: #ED1C24;
        display: inline-block;
        float: none;
    }

    .editorialHP .h2 {
        float: none;
        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        letter-spacing: -1px;
        height: auto;
        display: block;
    }

    .editorialHP .hora_autor_share {
        float: none;
    }

    .editorialHP .lead {
        float: none;
    }

.hora12 {
    font-size: 12px !important;
}

#negociostv {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.negsecHP {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    /*font-style: italic;*/
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin-left: 30px;
    letter-spacing: -0.5px;
}

    .negsecHP span {
        font-family: 'Merriweather', serif;
        font-size: 20px;
        /*font-style: italic;*/
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

    .negsecHP:hover, .negsecHP:active, .negsecHP:focus {
        color: #000;
        text-decoration: none;
    }

#negociostv .bloco {
    width: 100%;
    background-color: #303030;
    margin-top: 15px;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
}

    #negociostv .bloco .h3 {
        float: left;
        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        margin-top: 0px;
        letter-spacing: normal;
    }

    #negociostv .bloco .h2 {
        float: left;
        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        margin-top: 0px;
        letter-spacing: -1px;
    }

        #negociostv .bloco .h3:hover, #negociostv .bloco .h2:hover, #negociostv .vermais:hover, #weekend .h2:hover {
            color: #999999;
            text-decoration: none;
        }

#negociostv .lead {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    font-weight: 400;
    float: left;
}

#negociostv .vermais {
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #565656;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
}

.manchete03 {
    width: 100%;
    margin-bottom: 20px;
}

#ultimas03 {
    padding-right: 0px;
}

#ultimas {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 20px;
}

#ultimas1 {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
}

    #ultimas ul, #ultimas1 ul {
        margin: 0;
        padding: 0;
    }

        #ultimas ul li, #ultimas1 ul li {
            list-style-type: none;
            margin-bottom: 20px;
        }

            #ultimas ul li:after, #ultimas1 ul li:after {
                content: "";
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #D8D8D8;
                display: block;
                margin-top: 20px;
            }

            #ultimas ul li:last-child:after, #ultimas1 ul li:last-child:after {
                content: "";
                border-bottom-style: none;
                display: block;
                margin-top: 20px;
            }

            #ultimas ul li a, #ultimas1 ul li a {
                font-family: 'PT Sans', sans-serif;
                font-size: 16px;
                text-decoration: none;
                color: #000;
                font-weight: bold;
            }

                #ultimas ul li a span, #ultimas1 ul li a span {
                    font-weight: normal;
                }

                #ultimas ul li a:hover, #ultimas ul li a:active, #ultimas ul li a:focus, #ultimas1 ul li a:hover, #ultimas1 ul li a:active, #ultimas1 ul li a:focus {
                    color: #ED1C24;
                }

    #ultimas .bullet:after, #ultimas1 .bullet:after {
        content: "";
        width: 30px;
        height: 18px;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 8px -83px;
        display: inline-block;
    }

.desktopnone {
    display: none;
}

#pubpc, .destaquestxt {
    width: 100%;
    float: left;
    margin-top: 25px;
}

    #pubpc .pub, #pubpc .publicidade, .destaquestxt .pub, .destaquestxt .publicidade, #destaquestxt .pub {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

#pubpc1 .pub, #pubpc1 .publicidade {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.epaper {
    margin-top: 30px;
}

    .epaper:after, .epaper:before {
        display: block;
        content: "";
        clear: both;
    }

#epaper {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 50px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    line-height: normal;
}

    #epaper .capa {
        width: 176px;
        height: 196px;
        padding-top: 3px;
        padding-right: 14px;
        padding-bottom: 0px;
        padding-left: 16px;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1px -507px;
        float: left;
        margin: -60px 15px 0 0;
        vertical-align: bottom;
    }

        #epaper .capa img {
            width: 100%;
            max-width: 145px;
            height: auto;
        }

    #epaper a {
        font-family: 'Merriweather', serif;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        font-style: italic;
        letter-spacing: -1px;
    }

    #epaper .leiaNegocios {
        display: block;
        margin-bottom: 10px;
    }

@media screen and (max-width: 991px) and (min-width: 768px) {
    #epaper {
        padding-top: 35px;
    }
}

#epapertablet {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    line-height: normal;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1)25%, rgba(242, 242, 242, 1)25%, rgba(242, 242, 242, 1) 13%, rgba(242, 242, 242, 1)25%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1)25%, rgba(242, 242, 242, 1)25%, rgba(242, 242, 242, 1) 13%, rgba(242, 242, 242, 1)25%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1)25%, rgba(242, 242, 242, 1)25%, rgba(242, 242, 242, 1) 13%, rgba(242, 242, 242, 1)25%, rgba(242, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}


#epapertablet {
}



    #epapertablet .capa {
        width: 176px;
        height: 160px;
        overflow: hidden;
        padding-top: 3px;
        padding-right: 14px;
        padding-bottom: 0px;
        padding-left: 16px;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1px -507px;
        float: left;
        margin-right: 25px;
        vertical-align: bottom;
    }

        #epapertablet .capa img {
            width: 100%;
            max-width: 145px;
            height: auto;
        }

    #epapertablet a {
        font-family: 'Merriweather', serif;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        display: block;
        padding-top: 55px;
        padding-bottom: 10px;
        font-style: italic;
        letter-spacing: -1px;
    }

.cotacoesmercado {
    margin-top: 30px;
    float: left;
    width: 100%;
}

#cotacoesmercado {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.cambios {
    margin-top: 30px;
    float: left;
    width: 100%;
}

#cambios {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.maisneg {
    width: 100%;
    /*float: left;*/
    margin-top: 30px;
}

#maisneg {
    background-color: #f2f2f2;
    /*float: left;*/
    width: 100%;
    margin-top: 20px;
}

    #maisneg .nav-tabs {
        background-color: #7E7E7E;
        margin-bottom: 20px;
    }

        #maisneg .nav-tabs li {
            margin-bottom: -3px;
            text-align: center;
            min-width: 33.333%;
        }

            #maisneg .nav-tabs li a {
                font-family: 'PT Sans', sans-serif;
                font-size: 14px;
                color: #ffffff;
                font-weight: bold;
                text-decoration: none;
                border-radius: 0;
                margin: 0;
                padding-top: 12px;
                padding-right: 0px;
                padding-bottom: 12px;
                padding-left: 0px;
                border-left-width: 1px;
                border-left-style: solid;
                border-left-color: #FFF;
                border-right: none;
                border-top: none;
                border-bottom: none;
            }

        #maisneg .nav-tabs > li > a:hover {
            color: #000 !important;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
        }

        #maisneg .nav-tabs li a:focus, #maisneg .nav-tabs li a:hover {
            color: #ffffff;
            font-weight: bold;
            text-decoration: none;
            border-radius: 0;
            margin: 0;
            margin-bottom: -3px;
            background-color: #f2f2f2;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        #maisneg .nav-tabs > li.active > a, #maisneg .nav-tabs > li.active > a:focus, #maisneg .nav-tabs > li.active > a:hover {
            border: none;
            color: #000;
            cursor: default;
            background-color: #f2f2f2;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: #f2f2f2;
        }

    #maisneg .tab-content {
        padding-left: 30px;
        padding-right: 30px;
    }

#mlidas ul, #mcomentadas ul, #mpartilhadas ul, #mlidas1 ul, #mcomentadas1 ul, #mpartilhadas1 ul {
    margin: 0;
    padding: 0;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

    #mlidas ul li, #mcomentadas ul li, #mpartilhadas ul li, #mlidas1 ul li, #mcomentadas1 ul li, #mpartilhadas1 ul li {
        list-style-type: none;
        margin-bottom: 15px;
    }

        #mlidas ul li:after, #mcomentadas ul li:after, #mpartilhadas ul li:after, #mlidas1 ul li:after, #mcomentadas1 ul li:after, #mpartilhadas1 ul li:after {
            content: "";
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #D8D8D8;
            display: block;
            margin-top: 15px;
        }

        #mlidas ul li:last-child:after, #mcomentadas ul li:last-child:after, #mpartilhadas ul li:last-child:after, #mlidas1 ul li:last-child:after, #mcomentadas1 ul li:last-child:after, #mpartilhadas1 ul li:last-child:after {
            content: "";
            border-bottom-style: none;
            display: block;
            margin-top: 20px;
        }

@media (max-width: 991px) {
    #mlidas ul li:nth-child(4):after, #mcomentadas ul li:nth-child(4):after, #mpartilhadas ul li:nth-child(4):after {
        border: none;
    }
}

#maisneg ul li a {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

    #maisneg ul li a span {
        font-weight: normal;
    }

    #maisneg ul li a:hover, #maisneg ul li a:active, #maisneg ul li a:focus {
        color: #ED1C24;
    }

#maisneg .bullet:after {
    content: "";
    width: 30px;
    height: 18px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 8px -83px;
    display: inline-block;
}

.nopad {
    padding: 0;
}

.blocoduplo {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}

    .blocoduplo .bloco_foto {
        width: 50%;
        margin-bottom: 20px;
        float: right;
        position: relative;
        margin-left: 30px;
    }

    /*.blocoduplo .seccao {
        font-family: 'PT Sans', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        background-color: #7E7E7E;
        text-transform: uppercase;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        margin: 0;
        display: inline-block;
        float: none;
    }*/

    .blocoduplo .h2, .blocoduplo .h3 {
        float: none;
        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        letter-spacing: -1px;
        display: block;
    }

        .blocoduplo .h2:hover, .blocoduplo .h3:hover {
            color: #EB1C26;
            text-decoration: none;
        }

    .blocoduplo .hora_autor_share {
        float: none;
    }

    .blocoduplo .lead {
        float: none;
        font-family: 'Merriweather', serif;
        font-size: 16px;
        color: #000;
        line-height: 22px;
        font-weight: 400;
    }

#weekend {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    #weekend .bloco {
        width: 26%;
        margin-left: 74px;
        margin-top: 90px;
        position: absolute;
    }

    #weekend .seccao {
        background-color: #ED1C24;
        display: inline-block;
        float: none;
    }

    #weekend .h2 {
        float: none;
        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        letter-spacing: normal;
        height: auto;
        display: block;
    }

    #weekend .lead {
        float: none;
        color: #FFF;
        font-size: 14px;
        line-height: 18px;
    }

    #weekend .pestana {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 27%;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -748px;
    }

.maisweekend {
    position: absolute;
    width: 201px;
    right: 45px;
    top: 40px;
}

#weekend img {
    width: 100%;
    height: auto;
}

.maisweekend ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

    .maisweekend ul li {
        float: left;
        margin-bottom: 20px;
        list-style: none;
        position: relative;
        padding-left: 15px;
    }

        .maisweekend ul li:before {
            content: "";
            height: 6px;
            width: 6px;
            position: absolute;
            left: 0;
            top: 6px;
            background-color: #FFF;
            background-image: none !important;
        }

        .maisweekend ul li:hover:before {
            background-color: #B2B2B2;
        }

        .maisweekend ul li:first-child:before {
            content: "";
            background-color: transparent;
        }

        .maisweekend ul li a {
            color: #FFF;
            font-family: 'PT Sans', sans-serif;
            font-size: 14px;
            line-height: 18px;
            text-decoration: none;
            font-weight: bold;
        }

            .maisweekend ul li a:hover {
                color: #B2B2B2;
                text-decoration: none;
            }

.maisweekend .mais {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    border-top-width: 4px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFF;
    border-bottom-color: #FFF;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

.opiniaoHP, .economistasHP, .empresasHP, .naweb {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #f2f2f2;
    border-bottom-color: #f2f2f2;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .opiniaoHP .bloco, .economistasHP .bloco {
        padding-right: 18px;
        padding-left: 18px;
        text-align: center;
    }

        .opiniaoHP .bloco .box, .economistasHP .bloco .box {
            width: 100%;
            float: none;
            text-align: center;
            height: 88px;
            overflow: hidden;
        }

        .opiniaoHP .bloco a, .opiniaoHP .bloco figure, .opiniaoHP .bloco span, .economistasHP .bloco a, .economistasHP .bloco figure, .economistasHP .bloco span {
            float: none;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            margin-top: 15px;
        }

            .opiniaoHP .bloco figure img, .economistasHP .bloco figure img {
                margin-left: auto;
                margin-right: auto;
                min-height: 171px;
            }

    .opiniaoHP .hora_autor_share:hover, .economistasHP .hora_autor_share:hover {
        color: #A9A9AB;
        text-decoration: none;
    }

    .opiniaoHP .slick-prev, .economistasHP .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        display: block;
        background-color: #F1F1F1;
        height: 30px;
        width: 30px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -45px -240px;
        right: 40px;
        top: -32px;
        left: inherit;
    }

        .opiniaoHP .slick-prev:hover, .economistasHP .slick-prev:hover {
            background-color: #7E7E7E;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -45px -270px;
        }

    .opiniaoHP .slick-next, .economistasHP .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        display: block;
        background-color: #F1F1F1;
        height: 30px;
        width: 30px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -75px -240px;
        right: 0px;
        top: -32px;
        left: inherit;
    }

        .opiniaoHP .slick-next:hover, .economistasHP .slick-next:hover {
            background-color: #7E7E7E;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -75px -270px;
        }

.slick-next:before, .slick-prev:before {
    content: "";
}

#opiniaoHP .opi, #economistasHP .opi, #empresasHP .opi, #naweb .opi {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

    #opiniaoHP .opi:hover, #economistasHP .opi:hover, #empresasHP .opi:hover, #naweb .opi:hover {
        color: #EB1C26;
        text-decoration: none;
    }

#economistasHP span {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    float: right;
    margin-right: 90px;
    margin-top: 3px;
}

.blocoduplo .bloco_foto_eco {
    width: 130px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    margin-right: 30px;
}

.p0 {
    padding: 0px;
}

#fotoGalHP, #infografHP {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 30px;
}

    #fotoGalHP ul, #infografHP ul {
        margin: 0;
        padding: 0;
    }

        #fotoGalHP ul li, #infografHP ul li {
            list-style-type: none;
            margin-bottom: 20px;
        }

            #fotoGalHP ul li:after, #infografHP ul li:after {
                content: "";
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #D8D8D8;
                display: block;
                margin-top: 20px;
            }

            #fotoGalHP ul li:last-child:after, #infografHP ul li:last-child:after {
                content: "";
                border-bottom-style: none;
                display: block;
                margin-top: 20px;
            }

            #fotoGalHP ul li a, #infografHP ul li a {
                font-family: 'PT Sans', sans-serif;
                font-size: 16px;
                text-decoration: none;
                color: #000;
                font-weight: bold;
            }

                #fotoGalHP ul li a:hover, #infografHP ul li a:hover {
                    color: #EB1C26;
                }

    #fotoGalHP .bloco a, #infografHP .bloco a {
        font-size: 25px !important;
        font-weight: bold;
        line-height: 25px;
    }

    #fotoGalHP .bloco img, #infografHP .bloco img {
        width: 100%;
        height: auto;
    }

    #fotoGalHP .vermais, #infografHP .vermais, #massa .vermais, #caldeirao .vermais, #cartoon .vermais, #agendaHP .vermais {
        font-family: 'PT Sans', sans-serif;
        width: 100%;
        padding-top: 20px;
        text-align: right;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        display: inline-block;
    }

        #fotoGalHP .vermais:hover, #infografHP .vermais:hover, #massa .vermais:hover, #caldeirao .vermais:hover, #cartoon .vermais:hover, #agendaHP .vermais:hover {
            color: #EB1C26;
            text-decoration: none;
        }

#caldeirao li a {
    width: 100%;
}

#blocoopiniao .seccao {
    background-color: #ED1C24;
    display: inline-block;
    float: none;
}

.mercdivida {
    float: left;
    width: 100%;
}

#mercdivida {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.analiseacoes {
    margin-top: 30px;
    float: left;
    width: 100%;
}

#analiseacoes {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 500px;
}

.asminhasacoes {
    margin-top: 30px;
    float: left;
    width: 100%;
}

#asminhasacoes {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 750px;
}

#asminhasacoes {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 750px;
}

.massamonetaria, .caldeirao, .cartoon {
    margin-top: 30px;
    float: left;
    width: 100%;
}

#massamonetaria {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    margin-top: 10px;
}

#anuncioscofina {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}

.anuncioscofina {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#massa, #caldeirao, #cartoon, #agendaHP {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
}

    #massa ul, #caldeirao ul, #agendaHP ul {
        margin: 0;
        padding: 0;
    }

        #massa ul li, #caldeirao ul li, #agendaHP ul li {
            list-style-type: none;
            margin-bottom: 20px;
        }

            #massa ul li:after, #caldeirao ul li:after, #agendaHP ul li:after {
                content: "";
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #D8D8D8;
                display: block;
                margin-top: 20px;
            }
            /*#massa ul li:last-child:after{
	content: "";
	border-bottom-style: none;
	display:block;
	margin-top:20px;
}*/

            #massa ul li a, #caldeirao li a, #agendaHP li a {
                font-family: 'PT Sans', sans-serif;
                font-size: 16px;
                text-decoration: none;
                color: #000;
                display: inline-block;
                font-weight: bold;
            }

                #massa ul li a span, #caldeirao li a span, #agendaHP li a span {
                    font-weight: bold;
                }

                #massa ul li a:hover, #massa ul li a:active, #massa ul li a:focus, #caldeirao ul li a:hover, #caldeirao ul li a:active, #caldeirao ul li a:focus, #agendaHP ul li a:hover, #agendaHP ul li a:active, #agendaHP ul li a:focus, #documentosHP ul li a:hover, #documentosHP ul li a:active, #documentosHP ul li a:focus, #especiaisHP ul li a:hover, #especiaisHP ul li a:active, #especiaisHP ul li a:focus {
                    color: #ED1C24;
                }

    #massa .data, #caldeirao .data, #agendaHP .data {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        text-decoration: none;
        color: #7E7E7E;
        width: 100%;
        margin-bottom: 8px;
        display: inline-block;
    }

        #massa .data span, #caldeirao .data span, #agendaHP .data span {
            font-weight: bold;
        }

    #massa .autor {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        text-decoration: none;
        color: #7E7E7E;
        width: 100%;
        margin-top: 8px;
        display: inline-block;
    }

.massamonetaria {
    position: relative;
}

    .massamonetaria .cerebro {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1488px -358px;
        width: 110px;
        height: 80px;
        position: absolute;
        right: 20px;
        top: 0;
    }

#caldeirao .respostas {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #7E7E7E;
    margin-top: 8px;
    display: inline-block;
}

#caldeirao .visuais {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #7E7E7E;
    margin-top: 8px;
    display: inline-block;
    margin-left: 20px;
}

.empresasHP .bloco, .naweb .bloco {
    margin-top: 20px;
}

#classificadosCenter, #classificadosBottom {
    width: 672px;
    padding: 20px 0;
    margin: 0 auto;
}

.blocod2 .bloco_foto {
    width: 22%;
    margin-bottom: 20px;
    float: right;
    position: relative;
    margin-left: 30px;
}

#naweb .h3 {
    margin-top: 0px;
}

#cartoon .bloco_foto {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    position: relative;
}

#cartoon {
    margin-bottom: 30px;
}

.agendaHP {
    margin-top: 0px;
    float: left;
    width: 100%;
    position: relative;
}

#agendaHP .data {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #7E7E7E;
    width: 100%;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

    #agendaHP .data span {
        font-weight: normal;
        float: right;
    }

#agendaHP li {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    font-weight: bold;
    width: 100%;
}

#agendaHP .autor {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #7E7E7E;
    width: 100%;
    margin-top: 8px;
    display: inline-block;
}

.blocoagenda .calendario {
    width: 100%;
    background-color: #7E7E7E;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
}

    .blocoagenda .calendario .dia {
        font-family: 'PT Sans', sans-serif;
        font-size: 56px;
        color: #FFFFFF;
        float: left;
        margin-left: 20px;
        width: 94px;
        text-align: center;
        font-weight: bold;
        line-height: 50px;
    }

    .blocoagenda .calendario .mes {
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        color: #FFFFFF;
        display: block;
        font-weight: bold;
        line-height: 20px;
    }

    .blocoagenda .calendario .semana {
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        color: #FFFFFF;
        display: block;
    }

.agendaHP .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    background-color: transparent;
    height: 30px;
    width: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -111px -244px;
    left: 48px;
    top: 64px;
    z-index: 1;
}

    .agendaHP .slick-prev:hover {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -111px -279px;
    }

.agendaHP .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    background-color: transparent;
    height: 30px;
    width: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -161px -244px;
    right: 48px;
    top: 64px;
    left: inherit;
}

    .agendaHP .slick-next:hover {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -161px -279px;
    }

.agendaHP .vermais {
    font-family: 'PT Sans', sans-serif;
    padding-top: 20px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 40px;
    padding-bottom: 30px;
}

    .agendaHP .vermais:hover {
        color: #EB1C26;
        text-decoration: none;
    }

#agendaHP {
    padding-bottom: 55px;
}

.barometro {
    margin-top: 30px;
    float: left;
    width: 100%;
}

#barometro {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
}

    #barometro span, .barometroNoticia span {
        font-size: 20px;
        font-weight: bold;
        display: block;
        font-family: 'PT Sans', sans-serif;
        margin-bottom: 20px;
    }

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=radio].css-checkbox + label.css-label {
        padding-left: 27px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: -1579px -108px;
        font-size: 16px;
        font-family: 'PT Sans', sans-serif;
        font-weight: normal;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=radio].css-checkbox:checked + label.css-label {
        background-position: -1579px -130px;
    }

label.css-label {
    background-image: url(../i/sprite.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
}

#barometro .radioBtnImg span, .barometroNoticia .radioBtnImg span {
    background-image: url(../i/sprite.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: inherit;
}

#barometro input[type=radio].css-checkbox + label > span.radioBtnImg, .barometroNoticia input[type=radio].css-checkbox + label > span.radioBtnImg {
    background-image: url(../i/sprite.png);
    width: 20px;
    height: 20px;
    padding-left: 27px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -1579px -108px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}

#barometro input[type=radio].css-checkbox:checked + label > span.radioBtnImg, .barometroNoticia input[type=radio].css-checkbox:checked + label > span.radioBtnImg {
    background-position: -1579px -130px;
}

#barometro label, .barometroNoticia label {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    line-height: 20px;
    text-indent: -27px;
    margin-left: 27px;
    margin-bottom: 10px;
}

#barometro div:nth-child(3) > label, .barometroNoticia div:nth-child(3) > label {
    margin-bottom: 0;
}

.radiomargin {
    margin-left: 30px;
}

#barometro .btn-default, .barometroNoticia .btn-default {
    background-color: #ED1B24;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    min-width: 110px;
    width: auto;
    text-align: center;
    float: left;
    margin-right: 15px;
}

#barometro .btn-link, .barometroNoticia .btn-link {
    background-color: #7e7e7e;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    width: 110px;
    text-align: center;
    float: left;
}

    #barometro .btn-link:hover, #barometro .btn-default:hover, .barometroNoticia .btn-link:hover, .barometroNoticia .btn-default:hover {
        background-color: #A8A9AB;
    }

#documentosHP, #especiaisHP {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
}

    #documentosHP ul, #especiaisHP ul {
        margin: 0;
        padding: 0;
    }

        #documentosHP ul li, #especiaisHP ul li {
            list-style-type: none;
            margin-bottom: 20px;
        }

    #documentosHP .data {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        text-decoration: none;
        color: #7E7E7E;
        width: 100%;
        margin-bottom: 8px;
        display: inline-block;
        font-weight: bold;
    }

    #especiaisHP .data {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        text-decoration: none;
        color: #7E7E7E;
        width: 100%;
        margin-bottom: 8px;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
    }

    #documentosHP li a {
        font-family: 'PT Sans', sans-serif;
        font-size: 16px;
        text-decoration: none;
        color: #000;
        display: inline-block;
        font-weight: bold;
    }

    #especiaisHP li a {
        font-family: 'PT Sans', sans-serif;
        font-size: 16px;
        text-decoration: none;
        color: #000;
        font-weight: bold;
    }

    #documentosHP ul li:after, #especiaisHP ul li:after {
        content: "";
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #D8D8D8;
        display: block;
        margin-top: 20px;
    }

    #documentosHP .vermais, #especiaisHP .vermais {
        font-family: 'PT Sans', sans-serif;
        width: 100%;
        padding-top: 20px;
        text-align: right;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        display: inline-block;
    }

        #documentosHP .vermais:hover, #especiaisHP .vermais:hover {
            color: #EB1C26;
            text-decoration: none;
        }

.documentosHP, .especiaisHP {
    margin-top: 30px;
    float: left;
    width: 100%;
    position: relative;
}

.documentosHP {
    margin-top: 0;
}

.simbolodocs {
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1518px -491px;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 0;
}

.especiaisHP .bloco_foto {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    float: left;
    position: relative;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

    .especiaisHP .bloco_foto img {
        height: 100%;
        width: auto;
        min-width: 50px;
        min-height: 50px;
    }

.section.sitemap, .section.copyrights {
    max-width: 1240px;
    margin: 0 auto;
    font-size: 14px;
}

.section.sitemap {
    padding: 50px 0 25px 0;
    background: #F0F0F0;
    overflow: hidden;
}

footer .section:before {
    display: table;
    content: " ";
}

footer {
    background: #f0f0f0;
    background: -moz-linear-gradient(left, #f0f0f0 50%, #a8a9ab 50%);
    background: -webkit-linear-gradient(left, #f0f0f0 50%, #a8a9ab 50%);
    background: linear-gradient(to right, #f0f0f0 50%, #a8a9ab 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#a8a9ab', GradientType=1);
    font-family: 'PT Sans', sans-serif;
    margin-top: 30px;
}

.footer-links-container {
    width: 80%;
    padding-left: 15px;
}

    .footer-links-container:after {
        content: "";
        clear: both;
        display: block;
    }

.negocios-footer {
    position: absolute;
    top: -50px;
    left: 100%;
    margin-left: -20%;
    background: #A8A9AB;
    padding-left: 30px;
    padding-top: 50px;
    width: inherit;
    height: 1000px;
}

.st.bl {
    margin-bottom: 30px;
}

.section.sitemap ul {
    margin: 0px;
    padding: 0px;
}

.section.sitemap li {
    list-style: none;
}

.section.sitemap a {
    color: #000;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section.sitemap a {
        font-size: 12px;
    }

    .negocios-footer {
        max-width: 300px;
    }

        .negocios-footer li {
            max-width: 180px;
        }
}

.section.sitemap a:hover {
    color: #ED1C24 !important;
    text-decoration: none;
}

.negocios-logo-footer {
    margin-top: -10px;
    margin-bottom: 35px;
    width: 137px;
    height: 28px;
    background-image: url(../i/sprite.png);
    background-position: -305px -2px;
    display: block;
}

.footer-links {
    margin-top: -20px !important;
    margin-bottom: 30px !important;
    background-repeat: no-repeat;
}

    .footer-links li {
        margin-bottom: 2px;
    }

.social-sitemap {
    margin-top: -15px;
}

.copyrights-sitemap {
    margin-top: 15px;
}

    .copyrights-sitemap p {
        font-family: "ITCFG-BkCd";
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

.footer-links-group {
    display: inline-block;
}

.negocios-footer ul li a {
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}

.negocios-footer ul li {
    margin-bottom: 10px;
}

.social-sitemap {
    margin-top: -15px;
}

ul.social li {
    display: inline-block;
    position: relative;
}

.social-sitemap ul.social.lg a {
    margin-right: 0;
    background-image: url(../i/sprite.png);
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 20px;
}

.social-sitemap .fb {
    background-position: -490px -360px;
}

.social-sitemap .tw {
    background-position: -440px -360px;
}

.social-sitemap .rss {
    background-position: -590px -360px;
}

.section.jornais {
    padding: 40px 0 50px 0;
}

    .section.jornais .container {
        position: relative;
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1240px;
        margin: auto;
    }

.negocios-list-group li {
    padding-left: 10px;
    margin-bottom: 10px;
    list-style: none;
}

    .negocios-list-group li a {
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        font-family: 'PT Sans', sans-serif;
        padding-left: 5px;
        font-weight: bold;
    }

        .negocios-list-group li a:hover {
            color: #ED1C24;
            text-decoration: none;
        }

    .negocios-list-group li:before {
        color: #ee1400;
        content: "";
        display: inline-block;
        margin-left: -10px;
        font-size: 7px;
        top: -1px;
        position: relative;
        Width: 5px;
        height: 6px;
        background-image: url(../i/sprite.png);
        background-position: -994px -8px;
    }

.section.jornais ul {
    padding: 0px;
}

.section.jornais img.logos {
    margin-bottom: 30px;
}

.copy {
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #1F1F1F;
    color: #A9A9A9;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
}

    .copy a {
        color: #FFFFFF;
        text-decoration: none;
    }

.tabletshow {
    display: none;
}

.mastheadtablet {
    display: none;
}

.separadort {
    display: none;
}

#pubmobile1, #pubmobileX, #pubmobileY, #pubmobileZ {
    display: none;
}

#ultimas .ul1, #ultimas1 .ul1 {
    display: none;
}

#pubmobileX, pubmobileY, #pubmobileZ {
    display: none;
}

.bloco_fotomobile {
    /*display: none;*/
}

.barramobilebottom {
    display: none;
}

.pesquisamobile {
    display: none;
}

.doublecolum {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.cabeca_abertura_negociosemrede {
    width: 418px;
    height: 55px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -5px -889px;
    margin-bottom: 30px;
}

.cabeca_negociosemrede {
    width: 192px;
    height: 24px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -944px;
}

.quemsomos {
    font-family: "Franklin Gothic Demi Cond";
    font-size: 16px;
    color: #a7a9aa;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-bottom: 10px;
}

.leadquemsomos {
    font-family: "Franklin Gothic Book";
    font-size: 18px;
    color: #000;
    float: left;
    display: block;
}

.parceiros {
    font-family: "Franklin Gothic Demi Cond";
    font-size: 14px;
    color: #a7a9aa;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-bottom: 10px;
}

.parceiro {
    border: 1px solid #D8D8D8;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 14px;
    margin-bottom: 20px;
}

.logoparceiro {
    width: 100%;
    height: 110px;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

.nomeparceiro {
    color: #a7a9aa;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1;
}

    .nomeparceiro:hover {
        color: #ed1c24;
        text-decoration: none;
    }

.dataparceiro {
    color: #ed1c24;
    float: left;
    display: block;
    width: 100%;
    text-align: left;
}

#negociosemrede .h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

#negociosemrede .separador {
    margin-top: 20px;
}

#blocoiniciativas {
    max-width: 1240px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

    #blocoiniciativas .blocoDtq {
        text-align: center;
        position: relative;
        padding-top: 60px;
        margin-top: -10px;
    }

        #blocoiniciativas .blocoDtq .h3 {
            font-family: 'PT Sans', sans-serif;
            font-size: 14px;
            font-weight: normal;
            color: #000;
            text-decoration: none;
        }

        #blocoiniciativas .blocoDtq a:hover, #blocoiniciativas .blocoDtq a:hover:before {
            color: #ed1c24;
            text-decoration: none;
        }

.icon-negocios-num-minuto:before {
    content: "\e90b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7D7D;
    font-size: 65px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 0;
}

.icon-saude-sustentavel:before {
    content: "\e906";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7D7D;
    font-size: 65px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
}

.icon-observatorio-sectores:before {
    content: "\e905";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7D7D;
    font-size: 65px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
}

.icon-premios-exportacao---internacionalizacao:before {
    content: "\e914";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7D7D;
    font-size: 65px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 0;
}

.icon-premio-excellens-oeconomia:before {
    content: "\e913";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7D7D;
    font-size: 65px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
}

.icon-observatorio:before {
    content: "\e90d";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7D7D;
    font-size: 65px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 0;
}

.icon-poderosos:before {
    content: "\e907";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7D7D;
    font-size: 65px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
}

.icon-negocios-e-portugal:before {
    content: "\e90c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7D7D;
    font-size: 65px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 0;
}

.icon-redaccao-aberta:before {
    content: "\e909";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7D7D;
    font-size: 65px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
}

.icon-conferencia-negocios:before {
    content: "\e90a";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7D7D7D;
    font-size: 65px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
}

.breadcrumb {
    padding: 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

    .breadcrumb a, .breadcrumb span {
        color: #ed1c24;
        text-decoration: none;
        font-weight: bold;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
    }

#canaliniciativas .breadcrumb {
    margin-left: 0px;
}

#canaliniciativas .col_left {
    padding-right: 15px;
}

    #canaliniciativas .col_left .h2 {
        font-size: 28px;
    }

#canaliniciativas #secondblock {
    margin-top: 0px;
}

@media screen and (max-width: 586px) and (min-width: 0px) {
    #canaliniciativas #firstblock, #canaliniciativas #secondblock {
        margin-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#canalopiniao .blocoOpiniao {
    max-width: 1240px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) and (max-width: 1280px) {
    #canalopiniao .blocoOpiniao {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.blocoOpiniao .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    background-color: #FFF;
    height: 30px;
    width: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -45px -240px;
    right: inherit; /* left: -45px; */
}

.blocoOpiniao .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    background-color: #FFF;
    height: 30px;
    width: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -75px -240px;
    /* right: -45px; */
    left: inherit;
}

.blocoOpiniao .slick-list {
    max-width: 80%;
}

.blocoOpiniao .boxDtq {
    width: auto;
    float: none;
    text-align: left;
    height: auto;
    overflow: hidden;
    margin-top: 44px;
}

#canalopiniao .vertodos {
    display: table;
    width: auto;
    position: absolute;
    margin-left: 450px;
    padding-top: 47px;
    padding-right: 50px;
    z-index: 1;
    left: 50%;
    right: 0;
    text-align: right;
}

    #canalopiniao .vertodos a {
        font-family: 'PT Sans', sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
    }

        #canalopiniao .vertodos a:hover {
            color: #EB1C26;
            text-decoration: none;
        }

#canalopiniao .newsCol_left {
    width: 22%;
    float: left;
    padding-right: 30px;
}

#canalopiniao .newsCol_right {
    width: 78%;
    float: left;
}

#canalopiniao .hora_autor_share {
    margin-bottom: 10px;
}

#canalopiniao .imgcartoon {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

    #canalopiniao .imgcartoon img {
        width: 100%;
    }

#canalopiniao .timeline {
    height: 50px;
    width: 180px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
    background-color: #A7A9A9;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
}

@media screen and (max-width: 769px) and (min-width: 415px) {
    #canalopiniao .vertodostablet {
        width: 100%;
        height: 50px;
        background-color: #7D7D7D;
        text-align: center;
        display: block;
        clear: both;
        margin-bottom: 30px;
    }

        #canalopiniao .vertodostablet a {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            line-height: 50px;
            color: #FFF;
        }

    #canalopiniao .main {
        margin-top: 0;
    }

    #canalopiniao .timeline {
        width: 100%;
        max-width: 100%;
    }

    #canalopiniao .ontem {
        width: 50%;
        ;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

        #canalopiniao .ontem .newsCol_left {
            width: 100%;
            float: none;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        #canalopiniao .ontem .newsCol_right {
            width: 100%;
            float: none;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            display: inline-block;
            min-height: 120px;
        }

        #canalopiniao .ontem .seccao, #canalopiniao .ontem .lead {
            display: none;
        }

    #canalopiniao .ontemcartoon .newsCol_left {
        display: none;
    }

    #canalopiniao .ontemcartoon .newsCol_right {
        width: 100%;
    }
}

@media screen and (max-width: 414px)and (min-width: 0px) {
    #canalopiniao .newsRow {
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: left;
    }

    #canalopiniao .newsCol_left {
        width: 130px;
        float: left;
        padding-right: 0px;
        margin-bottom: 15px;
    }

    #canalopiniao .newsCol_right {
        width: 160px;
        float: left;
        margin-bottom: 0;
        padding-top: 20px;
    }

        #canalopiniao .newsCol_right .hora_autor_share {
            font-size: 0px;
        }

            #canalopiniao .newsCol_right .hora_autor_share > span {
                font-size: 14px;
            }

            #canalopiniao .newsCol_right .hora_autor_share a {
                display: none;
            }

        #canalopiniao .newsCol_right .h2 {
            font-size: 20px;
        }

    #canalopiniao .seccao, #canalopiniao .lead {
        display: none;
    }

    #canalopiniao .cartoonmobile .seccao {
        font-family: 'PT Sans', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        background-color: #7E7E7E;
        text-transform: uppercase;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        margin: 0;
        display: inline-block !important;
        float: left;
    }

    #canalopiniao .cartoonmobile .hora_autor_share {
        display: none;
    }

    #canalopiniao .cartoonmobile .newsCol_left {
        display: none;
    }

    #canalopiniao .cartoonmobile .newsCol_right {
        width: 100%;
        padding: 0;
    }

    #canalopiniao .timeline {
        width: 100%;
        max-width: 100%;
    }

    #canalopiniao .vertodostablet {
        width: 100%;
        height: 50px;
        background-color: #7D7D7D;
        text-align: center;
        display: block;
        clear: both;
        margin-bottom: 30px;
    }

        #canalopiniao .vertodostablet a {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            line-height: 50px;
            color: #FFF;
        }

    /*#canalopiniao .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
        float: left;
    }*/
}

@media screen and (max-width: 1024px) and (min-width: 375px) {
    /*#canalopiniao .mainbarraconteiner {
	margin-left: 0px;
}
#canalopiniao .container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}*/
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    #destaque01 .imagemAbertura img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .aftertab:after {
        display: none !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 375px) {
    .alertanegocios {
        font-size: 0px;
        height: 60px;
        left: 0;
    }

        .alertanegocios span {
            float: left;
        }

        .alertanegocios a {
            font-size: 16px;
            color: #FFFFFF;
            text-decoration: none;
            text-transform: none;
            display: block;
            line-height: 20px;
            max-width: 75%;
        }

    .alertapub {
        display: block;
    }

    .alertanegocios div {
        width: 100%;
        margin-top: 10px;
        float: left;
    }

    .alertanegocios .watch {
        font-size: 12px;
    }

        .alertanegocios .watch:before {
            vertical-align: middle;
        }



    .bloco ul li {
        min-height: 40px;
    }

    #destaque03 {
        width: 100%;
    }

    #destaque01 .imagemAbertura {
        display: block;
        height: auto;
        float: left;
        position: relative;
        width: 100%;
        padding-left: 0px;
    }

    .blocoultimas {
        display: none;
    }

    .tabletnone {
        display: none !important;
    }

    #pubmobile {
        display: block;
        clear: both;
    }

    #pubmobile1 {
        display: block;
    }

    .tabletshow {
        display: block;
    }

    .mastheadtablet {
        display: block;
    }



    .imagemAbertura {
        display: block;
        height: auto;
        float: left;
        position: relative;
        width: 100%;
    }

    #negociostv .col-sm-12 .bloco_foto {
        padding: 0px;
    }

    #negociostv .bloco .h2 {
        float: none;
        display: block;
        padding-left: 20px;
        font-size: 20px;
    }

    #negociostv .lead {
        float: none;
        padding-left: 20px !important;
        display: block;
        font-size: 12px;
    }

    .pl0 {
        padding-left: 0px;
    }

    .separadort {
        width: 100%;
        height: 1px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #565656;
        float: left;
        display: block;
        margin-bottom: 20px;
    }

    #negociostv .bloco .h3 {
        font-size: 20px;
    }

    #ultimas ul, #ultimas1 ul {
        /*margin: 0;
        padding: 0;
        width: 47%;
        float: left;*/
    }

    #ultimas .ul1, #ultimas1 .ul1 {
        margin-left: 5%;
        display: block;
    }

    #pubpc {
        width: 100%;
        float: left;
        margin-top: 25px;
    }

    .destaquestxt {
        display: none;
    }

    #masthead1 {
        display: none;
    }

    #pubpc1 {
        display: none;
    }


    .maisneg {
        margin-bottom: 30px;
    }
    /*
.aftertab:after {
	display: none!important;
}*/
    .maisweekend {
        display: none;
    }

    #weekend .pestana {
        display: none;
    }

    #weekend .lead {
        display: none;
    }

    #weekend .bloco {
        width: 40%;
        margin-left: 74px;
        margin-top: 48px;
        position: absolute;
    }

    #weekend {
        height: 200px;
        overflow: hidden;
    }

        #weekend img {
            margin-top: -5%;
        }

    #fotoGalHP ul, #infografHP ul {
        margin: 0;
        padding: 0;
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }

    #fotoGalHP .bloco:after, #infografHP .bloco:after {
        content: "";
        display: none !important;
    }

    #fotoGalHP .vermais, #infografHP .vermais {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #D8D8D8;
        margin-top: 20px;
    }

    .empresasHP {
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #f2f2f2;
        border-bottom-color: #f2f2f2;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .section.sitemap {
        padding: 0px;
        background: #a8a9ab;
        overflow: hidden;
    }

    .negocios-footer {
        position: inherit;
        top: 0px;
        left: 0px;
        margin-left: 0%;
        background: #A8A9AB;
        padding-left: 30px;
        padding-top: 50px;
        width: 100%;
        height: auto;
    }

        .negocios-footer ul.footer-links {
            -webkit-column-count: 2; /* Chrome, Safari, Opera */
            -moz-column-count: 2; /* Firefox */
            column-count: 2;
            width: 50%;
        }

    .section.sitemap ul.footer-links {
        float: left;
    }

    .social-sitemap {
        position: absolute;
        right: 0;
        top: 30px;
    }

        .social-sitemap .social {
            float: right !important;
            margin-right: 40px !important;
        }

            .social-sitemap .social li {
                float: left;
                margin-left: 20px;
            }

    .footer-links .nom {
        margin-bottom: 0px;
    }

    .copy {
        width: 100%;
        text-align: center;
        padding: 20px;
        background-color: #ffffff;
        color: #000000;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 30px;
    }

        .copy a {
            color: #000000;
            text-decoration: none;
        }

    .mainbarraconteiner {
        top: 0;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
        margin-left: -15px;
    }

    #navtop {
        margin-top: 0px;
    }

    .mt80 {
        margin-top: 100px !important;
    }

    .alertapubmargem {
        margin-bottom: 20px !important;
    }

    #assinar {
        margin-right: 15px;
    }

    .search {
        width: 220px;
    }

        .search input {
            margin-left: 200px;
        }

            .search:hover input, .search input:focus {
                width: 200px;
            }

    #pubmobileX, pubmobileY, #pubmobileZ {
        display: none;
    }

    .bloco_fotomobile {
        /*display: none;*/
    }

    .mobileshowing {
        display: none;
    }

    .barramobilebottom {
        display: none;
    }

    .pesquisamobile {
        display: none;
    }

    #destaque04 .imagemAbertura, #destaque05 .imagemAbertura {
        height: auto;
    }

        #destaque04 .imagemAbertura img {
            position: inherit;
        }

    #destaque04 .col-lg-6, #destaque05 .col-lg-6 {
        padding: 0;
    }

    .height54 {
        /*height: 88px;*/
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}


@media screen and (max-width: 991px) and (min-width: 768px) {
    #mlidas ul, #mcomentadas ul, #mpartilhadas ul, #ultimas ul {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
}

.pushmenu {
    overflow-y: auto;
}

.bloco .h2 {
    font-size: 20px;
}

.cartoonItem .newsCol_right {
    padding-left: 22%;
    width: 100% !important;
}

@media screen and (max-width: 767px) and (min-width: 0px) {


    .bloco .h2, .bloco .h3 {
        font-size: 16px;
        margin-top: 0px;
    }

    #firstblock .bloco .h2, #firstblock .bloco .h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    #negociosemrede .maisNoticiasLink {
        display: none;
    }

    .cabeca_negociosemrede {
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .parceiro {
        border-left-style: none;
        border-right-style: none;
        border-top-style: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .cabeca_abertura_negociosemrede {
        width: 192px;
        height: 24px;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 0px -944px;
        margin-bottom: 10px;
    }

    #sectores {
        padding: 15px;
    }

        #sectores .subLinkTop li:last-child {
            margin-bottom: 15px;
            border-bottom: 1px solid #D8D8D8;
        }

    .alertanegocios {
        font-size: 0px;
        min-height: 60px;
        padding-bottom: 10px;
    }

        .alertanegocios span {
            float: left;
        }

        .alertanegocios .watch {
            font-size: 12px;
            margin-right: 20px;
            display: block;
        }

        .alertanegocios a {
            font-size: 16px;
            color: #FFFFFF;
            text-decoration: none;
            text-transform: none;
            display: flex;
            line-height: 20px;
            padding-right: 15px;
        }

    #destaque04 .imagemAbertura, #destaque05 .imagemAbertura {
        height: 180px;
        float: none;
        text-align: center;
    }

        #destaque04 .imagemAbertura img, #destaque05 .imagemAbertura img {
            position: inherit;
            height: 100%;
            width: auto; /*	margin-left: -25%;*/
        }

    #destaque04 .col-lg-6, #destaque05 .col-lg-6 {
        padding: 0;
    }

    .tabletnone {
        display: none !important;
    }

    .mobilenone {
        display: none !important;
    }

    .mobileshow {
        display: block !important;
    }

    .mainbarraconteiner {
        left: 0;
        top: 0;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
        margin-left: 0px;
        height: 60px;
    }

    #navtop {
        margin-top: 0px;
        height: 60px;
    }

    .logo {
        background-image: url(../i/sprite.png);
        background-position: -569px -2px;
        float: none;
        height: 30px;
        width: 151px;
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #user, #pesquisabarra, #masthead {
        display: none;
    }

    #firstblock {
        margin-top: 80px;
    }

    .noMT {
        margin-top: 10px !important;
    }

    .alertapubmargem {
        margin-bottom: 20px !important;
    }

    #destaque03 {
        width: 100%;
    }

        #destaque03 .imagemAbertura {
            display: block;
            height: 180px;
            float: left;
            position: relative;
            width: 100%;
        }

    .destaque .h1 {
        font-size: 28px;
        margin-left: 15px;
        padding-right: 30px;
    }

    .container {
        width: 100%;
        margin: 0px;
        /*padding: 0px;*/
        position: relative;
    }

    .pads0 {
        padding: 0px !important;
    }

    .destaque .seccao {
        margin-left: 15px;
    }

    .destaque .hora_autor_share {
        margin-left: 15px;
    }

    .imagemAbertura {
        display: block;
        height: 180px;
        float: left;
        position: relative;
        width: 100%;
    }

        .imagemAbertura img {
            height: 100%;
            width: auto;
        }

    #destaque01 {
        padding-left: 0px;
    }

        #destaque01 .imagemAbertura {
            display: block;
            height: 180px;
            float: left;
            position: relative;
            width: 100%;
        }

    #pubmobileX, #pubmobileY, #pubmobileZ {
        display: block;
    }

    #pubmobile, #pubmobile1, #pubmobileX, #pubmobileY, #pubmobileZ {
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

        #pubmobile .pubfield, #pubmobile1 .pubfield, #pubmobileX .pubfield, #pubmobileY .pubfield, #pubmobileZ .pubfield {
            width: 100%;
            background-color: #ffffff;
            text-align: center;
        }

    .pub {
        /*padding-right: 15px;*/
    }

    .bloco {
        margin-bottom: 30px;
        float: left;
    }

    .editorialHP .bloco {
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .editorialHP .foto {
        float: right;
        margin: 0px;
    }

    .editorialHP .seccao {
        margin-top: 20px;
    }

    .editorialHP .hora_autor_share a, .blocoduplo .hora_autor_share a {
        display: none;
    }

    .blocomobile .hora_autor_share {
        font-size: 12px;
    }

    .blocomobile .h2 {
        font-size: 16px;
    }

    .bloco_fotomobile {
        /*display: block;*/
    }

    .blocomobile .bloco_foto, .bloco_fotomobile {
        width: 130px;
        height: 80px;
        margin-bottom: 20px;
        float: right;
        position: relative;
        margin-left: 30px;
        overflow: hidden;
        display: block;
    }

        .blocomobile .bloco_foto img, .bloco_fotomobile img {
            width: auto;
            height: 100%;
        }

    #secondblock {
        margin-top: 0px;
    }

    #mlidas ul, #mcomentadas ul, #mpartilhadas ul {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    .nopad {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }

    .maisneg {
        margin-bottom: 30px;
        background-color: #f2f2f2;
        margin-top: 0px;
        width: 100vw !important;
        margin-left: -50vw;
        left: 50%;
        position: relative;
    }

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0px;
        background-color: transparent;
    }

    .panel {
        border: 0px solid transparent;
    }

    .panel-default > .panel-heading {
        color: #fff;
        background-color: #A8A9AB;
        border-color: transparent;
        border-radius: 0;
        text-align: center;
        padding: 0px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .panel-title a {
        text-decoration: none;
        display: block;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent;
    }

    .panel-body ul {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .panel-body ul li {
            list-style-type: none;
            margin-bottom: 15px;
        }

            .panel-body ul li:after {
                content: "";
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #D8D8D8;
                display: block;
                margin-top: 15px;
            }

    .mobileshowing {
        display: block !important;
    }

    .h2, .h3 {
        font-size: 16px;
        margin-top: 0px;
    }

    .hora_autor_share {
        font-size: 12px;
    }

        .hora_autor_share a {
            display: none;
        }

    .height88, .height54 {
        height: auto;
    }

    #fifthblock {
        margin-top: -40px;
    }

    #fourthblock {
        margin-top: -20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .barramobilebottom {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        background-color: #f2f2f2;
    }

        .barramobilebottom .btn-primary {
            color: #000;
            background-color: transparent;
            border-color: transparent;
        }

        .barramobilebottom .btn {
            display: inline-block;
            padding: 14px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 0px;
            color: #000;
            font-family: 'PT Sans', sans-serif;
        }

    .height110, .height54 {
        height: auto;
        overflow: visible;
    }

    .barramobilebottom .btn-primary.active.focus, .barramobilebottom .btn-primary.active:focus, .barramobilebottom .btn-primary.active:hover, .barramobilebottom .btn-primary:active.focus, .barramobilebottom .btn-primary:active:focus, .barramobilebottom .btn-primary:active:hover, .open > .dropdown-toggle.barramobilebottom .btn-primary.focus, .open > .dropdown-toggle.barramobilebottom .btn-primary:focus, .open > .dropdown-toggle.barramobilebottom .btn-primary:hover {
        color: #000;
        background-image: url(../i/sprite.png);
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top-color: transparent;
        background-position: 0px -1046px;
        background-repeat: no-repeat;
        background-origin: padding-box;
    }

    .barramobilebottom .btn-primary.active, .barramobilebottom .btn-primary:active {
        color: #000;
        background-color: transparent;
        border-color: transparent;
    }
    /* .barramobilebottom .btn.active,
    .barramobilebottom .btn:active {
        background-image: url(../i/sprite.png);
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top-color: transparent;
        background-position: 0px -1046px;
        background-repeat: no-repeat;
        background-origin: padding-box;
    }*/
    .barramobilebottom .btn.active, .barramobilebottom .btn:active {
        background-image: url(../i/barra.png);
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top-color: transparent;
        background-position: center top;
        background-repeat: no-repeat;
        background-origin: padding-box;
        background-size: 70% 4px;
    }
    /* .barramobilebottom .btn-group {
        padding-left: 2%;
        padding-right: 2%;
    }*/
    .mastheadtablet {
        display: none;
    }

    .opiniaoHP .bloco figure, .economistasHP .bloco figure {
        float: right;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 0px;
    }

    .opiniaoHP .bloco .box, .economistasHP .bloco .box {
        width: 50%;
        float: none;
        text-align: center;
        height: auto;
        overflow: visible;
    }

    .opiniaoHP .bloco a, .economistasHP .bloco a {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        margin-top: 30px;
    }

    .opiniaoHP .bloco .h3 {
        font-size: 20px;
    }

    .editorialHP .bloco .h2 {
        font-size: 20px;
        margin-top: 10px;
    }

    .opiniaoHP .hora_autor_share, .economistasHP .hora_autor_share {
        margin-top: 0px !important;
    }

    #economistasHP span {
        display: none;
    }

    .pushmenu-left.pushmenu-open {
        left: 0;
    }

    .pushmenu-push-toright {
        left: 0px;
    }

    .pushmenu {
        width: 100%;
        height: 100%;
    }

    .pushmenu-left {
        left: -100%;
    }

    .mainbarraconteiner {
        z-index: 1000;
    }

    .main-menu {
        padding-top: 90px;
    }

    .pesquisamobile {
        display: block;
        padding: 0px !important;
        border-bottom: none !important;
    }

        .pesquisamobile .form-control {
            display: block;
            width: 57%;
            height: 50px;
            padding: 6px 12px;
            font-family: 'PT Sans', sans-serif;
            font-size: 16px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 0px;
            -webkit-box-shadow: none;
            box-shadow: none;
            float: left;
        }

        .pesquisamobile .btn {
            height: 50px;
            width: 50px;
            right: 0;
            top: 0px;
            padding: 5px 8px;
            margin-bottom: 0;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border-radius: 0px;
            border: none;
            background-color: #FFF;
            transition: background-color 0.5s ease;
            color: #A7A8AC;
        }

    #usermobile {
        float: right;
        margin-top: 0px;
        width: 50px;
        height: 50px;
        background-color: #FFF;
        margin-left: 10px;
        margin-right: 0px;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -86px -431px;
    }

    .main-menu .assinar {
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: none;
    }

    .main-menu li {
        font-size: 16px;
        padding: 12px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pushmenu > ul > li {
        border-bottom: 1px solid #D8D8D8;
    }

    .firstitem {
        border-top: 1px solid #D8D8D8;
    }

    #assinar {
        position: absolute;
        top: -7px;
        right: 10px;
        margin-top: 0px;
        width: 40px;
        height: 40px;
        background-color: #f2f2f2;
        color: #000;
        font-size: 0px;
        font-weight: bold;
        text-decoration: none;
        padding-top: 0px;
        padding-left: 0px;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: 11px -45px;
        text-transform: uppercase;
        margin-right: 0px;
    }

    .main-menu {
        padding-left: 10px;
        padding-right: 10px;
    }

    .epaperonmenu {
        border-bottom: 0px solid transparent !important;
        padding-bottom: 40px !important;
    }

    .epapermenu {
        background-color: #FFFFFF;
        padding: 15px;
        margin-left: -12px;
        margin-right: -12px;
        padding-bottom: 0px;
        text-align: center;
    }

        .epapermenu .capa {
            width: 176px;
            height: 160px;
            overflow: hidden;
            padding-top: 3px;
            padding-right: 14px;
            padding-bottom: 0px;
            padding-left: 16px;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -1px -507px;
            margin-right: auto;
            margin-left: auto;
            vertical-align: bottom;
        }

            .epapermenu .capa img {
                width: 100%;
                max-width: 145px;
                height: auto;
            }

        .epapermenu a {
            font-family: 'Merriweather', serif;
            color: #000;
            text-decoration: none;
            font-size: 16px;
            font-weight: 700;
            display: block;
            padding-bottom: 10px;
            font-style: italic;
            letter-spacing: -0.1px;
            text-transform: none;
        }

    .menuothers {
        background-color: #FFFFFF;
        border-bottom: 0px solid transparent !important;
        margin-bottom: 40px;
    }

    .menuotherssocial {
        padding: 0px !important;
        background-color: #FFFFFF;
        margin-bottom: 0px !important;
        border-bottom: 0px solid transparent !important;
    }

        .menuotherssocial .btn-group-justified {
            margin-top: -20px;
        }

        .menuothers > ul, .menuotherssocial > ul {
            padding: 0px;
        }

            .menuothers > ul > li {
                list-style: none;
                text-align: center;
            }

            .menuotherssocial > ul > li {
                padding: 0px !important;
                margin-bottom: 0px !important;
            }

                .menuothers > ul > li a, .menuotherssocial > ul > li a {
                    text-transform: none;
                    font-size: 14px;
                    color: #7E7E7E;
                    font-family: 'PT Sans', sans-serif;
                }

        .menuotherssocial .btn-primary {
            height: 50px;
            padding: 0px;
            margin-right: 1px;
            background-color: #FFFFFF;
            border-color: transparent;
            border-right-color: #F1F1F1;
            border-radius: 0px;
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 45px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 30px;
        }

    .breadcrumb {
        display: none;
    }

    .blocoduplo .bloco_fotomobile {
        width: 130px;
        height: 80px;
        margin-bottom: 20px;
        float: right;
        position: relative;
        margin-left: 30px;
        overflow: hidden;
        display: block;
    }

    .blocoduplo .lead {
        display: none;
    }
}

.menuotherssocial .btn-primary.focus, .menuotherssocial .btn-primary:focus, .menuotherssocial .btn-primary:hover, .menuotherssocial .btn-primary:active.focus, .menuotherssocial .btn-primary:active:focus, .menuotherssocial .btn-primary:active:hover {
    color: #000;
    background-color: #FFFFFF;
    border-color: #F1F1F1;
}

.menuotherssocial .icon-fb:before {
    content: "\e901";
}

.menuotherssocial .icon-news:before {
    content: "\e902";
}

.menuotherssocial .icon-rss:before {
    content: "\e903";
}

.menuotherssocial .icon-rss {
    border-right-color: transparent;
}

.menuotherssocial .icon-tw:before {
    content: "\e904";
}

@media screen and (max-width: 765px) {
    .alertapubmargemmobile {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 320px) {
    .opiniaoHP .bloco, .economistasHP .bloco {
        padding-right: 0px;
        padding-left: 0px;
    }

    .alertapubmargemmobile {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 360px) and (min-width: 321px) {
    .alertapubmargemmobile {
        margin-bottom: 20px !important;
    }
}
/* ------------------ JOAO ------------------------*/


/* TOP MENU */
.topMenuMargin {
    /* margin-top: 62px;
       padding-left: 0px;
	padding-right: 0px;*/
}

.subLinkTop li ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.accordionBlocTop {
    margin-right: 0;
    margin-left: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

    .accordionBlocTop .panel-title {
        float: left;
    }

.sMenuPanelTop {
    border: none;
    border-radius: 0;
    /*margin-top: 20px;*/
}

.subLinkTop .dropdown:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 30px;
    width: 8px;
    height: 8px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -145px;
}

.subLinkTop .open:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 30px;
    width: 8px;
    height: 8px;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -205px;
}

.subLinkTop .open a {
    color: #ED1C24;
    text-decoration: none;
    font-weight: bold;
}

.mainLinkTop {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

    .mainLinkTop:hover {
        text-decoration: none;
    }

    .mainLinkTop:focus {
        text-decoration: none;
    }

.panel_titleTop {
    height: 50px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #7E7E7E;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    background-color: #F2F2F2;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
}

.panelMenuTop {
    /*margin-top: 15px;*/
}

.panel_symbolTop {
    float: right;
    font-size: x-small;
}

.panel_subtitle {
    background-color: #A7A9AA;
    height: 50px !important;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 50px;
    padding-left: 15px;
}

.mainLinkTop {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

    .mainLinkTop:hover {
        text-decoration: none;
    }

    .mainLinkTop:focus {
        text-decoration: none;
    }

.sMenuContentTop {
    background-color: #F2F2F2;
    padding-bottom: 0;
}

.topMenuMargin .panel-body {
    padding: 0 15px 15px 15px;
}

.subLinkTop ul {
    margin: 0;
    padding: 0;
}

.subLinkTop li {
    padding-top: 15px;
    padding-bottom: 15px;
    list-style: none;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
}

.subLinkTop p {
    margin: 0;
}

.subLinkTop li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.subLinkTop li a {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: block;
}

    .subLinkTop li a:hover {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        color: #ED1C24;
        font-weight: bold;
        text-decoration: none;
    }

    .subLinkTop li a:focus {
        text-decoration: none;
    }

.clearLeft {
    float: right;
    left: 0;
}

.colPosition li {
    padding-left: 15px;
}

.slideDestaques {
    width: 100%;
    height: 120px;
    /*margin-top: 120px;*/
    background-color: #F2F2F2;
}

.blocoDestaques {
    max-width: 1240px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.blocoDtq {
    margin-right: 30px;
    text-align: left;
}

    .blocoDtq a {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        margin-top: 15px;
    }

    .blocoDtq .h2, .blocoDtq .h3 {
        font-family: 'PT Sans', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

        .blocoDtq .h2:hover, .blocoDtq .h3:hover {
            color: #ED1C24;
            text-decoration: none;
        }

.boxDtq {
    width: auto;
    float: none;
    text-align: left;
    height: 75px;
    overflow: hidden;
    line-height: 14px;
}

.imgDtq {
    float: left;
    margin-right: 18px;
}

.blocoDestaques .slick-prev, #blocoiniciativas .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    background-color: #FFF;
    height: 30px;
    width: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -45px -240px;
    right: inherit; /*left: -45px;*/
}

    .blocoDestaques .slick-prev:hover, #blocoiniciativas .slick-prev:hover {
        background-color: #7E7E7E;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -45px -270px;
    }

.blocoDestaques .slick-next, #blocoiniciativas .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    background-color: #FFF;
    height: 30px;
    width: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -75px -240px;
    /*right: -45px;*/
    left: inherit;
}

    .blocoDestaques .slick-next:hover, #blocoiniciativas .slick-next:hover {
        background-color: #7E7E7E;
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -75px -270px;
    }

.slick-next:before, .slick-prev:before {
    content: "";
}

.breadcrumbTop {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ED1C24;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-top: 40px;
}

.alerta {
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    min-height: 50px;
    background-color: #F2F2F2;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 50px;
    font-weight: bold;
    font-size: 14px;
    color: #7E7E7E;
}

    .alerta:after {
        content: "";
        clear: both;
        display: block;
    }

.alertaNewsTitle {
    margin-left: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ED1C24;
}

.alerta a {
    color: #000;
    text-decoration: none;
    float: right;
}

    .alerta a:hover {
        color: #ED1C24;
        text-decoration: none;
        float: right;
    }

.col_left {
    width: 40%;
    float: left;
}

.noticiaDestaque .col_left * {
    clear: both;
}

.col_right {
    width: 60%;
    float: left;
}

.sidePubMargin {
    margin-top: 0 !important;
}

.noticiaDestaque {
    width: 100%;
    margin-bottom: 30px;
}

.imagemDestaque {
    display: block;
    max-width: 100%;
    float: left;
    position: relative;
}

.imgNoticiaBloco {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}

.seccaoDestaque {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #7E7E7E;
    text-transform: uppercase;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    margin: 0;
    display: inline-block;
}

    .seccaoDestaque:hover, .seccaoDestaque:focus, .seccaoDestaque:active {
        text-decoration: none;
        font-weight: bold;
        color: #FFF;
    }

.hora_autor_destaque {
    display: block;
    /*margin-top:125px;*/
    margin-bottom: 25px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #A9A9AB;
    text-decoration: none;
    float: left;
}

    .hora_autor_destaque > span {
        font-weight: bold;
        margin-right: 5px;
        margin-left: 5px;
    }

    .hora_autor_destaque a {
        color: #A9A9AB;
        text-decoration: none;
        display: inline-block;
    }

        .hora_autor_destaque a:before {
            content: "";
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -6px -411px;
            display: inline-block;
            height: 14px;
            width: 16px;
            margin-right: 10px;
            margin-left: 10px;
        }

        .hora_autor_destaque a:hover {
            color: #000;
            text-decoration: none;
        }

            .hora_autor_destaque a:hover:before {
                content: "";
                background-image: url(../i/sprite.png);
                background-repeat: no-repeat;
                background-position: -36px -411px;
                display: inline-block;
                height: 14px;
                width: 16px;
                margin-right: 10px;
                margin-left: 10px;
            }

.col_left .h2 {
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    letter-spacing: -1px;
    padding-right: 10px;
}

    .col_left .h2:hover {
        color: #ED1C24;
        text-decoration: none;
    }

.separadorDestaque {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D8D8D8;
    float: left;
}

.newsRow {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .newsRow:after {
        content: "";
        clear: both;
        display: block;
    }

    .newsRow .bloco_foto {
        width: 50%;
        margin-bottom: 20px;
        float: right;
        position: relative;
        margin-left: 30px;
    }

    .newsRow .seccao {
        font-family: 'PT Sans', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        background-color: #7E7E7E;
        text-transform: uppercase;
        padding-top: 1px;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 10px;
        margin: 0;
        display: inline-block;
        float: none;
    }

    .newsRow .h2, .newsRow .h3 {
        float: none;
        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        letter-spacing: -1px;
        display: block;
    }

        .newsRow .h2:hover, .newsRow .h3:hover {
            color: #ED1C24;
            text-decoration: none;
        }

    .newsRow .hora_autor_share {
        float: none;
    }

    .newsRow .lead {
        float: none;
        font-family: 'Merriweather', serif;
        font-size: 16px;
        color: #000;
        line-height: 22px;
        font-weight: 400;
    }

.newsRow_right .bloco_foto {
    width: 22%;
    margin-bottom: 20px;
    float: right;
    position: relative;
    margin-left: 30px;
}

.destaquePub {
    margin-top: 30px;
}

.accordionBloc {
    margin-right: 0;
    margin-left: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

.sMenuPanel {
    border: none;
    border-radius: 0;
    margin-top: 20px;
}

.panelMenu {
    margin-top: 15px;
}

.panel_symbol {
    float: right;
    font-size: x-small;
}

.panel_title {
    height: 50px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    background-color: #A7A9AA;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
}

.mainLink {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

    .mainLink:hover {
        text-decoration: none;
    }

    .mainLink:focus {
        text-decoration: none;
    }

.sMenuContent {
    background-color: #F2F2F2;
    padding-bottom: 0;
}

.subLink ul {
    margin: 0;
    padding: 0;
}

.subLink li {
    height: 35px;
    list-style: none;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 15px;
}

    .subLink li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .subLink li a {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

        .subLink li a:hover {
            font-family: 'PT Sans', sans-serif;
            font-size: 14px;
            color: #ED1C24;
            font-weight: bold;
            text-decoration: none;
        }

        .subLink li a:focus {
            text-decoration: none;
        }

#blankSpace {
    width: 100%;
    height: 300px;
    background-color: #F2F2F2;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.timeline {
    height: 50px;
    /*max-width: 180px;*/
    width: 100%;
    background-color: #A7A9AA;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    color: #FFF;
    padding-left: 20px;
    margin-bottom: 30px;
}

.newsCol_left {
    width: 78%;
    float: left;
    padding-right: 30px;
}

.newsCol_right {
    width: 22%;
    float: left;
}

.maisNoticias, .maisComentarios {
    clear: both;
    height: 50px;
    width: 100%;
    background-color: #7E7E7E;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    margin-bottom: 30px;
}

.maisComentarios {
    margin-top: 20px;
}

.maisNoticiasLink:hover, .maisNoticiasLink:focus, .maisComentariosLink:hover, .maisComentariosLink:active {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.fecharComentarBtn .fecharBtn:hover, .fecharComentarBtn .fecharBtn:active, .maisComentariosLink .maisComentarios:hover, .maisComentariosLink .maisComentarios:active {
    background-color: #A7A9AA;
}
/* ############################################# 
PUBLICIDADES MOBILE
################################################*/
.displayMobile {
    display: none;
}

.displayPhone {
    display: none;
}

.margemPub {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .slideDestaques {
        /*margin-top: 80px;*/
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    #blocoiniciativas .slick-prev {
        left: 0;
        background-color: transparent;
        z-index: 9999;
    }

    #blocoiniciativas .slick-next {
        right: 0;
        background-color: transparent;
        z-index: 9999;
    }

        #blocoiniciativas .slick-next:hover {
            background-color: transparent;
            background-position: -75px -240px;
        }

    #blocoiniciativas .slick-prev:hover {
        background-color: transparent;
        background-position: -45px -240px;
    }

    #pubpc .pubfield {
        width: 100%;
        background-color: #f2f2f2;
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    .slideDestaques .slick-prev {
        left: 0;
        z-index: 1;
    }

    .slideDestaques .slick-next {
        right: 0;
    }


    .blocoDestaques {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media screen and (min-width: 992px) {
    .noticiaShareMobile {
        display: none;
    }

    .timeline {
        max-width: 180px;
    }

    .displayDesktop {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .autorTxt {
        width: auto;
        float: left;
        padding-top: 20px;
        margin-left: 20px;
    }

    .autorTxtDupla {
        padding-top: 10px !important;
    }

    .autorTxtTripla {
        padding-top: 0px !important;
    }


    .collapseComentarios {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .autorTxt {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 0px;
        margin-top: -15px;
        margin-left: 0;
    }

        .autorTxt span {
            margin-bottom: 10px;
        }

    .maisNegMargins {
        width: 100vw !important;
        position: relative;
        margin-left: -50vw;
        left: 50%;
        padding: 0;
    }

        .maisNegMargins #maisneg {
            padding-top: 20px;
            margin-top: 0;
        }
}

@media screen and (min-width: 768px) {


    .imagemDestaque {
        max-width: none;
        width: 100%;
    }



    .displayMobile {
        display: inline-flex;
        width: 100%;
        background-color: #F2F2F2;
        padding: 10px;
        margin-bottom: 30px;
    }

    .displayDesktop {
        display: none;
    }

    #secondblockNoticias {
        margin-top: 0;
        /*padding-left: 15px !important;
        padding-right: 15px !important;*/
    }
}

@media screen and (max-width: 991px) {
    .col_left {
        width: 100%;
        float: left;
    }

    .col_right {
        width: 100%;
        float: left;
    }

    .col_left .h2 {
        font-size: 34px;
    }

    .newsCol_left {
        width: 50%;
        float: left;
        padding-right: 15px;
    }

        .newsCol_left .h2 {
            font-size: 20px;
        }

    .newsCol_right {
        width: 50%;
        float: left;
        padding-left: 15px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .topMenuMargin {
        /*margin-top: 40px;*/
    }

    .maisNoticias {
        margin-bottom: 65px;
    }

    .mainMargin {
        /*margin-top: 0 !important;*/
    }

    #firstblockNoticias {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .displayPhone {
        display: block;
    }

    .displayTablet {
        display: none !important;
    }

    #firstblockNoticias {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #secondblockNoticias {
        margin-top: 0;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .noticiaDetalheMain {
        padding-left: 15px;
        padding-right: 15px;
    }

    .newsCol_left .h2 {
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    #secondblockNoticias {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .um {
        order: 1;
    }

    .dois {
        order: 2;
    }

    .tres {
        order: 3;
    }

    .quatro {
        order: 4;
    }

    .colPosition {
        display: flex;
        flex-direction: column;
    }
}

.accordionBlocTop .panel-body ul li:after {
    display: none !important;
    border: none !important;
}
/*
##########################################################################
DETALHE DA NOTICIA
##########################################################################
*/

.menuHide {
    display: none;
}
/* PROGRESS BAR */
progress {
    /* Positioning */
    position: relative;
    left: 0;
    top: -15px;
    /* Dimensions */
    width: 100%;
    height: 2px;
    /* Reset the apperance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Get rid of the default border in Firefox/Opera. */
    border: none;
    /* For Firefox/IE10+ */
    background-color: transparent;
    /* For IE10+, color of the progress bar */
    color: #ed1c24;
}

    progress::-webkit-progress-bar {
        background-color: transparent;
    }

    progress::-webkit-progress-value {
        background-color: #ed1c24;
    }

.progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    display: block;
}

.progress-bar {
    background-color: #ed1c24;
    width: 50%;
    display: block;
    height: inherit;
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    max-width: 393px;
    margin-right: 15px;
    width: inherit;
    top: 205px;
    z-index: 100;
}

#sticky.stickstop {
    bottom: 0;
    position: absolute;
    right: 0;
}

#relacionadasSticky.utilitiesFixed {
    position: fixed;
    top: 190px;
}

@media (min-width: 992px) {
    #relacionadasSticky.utilitiesFixed {
        width: 324px;
    }
}

@media (min-width: 1200px) {
    #relacionadasSticky.utilitiesFixed {
        width: 392px;
    }

    .negocios-footer li {
        max-width: 205px;
    }
}

#relacionadasSticky.utilitiesFixedBottom {
    bottom: 200px !important;
    top: inherit !important;
    position: absolute !important;
}

.artigo_scroll {
    width: 100%;
    height: 70px;
    background-color: #F2F2F2;
    position: fixed;
    top: -80px;
    z-index: 100;
}

.artigo_scroll_content {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    overflow: hidden;
}

.artigo_scroll .scroll_col_left {
    width: 50%;
    float: left;
    line-height: 70px;
    padding-right: 20px;
}

.artigo_scroll .scroll_col_right {
    width: 50%;
    float: right;
}

.scroll_headingTxt {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scroll_heading_seccao {
    text-transform: uppercase;
    color: #7E7E7E;
}

.scroll_headingTxt .headingSep {
    height: 70px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 2px solid #ED1C24;
}

.socialShareScroll {
    width: 100%;
    float: right;
    line-height: 70px;
    font-family: 'PT Sans', sans-serif;
    color: #A7A9AA;
    font-size: 14px;
}

.scroll_col_right .scroll_toolBar {
    float: right;
}

.socialShareScroll a {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #A7A9AA;
    text-decoration: none;
}

    .socialShareScroll a:hover, .socialShare a:focus {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        color: #000;
        text-decoration: none;
    }

.socialShareScroll .facebook:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1020px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 9px;
    height: 18px;
    margin-right: 10px;
}

.socialShareScroll .facebook:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1020px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 9px;
    height: 18px;
    margin-right: 10px;
}

.socialShareScroll .twitter:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1040px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .twitter:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1040px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .linkedin:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1065px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .linkedin:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1065px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .google:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1090px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 19px;
    height: 14px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .google:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1090px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 19px;
    height: 14px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .email:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1120px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .email:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1120px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .comments:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1150px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .comments:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1150px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 20px;
}

.socialShareScroll .save:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1175px -5px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 14px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .save.saved:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1250px -30px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 14px;
    margin-right: 10px;
    margin-left: 20px;
}



.socialShareScroll .save.saved span, .tools .save.saved span {
    color: #000000;
}

.socialShareScroll .save:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1175px -25px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 14px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .print:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1190px -5px;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShareScroll .print:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1190px -25px;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 10px;
    margin-left: 20px;
}

#blocoNoticia {
    width: 100%;
    margin-bottom: 20px;
}

.seccaoBullet {
    width: 100%;
}

    .seccaoBullet:after, .seccaoBullet:before {
        content: "";
        clear: both;
        display: block;
    }

.noticiaTitle h1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #000;
    display: block;
}

.noticiaLead {
    display: block;
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    color: #000;
}

.detalheAbertura {
    margin-top: 20px;
}

.noticiaTitle img {
    margin-bottom: 15px;
}

.seccaoLead {
    width: 100%;
}

    .seccaoLead:after {
        content: "";
        clear: both;
        display: block;
    }

.legendaNoticia {
    width: 75%;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #000;
    float: left;
    line-height: inherit;
}

.autorNoticiaRight {
    width: 25%;
    float: right;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-align: right;
    color: #7E7E7E;
    line-height: inherit;
}

.socialShare {
    width: 70%;
    float: left;
    padding-top: 19px;
    /*padding-bottom: 15px;*/
    font-family: 'PT Sans', sans-serif;
    color: #A7A9AA;
    font-size: 14px;
}

    .socialShare a {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        color: #A7A9AA;
        text-decoration: none;
    }

        .socialShare a:hover, .socialShare a:focus {
            font-family: 'PT Sans', sans-serif;
            font-size: 14px;
            color: #000;
            text-decoration: none;
            outline: none;
        }

.tools .shares:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -6px -411px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-left: 10px;
}

.tools .shares:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -36px -411px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-left: 10px;
}

.socialShare .facebook:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1020px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 9px;
    height: 18px;
    margin-right: 10px;
}

.socialShare .facebook:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1020px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 9px;
    height: 18px;
    margin-right: 10px;
}


.socialShare .twitter:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1040px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 17px;
    height: 15px;
}


.socialShare .twitter:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1040px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 17px;
    height: 15px;
}

.socialShare .linkedin:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1065px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShare .linkedin:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1065px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShare .google:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1090px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 19px;
    height: 14px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShare .google:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1090px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 19px;
    height: 14px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShare .email:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1120px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 10px;
    margin-left: 20px;
}

.socialShare .email:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1120px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 10px;
    /*margin-left: 20px;*/
}

.socialShare .comments:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1150px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.socialShare .comments:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1150px -25px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 16px;
    height: 16px;
}

@media screen and (min-width: 768px) {
    .socialShare .twitter:before, .socialShare .comments:before {
        margin-left: 20px;
    }

    .socialShare .twitter:before {
        margin-right: 10px;
    }
}

.tools {
    width: 30%;
    float: left;
    padding-top: 19px;
    padding-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
    text-align: right;
    color: #A7A9AA;
    font-size: 14px;
}

    .tools a {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        color: #A7A9AA;
        text-decoration: none;
    }

        .tools a:hover, .tools a:focus {
            font-family: 'PT Sans', sans-serif;
            font-size: 14px;
            color: #000;
            text-decoration: none;
        }

    .tools .save:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1175px -5px;
        vertical-align: middle;
        display: inline-block;
        width: 9px;
        height: 14px;
        margin-right: 10px;
    }

    .tools .save.saved:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1250px -30px;
        vertical-align: middle;
        display: inline-block;
        width: 9px;
        height: 14px;
        margin-right: 10px;
    }

    .tools .save:hover:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1175px -25px;
        vertical-align: middle;
        display: inline-block;
        width: 9px;
        height: 14px;
        margin-right: 10px;
    }

    .tools .print:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1190px -5px;
        vertical-align: middle;
        display: inline-block;
        width: 18px;
        height: 16px;
        margin-right: 10px;
        margin-left: 20px;
    }

    .tools .print:hover:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1190px -25px;
        vertical-align: middle;
        display: inline-block;
        width: 18px;
        height: 16px;
        margin-right: 10px;
        margin-left: 20px;
    }

    .tools .autor {
        margin-right: 15px;
    }

        .tools .autor:before {
            content: "";
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -1295px -5px;
            vertical-align: middle;
            display: inline-block;
            width: 16px;
            height: 15px;
            margin-right: 10px;
        }

        .tools .autor:hover:before {
            content: "";
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -1295px -25px;
            vertical-align: middle;
            display: inline-block;
            width: 16px;
            height: 15px;
            margin-right: 10px;
        }

.autorNoticia {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .autorNoticia a {
        font-family: 'Merriweather', serif;
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        color: #000;
        text-decoration: none;
    }

.emailAutor {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-style: italic;
    color: #000;
    font-weight: normal !important;
}

.dataAutor {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-style: italic;
    color: #000;
    display: block;
}

.imgAutor {
    float: left;
}

.imgAutor2 {
    float: left;
    margin-left: 15px;
}

.imgAutor3 {
    float: left;
    margin-left: 15px;
}

.newsContent {
    font-family: 'Merriweather', serif;
    line-height: 34px;
    font-size: 20px;
    text-align: left;
    color: #000;
}

    .newsContent h2 {
        font-family: 'PT Sans', sans-serif;
        font-size: 25px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        color: #000;
    }

    .newsContent p {
        margin-bottom: 0px;
    }

    .newsContent ul {
        list-style-position: inside;
        padding-left: 1em;
        text-indent: -1em;
        margin-left: 25px;
    }
    /*
.newsContent a {
	font-family: 'Merriweather', serif;
	font-size: 20px;
	color: #ED1C24;
	text-decoration: none;
}
.newsContent a:hover, .newsContent a:focus {
	font-family: 'Merriweather', serif;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}*/
    .newsContent img {
        vertical-align: middle;
        max-width: 100% !important;
        margin: 0px;
    }

.citacao {
    width: 100%;
    margin-bottom: 10px;
    padding: 24px;
    border-left: 10px solid #F2F2F2;
}

.citacaoTxt {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-style: italic;
    color: #000;
    display: block;
}

.nomeCitacao {
    margin-top: 15px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    display: block;
}

.barometroNoticia {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

    .barometroNoticia span {
        font-size: 20px;
        font-weight: bold;
        display: block;
        font-family: 'PT Sans', sans-serif;
        margin-bottom: 20px;
    }

    .barometroNoticia .btn-default {
        background-color: #ED1B24;
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: bold;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        border: 1px solid transparent;
        border-radius: 0px;
        margin-top: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 156px;
        text-align: center;
        float: left;
    }

    .barometroNoticia .btn-link {
        background-color: #7e7e7e;
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: bold;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        border: 1px solid transparent;
        border-radius: 0px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-decoration: none;
        width: 156px;
        text-align: center;
    }

        .barometroNoticia .btn-link:hover, .barometroNoticia .btn-default:hover {
            background-color: #A8A9AB;
        }

input[type=radio].css-checkboxNoticia {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=radio].css-checkboxNoticia + label.css-labelNoticia {
        padding-left: 27px;
        margin-bottom: 15px;
        height: 20px;
        display: block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: -1579px -108px;
        font-size: 16px;
        font-family: 'PT Sans', sans-serif;
        font-weight: normal;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=radio].css-checkboxNoticia:checked + label.css-labelNoticia {
        background-position: -1579px -130px;
    }

label.css-labelNoticia {
    background-image: url(../i/sprite.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
}

/* ############################### 
    GRAFICOS BAROMETRO DETALHE NOTICIA
    ##############################
*/
.barometroNoticia .graficos {
    width: 100%;
}

.barometroNoticia .sondagemHistoricoPergunta {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 20px;
}

.barometroNoticia .graficos .opcoesHistoricoTxt {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.barometroNoticia .graficos .progress {
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}

    .barometroNoticia .graficos .progress:last-child {
        margin-bottom: 0px;
    }

.barometroNoticia .graficos .sondagemWon {
    background-color: #ED1C24;
}

.barometroNoticia .graficos .sondagemLost {
    background-color: #a7a9aa;
}

.barometroNoticia .graficos .progress-bar {
    position: absolute;
    max-width: 80%;
    float: left;
    width: 100%;
}

.barometroNoticia .graficos .progress span {
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    color: #a7a9aa;
    margin-left: 15px;
    float: left;
    position: absolute;
}
/* ############################### 
    GRAFICOS BAROMETRO
    ##############################
*/

.galeria {
    width: 100%;
    background: #f2f2f2;
}

.videoNoticia {
    width: 100%;
}

.infografia {
    width: 100%;
    background-color: #F2F2F2;
    padding: 10px;
    clear: both;
}

.citacaoArtigo {
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 24px;
    border-left: 10px solid #F2F2F2;
}

.citacaoArtigoTxt {
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    color: #000;
    display: block;
}

.citacaoArtigoTitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #A7A9AA;
}

.newsContent h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}

#partilhar > div {
    padding-left: 5px;
    padding-right: 5px;
}

    #partilhar > div:first-child {
        padding-left: 0;
    }

    #partilhar > div:last-child {
        padding-right: 0;
    }

.bloco_partilhas {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

    .bloco_partilhas a {
        font-family: 'PT Sans', sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        background-color: #F2F2F2;
        display: block;
    }

        .bloco_partilhas a:hover, .bloco_partilhas a:active {
            font-family: 'PT Sans', sans-serif;
            font-size: 13px;
            font-weight: bold;
            text-decoration: none;
        }

.noticiaShare_bloco {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

    .noticiaShare_bloco a {
        font-family: 'PT Sans', sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        background-color: #F2F2F2;
        display: block;
    }

        .noticiaShare_bloco a:hover, .noticiaShare_bloco a:active {
            font-family: 'PT Sans', sans-serif;
            font-size: 13px;
            font-weight: bold;
            text-decoration: none;
        }

.shareMarginFirst {
    margin-right: 5px;
}

.shareMargin {
    margin-left: 0px;
    margin-right: 5px;
}

.shareMarginLast {
    margin-right: 0px;
}

.share_facebook:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1020px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 9px;
    height: 18px;
    margin-right: 10px;
}

.share_twitter:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1040px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-right: 10px;
}

.share_linkedin:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1065px -5px;
    vertical-align: text-top;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.share_google:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1090px -5px;
    vertical-align: text-bottom;
    display: inline-block;
    width: 19px;
    height: 14px;
    margin-right: 10px;
}

.share_facebook {
    color: #2d609b;
}

    .share_facebook:hover, .share_facebook:active {
        color: #FFF;
        background-color: #2d609b;
    }

        .share_facebook:hover:before {
            content: "";
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -1020px -50px;
            vertical-align: text-bottom;
            display: inline-block;
            width: 9px;
            height: 18px;
            margin-right: 10px;
        }

.share_twitter {
    color: #00c3f3;
}

    .share_twitter:hover, .share_twitter:active {
        color: #FFF;
        background-color: #00c3f3;
    }

        .share_twitter:hover:before {
            content: "";
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -1040px -50px;
            vertical-align: text-bottom;
            display: inline-block;
            width: 17px;
            height: 14px;
            margin-right: 10px;
        }

.share_linkedin {
    color: #0077b5;
}

    .share_linkedin:hover, .share_linkedin:active {
        color: #FFF;
        background-color: #0077b5;
    }

        .share_linkedin:hover:before {
            content: "";
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -1065px -50px;
            vertical-align: text-bottom;
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-right: 10px;
        }

.share_google {
    color: #dc4e41;
}

    .share_google:hover, .share_google:active {
        color: #FFF;
        background-color: #dc4e41;
    }

        .share_google:hover:before {
            content: "";
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -1090px -50px;
            vertical-align: text-bottom;
            display: inline-block;
            width: 19px;
            height: 14px;
            margin-right: 10px;
        }

.newsletter {
    width: 100%;
    background-color: #F2F2F2;
    padding: 20px 25px;
    margin-bottom: 10px;
}

.newsletterTitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.destaqueNewsletterTitle {
    color: #ED1C24;
}

.newsletterTxt {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.destaqueNewsletterTxt {
    font-weight: bold;
}

.newsletterSubscribe {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsletterInput {
    width: 75%;
    height: 40px;
    padding: 5px 15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #7E7E7E;
    float: left;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .newsletterInput ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #7E7E7E;
    }

    .newsletterInput ::-moz-placeholder { /* Firefox 19+ */
        color: #7E7E7E;
    }

    .newsletterInput :-ms-input-placeholder { /* IE 10+ */
        color: #7E7E7E;
    }

    .newsletterInput :-moz-placeholder { /* Firefox 18- */
        color: #7E7E7E;
    }

.newsletter .btn-default {
    background-color: #ED1B24;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 22%;
    text-align: center;
    float: left;
}

@media screen and (max-width: 767px) {
    .newsletterInput {
        width: 62%;
    }

    .newsletter .btn-default {
        padding: 10px 5px;
        width: 38%;
    }
}

.newsletter .btn-default:hover {
    background-color: #A8A9AB;
}

.comentarios {
    width: 100%;
    display: inline-block;
}

.comentarioTitle {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-style: italic;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.comentarios .commentsCount {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #A7A9AA;
    text-decoration: none;
    float: right;
}

    .comentarios .commentsCount:hover, .comentarios .commentsCount:active {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        color: #000;
        text-decoration: none;
    }

    .comentarios .commentsCount:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1150px -5px;
        vertical-align: middle;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        margin-left: 20px;
    }

    .comentarios .commentsCount:hover:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1150px -25px;
        vertical-align: middle;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 20px;
    }

.newsletterHeading {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.comentarios .panel-default {
    border: none;
    margin-top: 20px;
    box-shadow: none;
}

.comentarios .panel-body {
    padding: 0;
}

.comentarios .form-group {
    height: 40px;
    line-height: 45px;
}

.formularioInput {
    height: 40px;
    padding: 5px 15px;
    margin-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #7E7E7E;
    float: left;
    background-color: #fff;
    background-image: none;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: initial !important;
    -moz-appearance: initial !important; /* mobile firefox too! */
}


textarea.formularioInput {
    min-height: 130px;
}

.comentarRadio {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #7E7E7E;
}

.comentarios .btn-default {
    background-color: #ED1B24;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 156px;
    text-align: center;
    float: right;
}

    .comentarios .btn-default:hover {
        background-color: #A8A9AB;
    }

.form_footertxt {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #7E7E7E;
    display: block;
    margin-bottom: 15px;
}

.fecharBtn {
    clear: both;
    height: 50px;
    width: 100%;
    background-color: #7E7E7E;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    margin-top: 20px;
}

.fecharComentarBtn:hover, .fecharComentarBtn:focus {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.comentarioDestaque {
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    padding: 20px;
    border-left: 4px solid #13BE27;
    background-color: #F2F2F2;
    display: inline-block;
}

    .comentarioDestaque a {
        font-family: 'PT Sans', sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        color: #7E7E7E;
        margin-left: 15px;
        text-align: right;
    }

        .comentarioDestaque a:first-child {
            margin-left: 0;
        }

        .comentarioDestaque a:hover, .comentarioDestaque a:active, .comentario a:hover, .comentario a:active, .reply a:hover, .reply a:active {
            font-family: 'PT Sans', sans-serif;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            color: #000;
        }

        .comentarioDestaque a span {
            font-weight: normal;
        }

.comentarioAccao {
    margin-top: 15px;
    float: right;
}

.comentarLike:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1244px -5px;
    vertical-align: baseline;
    display: inline-block;
    width: 10px;
    height: 9px;
    margin-right: 10px;
}

.comentarDislike:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1258px -5px;
    vertical-align: baseline;
    display: inline-block;
    width: 10px;
    height: 9px;
    margin-right: 10px;
}

.comentarDenunciar:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1216px -5px;
    vertical-align: bottom;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

.comentarDenunciar:hover:before {
    content: "";
    background-image: url(../i/sprite.png);
    background-repeat: no-repeat;
    background-position: -1216px -26px;
    vertical-align: bottom;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

.comentarioDestaqueTitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #13BE27;
    display: inline-block;
    margin-right: 15px;
}

.comentarioDestaqueNome {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

.comentarioDestaqueLogin {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    display: inline-block;
    margin-right: 15px;
}

.comentarioDestaqueData {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #A7A9AA;
    display: inline-block;
    margin-right: 15px;
}

.comentarioDestaqueTxt {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #000;
    display: block;
    margin-top: 10px;
}

.comentario {
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    background-color: #F2F2F2;
    display: inline-block;
}

.reply {
    font-family: 'PT Sans', sans-serif;
    width: 95%;
    margin-top: 20px;
    padding: 20px;
    background-color: #F2F2F2;
    display: inline-block;
    margin-left: 5%;
}

    .reply a {
        font-family: 'PT Sans', sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        color: #7E7E7E;
        margin-left: 15px;
        text-align: right;
    }

        .reply a:first-child, .comentario a:first-child {
            margin-left: 0;
        }

.comentario a {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #7E7E7E;
    margin-left: 15px;
    text-align: right;
}

    .comentario a:hover, .comentarioDestaque a:active {
        font-family: 'PT Sans', sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
    }

    .comentario a span, .reply a span {
        font-weight: normal;
    }

.comentarioNome, .replyTxt {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

.replyTxt {
    font-weight: normal;
}

.comentarioLogin {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    display: inline-block;
    margin-right: 15px;
}

.comentarioData {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #A7A9AA;
    display: inline-block;
    margin-right: 15px;
}

.comentarioTxt {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #000;
    display: block;
    margin-top: 10px;
}

.sepComentarios {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.titleSep {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #A7A9AA;
    text-align: center;
}

.titleSepTxt {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 16px;
    background-color: #FFF;
    color: #A7A9AA;
}

#relacionadas ul li a:hover, #relacionadas ul li a:active, #relacionadas ul li a:focus {
    color: #ED1C24;
}

#relacionadas {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
}

#relacionadas {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
}

    #relacionadas ul {
        margin: 0;
        padding: 0;
    }

        #relacionadas ul li {
            list-style-type: none;
            margin-bottom: 10px;
            border-bottom: 1px solid #D8D8D8;
        }

            #relacionadas ul li:last-child {
                border-bottom: none;
            }


@media screen and (min-width: 768px) and (max-width: 991px) {
    #relacionadas ul {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }

        #relacionadas ul li {
            -webkit-column-break-inside: avoid; /* fix columns */
            margin-bottom: 5px;
            margin-top: 5px;
        }
}

#relacionadas li a {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.bloco_fotoRel {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
}

    .bloco_fotoRel img {
        width: 100%;
        height: auto;
    }

.especiaisHP .bloco_fotoRel {
    width: 75px;
    height: 75px;
    margin-right: 20px;
    float: left;
    position: relative;
    overflow: hidden;
}

    .especiaisHP .bloco_fotoRel img {
        height: 100%;
        width: auto;
        min-width: 75px;
        min-height: 75px;
    }

.alertasHP {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    margin-left: 30px;
    letter-spacing: -0.5px;
}

    .alertasHP span {
        font-family: 'Merriweather', serif;
        font-size: 20px;
        font-style: italic;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

    .alertasHP:hover, .alertasHP:active, .alertasHP:focus {
        color: #000;
        text-decoration: none;
    }

.saberAlertas {
    width: 100%;
    float: left;
    margin-top: 30px;
}

#saberAlertas {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.widgetAlertasLegenda {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #000;
    line-height: inherit;
}

#saberAlertas .nav-tabs {
    background-color: #7E7E7E;
    margin-bottom: 20px;
}

    #saberAlertas .nav-tabs li {
        margin-bottom: -3px;
        text-align: center;
        min-width: 50%;
    }

        #saberAlertas .nav-tabs li a {
            font-family: 'PT Sans', sans-serif;
            font-size: 14px;
            color: #ffffff;
            font-weight: bold;
            text-decoration: none;
            border-radius: 0;
            margin: 0;
            padding-top: 12px;
            padding-right: 0px;
            padding-bottom: 12px;
            padding-left: 0px;
            border-right-width: 1px;
            border-left-width: 1px;
            border-right-style: solid;
            border-left-style: solid;
            border-right-color: #FFF;
            border-left-color: #FFF;
        }

    #saberAlertas .nav-tabs > li > a:hover {
        color: #000 !important;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border: 1px solid transparent;
    }

    #saberAlertas .nav-tabs li a:focus, #saberAlertas .nav-tabs li a:hover {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        border-radius: 0;
        margin: 0;
        /*margin-bottom: -3px;*/
        background-color: #f2f2f2;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid transparent;
    }

    #saberAlertas .nav-tabs > li.active > a, #saberAlertas .nav-tabs > li.active > a:focus, #saberAlertas .nav-tabs > li.active > a:hover {
        color: #000;
        cursor: default;
        background-color: #f2f2f2;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border: 1px solid transparent;
    }

#saberAlertas .tab-content {
    padding-left: 30px;
    padding-right: 30px;
}
/* ------------- */

#saberMais ul, #mAlertas ul {
    margin: 0;
    padding: 0;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

    #saberMais ul li, #mAlertas ul li {
        list-style-type: none;
        margin-bottom: 15px;
        margin-right: 10px;
        padding: 5px 10px;
        background-color: #FFF;
        display: inline-block;
    }

        #saberMais ul li a, #mAlertas ul li a {
            font-family: 'PT Sans', sans-serif;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            color: #ED1C24;
        }

        #mAlertas ul li .alertaSubscrito {
            font-family: 'PT Sans', sans-serif;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            color: #7e7e7e;
            position: relative;
            display: block;
            padding-right: 26px;
        }

            #mAlertas ul li .alertaSubscrito:hover {
                color: #7e7e7e;
            }


            #mAlertas ul li .alertaSubscrito .ic_alertaSubscrito {
                position: absolute;
                right: -2px;
                top: 1px;
                width: 15px;
                height: 15px;
                background: url(/i/sprite.png) -1265px -30px no-repeat scroll;
            }

        #saberMais ul li a span, #mAlertas ul li a span {
            font-weight: bold;
        }

        #saberMais ul li a:hover, #saberMais ul li a:active, #saberMais ul li a:focus, #mAlertas ul li a:hover, #mAlertas ul li a:active, #mAlertas ul li a:focus {
            color: #ED1C24;
        }

.ultimashp {
    clear: both;
}

.noticiaSeguinte {
    width: 100%; /*background-color:#F2F2F2;
	padding:15px 15px;*/
}

    .noticiaSeguinte img {
        margin-top: 10px;
        display: block;
    }

    .noticiaSeguinte .noticiaSeguinteTitle {
        display: block;
        margin-top: 10px;
        font-family: 'PT Sans', sans-serif;
        font-size: 34px;
        font-weight: bold;
        color: #000;
    }

        .noticiaSeguinte .noticiaSeguinteTitle:hover, .noticiaSeguinte .noticiaSeguinteTitle:active {
            display: block;
            margin-top: 10px;
            font-family: 'PT Sans', sans-serif;
            font-size: 34px;
            font-weight: bold;
            text-decoration: none;
            color: #ED1C24;
        }

.noticiaTitle .bulletnegocios {
    margin-left: 0;
    margin-top: 0;
}

.noticiaDetalheMain {
    margin-top: 10px !important;
}

.pubBg {
    background-color: #F2F2F2;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .noticiaDetalheMain {
        /*margin-top: 85px !important;*/
    }
}

@media screen and (min-width: 992px) {
    .noticiaDetalheMain {
        margin-top: 15px !important;
        /*padding-left: 15px;
	padding-right: 15px;*/
    }

        .noticiaDetalheMain .row {
            overflow: hidden;
        }

    .formMargins {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    #partilhar {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .noticia_margin {
        /*margin-top: 100px !important;*/
    }
}

@media screen and (max-width: 767px) {
    .newsContent {
        font-family: 'Merriweather', serif;
        line-height: 26px;
        font-size: 18px;
        text-align: left;
        color: #000;
    }

    .toolBar .socialShare {
        text-align: center;
        padding-bottom: 0;
        width: 70%;
    }

    .toolBar .tools {
        text-align: center;
        padding-bottom: 0;
        width: 30%;
    }

    .toolBar .socialShare a {
        display: inline-block;
        margin: 0 5px;
    }

    .toolBar .tools a {
        display: inline-block;
        margin: 0 8px;
    }

    .toolBar .socialShare:after {
        display: inline-block;
        content: "";
        width: 100%;
    }

    .toolBar .socialShare .save:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1175px -5px;
        vertical-align: middle;
        display: inline-block;
        width: 9px;
        height: 14px;
        margin-right: 10px;
        margin-left: 20px;
    }

    .newsContent {
        font-family: 'Merriweather', serif;
        line-height: 34px;
        font-size: 18px;
        text-align: left;
        color: #000;
    }

    .citacao {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        border-left: 0;
        border-top: 10px solid #F2F2F2;
        border-bottom: 10px solid #F2F2F2;
    }

    .citacaoTxt {
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        line-height: inherit;
        font-size: 20px;
        font-style: italic;
        color: #000;
        display: block;
    }

    .nomeCitacao {
        margin-top: 15px;
        font-family: 'Merriweather', serif;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        color: #000;
        display: block;
    }

    .galeriaMobile, .galeriaMobile img {
        width: 100%;
    }

        .galeriaMobile .slick-prev {
            font-size: 0;
            line-height: 0;
            position: absolute;
            display: block;
            width: 24px;
            height: 35px;
            padding: 0;
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -110px -160px;
            /*right: inherit;*/
            left: 30px;
            z-index: 1;
        }

            .galeriaMobile .slick-prev:hover {
                background-image: url(../i/sprite.png);
                background-repeat: no-repeat;
                background-position: -110px -200px;
            }

        .galeriaMobile .slick-next {
            font-size: 0;
            line-height: 0;
            position: absolute;
            display: block;
            width: 34px;
            height: 35px;
            padding: 0;
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -165px -160px;
            right: 30px; /*left: inherit;*/
        }

            .galeriaMobile .slick-next:hover {
                background-image: url(../i/sprite.png);
                background-repeat: no-repeat;
                background-position: -165px -200px;
            }

            .galeriaMobile .slick-next:before, .galeriaMobile .slick-prev:before {
                content: "";
            }

    .citacaoArtigo {
        font-family: 'PT Sans', sans-serif;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0;
        padding-top: 10px;
        border-left: 0;
        border-top: 10px solid #F2F2F2;
    }

    .citacaoArtigoTxt {
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        color: #000;
        display: block;
    }

    .citacaoArtigoTitle {
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        color: #A7A9AA;
    }

    .citacaoH3Mobile {
        margin-top: 10px;
    }

    .noticiaShareMobile {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

        .noticiaShareMobile a {
            font-family: 'PT Sans', sans-serif;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            background-color: #F2F2F2;
            height: 40px;
            line-height: 40px;
            display: block;
            margin-bottom: 30px;
        }

            .noticiaShareMobile a:hover, .noticiaShareMobile a:active {
                font-family: 'PT Sans', sans-serif;
                font-size: 14px;
                font-weight: bold;
                text-decoration: none;
            }

    .shareMarginFirst {
        margin-left: 0;
        margin-right: 15px;
    }

    .shareMarginLast {
        margin-right: 0;
        margin-left: 15px;
    }

    .leftShareCol, .rightShareCol {
        width: 50%;
    }

    .leftShareCol {
        float: left;
    }

    .rightShareCol {
        float: right;
    }

    .formMargins {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .noticiaSeguinte {
        background-color: #F2F2F2;
        padding: 15px 15px;
    }

        .noticiaSeguinte img {
            margin-top: 10px;
            display: block;
        }

        .noticiaSeguinte .noticiaSeguinteTitle {
            display: block;
            margin-top: 10px;
            font-family: 'PT Sans', sans-serif;
            font-size: 20px;
            font-weight: bold;
            color: #000;
        }

            .noticiaSeguinte .noticiaSeguinteTitle:hover, .noticiaSeguinte .noticiaSeguinteTitle:active {
                display: block;
                margin-top: 10px;
                font-family: 'PT Sans', sans-serif;
                font-size: 20px;
                font-weight: bold;
                text-decoration: none;
                color: #ED1C24;
            }

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0px;
        background-color: transparent;
    }

    .panel {
        border: 0px solid transparent;
        box-shadow: none;
    }

    .panel-default > .panel-heading {
        color: #fff;
        background-color: #A8A9AB;
        border-color: transparent;
        border-radius: 0;
        text-align: center;
        padding: 0px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .panel-title a {
        text-decoration: none;
        display: block;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent;
    }

    .panel-body ul {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .panel-body ul li {
            list-style-type: none;
            margin-bottom: 15px;
        }

            .panel-body ul li:after {
                content: "";
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #D8D8D8;
                display: block;
                margin-top: 15px;
            }
}

@media screen and (max-width: 991px) {
    .barometroNoticia .graficos .progress {
        height: 40px;
    }

        .barometroNoticia .graficos .progress span {
            line-height: 40px;
            font-size: 16px;
        }

    #partilhar > div {
        padding-left: 15px;
        padding-right: 15px;
    }

        #partilhar > div:first-child {
            padding-left: 15px;
        }

        #partilhar > div:last-child {
            padding-right: 15px;
        }

    .comentarioAccaoMobile {
        text-align: center;
    }

        .comentarioAccaoMobile .displayBlock {
            display: block;
        }

    .comentarioDestaque {
        border-left: none;
    }

    .galeriaMobile, .galeriaMobile img {
        width: 100%;
    }

        .galeriaMobile .slick-prev {
            font-size: 0;
            line-height: 0;
            position: absolute;
            display: block;
            width: 24px;
            height: 35px;
            padding: 0;
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -110px -160px;
            /*right: inherit;*/
            left: 30px;
            z-index: 1;
        }

            .galeriaMobile .slick-prev:hover {
                background-image: url(../i/sprite.png);
                background-repeat: no-repeat;
                background-position: -110px -200px;
            }

        .galeriaMobile .slick-next {
            font-size: 0;
            line-height: 0;
            position: absolute;
            display: block;
            width: 34px;
            height: 35px;
            padding: 0;
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background-image: url(../i/sprite.png);
            background-repeat: no-repeat;
            background-position: -165px -160px;
            right: 30px; /*left: inherit;*/
        }

            .galeriaMobile .slick-next:hover {
                background-image: url(../i/sprite.png);
                background-repeat: no-repeat;
                background-position: -165px -200px;
            }

            .galeriaMobile .slick-next:before, .galeriaMobile .slick-prev:before {
                content: "";
            }
}

.share_buttons_margin {
    margin: 15px 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .toolBar .socialShare {
        width: 82%;
        text-align: justify;
    }

    .tools {
        width: 18%;
    }

    .toolBar .socialShare .save:before {
        content: "";
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -1175px -5px;
        vertical-align: middle;
        display: inline-block;
        width: 9px;
        height: 14px;
        margin-right: 10px;
        margin-left: 20px;
    }

    .toolBar .socialShare:after {
        display: inline-block;
        content: "";
        width: 100%;
    }

    .desktopNoDisplay {
        display: none !important;
    }

    .noticiaShareMobile {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

        .noticiaShareMobile a {
            font-family: 'PT Sans', sans-serif;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            background-color: #F2F2F2;
            height: 40px;
            line-height: 40px;
            display: block;
            margin-bottom: 30px;
        }

            .noticiaShareMobile a:hover, .noticiaShareMobile a:active {
                font-family: 'PT Sans', sans-serif;
                font-size: 14px;
                font-weight: bold;
                text-decoration: none;
            }

    .shareMarginFirst {
        margin-left: 0;
        margin-right: 15px;
    }

    .shareMarginLast {
        margin-right: 0;
        margin-left: 15px;
    }

    .leftShareCol, .rightShareCol {
        width: 50%;
    }

    .leftShareCol {
        float: left;
    }

    .rightShareCol {
        float: right;
    }
}

@media screen and (min-width: 768px) {
    .tabletNoDisplay {
        display: none !important;
    }

    .phoneVideo {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .newsletter .btn-default {
        margin-left: 0;
    }
}

@media screen and (min-width: 416px) and (max-width: 992px) {
    .width416_992 {
        display: none !important;
    }
    /*
#blocoNoticia {
	margin-top:30px;
}*/
}

@media screen and (max-width: 767px) {
    .noticiaTitle h1 {
        font-size: 28px;
    }

    .noticiaLead {
        font-size: 20px;
    }

    .autorNoticiaRight {
        width: 100%;
    }

    .mobileNoDisplay {
        display: none !important;
    }

    .socialShare .email:before {
        margin-left: 0;
    }

    .newsContent {
        line-height: 26px;
        font-size: 16px;
    }

        .newsContent a {
            line-height: 26px;
            font-size: 16px;
        }

        .newsContent h2 {
            font-size: 16px;
        }

    .shareMarginFirst {
        margin-right: 0;
    }

    .shareMargin {
        margin-right: 0;
    }

    .shareMarginLast {
        margin-left: 0;
    }

    .noticiaShare_bloco {
        margin-bottom: 20px;
    }

    .desktopVideo, .tabletVideo {
        display: none;
    }

    .comentarioDestaque {
        font-family: 'PT Sans', sans-serif;
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        padding: 15px;
        left: 50%;
        border-left: none;
        background-color: #F2F2F2;
        display: inline-block;
        clear: both;
    }

        .comentarioDestaque .comentarioDestaqueTitle, .comentarioDestaque .comentarioDestaqueData {
            display: block;
        }

        .comentarioDestaque .comentarioDestaqueTitle {
            font-size: 16px;
        }

    .comentarDestaque .comentarioDestaqueTxt {
        font-size: 14px;
    }

    .comentarioAccaoMobile .comentarFacebook, .comentarioAccaoMobile .comentarTwitter {
        display: none;
    }

    .sepComentarios {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
    }

    .comentario {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
    }

        .comentario .comentarioNome {
            display: block;
        }

    .form_footertxt {
        display: none;
    }

    .comentarios .btn-default {
        width: 100%;
    }

    .comentarioDestaque {
        margin-top: 30px;
    }
}

.newsContent .publicidade {
    padding: 10px;
}

@media screen and (max-width: 767px) and (min-width:0) {
    .imagemDestaque {
        max-width: none;
        width: 100vw !important;
        position: relative;
        margin-left: -50vw !important;
        left: 50%;
    }

    .col_left .h2 {
        font-size: 28px;
        margin-top: 15px;
    }

    .newsCol_left .h2 {
        font-size: 16px;
        margin-top: 5px;
    }

    #canaliniciativas .subLinkTop li.dropdown {
        padding: 0;
        position: relative;
        border-bottom: none;
    }

        #canaliniciativas .subLinkTop li.dropdown > a {
            text-transform: uppercase;
            position: relative;
            display: block;
            height: 50px;
            padding: 16px 20px 0 60px;
            color: #ffffff;
            background: #A7A9AA;
        }

        #canaliniciativas .subLinkTop li.dropdown.open > a {
            background: #ED1C24;
        }

    #canaliniciativas .subLinkTop li a:before {
        left: 15px;
        margin-left: 0;
        color: #ffffff;
        font-size: 54px;
    }

    #canaliniciativas .open > .dropdown-menu {
        margin-top: 10px;
        padding: 0;
    }

        #canaliniciativas .open > .dropdown-menu li {
            padding-left: 0;
        }

    #canaliniciativas .subLinkTop .dropdown:before {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -510px -145px;
        z-index: 9999;
    }

    #canaliniciativas .subLinkTop .dropdown.open:before {
        background-image: url(../i/sprite.png);
        background-repeat: no-repeat;
        background-position: -510px -202px;
        z-index: 9999;
    }

    .reply {
        margin-left: 10%;
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .topMenuMargin {
        padding-left: 0;
        padding-right: 0;
    }

    .main {
        padding-left: 0;
        padding-right: 0;
    }
}

.pesquisaCronistas {
    margin-bottom: 30px; /*	margin-top: -30px;*/
}

    .pesquisaCronistas:after {
        content: "";
        clear: both;
        display: block;
    }

    .pesquisaCronistas input {
        background: #7E7E7E;
        height: 50px;
        text-align: left;
        padding: 20px 0 20px 20px;
        display: inline-block;
        border: none;
        width: 90%;
        color: #ffffff;
        font-family: 'PT Sans', sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .pesquisaCronistas ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ffffff;
    }

    .pesquisaCronistas ::-moz-placeholder { /* Firefox 19+ */
        color: #ffffff;
    }

    .pesquisaCronistas :-ms-input-placeholder { /* IE 10+ */
        color: #ffffff;
    }

    .pesquisaCronistas :-moz-placeholder { /* Firefox 18- */
        color: #ffffff;
    }

    .pesquisaCronistas button {
        background: #7E7E7E;
        height: 50px;
        text-align: center;
        display: block;
        border: none;
        color: #ffffff;
        border-radius: 0;
        font-size: 20px;
        width: 100%;
        top: 0;
    }

    .pesquisaCronistas .input-group {
        width: 100%;
    }

    .pesquisaCronistas .form-control {
        border-radius: 0;
    }

    .pesquisaCronistas button:hover {
        background: #7E7E7E;
    }

    .pesquisaCronistas button:active:hover {
        background: #7E7E7E;
    }

    .pesquisaCronistas .input-group-btn {
        width: 20%;
    }

@media screen and (max-width: 991px) and (min-width:768px) {
    .pesquisaCronistas .input-group-btn {
        width: 10%;
    }

    .tabletMT {
        /*padding-top: 80px;*/
    }
}

@media screen and (max-width:767px) {
    .barometroNoticia .graficos .progress {
        height: 30px;
    }

        .barometroNoticia .graficos .progress span {
            line-height: 30px;
            font-size: 14px;
        }

    #weekend .bloco {
        width: 50%;
        margin-left: 15px;
        margin-top: 15px;
        position: absolute;
    }

        #weekend .bloco .h2 {
            margin-top: 5px;
        }

    .tabletMT {
        /*padding-top: 60px;*/
    }

    .pesquisaCronistas {
        margin-top: 0;
    }

        .pesquisaCronistas input {
            width: 80%;
        }

    .noticiaSeguinte .noticiaLead, .noticiaSeguinte img, .noticiaSeguinte .seccaoLead, .noticiaSeguinte .separador, .noticiaSeguinte .limpa.clear {
        display: none;
    }

    .noticiaSeguinte .noticiaTitle h1 {
        font-size: 20px;
    }

    .noticiaSeguinte:after {
        content: "";
        clear: both;
        display: block;
    }

    .tools .shares {
        display: inline-block !important;
    }
}

@media screen and (min-width:992px) and (max-width:1279px) {
    .main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .scroll_headingTxt {
        padding-left: 15px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .artigo_scroll .scroll_col_left {
        width: 60%;
    }

    .artigo_scroll .scroll_col_right {
        width: 40%;
        padding-right: 15px;
    }

    #canalopiniao .vertodos {
        margin-left: 350px;
    }
}

@media screen and (min-width:1280px) {
    .main {
        padding-left: 0;
        padding-right: 0;
    }

    .hamburger {
        padding: 15px 15px 15px 0;
    }

    .blocoDestaques {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:992px) {
    .social-sitemap ul.social.lg a {
        margin-right: 5px;
        background-image: url(../i/sprite.png);
        width: 22px;
        height: 22px;
        display: block;
        margin-top: 20px;
    }

    .social-sitemap .fb {
        background-position: -817px -2px;
        margin-left: -5px;
    }

    .social-sitemap .tw {
        background-position: -864px -2px;
    }

    .social-sitemap .rss {
        background-position: -914px -2px;
    }
}
/* MODAL ENVIO DE EMAIL */


#enviarEmail .modal-title {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-style: italic;
    color: #000;
}

#enviarEmail .modal-content, #guardarNoticia .modal-content, #printArticle .modal-content {
    border-radius: 0;
    border: none;
}

#printArticle .modal-header {
    padding: 15px 15px 0 0;
    border-bottom: none;
}

#printArticle .modal-body {
    padding-top: 0;
}

#enviarEmail .btn-default {
    background-color: #ED1B24;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 10px 30px;
    text-align: center;
}

#enviarEmail label {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    height: 20px;
    margin-bottom: 15px;
    /*line-height: 1.42857143;*/
    color: #7E7E7E;
}

#guardarNoticia {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

#modalCapaJornal {
    z-index: 999999;
}

    #modalCapaJornal .modal-content {
        border-radius: 0;
        box-shadow: none;
        border: 0;
        background: #452B2C;
        color: #ffffff;
    }

.modal-backdrop {
    background: #ffffff;
}

    .modal-backdrop.in {
        filter: alpha(opacity=70);
        opacity: .7;
    }

#modalCapaJornal .modal-body {
    padding: 15px;
}

#modalCapaJornal .closeModal {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    background: url(../i/sprite.png) -670px -355px no-repeat scroll;
}

#modalCapaJornal .btn-azul {
    background-color: #0888CA;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 10px 30px;
    width: 100%;
}

#modalCapaJornal .premiumTextMain {
    background: #F0F0F0;
    margin-bottom: 30px;
}

#modalCapaJornal .premiumText {
    background: #0888CA;
    padding: 15px;
    position: relative;
}

    #modalCapaJornal .premiumText .icPremium {
        left: 10px;
        top: 10px;
        width: 50px;
        height: 50px;
        padding: 8px 15px;
        background: #ffffff;
        position: absolute;
    }

    #modalCapaJornal .premiumText .assinTxt01 {
        font-size: 18px;
        padding: 0px 0 0px 61px;
        font-weight: bold;
        display: block;
        text-transform: uppercase;
    }

#modalCapaJornal .premiumInfo {
    padding: 25px;
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    position: relative;
}

#modalCapaJornal .assinTxt02 {
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding-top: 20px;
    text-align: center;
}

#modalCapaJornal .assinTxt03 {
    font-weight: bold;
    font-size: 14px;
    line-height: 60px;
    display: block;
    text-align: center;
    height: 60px;
}

#modalCapaJornal .assinTxt04 {
    font-weight: bold;
    font-size: 14px;
    display: block;
    text-align: center;
    padding-top: 10px;
    height: 60px;
}

@-moz-document url-prefix() {
    #modalCapaJornal .assinTxt04 {
        height: 64px;
    }

    #modalCapaJornal .assinTxt03 {
        height: 64px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #modalCapaJornal .assinTxt04 {
        height: 66px;
    }

    #modalCapaJornal .assinTxt03 {
        height: 66px;
    }
}


#modalCapaJornal .assinTxt04 .assinEspaco {
    padding-bottom: 10px;
}

#modalCapaJornal .premiumInfo ul {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    font-size: 16px;
}

    #modalCapaJornal .premiumInfo ul li {
        list-style-type: none;
    }

#modalCapaJornal .todasCapas {
    font-weight: bold;
    font-size: 14px;
    line-height: 60px;
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: underline;
}

#modalCapaJornal .capaJornal figure {
    text-align: center;
}

    #modalCapaJornal .capaJornal figure img {
        display: inline-block !important;
    }

#modalCapaJornal .btn-azul.loginBt {
    margin-bottom: 25px;
}

.noticia_marginInstitucional {
}

@media (min-width: 768px) {
    .modal-lg {
        width: 720px;
    }

    #modalCapaJornal .modal-body {
        padding: 50px;
        margin-top: 25px;
    }

    #modalCapaJornal .capaJornal {
        margin-bottom: 15px;
    }

    #modalCapaJornal .btn-azul.loginBt {
        margin-top: 38px;
    }

    #modalCapaJornal .bloco_partilhas {
        margin-top: 0;
    }

    #modalCapaJornal .btn-azul.loginBt {
        margin-bottom: 0;
    }

    #modalCapaJornal .assinTxt02 {
        padding-right: 70px;
        text-align: left;
    }

    #modalCapaJornal .premiumText .icPremium {
        left: 20px;
        top: 19px;
        width: 65px;
        height: 65px;
        padding: 8px 15px;
    }

    #modalCapaJornal .premiumText .assinTxt01 {
        font-size: 24px;
        padding: 20px 0 30px 100px;
    }

    .noticia_marginInstitucional {
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 920px;
    }

    #modalCapaJornal .capaJornal {
        margin-bottom: 0;
    }

    #modalCapaJornal .premiumInfo {
        padding: 23px 45px;
        font-family: 'PT Sans', sans-serif;
        color: #000000;
        position: relative;
    }

        #modalCapaJornal .premiumInfo ul {
            margin: 0;
            padding: 0;
            font-family: 'PT Sans', sans-serif;
            color: #000000;
            font-size: 18px;
        }

            #modalCapaJornal .premiumInfo ul li {
                list-style-type: square;
                margin-bottom: 15px;
            }

    #modalCapaJornal .btn-azul.loginBt {
        margin-top: 15px;
    }

    .noticia_marginInstitucional {
        /*margin-top: 120px !important;*/
    }
}

@media (min-width: 1240px) {
    .modal-lg {
        width: 1240px;
    }

    #modalCapaJornal .bloco_partilhas {
        margin-top: 0;
    }

    #modalCapaJornal .btn-azul.loginBt {
        margin-top: 45px;
    }
}

.noticia_marginInstitucional .negsecHP {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
    margin: 30px 0 15px 0;
}

.fichaTecnica {
    font-size: 16px;
    display: block;
    padding-bottom: 35px;
}

    .fichaTecnica strong {
        font-size: 18px;
        font-weight: 18px;
    }

    .fichaTecnica a {
        color: #000000;
        text-decoration: none;
    }

        .fichaTecnica a:hover {
            color: #000000;
            text-decoration: underline;
        }

#user {
    cursor: pointer;
}

    #user .menuExpand {
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 9999;
        display: none;
    }

    #user:hover .menuExpand, .userInfo:hover .menuExpand {
        display: block;
    }

    #user .menuExpand .mainExpand {
        background-color: #F2F2F2;
        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
        font-size: 12px;
        padding: 8px;
        position: relative;
        border-bottom: 3px solid #A7A8AA;
        margin-top: 15px;
    }

        #user .menuExpand .mainExpand .tip {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 6px 8px 6px;
            border-color: transparent transparent #f2f2f2 transparent;
            position: absolute;
            top: -8px;
            left: 10px;
        }

        #user .menuExpand .mainExpand ul {
            padding: 0;
            margin: 0;
        }

            #user .menuExpand .mainExpand ul li {
                border-bottom: 1px solid #D8D8D8;
                list-style-type: none;
                white-space: nowrap;
            }

                #user .menuExpand .mainExpand ul li:last-child {
                    border-bottom: none;
                    padding-bottom: 0;
                    margin-bottom: 0;
                }

                #user .menuExpand .mainExpand ul li a {
                    display: block;
                    padding: 8px 6px;
                    color: #333333;
                    text-decoration: none;
                }

                    #user .menuExpand .mainExpand ul li a:hover {
                        background: #D8D8D8;
                    }

.userInfo {
    float: right;
    text-align: left;
    height: 30px;
    background-color: #f2f2f2;
    margin-right: 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 10px;
    line-height: 10px;
    color: #7E7E7E;
    margin-top: 25px;
    padding: 2px 6px;
    margin-left: -10px;
}

    .userInfo .userName {
        display: block;
        font-weight: bold;
        padding: 8px 0;
        font-size: 12px;
        color: #303030;
    }

        .userInfo .userName.premium {
            padding: 2px 0;
        }

    .userInfo .userSubscription {
        display: block;
        text-transform: uppercase;
    }

        .userInfo .userSubscription strong {
            color: #0888CA;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .userInfo {
        float: none;
        height: auto;
        background-color: #f2f2f2;
        margin-right: 0;
        border-bottom: 1px solid #D8D8D8;
        margin-top: 0;
        padding: 0 0 10px 0;
        margin-left: 0;
    }

        .userInfo .userName {
            font-size: 14px;
            padding: 0 0 8px 0;
        }

        .userInfo .userSubscription {
            line-height: 14px;
        }

            .userInfo .userSubscription strong {
                font-size: 12px;
            }
}

#user.loged {
    background-position: -735px -356px;
}

    #user.loged:hover {
        background-position: -775px -356px;
    }

.site {
    position: relative;
    margin-top: 60px;
}

@media (min-width: 768px) {
    .site {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .site {
        margin-top: 120px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

@supports (-webkit-text-size-adjust:none) and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
    .mainbarraconteiner {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .pushmenu-push-toright .mainbarraconteiner {
        /*-ms-transform: translate(300px, 0);*/ /* IE 9 */
        /*-webkit-transform: translate(300px, 0);*/ /* Safari */
        /*transform: translate(300px, 0);*/
    }
}

.alert {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 11px;
    line-height: 1 !important;
    font-weight: normal;
}

.negsecGeral {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
    margin: 30px 0 15px 0;
}

    .negsecGeral span {
        font-family: 'Merriweather', serif;
        font-size: 20px;
        font-style: italic;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

.epaperMain {
    margin: 30px 0;
}

#thirdblock #destaque01 {
    margin-top: 30px;
}

.pubPatrocinio {
    margin-bottom: 25px;
}

    .pubPatrocinio .mainPatrocinio {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

.bottomLeaderboard {
    margin: 25px auto;
    width: 728px;
    clear: both;
}

.nativeAd {
    font-family: 'PT Sans', sans-serif;
}

    .nativeAd:after, .nativeAd .nativeAdMain:after {
        content: "";
        clear: both;
        display: block;
    }

    .nativeAd .type {
        display: block;
        color: #959A94;
        font-size: 10px;
        text-transform: uppercase;
    }

    .nativeAd .nativeAdMain {
        border: 1px solid #D8D8D8;
        padding: 15px 30px;
        text-align: left;
    }

    .nativeAd.nativeCanal .nativeAdMain {
        padding: 15px 30px 5px 30px;
    }

.submenu .nativeAd .nativeAdMain {
    border: 1px solid #D8D8D8;
    padding: 15px 15px 10px 15px;
    text-align: left;
}

    .submenu .nativeAd .nativeAdMain .bloco_foto {
        margin-bottom: 0;
    }

.nativeAd .nativeSection {
    font-size: 11px;
    line-height: 1;
    color: #5C666F;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.submenu .nativeAd .nativeAdMain .nativeSection {
    text-transform: uppercase;
    padding-top: 5px;
}

.nativeAd .nativeTit {
    font-size: 24px;
    line-height: 1;
    color: #000;
    display: block;
    font-weight: bold;
}

    .nativeAd .nativeSection:hover, .nativeAd .nativeTit:hover {
        text-decoration: none;
    }

.nativeAd figure {
    margin: 15px 0;
}

.nativeAd .nativeLead {
    color: #5C666F;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    display: block;
}

/* páginas de erro */

.barraErro {
    width: 100%;
    background-color: #f2f2f2;
    height: 6px;
    margin-top: 15px;
}

.errorType {
    font-size: 130px;
    line-height: 1;
    color: #e5e5e5;
    font-weight: 200;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    font-family: 'Merriweather', serif;
}

.errorMessage {
    margin: 0 auto;
    display: block;
    font-size: 18px;
    padding: 25px 0 75px 0;
    border-bottom: 2px solid #e5e5e5;
    font-family: 'PT Sans', sans-serif;
}

.manutencao {
    margin: 0 auto;
    display: block;
    font-size: 24px;
    padding: 25px 0 75px 0;
    border-bottom: 2px solid #e5e5e5;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
}

.errorMessage a {
    color: #ED1C24;
}

.manutencaoLg .logo {
    float: none;
    display: block;
    height: 43px;
    width: 206px;
    margin: 19px auto 0 auto;
}

@media (min-width: 768px) {
    .errorType {
        font-size: 280px;
    }
}


.fotoPrint {
    float: right;
    margin: 0 0 25px 25px;
    width: 50%;
}


.lerMais {
    width: 100%;
    height: 130px;
    position: relative;
    margin-top: -130px;
    margin-bottom: 120px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
}


    .lerMais .btn-default {
        background-color: #ED1B24;
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: bold;
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        border: 1px solid transparent;
        border-radius: 0px;
        padding: 6px 25px;
        text-align: center;
        position: absolute;
        bottom: -80px;
        left: 50%;
        margin-left: -80px;
    }

        .lerMais .btn-default:hover {
            text-decoration: none;
            background-color: #A8A9AB;
        }

.showLerMais {
    display: none;
}

input.error {
    color: #ED1C24 !important;
}

.error::-moz-placeholder {
    color: #ED1C24 !important;
    opacity: 1;
}

.error:-ms-input-placeholder {
    color: #ED1C24 !important;
}

.error::-webkit-input-placeholder {
    color: #ED1C24 !important;
}

.comentarios .newsletterTitle {
    display: block;
    padding-top: 25px;
}

.multimedia .modal-body, .multimedia .modal-header .modal-title {
    color: #000000;
}


@media (max-width: 991px) {
    .cartoonItem .newsCol_right {
        width: 100%;
        float: none;
        padding-left: 0;
    }

        .cartoonItem .newsCol_right:after, .cartoonItem .newsCol_right:before {
            content: "";
            clear: both;
            display: block;
        }

    .destaqueCartoonLeft, .destaqueCartoonRight {
        float: none;
        clear: both;
        width: 100%;
    }

        .destaqueCartoonRight .imagemDestaque {
            float: none;
            margin: 0;
        }

        .destaqueCartoonLeft .h2 {
            font-size: 34px;
        }

    .noMenuTop {
        height: 50px;
        margin-top: 30px;
    }

    .panel_titleTop .simbolodocs {
        background-image: none;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 5%;
        top: 25px;
    }
}

.pubfield {
    text-align: center;
}

.detalheAbertura:after, .detalheAbertura:before {
    content: "";
    clear: both;
    display: block;
}

.newsContent .detalheAbertura {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}

.destaqueCartoonLeft .h2 {
    font-size: 30px;
}


#modalHD {
    padding: 0 !important;
    margin: 0 !important;
}

    #modalHD .pub {
        color: #fff;
    }

    #modalHD .featureDate {
        margin-top: 0;
    }


    #modalHD .modal-backdrop {
        display: none;
    }

    #modalHD .modal {
    }

    #modalHD .modal-dialog {
        width: 100%;
        min-height: 100%;
        background-color: #333;
        margin: 0 !important;
        padding: 0 !important;
    }

    #modalHD .modal-content {
        max-width: 1240px;
        padding-top: 60px;
        padding-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        background: none;
        border: none;
        box-shadow: none;
    }

    #modalHD .close {
        float: right;
        font-size: 45px;
        font-weight: bold;
        color: #FFF;
        line-height: 14px;
        text-shadow: none;
        color: #a7a9aa;
        opacity: 1;
    }

        #modalHD .close:hover {
            color: #fff;
            opacity: 1;
        }

    #modalHD .featureDate {
        font-family: 'PT Sans', sans-serif;
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
        display: block;
        text-transform: uppercase;
        margin-top: 20px;
    }

        #modalHD .featureDate span {
            color: #ED1C24;
        }

    #modalHD .capaPdf {
        padding: 15px;
        margin-bottom: 30px;
    }

    #modalHD .pubPDF {
        position: relative;
        right: auto;
        top: auto;
        width: 300px;
        margin: 0 auto;
    }

@media screen and (min-width: 992px) {

    #modalHD .capaPdf {
        padding: 15px 330px 0 30px;
        margin-bottom: 0;
    }

    #modalHD .pubPDF {
        position: absolute;
        right: 15px;
        top: 50px;
        width: 300px;
    }
}



#documentosCanal {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.newsCol_Docs {
    width: 100%;
    float: left;
    padding-right: 30px;
}

.margin_CanalDocumentos {
}

@media (max-width: 767px) {
    .editorialHP {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

        .editorialHP:after {
            content: "";
            clear: both;
            display: block;
        }

    .margin_CanalDocumentos {
        margin-top: 62px;
    }

    .panel_titleTop .simbolodocs {
        background-image: none;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 5%;
        top: 25px;
    }

    .topMenuDocsMargin {
        margin-bottom: 20px;
    }

    #weekend {
        height: inherit;
        overflow: hidden;
    }

    .maisweekend {
        display: none;
    }

    #weekend .pestana {
        display: none;
    }

    #weekend .lead {
        display: none;
    }

    .icon-observatorio-sectores:before {
        left: 15px !important;
    }

    .icon-negocios-num-minuto:before {
        left: 6px !important;
    }

    .icon-negocios-e-portugal:before {
        left: 10px !important;
    }

    .icon-saude-sustentavel:before {
        left: 15px !important;
    }

    .icon-premios-exportacao---internacionalizacao:before {
        left: 7px !important;
    }

    .icon-premio-excellens-oeconomia:before {
        left: 15px !important;
    }

    .icon-observatorio:before {
        left: 10px !important;
    }

    .icon-poderosos:before {
        left: 15px !important;
    }

    .icon-redaccao-aberta:before {
        left: 15px !important;
    }

    .icon-conferencia-negocios:before {
        left: 15px !important;
    }
}


/* css específico para citações antigas */

.p20 {
    padding-bottom: 20px;
}

.cabecalhos {
    border-top: 10px solid #F2F2F2;
}

.crete18, .crete14_cinza04 {
    display: block;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    margin-top: 15px;
    text-transform: uppercase;
    color: #000;
    display: block;
}

.crete19 {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-style: italic;
    color: #000;
    display: block;
}


.txt_artigo {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-style: italic;
    color: #000;
    display: block;
}

.cx_cinza {
    margin-left: 30px;
}


.quoteNova, .documentoNova {
    margin: 20px 0 40px 0;
    padding: 15px 0 0 35px;
    border-top: 10px solid #F2F2F2;
    font-family: 'PT Sans', sans-serif;
}

    .quoteNova .quoteTitulo, .documentoNova .quoteTitulo {
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #7E7E7E;
        font-style: italic;
    }

    .documentoNova .quotePosTitulo {
        display: block;
        margin-bottom: 25px;
        font-family: 'Merriweather', serif;
        font-size: 24px;
        line-height: 1;
        color: #111111;
    }

        .documentoNova .quotePosTitulo.setaDocumentos {
            background: url(../i/setaDocumentos.png) no-repeat 0 8px;
        }

    .documentoNova .quoteTitulo.setaDocumentos {
        background: url(../i/setaDocumentos.png) no-repeat 0 8px;
    }

    .documentoNova .quotePosTitulo.setaDocumentos, .documentoNova .quoteTitulo.setaDocumentos {
        padding-left: 36px;
        margin-left: -36px;
    }

    .quoteNova .quoteText {
        display: block;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.2px;
        color: #666666;
        font-style: italic;
    }

    .documentoNova .quoteText {
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.2px;
        color: #111111;
    }

    .quoteNova .quoteAutor {
        font-size: 14px;
        color: #666666;
        display: block;
    }

        .quoteNova .quoteAutor > span {
            font-weight: bold;
            color: #111111;
        }

.quote01, .quote02 {
    border-top: 10px solid #F2F2F2;
    padding: 15px 0 0 30px;
    margin: 0 0 45px 0;
}


/* COOKIES */

.cookies {
    background: rgba(000,000,000,0.75);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    border-top: 3px solid #EB282B;
    z-index: 999;
}



.cookiesMain {
    position: relative;
    padding-right: 40px;
    line-height: 1.5;
}

    .cookiesMain a.closeCookies {
        position: absolute;
        right: 10px;
        top: -5px;
        font-size: 20px;
        color: #FFF;
        cursor: pointer;
    }

    .cookiesMain a {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 12px;
        text-decoration: underline;
        display: inline;
        margin-left: 4px;
    }

        .cookiesMain a.btCookies {
            color: #ffffff;
            background: #EB282B;
            text-transform: uppercase;
            font-size: 11px;
            text-decoration: none;
            display: inline;
            padding: 2px 8px;
            margin: 4px;
            font-family: 'PT Sans', sans-serif;
            font-weight: bold;
        }

            .cookiesMain a.btCookies i {
                font-size: 20px;
                color: #FFF;
            }

.cookiesTable thead {
    background: #F0F0F0;
}

.cookiesTable td {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}


/* PUSH Notificatoins */
#ic_notificacoes {
    width: 68px;
    height: 68px;
    position: fixed;
    bottom: 50px;
    left: 20px;
    border: 0;
    margin: 0;
    padding: 0;
}

    #ic_notificacoes .icon {
        width: 68px;
        height: 68px;
        background: url(/i/ic_notificacoes.png) no-repeat center scroll;
        z-index: 1000000;
        position: absolute;
    }

    #ic_notificacoes .msg-notification {
        position: absolute;
        display: none;
        width: 190px;
        background: #d1d1d1;
        height: 48px;
        line-height: 48px;
        bottom: 10px;
        left: 40px;
        padding-left: 40px;
        text-transform: uppercase;
        font-family: 'PT Sans', sans-serif;
        text-decoration: none;
        font-size: 10px;
        color: #1f1f1f;
        border-right: 3px solid #eaeaea;
        z-index: 100000;
    }



.pop-notification {
    background: #e6e6e6;
    height: 100%;
    width: 100%;
    min-height: 414px;
    margin: 0;
    padding: 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .pop-notification #areaToChange {
        overflow: auto;
        text-align: center;
    }

    .pop-notification .btCenter {
        display: inline-block;
        float: none;
    }

    .pop-notification .titulo {
        font-family: 'PT Sans', sans-serif;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }

        .pop-notification .titulo a {
            cursor: pointer;
            font-family: 'Merriweather', serif;
        }

    .pop-notification .desktop-notification {
        width: 360px;
        height: 85px;
        margin: 0 auto;
        padding: 0;
        display: block;
        border: 1px solid #ddd;
        background-color: #fff;
        -webkit-box-shadow: 0 9px 20px -15px rgba(0,0,0,.75);
        -moz-box-shadow: 0 9px 20px -15px rgba(0,0,0,.75);
        box-shadow: 0 9px 20px -15px rgba(0,0,0,.75);
    }

        .pop-notification .desktop-notification .x {
            float: right;
            margin-right: 8px;
            margin-top: 5px;
            color: #999;
            font-family: 'PT Sans', sans-serif;
        }

    .pop-notification .desktop-notification-title {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0;
        position: relative;
        left: 10px;
        font-family: 'PT Sans', sans-serif;
    }

    .pop-notification .desktop-notification-message {
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 20px;
        position: relative;
        left: 10px;
        font-family: 'Merriweather', serif;
    }

    .pop-notification .desktop-notification-url {
        color: #aaa;
        font-size: 13px;
        margin-top: 2px;
        margin-bottom: 0;
        position: relative;
        left: 10px;
        font-family: 'PT Sans', sans-serif;
    }

    .pop-notification .desktop-notification-icon {
        margin: 0;
        height: 85px;
        width: 85px;
        float: left;
        padding: 0;
        background-color: #cecece;
        text-align: center;
    }

        .pop-notification .desktop-notification-icon img {
            height: 86px;
            margin-top: 0;
            width: auto;
        }

    .pop-notification .opt-out {
        font-style: italic;
        color: #777;
        font-size: 12px;
        text-align: center;
        width: 300px;
        margin: 12px auto;
        font-family: 'Merriweather', serif;
    }

    .pop-notification hr {
        width: 100%;
        background-color: #ccc;
        border: none;
        height: 1px;
        margin-top: 50px;
    }

    .pop-notification .nao {
        float: left;
        letter-spacing: 1px;
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        background: #cecece;
        padding: 13px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 30px auto;
        font-weight: bold;
        border: none;
    }

    .pop-notification .sim {
        float: right;
        letter-spacing: 1px;
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        background: #ed1c24;
        padding: 13px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 30px auto;
        font-weight: bold;
        border: none;
    }

.pushnotificationsfixed {
    position: absolute !important;
    bottom: 30px !important;
    left: 15px !important;
}

    .pushnotificationsfixed .msg-notification {
        position: absolute !important;
        bottom: 10px !important;
        left: 56px !important;
    }

@media (min-width: 768px) {
    .pushnotificationsfixed {
        position: absolute !important;
        bottom: -25px !important;
        left: 15px !important;
    }
}

@media (min-width: 992px) {
    .pushnotificationsfixed {
        position: absolute !important;
        bottom: 70px !important;
        left: 15px !important;
    }
}

.anulaPadding {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 767px) {
    .multimediaDestaque .socialShare a {
        margin-right: 10px;
    }

    .multimedia .visualizacoes:before {
        margin-left: 0 !important;
    }
}

.contentMainDiv {
}

.vermais_ultimas {
    text-align: center;
    padding: 5px;
    background: #D8D8D8;
    margin-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
    color: #7e7e7e;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}


    .vermais_ultimas:hover {
        text-decoration: none;
        background: #7e7e7e;
        color: #ffffff;
    }


.noticiaCaldeirao01 {
    background-color: #ECF3F7;
    border-bottom: 3px solid #536482;
}

    .noticiaCaldeirao01 .seccao {
        background: #536482;
    }

    .noticiaCaldeirao01 .caldeiraoLead {
        display: block;
        margin-bottom: 20px;
        color: #000;
        font-family: 'PT Sans', sans-serif;
        font-size: 16px;
        line-height: 1.2;
    }


.noticiaCaldeirao02 {
}

    .noticiaCaldeirao02 .seccao {
        background: #536482;
    }

    .noticiaCaldeirao02 .caldeiraoLead {
        display: block;
        margin-bottom: 20px;
        color: #000;
        font-family: 'PT Sans', sans-serif;
        font-size: 16px;
        line-height: 1.2;
    }

.noticiaCaldeirao03 {
    background: #f2f2f2;
}

    .noticiaCaldeirao03 .seccao {
        background: #536482;
    }

    .noticiaCaldeirao03 .caldeiraoLead {
        display: block;
        margin-bottom: 20px;
        color: #000;
        font-family: 'PT Sans', sans-serif;
        font-size: 16px;
        line-height: 1.2;
    }

.embedFoto {
    text-align: center;
    margin: 35px 0;
    background: #f4f4f4;
    padding: 15px;
}

@media (max-width: 767px) {
    .embedFoto {
        padding: 5px;
        padding-bottom: 5px !important;
    }
}

.embedFoto img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.embedFoto .legendaNoticia {
    line-height: 1.2;
}

    .embedFoto .legendaNoticia span {
        padding-top: 10px;
        display: block;
    }


/* elevador */

.elevadorHP {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

    .elevadorHP .bloco {
        width: 100%;
        background-color: #f2f2f2;
        padding: 30px;
    }

.editorialHP .seccao {
    display: inline-block;
    float: none;
    text-transform: uppercase;
}

.elevadorHP .h2 {
    float: left;
    font-family: 'PT Sans',sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    letter-spacing: -1px;
    height: auto;
    display: block;
    margin: 0;
}

.elevadorHP .hora_autor_share {
    float: none;
    margin-top: 5px;
}

.elevadorHP .bloco_foto {
    margin-bottom: 10px;
}

.elevadorHP .elevador .updown {
    background-image: url(../i/elevador.png);
    width: 62px;
    height: 62px;
    float: left;
    margin-top: 10%;
}

.elevadorHP .up .updown {
    background-position: -4px -7px;
}

.elevadorHP .down .updown {
    background-position: -4px -76px;
}

.elevadorHP .elevador div {
    max-width: 70%;
    float: left;
    margin-left: 9%;
}

.elevadorDetalhe {
    width: 100%;
    margin-bottom: 30px;
}



    .elevadorDetalhe .elevador .updown {
        background-image: url(../i/elevador.png);
        width: 62px;
        height: 62px;
        float: left;
        margin-top: 40px;
    }

    .elevadorDetalhe .up .updown {
        background-position: -4px -7px;
    }

    .elevadorDetalhe .down .updown {
        background-position: -4px -76px;
    }

    .elevadorDetalhe .lead {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
        padding-left: 50%;
    }

    .elevadorDetalhe .h2 {
        display: block;
        font-family: 'PT Sans',sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
    }

        .elevadorDetalhe .h2:hover {
            color: #EB1C26;
            text-decoration: none;
        }

    .elevadorDetalhe .down {
        margin-top: 30px;
    }

.listaElevador .newsCol_left {
    width: 22%;
    float: left;
    padding-right: 30px;
}

.listaElevador .newsCol_right {
    width: 78%;
    float: left;
}

.listaElevador .elevador .updown {
    background-image: url(../i/elevador.png);
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 40px;
}

.listaElevador .up .updown {
    background-position: -156px -7px;
}

.listaElevador .down .updown {
    background-position: -156px -76px;
}

.listaElevador .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    padding-left: 50%;
}

.listaElevador .h2 {
    display: block;
    font-family: 'PT Sans',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

    .listaElevador .h2:hover {
        color: #EB1C26;
        text-decoration: none;
    }

.listaElevador .bloco_foto {
    width: 70%;
    margin-bottom: 20px;
    float: left;
    position: relative;
    margin-left: 30px;
}




@media screen and (max-width: 767px) and (min-width: 0px) {

    .elevadorHP .bloco div {
        padding: 0px;
    }

    .elvadorMobile {
        margin-bottom: 20px;
    }

    .elevadorDetalhe .lead {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
        padding-left: 0%;
        float: left;
    }

    .elevadorDetalhe .h2 {
        float: left;
    }

    .elevadorDetalhe .elevador .updown {
        background-image: url(../i/elevador.png);
        width: 62px;
        height: 62px;
        float: left;
        margin-top: 20px;
    }

    .listaElevador .newsCol_left {
        width: 100%;
        float: left;
        padding-right: 0px;
    }

    .listaElevador .newsCol_right {
        width: 100%;
        float: left;
    }
}







.cookies {
    background: rgba(000,000,000,0.75);
    position: relative;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    border-bottom: 3px solid #EB282B;
    border-top: none;
    z-index: 999;
}

.mainsubmenucook {
    top: 166px;
}

.mainbarraconteinercook {
    top: 86px;
}

@media (min-width: 992px) {
    .sitecook {
        margin-top: 142px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .mainbarraconteinercook {
        top: 60px;
    }
}

@media screen and (max-width: 767px) and (min-width: 0px) {
    .mainbarraconteinercook {
        top: 120px;
    }
}


#printArticle .elevadorDetalhe .elevador .sobe, #printArticle .elevadorDetalhe .elevador .desce {
    width: 62px;
    height: 62px;
    float: left;
    margin-top: 40px;
}

/* Nova caixa newsletter na HP */
.newsletterBlocoHP {
    margin: 15px 0;
}

.newsletterBlocoMenu {
    border-bottom: 1px solid #A7A9AA;
    border-top: 1px solid #A7A9AA;
    padding: 20px 0;
    margin: 0 30px 60px 30px;
}

    .newsletterBlocoMenu .newsletter {
        padding: 0;
        margin-bottom: 0;
    }

.newsletterBlocoHP .newsletterTitle {
    line-height: 22px;
}

.newsletterBlocoMenu .newsletterTitle {
    line-height: 22px;
    text-transform: none;
}


.newsletterBlocoHP .newsletterSubscribe, .newsletterBlocoMenu .newsletterSubscribe {
    margin-bottom: 0;
}

.newsletterBlocoHP .btn-default, .newsletterBlocoMenu .btn-default {
    width: auto;
    margin-left: 0;
}

.newsletterBlocoHP .newsletterTxt, .newsletterBlocoMenu .newsletterTxt {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
}

@media screen and (max-width: 767px) {
    .newsletterBlocoMenu {
        margin: 0 10px 30px 10px;
    }
}
