/*
Theme Name: Melhores Serviços 2020 - Matérias 1.0
Description: Tema para WordPress.
Author: Geosfera
Author URI: http://geosfera.com.br/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
.
*/

/* Basic WordPress Styles */
@import url('css/wp.css');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;700&display=swap');

@font-face {
    font-family: 'gobold_extra2regular';
    src: url('./fonts/gobold_extra2-webfont.woff2') format('woff2'),
         url('./fonts/gobold_extra2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a img{
    border: 0;
}
body{
    color: #646464;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.0em;
}
.wrapper_1000{
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.0em;
}
.relative{
    position: relative;
}
.d_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner{
    text-align: center;
}
.banner img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.banner_direita{
    float: right;
    padding: 0px;
    max-width: 300px;
    margin-left: 50px;
}

.header_estadao{
    height: 40px;
}

header{
    background-color: #ffffff;
    background-image: url('./imagens/img-header-int-a.png'), url('./imagens/img-header-int-b.png'), url('./imagens/bg-hader-1.png');
    background-position: left bottom, right top, center top;
    background-repeat: no-repeat, no-repeat, repeat-x;
    height: 165px;
    top: 65px;
}
header figure#melhores-servicos-2020{
    max-width: 108px;
    margin: 0;
}
header #menu #menu_desktop ul{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
header #menu #menu_desktop ul li{
    margin: 0 10px;
}
header #menu #menu_desktop ul li a:link,
header #menu #menu_desktop ul li a:active,
header #menu #menu_desktop ul li a:visited{
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
header #menu #menu_desktop ul li a:hover{
    color: #eed54c;
}
header ul.social{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
header ul.social li,
header ul.social li a{
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
}
header ul.social li a.facebook{
    background: url('./imagens/ico-facebook2a.png') center center no-repeat;
}
header ul.social li a.twitter{
    background: url('./imagens/ico-twitter2a.png') center center no-repeat;
}
header ul.social li a.pinterest{
    background: url('./imagens/ico-pinterest2a.png') center center no-repeat;
}
header .realizacao_produzido{
    color: #ffffff;
    font-size: 14px;
    max-width: 375px;
    margin: 0 auto;
}
header .realizacao_produzido figure{
    margin: 0 10px;
}

header#homepage{
    background-color: #ffffff;
    background-image: url('./imagens/img-header-a.png'), url('./imagens/img-header-b.png'), url('./imagens/bg-hader-1.png');
    background-position: left top, right top, center top;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-size: auto auto, auto auto, 100% 640px;
    min-height: 100vh;
    height: fit-content;
    top: 65px;
}
header#homepage figure#melhores-servicos-2020{
    opacity: 0;
}
header#homepage #area_homepage{
    text-align: center;
    margin: 50px auto;
    max-width: 850px;
}
header#homepage #area_homepage h2{
    color: #ffffff;
    font-size: 24px;

    margin: 50px auto;
}
header#homepage .realizacao_produzido{
    max-width: 450px;
}
@media screen and (max-width: 980px){
    header{
        background-color: #ffffff;
        background-image: url('./imagens/img-header-int-a.png'), url('./imagens/img-header-int-b_mobile.png'), url('./imagens/bg-hader-1.png');
        background-position: left bottom, right top, center top;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: auto auto, auto 100%, auto auto;
        height: fit-content;
        top: 65px;
    }
    header#homepage{
        background-color: #72348A;
        background-image: url('./imagens/img-header-a.png'), url('./imagens/img-header-b.png'), url('./imagens/bg-hader-1.png');
        background-position: left top, right top, center top;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-size: auto 25%, auto 25%, 100% 100%;
    }
    header #menu #menu_desktop ul li{
        margin: 5px 15px;
    }
    header #menu #menu_desktop ul li:first-child{
        display: none;
        margin: 0 10px;
    }
    header ul.social{
        position: absolute;
        right: 1em;
        top: 55px;
    }
    header figure#melhores-servicos-2020 {
        margin: -5px;
    }
    header .realizacao_produzido {
        margin-top: -10px;
    }
    .realizacao.d_flex,
    .produzido.d_flex {
        margin: 0 auto;
    }
    .realizacao.d_flex img{
        width: 80px;
        height: auto;
    }
    .produzido.d_flex img{
        width: 50px;
        height: auto;
    }
}

