/*
 * Folha de S.Paulo
 * Matérias Eleições
 * 1
 */

/* News header */
.news .news-header {
  width: 100%;
	margin: 40px auto;
}

.news .news-header-title {
  font: 300 28px/1.2 'folhaii-semibold', Helvetica, Arial, sans-serif;
  line-height: 1.07;
  color: #333;
  margin: 0 0 20px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .news .news-header-title {
    font: 300 58px/4.15em 'folhaii-semibold', Helvetica, Arial, sans-serif;
    line-height: 1.07;
  }
}

.news-header-hat {
  color: #898788;
  font: 300 12px/1.2 'Roboto-medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.news-header-hat .vermelho {
  color: #e10628;
  font-weight: bold;
}

.news-header-hat .azul {
  color: #00adef;
  font-weight: bold;
}

/* Begin */
.news-begin {
  margin: 0;
}
.news-begin .articleGraphic {
  width: 100%;
}
.news-begin .articleGraphic img {
  width: 100%;
  height: auto;
  display: block;
}
.news-begin .articleGraphic .articleGraphicCredit {
  width: 100%;
  height: 14px;
  font: 300 10px/0.72em 'Roboto-medium', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #333;
  text-align: right;
  border: none;
  margin: 0;
  padding: 2px 0;
}
.news-begin .articleGraphic .articleGraphicCaption {
  width: 100%;
  height: 14px;
  font: 300 16px/1.14 'Roboto-medium', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #333;
  margin: 0;
  padding: 4px 0;
}

/* Ads */
.ad-300x250-1,
.ad-300x250-6 {
	margin-bottom: 45px;
}

/* Content */
.news .news-content {
	color: #333;
	font: 300 18px/1.29em Georgia, serif;
  line-height: 1.44;
}

.article-top_image h2 {
    border-bottom: 2px solid;
    margin-bottom: 40px;
}

article.news .content a {
	color: #01579b;
}

article.news .content a:hover {
	text-decoration: underline;
}

@media (max-width: 1000px) {
  #ad-728x90-1, #banner-728x90-1 {
      display: block;
  }
}

@media (max-width: 760px) {
  #ad-728x90-1, #banner-728x90-1 {
      display: none;
  }
  #ad-320x50-1, #banner-320x50-1 {
      display: block;
  }
}

/* Video */
.wideVideoPlayer {
  margin: 0;
}
.wideVideoPlayer .video-player, .videoPlayer .video-player {
  min-height: 222px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wideVideoPlayer .video-player, .videoPlayer .video-player {
    min-height: 400px;
  }
}
.videoSubtitle {
  width: 100%;
  font: 300 14px/1em 'Roboto-medium', Helvetica, Arial, sans-serif;
  line-height: 1.43;
  margin: 0;
  color: #858585;
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
@media (min-width: 768px) {
  .videoSubtitle {
    padding: 0 0 18px 0;
  }
}

.news .news-author {
	font: 700 14px/20px "Roboto";
}

.news .news-time {
	color: #999;
	font: normal 12px "Roboto";
	line-height: 18px;
}

.news .news-time a {
	color: #222220;
	font-size: 14px;
	/*display: block;*/
	margin: 10px 0 20px;
}

.news .icon-clock {
  background: url(//f.i.uol.com.br/folha/furniture/5.4/images/sprite.png?2015310301) no-repeat transparent;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: -433px -100px;
}
.news .exclamation-icon {
	background: url("//f.i.uol.com.br/folha/furniture/5.4/images/exclamation-icon.jpg") 0 0 no-repeat;
	display: inline-block;
	height: 14px;
	margin-bottom: -1px;
	width: 15px;
}

.news ul,
.news ol {
  margin: 0;
  padding: 0;
}

article.news p.division {
  background: #fff url(//f.i.uol.com.br/x-cccccc.gif) repeat-x center;
  color: #fff;
  margin: 0;
  height: 30px;
  text-align: right;
}

article.news .star {
  background: url(//f.i.uol.com.br/star.gif) no-repeat center;
  height: 30px;
  overflow: hidden;
  text-align: center;
  text-indent: -9999px;
}

article.news .three-star {
  background: url(//f.i.uol.com.br/folha/furniture/5.4/images/icn-three_stars.png) no-repeat;
    display: inline-block;
    height: 15px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 57px;
    display: block;
}

#tags-related-box {
  margin: 0 0 20px 0;
}
#tags-related-box header {
  display: inline-block;
}
#tags-related-box ul,
#tags-related-box ul li {
  list-style: none;
  background: transparent;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#tags-related-box header h2/*,
#tags-related-box ul li a */{
  font: 16px 'Roboto-medium' !important;
  /*line-height: 1.25;*/
  color: #333;
  display: inline-block;
  /*margin: 0 16px 0 0;*/
  float: left;
}
/*#tags-related-box header h2:after {
  content: ':';
}
#tags-related-box ul li a:before {
  content: '#';
}*/

#tags-related-box li a {
    display: inline-block;
    float: left;
    background-color: #ccc;
    border-radius: 5px;
    margin-left: 12px;
    padding: 15px 30px;
    font: normal 16px 'Roboto';
    color: #fff;
}

