body {
  overflow-x: hidden;
}
*,
*:after,
*:before {
  -webkit-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  outline: none !important;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased !important;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
a {
  text-decoration: none !important;
  opacity: 1 !important;
}
a:hover {
  text-decoration: none !important;
  opacity: 1 !important;
}
hr.strong {
  height: 2px;
}
body {
  background-color: #e4e1e1;
}
header {
  /*    background-color: @colorBgHeader;*/
}
header h1 {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: -0.5px;
}
p {
  line-height: 1.42em !important;
  font-family: 'Droid Serif', serif;
}
nav#menu-superior {
  margin-top: 5px;
  font-family: 'Souce Sans Pro', sans-serif;
}
nav#menu-superior ul {
  text-align: center;
  margin-bottom: 30px;
  margin-left: 0;
}
nav#menu-superior ul li {
  margin: 6px 4px;
  display: inline-block;
  font-size: 13px;
  float: none;
  text-transform: uppercase;
}
nav#menu-superior ul li a {
  color: #000;
}
nav#menu-superior ul li::after {
  content: '|';
  font-size: 18px;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: 0;
}
nav#menu-superior ul li:last-child::after {
  display: none;
}
.container-content {
  background-color: #fff;
}
#artigo {
  padding: 20px;
  margin-bottom: 20px;
  border: #dedede 1px solid;
}
#artigo .data {
  margin-top: 0 !important;
}
#artigo h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Playfair Display';
}
#artigo h2 a {
  color: #333;
}
#artigo p {
  font: 16px 'Droid Serif', serif;
  font-height: 1.5em;
  margin-top: 20px;
}
.data {
  font-size: 11px;
  color: #999;
  margin-top: -10px;
  display: block;
}
.olho {
  color: #888;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
#outros {
  margin-top: 0;
}
#outros article {
  border: #ddd 1px solid;
  margin-bottom: 20px;
  padding: 20px;
}
#outros article h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Playfair Display';
}
#outros article h2 a {
  color: #333;
}
.bastidores {
  margin: 30px 0;
  background-color: #eee;
  padding: 20px;
}
.bastidores article {
  border-bottom: #eee 1px solid;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 15px;
}
.bastidores article h2 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.24em;
  font-weight: bold;
  letter-spacing: -0.035em;
  font-family: 'Playfair Display';
}
.bastidores article h2 a {
  color: #333;
}
.bastidores article p {
  margin-top: 10px;
  font: 16px 'Droid Serif', serif;
}
.bastidores article img {
  margin-bottom: 20px;
  width: 250px;
}
.bastidores article.normal p,
.bastidores article.normal .data {
  padding-left: 220px;
}
.bastidores article.destaque img {
  width: 100%;
  margin-top: 20px;
}
.bastidores article.destaque h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.titulo-secao {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 2px 0;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-bottom: #ddd 2px solid;
  font-family: "Source Sans Pro";
}
.video h2 {
  font-family: 'Playfair Display';
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
.video h2 a {
  color: #333;
}
.video img {
  width: 100% !important;
  margin-top: 20px;
}
#candinha {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#candinha h2 {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #262626;
  padding: 2px 6px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}