h2.titulo_01{
    color: #FCD33B;
    background: url('./imagens/bg-titulo.png') left center no-repeat;
    font-size: 40px;
    font-family: 'gobold_extra2regular';
    padding: 10px 175px 10px 175px;
    text-transform: uppercase;
    margin: 50px auto;
    width: fit-content;
}

figure#post_thumbnail{
    text-align: center;
    margin: 50px auto;
}
.entry-content{
    max-width: 1000px;
    margin: 0 auto;
    
}
.entry-content p{
    font-size: 18px;
    line-height: 26px;
    margin: 30px 0;
}
.entry-content h2{
    color:#752C95;
    font-size: 35px;
    line-height: 35px;
    margin: 30px 0;
}
.entry-content h3{
    color:#752C95;
    font-size: 30px;
    line-height: 30px;
    margin: 30px 0;
}
.entry-content h4{
    color:#752C95;
    font-size: 20px;
    line-height: 20px;
    margin: 30px 0;
}
.entry-content img{
    max-width: 100%;
    height: auto;
}
.olho p{
    font-size: 20px;
}
.sub_titulo{
    width: 30%;
    max-width: 300px;
    float: left;
    margin: 0 50px 50px 0;
    text-align: right;
}
.sub_titulo p{
    color:#752C95;
    margin: 25px 0;
    font-size: 36px;
    line-height: 40px;
}
.sub_titulo p strong{
    color:#FFE500;
    font-family: 'gobold_extra2regular';
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 5px 0;
    display: block;
}

.entry-content blockquote{
    background: url('./imagens/aspas1.png') 15px 5px no-repeat;
    border-left: #FFE500 10px solid;
    margin: 25px;
    padding: 0 20px 0 50px;
    display:  inline-block;;
}
.entry-content blockquote p{
    line-height: 35px;
    margin: 0;
}
.entry-content blockquote p em{
    color:#752C95;
    font-size: 25px;
    font-style: normal;
}

.entry-content blockquote.esquerda{
    background: #72348A;
    background-image: url('./imagens/aspas2.png'), url('./imagens/bolinhas1.png'), url('./imagens/branco.png'), url('./imagens/branco.png'), url('./imagens/branco.png');
    background-position: 25px top, right bottom, left top, right top, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto auto, auto auto, 100% 25px, 20px 100%, 100% 30px;
    border-left: none;
    padding: 50px;
    width: 300px;
    float: left;
    margin: 0 25px 25px 0;
}
.entry-content blockquote.direita{
    background: #72348A;
    background-image: url('./imagens/aspas2.png'), url('./imagens/bolinhas1.png'), url('./imagens/branco.png'), url('./imagens/branco.png'), url('./imagens/branco.png');
    background-position: 25px top, right bottom, left top, right top, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto auto, auto auto, 100% 25px, 20px 100%, 100% 30px;
    border-left: none;
    padding: 50px;
    width: 300px;
    float: right;
    margin: 0 0 25px 25px;
}
.entry-content blockquote.esquerda p,
.entry-content blockquote.direita p{
    color: #ffffff;
    margin: 0;
    line-height: 25px;
}
.entry-content blockquote.esquerda p em,
.entry-content blockquote.direita p em{
    color: #ffffff;
    font-size: 25px;
    font-style: normal;
    line-height: 35px;
}
.entry-content .banner{
    max-width: 300px;
    float: right;
    margin: 0 0 25px 25px;
}

