.artigos-exclusivos .articles .conteudo .titulo, article .titulo {
    background: linear-gradient(#000 0 0) left/var(--d, 0) 93% no-repeat;
    transition: .5s
}

.artigos-find, article {
    overflow: hidden;
    width: 100%
}

.artigos-exclusivos {
    display: table;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%
}

.artigos-find, article {
    text-align: left;
    position: relative
}

.artigos-exclusivos .articles {
    width: 18%;
    position: inherit;
    overflow: visible;
    display: inline-table;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px
}

.artigos-exclusivos .articles a {
    text-decoration: none;
    color: #333
}

.artigos-exclusivos .articles .conteudo .titulo {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -1px
}

.artigos-exclusivos .articles:hover .conteudo .titulo, article:hover .titulo {
    --d: 100%;
    text-decoration: none;
    line-height: initial;
    background-size: 100% 2px, 0 2px;
}

.artigos-exclusivos .articles .conteudo .chamada, article .views:empty {
    display: none
}

.artigos-exclusivos .articles .conteudo {
    height: 90px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 18px
}

.artigos-exclusivos .articles .data-img {
    height: 150px;
    width: 100%
}

.artigos-exclusivos .articles .display-portal {
    clear: both;
    margin-bottom: 30px;
    margin-top: 0
}

.artigos-exclusivos .articles .display-portal div {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
    display: none
}

.artigos-exclusivos .articles .display-portal img {
    width: 100%;
    height: 25px;
    padding: 5px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 40px
}

article a:hover {
    text-decoration: none;
}

article .conteudo {
    width: 100%;
    padding: 20px;
}

.article-fly .conteudo {
    position: absolute;
    bottom: 0;
    z-index: 99;
    color: #fff;
    padding: 100% 30px 20px;
    width: 100%;
    text-shadow: 1px 1px 1px #000;
    box-shadow: inset 0 -220px 172px 4px #000;
    -webkit-box-shadow: inset 0 -220px 172px 4px #000;
    -moz-box-shadow: inset 0 -220px 172px 4px #000;
    -o-box-shadow: inset 0 -220px 172px 4px #000
}

article .img-capa {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    opacity: 0.9;
}

.article-fly .img-capa {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

article {
    border: 0 solid #000;
}

.article-fly {
    height: 300px;
    border: 0 solid #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px
}

.capa article .data-img {
    height: 350px;
    width: 100%;
    opacity: 0.7;

    background-size: cover;
    background-position: center center;
}

article .img-capa img {
    width: 100%;
    height: auto; /*-webkit-filter:contrast(90%) brightness(120%) blur(0.5px);filter:contrast(90%) brightness(120%) blur(.5px)*/
}

article:hover .img-capa img {
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

article:hover .img-capa {
    filter: grayscale(0);
    opacity: 1;
}

article:hover .data-img {
    filter: saturate(1);
    opacity: 1;
    width: 102%;
    background-position: right;
}

article:hover .tag {
    padding-bottom: 10px;
    margin-top: -10px
}

article .tag {
    width: 100%
}

article .tag .tag-artigo {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #63aeda;
    padding-right: 10px
}

article .titulo {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: #000;
    background: linear-gradient(to right, rgb(181 255 255), rgb(124 215 215));
    background-size: 0% 2px, 0 2px;
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s;

    display: block;
}

.section_destaque article:nth-of-type(-n+3):hover .titulo {
    background: transparent !important;
    transition-delay: .2s;
    transition-property: color;
    color: #0c082f;
}

.section_destaque article:nth-of-type(-n+3) .titulo:before {
    display: table;
    content: '';
    position: absolute;
    background-color: #dfe225;
    opacity: 0.9;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: -1;
    transform: translateY(0px);
    margin-top: 110px;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.section_destaque article:hover .titulo:before {
    margin-top: -20px;
    height: 150px;
    transform: translateY(0px);
}

article .chamada {
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
    font-weight: 400;
    color: #8e8989;
}

article .views {
    font-weight: 700;
    color: #bbb;
    font-size: 12px
}

article .views:before {
    content: 'Acessos';
    font-weight: lighter;
    margin-right: 5px;
    display: block;
    float: left
}

article .visto {
    float: right;
    margin-top: -5px;
    position: relative;
    font-size: 12px
}

article .visto i {
    font-size: 20px;
    color: #137df2;
    position: absolute;
    margin-top: -20px;
    right: 0
}

article .data {
    font-size: 11px;
    line-height: 12px;
    padding-right: 20%;
    font-weight: 400;
    color: #ccc
}

article .label-canal {
    position: absolute;
    position: absolute;
    z-index: 100;
    padding: 2px 20px 2px 20px;
    color: #4fe5e5;
    float: left;
    margin: 10px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #13082d;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

article:hover .label-canal {
    color: #fff;
    padding-left: 25px;
    font-weight: 300;
    letter-spacing: 1px;
    background-size: 0 100%, 138% 100%
}

.capa article:hover .titulo {
    background-size: 100% 2px, 0 2px;
    text-decoration: none;
    line-height: 21px;
}

.tag-artigo-lateral {
    font-size: 11px;
    color: #0c1278;
    text-transform: uppercase
}

.artigo-lateral {
    padding-bottom: 30px;
    display: table
}

.artigo-lateral a {
    text-decoration: none !important;
    color: #000
}

.artigo-lateral .titulo span {
    background: linear-gradient(to right, rgb(181 255 255), rgb(124 215 215)), linear-gradient(to right, rgb(111 251 245), rgb(255 101 229), rgb(177 24 187));
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s
}

.artigo-lateral:hover .titulo span {
    background-size: 0 1px, 100% 1px
}

.artigo-lateral .titulo {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -0.6pt;
}

.artigo-lateral .titulo_aux {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    clear: both;
    padding-top: 10px
}

.artigo-lateral .img-lateral {
    width: 40%;
    margin-right: 10px;
    height: auto;
    float: left
}

.artigo-lateral .img-lateral img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    opacity: 0.5;
}

.articles-pocket:hover {
    --d: 100%;
    background-size: 100% 2px, 0 4px;
    border-bottom: 1px solid #fff;
    background-color:#eee;
}

.articles-pocket {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
    display: table;
    width: 100%;
    background: linear-gradient(to right, #ffffff, #000066);
    background-size: 0% 2px, 0 2px;
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s;
    overflow: hidden;
    position: relative;
}

.articles-pocket .img-capa-pocket {
    width: 25%;
    margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0;
}

.articles-pocket .img-capa-pocket img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%
}

.articles-pocket .conteudo-pocket {
    float: left;
    width: 75%
}

.articles-pocket .conteudo-pocket .titulo {
    font-size: 13px;
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #99381a;
    width: 90%;
    font-weight: 400;
}

.articles-pocket .conteudo-pocket .data {
    color: #999;
    font-size: 10px
}

.articles-pocket .conteudo-pocket .linha {
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 100;
    float: left;
    width: 60px;
    padding-top: 10px;
    padding-bottom: 20px
}


.articles-pocket:hover .titulo {
    color: #354099;
}

.articles-pocket:hover .linha {
    color: #26338b;
}

.articles-pocket:hover .img-capa-pocket {
    width: 40%;
    right: -10%;
    top: -20%;
}


.artigos-find {
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    clear: both;
    border-bottom: 1px dotted #bbb
}

.artigos-find a {
    color: #333;
    text-decoration: none;
    float: left
}

.artigos-find .img-capa img {
    width: 150px;
    height: auto;
    margin-right: 40px;
    border: 1px solid #666;
    float: left
}

.artigos-find .conteudo {
    float: left;
    width: 61%;
    display: block
}

.artigos-find .conteudo .titulo {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    background: linear-gradient(#000 0 0) left/var(--d, 0) 100% no-repeat;
    transition: .5s
}

.artigos-find:hover .conteudo .titulo {
    --d: 100%;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0 40px 40px 0;
    padding-left: 20px;
    padding-right: 20px
}

.artigos-find .conteudo .chamada {
    font-size: 18px
}

.artigos-find .conteudo .texto-completo {
    font-size: 13px;
    color: #888;
    margin-top: 20px
}

.artigos-find .conteudo .canal-find {
    background-color: #dfdfdf;
    padding-left: 15px;
    padding-right: 5px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #888;
    float: left;
    border-radius: 3px
}

.artigos-find:hover .conteudo .canal-find {
    padding-right: 40px;
    background-color: #51b0a0;
    color: #fff
}

.setor_side_ .bg-color {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: -1;
}

/*-- destaque ---------------------*/

.section_destaque {
    position: inherit;
}

.section_destaque article .data-img {
    height: 400px;
    width: 100%;
    float: right;

}


.section_destaque article:hover .data-img {
    background-position: right;
}

.section_destaque .conteudo {
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.section_destaque .conteudo:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-top: 52%;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0, 0, 0, 0.6));
    z-index: -1;
}

.section_destaque article .titulo {
    color: #FFF;
}

.section_destaque article .chamada {
    display: none;
}

.section_destaque article:nth-of-type(1) {
    width: 55%;
    float: left;
}

.section_destaque article:nth-of-type(1) .titulo {
    font-size: 26px;
    line-height: 28px;
}

.section_destaque section:nth-of-type(1) article:nth-of-type(1n+2) {
    width: 40%;
    height: 190px;
    float: left;
    margin-left: 20px;

}

.section_destaque article:nth-of-type(1n+2) .titulo {
    line-height: 18px;
    font-size: 17px;
}

.section_destaque article:nth-of-type(1) .data-img {
    height: 400px;
}

.section_destaque article:nth-of-type(1n+2) .data-img {
    height: 200px;
}

.section_destaque section:nth-of-type(1) article:nth-of-type(4) {
    margin-left: 0;
}

.section_destaque section:nth-of-type(1) article:nth-of-type(1n+4) {
    width: 22.25%;
    float: none;
    display: inline-grid;
}

.section_destaque section:nth-of-type(1) article:nth-of-type(1n+4) {
    height: inherit;
}

.section_destaque section:nth-of-type(1) article:nth-of-type(1n+4) .conteudo {
    position: inherit;
    display: table;
}

.section_destaque section:nth-of-type(1) article:nth-of-type(1n+4) .label-canal {
    margin: 0;
    margin-top: 205px;
    background-color: transparent;
    padding: 0;
    font-size: 11px;
    color: #c19459;
}

.section_destaque section:nth-of-type(1) article:nth-of-type(1n+4) .label-canal:hover {
    background-color: #000;
    color: #c19459;
    padding-left: 10px;
    padding-right: 10px;
}

.section_destaque section:nth-of-type(1) article:nth-of-type(1n+4) .conteudo:before {
    display: none;
}

.section_destaque section:nth-of-type(1) article:nth-of-type(1n+4) .conteudo {
    padding: 0;
}

.section_destaque section:nth-of-type(1) article:nth-of-type(1n+4) .conteudo .titulo {
    color: #000066;
    font-size: 12px;
    line-height: 15px;
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
}

.section_destaque .bg-color {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: -1;
}


/*-- horizontal ---------------------*/

.section_slidehorizontal {
    position: inherit;
}


.section_slidehorizontal article .data-img {
    height: 400px;
    width: 100%;
    float: right;
}

.section_slidehorizontal .conteudo {
    position: absolute;
    z-index: 1;
    bottom: 0;

    background: linear-gradient(to right, rgb(255 250 47), rgb(234 249 24));
    background-size: 0% 4px, 0 2px;
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s;
}

.section_slidehorizontal .conteudo:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-top: 52%;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0, 0, 0, 0.6));
    z-index: -1;
}