#candinha h2 a {
  color: #333;
}
#candinha .image-content {
  margin-bottom: 20px;
  text-align: center;
}
#candinha .image-content img {
  max-height: 150px;
  display: inline;
}
#candinha p {
  /*        font-family: Georgia, serif;*/
  font-size: 1.5rem;
  color: #292929;
}
#candinha .frase {
  font-size: 18px;
  color: #993366;
  font-style: italic;
  font-family: 'Droid Serif', serif;
  margin-bottom: 20px;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.interrogacao {
  margin: 30px 0;
}
.interrogacao .interrogacao-content {
  min-height: 151px;
  background: url("../images/icon-interrogacao.png") no-repeat bottom right;
  padding-right: 100px;
  padding-top: 10px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif;
}
.interrogacao .interrogacao-content .pergunta {
  color: #444;
}
.brasas ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.brasas ul li {
  margin-bottom: 25px;
}
.brasas ul li h2 {
  font-family: 'Playfair Display';
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.brasas ul li h2 a {
  color: #333;
}
.brasas ul li p {
  font: 16px 'Droid Serif', serif;
  margin-bottom: 10px;
}
.brasas ul li .data {
  margin-bottom: 10px;
  margin-top: 0;
}
#pingo-quente {
  margin-bottom: 30px;
  /*    .titulo-secao{
            background-color: #cc3300;
            color: #fff;
            margin-bottom: 0;
            border-bottom: none;
            span{
                background-color: #ff3300;
                padding: 5px;
                width: 95%;
                display: block;
            }
        }*/
}
#pingo-quente .pingo-quente-content {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
}
#pingo-quente .pingo-quente-content::before {
  content: '\201C';
  position: absolute;
  left: 20px;
  width: auto;
  font: 120px/120px Georgia, serif;
  top: 0;
  font-style: italic;
}
#pingo-quente .pingo-quente-content::after {
  content: '\201D';
  position: absolute;
  right: 38px;
  width: auto;
  font: 120px/10px Georgia, serif;
  bottom: -30px;
  font-style: italic;
}
#pingo-quente .pingo-quente-content .content-middle {
  display: table-cell;
  vertical-align: middle;
}
#pingo-quente .pingo-quente-content h2 {
  font: 26px 'Droid Serif', serif;
  display: inline-block;
  margin: 0 90px;
  position: relative;
  margin-top: 20px;
}
#pingo-quente .pingo-quente-content h2 a {
  color: #333;
  font-style: italic;
}
#pingo-quente .author {
  margin: 30px auto;
  width: 320px;
}
#pingo-quente .author img {
  border-radius: 50%;
  border: #ccc 4px solid;
  width: 90px;
  height: 90px;
  float: left;
  font-style: italic;
}
#pingo-quente .author p {
  margin-top: 10px;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  padding-left: 100px;
  padding-top: 10px;
}
.numeros {
  margin-bottom: 30px;
}
.numeros .numeros-content {
  display: table;
  text-align: center;
  height: 120px;
  width: 100%;
}
.numeros .numeros-content .content-middle {
  display: table-cell;
  vertical-align: middle;
}
.numeros .numeros-content h2 {
  font-size: 45px;
  display: inline-block;
  margin-top: 0;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
}
.numeros .numeros-content h2 a {
  color: #333;
}
.numeros .numeros-content h4 {
  font-size: 15px;
  font-style: italic;
  padding: 0 10px;
}
.numeros .numeros-content p {
  bottom: 0;
  color: #333;
  margin-bottom: 0;
  margin-top: 5px;
  font-style: italic;
  font: 13px/17px 'Droid Serif', serif;
}
footer {
  text-align: center;
  padding: 40px 0 10px 0;
  background-color: #000;
}
footer nav#menu-rodape {
  margin-top: 30px;
  font-family: 'Playfair Display SC', serif;
}
footer nav#menu-rodape ul {
  text-align: center;
  margin-bottom: 40px;
  margin-left: 0;
}
footer nav#menu-rodape ul li {
  margin: 4px 8px;
  display: inline-block;
  font-size: 16px;
  float: none;
  text-transform: uppercase;
}
footer nav#menu-rodape ul li a {
  color: #fff;
}
footer p {
  color: #fff;
  font: 11px 'Droid Serif', serif;
  padding: 0 40px;
}
.single h2.titulo {
  font-family: 'Playfair Display';
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: bold;
}
.single h2.titulo a {
  color: #333;
}
.single .autor {
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}
.single p {
  font: 17px 'Droid Serif', serif;
}
.single .corpo-texto img {
  max-width: 100%;
  height: auto;
}
.single .figure-container {
  text-align: center;
}
.single .figure-container figure {
  margin-bottom: 20px;
  display: inline-block;
}
.single .figure-container figure figcaption {
  font-size: 13px;
  margin-top: 2px;
}
.single figure.normal {
  display: inline-table;
  float: left;
}
.single figure.normal img {
  margin-right: 20px;
}
.single figure.normal figcaption {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 20px;
  display: table-caption;
  caption-side: bottom;
}
.category article {
  padding-bottom: 20px;
  clear: both;
  margin-bottom: 20px;
}
.category article h2 {
  font-family: 'Playfair Display';
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: bold;
}
.category article h2 a {
  color: #333;
}
.category .wp-pagenavi {
  padding: 0 !important;
  float: none !important;
  height: 40px;
}
.banner {
  text-align: center;
  margin: 15px 0;
  border-bottom: #eee 1px solid;
  border-top: #eee 1px solid;
  padding: 15px 0;
}
.banner-no-border {
  text-align: center;
  margin: 15px 0;
  padding: 15px 0;
}
h4.jp-relatedposts-post-title {
  font-family: 'Playfair Display' !important;
}
h4.jp-relatedposts-post-title a {
  color: #000;
  font-weight: bold !important;
}
.jp-relatedposts-post-date {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
}
.read-more {
  color: #262626;
  font-weight: bold;
  text-decoration: underline !important;
}
.data i {
  font-size: 13px;
  top: 2px;
  position: relative;
}
.search-form {
  margin-bottom: 30px;
}
.post-nav a {
  color: #262626;
}
.post-nav span.active {
  background-color: #262626;
  color: #fff;
  font-weight: bold;
  border: none;
}
.list-container {
  padding-left: 20px;
}
aside.sidebar {
  padding-right: 20px;
}
.search-form .btn.btn-primary {
  background-color: #444;
  border-color: #444;
}
aside section {
  padding: 20px;
  background-color: #f3f4f8;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif !important;
}
aside section h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
}
aside section p {
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif !important;
  letter-spacing: -0.025em;
}
aside section .no-padding {
  margin-left: -20px;
  margin-bottom: -20px;
}
aside section a {
  color: #333;
}
.mais-lidas-content {
  background-color: #d9dadd;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
  padding: 10px 20px 20px 20px;
  margin-top: 18px;
}
.topbar-maispb {
  width: 100%;
  height: 50px;
  border: none;
  overflow: hidden;
  margin-bottom: -4px;
}
.banner-topo {
  margin-top: -15px;
  margin-bottom: 10px;
  border-top: none;
  border-bottom: none;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
.container-stick {
  margin-bottom: 40px;
}
#menu-superior {
  padding-left: 0;
  padding-right: 0;
}
#artigo {
  background-color: #dedede !important;
  margin-bottom: 50px !important;
}
#artigo .data {
  margin-top: 10px !important;
}
#pingo-quente .read-more {
  display: block !important;
  margin-top: 50px !important;
}
#pingo-quente .data {
  margin-top: 10px !important;
}
#candinha {
  padding-bottom: 0 !important;
}
#candinha .data {
  margin-top: 10px !important;
}
#candinha .image-content {
  margin-bottom: 0 !important;
}
#candinha h2 {
  margin-top: 40px !important;
}
.brasas .data {
  margin-top: 10px !important;
}
.bastidores article.normal p,
.bastidores article.normal .data {
  padding-left: 0 !important;
  margin-bottom: 0;
}
.numeros h2 {
  margin-top: 40px !important;
}
.numeros p {
  margin-bottom: 40px !important;
}
.interrogacao .interrogacao-content {
  margin-top: 40px;
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
  padding-right: 140px !important;
  font-size: 25px !important;
  margin-bottom: 40px;
}
.interrogacao .data {
  margin-top: 10px !important;
}
.numeros .data {
  margin-top: 10px !important;
}
.mais-lidas {
  margin-bottom: 30px;
}
.mais-lidas article {
  clear: both;
  min-height: 45px;
}
.mais-lidas article h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  top: 5px;
  position: relative;
  letter-spacing: 0.01em;
  font-family: 'Playfair Display';
}
.mais-lidas article .count {
  width: 40px;
  float: left;
  line-height: 30px;
  text-align: center;
  font-size: 44px;
  margin-right: 5px;
  margin-bottom: 15px;
  font-family: 'Playfair Display';
}
.mais-lidas .sep {
  height: 1px;
  background-color: #b0b0b0;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 10px;
}
.mais-lidas .sep.last {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #artigo img {
    margin-bottom: 20px;
  }
  .interrogacao .interrogacao-content {
    font-size: 20px !important;
    width: 100% !important;
    padding-right: 130px !important;
    padding-top: 0;
  }
  .sidebar {
    margin-top: 30px;
  }
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
/*# sourceMappingURL=estilo.css.map */
