*{
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'evogriaregular';
  src: url('../fonts/evogria-webfont.woff2') format('woff2'),
       url('../fonts/evogria-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'globerregular';
  src: url('../fonts/fontfabric_-_globerregular-webfont.woff2') format('woff2'),
       url('../fonts/fontfabric_-_globerregular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

a img{
  border: 0;
}
body{
  color: #646464;
  font-family: 'globerregular';
  font-size: 18px;
  overflow-x: hidden;
}
.wrapper{
  max-width: 1150px;
  margin: 0 auto;
  padding: 1.0em;
}
.relative{
  position: relative;
}
.d_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.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;
}
a.btn_01{
  background-image: url('../imagens/linhas-btn-1.png'), url('../imagens/linhas-btn-2.png');
  background-position: center left, center right;
  background-repeat: no-repeat, no-repeat;
  color: #646464;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'evogriaregular';
  padding: 14px 20px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a.btn_01:hover{
  /*background-color: #fffce5;*/
  color: #FDE403;
}
.margin_top_50px{
  margin-top: 50px;
}
.margin_bottom_50px{
  margin-bottom: 50px;
}

#compartilhe{
  margin-bottom: 50px;
}
#compartilhe p{
  margin: 10px 0 !important;
}
#compartilhe ul{
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
#compartilhe ul li{
  margin: 0 7px;
}

header nav #menu,
header nav #social{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  z-index: 999;
}
header nav #menu li{
  margin: 2px 10px;
}
header nav #menu li a{
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  height: 35px;
  display: block;
}
header nav #menu li a:hover{
  color: #ffe72a;
}
header nav #social li{
  margin: 5px 5px;
}

section{
  margin: 50px auto;
}

/* Home */
header#homepage h1,
header#homepage h2,
header#homepage nav #menu,
header#homepage nav #social{
  opacity: 0;
}

header#homepage{
  background-image: url('../imagens/bg-abertura.png'), url('../imagens/poster.jpg');
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  width: 100%;
  height: 100vh;
  text-align: center;
  margin-top: 15px;
}
header#homepage h1{
  margin: 10vh auto 1vh auto;
}
header#homepage h1 img{
  width: 80%;
  height: auto;
  max-width: 666px;
  position: relative;
}
header#homepage h2{
  color: #ffffff;
  max-width: 780px;
  margin: 1vh auto 10vh auto;
  width: 80%;
  position: relative;
  font-weight: lighter;
  font-size: 24px;
}
header nav.wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 8px;
  position: relative;
  max-width: 940px;
}

section h2{
  color: #232a46;
  font-size: 35px;
  font-weight: normal;
  line-height: 35px;
  margin-right: 65px;
}
section h2 strong{
  color: #FDE403;
  font-family: 'evogriaregular';
  font-size: 42px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 62px;
}

section#conteudo .d_flex{
  margin: 50px auto;
  justify-content: center;
}
section#conteudo .d_flex h2{
  max-width: 270px;
  font-size: 36px;
  text-align: right;
}
section#conteudo .d_flex div.conteudo{
  color: #646464;
  max-width: 630px;
}
section#conteudo .d_flex div.conteudo h3{
  font-size: 23px;
  font-weight: lighter;
  font-style: italic;
}
section#conteudo .d_flex div.conteudo p{
  font-size: 18px;
  margin: 5px 0;
}