.section_slidehorizontal article .titulo {
    color: #FFF;
}

.section_slidehorizontal article .chamada {
    display: none;
}
.section_slidehorizontal article .label-canal {
    padding: 2px 20px 2px 20px;
    line-height: 16px;
}

.section_slidehorizontal article{
    width: 20%;
    float: left;
    height: 300px;
    background-color: #000;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

.section_slidehorizontal article .titulo {
    line-height: 18px;
    font-size: 17px;
}

.section_slidehorizontal article .data-img {
    height: 100%;
}

.section_slidehorizontal .bg-color {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: -1;
}


.section_slidehorizontal article:hover .titulo {
    font-size: 17px;
    line-height: 18px;
    font-weight: 600;
    background: transparent;
}

.section_slidehorizontal article:hover {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    background: transparent;
}

.section_slidehorizontal article:hover .conteudo{
    --d: 100%;
    text-decoration: none;
    background-size: 100% 4px, 0 2px;
}


/*-- lado-a-lado ---------------------*/

.section_lado_a_lado {
    position: inherit;
}

.section_lado_a_lado article:nth-of-type(n+2){
    padding-left: 20px;

}

.section_lado_a_lado article .data-img {
    height: 400px;
    width: 100%;
    float: right;
}

.section_lado_a_lado .conteudo {
    background: linear-gradient(to right, rgb(255 250 47), rgb(234 249 24));
    background-size: 0% 4px, 0 2px;
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s;
}


.section_lado_a_lado article .conteudo {
    padding: 0;
}


.section_lado_a_lado article .titulo {
    color: #000066;
    font-size: 17px;
    line-height: 21px;
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 10px;
}

.section_lado_a_lado article .chamada {
    color: #797175;
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding-bottom: 10px;
}

.section_lado_a_lado article .label-canal {
    padding: 2px 20px 2px 20px;
    line-height: 16px;
}

.section_lado_a_lado article{
    width: 24.5%;
    float: left;
    position: inherit;
    overflow: inherit;

}

.section_lado_a_lado article .editor{
    display: none;
}

.section_lado_a_lado article .data-img {
    height: 220px
}

.section_lado_a_lado .bg-color {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: -1;
}


.section_lado_a_lado article:hover .titulo {
}

.section_lado_a_lado article:hover {
    background: transparent;
}

.section_lado_a_lado article:hover .conteudo{
    --d: 100%;
    text-decoration: none;
    background-size: 100% 4px, 0 2px;
    background: transparent;
}

.section_lado_a_lado article:hover .data-img {
    filter: saturate(1);
    opacity: 1;
    width: 100% !important;
}


/*-- big img ---------------------*/

.section_destaque_2 {
    position: inherit;
}

.section_destaque_2 article {
    width: 47.6%;
    float: left;
}

.section_destaque_2 article:nth-of-type(2) {
    margin-left: 20px;
}

.section_destaque_2 article .data-img {
    height: 400px;
    width: 100%;
    float: right;
}

.section_destaque_2 .conteudo {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to right, rgb(255 250 47), rgb(234 249 24));
    background-size: 0% 4px, 0 2px;
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s;
}