@media screen and (max-width: 980px){
    .entry-content blockquote{
        background: url('./imagens/aspas1.png') 5px 5px no-repeat;
        border-left: #FFE500 3px solid;
        margin: 15px 0;
        padding: 0 0 0 20px;
        display:  inline-block;;
    }
    .entry-content blockquote.esquerda,
    .entry-content blockquote.direita{
        background-image: url('./imagens/aspas2.png'), url('./imagens/bolinhas1.png');
        background-position: 5px 5px, right bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: auto auto, auto auto;

        padding: 55px 10%;
        width: 80%;
    }
    .entry-content blockquote.esquerda p em,
    .entry-content blockquote.direita p em{
        color: #ffffff;
        font-size: 22px;
        font-style: normal;
        line-height: 32px;
    }
    .sub_titulo{
        width: 100%;
        max-width: 300px;
        float: left;
        margin: 0 auto;
        text-align: center;
    }
    .entry-content .banner{
        width: 100%;
        max-width: 100%;
        clear: right;
        margin: 25px auto;
    }
}

/* Home */
#container.homepage #content{
    margin-top: -300px;
}
#container.homepage #content #post .entry-content{
    max-width: 750px;
    margin: 0 auto;
}
#container.homepage #content #post .entry-content h3{
    color: #74348A;
    font-size: 36px;
    line-height: 46px;
}
#container.homepage #content #post .entry-content h3 strong{
    color: #FCD33B;
    font-family: 'gobold_extra2regular';
    font-size: 51px;
    font-weight: normal;
    line-height: 61px;
    text-transform: uppercase;
}
#container.homepage #content #post .entry-content p{
    font-size: 20px;
    line-height: 30px;
}
#container.homepage #content #post .entry-content p strong{
    font-size: 23px;
}

#container.homepage #content #post section#metodologia{
    background-image: url('./imagens/bg-home-area-2b.png');
    background-position: right top;
    background-size: 50% 397px;
    background-repeat: no-repeat;
    min-height: 397px;
}
#container.homepage #content #post section#metodologia .wrapper{
    background: url('./imagens/bg-home-area-2.png') left top no-repeat;
    min-height: 397px;
    padding-left: 370px;
    max-width: 640px;
    width: 65%;
}
#container.homepage #content #post section#metodologia .wrapper .txt h2{
    background: url('./imagens/estrelas-1.png') left top no-repeat;
    color: #FCD33B;
    font-size: 40px;
    font-family: 'gobold_extra2regular';
    font-weight: normal;
    padding-top: 50px;
    margin: 10px 0;
}
#container.homepage #content #post section#metodologia .wrapper .txt p{
    color: #ffffff;
    margin: 0;
    font-size: 20px;
}
#container.homepage #content #post section#metodologia .wrapper .txt a.leia_mais:link,
#container.homepage #content #post section#metodologia .wrapper .txt a.leia_mais:active,
#container.homepage #content #post section#metodologia .wrapper .txt a.leia_mais:visited{
    background: url('./imagens/quadrado.png') 2px 2px no-repeat;
    color: #FCD33B;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 25px 0;
    text-transform: uppercase;
    padding: 6px 5px 5px 40px;
    width: fit-content;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#container.homepage #content #post section#metodologia .wrapper .txt a.leia_mais:hover{
    background: #502c73 url('./imagens/quadrado.png') 2px 2px no-repeat;
}

#container.homepage #content #post section#opiniao{
    background: #fcf9e6;
    padding: 25px;
}
#container.homepage #content #post section#opiniao .d_flex{
    justify-content: center;
    align-items: flex-start;
}
#container.homepage #content #post section#opiniao .d_flex h2{
    background: url('./imagens/aspas3.png') 0 0 no-repeat;
    width: 30%;
    max-width: 280px;
    text-align: right;

    color: #752C95;
    margin: 25px 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    padding: 25px 10px 0 0;
}
#container.homepage #content #post section#opiniao .d_flex h2 strong{
    color: #FFE500;
    font-family: 'gobold_extra2regular';
    font-size: 42px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: normal;
}
#container.homepage #content #post section#opiniao .d_flex div.txt{
    width: 65%;
    max-width: 570px;
    margin-left: 50px;
    line-height: 28px;
}
#container.homepage #content #post section#opiniao .d_flex div.txt a.leia_mais:link,
#container.homepage #content #post section#opiniao .d_flex div.txt a.leia_mais:active,
#container.homepage #content #post section#opiniao .d_flex div.txt a.leia_mais:visited{
    background: url('./imagens/quadrado.png') 2px 2px no-repeat;
    color: #752C95;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 25px 0;
    text-transform: uppercase;
    padding: 6px 6px 5px 40px;
    width: fit-content;
    line-height: 22px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    
}