section#categorias{
  margin: 0 auto 50px auto;
  max-width: 1200px;
  padding-top: 75px;
}
section#categorias h2 {
    background-image: url(../imagens/linhas-quadrado-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 10px;
    margin-bottom: 20px;
	width: fit-content;
}
section#categorias ul{
  list-style: none;
}
section#categorias ul li{
  margin: 0 0 30px 0;
  padding: 10px;
  min-height: 200px;
  display: flex;
  align-items: center;
  position: relative;
}
section#categorias ul li{
  position: relative;
}
section#categorias ul li:hover{
  z-index: 99;
  position: relative;
}
section#categorias ul li div.alt-ranking{
  opacity: 0;
  position: absolute;
  width: 100%;
  left: -10px;
  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;
}
section#categorias ul li:hover div.alt-ranking{
  opacity: 1;
}
section#categorias ul li div.alt-ranking h4{
  color: #ffffff;
  font-family: 'evogriaregular';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px;
}
section#categorias ul li div.alt-ranking .classificacao{
  margin: 0;
  padding: 0 0 10px 0;
}
section#categorias ul li div.alt-ranking .classificacao li{
  display: block;
  min-height: auto;
  margin-bottom: 10px;
  font-weight: bold;
}
section#categorias ul li div.alt-ranking .classificacao li strong{
  font-weight: normal;
}
section#categorias ul li div.alt-ranking .classificacao li a{
  background: none;
  padding: 0;
}
section#categorias ul li div.alt-ranking .classificacao li:first-child {
  color: #FDE403;
  font-size: 16px;
  font-style: italic;
}
section#categorias ul li div.alt-ranking .classificacao li:first-child strong {
  color: #ffffff;
  font-family: 'evogriaregular';
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: normal;
  margin: 10px 0;
}
section#categorias ul li div.alt-ranking .classificacao li{
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}
section#categorias ul li div.alt-ranking .classificacao li strong{
  text-transform: uppercase;
}
section#categorias ul li div.alt-ranking p.v_mais{
  font-size: 14px;
  font-style: italic;
  padding: 5px 0;
}
section#categorias ul li div.alt-ranking a.btn_cat_alt{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section#categorias ul li div.alt-ranking.cor_verde{
  background: #064d74;
}
section#categorias ul li div.alt-ranking.cor_verde p.v_mais{
  background: #a9cf38;
  color: #ffffff;
}

section#categorias ul li div.alt-ranking.cor_azul{
  background: #2d479d;
}
section#categorias ul li div.alt-ranking.cor_azul p.v_mais{
  background: #efd133;
  color: #3f3f3f;
}

section#categorias ul li div.alt-ranking.cor_rosa{
  background: #e3549e;
}
section#categorias ul li div.alt-ranking.cor_rosa p.v_mais{
  background: #634d82;
  color: #ffffff;
}

section#categorias ul li div.alt-ranking.cor_amarelo{
  background: #ba579d;
}
section#categorias ul li div.alt-ranking.cor_amarelo p.v_mais{
  background: #ffe300;
  color: #3f3f3f;
}

section#categorias ul li div.alt-ranking.cor_vermelho{
  background: #ed1a3b;
}
section#categorias ul li div.alt-ranking.cor_vermelho p.v_mais{
  background: #35489b;
  color: #ffffff;
}

section#categorias ul li div.alt-ranking.cor_laranja{
  background: #ed2547;
}
section#categorias ul li div.alt-ranking.cor_laranja p.v_mais{
  background: #ffe300;
  color: #3f3f3f;
}

section#categorias ul li a.btn_cat:link,
section#categorias ul li a.btn_cat:active,
section#categorias ul li a.btn_cat:visited{
  color: #646464;
  font-family: 'evogriaregular';
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 140px;
  max-height: 200px;
  width: 100%;
  text-decoration: none;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 1;
}

