/*
Theme Name: Jornal Hora Aghá
Theme URI: https://www.horaagha.com.br/
Author: Jairo Coelho Soluções Digitais
Author URI: https://www.jairocoelho.com/
Description: Layout desenvolvido sob medida por Jairo Coelho Soluções Digitais.
Version: Março/2019
License: Commercial
*/
.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.no-mar-bot {
  margin-bottom: 0px !important;
}

/** FONTS **/
/**
    Merriweather
    light 300
    light 300 Italic
    regular 400
    regular 400 Italic
    bold 700
    bold 700 Italic
    black 900
    black 900 Italic
**/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif;
}

/** HEADER **/
header {
  background: #ffffff;
  /** background: #3c4b9f; */
}

header .container.top {
  height: 160px;
}

header #top-menu {
  width: 100%;
  height: 56px;
  /** background: #2e388d; */
  /** background: #414A97; */
  /** background: #545CA1; */
  background: #343b8b;
  margin-bottom: 20px;
}

header .logo {
  max-height: 85px;
  margin: 38px 0;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  header .logo-container {
    width: 100% !important;
    text-align: center;
  }

  header .container.top {
    height: auto;
  }

  .anuncio_header {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
  }

  .anuncio_header img {
    float: none !important;
  }
}

nav.top-nav,
nav.top-nav .nav-wrapper i,
nav.top-nav a.button-collapse,
nav.top-nav a.button-collapse i {
  line-height: 56px;
  height: 56px;
}

.top-nav {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.top-nav li.menu-item>a {
  line-height: 56px;
  font-size: 15px;
  font-weight: 700;
  padding: 0 12px;
}

.top-nav #menu-principal li.menu-item:first-child>a {
  padding: 0 12px 0 0;
}

.top-nav .dropdown-content li>a,
.top-nav .dropdown-content li>span {
  color: #2d388d;
  font-weight: 500;
}

nav.top-nav ul a:hover {
  background-color: transparent;
}

.top-nav .menu-item>a:hover {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
  height: 56px;
}

.top-nav .menu-item>a:hover,
.top-nav .menu-item>a.active {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2px;
  height: 56px;
}

#mobile-menu {
  background: #343b8b;
}

#mobile-menu li {
  border-bottom: 1px solid #fff;
}

#mobile-menu li > a {
  color: #ffffff;
}

#mobile-menu li > a:hover {
  color: #343b8b;
  background: #ffffff;
  border-bottom: none;
  padding-bottom: 0;
  height: auto;
  line-height: 48px;
}

#mobile-menu li ul li > a {
  color: #343b8b;
}

.button-collapse:hover i {
  color: #ec2028;
}

@media only screen and (max-width: 992px) {
  .nav-wrapper {
    text-align: center;
  }
  nav .button-collapse {
    float: none !important;
    display: inline-block;
  }
}

/** SEARCH FORM **/
.search-button i {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  color: #ffffff;
}

.search-button:hover i {
  color: #ec2028;
}

header .search-form {
  position: absolute;
  right: 200px;
  top: 200px;
}

header .search-field {
  background-color: transparent;
  background-image: url(images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
}

header .search-field:focus {
  background-color: #fff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px;
}

.search-form .search-submit {
  display: none;
}

.search-button-mobile {
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  .search-div {
    display: none;
  }
}

@media only screen and (min-width: 993px) {
  .search-button-mobile {
    display: none;
  }
}

/** ANUNCIO HEADER **/
.anuncio_header img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 110px;
  float: right;
}

@media only screen and (min-width: 992px) {
  .anuncio_header {
    margin: 28px 0 0 0;
  }
}

.anuncio_responsivo a img {
  max-width: 100%;
  height: auto;
}

/** SLIDER HOME **/
.slider-date p:before {
  display: block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  content: 'today';
}

.slider-principal .n2-ss-slide-background-image {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

/** NEWSBLOCKS **/
.newsblocks h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  /** border-bottom: 2px solid #252525; */
  border-bottom: 2px solid #cb252c;
  display: inline-block;
  margin: 25px 0 40px 0;
  color: #2d388d;
}