ul#lista_materias.d_flex{
    list-style: none;
    align-items: flex-start;
    justify-content: flex-start;
}
ul#lista_materias.d_flex li{
    max-width: 300px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0 15px 50px 15px;
}
ul#lista_materias.d_flex li figure {
    margin: 0;
}
ul#lista_materias.d_flex li h3{
    margin: 15px 0 0 0;
    text-transform: uppercase;
}
ul#lista_materias.d_flex li h3 a{
    color: #752C95;
    text-decoration: none;
}
ul#lista_materias.d_flex li .p_olho a{
    color: #646464;
    text-decoration: none;
}
ul#lista_materias.d_flex li:hover{
    opacity: 0.85;
}
ul#lista_materias.d_flex li .p_olho p{
    margin: 0;
}

#container.homepage #content #post section#opiniao .d_flex div.txt a.leia_mais:hover{
    background: #502c73 url('./imagens/quadrado.png') 2px 2px no-repeat;
    color: #FFE500;
}

#container.homepage #content #post section#edicao-impressa{
    background: url('./imagens/bg-home-area-3b.png');
    background-position: left top;
    background-size: 40% 429px;
    background-repeat: no-repeat;
}
#container.homepage #content #post section#edicao-impressa .wrapper.d_flex{
    background: url('./imagens/bg-home-area-3.png') left top no-repeat;
    min-height: 330px;
    justify-content: center;
    max-width: 860px;
    padding-bottom: 100px;
}
#container.homepage #content #post section#edicao-impressa .d_flex .texto h2{
    text-align: left;
    color: #752C95;
    margin: 25px 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    padding: 25px 10px 0 0;
}
#container.homepage #content #post section#edicao-impressa .d_flex .texto h2 strong{
    color: #FFE500;
    font-family: 'gobold_extra2regular';
    font-size: 53px;
    line-height: 73px;
    text-transform: uppercase;
    font-weight: normal;
}
#container.homepage #content #post section#edicao-impressa .d_flex .texto a{
    background: #502c73;
    color: #FFE500;
    padding: 10px 35px;
    text-transform: uppercase;
    margin: 15px 0;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#container.homepage #content #post section#edicao-impressa .d_flex .texto a:hover{
    background: #FFE500;
    color: #502c73;
}

@media screen and (max-height: 950px){
    #container.homepage{
        height: fit-content;
        min-height: fit-content;
    }
    #container.homepage #content {
        margin-top: 0;
    }
}
@media screen and (max-width: 980px){
    figure img{
        max-width: 100%;
        height: auto;
    }
    h2.titulo_01{
        color: #FCD33B;
        background: url('./imagens/bg-titulo.png') right center no-repeat;
        font-size: 40px;
        font-family: 'gobold_extra2regular';
        padding: 10px 15px 10px 15px;
        text-transform: uppercase;
        margin: 50px auto;
        width: fit-content;
    }
    #container.homepage #content{
        max-width: 1000px;
        margin-top: 0;
    }
    #container.homepage #content #post section#metodologia {
        background-image: url(./imagens/bg-home-area-2b.png);
        background-position: right top;
        background-size: 50% 397px;
        background-repeat: no-repeat;
        min-height: 397px;
    }
    #container.homepage #content #post section#edicao-impressa .d_flex .texto{
        margin-top: 100px;
    }
    #container.homepage #content #post section#metodologia .wrapper {
        background: none;
        background:#643787;
        min-height: 397px;
        padding-left: 1em;
        max-width: 620px;
        width: 90%;
        margin: 0 auto;
    }
    #container.homepage #content #post section#opiniao .d_flex h2 {
        width: 100%;
    }
    #container.homepage #content #post section#opiniao .d_flex div.txt {
        width: 100%;
        margin-left: 0px;
    }
    ul#lista_materias.d_flex{
        justify-content: center;
        padding: 0;
    }
    ul#lista_materias.d_flex li {
        margin: 0 15px 50px 15px;
    }
}
/* Home */