section#categorias ul li.c01 a.btn_cat{
  background-image: url('../imagens/img-cat-01.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  padding-bottom: 145px;
}
section#categorias ul li.c02 a.btn_cat{
  background-image: url('../imagens/img-cat-02.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: -20px;
  padding-bottom: 143px;
}
section#categorias ul li.c03 a.btn_cat{
  background-image: url('../imagens/img-cat-03.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: 10px;
}
section#categorias ul li.c04 a.btn_cat{
  background-image: url('../imagens/img-cat-04.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  padding-bottom: 137px;
}
section#categorias ul li.c05 a.btn_cat{
  background-image: url('../imagens/img-cat-05.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: -20px;
  padding-bottom: 135px;
}
section#categorias ul li.c06 a.btn_cat{
  background-image: url('../imagens/img-cat-06.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: 10px;
  padding-bottom: 145px;
}
section#categorias ul li.c07 a.btn_cat{
  background-image: url('../imagens/img-cat-07.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  padding-bottom: 145px;
}
section#categorias ul li.c08 a.btn_cat{
  background-image: url('../imagens/img-cat-08.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: -20px;
  padding-bottom: 160px;
}
section#categorias ul li.c09 a.btn_cat{
  background-image: url('../imagens/img-cat-09.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: 10px;
  padding-bottom: 137px;
}
section#categorias ul li.c10 a.btn_cat{
  background-image: url('../imagens/img-cat-10.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  padding-bottom: 145px;
}
section#categorias ul li.c11 a.btn_cat{
  background-image: url('../imagens/img-cat-11.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: -20px;
}
section#categorias ul li.c12 a.btn_cat{
  background-image: url('../imagens/img-cat-12.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: 10px;
}
section#categorias ul li.c13 a.btn_cat{
  background-image: url('../imagens/img-cat-13.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  padding-bottom: 135px;
}
section#categorias ul li.c14 a.btn_cat{
  background-image: url('../imagens/img-cat-14.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: -20px;
  padding-bottom: 143px;
}
section#categorias ul li.c15 a.btn_cat{
  background-image: url('../imagens/img-cat-15.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: 10px;
  padding-bottom: 145px;
}
section#categorias ul li.c16 a.btn_cat{
  background-image: url('../imagens/img-cat-16.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  padding-bottom: 148px;
}
section#categorias ul li.c17 a.btn_cat{
  background-image: url('../imagens/img-cat-17.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: -20px;
  padding-bottom: 144px;
}
section#categorias ul li.c18 a.btn_cat{
  background-image: url('../imagens/img-cat-18.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: 10px;
  padding-bottom: 138px;
}
section#categorias ul li.c19 a.btn_cat{
  background-image: url('../imagens/img-cat-19.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  padding-bottom: 145px;
}
section#categorias ul li.c20 a.btn_cat{
  background-image: url('../imagens/img-cat-20.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: -20px;
  padding-bottom: 136px;
}
section#categorias ul li.c21 a.btn_cat{
  background-image: url('../imagens/img-cat-21.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: 10px;
  padding-bottom: 137px;
}
section#categorias ul li.c22 a.btn_cat{
  background-image: url('../imagens/img-cat-22.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  padding-bottom: 143px;
}
section#categorias ul li.c23 a.btn_cat{
  background-image: url('../imagens/img-cat-23.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: -20px;
  padding-bottom: 145px;
}
section#categorias ul li.c24 a.btn_cat{
  background-image: url('../imagens/img-cat-24.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  margin-top: 10px;
  padding-bottom: 148px;
}
section#categorias ul li.c25 a.btn_cat{
  background-image: url('../imagens/img-cat-25.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 205px;
  padding-bottom: 148px;
}

section#campeas.wrapper .d_flex{
  justify-content: center;
}
section#campeas.wrapper .d_flex .trofeu{
  margin: 0 20px;
}
section#campeas.wrapper .d_flex .trofeu h2{
  background-image: url('../imagens/linhas-quadrado-1.png');
  background-position: top right;
  background-repeat: no-repeat;
  padding: 10px;
  margin-bottom: 20px;
}
section#campeas.wrapper .d_flex .conteudo{
  margin: 0 20px 50px 20px;
  max-width: 500px;
}
section#campeas.wrapper .d_flex .conteudo h3{
  color: #646464;
  font-size: 23px;
  font-weight: lighter;
  font-style: italic;
}
section#campeas.wrapper .d_flex .conteudo ul{
  margin-top: 50px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