article.news .content .stamp {
	float: left;
	margin: 0 10px 5px 0;
}
article.news .content ul {
	color: #666;
	list-style: none outside none;
}
article.news .content ul li {
	background: url(//f.i.uol.com.br/folha/furniture/5.4/images/bg-square.png?2013082801) no-repeat 0 10px;
	margin-bottom: 3px;
	padding-left: 10px;
}
article.news .content ol {
	padding-left: 20px;
}

article.news .articleGraphicImage img {
  width: 100%;
}

/* Toolbar */
.news .toolbar-container {
	float: left;
	min-height: 1px;
	width: 66px;
}

.news .toolbar{
  background: #fff;
	float: left;
	height: 342px;
	width: 64px;
	border: 1px solid #E5E5E7;
	border-radius: 5px;
	border-radius: 5px;
  z-index: 1000;
}
.news .toolbar .share-counter{
  width: 100%;
  display: block;
  padding: 14px 0 10px;
  margin-bottom: 10px;
  background-color: #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.news .toolbar .share-counter .icon{
  display: block;
  width: 14px;
  height: 20px;
  margin: 0 auto;
}
.news .toolbar .share-counter .counter{
  display: block;
  text-align: center;
  font: normal 12px 'Roboto';
  color: #999;
}

.news .toolbar .btn{
	background-color: #fff !important;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	width: 44px;
	height: 44px;
	border: none;
	margin-bottom: 10px;
	outline: none;
}
.news .options{
	overflow: hidden;
	padding: 7px 0;
	width: 100%;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.news .options .items{
  float: right;
}
.news .options .items li{
	background: none;
	float: left;
	margin: 0 0 0 27px;
	color: #999;
	font-size: 12px;
	font-family: 'Roboto';
	text-transform: uppercase;
}
.news .options .items li:first-child{
  margin-left: 0;
}
.news .options .items a {
    color: inherit;
}

.news .options .items a:hover {
	text-decoration: none;
}

.news .options .items ul {
	line-height: 24px;
}

.news .options .icon-url,
.news .options .icon-font-L,
.news .options .icon-font-S,
.news .options .icon-warning{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    float: left;
}
.news .options .icon-url{
    margin-right: 5px;
    margin-top: 4px;

    background: url('//f.i.uol.com.br/folha/especial/2016/olimpiada-no-rio/article/toolbar_link.svg?2016031101') no-repeat;
}
.news .options .icon-font-L{
    margin-right: 5px;
    margin-top: 5px;
    background: url('//f.i.uol.com.br/folha/especial/2016/olimpiada-no-rio/article/toolbar_text_larger.svg?2016031101') no-repeat;
}
.news .options .icon-font-S{
    margin-right: 5px;
    margin-top: 5px;
    background: url('//f.i.uol.com.br/folha/especial/2016/olimpiada-no-rio/article/toolbar_text_smaller.svg?2016031101') no-repeat;
}
.news .options .icon-warning{
    margin-right: 5px;
    margin-top: 2px;
    background: url('//f.i.uol.com.br/folha/especial/2016/olimpiada-no-rio/article/toolbar_alert.svg?2016031101') no-repeat;
}

.news .options .font a{
  display: inline-block;
  float: left;
  margin-right: 27px;
}
.news .options .font a:last-child { margin-right: 0}

/* Aside */
/*article.news aside {
  display: inline-block;
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}*/
article.news aside {
    border-top: 1px solid #a1a090;
    border-bottom: 1px solid #a1a090;
    padding-top: 10px;
    padding-bottom: 10px;
}
#article-content time {
    color: #5A5A5A;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 16px;
}
#article-content time a {
  color: #5a5a5a;
}
article.news aside time {
      color: #5A5A5A;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 16px;
}
article.news aside p {
    color: #a1a090;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 16px;
}
article.news aside p.erramos {
  border: none;
  font: 16px 'Roboto-medium';
  line-height: 1.25;
  color: #333;
  position: relative;
  margin: 0;
  padding: 5px 0 5px 12px;
}
article.news aside p.erramos:before {
  content: '';
  background: #fff url("//f.i.uol.com.br/folha/furniture/5.4/images/exclamation-icon.jpg") 0 0 no-repeat;
  display: block;
  width: 25px;
  height: 14px;
  left: 0;
  position: absolute;
  margin: 3px 0 0 0;
}
article.news aside ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
article.news aside li {
  font: 18px Georgia;
  line-height: 1.44;
  color: #333;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
article.news aside li a{
  color: #01579b;
}

.livrariadafolha-more h5 {
	border-bottom: 2px solid #222220;
	color: #222220;
	font-size: 13px;
	font-weight: 700;
	line-height: 15px;
	margin: 20px 0 0;
	padding: 3px 3px 3px 0;
	text-transform: uppercase;
}
.livrariadafolha-more ul {
  list-style: none outside none;
  margin: 10px 0;
}

/* Textile */
article.news table {
	border-collapse: collapse;
	border-spacing: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	margin: 0;
	width: 100%
}
article.news table tr td.articleTable50 { width: 50%; }
article.news table tr td.articleTable33 { width: 33%; }

article.news img {
	height: auto;
	max-width: 100%;
}
article.news .articleGraphic {
    border-collapse: collapse;
    border-spacing: 0 0;
    clear: both;
    color: #222220;
    margin: 0;
    width: 100%;
}
article.news iframe.poll{
	border: 1px solid #ccc;
	height: 105px;
	overflow: hidden;
	width: 100%
}
article.news .articleGraphicSpace {
	padding: 0;
}
article.news .articleGraphicCredit ,
article.news .fo1c {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
}
article.news .articleGraphicCredit {
  font: 300 10px/0.72em 'Roboto-medium', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  padding: 2px 0;
}
article.news .articleGraphicImage {
	border-bottom: 0;
	padding: 0;
	text-align: center;
} 
.news-begin .articleGraphicCaption, 
.news-content .fo1l {
  border-bottom: 1px solid #dedede;
  padding: 6px 5px;
}
article.news .articleGraphicCaption {
  font: 300 14px/1em 'Roboto-medium', Helvetica, Arial, sans-serif;
  line-height: 1.43;
  color: #858585;
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
@media (min-width: 768px) {
  article.news .articleGraphicCaption {
    padding: 10px 0 18px 0;
  }
}

article.news .artHtml5 iframe,
article.news .folhagraficos iframe{
	border: 0px;
  width: 100%;
}
article.news .artHtml5 .credit,
article.news .folhagraficos .credit{
	background: #fff;
	display: block;
	color: #222220;
	font-size: 1.1em;
	line-height: 13px;
	text-align: right;
}

article.news p.tagline {
  font: 13px Arial,helvetica,sans-serif;
}

/* Rotate */
.box-rotate {
  font-family: "Roboto";
  margin: 0 0 48px 0;
  overflow: hidden;
}

.box-rotate .ad-300x250 {
  margin-top: 16px;
}

.box-rotate a {
  text-decoration: none;
}

.box-rotate h1 {
  color: #222220;
  font-size: 4em;
  line-height: 47px;
  margin: 4px 0 14px;
}

.rotate p {
  color: #222220;
  font-size: 1.8em;
  margin: 0;
}


.news-begin .containerGallery .royalSlider img{
  width: inherit;
  max-width: 100%;
  min-width: inherit;
}

.news-begin .containerGallery .royalSlider {
  width: 100%;
  height: 645px;
  position: relative;
  direction: ltr;
  -webkit-backface-visibility: hidden;
}

.news-begin .containerGallery .royalSlider > * {
  float: left;
}

.news-begin .containerGallery .rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.news-begin .containerGallery .royalSlider > .rsContent,
.news-begin .containerGallery .royalSlider > .rsSlideRoot {
  visibility: visible;
}



.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink,
.rsWebkit3d .rsContent {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d .rsContent,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: left;
  z-index: 90;
}

/* Fullscreen options */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto !important;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.rsAutoHeight .rsContent {
  position: relative;
  height: auto;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNav {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0,0,0,0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock,
.rsSBlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
  min-width: 0;
}

.rsNoDrag {
  cursor: auto;
}

a.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  -webkit-backface-visibility: hidden;
  outline: none;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.abBlackBox {
  color: #fff;
  background: #222220;
  background: rgba(0,0,0,0.75);
  padding: 15px;
}

.abWhiteBox {
  color: #222220;
  background: #fff;
  background: rgba(255,255,255,0.75);
  padding: 15px;
}

.abTextAlignCenter {
  text-align: center;
}

/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #fff;
  color: #fff;
}

/* Arrows */
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 0;
}

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("//f.i.uol.com.br/app/2/rs-default.png");
  background-color: #222220;
  background-color: rgba(0,0,0,0.75);
  *background-color: #222220;
  border-radius: 2px;
}

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  display: none;
}