.section_destaque_2 .conteudo:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-top: 52%;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0, 0, 0, 0.6));
    z-index: -1;
}

.section_destaque_2 article:hover .conteudo {
    --d: 100%;
    text-decoration: none;
    background-size: 100% 4px, 0 2px;
}

.section_destaque_2 article:hover .titulo {
    background: transparent;
    line-height: 23px;
}
.section_destaque_2 article .titulo {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.4px;
}

.section_destaque_2 article .chamada {
    display: none;
}

.section_destaque_2 article .data-img {
    height: 400px;
}

.section_destaque_2 section:nth-of-type(1) article:nth-of-type(1n+4) .label-canal:hover {
    background-color: #000;
    color: #c19459;
    padding-left: 10px;
    padding-right: 10px;
}

.section_destaque_2 section:nth-of-type(1) article:nth-of-type(1n+4) .conteudo:before {
    display: none;
}

.section_destaque_2 section:nth-of-type(1) article:nth-of-type(1n+4) .conteudo {
    padding: 0;
}

.section_destaque_2 section:nth-of-type(1) article:nth-of-type(1n+4) .conteudo .titulo {
    color: #000066;
    font-size: 12px;
    line-height: 15px;
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
}

.section_destaque_2 .bg-color {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: -1;
}



/*-- ultimas ---------------------*/