section#campeas.wrapper .d_flex .conteudo ul li{
  margin: 0 0 25px 0;
  list-style: none;
}
section#campeas.wrapper .d_flex .conteudo ul li p{
  color: #646464;
  font-size: 18px;
}
section#campeas.wrapper .d_flex .conteudo ul li p strong{
  color: #DF003C;
  font-family: 'evogriaregular';
  font-weight: bold;
  font-size: 16px;
  line-height: 12px;
}
section#metodologia{
  background-image: url('../imagens/bg-metodologia-01.png'), url('../imagens/bg-metodologia-02.png');
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}
section#metodologia .wrapper{
  background-color:rgba(255,255,255,0.95);
  max-width: 720px;
}
section#metodologia .wrapper .conteudo{
  margin: 35px auto;
  justify-content: center;
}
section#metodologia .wrapper .conteudo h2{
  width: 270px;
  text-align: right;
}
section#metodologia .wrapper .conteudo h2.titulo_1{
  background-image: url(../imagens/linhas-quadrado-1.png);
  background-position: 88% top;
  background-repeat: no-repeat;
  padding: 10px 0;
  margin-bottom: 20px;
}
section#metodologia .wrapper .conteudo h2 strong{
  color: #DF003C;
}
section#metodologia .wrapper .conteudo h3{
  color: #646464;
  max-width: 380px;
  font-size: 23px;
  font-weight: normal;
  font-style: italic;
}
section#metodologia .wrapper .conteudo div.textos{
  color: #646464;
  max-width: 380px;
  font-size: 18px;
  font-weight: normal;
}
section#metodologia .wrapper .conteudo div.textos p{
  margin-bottom: 25px;
}
section#artigo_1,
section#artigo_2{
  justify-content: center;
  margin: 100px auto;
}
section#artigo_1 .conteudo,
section#artigo_2 .conteudo{
  max-width: 320px;
  margin: 0 20px;
}
section#artigo_1 .conteudo h2,
section#artigo_2 .conteudo h2{
  color: #646464;
  font-size: 30px;
  margin: 0;
}
section#artigo_1 .conteudo h2 strong,
section#artigo_2 .conteudo h2 strong{
  font-size: 36px;
}
section#artigo_1 .conteudo p.olho,
section#artigo_2 .conteudo p.olho{
  color: #646464;
  font-size: 20px;
  margin-bottom: 15px;
  font-style: italic;
}
section#artigo_1 .conteudo a.btn_01{
  margin-top: 25px;
}
section#edicao-impressa{
  background-image: url(../imagens/bg-edicao-impressa.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 48% auto;
}
section#edicao-impressa .wrapper.d_flex{
  justify-content: center;
}
section#edicao-impressa .wrapper.d_flex figure{
  margin: 20px 0 0 0;
  width: 45%;
  text-align: right;
}
section#edicao-impressa .wrapper.d_flex figure img{
  margin: 0 100px 50px 0;
}
section#edicao-impressa .wrapper.d_flex div.conteudo{
  margin: 20px 0;
  width: 45%;
}
section#edicao-impressa .wrapper.d_flex div.conteudo h2{
  color: #232a46;
}
section#edicao-impressa .wrapper.d_flex div.conteudo h2 strong{
  color: #232a46;
  text-transform: none;
  font-family: 'globerregular';
  font-weight: bolder;
}
section#edicao-impressa .wrapper.d_flex div.conteudo h2 strong.edicao-impressa{
  color: #FDE403;
  font-family: 'evogriaregular';
  font-size: 42px;
  text-transform: uppercase;
  font-weight: normal;
}

@media screen and (max-width: 980px){
  header#homepage{
    height:auto;
    max-height: min-content;
    padding-bottom: 20px;
  }
  header#homepage h1{
    margin: 2vh auto;
  }
  header#homepage h1 img{
    width: 65%;
  }
  header#homepage h2{
    margin: 2vh auto;
  }
  section#categorias ul{
    justify-content: center;
  }
  section#edicao-impressa{
    background-size: 90% auto;
  }
  section#edicao-impressa .wrapper.d_flex{
	  padding: 0;
  }
  section#edicao-impressa .wrapper.d_flex figure{
    margin: 20px 5% 20px 5%;
    width: 80%;
    text-align: left;
  }
  section#edicao-impressa .wrapper.d_flex figure img {
    margin: 0 auto;
  }
  section#edicao-impressa .wrapper.d_flex div.conteudo{
    margin: 0px 5% 20px 5%;
    width: 80%;
  }
  section#edicao-impressa .d_flex {
	  
  }
}
/* Home */