/* Bullets */
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #222220;
  background: rgba(0,0,0,0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

.rsDefault .rsBullets * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255,255,255,0.5);
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #fff;
}

/* Thumbnails */
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 52px;
}

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
}

.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #fff;
}

.rsDefault .rsTmb span {
  color: #ddd;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #222220;
  background: rgba(0,0,0,0.75);
}

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0,0,0,0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("//f.i.uol.com.br/app/2/rs-default.png");
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Tabs */
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #d9d9dd;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsDefault .rsTab:active {
  border: 1px solid #d9d9dd;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
  color: #fff;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102,102,102,0.65) inset;
  background: #acacac;
  background-image: -webkit-linear-gradient(top, #acacac, #bbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbb);
  background-image: linear-gradient(to bottom, #acacac, #bbb);
}

/* Play/close video button */
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url("//f.i.uol.com.br/app/2/rs-default.png") no-repeat 0 -32px;
  background-color: #222220;
  background-color: rgba(0,0,0,0.75);
  *background-color: #222220;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0,0,0,0.9);
}

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("//f.i.uol.com.br/app/2/rs-default.png") -64px 0;
  background-color: #222220;
  background-color: rgba(0,0,0,0.75);
  *background-color: #222220;
}

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0,0,0,0.9);
}

/* Preloader */
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url("//f.i.uol.com.br/app/2/preloader-white.gif");
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/* Global caption */
.rsDefault .rsThumbsHor {
  position: absolute;
  bottom: 0;
  padding: 10px 0px;
}