.newsblocks a {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.newsblocks a .date {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 8px 0;
  color: #7d7d7d;
}

.newsblocks a .date:before {
  content: 'today';
  font-family: 'Material Icons';
  font-size: 15px;
  line-height: 18px;
  height: 18px;
  float: left;
  margin-right: 4px;
}

.newsblocks a .title {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.newsblocks a:hover .title {
  color: #2d388d;
}

.newsblocks .row .col {
  padding: 0 1.4rem;
}

.newsblocks .cols3 .col {
  padding: 0 0.9rem;
}

.newsblocks .unica .title {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
}

.neg-mar-left.col {
  margin-left: -1.4rem !important;
}

@media only screen and (min-width: 600px) {
  .neg-mar-left.col.col2 {
    margin-left: auto !important;
  }
}

.newsblocks .subgroup .col.s12 {
  padding: 0;
}

.newsblocks .subgroup .col {
  padding: 0 1rem 0 0;
}

.newsblocks .subgroup a>.col:last-child {
  padding: 0;
}

.newsblocks .subgroup a .date {
  margin: 0 0 8px 0;
}

.newsblocks .subgroup a .title,
.newsblocks .cols3 a .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

/** ANUNCIOS **/
@media only screen and (min-width: 992px) {
  .anuncio_home_lateral_1 {
    margin-top: 102px;
  }

  .anuncio_home_lateral_2 {
    margin-top: 102px;
  }

  .anuncio_home_lateral_3 {
    margin-top: 0;
  }
}

.anuncio_rodape {
  margin-top: 50px;
}

/** CLASSIFICADOS */
.classificado {
  background: #e8e8e8;
  padding: 14px 10px;
  border: solid 1px #c3c3c3;
  color: #4e4e4e;
  text-align: center;
}

.row .col.classificado-col {
  padding: 0 0.8rem 0.8rem 0.8rem;
}

.row .col.classificado-col:first-child {
  padding-left: 1.4rem;
}

.classificado span.titulo {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.classificado h3 {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 15px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.classificado p {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 10px 0;
  text-align: justify;
}

.classificado.imoveis {
  background: #343b8b;
  color: #ffffff;
}

.classificado.veiculos {
  background: #cb262c;
  color: #ffffff;
}

.classificado.diversos {
  background: #0012e0;
  color: #ffffff;
}

/** FOOTER **/
footer.page-footer {
  background-color: #343b8b;
}

.logo_footer {
  margin-bottom: 20px;
}

p.small-info {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

ul.social li {
  line-height: 30px;
  font-size: 14px;
}

ul.social li i {
  font-size: 18px;
  margin-right: 6px;
}

.footer-copyright p {
  margin: 10px 0 5px 0;
}

.footer-copyright .col.s12.m12.l3 {
  text-align: right;
}

@media only screen and (max-width: 992px) {
  .footer-copyright .col.s12.m12.l9 {
    text-align: center;
  }

  .footer-copyright .col.s12.m12.l3 {
    text-align: center;
  }
}

/** SINGLE PAGE **/
.single-content {
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (min-width: 992px) {
  .single-content {
    padding: 0 3rem 0 0.75rem !important;
  }
}

@media only screen and (max-width: 599px) {
  .single-content h1 {
    text-align: center;
  }
}

.single-content p {
  padding: 0 0 20px;
  margin: 0;
  text-align: justify;
}

.single-content h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 30px;
}

.single-content .info {
  margin-bottom: 20px;
  color: #7d7d7d;
  display: inline-block;
  width: 100%;
}

.single-content .info div {
  font-size: 14px;
  line-height: 32px;
}

.single-content .info div:first-child {
  padding: 0 0.75rem 0 0 !important;
}

.single-content .info div:last-child {
  padding: 0 0 0 0.75rem !important;
}

.single-content .info i {
  font-size: 22px;
  line-height: 30px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

@media only screen and (min-width: 600px) {
  .single-content .info .data {
    text-align: left;
  }

  .single-content .info .visualizacoes {
    text-align: right;
  }
}

.single-content .info span {
  display: inline-block;
}

.single-content .imagem-destacada {
  margin: 0 0 50px 0;
	text-align: center;
}

.single-content .imagem-destacada img {
	max-width: 100%;
  width: auto;
  height: auto;
}

.single-content figure {
  margin: 40px 0;
}

figure.alignright {
  float: right;
  margin: 0 0 1em 1em
}

figure.alignleft {
  float: left;
  margin: 0 1em 1em 0
}

figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

figure.alignright img {
  float: right;
  margin: 0 0 1em 1em
}

figure.alignleft img {
  float: left;
  margin: 0 1em 1em 0
}

figure.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto
}

figure img {
   height: auto;
}

#comments {
  display: none;
}

.ultimas {
  width: 100%;
  display: block;
  margin: 0 0 40px 0;
}

.ultimas div {
  display: block;
  background: #f7f7f7;
  padding: 16px 24px;
}

.ultimas a {
  display: inline-block;
  width: 100%;
}

.ultimas a .data {
  display: inline-block;
  width: 100%;
  color: #565656;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}

.ultimas a .data i {
  float: left;
  line-height: 20px;
  font-size: 16px;
  margin-right: 4px;
}

.ultimas a .titulo {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #151515;
  padding-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 15px;
}

.ultimas a:hover .titulo {
  color: #cb252c;
}

.ultimas a:last-child .titulo {
  border-bottom: none;
}

.ultimas h4 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  border-bottom: 2px solid #cb252c;
  display: inline-block;
  margin: 15px 0 30px 0;
  color: #2d388d;
  clear: both;
}

.anuncio_post_lateral a {
  display: inline-block;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .anuncio_post_lateral img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .anuncio_post_lateral img {
    margin: 0 auto;
    display: block;
  }
}

.slb_details {
  display: none !important;
}

/** ARQUIVO **/
.single-content .newsblocks {
  display: inline-block;
}

.single-content .newsblocks a {
  margin-bottom: 20px;
}

.single-content .newsblocks .col {
  padding: 0 1.2rem;
}

.navigation {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

.navigation .antigos, .navigation .recentes {
  display: inline-block;
}

.navigation a {
  color: #a5a5a5;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.navigation a:hover {
  color: #151515;
}

.navigation .antigos {
  float: left;
}

.navigation .recentes {
  float: right;
}

@media only screen and (max-width: 600px) {
  .navigation {
    text-align: center;
  }

  .navigation .antigos, .navigation .recentes {
    float: none;
  }
}

/** PAGINAS INTERNAS **/
.btn-azul {
  background-color: #343b8b;
}

.btn-azul:hover {
  background-color: #5d66ca;
}

/** EMBED VIDEOS FIX **/
figure.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

figure.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************************************************
  Audio Blocks
************************************************/
.wp-block-audio {
  margin-left: 0px;
  margin-right: 0px;
}

.wp-block-audio audio {
  width: 100%;
}

/************************************************
  Blockquotes
************************************************/
blockquote,
blockquote.wp-block-quote {
  font-size: 130%;
  line-height: 1.5;
  margin: 32px 0px;
  padding: 12px 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin-top: 12px;
}

.wp-block-quote cite::before,
.wp-block-quote footer::before {
  content: '— '
}

/************************************************
  Buttons
************************************************/
.wp-block-button {
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.wp-block-button.alignwide a {
  display: block;
  position: relative;
}

/************************************************
  Code Blocks
************************************************/
code, pre, .wp-block-code {
  color: #666666;
  font-family: Courier, sans-serif;
  line-height: 1.4;
  margin: 32px 0px;
  padding: 12px;
  border: 2px solid rgba(0, 0, 0, 0.24);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 3px;
}

/************************************************
  Cover Images
************************************************/
.wp-block-cover,
.wp-block-cover-image {
  margin-top: 32px;
  margin-bottom: 32px;
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover-image.has-background-dim h2 {
  color: #ffffff;
}

/************************************************
  Gallery Blocks
************************************************/
.wp-block-gallery .blocks-gallery-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.wp-block-gallery .blocks-gallery-image {
  margin-left: 0px;
  margin-right: 0px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}

/************************************************
  Images
************************************************/
.wp-block-image {
  max-width: none;
  margin: 32px auto;
  padding: 0px;
}

.wp-block-image figcaption {
  width: 100%;
}

img.aligncenter,
.wp-block-image.aligncenter {
  display: block;
  margin: 12px auto;
  padding: 0px;
}

img.alignnone,
.wp-block-image.alignnone {
  display: inline;
  margin: 12px 0px;
  padding: 0px;
}

img.alignright,
.wp-block-image.alignright {
  display: inline;
  margin: 16px 0px 16px 24px;
  padding: 0px;
}

img.alignleft,
.wp-block-image.alignleft {
  display: inline;
  margin: 16px 24px 16px 0px;
  padding: 0px;
}

/************************************************
  Tables
************************************************/
table,
table.wp-block-table {
  width: 100%;
  margin: 32px 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0;
}

table thead,
table tfoot,
table.wp-block-table thead,
table.wp-block-table tfoot {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

table thead th,
table tfoot td,
table.wp-block-table thead th,
table.wp-block-table tfoot td {
  border: none;
}

table th,
table.wp-block-table th {
  font-size: 1.2rem;
  margin: 0px;
  padding: 12px;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

table td,
table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}

table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/** WIDGET LATERAL **/
li.widget-container-ls {
  list-style: none;
  margin-bottom: 80px;
  padding: 10px 25px 30px 25px;
  border: 2px solid #2d388d;
}

li.widget-container-ls h3.widget-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  border-bottom: 2px solid #cb252c;
  display: inline-block;
  margin: 15px 0 10px 0;
  color: #2d388d !important;
  clear: both;
}

.wpp_poll_title {
  text-align: justify;
  font-size: 14px;
  color: #2d388d !important;
  font-weight: 600;
  margin: 8px 0 8px 0;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}

ul.wpp_option_list {
  margin: 0 0 15px 0;
}

.wpp_option_list [type="radio"]:not(:checked)+label.option_title, [type="radio"]:checked+label.option_title {
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  padding-left: 22px;
}

.wpp_option_list [type="radio"]:not(:checked)+label.option_title:before, [type="radio"]:checked+label.option_title:before {
  width: 12px;
  height: 12px;
  margin: 3px;
}

li.widget-container-home-col {
    list-style: none;
    margin-bottom: 80px;
    padding: 5px 10px 10px 10px;
    border: 2px solid #2d388d;
    display: inline-block;
    margin-top: 20px;
}

li.widget-container-home-col h3.widget-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    border-bottom: 2px solid #cb252c;
    display: inline-block;
    margin: 5px 0 10px 0;
    color: #2d388d !important;
    clear: both;
}

li.wg-enquete h3.widget-title:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  color: #cb252c;
  margin-right: 8px;
}

@media only screen and (min-width: 992px) {
  li.widget-container-home-col.wg-enquete {
    margin-top: 102px;
    margin-bottom: 30px;
  }
}

.col.videos a .title {
  font-size: 15px;
  line-height: 18px;
}

.videos .imagem-destacada img {
	width: 100%;
	height: auto;
}

/** HORA DO LEITOR **/
@media only screen and (min-width: 992px) {
  .banner_horadoleitor {
    margin-top: 102px;
  }
}

.banner_horadoleitor {
  margin-bottom: 40px !important;
  width: 100%;
}

.banner_horadoleitor img {
  /** width: 580px; height: 100px; **/
}

.botao_horadoleitor {
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
  background: #cb252c;
  text-align: center;
  font-weight: 700;
  font-family: 'Merriweather', serif;
  font-size: 16px;
  line-height: 24px;
  border-radius: 7px;
}

@media only screen and (min-width: 600px) {
  .colb_horadoleitor {
    text-align: right;
  }

  .botao_horadoleitor {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 559px) {
  .colb_horadoleitor {
    text-align: center;
  }
}

/** PÁGINA ENQUETE **/
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
  margin: 20px 0;
}

.wp-polls [type="radio"]:checked+label:after, .wp-polls [type="radio"].with-gap:checked+label:after {
  border: 2px solid #cb252c;
}

.wp-polls [type="radio"]:checked+label:after, .wp-polls [type="radio"].with-gap:checked+label:after {
  background-color: #cb252c;
}

.wp-polls [type="radio"]:checked+label:after, .wp-polls [type="radio"].with-gap:checked+label:before, .wp-polls [type="radio"].with-gap:checked+label:after {
  border: 2px solid #cb252c;
}

.wp-polls input.btn {
  padding: 10px;
  line-height: 10px;
  height: 30px;
}

.wp-polls label {
  color: #111111;
}

.wg-enquete .wp-polls-ans {
  display: none;
}

.wg-enquete h5 {
    text-align: justify;
    font-size: 14px;
    color: #2d388d !important;
    font-weight: 500;
    margin: 8px 0 8px 0;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
}

.wg-enquete .botao-votar {
  display: inline-block;
  text-align: center;
  background: #cb252c;
  width: 70px;
  line-height: 15px;
  padding: 8px 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

/** CORREÇÃO EMBED YOUTUBE **/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/** RESTRINGIR ACESSO VISUALIZACOES **/
body.single .single-page .visualizacoes {
	display: none;
}

/** RESTRINGIR ACESSO VISUALIZACOES **/
body.single.logged-in .single-page .visualizacoes {
	display: block;
}

/** MAIS LIDAS HOME BACKUP

ol.wpp-list {
    list-style-type: none;
    list-style-type: decimal !ie;

    margin: 0;
    margin-left: 3em;
    padding: 0;

    counter-reset: li-counter;
}

ol.wpp-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
	overflow: visible;
}

ol.wpp-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #2d388d;
    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.wpp-list li span.wpp-stats { display:block; }

ol.wpp-list li a {
	color: #000;
    font-weight: 500;
	margin-bottom: 0;
}

**/

/** MAIS LIDAS HOME **/

ol.wpp-list {
    list-style-type: none;
    list-style-type: decimal!ie;
    margin: 0;
    padding: 0;
    counter-reset: li-counter;
    border: 1px solid #e0e0e0;
}

ol.wpp-list > li {
    position: relative;
    min-height: 3em;
    overflow: visible;
    padding-left: 60px;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-right: 10px;
    margin-bottom: 0;
}

ol.wpp-list > li:nth-child(odd) {
	background: #f0f0f0;
}

ol.wpp-list > li:nth-child(even) {
	background: #fff;
}

ol.wpp-list > li:before {
    position: absolute;
    top: 15px;
    left: 12px;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    background: #2d388d;
    border-radius: 25px;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.wpp-list li span.wpp-stats { display:block; }

ol.wpp-list li a {
	color: #000;
    font-weight: 500;
	margin-bottom: 0;
}

.popular-home h2 {
	margin: 35px 0 20px 0;
}

.single-publicidade-legal .imagem-destacada {
	display: none !important;
}

/** PUBLICIDADE LEGAL - FEVEREIRO/2022 **/

.publicidade-legal {
	
}

.publicidade-legal a.publicidade {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px 8px;
}

.publicidade-legal a.publicidade .categoria {
	text-transform: uppercase;
	color: #2d388d;
	display: block;
	font-weight: 500;
	font-size: 13px;
	padding-bottom: 6px;
}

.publicidade-legal a.publicidade .titulo {
	color: #000000;
	display: block;
	font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.single-publicidade-legal h1 {
	margin-top: 10px;
	font-size: 40px;
	line-height: 46px;
}

.single-publicidade-legal h4.categoria {
	font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    border-bottom: 2px solid #cb252c;
    display: inline-block;
    margin: 15px 0 10px 0;
    color: #2d388d;
    clear: both;
    text-transform: capitalize;
}