.section_ultimas {
    position: inherit;
}

.section_ultimas article {
    width: 98%;
    float: left;
    padding-bottom: 30px;
}


.section_ultimas article .data-img {
    height: 180px;
    width: 38%;
    float: left;
}

.section_ultimas .conteudo {
    position: inherit;
    background: linear-gradient(to right, rgb(105 105 105), rgb(39 39 39));
    background-size: 0% 1px, 0 2px;
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s;
    float: left;
    width: 50%;
}

.section_ultimas article:hover .conteudo {
    --d: 100%;
    text-decoration: none;
    /*background-size: 100% 1px, 0 2px;*/
}

.section_ultimas article:hover .data-img {
    filter: saturate(1);
    opacity: 1;
    width: 41%;
}

.section_ultimas article .titulo {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
}

.section_ultimas article:hover .titulo {
    background: transparent;
    line-height: 18px;
}

.section_ultimas article .chamada {
    color: #919191;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    letter-spacing: 0.4pt;
}

.section_ultimas article .label-canal {
    position: inherit;
    padding: 2px 20px 2px 20px;
    color: #4fe5e5;
    float: left;
    margin: 10px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #13082d;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.section_ultimas section:nth-of-type(1) article:nth-of-type(1n+4) .label-canal:hover {
    background-color: #000;
    color: #c19459;
    padding-left: 10px;
    padding-right: 10px;
}

.section_ultimas section:nth-of-type(1) article:nth-of-type(1n+4) .conteudo:before {
    display: none;
}