.royalSlider.rsFullscreen {
  overflow: hidden !important;
}

.rsDefault .rsGCaption {
  width: 95%;
  bottom: 72px;
  padding: 15px 50px 25px 10px;
  left: 0;
  background: rgba(0,0,0,0.8) !important;
  border-bottom: 1px solid #7d7d7d;
  font-size: 14px;
  line-height: 20px;
}

.rsDefault .rsCaption {
  float: left;
  width: 100%;
}

.rsDefault .rsCaption p {
  display: inline-block;
  float: left;
}

.rsGCaption .credit {
  font-size: 10px;
  padding: 5px 0;
  position: static;
  color: #fff;
}

.rsGCaption .credit span {
  display: inline;
  padding-right: 10px;
}

.rsCaption a {
  color: #ddd;
  text-decoration: underline;
}

.rsDefault .rsThumb {
  width: 76px;
  height: 52px;
  border: 4px solid #676768;
}

.rsDefault .rsThumb.rsNavSelected {
  background: none;
  border-color: #1ea3ff;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 1;
}

.carousel img{
  height: auto;
  max-width: 100%;
  min-width: auto;
  width: auto;
}

.carousel li {
  text-align: left;
  width: 170px;
}

.carousel .pane-btn.prev {
  background-image: url('//f.i.uol.com.br/folha/especial/2016/olimpiada-no-rio/svg/arrow_left_48px.svg?2016031101');
  left: 0;
  margin-left: -35px;
}

.carousel .pane-btn.next {
  background-image: url('//f.i.uol.com.br/folha/especial/2016/olimpiada-no-rio/svg/arrow_right_48px.svg?2016031101');
  margin-right: -35px;
  right: 0;
}

.carousel .pane-btn {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  cursor: pointer;
  display: inline-block;
  height: 56px;
  background-position: 1px;
  background-repeat: no-repeat;
  margin-top: -56px;
  position: absolute;
  transition: all .3s ease;
  width: 35px;
  z-index: 2;
}