/* internas */
header#internas{
  background-image: url('../imagens/bg-menu.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 70px;
  text-align: center;
  margin-top: 15px;
}
header#internas h1{
  margin-top: -7px;
}
section#conteudo{
  position: relative;
}
section#conteudo div.conteudos{
  max-width: 970px;
  margin: 0 auto;
  clear: both;
}
section#conteudo div.conteudos p{
  margin: 40px 0;
}

section#conteudo div.conteudos ul#lista_categorias{ 
  list-style: none;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  margin: 40px 0;
}

section#conteudo div.conteudos .combinacao_de_fatores p{
  margin: 5px 0;
}
/* internas */

/* Artigo */
figure#foto_principal img{
  width: 100%;
  height: auto;
}
section#conteudo #bg-artigos-01{
  position: absolute;
  left: 0;
  top:-100px;
}
section#conteudo .topo{
  margin: 0 auto 50px auto;
}
section#conteudo .topo h2{
  margin: 0;
}

section#conteudo .topo .titulo{
  text-align: right;
  margin-right: 65px;
}

section#conteudo div.conteudos{
  min-height: 300px;
}
section#conteudo div.conteudos .titulo{
  text-align: right;
  margin-right: 65px;
  max-width: 300px;
  float: left;
}
section#conteudo div.conteudos .titulo h2{
  margin: 0;
}
section#conteudo div.conteudos h3{
  font-size: 23px;
  font-weight: lighter;
  font-style: italic;
}
section#conteudo div.conteudos h3.sub_titulo{
  font-size: 23px;
  font-weight: lighter;
  font-style: normal;
  font-family: 'evogriaregular';
  text-transform: uppercase;
}

section#conteudo div.conteudos p.metade{
  max-width: 49%;
}

section#conteudo div.conteudos blockquote.blockquote{
  background: url('../imagens/aspas.png') 20px 5px no-repeat;
  border-left: #FDE403 solid 10px;
  font-size: 23px;
  padding: 0 0 0 50px;
}
section#conteudo div.conteudos blockquote.blockquote strong{
  font-size: 18px;
}
section#conteudo .conteudos_g{
  background: url('../imagens/bg-blockquote.jpg') top right no-repeat;
  padding:  25px 0;
  margin: -50px 0 0 0;
}
section#conteudo div.conteudos .d_flex{
  justify-content: space-between;
  margin: 0 0 50px 0;
}
section#conteudo div.conteudos .d_flex .esquerda{
  max-width: 550px;
}
section#conteudo div.conteudos .d_flex .esquerda p{
  margin: 25px 0 40px 0;
}
section#conteudo div.conteudos .d_flex blockquote.direita{
  background: #ffffff;
  padding: 0px 30px 0px 40px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  max-width: 300px;
}
section#conteudo div.conteudos .d_flex blockquote.direita p{
  background: #ffffff url('../imagens/aspas.png') 0px 5px no-repeat;
  font-size: 23px;
  padding: 0 0 0 30px;
  font-style: italic;
}
section#conteudo div.conteudos .d_flex blockquote.direita p strong{
  font-size: 18px;
  font-style: normal;
}

blockquote.blockquote_direita{
  background: url('../imagens/bg-blockquote.jpg')  50px top no-repeat;
  float: right;
  padding: 0px 30px 0px 0;
  max-width: 300px;
  margin-left: 50px;
}
blockquote.blockquote_direita p{
  background: #ffffff url('../imagens/aspas.png') 25px 25px no-repeat;
  font-size: 23px;
  padding: 30px 50px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  font-style: italic;
}
blockquote.blockquote_direita p strong{
  font-size: 18px;
  font-style: normal;
}