/* Categorias */
ul#lista_categorias{
    list-style: none;
    justify-content: center;
}
ul#lista_categorias li.item{
    background-color: #72348a;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 15px;
    padding: 10px;
    min-height: 250px;
    display: flex;
    align-items: center;
    position: relative;
    width: 20%;
    max-width: 250px;
}
ul#lista_categorias li{
    position: relative;
}
ul#lista_categorias li:hover{
    z-index: 99;
    position: relative;
}
ul#lista_categorias li div.alt-ranking{
    opacity: 0;
    position: absolute;
    width: 100%;
    left:  0;
    height: auto;
    max-height: 350px;
    z-index: 99;
    text-align: center;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    min-height: 270px;
}
ul#lista_categorias li:hover div.alt-ranking{
    opacity: 1;
}
ul#lista_categorias li div.alt-ranking h4{
    color: #ffffff;
    font-size: 20px;
    text-transform: none;
    font-weight: bold;
    margin: 15px;
}
ul#lista_categorias li div.alt-ranking .classificacao{
    margin: 0;
    padding: 0 0 10px 0;
}
ul#lista_categorias li div.alt-ranking .classificacao li{
    display: block;
    min-height: auto;
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
}
ul#lista_categorias li div.alt-ranking .classificacao li strong{
    font-weight: normal;
}
ul#lista_categorias li div.alt-ranking .classificacao li a{
    background: none;
    padding: 0;
}
ul#lista_categorias li div.alt-ranking .classificacao li:first-child {
    color: #FCD33B;
    font-size: 16px;
    font-style: italic;
}
ul#lista_categorias li div.alt-ranking .classificacao li:first-child strong {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: normal;
    margin: 10px 0;
}
ul#lista_categorias li div.alt-ranking .classificacao li{
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
}
ul#lista_categorias li div.alt-ranking .classificacao li strong{
    text-transform: uppercase;
}
ul#lista_categorias li div.alt-ranking p.v_mais{
    font-size: 14px;
    font-style: italic;
    padding: 5px 0;
}
ul#lista_categorias li div.alt-ranking a.btn_cat_alt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
ul#lista_categorias li div.alt-ranking.cor{
    background:#72348A;
}
ul#lista_categorias li div.alt-ranking.cor p.v_mais{
    background: #FCD33B;
    color: #72348A;
}
ul#lista_categorias li a.btn_cat:link,
ul#lista_categorias li a.btn_cat:active,
ul#lista_categorias li a.btn_cat:visited{
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    align-items: center;
    padding-bottom: 140px;
    max-height: 200px;
    height: 100%;
    width: 100%;
    text-decoration: none;
    text-align: center;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 1;
}
@media screen and (max-width: 980px){
    ul#lista_categorias {
        padding: 0;
    }
    ul#lista_categorias li.item{
        width: 100%;
        max-width: 230px;
    }
}

/* Categorias */

/* Single Categorias */
#cat_topo{
    background-color: #592975;
}
#cat_topo .wrapper{
    color: #ffffff;
    padding: 15px 5px;
}
#cat_topo .wrapper .wrapper_2{
    max-width: 750px;
    margin-left: auto;
}
#cat_topo .wrapper p{
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
#cat_topo .wrapper h1{
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}
#cat_cabecalho.d_flex figure{
    margin-top: -175px;
}
#cat_cabecalho.d_flex ul#classificacao{
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    list-style: none;
}
#cat_cabecalho.d_flex ul#classificacao li{
    color: #592975;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0;
    justify-content: flex-start;
}
#cat_cabecalho.d_flex ul#classificacao li span{
    font-family: 'gobold_extra2regular';
    font-weight: normal;
    font-size: 22px;
    margin: 5px 0;
    width: 71px;
    display: inline-block;
    text-align: center;
}
#cat_cabecalho.d_flex ul#classificacao li div{
    margin-left: 10px;
}
#cat_cabecalho.d_flex ul#classificacao li.primeiro{
    font-size: 30px;
    line-height: 71px;
}
#cat_cabecalho.d_flex ul#classificacao li.primeiro span{
    background-image: url('./imagens/estrela.png');
    background-position: top center;
    background-repeat: no-repeat;
    width: 71px;
    height: 71px;
    display: inline-block;
    text-align: center;
    line-height: 75px;
}
@media screen and (max-width: 980px){
    #cat_cabecalho.d_flex figure{
        margin: 0 auto;
    }
    #cat_cabecalho.d_flex ul#classificacao {
        padding: 0;
    }
    #cat_cabecalho.d_flex ul#classificacao li span{
        margin: auto;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    #cat_cabecalho.d_flex ul#classificacao li.primeiro span {
        margin: auto;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    #cat_cabecalho.d_flex ul#classificacao li div {
        margin: 5px auto;
    }
    #cat_cabecalho.d_flex ul#classificacao li{
        text-align: center;
    }
}
/* Single Categorias */