.carousel-container{
  display: block;
  overflow: hidden;
  position: relative;
  -moz-backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0,0,0) scale3d(1,1,1);
  width: 100%;
}

.carousel .carousel-list {
  -moz-backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  position: relative;
  transform-style: preserve-3d;
  transform: translate3d(0,0,0) scale3d(1,1,1);
  width: 3000%;
  display: table;
}

.carousel ul li, .carousel .carousel-list li {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  float: left;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  transform: translate3d(0,0,0);
}

.carousel .animate {
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.unstyled { list-style: none outside none; }

.carousel{ text-align: center; }

.carousel-pagination {
  display: inline-table;
  margin-top: 20px;
  text-align: center;
}
.carousel-pagination li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #d1d1d1;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 10px;
  margin-right: 15px;
  width: 10px;
}

.carousel-pagination .active { background: #777; }

.credit.block{
  color: #222220;
    font: normal 10px 'Roboto';
  position: relative;
  display: block;
  text-align: right;
}

span.credit{
    position: absolute;
    padding: 1px 0;
    right: 0px;
    color: #222220;
    font: normal 10px 'Roboto';
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0);
    backface-visibility: hidden;
    text-decoration: none;
    transform:translateZ(0);
}

/* Galeria */
.containerGallery {
  background-color: #333;
  width: 100%;
  overflow: hidden;
  margin: 40px 0;
  color: #fff;
}
.article-gallery h1 {
  margin: 0 40px 0 0;
  padding: 19px 14px;
}
.article-gallery .rsDefault .rsGCaption {
  position: initial;
  background: transparent; !important;
  height: auto;
}
.article-gallery .rsDefault .rsGCaption .rsCaption p {
  width: auto;
  padding: 0;
  margin: 10px 20px;
  font: 14px 'Roboto';
  line-height: 1.43;
}
.article-gallery .rsDefault .rsGCaption .credit {
  padding: 5px 0 0 0;
}
.article-gallery .current{
  position: relative;
  z-index: 1;
  margin: 0;
  right: auto;
  display: block;
  text-align: center;
  font-size: 14px;
  height: 40px;
}
.article-gallery .current:before{
  background-size:  15px 15px;
  width: 15px;
  height: 15px;
  left: -10px;
  margin-bottom: -3px;
}

/* Leia mais */
.read-more {
	margin: 70px 0;
}
.read-more h2 {
  border-bottom: 1px solid #00adef;
  color: #00adef;
  font: normal 36px "folhaii-heavy";
  line-height: 46px;
	margin: 0;
	text-transform: lowercase;
}
.read-more ul {
  border-bottom: solid 1px #dedede;
}
.read-more ul,
.read-more ul li {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}
.read-more li a,
.read-more li h3 {
  font: 16px 'Roboto';
  line-height: 1.25;
  color: #333;
  margin: 0;
  padding: 0;
}
.read-more li a {
  display: inline-block;
}
.read-more li a:hover {
  text-decoration: none;
}
.read-more li a img {
  width: 85px;
  height: auto;
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
.read-more .more {
  width: 100%;
  text-align: right;
  padding: 10px 0 0 0;
}
.read-more .more a {
  font: 16px 'Roboto';
  line-height: 1.25;
  color: #a5a5a5;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  background: url(//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/arrow45.svg) right center no-repeat;
}

/* Outbrain */
#outbrain_widget_1 .CRMB_2.ob-widget .ob_what {
  text-align: left;
}

#outbrain_widget_0 .ob-widget-header {
  border-bottom: 1px solid #00adef;
  color: #00adef;
  font: 300 36px/1.1 'folhaii-semibold', Helvetica, sans-serif;
  margin: 10px 0 0;
  padding-top: 12px;
  text-transform: lowercase;
}

#outbrain_widget_0 .ob-widget-items-container {
  margin-top: 20px;
}

#outbrain_widget_0 .ob-widget-header:after {
  content: "";
  float: left;
  height: 50px;
  left: 0;
  position: absolute;
  width: 22px;
}

#outbrain_widget_0 .ob_what {
  padding-top: 10px;
}

#outbrain_widget_0 .AR_1.ob-widget .ob-dynamic-rec-container,
#outbrain_widget_1 .AR_2.ob-widget .ob-dynamic-rec-container {
  max-width: inherit;
  width: 22.6%;
}

/* Comentários */
.comments-article{
  margin-top: 0;
  margin-bottom: 45px;
}

