/* ARTICLE */
.article--wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px; padding-bottom: 40px;
}
.article--default {
  position: relative;
  width: 100%;
}
.article--default img,
.article--default video,
.article--default iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.article--content, .article--body_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.article--content {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 1020px;
  margin: 0 auto; padding-top: 20px;
}
.article--header, .article--body_wrapper {
  width: 100%;
  padding: 0 20px;
}
.article--body_wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article--header {
  max-width: 1020px;
  margin: 0 auto;
}
.article--header a {color: #333333;}
.article--header a:hover {color: #2128bd;}

.article--header_follow {
  display: inline-block; position: relative;
  padding: 4px 10px 4px 4px 10px 4px 26px;
  font-size: 13px; line-height: 15px;
  font-weight: 400;
  margin: 0 5px 5px 0!important;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.article--header_follow .ico-bell {
  position: absolute;
  width: 14px; height: 14px;
  left: 6px; top: 4px;
  fill: #333333;
}
.article--header_follow:hover {
  background: #ebebeb;
}
.article--header_follow.selected {
  color: #fff;
  background: #656565;
}
.article--header_follow.selected .ico-bell {
  fill: #fff;
}

.article--headline {
  max-width: 800px;
  font-size: 20px; line-height: 26px;
  font-weight: 700;
  color: #333333; padding: 10px 0;
}
.article--body .article--headline {max-width: 820px;}
.article--body_extra {
  display: none; width: 100%;
  font-size: 16px; line-height: 22px;
}
.article--body_extra ol {
  margin-bottom: 30px; padding: 10px 0;
  border-top: 1px solid #dbdde0;
  border-bottom: 1px solid #dbdde0;
}
.article--body_extra ol li {
  display: block;
  font-size: 18px; line-height: 22px;
  font-weight: 700; color: #6e7080;
  padding: 10px 0;
}
.article--body_extra ol li:last-child {
  margin-bottom: 0;
}
.article--body_extra ol li a {color: #6e7080;}
.article--body_extra ol li a:hover {color: #2128bd;}

.article--body {width: 100%; /*max-width: 640px;*/}
.article--body .article--header {padding: 0;}
.article--body p, .article--body ul, .article--body ol {
  font: normal 20px/28px Georgia;
  color: #333333; margin-bottom: 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.article--body strong, .article--body b {font-weight: 700;}
.article--body em, .article--body i {font-style: italic;}
.article--body a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.article--body a, .article--body a:hover {color: #4d6be8; text-decoration: underline;}
.article--body ul {
  list-style-type: disc;
  padding-left: 30px;
}
.article--body ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.article--body ul li,
.article--body ol li {margin-bottom: 10px;}

.article--body > h1, .article--body > h2, .article--body > h3,
.article--body > h4, .article--body > h5, .article--body > h6 {
  max-width: 640px;
  margin-left: auto; margin-right: auto;
  margin-bottom: 20px;
}
/*.article--body > h1 {font-size: 28px; line-height: 32px; font-weight: 700;}
.article--body > h2 {font-size: 28px; line-height: 32px; font-weight: 700;}
.article--body > h3 {font-size: 28px; line-height: 32px; font-weight: 700;}
.article--body > h4 {font-size: 28px; line-height: 32px; font-weight: 700;}
.article--body > h5 {font-size: 28px; line-height: 32px; font-weight: 700;}
.article--body > h6 {font-size: 28px; line-height: 32px; font-weight: 700;}*/

.article--body .pub {
  max-width: 640px;
  margin: 40px auto;
}
.article--content .aside--main {
  max-width: 680px;
  margin: 0 auto;
}

/* ARTICLE -- PUB */
.pub, .pubs {background: #f0f2f5;}

/* ARTICLE -- HEADER*/
.article--header h1 {
  font-size: 32px; line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  clear: both;
}
.article--header h2 {
  font-size: 20px; line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.article--header > a, .article--header > a:hover {
  display: block; float: left;
  color: #333333;
}
.article--header > a:first-child {margin-right: 10px;}
.article--header .article--header_category,
.article--header .teaser--category {
  display: inline-block;
  padding: 5px 0px;
  font-size: 12px; line-height: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 5px 5px 0!important;
}
.article--header_wrapperpic {
  display: block; position: relative;
  max-width: 980px; margin: 0 auto;
}
.article--header_pic {
  display: block; position: relative;
  padding-top: 56.25%;
  background-color: #f0f2f5;
}
.article--header_pic picture {
  position: relative;
  left: 0; top: 0;
}
.btn-open-gallery {
  display: block; position: relative;
  width: 100%; height: 100%;
  cursor: pointer;
}
.article--header_gallery {
  display: block; position: absolute;
  right: 20px; top: 20px;
  font-size: 10px; line-height: 16px;
  font-weight: 600; color: #333333;
  text-transform: uppercase; letter-spacing: 1px;
  box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.4);
  background: rgba(255,255,255,0.7);
}
.article--header_gallerybg {
  display: block; position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: background-color .25s ease-out;
  -moz-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
}
.btn-open-gallery:hover .article--header_gallerybg {
  background: rgba(0, 0, 0, 0.25);
}
.article--header_gallery .article--header_ico,
.article--header_gallery .article--header_txt {
  display: inline-block; position: relative;
  padding: 7px 10px;
}
.article--header_gallery .article--header_ico {
  background: rgba(255,255,255,1);
}
.article--header_gallery .article--header_ico svg {
  display: inline-block; position: relative;
  top: 0px;
}
.article--header_caption {
  font-size: 14px; line-height: 18px;
  /*min-height: 30px;*/
  padding: 10px 0 0 0;
}


.list-thumb-gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%; height: auto;
  max-width: 1020px;
  overflow: hidden;
  width: 100%;
  /*margin-left: -10px;*/
}
.list-thumb-gallery li {
  width: 25%; max-width: 170px;
  padding: 10px;
}
.list-thumb-gallery li picture {
  display: block; position: relative;
  width: 100%; padding-top: 56.25%;
}
.list-thumb-gallery li picture img {
  display: block; position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.list-thumb-gallery li .article--header_gallerybg {
  background: rgba(0, 0, 0, 0.35);
}


/* ARTICLE -- Slick */
.article-slick {visibility: hidden;}
.article-slick.slick-initialized {visibility: visible;}
.slick-list {
  width: 100%; height: 100%;
  left: 0; top: 0;
}
.slick-arrow {
  position: relative;
  z-index: 10;
}

/* ARTICLE -- FOOTER */
.article--footer {
  padding-top: 25px; padding-bottom: 20px;
  max-width: 640px; margin: 0 auto;
}
.article--footer .article--aside_wrapper {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* ARTICLE -- ASIDE */
.article--aside a {color: #333333;}
.article--aside a:hover {color: #2128bd;}

.article--aside_author {
  display: inline-block; position: relative;
  font-size: 14px; line-height: 22px;
  font-weight: 700; height: 22px;
  margin-right: 15px; margin-bottom: 10px;
}
.article--aside_author .article--aside_pic {
  display: inline-block; position: relative;
  float: left; top: -12px;
  margin-right: 10px;
  width: 40px; height: 40px;
  background-color: #f0f2f5;
  border-radius: 50%; overflow: hidden;
}
.article--aside_author .article--aside_pic img {
  width: 100%; height: auto;
}
.article--aside_author .article--aside_pic:after {
  display: block; position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  content: ""; border-radius: 50%;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
/*.article--aside_author .article--aside_pic:after {
  display: block; position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  content: ""; border-radius: 50%;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}*/
.article--aside_date, .article--aside_updated {
  display: inline-block;
  font-size: 14px; line-height: 22px;
  font-weight: 400; white-space: nowrap;
  margin-bottom: 10px;
}
.article--aside_date .article--aside_time {
  display: inline-block; margin-left: 5px;
}
.article--aside_updated {
  padding: 0px 7px 2px; margin-left: 10px;
  color: #a5aab1;
  border: 1px solid #c4cdd8;
}
.article--aside_interactions {
  /*min-width: 250px;*/
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
/* ASIDE - Comments */
.article--aside_comments {
  display: block; position: relative;
  float: left; z-index: 0;
  font-size: 14px; line-height: 30px;
  font-weight: 700; color: #4d6be8!important;
  text-decoration: none!important;
  height: 30px;
}
.article--aside_comments .comments-icon {
  display: inline-block; position: relative;
  float: left;
  width: 30px; height: 30px;
  margin-right: 5px;
  text-align: center; 
  overflow: hidden;
}
.article--aside_comments svg {
  display: block; position: absolute;
  left: 0; top: 0;
  width: 30px; height: 30px;
  z-index: -1;
}
.article--aside_comments #ico-comments .ico-comments-inner {
  fill: transparent;
}
.article--aside_comments #ico-comments .ico-comments-outer {
  fill: rgba(77, 107, 232, 0.3);
}
.article--aside_comments:hover .disqus-comment-count {color: #ffffff;}
.article--aside_comments:hover #ico-comments .ico-comments-inner {fill: rgba(77, 107, 232, 1);}
.article--aside_comments span.disqus-comment-text {display: none;}
.article--footer .article--aside_comments span.disqus-comment-text {
  display: inline-block; position: relative;
  float: left;
}
.article--aside_comments {margin-right: 10px; margin-bottom: 2px;}

/* ASIDE - Tags */
.article--aside_tags {
  display: block; position: relative;
  padding: 0!important; margin: 0!important;
}
.article--aside_tags li {
  display: inline-block; margin-right: 15px;
}
.article--aside_tags li a {
  font: 600 14px/22px 'Titillium Web', Helvetica, Arial;
  color: #6e7080; text-transform: uppercase;
  text-decoration: none;
}
.article--aside_tags li a:hover {
  text-decoration: underline;
}
.article--aside_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  /*text-align: center;*/
}
.article--aside_wrapper h1 {
  font-size: 16px;
  line-height: 20px;
}
.article--aside_credits {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.article--aside_categories {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* TABS */
/*.tabs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding: 0; margin: 0px;
  box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.4);
  background: #e6e6e6;
  border-radius: 5px 5px 0 0;
  list-style: none;
  z-index: 0;
}
.tabs li {
  position: relative;
  padding: 15px 0px;
  cursor: pointer;
  font-size: 12px; line-height: 16px;
  font-weight: 700; letter-spacing: 1px;
  color: #969696; text-transform: uppercase;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  white-space: nowrap;
  text-align: center;
}
.tabs li:hover {background: rgba(255,255,255,.3);}
.tabs li.current {
  background: #fff;
  color: #000;
}
.tabs-content {
  display: none;
  position: relative;
  padding: 20px 0 10px 0;
  box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.4);
  border-radius: 0 0 5px 5px;
  background: #ffffff;
  z-index: 1;
}
.tabs-content.current {display: inherit;}
.tabs-content .teaser {width: 100%;}*/

/******************************
= CUSTOM ARTICLES
******************************/
/* Normal */
.custom-normal {background: #ffffff;}
.custom-normal .article--headline {max-width: 820px;}

/* Liveblog - article-liveblog.css */
.custom-liveblog {background: #ffffff;}
.custom-liveblog .article--headline {max-width: 820px;}

/* Opinião */
.custom-opiniao {background: #f5f9ff;}
.custom-opiniao .article--headline {padding: 0; margin-bottom: 10px;}
.custom-opiniao .article--aside_author .article--aside_pic {
  position: absolute;
  top: 100px; left: -30px;
  width: 130px; height: 130px;
}
.custom-opiniao .article--body:before {
  display: block; position: relative;
  float: left;
  width: 140px; height: 140px;
  content: "";
}
.custom-opiniao .multiple-authors .article--aside_author .article--aside_pic {
  position: relative;
  width: 40px; height: 40px;
  top: -12px; left: 0;
}
.custom-opiniao .multiple-authors .article--body:before {display: none;}

/* Casos do Dia */
.custom-casos .article--header_pic {margin-bottom: 30px;}
/*.custom-casos .article--header {padding-bottom: 0;}*/

/* PREMIUM */
.custom-premium .header--main {
  position: fixed;
  top: 0; left: 0;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0);
}
.custom-premium.nav-header-fixed .header--main {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.custom-premium .article--header {
  max-width: 100%;
  padding: 0;
}
.custom-premium .article--header .article--header_bgcover {
  display: block; position: fixed;
  width: 100%; height: 100%;
  left: 0; top: 0;
  width: 100%; height: 100vh; max-height: 742px;
  z-index: -1;
  background-attachment: scroll!important;
}
.custom-premium .article--header .article--header_fullpic {
  display: block; position: relative;
  width: 100%; height: 100vh; max-height: 742px;
  overflow: hidden;
}
.custom-premium .article--header picture {
  display: none;
  visibility: hidden;
}
.custom-premium .article--header .article--header_info {
  display: block; position: absolute;
  bottom: 0px; left: 0;
  width: 100%; max-width: 100%;
  padding: 80px 20px 40px;
  text-align: center; color: #ffffff;
}
.custom-premium .article--header .article--header_bgcover:before {
  display: block; position: absolute;
  bottom: 0px; left: 0;
  width: 100%; height: 100%;
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
  content: "";
}
.custom-premium .article--header .article--header_info h1,
.custom-premium .article--header .article--header_info h2 {
  max-width: 1020px; margin: 0 auto 10px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.custom-premium .article--header .article--header_info a {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.custom-premium .article--header .article--header_category {
  background: rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
}
.custom-premium .article--aside_wrapper {
  position: relative;
  max-width: 1060px;
  padding: 30px 20px 0 20px;
  background: #ffffff;
}
.custom-premium .article--aside_wrapper:before {
  display: block; position: absolute;
  left: 50%; top: 0;
  width: 4000px; height: 100%;
  background: #fff;
  content: "";
  margin-left: -2000px;
  z-index: -1;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
}
.custom-premium .article--wrapper {
  max-width: 100%!important;
  padding-top: 0;
  background: #ffffff;
}
.custom-premium .article--content {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.custom-premium .article--body_extra {
  max-width: 640px;
  margin: 0 auto;
}
.custom-premium .article--body {
  width: 100%; max-width: 100%;
}
.custom-premium .article--headline {
  max-width: 1060px;
  margin: 0 auto; padding: 0 20px;
}


/* HISTÓRIA --- replaces Premium --- */
.custom-historia .header--main {
  position: fixed;
  top: 0; left: 0;
  background: rgba(0, 0, 0, 0)!important;
  box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0);
}
.custom-historia.nav-header-fixed .header--main {
  background: rgba(0, 0, 0, 0.5)!important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.custom-historia .article--header {
  max-width: 100%;
  padding: 0;
}
.custom-historia .article--header .article--header_bgcover {
  display: block; position: fixed;
  width: 100%; height: 100%;
  left: 0; top: 0;
  width: 100%; height: 100vh; max-height: 742px;
  z-index: -1;
  background-attachment: scroll!important;
}
.custom-historia .article--header .article--header_fullpic {
  display: block; position: relative;
  width: 100%; height: 100vh; max-height: 742px;
  overflow: hidden;
}
.custom-historia .article--header picture {
  display: none;
  visibility: hidden;
}
.custom-historia .article--header .article--header_info {
  display: block; position: absolute;
  bottom: 0px; left: 0;
  width: 100%; max-width: 100%;
  padding: 80px 20px 40px;
  text-align: center; color: #ffffff;
}
.custom-historia .article--header .article--header_bgcover:before {
  display: block; position: absolute;
  bottom: 0px; left: 0;
  width: 100%; height: 100%;
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
  content: "";
}
.custom-historia .article--header .article--header_info h1,
.custom-historia .article--header .article--header_info h2 {
  max-width: 740px; margin: 0 auto 10px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.custom-historia .article--header .article--header_info a {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.custom-historia .article--header .article--header_category {
  background: rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
}
.custom-historia .article--aside.article--aside_wrapper {
  max-width: 1060px;
  padding: 30px 20px 0 20px;
  background: #ffffff;
}
.custom-historia .article--wrapper {
  max-width: 100%!important;
  padding-top: 0; overflow-x: hidden;
  background: #ffffff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
}
.custom-historia .article--content {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.custom-historia .article--body_extra {
  max-width: 640px;
  margin: 0 auto;
}
.custom-historia .article--body {
  width: 100%; max-width: 100%;
}
.custom-historia .article--body:first-letter {
  display: block; float: left;
  font-size: 60px; line-height: 56px;
  padding: 0 10px 0 0;
}
.custom-historia .article--headline {
  max-width: 1060px;
  margin: 0 auto; padding: 0 20px;
}

/* FOTOREPORTAGEM */
.custom-fotoreportagem .header--main {
  position: fixed;
  top: 0; left: 0;
  background: rgba(0, 0, 0, 0)!important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}
.custom-fotoreportagem.nav-header-fixed .header--main {
  background: rgba(0, 0, 0, 0.5)!important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.custom-fotoreportagem .article--header {
  max-width: 100%;
  padding: 0;
}
.custom-fotoreportagem .article--header .article--header_fullpic:before {
  display: block; position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 15%) 50%);
  content: "";
}
.custom-fotoreportagem .article--header .article--header_info {
  display: block; position: absolute;
  bottom: 0px; left: 0;
  width: 100%; max-width: 100%;
  padding: 80px 0 20px;
  text-align: center; color: #ffffff;
}
.custom-fotoreportagem .article--header .article--header_info h1,
.custom-fotoreportagem .article--header .article--header_info h2 {
  max-width: 740px; margin: 0 auto 10px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.custom-fotoreportagem .article--header .article--header_info a {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.custom-fotoreportagem .article--header .article--header_category {
  background: rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
}
.custom-fotoreportagem .article--aside_share li a svg {fill: #ffffff!important;}
.custom-fotoreportagem .article--aside_share li a:after {border-color: #ffffff!important;}
.custom-fotoreportagem .article--aside_comments #ico-comments .ico-comments-outer {fill: rgba(255, 255, 255, .3);}
.custom-fotoreportagem .article--aside_comments .comments-icon {color: #ffffff;}
.custom-fotoreportagem .article--aside_credits {
  /*display: none;*/
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-fotoreportagem .article--aside_interactions {margin: 0 auto;}
.custom-fotoreportagem .editor-quote {border: 0px;}
.custom-fotoreportagem .editor-quote blockquote,
.custom-fotoreportagem .editor-quote blockquote span {color: #ffffff; text-align: left;}
.custom-fotoreportagem .editor-quote blockquote {font-size: 16px; line-height: 20px;}
.custom-fotoreportagem .editor-quote blockquote .ico-quotes {
  width: 40px; height: 25px;
  margin-right: 10px;
  fill: rgba(255, 255, 255, .7);
}
.custom-historia .article--aside_categories,
.custom-fotoreportagem .article--aside_categories {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* POST */
.custom-post {background: #ffffff;}
.custom-post .header--main {
  position: fixed;
  top: 0; left: 0;
  background: rgb(255 255 255 / 95%) !important;
  box-shadow: 0px 0px 10px 0px rgb(10 19 45 / 15%);
  width: 100%; height: auto;
  padding: 10px;
  z-index: 100;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-post .header--main .nav-brand.nav-brand-dnoticias {max-width: 140px;}
.custom-post .header--main .logo-dnoticiaspt .logo-color-dnoticiaspt {fill: #000000;}
.custom-post .header--main .header--main_btnback {
  position: absolute;
  left: 10px;
  font: 600 12px/22px 'Titillium Web', Helvetica, Arial;
  color: #6e7080;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 25px;
}
.custom-post .header--main .header--main_btnback svg {
  display: block; position: absolute;
  left: 0; top: 0;
  width: 22px; height: 22px;
  fill: #a5a6b0;
  transform: rotate(-90deg);
}
.custom-post #content {padding-top: 50px !important;}

/* MEDIA SLIDE */
.media-slide-wrapper {
  background: #000000;
}
.media-slide {
  display: block; position: relative;
}
.media-slide.slide-active {
  visibility: visible; opacity: 1;
}
.media-slide .media-slide-bg {
  opacity: 0;
  -webkit-transition: opacity .7s ease-in-out;
  -moz-transition: opacity .7s ease-in-out;
  transition: opacity .7s ease-in-out;
}
.media-slide.slide-active .media-slide-bg {
  opacity: 1;
}
.media-slide-bg {
  display: block; position: relative;
  left: 0; top: 0; right: 0; bottom: 0;
}
.media-slide-caption {
  display: block; position: relative; 
  width: 100%; min-height: 100vh; 
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 100vh;
  z-index: 10;
}
.media-slide:last-child .media-slide-caption{padding-bottom: 0px;}
.media-slide-caption .media-slide-text {
  display: block;
  width: 100%; max-width: 1360px;
  padding: 20px; margin: 0 auto;
  font: 300 16px/22px 'Titillium Web', Helvetica, Arial;
  color: #ffffff;
}
.media-slide-caption .media-slide-text p {padding-bottom: 10px;}
.media-slide-caption .media-slide-text p:last-child {padding-bottom: 0px;}
.media-slide-bg .media-slide-pic {
  display: block; position: absolute;
  width: 100%; height: 100vh;
  left: 0; top: 0; right: 0; bottom: 0;
}
.media-slide-bg .media-slide-pic .bgimage {
  width: 100%; height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-slide-wrapper.media-is-fixed .media-slide-bg .media-slide-pic {
  position: fixed;
}
.media-slide-caption .media-slide-text .wrapper-text {
  display: block;
  width: 100%; max-width: 300px;
  padding: 10px 15px; margin: 0;
  background: rgba(0, 0, 0, .7);
}
.media-slide-wrapper .article--header {
  padding-bottom: 100vh;
}
.media-slide-wrapper.media-is-fixed .article--header .article--header_info,
.media-slide-wrapper.media-is-fixed .media-slide-caption .media-slide-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.media-slide-wrapper.media-is-fixed .media-slide-caption .media-slide-text {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-slide.media-slide-header {padding-top: 0;}
.media-slide.media-slide-header .media-slide-caption {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.media-slide-wrapper.media-is-fixed .article--header .article--header_info {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* NECROLOGIA */
.custom-necrologia .article--header {
  max-width: 680px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20px;
}
.custom-necrologia .article--header h1 {
  font-size: 30px; line-height: 34px;
  padding: 0;
}
.custom-necrologia .article--header h2 {
  font-size: 16px; line-height: 18px;
  font-weight: 700; margin-bottom: 30px;
}
.custom-necrologia .article--header > div {
  width: 100%;
  padding: 20px 0;
}
.custom-necrologia .article--header .article--header_imgs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
}
.custom-necrologia .article--header .article--header_imgs > img {
  max-width: 140px; max-height: 140px;
  margin: 0 20px;
}
.custom-necrologia .article--body {
  margin: 0 auto; padding: 0 20px;
  max-width: 680px;
}
.custom-necrologia .article--footer {margin: 0;}
.custom-necrologia .article--footer .article--aside_wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-necrologia .article--footer .article--aside_wrapper > div {margin-bottom: 20px;}

/*  MULTIMÉDIA */
.custom-multimedia #content {background: #0f1014; color: #dddddd;}
.custom-multimedia .article--wrapper .article--headline,
.custom-multimedia .article--wrapper .article--body p, 
.custom-multimedia .article--wrapper .article--body ul, 
.custom-multimedia .article--wrapper .article--body ol {color: #dddddd;}
.custom-multimedia .article--wrapper .article--header_pic {background-color: #1b1c20;}
.custom-multimedia .article--wrapper .style-border-top {border-color: #2f3033;}
.custom-multimedia .article--wrapper .article--header a, 
.custom-multimedia .article--wrapper .article--header a:hover,
.custom-multimedia .article--wrapper .article--aside a,
.custom-multimedia .article--wrapper .article--aside a:hover {color: #dddddd;}
.custom-multimedia .article--wrapper .article--aside_comments .comments-icon,
.custom-multimedia .article--wrapper .article--footer .article--aside_comments span.disqus-comment-text {color: #dddddd;}
.custom-multimedia .article--wrapper .article--aside_comments #ico-comments .ico-comments-outer {fill: rgba(221, 221, 221, 0.2);}
.custom-multimedia .article--wrapper .article--aside_comments:hover #ico-comments .ico-comments-inner {fill: transparent;}
.custom-multimedia .article--wrapper .article--aside_comments:hover #ico-comments .ico-comments-outer {fill: #dddddd;}
.custom-multimedia .article--wrapper .article--aside_share li a {color: #dddddd;}
.custom-multimedia .article--wrapper .article--aside_share li a svg {fill: #dddddd;}
.custom-multimedia .article--wrapper .article--aside_share li a:after {border-color: #dddddd;}
.custom-multimedia .article--wrapper .teaser a {color: #dddddd;}
.custom-multimedia .article--wrapper .aside--main__related .aside--main_list,
.custom-multimedia .article--wrapper .teaser {border-color: #2f3033!important;}
.custom-multimedia .article--wrapper .pub--bg_grey,
.custom-multimedia .article--wrapper .pub, 
.custom-multimedia .article--wrapper .pubs {background: #1b1c20;}


/* FACT CHECK */
.factcheck-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /*min-height: 130px;
  border-top: 1px solid #dbdde0;
  border-bottom: 1px solid #dbdde0;*/
  border-left: 5px solid #dbdde0;
  padding: 10px 20px 10px 35px;
  margin: 30px 0 20px 0;
}
.factcheck-wrapper div {
  font-size: 20px; line-height: 26px;
  margin: 0; font-weight: 600;
}
.factcheck-wrapper div:after {
  display: block; padding: 20px 0 0 35px;
  font-size: 16px; line-height: 20px;
  font-weight: 700;
}
.factcheck-wrapper:before {
  display: block; position: absolute;
  width: 30px; height: 30px;
  left: 30px; bottom: 5px;
  content: "";
}

/* FACT CHECK - Verdadeiro */
.factcheck-conclusion_verdadeiro {
  border-color: #6aab33;
}
.factcheck-conclusion_verdadeiro:before {
  content: url(../svgs/ico-factcheck-verdadeiro.svg);
}
.factcheck-conclusion_verdadeiro div:after {
  content: "VERDADEIRO";
  color: #6aab33;
}

/* FACT CHECK - Falso */
.factcheck-conclusion_falso {
  border-color: #d02c2d;
}
.factcheck-conclusion_falso:before {
  content: url(../svgs/ico-factcheck-falso.svg);
  fill: #d02c2d;
}
.factcheck-conclusion_falso div:after {
  content: "FALSO";
  color: #d02c2d;
}

/* FACT CHECK - Impreciso */
.factcheck-conclusion_impreciso {
  border-color: #e8c600;
}
.factcheck-conclusion_impreciso:before {
  content: url(../svgs/ico-factcheck-impreciso.svg);
}
.factcheck-conclusion_impreciso div:after {
  content: "IMPRECISO";
  color: #e8c600;
}



/******************************
= NEXT ARTICLE
******************************/
.next-article {
  display: block; position: fixed;
  z-index: 90;
}
.next-article .next-article-btn {
  display: block; position: relative;
  width: 100%; padding: 20px;
  color: #fff;
  background: #4d6be8;
  /*box-shadow: 0px -10px 20px 0px rgba(167, 167, 167, 0.2)!important;*/
  -webkit-transition: background-color .25s ease-out;
  -moz-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
}
.next-article .panel-slide_wrapper {
  max-width: 1320px; margin: 0 auto;
  overflow-y: hidden; padding: 0;
  min-height: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.next-article .next-article-btn h1 {
  font-size: 20px; line-height: 24px;
  font-weight: 700; padding-right: 40px;
}
.next-article .next-article-btn .next-text {
  white-space: nowrap;
  padding-right: 40px;
  font-weight: 400;
  text-transform: unset;
  opacity: .8;
}
.next-article .next-article-btn .next-arrow {
  display: block; position: absolute;
  width: 30px; height: 30px;
  right: 0;
  border: none;
  text-indent: -5555px;
  overflow: hidden;
  border-radius: 50%;
  /*background: #ffffff;*/
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.next-article .next-article-btn .next-arrow.slick-next {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.next-article .next-article-btn .next-arrow:before,
.next-article .next-article-btn .next-arrow:after {
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  right: 11px;
  content: "";
  /*background: #4d6be8;*/
  background: rgba(255, 255, 255, 0.8);
}
.next-article .next-article-btn .next-arrow:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
}
.next-article .next-article-btn .next-arrow:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 5px;
}
.next-article.flow .next-article-btn {
  position: relative;
  box-shadow: none!important;
  background: rgba(110, 112, 129, 0.2);
}
.next-article .next-article-btn:hover {
  color: #fff;
  background-color: #2128bd;
}

/*.next-article .next-article-btn {
  padding: 10px; color: #333333;
  background: #ffffff!important;
  border: 1px solid #efefef;
  -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
  -moz-transition: background-color .25s ease-out, border-color .25s ease-out;
  transition: background-color .25s ease-out, border-color .25s ease-out;
}
.next-article .next-article-btn h1 {
  padding-right: 40px;
  font-size: 18px; line-height: 20px;
}
.next-article .next-article-picture {
  display: block; position: relative;
  margin-right: 10px;
  width: 100%; height: 75px; max-width: 75px;
  overflow: hidden;
  border-radius: 3px;
}
.next-article .next-article-picture img {
  display: block; position: relative;
  width: auto; height: 75px; left: -30px;
}
.next-article .next-article-btn .next-text {
  display: none;
}
.next-article .next-article-btn .next-arrow {
  border: 2px solid rgba(51, 51, 51, 0.1);
}
.next-article .next-article-btn .next-arrow:before, 
.next-article .next-article-btn .next-arrow:after {
  background: #333333;
}
.next-article.panel-slide.from-bottom {left: auto;}
.next-article.panel-slide.from-bottom.open {
  visibility: visible;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.next-article.panel-slide a:hover:after {display: none;}
.next-article .next-article-btn:hover {color: #4d6be8;}
.next-article:hover .next-article-btn .next-arrow {
  border: 2px solid rgba(77, 107, 232, 0.2);
}
.next-article:hover .next-article-btn .next-arrow:before, 
.next-article:hover .next-article-btn .next-arrow:after {
  background: #4d6be8;
}
.next-article .panel-slide_wrapper {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 480px) {
  .next-article.panel-slide.from-bottom.open {
    border-radius: 6px;
    bottom: 10px;
  }
  .next-article.panel-slide.from-bottom {
    max-width: 400px;
    right: 10px;
  }
}*/

/******************************
= EDITOR
******************************/
.article--default mark {
  background: #c0e5ff;
  padding: 0 3px;
  margin: 0 -3px;
}
/* EDITOR - Article Reference */
.editor-reference {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font: 300 14px/18px 'Titillium Web', Helvetica, Arial;
  /*box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.4);*/
  border: 1px solid #dbdde0;
  padding: 20px; border-radius: 5px;
}
.editor-reference > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 100%;
}
/*.editor-reference > div div {margin-bottom: 15px;}*/
.editor-reference h1 {
  font: 700 24px/28px 'Titillium Web', Helvetica, Arial;
  /*margin-bottom: 10px;*/
}
.editor-reference h1 a {color: #333333; text-decoration: none;}
.editor-reference h1 a:hover {color: #2128bd;}
.editor-reference p {
  font: 300 14px/18px 'Titillium Web', Helvetica, Arial;
  color: #333333; margin: 10px 0 0 0;
}
.editor-reference a {color: #333333; text-decoration: none;}
.editor-reference a:hover {color: #2128bd; text-decoration: none;}

.editor-reference .editor-reference-img {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 170px;
  -ms-flex: 0 1 170px;
  flex: 0 1 170px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  min-width: 200px;
  overflow: hidden;
  margin-left: 0px; margin-top: 20px;
}
.editor-reference .editor-reference-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* EDITOR - Article Link */
.editor-link {
  position: relative;
  min-height: 200px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  overflow: hidden;
}
.editor-link a.link-lg {
  display: block;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  padding: 20px;
}
.editor-link h1 {
  font: 700 24px/28px 'Titillium Web', Helvetica, Arial;
  color: #ffffff;
}
.editor-link h1 svg {
  display: inline-block; float: left;
  width: 20px; margin-right: 10px;
  fill: #ffffff;
}
.editor-link p {
  font: 400 14px/20px 'Titillium Web', Helvetica, Arial;
  color: #ffffff; margin: 0;
}
.editor-link .editor--header_category {
  font: 700 12px/16px 'Titillium Web', Helvetica, Arial;
  letter-spacing: 1px; text-transform: uppercase;
  color: #ffffff;
}

/* EDITOR - Article Quote */
.editor-quote {
  padding: 30px 0; margin: 0;
  border-top: 1px solid #dbdde0;
  border-bottom: 1px solid #dbdde0;
}
.editor-quote blockquote {
  position: relative; margin: 0;
  font: italic 18px/24px Georgia;
  color: #333333;
}
.editor-quote blockquote .ico-quotes {
  display: inline-block; position: relative; float: left;
  width: 80px; height: 50px;
  margin-top: 0px; margin-right: 20px;
  fill: #dfe7ed;
}
.editor-quote blockquote span {
  display: block; margin-top: 15px;
  font: 300 14px/22px 'Titillium Web', Helvetica, Arial;
  color: #333333; text-align: left;
}
.editor-quote blockquote span:before {
  content: "— ";
}

/* EDITOR - Article Warning */
/*.editor-warning {}*/

/* EDITOR - Article Checklist */
.editor-checklist ul {list-style: none;}
.editor-checklist ul li {position: relative;}
.editor-checklist .ico-check {
  display: block; position: absolute;
  left: -22px; top: 2px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #e2e2e2;
}
.editor-checklist .ico-check.is-checked {
  background: #66cc33;
}

/* EDITOR - Article Embed / Iframe */
/*.editor-oembed {}*/

/* EDITOR - Article Image Gallery */
.editor-gallery > div {
  background: #f0f2f5;
}
.editor-gallery .editor-caption {
  display: block; position: relative;
  padding: 10px 0;
  font-size: 14px; line-height: 18px;
  background: transparent;
}
/* EDITOR - Download Files */
.editor-files a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: initial;
  align-items: center;
  position: relative;
  padding: 20px; text-decoration: none;
  font: 300 14px/18px 'Titillium Web', Helvetica, Arial;
  /*box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.4);*/
  border: 1px solid #dbdde0;
}
.editor-files .editor-files-icon,
.editor-files .editor-files-icon svg {
  display: block; position: relative;
  width: 60px; height: 60px;
}
.editor-files .editor-files-icon svg {fill: #6e7080;}
.editor-files .editor-files-icon .editor-files-ext {
  display: block; position: absolute;
  left: 0; top: 20px;
  width: 40px; height: 20px;
  font: 700 12px/18px 'Titillium Web', Helvetica, Arial;
  color: #6e7080;
  text-transform: uppercase;
  text-align: center;
}
.editor-files .editor-files-text {
  width: 100%; padding-left: 30px;
  color: #6e7080;
  overflow: hidden;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.editor-files .editor-files-title {
  font: 700 16px/18px 'Titillium Web', Helvetica, Arial;
  width: 100%; margin: 0;
  overflow: hidden; text-overflow: ellipsis;
}
.editor-files .editor-files-size {
  font: 400 14px/18px 'Titillium Web', Helvetica, Arial;
  margin: 0;
}
.editor-files a:hover .editor-files-title,
.editor-files a:hover .editor-files-icon .editor-files-ext {color: #2128bd;}
.editor-files a:hover .editor-files-icon svg {fill: #2128bd;}
.editor-files .editor-caption {
  display: block; position: relative;
  padding: 10px 0;
  font-size: 14px; line-height: 18px;
  background: transparent;
  text-align: center;
}
.editor-files audio {
  display: block;
  position: relative;
  margin: 0 auto 5px auto;
}


/* EDITOR - Table */
.editor-table table {width: 100%;}
.editor-table table th, .editor-table table td {
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.editor-inquiry-reference > .teaser-poll {
  margin: 0 auto;
}
.editor-reference, .editor-link,
.editor-quote, .editor-oembed,
.editor-beforeafter, .editor-list,
.editor-embed, .editor-gallery,
.editor-files, .editor-table {
  max-width: 640px;
  margin-left: auto; margin-right: auto;
  margin-left: 20px; margin-right: 20px;
  margin-bottom: 40px; margin-top: 40px;
}
.editor-list {margin-top: 20px;}

.editor-gallery {max-width: 980px;}
.editor-fullpicbg {
  display: block; position: relative;
  left: -20px; width: calc(100% + 40px);
  margin: 40px 0; /*padding-top: 56.25%;*/
  height: 100vh; max-height: 742px;
  /*background-image: inline no html;*/
  background-repeat: no-repeat;
  background-position: center center; /*overwrite inline com coordenadas viewpoint*/
  /*background-attachment: fixed; --> testar efeito, scroll funciona em mobile*/
  background-attachment: scroll;
  background-size: cover;
}
.editor-fullpicbg:after {
  display: block; position: absolute;
  left: -20px; top: 0; right: -20px; bottom: 0;
  box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.3);
  content: "";
}

/* ARTICLE LIST */
.article-list {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 20px 0px;
}
.article-list .section--header {padding: 0;}
.article-list .section--header h1 {
  font-size: 30px;
  line-height: 42px;
}
.article-list .article--content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article-list .article--aside {
  width: 100%;
  text-align: left;
}
.article-list .article--aside a {color: #333333;}
.article-list .article--aside .article--aside_info {
  padding-top: 5px;
}
.article-list .article--aside.article--aside_wrapper {
  width: 100%;
  padding: 0;
  text-align: left;
}
.article-list .article--aside .article--aside_share {
  margin-bottom: 0;
}
.article--default_plus {
  display: block; position: absolute;
  width: 24px; height: 24px;
  left: -42px; top: 2px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #dbdde0;
  box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.4);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.article-list .article--content {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 0; padding-left: 40px; padding-bottom: 30px;
}
.article-list .article--body {
  position: relative;
}
.article-list .article--body h1 {
  position: relative;
  font-size: 24px; line-height: 28px;
  font-weight: 700; margin-bottom: 0;
  padding: 0;
}
.article-list .article--body_hidden {
  display: none; opacity: 0; margin-top: 10px;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.article-list .article--body_hidden.show {
  opacity: 1;
}
.article--default_plus:before,
.article--default_plus:after {
  display: block; position: absolute;
  left: 50%; top: 50%;
  width: 2px; height: 12px;
  background: #333333;
  content: "";
  margin: -6px 0 0 -1px;
}
.article--default_plus:after {
  transform: rotate(90deg);
}
.article--content.active .article--default_plus {
  transform: rotate(45deg);
  border-color: #2128bd; background: #2128bd;
}
.article--content.active h1 {color: #2128bd;}
.article--content.active .article--default_plus:before,
.article--content.active .article--default_plus:after,
.article--content.active:hover .article--default_plus:before,
.article--content.active:hover .article--default_plus:after {background: #ffffff;}

.article--default_btn:hover {
  color: #2128bd; cursor: pointer;
}
.article--default_btn:hover .article--default_plus:before,
.article--default_btn:hover .article--default_plus:after {
  background: #2128bd;
}
.article--default_btn:hover .article--default_plus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.center-line {
  display: block; position: relative;
  text-align: center; margin: 0 20px;
}
.center-line:before {
  display: block; position: absolute;
  left: 0; top: 50%;
  width: 100%; height: 1px;
  background: #e8e8e8;
  content: "";
}
.current .article--content .article--default_plus {
  transform: rotate(45deg);
  border-color: #1e276b; background: #1e276b;
}
.current .article--content h1 {color: #1e276b;}
.current .article--content .article--default_plus:before,
.current .article--content .article--default_plus:after,
.current .article--content:hover .article--default_plus:before,
.current .article--content:hover .article--default_plus:after {
  height: 8px;
  background: #ffffff;
}
.current .article--content .article--default_plus:before {margin: -3px 0 0 -3px;}
.current .article--content .article--default_plus:after {margin: -6px 0 0 0px;}

/******************************
= NEWSLETTER
******************************/
/*.article-newsletter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; overflow: hidden;
  font: 300 14px/18px 'Titillium Web', Helvetica, Arial;
  max-width: 640px;
  padding: 40px 30px;
  margin-left: auto; margin-right: auto;
  margin-bottom: 40px; margin-top: 40px;
  background: #f0f2f5;
}
.article-newsletter h3 {margin-bottom: 20px; margin-right: 20px;}
.article-newsletter form {
  display: block; position: relative;
  z-index: 0;
}
.article-newsletter form {
  display: block; position: relative;
}
.article-newsletter input {
  width: 100%; padding: 10px 70px 10px 10px;
  color: #6e7080;
  font-size: 18px; line-height: 22px;
  border: 1px solid #dbdde0; background: #fff;
}
.article-newsletter .article-newsletter--button {
  display: block; position: absolute;
  right: 0; top: 0;
  width: 60px; height: 44px;
  font-size: 18px; line-height: 22px;
  color: #fff; text-align: center;
  background: #2127bd;
  border: 1px solid #2127bd;
}
.article-newsletter .article-newsletter--button svg {
  display: block;
  margin: 0 auto;
  fill: #fff;
}
.article-newsletter .article-newsletter--error {
  display: none;
  color: #bd2121;
  padding-top: 5px;
}
.article-newsletter .article-newsletter_close {
  display: block; position: absolute;
  right: 10px; top: 10px;
  width: 24px; height: 24px;
  cursor: pointer;
}
.article-newsletter .article-newsletter_close .ico-close {
  display: block; position: relative;
  top: 10px; right: 0;
  width: 24px; height: 2px;
  background: #6e7080;
  transform: rotate(45deg);
  text-indent: -5555px;
  cursor: pointer;
}
.article-newsletter .article-newsletter_close .ico-close:after {
  display: block; position: absolute;
  width: 100%; height: 100%;
  left: 0; top: 0;
  content: "";
  background: inherit;
  transform: rotate(90deg);
}*/

/*********************************************************
= LIST - CASOS DO DIA
*********************************************************/
.article-list .article-list_load {
  position: relative;
  padding-top: 30px;
}
.article-list .article-list_load:before {
  display: block; position: absolute;
  left: 10px; top: 30px;
  width: 1px; height: calc(100% - 60px);
  content: "";
  background: #e8e8e8;
}
.article-list .article-list_load .section--header {
  display: none;
}

/*********************************************************
= SLIDE
*********************************************************/
.article-slick, .article-media {
  display: block; position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
}
.article-slick.slick-slider {position: absolute;}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.article-slick .article-slick-item {
  position: relative;
  width: 100%; height: 100%;
}
.article-slick-nav {
  display: block; position: absolute;
  bottom: -20px; right: 0;
  width: 80px; height: 40px;
  background: rgb(238, 238, 238);
  box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.4);
}
.article-slick-nav .slick-arrow {
  display: block; position: relative;
  float: left;
  width: 40px; height: 40px;
  border: none;
  background: #ffffff;
  text-indent: -5555px;
  overflow: hidden;
}
.article-slick-nav .slick-arrow.slick-next {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.article-slick-nav .slick-arrow:before,
.article-slick-nav .slick-arrow:after {
  display: block; position: absolute;
  width: 2px; height: 14px;
  left: 20px;
  content: ""; background: #333333;
}
.article-slick-nav .slick-arrow:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 8px;
}
.article-slick-nav .slick-arrow:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.article-slick-nav .slick-arrow:hover:before,
.article-slick-nav .slick-arrow:hover:after {
  background: #2128bd;
}
.article-slick-nav .slick-disabled {
  cursor: default;
}
.article-slick-nav .slick-disabled.slick-arrow:before,
.article-slick-nav .slick-disabled.slick-arrow:after,
.article-slick-nav .slick-disabled.slick-arrow:hover:before,
.article-slick-nav .slick-disabled.slick-arrow:hover:after {
  background: #dadfe6;
}

/*********************************************************
= COMMENTS
*********************************************************/
.article--comments {
  display: block;
  position: relative;
  padding: 40px 20px;
  background: #f0f2f5;
}

/*********************************************************
= PHOTO SWIPE
*********************************************************/
.pswp__bg {background: rgba(16, 18, 21, 0.97)!important;}
.pswp__caption__center {
  max-width: 1200px; padding: 10px;
  font-size: 14px; line-height: 20px;
  color: #dbdde0;
  text-align: center;
  font-weight: 400;
}
.pswp__caption__center strong {
  font-weight: 700;
  padding-left: 5px;
}

/*********************************************************
= MEDIA QUERIES
*********************************************************/
@media only screen and (max-width: 375px) {
  .article--footer .article--aside_comments span.disqus-comment-text {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .article--header {padding-left: 0; padding-right: 0;}
  .article--header > a:first-child {margin-left: 20px;}
  /*.article--header > a,*/
  .article--header h1,
  .article--header h2,
  .article--header .article--aside_wrapper,
  .article--header .article--header_caption,
  .article--header .article--headline {padding-left: 20px; padding-right: 20px;}
  .article--header h1 {font-size: 26px; line-height: 32px;}
  .custom-premium .article--header .article--header_info,
  .custom-historia .article--header .article--header_info {padding: 20px 0;}
  .article--body_wrapper {padding: 0;}
  .article--body_wrapper .article--body > p,
  .article--body_wrapper .editor-link,
  /*.article--body_wrapper .editor-quote,*/
  .article--body_wrapper .editor-oembed,
  /*.article--body_wrapper .editor-beforeafter,
  .article--body_wrapper .editor-list, */
  .article--body_wrapper .editor-embed,
  /*.article--body_wrapper .editor-gallery,
  .article--body_wrapper .editor-files,  */
  .article--body_wrapper .editor-table,
  .article--body > h1,
  .article--body > h2,
  .article--body > h3,
  .article--body > h4,
  .article--body > h5,
  .article--body > h6 {padding-left: 20px; padding-right: 20px;}

  .editor-files a {
    -webkit-flex-direction:  column-reverse;
    -ms-flex-direction:  column-reverse;
    flex-direction: column-reverse;
  }
  .editor-files .editor-files-text {
    padding-bottom: 10px; padding-left: 0;
  }

  /*.editor-reference,
  .editor-link,
  .editor-quote, */
  .editor-oembed,
  .editor-beforeafter,
  /*.editor-list,*/
  .editor-embed,
  .editor-gallery
  /*.editor-files,
  .editor-table*/ {
    margin-left: 0; margin-right: 0;
    max-width: 100%;
  }
  .article--wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .article--aside_categories {
    padding-left: 20px; padding-right: 20px;
  }
  .article--footer {margin: 0 20px;}
  .pub--wrapper {padding: 10px;}
  .pub--billboard .pub--wrapper {padding: 0px;}
  .article--aside_interactions {
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .next-article .next-article-btn {padding: 10px 20px;}
  .next-article .next-article-btn h1 {padding-right: 0px;}
  .next-article .next-article-btn .next-arrow {display: none;}

  .media-slide-bg .media-slide-pic .bgimage {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .custom-post #content .article--wrapper {padding-top: 20px;}
}
@media only screen and (min-width: 480px) {
  .article--wrapper {
    max-width: 640px;
  }
  .next-article .panel-slide_wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .editor-reference, .editor-link,
  .editor-quote, .editor-oembed,
  .editor-beforeafter, .editor-list,
  .editor-embed, .editor-gallery,
  .editor-files, .editor-table {
    max-width: 640px;
    margin-left: auto; margin-right: auto;
  }
  .editor-gallery {max-width: 1020px;}
  .editor-quote {padding: 30px 0px;}
  .editor-quote blockquote {font: italic 20px/28px Georgia;}
  .editor-quote blockquote span {text-align: right;}

  .article-list {padding: 40px 0px 0px;}
  .article-list .section--header {padding: 0;}

  .custom-post .header--main .header--main_btnback {left: auto; right: 20px;}
}
@media only screen and (min-width: 640px) {
  /*.list-thumb-gallery {
    margin: -20px -20px 20px -10px;
    width: calc(100% + 20px);
  }*/
}
@media only screen and (min-width: 768px) {
  .article--wrapper {
    max-width: 980px;
  }
  .article--header h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .editor-reference {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .editor-reference .editor-reference-img {
    margin-left: 20px; margin-top: 0px;
  }
  .editor-reference > div {
    width: calc(100% - 220px);
  }
  .article-newsletter {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .article-newsletter > div, .article-newsletter form {
    width: 50%
  }
  .article-newsletter h3 {margin-bottom: 0;}
  .article--aside_wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .article--aside_share {
    width: auto; height: auto;
  }
  .custom-premium .article--header .article--header_info h1,
  .custom-historia .article--header .article--header_info h1 {
    font-size: 42px; line-height: 46px;
  }
  .custom-opiniao .article--aside_author .article--aside_pic {
    top: 70px; left: -10px;
  }
  .custom-fotoreportagem .article--header .article--header_info {
    padding: 80px 20px 40px;
  }
  .custom-fotoreportagem .article--aside_wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-necrologia .article--header {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .custom-necrologia .article--header > div {
    width: 50%;
    padding: 20px 0;
  }
  .custom-necrologia .article--footer .article--aside_wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .custom-necrologia .article--footer .article--aside_wrapper > div {margin-bottom: 0;}
}
@media only screen and (min-width: 1024px) {
  .article--wrapper {max-width: 1200px;}
  .article--header_caption {padding-right: 100px;}
  .article--content, .article--body_wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .article--body {max-width: 640px;}
  .article--content .aside--main {max-width: 340px; margin: 0;}
  .custom-premium .article--body_wrapper,
  .custom-historia .article--body_wrapper {max-width: 100%;}
  .article--aside_credits {text-align: left;}
  .custom-opiniao .article--body_extra ol {margin-top: 140px;}
  .next-article .panel-slide_wrapper {max-width: 1210px;}
  .list-thumb-gallery li {padding: 20px;}
}
@media only screen and (min-width: 1360px) {
  .article--wrapper {max-width: 1360px;}
  .next-article .panel-slide_wrapper {max-width: 1320px;}
}
@media only screen and (min-width: 1440px) {
  .article--content {max-width: 100%; margin: 0 auto;}
  .article--body_wrapper {
    max-width: 1360px;
  }
  .article--body_extra {
    display: block;
    max-width: 340px;
    padding: 0 40px 0 0;
  }
  .article--body_extra ol {margin-top: 0;}
  .article--content .aside--main.has-headline {margin-top: -88px;}
  .custom-opiniao .article--body:before {display: none;}

  .article-list {max-width: 100%;}
  .article-list .article--content {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .article-list .article--aside {
    width: 340px;
    padding: 0 60px 0 20px;
    text-align: right;
  }
  .article-list .article--content {padding-left: 0;}
  .article-list .section--header h1 {margin-left: 170px;}
  .article-list .article-list_load:before {left: 310px;}
  .list-thumb-gallery {margin: -20px -20px 20px 150px;}
}

/*** BUG de produção ***/
.article-media-caption {display: none;}