blockquote.blockquote_esquerda{
  background: url('../imagens/bg-blockquote.jpg')  50px top no-repeat;
  float: left;
  padding: 0px 30px 0px 0;
  max-width: 300px;
  margin-right: 50px;
}
blockquote.blockquote_esquerda p{
  background: #ffffff url('../imagens/aspas.png') 25px 25px no-repeat;
  font-size: 23px;
  padding: 30px 50px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
  font-style: italic;
}
blockquote.blockquote_esquerda p strong{
  font-size: 18px;
  font-style: normal;
}

section#conteudo #veja_tambem h2{
  background-image: url(../imagens/linhas-quadrado-1.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 6px 15px;
  margin-bottom: 20px;
  max-width: 185px;
}
section#conteudo #veja_tambem h2 strong {
  color: #DF003C;
  font-family: 'evogriaregular';
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
section#conteudo #veja_tambem ul.d_flex{
  list-style: none;
  padding: 0;
  margin: 0;
}
section#conteudo #veja_tambem ul.d_flex li.d_flex{
  max-width: 48%;
}
section#conteudo #veja_tambem ul.d_flex li.d_flex figure{
  width: 48%;
}
section#conteudo #veja_tambem ul.d_flex li.d_flex figure img{
  max-width: 240px;
  width: 100%;
  height: auto;
}
section#conteudo #veja_tambem ul.d_flex li.d_flex .txt{
  width: 50%;
}
section#conteudo #veja_tambem ul.d_flex li.d_flex .txt h3{
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}
section#conteudo #veja_tambem ul.d_flex li.d_flex .txt h3 strong {
  color: #FDE403;
  font-family: 'evogriaregular';
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
}

@media screen and (max-width: 980px){
  section#conteudo #bg-artigos-01{
    display: none;
  }
  blockquote.blockquote_direita,
  blockquote.blockquote_esquerda{
    float: unset;
    max-width: 80%;
  }
  section#conteudo div.conteudos ul#lista_categorias{ 
    list-style: none;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin-bottom: 50px;
  }
  section#conteudo div.conteudos p.metade{
    max-width: 100%;
  }
  section#conteudo #veja_tambem ul.d_flex li.d_flex{
    max-width: 100%;
  }

}
/* Artigo */

/* Categorias */
section#conteudo div#ranking{
  background-image: url('../imagens/bg-categoria-01.jpg');
  background-position: center left;
  background-repeat: no-repeat;
}
section#conteudo div#ranking.d_flex{
  justify-content: center;
}
section#conteudo div#ranking figure{
  margin: -100px 10px 0em 10px;
}
section#conteudo div#ranking h1{
  padding: 10px;
  margin: 0 10px;
  font-family: 'evogriaregular';
  font-size: 42px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 62px;
  width: 30%;
}
section#conteudo div#ranking h2{
  background-image: url(../imagens/linhas-quadrado-1.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 10px;
  margin: 0 10px;
  color: #FDE403;
  font-family: 'evogriaregular';
  font-size: 42px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 62px;
}
section#conteudo div#ranking ul#classificacao{
  margin: 0 10px;
  list-style: none;
}
section#conteudo div#ranking ul#classificacao li{
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
section#conteudo div#ranking ul#classificacao li strong{
  font-family: 'evogriaregular';
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
}
section#conteudo div#ranking ul#classificacao li:first-child{
  color: #ffc000;
  font-style: italic;
  font-weight: bold;
}
section#conteudo div#ranking ul#classificacao li:first-child strong{
  font-size: 21px;
}
/*
section#conteudo div#ranking div#criterios{
  margin: -35px 1em 0 1em;
}*/

@media screen and (max-width: 980px){
  section#conteudo div#ranking{
    background: none;
  }
  section#conteudo div#ranking figure{
    margin: -50px 1em 0em 1em;
  }
  section#conteudo div#ranking div#criterios{
    margin: 1em 0 1em;
  }
}
/* Categorias */