.comments-article header h2 {
  border-bottom: 2px solid #00adef;
  color: #00adef;
  font: 300 36px/1.4 'folhaii-heavy', Helvetica, sans-serif;
  margin: 15px 0 0 0;
  text-transform: lowercase;
}

.hide-text,
.comments-article > article > header .to-report,
.comments-article .rating .comment-like,
.comments-article .rating .comment-dislike {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
}
.comments-article .hide,
.comments-article .share {
  display: none !important;
  visibility: hidden;
}
.comments-article > article > header:before,
.comments-article > article > header:after,
.comments-article footer:before,
.comments-article footer:after {
  content: " ";
  display: table;
}
.comments-article > article > header:after,
.comments-article footer:after {
  clear: both;
}
.comments-article > article > header h3 a::before,
.comments-article header .more:after,
.comments-article .comment-action:after,
.comments-article .section-sprite,
.comments-article .sprite {
  background: transparent url(//f.i.uol.com.br/ruf/furniture/1/images/sprite-ruf-mobile-vs3.png) 0 0 no-repeat; display: inline-block; text-indent: -9999px;
}
.comments-article > article > header h3 a::before,
.comments-article header .more:after,
.comments-article .comment-action:after,
.comments-article .section-sprite,
.comments-article .sprite {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.comments-article .warning {
  width: 18px;
  height: 16px;
  background-position: -422px -60px;
}
.comments-article .comment-like,
.comments-article .comment-dislike {
  width: 18px;
  height: 17px;
}
.comments-article .comment-like {
  background-position: -364px -60px;
}
.comments-article .comment-dislike {
  background-position: -393px -60px;
}
.comments-article > article > header h3 a:before,
.comments-article .support {
  width: 16px;
  height: 16px;
  background-position: -340px -60px;
  margin-right: 8px;
}
.comments-article .section-sprite.reply {
  width: 18px;
  height: 15px;
  background-position: -189px -119px;
  margin-right: 10px;
}
.comments-article .comment-large {
  width: 20px;
  height: 20px;
  background-position: -309px -60px;
  float: left;
  margin-right: 10px;
}
.comments-article article {
  border-bottom: 1px dotted #ccc;
}
.comments-article article:first-of-type {
  border-top: 1px dotted #ccc;
  margin-top: 16px;
}
.comments-article article:not(:last-of-type) .terms {
  display: none;
}
.comments-article header .more {
  display: block;
  color: #000;
  font: 700 16px/50px Arial, Georgia, serif;
  border-bottom: 1px dotted #ccc;
  margin-top: 16px;
}
.comments-article .user-info {
  margin-bottom: 8px;
}
.comments-article .user-info a {
  color: #666;
  font: italic 14px "Arial-BoldItalicMT", Arial, Helvetica, sans-serif;
}
.comments-article .comment-action {
  display: block;
  margin-top: 16px;
  font: 700 14px/1.2 'Roboto-medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #00adef;
  letter-spacing: 0.03em;
}

.terms-conditions {
  margin-top: 8px;
}
.terms-conditions a {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.comments-article header .more:after,
.comments-article .comment-action:after {
  content: "";
  width: 8px;
  height: 12px;
  margin: 0 10px;
  background-position: -92px -365px;
}
.comments-article > article > header {
  padding: 16px 0 10px 0;
}
.comments-article > article > header h3 {
  display: inline-block;
}
.comments-article > article > header h3 a {
  font: 800 italic 14px/22px Arial, Helvetica, sans-serif;
  color: #666;
  letter-spacing: 0;
}
.comments-article > article > header h3 a:before {
  content: "";
  margin: 0 10px;
}
.comments-article > article > header .time {
  font: italic 14px Arial, Helvetica, sans-serif;
  color: #666;
  display: inline-block;
  padding-bottom: 10px;
}
.comments-article > article > header .to-report,
.rating .vote{
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  float: right;
  list-style: none outside;
  font: 700 12px "Arial-BoldItalicMT", Arial, Helvetica, sans-serif;
  color: #666;
  margin: 0 2px;
  padding: 10px 7px;
  transition: background-color 0.2s ease-in;
  vertical-align: middle;
}
.comments-article footer .terms-conditions{
  display: inline-block;
  float: right;
}
.comments-article footer .terms-conditions a {
  position: static;
  background: inherit;
  color: #7b7a6c;
  font: normal 15px 'Roboto';
  line-height: 18px;
  text-transform: uppercase;
}
.comments-article footer .terms-conditions a:after {
    background: url("//f.i.uol.com.br/folha/especial/2016/olimpiada-no-rio/svg/arrow45_20px.svg?2016031101");
    content: '';
    display: block;
    float: right;
    height: 13px;
    margin-left: 6px;
    margin-top: 2.5px;
    position: relative;
    width: 13px;
}
.comments-article .comment-body {
  margin: 10px 0 0 0;
  clear: both;
}
.comments-article .comment-body p {
  color: #000;
  font: 16px Arial, Georgia, serif;
  margin: 0;
  overflow-x: hidden;
}
.comments-article .confirm-rating::after,
.comments-article .confirm-rating::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}
.comments-article .confirm-rating::after {
  top: -21px;
  z-index: 0;
  border-bottom: 20px solid #cacaca;
}
.comments-article .confirm-rating {
  position: absolute;
  background-color: #fff;
  border: 1px solid #cacaca;
  font: 700 11px/130% Arial, sans-serif;
  margin: 70px 0 0 -60px;
  padding: 10px;
  width: 130px;
}
.comments-article .confirm-rating.good {
  right: 10px;
}
.comments-article .confirm-rating.bad {
  right: 20px;
}
.comments-article .confirm-rating h4 {
  color: #016fcd;
  font: 700 11px/130% Arial, sans-serif;
  letter-spacing: normal;
}
.comments-article .confirm-rating.bad > h4 {
  color: #ed1c24;
}
.comments-article .confirm-rating .action {
  text-align: center;
}
.comments-article .confirm-rating .action a {
  background-color: #e6e7e8;
  color: #404040;
  display: block;
  font-size: 14px;
  padding: 8px 0;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
}
.comments-article .confirm-rating .unstyled {
  margin-top: 10px;
}
.comments-article .confirm-rating .unstyled li {
  margin-bottom: 0;
}
.comments-article .confirm-rating .unstyled a {
  font: 700 11px/130% Arial, sans-serif;
  color: #006;
}
.comments-article footer .terms {
  text-align: right;
  margin: 15px 0;
}
.comments-article footer small {
  font: normal 12px Arial, Georgia, serif;
  color: #777;
}
.comments-article > article > footer .reply.btn {
  width: 120px;
  font: 700 12px "Arial-BoldItalicMT", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 20px 0;
  color: #666;
  float: right;
  font-family: Arial, Georgia, serif;
  border: none;
}
.comments-article footer {
  padding: 0;
  margin: 15px 0 15px 0;
  background-color: #fff;
}

.tm-ads.hidden-xs.custom-ad {
  margin-bottom: 60px;
}

/* Caixa curinga na notícia*/
article.news table.specialContainer {
  border-bottom: 2px solid #00adef;
  float: right;
  margin: 0 0 10px 10px;
  width: 180px;
}

article.news table.specialContainer th {
  border-bottom: 1px solid #00adef;
  border-top: 2px solid #00adef;
  font-size: 16px;
  padding: 4px 0;
  text-align: left;
  text-transform: uppercase;
}
article.news table.specialContainer td {
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 18px;
  padding: 5px 0;
}
article.news table.specialContainer td.columnist {
  text-transform: uppercase;
}
article.news table.specialContainer tr td.bullet {
  background: url('//f.i.uol.com.br/folha/furniture/5.4/images/bg-square.png?201401170401') no-repeat scroll left 12px transparent;
  height: 5px;
  width: 5px;
}

article.news table.specialContainer tr td.link {
  /*font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px;
  padding: 3px 0;*/
  font-size: 14px;
  line-height: 18px;
}

article.news table.specialContainer tr td.link a {
    color: #000;
    margin-left: 10px;
}


/**
 *
 * Comentar esta reportagem
 *
 */
.comments-article .comment-action {
  display: inline-block;
  margin-top: 16px;
  font: 700 14px Arial, Georgia, serif;
  text-transform: uppercase;
  color: #00adef;
  letter-spacing: 0.03em;
}
.comments-article header {
  display: inline-block;
  width: 100%;
}
.comments-article header p {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.comments-article .terms-conditions {
  color: #00adef;
  display: inline-block;
  float: right;
  margin-top: 12px;
}
.comments-article .btn-comment-default {
  background-color: #00adef;
  border-radius: 5px;
  color: #fff;
  display: block;
  float: left;
  margin:0 24px 24px 0;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  width: 160px;
}
@media screen and (max-width: 630px){
  .comments-article .btn-comment-default {
    float: none;
    margin-top: 16px;
    width: 100%;
  }
}



/* Media Queries */
@media (max-width: 1316px) {
	/* News header */
	.news .news-header {
		padding: 0 8px;
	}
}

@media (max-width: 1300px) {
	/* News header */
	.news .news-header {
		max-width: 100%;
	}
}

@media (max-width: 1140px){
	/* Grid */
	.col-4 {
		background-color: #fff;
	}

	/* News content */
	.news .news-content {
		margin-top: 0;
		padding: 0;
		width: 100%;
	}

	/* Share */
	.news .toolbar,
	.news .toolbar-container {
		border-radius: 0;
		height: auto;
		width: 100%;
    position: relative;
	}

	.news .toolbar .share-counter {
		display: none;
	}

	.news .toolbar .btn {
		background-color: #e1e1e1 !important;
		display: inline-block;
		margin-bottom: 0;
		width: 16.6667%;
	}

	/* Toolbar */
	.news .options {
		border-top: 0;
	}

	.news .options .items li{
		margin-left: 10px;
		width: 30px;
		text-indent: -999999px;
	}

	.news .options .items li.font{
		width: 60px;
	}

	.news .options .items li a{
		margin-right: 10px;
		width: 18px;
	}

  /* Outbrain */
  #outbrain_widget_0 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  /* Leia mais */
  .read-more {
    margin: 40px 0;
  }
  .read-more h2 {
    font-size: 28px;
  }
  .read-more ul,
  .read-more ul li {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
/* Box caixa curinga */
  article.news table.specialContainer {
    width: 100%;
  }



  .news-begin .containerGallery .royalSlider img{
    width: inherit;
    max-width: 100%;
    min-width: inherit;
  }

  .news-begin .containerGallery .royalSlider {
    width: 100%;
    height: 300px;
    position: relative;
    direction: ltr;
    -webkit-backface-visibility: hidden;
  }

  .news-begin .containerGallery .royalSlider > * {
    float: left;
  }

  .news-begin .containerGallery .rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
  }

  .news-begin .containerGallery .royalSlider > .rsContent,
  .news-begin .containerGallery .royalSlider > .rsSlideRoot {
    visibility: visible;
  }


  .containerGallery .article-gallery .rsDefault.rsHor .rsArrowRight,
  .containerGallery .article-gallery .rsDefault.rsHor .rsArrowLeft {
    display: none!important;
  }
  .article-gallery .current {
    text-align: right;
    width: 100px;
    float: right;
    position: initial;
    margin-right: 22px;
  }

}

@media (max-width: 600px) {
  /* News header */
  .news .news-title {
    font-size: 2em;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .box-title .title {
    font-size: 30px;
    padding: 4px 0 11px 0;
  }

  .comments-article header h2 {
    /*margin-left: 16px;*/
  }

  /* Comentários */
  .comments-article header h2 {
    font-size: 30px;
    line-height: 43px;
  }

  /* Box caixa curinga */
  article.news table.specialContainer {
    width: 100%;
  }

  /* Outbrain */
  #outbrain_widget_0 .ob-widget-header {
    font-size: 30px;
    padding-bottom: 5px;
  }

  #outbrain_widget_0 .CRMB_3.ob-widget .ob_what a {
    font-size: 0;
    margin-bottom: 8px;
  }

  #outbrain_widget_1 .CRMB_4.ob-widget .ob_what {
    margin-top: 24px;
    padding: 0;
    text-align: left;
  }

  #outbrain_widget_0 .CRMB_3.ob-widget .ob_what {
    top: 7px;
  }

  #outbrain_widget_0 .CRMB_3.ob-one-column-layout .ob-dynamic-rec-container ~ .ob-dynamic-rec-container,
  #outbrain_widget_1 .CRMB_4 li.ob-dynamic-rec-container,
  #outbrain_widget_1 .CRMB_4.ob-one-column-layout .ob-dynamic-rec-container ~ .ob-dynamic-rec-container {
    border: none;
    margin: 0;
  }

  #outbrain_widget_0 .ob-widget-items-container,
  #outbrain_widget_1 .CRMB_4.ob-one-column-layout .ob-widget-header {
    border: none;
    padding: 0;
  }
}

@media (max-width: 430px) {
	.article-gallery .rsDefault .rsArrowIcn {
		background-color: transparent;
	}
}