/* Single */
#container.page #content.wrapper .d_flex.wrapper_1000 .olho{
    width: 65%;
}
#container.page #content.wrapper .d_flex.wrapper_1000{
    align-items: flex-start;
}
@media screen and (max-width: 980px){
    #container.page #content.wrapper .d_flex.wrapper_1000 .olho {
        width: 100%;
    }
}
/* Single */

#container.materias #content .data{
    color: #a9a9a9;
    text-align: center;
    font-size: 16px;
}
#container.materias #content h1.entry-title{
    color: #752C95;
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    max-width: 600px;
    margin: 25px auto;
    text-transform: uppercase;
}
#container.materias #content .sub_titulo_materias{
    color: #752C95;
    text-align: center;
    max-width: 600px;
    font-size: 26px;
    line-height: 30px;
    margin: -25px  auto 25px auto;
}
#container.materias #content .olho{
    color: #646464;
    text-align: center;
    font-size: 23px;
    line-height: 29px;
    margin: 25px auto;
    font-weight: bold;
}
@media screen and (max-width: 980px){
    #container.materias #content h1.entry-title{
        font-size: 35px;
        line-height: 45px;
    }
}
/* Paginas */

/* Paginas */





footer{
    text-align: center;
    background: #72348A;
    background-image: url('./imagens/footer-1.png'), url('./imagens/footer-2.png'), url('./imagens/bg-hader-1.png'), url('./imagens/bg-cidade.jpg');
    background-position: left bottom, right bottom, center bottom, center bottom;
    background-repeat: no-repeat, no-repeat, repeat-x, no-repeat;
    background-size: auto auto, auto auto, 100% 70px, cover;
    min-height: 520px;
    position: relative;
    margin-top: 50px;
}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul.social{
    margin: 25px auto;
}
footer ul.social li{
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 10px;
}
footer ul.social li a{
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0;
}
footer ul.social li a.facebook{
    background: url('./imagens/ico-facebook.png') center center no-repeat;
}
footer ul.social li a.twitter{
    background: url('./imagens/ico-twitter.png') center center no-repeat;
}
footer ul.social li a.pinterest{
    background: url('./imagens/ico-pinterest.png') center center no-repeat;
}
footer h3{
    color: #72348A;
    text-align: center;
    font-size: 24px;
}
footer .anteriores.d_flex{
    justify-content: center;
}
footer .anteriores.d_flex li{
    margin: 0;
    border-right: #666 solid 2px;
    padding: 0 5px;
}
footer .anteriores.d_flex li:last-child{
    border-right: none;
}
footer .anteriores.d_flex li a{
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
footer .anteriores.d_flex li a:hover{
    color: #72348A;
}
footer #copyright{
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 980px){
    footer{
        background-image: url('./imagens/footer-1.png'), url('./imagens/footer-2.png'), url('./imagens/bg-hader-1.png'), url('./imagens/bg-cidade.jpg');
        background-position: left bottom, right bottom, center bottom, center bottom;
        background-repeat: no-repeat, no-repeat, repeat-x, no-repeat;
        background-size: auto 25%, auto 25%, 100% 70px, cover;
    }
}