/* Materias */
section#materias.wrapper{
	max-width: 1200px;
}
#materias h2 {
    background-image: url(../imagens/linhas-quadrado-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 10px;
    margin-bottom: 20px;
	width: fit-content;
}
#materias ul#lista_materias{
    list-style: none;
    margin: 50px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#materias ul#lista_materias li{
    width: 90%;
    max-width: 300px;
	margin-right: 30px;
}
#materias ul#lista_materias li figure{
    margin-bottom: 0;
}
#materias ul#lista_materias li h3 a:link,
#materias ul#lista_materias li h3 a:active,
#materias ul#lista_materias li h3 a:visited{
    margin: 5px 0;
    color: #e40836;
    font-family: 'evogriaregular';
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
    line-height: 22px;
    text-decoration: none;
}
#materias ul#lista_materias li p.olho a:link,
#materias ul#lista_materias li p.olho a:active,
#materias ul#lista_materias li p.olho a:visited{
	color: #646464;
    margin: 5px 0;
    font-size: 20px;
    font-style: italic;
	text-decoration: none;
}
#materias ul#lista_materias li .data {
    font-size: 15px;
	margin-bottom: 10px;
}
@media screen and (max-width: 980px){
	#materias ul#lista_materias{
		justify-content: center;
	}
	#materias ul#lista_materias li{
		width: 90%;
		max-width: 300px;
		margin-left: 5%;
		margin-bottom: 40px;
	}
}
/* Materias */

/* Footer */
footer{
  text-align: center;
  background-image: url('../imagens/linhas-rodape-1.png'), url('../imagens/linhas-rodape-2.png'), url('../imagens/cidade.jpg');
  background-position: bottom left, bottom right, bottom center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
footer nav .social,
footer nav .anteriores{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
footer nav .anteriores a:link,
footer nav .anteriores a:active,
footer nav .anteriores a:visited{
  color: #646464;
  text-decoration: none;
}
footer nav h3{
  color: #be003e;
  font-size: 14px;
  margin: 5px 0;
}
footer nav .social li{
  margin: 15px;
}
footer nav .anteriores li a{
  margin: 5px;
}
footer #copyright{
  background: #0067aa;
  margin: 170px 0 0 0;
  padding: 25px;
}
footer #copyright p{
  color: #ffffff;
}
/* Footer */

/* Menu Mobile */

header #menu li #sub_menu_categorias{
  background-color: rgba(211, 211, 211, 0.95);
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0;
}
header #menu li:hover #sub_menu_categorias{
  display: flex;
  padding-bottom: 5px;
}
header #menu #sub_menu_categorias li{
  list-style: none;
}
header #menu #sub_menu_categorias li a:link,
header #menu #sub_menu_categorias li a:active,
header #menu #sub_menu_categorias li a:visited{
  font-size: 14px;
  color: #000;
  
}
#abre_menu_mobile{
  clear: both;
  cursor: pointer;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 5px;
  right: 0.5em;
  background: url('../imagens/menu.png') top center no-repeat;
  background-size: contain;
  margin: 0;
  display: none;
  z-index: 99999;
}
@media screen and (max-width: 980px){
  /* Esconde #sub_menu_categorias no mobile */
  header #menu li:hover #sub_menu_categorias{
    display: none;
  }
  img.mobile{
    max-width: 100%;
    height: auto;
  }

  header#internas {
    margin-top: 0;
  }
  header#internas h1 {
    margin: 7px 0 0 1em;
  }

  header nav.wrapper{
    background-image: url(../imagens/bg-menu.png);
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 40px;
    height: 55px;
    width: 100%;
    padding: 0%;
    z-index: 9999999;
	height: fit-content;
  }
  header nav #menu, 
  header nav #social {
    display: none;
  }
  header #abre_menu_mobile{
    display: block;
    cursor: pointer;
	z-index: 999999999;
  }
  header nav #menu {
	background-color: #e3142c;
    background-image: url(../imagens/bg-menu.png);
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    top: 10px;
	z-index: 9999999;
	height: fit-content;
  }
  header#internas nav #menu{
    top: 0px;
  }
  header nav #menu li{
    margin: 10px 0;
  }

  header#homepage h1{
    padding-top: 100px;
  }

}