/* COPY RIGHT RESERVED
Author: Eiad Ashraf
Author Website: iEiad.com
Template Name: Magalla Magazine, Blog and News
Template version: 3
 */


/* ==========================================================================
- Table of content:

   0 - General layout CSS styles

   1 - Head Seaction
     1.1 - Top toolbar
     1.2 - Logo section
     1.3 - Main menu nav

   2 - Home Slider, Main Section
     2.1 - Home Slider
     2.2 - 3 Big Blocks

   3 - News Ticker  

   4- Main left side
     4.1 - Top news
     4.2 - News-sec-1
     4.3 - News Slider
     4.4 - Polls and Reviews
     4.5 - Small Image Gallery Slides
     4.6 - Video Gallery

   5- Main right side
     5.1 - Small Slider
     5.2 - Social Media
     5.3 - Trending post
     5.4 - Flicker Widget
     5.5 - Subscribe form
     5.6 - Featured Video
     5.7 - Right side AD

   6- Footer
     6.1 - Category footer
     6.2 - Info footer
     6.3 - Copy right footer

   7- Single Category Main
     7.1 - Pagination

   8- Single Article

   9- Contact page

   10 - Retina and Hight Res Custom CSS

   ========================================================================== */

/* 0 - General layout CSS styles starts */

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900,700,700italic,400italic);

@import url(https://fonts.googleapis.com/css?family=Oswald);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@font-face {
    font-family: 'entypo';
    src: url('../fonts/entypo.eot');
    src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/entypo.woff') format('woff'),
         url('../fonts/entypo.ttf') format('truetype'),
         url('../fonts/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	/*background: #f2f2f2;*/
	background: #fff;
	font-family: 'Roboto', sans-serif;
}

body.noscroll {
	overflow: hidden;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	position: relative;
	margin: 0;
	/*padding-bottom: 6rem;*/
	padding-bottom: 138px;
	min-height: 100%;
}

/**
 * copy-rt-ftr Styles
 */

.copy-rt-ftr {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif; 
	color: #191919;
}

p{
	font-size: 15px;
	color: #666666;
}

h2{
	font-size: 24px;
}

a{
	color: #191919;
}

a:hover{
	color: #191919;
}

::-webkit-input-placeholder {
   color: #aeaeae !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #aeaeae !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #aeaeae !important;
}

:-ms-input-placeholder {  
   color: #aeaeae !important;
}

.float-width{
	float: left !important;
	width: 100% !important;
}

.blocky{
	float: left;
	display: inline-block;
}

.righty{
	float: right !important;
}

.lefty{
	float: left !important;
}

.sec-1-big-text span {
	color: #666;
}

.trans1{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.trans2{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

h3.sec-title{
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 40px 0 19px 9px;
}

.w100{
	width: 100% !important;
}

.w50{
	width: 50% !important;
}

.w49 {
	width: 49% !important;
}

.w69 {
	width: 69% !important;
}

.w29 {
	width: 29% !important; 
}

.w25{
	width: 25% !important;
}

::-moz-selection {
       background-color: #191919;
       color: #ffffff;
}

::selection {
       background-color: #191919;
       color: #ffffff;
}

/* Flex Slider Starts
============================ */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides:not(#instituicoesConveniadas) > li:before {
	content: "";
    background: rgba(0,0,0,0.4);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.flexslider .slides img {
	width: 100%;
	height: 475px;
	/*height: 352px;*/
	display: block;
}
.flex-pauseplay span {text-transform: capitalize;}

.flexslider .slides#sliderDireito img { 
width: 100%;
height: auto;
}

.flexslider .slides#instituicoesConveniadas img { 
	width: auto;
	/*height: 138.38px;
	margin: 0 30%;*/
	height: 170px;
	margin: 0 27%;
}

.qk-slider .slides img {
	width: 100%;
	height: auto;
	display: block;
}

.instituicoesConveniadas {
	background-color: #FFFFFF;
	/*border-top: 2px solid #FF0059;
	padding: 18px 0 0 0;*/
}

.instituicoesConveniadas .sec-title {
	margin-left: 15px;
}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {
margin: 0;
position: relative;
}

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    line-height: 33px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.main-right-side .flex-direction-nav a{
text-decoration: none;
display: block;
width: 21px;
height: 60px;
line-height: 33px;
margin: 0;
position: absolute;
top: 0;
z-index: 10;

opacity: 0;
cursor: pointer;
color: #ffffff;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;

background: #303030;
opacity: 0.45;
/*height: 138.375px;*/
height: 170px
}

.flex-direction-nav .flex-prev { left: 0px; }
.flex-direction-nav .flex-next { right: 0px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before {
    font-family: 'entypo';
    font-size: 88px;
    display: inline-block;
    content: '\E765';
    position: absolute;
    top: 42%;
    left: 0;
}
.main-right-side .flex-direction-nav a:before  { 
	font-family: 'entypo';
    font-size: 39px;
    display: inline-block;
    content: '\E765';
    top: 33%;
    right: 21%;
    position: absolute;
}
.flex-direction-nav a.flex-next:before{
	content: '\E766';
	right: 0;
}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: 'entypo'; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: 'U+E766'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:-26px; text-align: center;}
.flex-control-nav li {margin: 0 3.5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #ffffff; border: 1px solid #acacac; cursor: pointer; text-indent: -9999px;   }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #acacac; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

	/* Menus CSS Start 
	===================*/
.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm li{position:relative;}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{
	float:none;
}
ul.sm a{white-space:nowrap; cursor: pointer}
ul.sm ul a,ul.sm-vertical a{
	white-space: nowrap;
	/*color: #b6b5b5;
	color: #222;*/
	color: #666;
}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}

#virada-cultural {
	padding-top: 6px;
}
#virada-cultural .swiper-slide {
	cursor: pointer;
}
#virada-cultural .swiper-slide:before {
    content: "";
    background: rgba(0,0,0,0.4);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
#virada-cultural .hm-sldr-caption {
    z-index: 2;
}

/* Menu box
===================*/

.sm-menu ul{
	background: #ffffff;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #e5e5e5;
	z-index: 15 !important;
}

.sm-menu li.active a{
color: #000000;
border-bottom: 4px solid #B91F1D;
padding: 20px 7px 16px 7px;
}

.sm-menu li.active ul.main-menu-sub li a{
border-bottom: 0px transparent;
margin-left: 15px !important;
}

.sm-menu li:first-child a{
margin-left: 0;
/*padding: 17px 7px 13px 0 !important;*/
}

/* Menu items
===================*/

.sm-menu a{
	padding: 17px 9px !important;
	/*color: #b6b5b5;*/
	/*color: #222;*/
	color: #666;
	font-size: 15px;
	/*font-weight: 500;*/
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

.sm-menu a:hover, .sm-menu a:focus, .sm-menu a:active, .sm-menu a.highlighted {
	background: #ffffff;
	/*color: #000000;*/
	color: #666;
	padding: 20px 7px 16px 7px;
}
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-menu a.current, .sm-menu a.current:hover, .sm-menu a.current:focus, .sm-menu a.current:active {
	background:#555;
	color:#fff;
}

/* Sub menu indicators
===================*/

.sub-arrow {
display: none;
}

.sub-1st{
	margin-top: 2px !important;
}

.main-menu-sub a {
min-width: 222px;
}

.main-menu-sub a.has-submenu span.sub-arrow{
display: block;	
bottom: auto;
top: 50%;
margin-top: -5px;
left: auto;
margin-left: 0;
border-style: dashed dashed dashed solid;
border-color: transparent transparent transparent #b6b5b5;
position: absolute;
right: 3px;
width: 0;
height: 0;
overflow: hidden;
border-width: 5px;
}

/* Items separators
===================*/

	.sm-menu ul li,
	.sm-menu-vertical li {
		border-left:0;
		border-top:1px solid #f3f3f3;
	}
	.sm-menu ul li:first-child,
	.sm-menu-vertical li:first-child {
		border-top:0;
	}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

	.sm-menu span.scroll-up, .sm-menu span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		border:solid #bbb;
		border-width:1px 0;
		background:#fff;
		height:20px;
		/* width and position will be automatically set by the script */
	}
	.sm-menu span.scroll-up-arrow, .sm-menu span.scroll-down-arrow {
		position:absolute;
		top:-2px;
		left:50%;
		margin-left:-8px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-width:8px; /* tweak size of the arrow */
		border-style:dashed dashed solid dashed;
		border-color:transparent transparent #555 transparent;
	}
	.sm-menu span.scroll-down-arrow {
		top:6px;
		border-style:solid dashed dashed dashed;
		border-color:#555 transparent transparent transparent;
	}


/*Responsiveness
  These will make the sub menus collapsible when the screen width is too small.*/


@media screen and (max-width: 640px) {
	
	.main-menu-sub a {
		min-width: inherit;
	}

	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-menu{width:auto !important;}
	ul.sm-menu ul{display:none;position:absolute !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	/*ul.sm-menu>li{float:none;}
	ul.sm-menu>li>a,ul.sm-menu ul.sm-nowrap>li>a{
		white-space:normal;
		min-width: 222px;
	}*/
	ul.sm-menu iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-menu ul, .sm-menu span.sub-arrow, .sm-menu iframe {
		display:none !important;
	}*/


/* Menu box
===================*/

	.sm-menu ul {
		border:0;
		/* darken the background of the sub menus */
		/*background:rgba(100,100,100,0.1);*/
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}


/* Menu items
===================*/

	.sm-menu a {
		padding-top:13px;
		padding-bottom:13px;
		background:transparent !important;
		color:#555 !important;
	}
	.sm-menu a.current {
		background:#555 !important;
		color:#fff !important;
	}
	.sm-menu a.has-submenu {
		padding-right:23px;
	}


	/* add some text indentation for the 2+ level sub menu items */
	.sm-menu ul a {
		/*border-left:8px solid transparent;*/
	}
	.sm-menu ul ul a {
		border-left:16px solid transparent;
	}
	.sm-menu ul ul ul a {
		border-left:24px solid transparent;
	}
	.sm-menu ul ul ul ul a {
		border-left:32px solid transparent;
	}
	.sm-menu ul ul ul ul ul a {
		border-left:40px solid transparent;
	}


/* Sub menu indicators
===================*/

	.sm-menu a span.sub-arrow {
		right:auto;
		margin-left:-14px;
	}
	/* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
	.sm-menu a.highlighted span.sub-arrow {
		display:none !important;
	}


/* Items separators
===================*/

	.sm-menu li {
		border-left:0;
		border-top:1px solid rgba(0,0,0,0.05) !important;
	}
	/*.sm-menu li:first-child {
		border-top:0 !important;
	}*/

}


ul.main-menu-sub li a{
	margin-left: 15px !important;
	padding: 12px !important;
}

/* 0 - General layout CSS styles ends */

/* 1 - Head Seaction starts */
	/* 1.1 - Top toolbar */

.top-tool-bar{
	/*background: #B91F1D;*/
	background: #9B1D1E;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.top-tool-bar .navbar-collapse{
	max-height: 500px;
}

.top-tool-bar .navbar-default{
	background: transparent;
	border: none !important;
}

.top-tool-bar a, .main-menu a, .ticker-ctrls a{
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.top-tool-bar .navbar-default .navbar-nav>li > a{
color: #b6b6b6;
font-size: 14px;
padding: 10px 6.8px;
text-shadow: none;
}

.top-tool-bar .navbar-default .navbar-nav>li > a:hover{
	color: #ffffff;
}

.top-tool-bar .navbar-default .navbar-nav>.open>a{
	background: #191919;
	color: #ffffff;
}

.top-tool-bar ul.nav.navbar-nav li:first-child a{
	padding-left: 0;
}

.top-tool-bar ul.nav.navbar-nav.righty li:last-child a{
	padding-right: 0;
}

.top-tool-bar .dropdown-menu{
	background: #191919;
}

.top-tool-bar .dropdown-menu{
	background: #191919;
	border-radius: 0;
	border: 0 !important;
	padding-bottom: 0;
	padding-top: 0;
}

.top-tool-bar .dropdown-menu li {
min-width: 222px;
border: 1px solid #2c2c2c;
}

.top-tool-bar .dropdown-menu>li>a {
	color: #b6b6b6 !important;
	padding: 10px 20px !important;
}

.top-tool-bar .dropdown-menu>li>a:hover{
	color: #ffffff !important;
	background: #191919 !important;
	padding-left: 22px !important;
}

.top-tool-bar .navbar{
	min-height: 50px !important;
	margin-bottom: 0px !important;
}

.top-tool-bar .caret {
display: inline-block;
width: 8px;
height: 14px;
background: url(../img/toolbar-arw-sml.png) no-repeat center 3px;
margin-left: 2px;
vertical-align: middle;
border: none !important;
}

#hidemenu{
	cursor:pointer;
	display:none;
}

.fxd-mnu-x{
background: #000000;
font-size: 12px;
position: absolute;
top: 58px;
right: -30px;
opacity: 0.6;
cursor: pointer;
}

.fxd-mnu-x:hover{
	opacity: 1;
}

	/* 1.2 - Logo section */

.menu-2-button {
	top: 25px;
	z-index: 999999;
}

#menu-2-link .fa-bars,
#menu-2-link .fa-times {
	color: #FFF;
}

.navigation-menu-2 {
	background: #000;
	background: rgba(0, 0, 0);
	padding: 0 0 0 0;
	position: fixed;
	top: 92px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
	display: none;
	overflow-x: auto;
}

.navigation {
	padding: 20px 5% 0 5%;
	display: none;
}

.show-menu {
	display: block;
}

.navigation li {
	list-style: none;
	margin: 50px 0;
	transition: all ease .6s;
}

.navigation li.small-padding {
	margin: 0;
}

.navigation li a {
	display: block;
	padding: 10px 0 10px 1%;
	color: #bbb;
	text-decoration: none;
	font-size: 150%;
	letter-spacing: .1em;
	border-left: 3px solid #000;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.navigation li a:hover {
	color: #fff;
	padding-left: 2%;
	border-left: 3px solid #eee;
}

.logo-top-ad{
	display: none;
	margin-top: 52px;
	background: #ffffff;
	padding: 3px 0;
	border-bottom: 1px solid #e8e8e8;
	min-height: 95px;
}

#page-index {
	margin-top: 145px;
}
#page-index .top-tool-bar .container .col-lg-3 {
	margin-left: 140px;
	float: left;
}
.top-tool-bar .container .col-lg-3 {
	margin-left: 140px;
	width: 27%;
}

.top-more-info {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	float: left;
	font-size: 13px;
	margin-left: 6px;
}

.top-more-info a {
	color: #FFF;
}
.top-more-info a:hover {
	color: #d52031;
}

.top-more-info .fa {
	padding: 11px;
	font-size: 16px;
}
.top-more-info .fa.fa-facebook{
	padding: 11px 15px;
}
.top-more-info a:hover .fa {
    background: #fff;
}

#page-index .logo {
	margin-top: -1px;
}
.logo {
	padding-left: 0;
	margin-left: -4px;
	margin-top: 0;
	width: 25%;
	float: left;
}

.logo img {
	width: 63%;
}

#subtitle.top-more-info {
	font-style: normal;
	font-size: 13px;
	margin: 21px 0 0 0;
}

#data-hora {
	margin-left: 24px;
	font-size: 11px;
	text-transform: uppercase;
}
#page-index #data-hora {
	margin-left: 30px
}

#redes-sociais.top-more-info {
    /*margin: 18px 0 0 90px;*/
  	/*margin: 27px 0 0 117px;*/
  	margin: 27px 0 0 84px;
}
#page-index .copy-rt-ftr #redes-sociais {
    margin: 2% 0 0 0;
}
#redes-sociais.top-more-info.righty {
	margin-top: 9px;
}

#page-index .newsletter.top-more-info h3.sec-title {
	font-size: 13px;
}

#search.top-more-info {
	margin-top: 2%;
	position: relative;
}
#search.top-more-info input[type="text"] {
	height: 34px;
	line-height: 35px;
    padding-left: 9px;
    padding-right: 52px;
    width: 236px;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    border: 1px solid #777;
    border-radius: 2px;
    background-color: #999;
}
#search.top-more-info label {
	position: absolute;
	bottom: 3px;
	right: 18px;
}
#search.top-more-info button {
	position: absolute;
	bottom: 8px;
	right: 15px;
	background: none;
	border: none;
}
@-moz-document url-prefix() {
	#search.top-more-info label {
		margin-left: -35px;
	}
}
#search.top-more-info .fa.fa-search {
    padding: 0;
    color: #fff;
    /*position: absolute;
    right: 105px;
    bottom: 17px;*/
}

#search.top-more-info #search_field::-webkit-input-placeholder {
	color: #fff !important;
}
#search.top-more-info #search_field::-moz-placeholder {
	color: #fff !important;
}

.top-banner {
text-align: right;
}

.top-banner img{
	max-width: 100%;
	height: auto;
}

.banner img {
	width: 370px;
	height: auto;
}

	/* 1.3 - Main menu nav */

.main-menu{
	background: #ffffff;
	border-bottom: 2px solid #B91F1D;
	/*margin-top: 92px;
	margin-bottom: 19px;*/
	position: fixed;
	z-index: 999;
	top: 61px;
	width: 100%;
}

.main-menu .container{
	position: relative;
}

ul#toolbar-menu li:first-child a{
	padding-left: 0;
	margin-left: 0;
}

.main-search-bar{
	position: relative;
}

.main-search-bar input{
	height: 42px;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 1px solid #e8e8e8;
}

.main-search-bar input:focus{
	box-shadow: 0 0 0px 1px rgba(0,0,0,0.1) !important;
	border: 1px solid #e8e8e8;
}

.main-search-bar a{
position: absolute;
top: 15px;
right: 30px;
font-size: 20px;
color: #000000;
}

.main-search-bar form{
margin-top: 7px;
margin-bottom: 6px;
}

.main-search-bar .navbar-form{
	padding: 0 !important;
}

/* Link Hover CSS3 Effect */

.menu-efct a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B91F1D;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.menu-efct a:hover::after, 
.menu-efct a:focus::after, 
.menu-efct a:active::after {
  height: 4px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

ul.sm-nowrap a::after {
display: none;
}

ul.sm-nowrap a:hover{
	padding: 20px 7px;
}


.mega-menu{
max-width: 800px !important;
width: 800px !important;
padding: 20px !important;
}

.mega-menu .sec-1-sm{
	width: 47%;
}

/* 1 - Head Seaction ends */


/* 2 - Home Slider, Main Section starts */

.main-news-blks{
	float: left;
	width: 100%;
	margin-bottom: 22px;
}

.main-news-blks .left-blk,
.main-news-blks .center-blk {
	width: 28.5%;
	float: left;
	margin-right: 3%;
	position: relative;
	height: 420px;
}
.main-news-blks .left-blk a,
.main-news-blks .center-blk a,
.main-news-blks .right-blk a {
	text-decoration: none;
}
.main-news-blks .right-blk {
	width: 37%;
	float: left;
	position: relative;
	height: 420px;
}
.main-news-blks .noticia-1 {
	margin-bottom: 17px;
}
.main-news-blks .noticia-1 img,
.main-news-blks .noticia-2 img,
.main-news-blks .noticia-3 img {
	width: 100%;
}
.main-news-blks .noticia-1 img {
	height: 420px;
}
.main-news-blks .noticia-1 h3 {
    font-size: 34px;
    margin: 6px 0;
    font-weight: 400;
}
.main-news-blks .noticia-1 p,
.main-news-blks .noticia-3 p {
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.main-news-blks .noticia-2 {
	position: absolute;
	bottom: 0;
}
.main-news-blks .noticia-2 h4 {
    font-size: 20px;
    margin: 12px 0;
}
.main-news-blks .noticia-3 h4 {
    font-size: 24px;
    margin: 6px 0 15px 0;
}
/*.main-news-blks .noticia-3-filhas {
	position: absolute;
	bottom: 0;
}*/
.main-news-blks .noticia-3-filhas a {
	color: #666666;
}
.main-news-blks .noticia-3-filhas p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 7px 0;
}
.main-news-blks .noticia-3-filhas p .fa {
    margin-right: 3px;
    font-size: 20px;
    color: #303030;
}
	
  /* 2.1 - Home Slider */

.hm-slider-cont{
	position: relative;
	float: left;
	display: inline-block;
	/*width: 624px;*/
	width: 583px;
	/*height: 475px;*/
	padding: 0;
	/*margin-right: 13px;*/
	margin-right: 4px;
}

@media screen and (max-width: 1190px) {
	.hm-slider-cont{
		margin-bottom: 10px;
	}

	.flexslider .slides img {
		height: auto;
	}

	.hm-sldr-caption {
		height: 26%;
	}
}


.hm-sldr-caption{
	width: 100%;
	position: absolute;
	bottom: 0;
	/*background: rgba(29, 29, 29, 0.85);*/
	padding: 0px 9px;
	color: #ffffff;
}

#sliderDireito .hm-sldr-caption, #divVideo .hm-sldr-caption{
	/*opacity: 1;
	width: 100%;*/
	/*position: absolute; COMENTADO ANTERIORMENTE, MANTER
	bottom: 0;
	background: rgba(29, 29, 29, 0.9);
	padding: 0px 18px;
	color: #ffffff;*/
	/*position: relative;
	top: 0;
	bottom: 0;
	background: none;
	border-left: 4px solid #303030;
	margin-top: 12px;
	padding: 0;*/
	position: relative;
	color: #303030;
	padding: 0;
}

#sliderDireito .hm-sldr-caption p {
	color: #303030;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}

#divVideo .hm-sldr-caption h3,
#sliderDireito .hm-sldr-caption h3,
#sliderDireito .hm-sldr-caption h3 a span:not(.topic-icn),
#sliderDireito .hm-sldr-caption h3 a span span {
	margin: 0 0 9px 0;
	line-height: 15px;
}

.hm-sldr-caption h3,
.hm-sldr-caption h3 a span:not(.topic-icn),
.hm-sldr-caption h3 a span span {
	font-size: 26px !important;
	margin: 6px 0 6px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 27px;
}

#sliderDireitoMobile .hm-sldr-caption h3,
#sliderDireitoMobile .hm-sldr-caption h3 a span,
#sliderDireitoMobile .hm-sldr-caption h3 a span span {
	line-height: 1;
}

.hm-sldr-caption h3 a, .hm-sldr-caption p, .mid-blks-cont p, .rt-bk-cont p{
   color: #ffffff;	
}

#sliderDireito .hm-sldr-caption h3 a, #divVideo .hm-sldr-caption h3 a {
	font-size: 15px;
	color: #303030;
	text-transform: none;
	/*width: 90%;
	color: #303030;*/
}

#mais-direito {
	margin: 0 0 20px 0;
    padding: 10px 0;
    background: #f7f7f7;
}
#mais-direito .w32 {
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
}
#mais-direito .w32:last-child {
	margin-right: 0;
}
.mais-direito {
	/*margin-top: 25px;
	margin-right: 2%;*/
}
.mais-direito .titulo-secao span {
	/*padding: 5px !important;*/
	/*font-size: 15px;*/
}
.mais-direito h3.sec-title {
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 10px 0;
	padding: 0 0 0 3px;
	border-left: 4px solid #303030;
	clear: both;
}
.mais-direito .trending {
	margin: 10px 0 5px 0;
}
.mais-direito .fa {
	/*margin: 5px 0 5px 10px;
	line-height: 16px;*/
	width: 1%;
}
.mais-direito .trend-sm {
	margin-bottom: 0;
	padding: 0;
}
.mais-direito .trend-sm h4 {
    max-width: none;
    font-size: 17px;
    margin: 0 0 15px 9px;
    line-height: 17px;
    width: 96%;
    font-weight: 400;
}
/*#mais-direito .direito-info {
	padding-top: 10px;
}*/
#mais-direito .direito-info div {
	float: left;
	padding-left: 9px;
}
#mais-direito .direito-info h4 {
    margin: 0 0 3px 0;
	font-weight: 500;
	font-size: 15px;
}
#mais-direito .direito-info a {
	/*color: #428bca;*/
	color: #6a909d;
	font-size: 14px;
}

.colunas {
	margin-right: 2%;
}
.colunas .colunista, .blogs .colunista {
	/*min-height: 140px;
	text-align: center;*/
	min-height: 100px;
	float: left;
	background: #fff;
	margin: 0 0 25px 0;
}
.colunas .colunista:nth-last-child(-n+2),
.blogs .colunista:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.colunas .colunista img, .blogs .colunista img {
	/*width: 30%;
	margin-right: 5%;*/
	border-radius: 50%;
	width: 30%;
	float: left;
	margin: 6px 6px 6px 12px;
}
.colunas .colunista.margin-right, .blogs .colunista.margin-right {
	margin-right: 2%;
}
.colunas .colunista div, .blogs .colunista div {
	/*width: 65%;*/
	margin: 15px 5px 0 0;
}
.colunas .colunista a:hover, .blogs .colunista a:hover {
	text-decoration: none;
}
.colunas .colunista h3, .blogs .colunista h3 {
	font-weight: 700;
	color: #B91F1D;
	margin: 0;
}
.colunas .colunista h4, .blogs .colunista h4 {
	color: #303030;
	margin: 0 0 0 5px;
	font-size: 15px;
}

.videos {
	margin-top: 13px;
}
.videos .trend-2 {
	position: relative;
	/*background: #e5e5e5;*/
	background: #fff;
	padding: 2px;
	border-left: 4px solid #303030;
	margin-top: 12px;
}
.videos .trend-2 h3,
.videos .trend-2 h3 a,
.videos .trend-2 h3 a span,
.videos .trend-2 h3 a span span {
	color: #000 !important;
	font-size: 15px !important;
	margin-left: 3px;
}
.videos .trend-2 a:hover {
	text-decoration: none;
}

#charge.trend-1 {
	margin-bottom: 0;
}
#charge ~ .trend-2 {
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
}
#charge ~ .trend-2 .mais-charges {
	/*background: #35b898;
	padding: 6px 15px;
	margin: -18px -15px;*/
	width: 100%;
	border-bottom: 2px solid #e1e1e1;
	text-align: right;
}
#charge ~ .trend-2 .mais-charges a {
	font-size: 17px;
    color: #303030;
    text-transform: lowercase;
    padding: 3px 9px 2px 0;
    border-bottom: 2px solid #35b898;
}
@-moz-document url-prefix() { 
  #charge ~ .trend-2 .mais-charges a {
    padding: 3px 9px 1px 0;
  }
}
#charge ~ .trend-2 .mais-charges a:hover {
	text-decoration: none;
}
#charge ~ .trend-2 .mais-charges a .fa {
    font-size: 14px;
}

#economia img {
	width: 100%;
	margin-bottom: 12px;
}
#economia #caption {
	/*background: #e5e5e5;*/
	padding: 2px 3px;
	border-left: 4px solid #303030;
}
#economia #caption h3 {
	margin: 0 0 0 6px;
}
#economia #caption h3.title {
	font-size: 20px;
	font-weight: 700;
}
#economia #caption h3.autor {
	font-size: 12px;
}
#economia #caption a:hover {
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	#sliderDireito .hm-sldr-caption h3 a {
		font-size: 11px;
		width: 350px;
	}

}

span.topic-icn{
	background: url(../img/topic-icn-1.png) no-repeat;
	background-size: 27px 23px;
	width: 27px;
	height: 23px;
	position: absolute;
	top: -16px;
	right: 14px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
}

.hm-sldr-caption p{
	margin: 0 0 3px 0;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
}

.main-news-blks p {
	font-family: 'Oswald', sans-serif;
}

.main-news-blks p.data {
	color: #f7a050;
    text-transform: uppercase;
    font-size: 15px;
    /*font-weight: 900;*/
	font-weight: 500;
    position: absolute;
    bottom: 0;
}

.main-news-blks p.data {
    right: 9px;
}

/*.main-news-blks .mid-blks-cont p.data,
.main-news-blks .rt-bk-cont p.data {
	left: 9px;
}*/

.cat-label{
	position: absolute;
	top: 9px;
	right: 0;
	padding: 8px 20px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	z-index: 10;
}

.cat-label1{
	background: #f04a3c;
}

.cat-label2{
	background: #ffa905;
}

.cat-label3{
	background: #20c1dd;
}

.cat-label4{
	background: #f04a3c;
}

.cat-label5{
	background: #469b9c;
}

.cat-label a{
	color: #ffffff;
}

.cat-label-initial {
	position: initial;
}

.editoria1.cat-label {
	background: #3BD100;	 
}

.editoria2.cat-label {
	background: #FF0059;
}

.editoria3.cat-label {
	background: #FFE100;
}

.editoria4.cat-label {
	background: #00B3FF;
}

.editoria5.cat-label {
	background: #9000FF;
}

.editoria6.cat-label {
	background: #007BFF;
}

.editoria7.cat-label {
	background: #b31362;
}

.editoria9.cat-label {
	background: #469b9c;
}

  /* 2.2 - 3 Big Blocks */

.mid-blks-cont{
	/*width: 231px;*/
	/*width: 533px;*/
	width: 583px;
	float: left;
	display: inline-block;
	/*margin-right: 13px;*/
}
.mid-blks-cont .caption .boxcaption {
	bottom: 0;
	/*height: 50%;*/
	left: 0;
	padding: 6px 9px;
	/*background: rgba(29, 29, 29, 0.85);*/
	color: #ffffff;
	top: 165px;
	z-index: 2;
	-webkit-transition: background 1.2s, height 1.2s, padding-top 1.2s, top 1.2s;
    -moz-transition: background 1.2s, height 1.2s, padding-top 1.2s, top 1.2s;
    transition: background 1.2s, height 1.2s, padding-top 1.2s, top 1.2s;
}
.mid-blks-cont .caption:hover .boxcaption {
	/*background: rgba(29, 29, 29, 0.85);
	top: 0;
	padding-top: 53%;*/
}

@media only screen and (max-width: 689px) and (min-width: 433px){
	.big-slider-home {
		width: 100% !important;
		max-width: 100% !important;	
	}
	.mid-blks-cont {
		width: 100% !important;
	}

}

@media screen and (max-width: 1119px) and (min-width: 768px) {
	.big-slider-home {
		width: 100% !important;
		max-width: 100% !important;
	}

	.mid-blks-cont{
		width: 100%;
	}

	.boxgrid img, .boxgrid img:hover{		
		width: 100% !important;
		height: auto !important;
	}

	.boxgrid.mid-block-1 {
		width: 49% !important;
	}

	.boxgrid.mid-block-1:last-child {
		margin-right: 0 !important;
	}

	/*.mid-blks-cont {
		width: 50% !important;
		margin-right: 1%;
	}*/
}

@media screen and (max-width: 1119px) {
	.caption .boxcaption {
		/*top: 155px !important;*/
		height: 36%;
	}
}

@media screen and (max-width: 1190px) {
	.mid-blks-cont{
		width: 100%;
	}

	.boxgrid img, .boxgrid img:hover{		
		width: 100% !important;
		height: auto !important;
	}

	.boxgrid.mid-block-1 {
		width: 49% !important;
	}

	.boxgrid.mid-block-1:last-child {
		margin-right: 0 !important;
	} 

	.big-slider-home {
		width: 100%;
		max-width: 100% !important;
		margin-left: 0px !important;
		height: auto;
	}
}

.rt-bk-cont{
	position: relative;
	/*width: 289px;
	height: 475px;*/
	/*width: 533px;*/
	width: 583px;
	height: 231px;
	float: left;
	display: inline-block;
	/*margin-bottom: 13px;*/
	margin-bottom: 4px;
	cursor: pointer; 
}
.rt-bk-cont .caption .boxcaption2 {
	/*top: 386px;*/
	top: 192px;
	left: 0;
	bottom: 0;
	padding: 3px 9px;
	/*background: rgba(29, 29, 29, 0.85);*/
	color: #ffffff;
	z-index: 2;
	-webkit-transition: background 1.2s, height 1.2s, padding-top 1.2s, top 1.2s;
    -moz-transition: background 1.2s, height 1.2s, padding-top 1.2s, top 1.2s;
    transition: background 1.2s, height 1.2s, padding-top 1.2s, top 1.2s;
}
.rt-bk-cont .boxgrid2:hover .boxcaption2 {
    /*background: rgba(29, 29, 29, 0.85);
    height: 100%;
    top: 0;
    padding-top: 19.5%;*/
}
.rt-bk-cont .boxgrid2 h3 a,
.rt-bk-cont .boxgrid2 h3 a span,
.rt-bk-cont .boxgrid2 h3 a span span {
	font-size: 18px !important;
    color: #ffffff !important;
    float: none;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.rt-bk-cont .boxgrid2 p:not(.data) {
	font-size: 16px;
}


.boxgrid{
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1190px) {
	.boxgrid.mid-block-1 {
		width: 48%;
		margin-right: 2%;
	}
	.boxgrid.mid-block-2 {
		width: 48%;	
	}
}

.main-news-blks .mid-block-1.boxgrid:before {
    content: "";
    background: rgba(0,0,0,0.4);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.mid-block-1.boxgrid, .mid-block-2.boxgrid{
	/*height: 231px;*/
	/*height: 475px;*/
	/*width: 260px*/
	height: 240px;
	width: 289.5px;
	cursor: pointer;
}
.mid-block-1.boxgrid:first-child {
	margin-right: 4px;
}

.mid-block-1.boxgrid p, .mid-block-2.boxgrid p{
	margin: 3px 0;
}
.mid-block-1.boxgrid h3, .mid-block-2.boxgrid h3{
	margin: 0;
	line-height: 27px;
}
.mid-block-1.boxgrid h3 a,
.mid-block-1.boxgrid h3 a span,
.mid-block-1.boxgrid h3 a span span,
.mid-block-2.boxgrid h3 a{
	font-size: 18px !important;
	color: #ffffff !important;
	float: none;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.mid-block-1.boxgrid p,
.mid-block-1.boxgrid p span,
.mid-block-1.boxgrid p span span,
.mid-block-2.boxgrid  p {
	font-size: 15px;
}

@media screen and (max-width: 1119px) {
	.mid-block-1.boxgrid h3 a,
	.mid-block-1.boxgrid h3 a span,
	.mid-block-1.boxgrid h3 a span span {
		line-height: 1.3 !important;
		font-size: 14px !important;
		float: left !important;
	}
}

.mid-block-1.boxgrid h3 a:hover, .mid-block-2.boxgrid h3 a:hover{
	text-decoration: none;
}

.boxcaption{
	float:left;
	position:absolute;
	width:100%;
	opacity:.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.captionfull .boxcaption{
	top:260px;
	left:0
}
.caption .boxcaption{
	bottom: 0;
	/*height: 50%;*/
	left: 0;
	padding: 12px 20px;
	/*background: rgba(29, 29, 29, 0.85);*/
	color: #ffffff;
}

.boxcaption a {
color: #ffffff;
float: right;
font-size: 11px;
}

.boxgrid img,.boxgrid img:hover {
	position:absolute;
	top:0;
	left:0;
	border:0;
	/*width: 231px;
	height: 231px;*/
	width: 100%;
	height: auto;
}

.pad-6{
	padding-left: 6px !important;
	padding-right: 6px !important;
}



.main-news-blks .boxgrid2:before {
    content: "";
    background: rgba(0,0,0,0.4);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.boxgrid2{
	width: 100%;
	height: 231px;
	float: left;
	overflow: hidden;
	position: relative;
}
.boxgrid2 p{
	margin: 3px 0;
}

.boxgrid2 h3{
	font-size: 26px;
	margin: 0;
}
.boxgrid2 h3 a{
	font-size: 26px;
	color: #ffffff;
	float: none;
}

.boxgrid2 h3 a:hover{
	text-decoration: none;
}

.boxcaption2{
	float:left;
	position:absolute;
	width:100%;
	opacity:.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.captionfull .boxcaption2{
	top:260px;
	left:0;
}
.caption .boxcaption2{
	top: 366px;
	left: 0;
	padding: 12px 14px;
	/*background: rgba(29, 29, 29, 0.85);*/
	color: #ffffff;
}

.boxcaption2 a {
color: #ffffff;
float: right;
font-size: 11px;
}

.boxgrid2 img, .boxgrid2 img:hover{
	position:absolute;
	top:0;
	left:0;
	border:0;
	height: 100%;
	width: 100%;
}


.mid-block-1{
	margin-bottom: 13px;
}

/* 2 - Home Slider, Main Section ends */

/* 3 - News Ticker starts */

.ticker{
	position: relative;
	margin: 6px 0 0px 0;
	background: #ffffff;
	margin-bottom: 20px;
}

#page-index .ticker {
	margin-bottom: 0;	
}

.ticker h3{
	position: relative;
	margin: 0;
	line-height: 40px;
	float: left;
	padding: 0 20px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 15px;
	max-width: 40%;
	border-radius: 6px;
}

.ticker h3:after{
	left: 100%;
	top: 50%;
	content: " ";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid #f04a3c;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #f04a3c;
	margin-top: -16px;
}

.ticker h3.cat-label4:after{
	left: 100%;
	top: 50%;
	content: " ";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #f04a3c;
	border-left-color: #f04a3c;
	margin-top: -7px;
}

.ticker ul{
float: left;
max-width: 59%;
margin: 0;
list-style: none;
padding: 0 0 0 23px;
}

.ticker ul li h4,
.ticker ul li h4 span,
.ticker ul li h4 span span{
margin: 0;
line-height: 20px !important;
margin-top: 11px;
color: #7e7e7e !important;
font-size: 17px !important;
font-family: 'Open Sans', sans-serif !important;
font-weight: 700 !important;
font-style: italic !important;
}

.ticker-ctrls{
position: absolute;
top: 0;
right: 10px;
float: left;
height: 40px;
}

.ticker-ctrls a{
float: left;
font-family: 'entypo';
color: #adadad;
display: inline-block;
line-height: 20px;
font-size: 45px;
margin: 0 5px;
cursor: pointer;
}

.ticker-ctrls a:hover{
	color: #1d1d1d;
	text-decoration: none;
}

/* 3 - News Ticker ends */

/* 4- Main left side starts */

.main-left-side{
	/*width: 66.66666666666667%;
	margin-right: 1.709401709401709%;*/
	/*width: 52%;
	margin-right: 1.5%;*/
	/*width: 49.5%;*/
	width: 64%;
	/*margin-right: 1%;*/
	margin-right: 2%;
	display: inline-block;
	float: left;
}

.titulo-secao {
	width: 100%;
	padding: 0;
}
.titulo-secao span {
	/*color: #fff;
	text-transform: uppercase;
	border-radius: 4px;*/
	color: #303030;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 9px 2px 0;
}
@-moz-document url-prefix() { 
  .titulo-secao span {
     padding: 0 9px 1px 0;
  }
}
.titulo-secao span a:hover {
	text-decoration: none;
}
/*.main-right-side .titulo-secao span {
	padding: 5px 18px;
	font-size: 11px;
}*/

.titulo-secao.noticia-interna {
	border-bottom: 2px solid #e1e1e1;
    color: #999;
    font-size: 16px;
}
.titulo-secao.noticia-interna span {
	border-bottom: 2px solid #9B1D1E;
}
.titulo-secao.noticia-interna span.titulo-subeditoria {
	color: #666;
	font-size: 16px;
	border-bottom: none;
}

.titulo-secao.comentarios {
	border-bottom: 2px solid #e1e1e1;
	margin-top: 20px;
}
.titulo-secao.comentarios span {
	border-bottom: 2px solid #9B1D1E;
}

.titulo-secao.materias span {
	border-bottom: 2px solid #303030;
}
.titulo-secao.superdom span {
	border-bottom: 2px solid #B91F1D;
}
.titulo-secao.noticias span {
	border-bottom: 2px solid #9B1D1E;
}
.titulo-secao.direito span {
	border-bottom: 2px solid #1472b8;
}
.titulo-secao.engenharia span {
	border-bottom: 2px solid #d30d1c;
}
.titulo-secao.mais-direito span {
	border-bottom: 2px solid #c12b1c;
}
.titulo-secao.charges span {
	border-bottom: 2px solid #35b898;
}
.titulo-secao.colunistas span {
	border-bottom: 2px solid #2ecd79;
}
.titulo-secao.blogs span {
	border-bottom: 2px solid #d32628;
}
.titulo-secao.economia span {
	border-bottom: 2px solid #f6921e;
}
.titulo-secao.agenda-cultural span {
	border-bottom: 2px solid #B91F1D;
}
.titulo-secao.tv-domtotal span {
	border-bottom: 2px solid #2558ce;
}
.titulo-secao.fotogaleria span {
	border-bottom: 2px solid #303030;
	color: #9B1D1E;
	font-weight: 700;
}
.titulo-secao.fotogaleria span.titulo {
	color: #666;
	font-weight: normal;
}
.titulo-secao.destaques-jornais span {
	border-bottom: 2px solid #9B1D1E;
}

.conteudo-secao {
	padding-top: 6px;
	/*margin-top: -21px;*/
	border-top: 2px solid #e1e1e1;
}

.conteudo-secao.tv-domtotal {
	height: 340px;
}
.conteudo-secao.destaques-jornais {
    padding-top: 12px;
    margin-bottom: 20px;
}

/*.conteudo-secao.materias {
	border-top: 3px solid #B91F1D;
}
.conteudo-secao.superdom {
	border-top: 3px solid #B91F1D;
}
.conteudo-secao.noticias {
	border-top: 3px solid #B91F1D;
}
.conteudo-secao.direito {
	border-top: 3px solid #1472b8;
}
.conteudo-secao.charges {
	border-top: 3px solid #35b898;
}
.conteudo-secao.economia {
	border-top: 3px solid #3e8247;
}
.conteudo-secao.agenda-cultural {
	border-top: 3px solid #B91F1D;
}*/

#underSlider a.cat-a,
#ponto-de-vista a.cat-a {
    position: absolute;
    bottom: 24px;
    left: 15px;
    background: #fff;
    padding: 6px 12px;
}
#underSlider a.cat-a:hover,
#ponto-de-vista a.cat-a:hover {
    text-decoration: none;
}
#underSlider a.cat-a span,
#underSlider a.cat-a span span,
#underSlider a.cat-a span span span,
#ponto-de-vista a.cat-a span,
#ponto-de-vista a.cat-a span span,
#ponto-de-vista a.cat-a span span span {
	color: #303030 !important;
}

#underSlider .tn-big-1,
#ponto-de-vista .tn-big-1 {
    width: 100%;
    height: 462px;
    margin: 0 0.5% 0 0;
    padding: 0;
    position: relative;
}
#underSlider .tn-big-1 a img,
#ponto-de-vista .tn-big-1 a img {
    width: 100%;
    height: 422px;
}
#underSlider .tn-big-1 a.cat-a .versal,
#ponto-de-vista .tn-big-1 a.cat-a .versal {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
#underSlider .tn-big-1 a.cat-a .titulo,
#underSlider .tn-big-1 a.cat-a .titulo span,
#underSlider .tn-big-1 a.cat-a .titulo span span,
#ponto-de-vista .tn-big-1 a.cat-a .titulo,
#ponto-de-vista .tn-big-1 a.cat-a .titulo span,
#ponto-de-vista .tn-big-1 a.cat-a .titulo span span {
    font-size: 24px !important;
    color: #000 !important;
}

#underSlider .tn-small-1.margin-right,
#ponto-de-vista .tn-small-1.margin-right {
	margin-right: 2%;
}
#underSlider .tn-small-1,
#ponto-de-vista .tn-small-1 {
	width: 49%;
	height: 244px;
	margin: 0;
	padding: 0;
	position: relative;
}
#underSlider .tn-small-1:last-child,
#ponto-de-vista .tn-small-1:last-child {
	margin-right: 0;
}
#underSlider .tn-small-1 .link,
#ponto-de-vista .tn-small-1 .link {
	height: 21%;
}

#underSlider .tn-small-1 a.cat-a,
#ponto-de-vista .tn-small-1 a.cat-a {
	top: 65%;
}
#underSlider .tn-small-1 a.cat-a .versal,
#ponto-de-vista .tn-small-1 a.cat-a .versal {
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
}
#underSlider .tn-small-1 a.cat-a .titulo,
#ponto-de-vista .tn-small-1 a.cat-a .titulo {
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
}

#ponto-de-vista img {
	width: 100%;
}

/*#underSlider .tn-small-1 a.cat-a {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: none;
	color: #303030;
	padding: 0px 5px;
	margin: 0;
	/*border-right: 3px solid #d5d5d5;
	border-bottom: 3px solid #d5d5d5;
	border-left: 5px solid #303030;
}
#underSlider .tn-small-1 a.cat-a,
#underSlider .tn-small-1 a.cat-a span
#underSlider .tn-small-1 a.cat-a span span {
	font-size: 14px !important;
	height: 60%;
	font-weight: 500;
}
#underSlider .tn-small-1 a.cat-a .versal {
	font-size: 16px;
	font-weight: 700;
}

#underSlider a.versal2 {
    width: 100%;
    background: rgba(29, 29, 29, 0.85);
    float: left;
    padding: 5px 10px;
    margin-top: -3px;
    position: absolute;
    bottom: 43px;
}
#underSlider a:hover {
	text-decoration: none;
}
#underSlider a.versal2 span {
    color: #fff;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}
#underSlider a.titulo-capa2 {
    border-left: 3px solid #303030;
}
#underSlider a.titulo-capa2 span {
    margin-left: 6px;
    font-size: 15px;
}*/

.superdom {
	/*display: inline-block;*/
}

.superdom .boxgrid {
	height: 231px;
    width: 100%;
}
.superdom .caption .boxcaption {
	padding: 9px 12px;
	height: 40%;
}
.superdom .boxgrid h3 {
    margin: 0;
    line-height: 18px;
}
.superdom .boxgrid img,
.superdom .boxgrid img:hover {
	width: 100%;
	height: 231px;
	position: relative;
}
.superdom .boxgrid h3 a,
.superdom .boxgrid h3 a span,
.superdom .boxgrid h3 a span span {
    font-size: 16px !important;
    color: #ffffff !important;
    float: none;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.superdom .boxgrid h3 a:hover {
	text-decoration: none;
}
.superdom .boxgrid h3 .tipo {
	font-size: 15px !important;
	color: #f7a050 !important;
}
.superdom .boxgrid h3 .titulo {
	font-size: 18px !important;
}
.superdom .boxgrid h3 .data {
	color: #f7a050;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    bottom: 9px;
    right: 9px;
    margin: 0;
}

/* Notícias */
#noticias {
	position: relative;
    overflow: hidden;
    /*height: 50px;*/
	/*height: 2485px;*/
	height: 3985px;
    border-bottom: 2px solid #e1e1e1;
    
    -webkit-transition: height 1.2s;
	-moz-transition: height 1.2s;
	transition: height 1.2s;
}
#noticias .container {
	/*border-top: 9px solid #303030;*/
	padding: 0 10px;
}
#noticias .noticia {
    border: 1px solid #dcdcdc;
    /*padding: 9px 4px;*/
    height: 460px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
}
#noticias .noticia
#noticias .noticia a {
	color: #303030;
}
#noticias .noticia img {
	width: 100%;
}
#noticias .noticia a:hover {
	text-decoration: none;
}
#noticias .noticia.tipo-1 {
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
}
#noticias .noticia.tipo-2,
#noticias .noticia.tipo-3 {
	width: 66%;
	float: left;
	margin-right: 2%;
	position: relative;
}
#noticias .noticia.tipo-4 {
	width: 100%
}
#noticias .noticia.tipo-1 img {
	height: initial;
}
#noticias .noticia.tipo-2 img {
	height: 458px;
}
#noticias .noticia.tipo-3 img {
	height: initial;
}
#noticias .noticia.tipo-4 img {
	height: 458px;
}
#noticias .conteudo .col-sm-12 div:not(.noticia-img):last-child {
	margin-right: 0;
}
#noticias .noticia .noticia-texto .versal {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}
#noticias .noticia .versal.editoria-1 {
	color: #409945;	/* ESPORTE */
}
#noticias .noticia .versal.editoria-2 {
	color: #f71267;	/* ENTRETENIMENTO */
}
#noticias .noticia .versal.editoria-3 {
	color: #f6921e; /* ECONOMIA */
}
#noticias .noticia .versal.editoria-4 {
	color: #26a9e0; /* BRASIL */
}
#noticias .noticia .versal.editoria-5 {
	color: #652d90; /* MUNDO */
}
#noticias .noticia .versal.editoria-6 {
	color: #1472b9; /* DIREITO */
}
#noticias .noticia .versal.editoria-7 {
	color: #b31362; /* RELIGIÃO */
}
#noticias .noticia .versal.editoria-9 {
	color: #297239; /* MEIO AMBIENTE */
}
#noticias .noticia .versal.editoria-14 {
	color: #d30d1c; /* ENGENHARIA */
}
#noticias .noticia .noticia-texto {
	padding: 10px;
}
#noticias .noticia .noticia-texto .titulo {
    font-size: 28px;
	margin: 9px 0;
	line-height: 32px;
}
#noticias .noticia .noticia-texto .bigode {
    font-size: 15px;
	margin: 9px 0;
}
#noticias .noticia .autor,
#noticias .noticia .data {
    font-style: italic;
    font-size: 12px;
}
#noticias .noticia .divider {
	margin: 0 4px;
	width: auto;
    border: none;
    float: none;
}

#noticias .noticia.tipo-1 .noticia-texto {
    margin-bottom: 12px;
    padding: 10px;
}
#noticias .noticia.tipo-1 .noticia-img {
    position: absolute;
    bottom: 0;
    left: 0;
    /*padding: 5px;*/
}

#noticias .noticia.tipo-2 .noticia-texto {
    float: left;
    width: 49%;
    margin-right: 2%;
}
#noticias .noticia.tipo-2 .noticia-img {
    width: 49%;
    float: left;
}

#noticias .noticia.tipo-3 .noticia-img {
	position: relative;
}
#noticias .noticia.tipo-3 .noticia-texto {
    position: absolute;
    bottom: -6px;
    background: #fff;
    margin-left: 12px;
}
#noticias .noticia.tipo-3 .noticia-texto .titulo {
	margin: 0;
}
#noticias .noticia.tipo-3 .bigode {
    margin: 12px 0 9px 21px;
    color: #303030;
    font-size: 16px;
}
#noticias .noticia.tipo-3 .creditos {
	margin: 9px 0 0 21px;
    color: #303030;
}


#noticias .noticia.tipo-4 .noticia-texto {
    float: right;
    width: 34%;
}
#noticias .noticia.tipo-4 .noticia-img {
    float: left;
    width: 64%;
    margin-right: 2%;
}

#noticias .noticia.tipo-2 .noticia-texto .titulo,
#noticias .noticia.tipo-4 .noticia-texto .titulo {
	font-size: 34px;
	line-height: 38px;
}
#noticias .noticia .noticia-texto p {
	/*margin: 9px 0;*/
	color: #333333;
}
#noticias .noticia.not-white .noticia-texto p,
#noticias .noticia.not-white .noticia-texto span,
#noticias .noticia.not-white .bigode,
#noticias .noticia.not-white .creditos {
    color: #fff;
}
#noticias .noticia.not-white .noticia-texto .versal {
	color: #eed006;
	margin: 0;
}
#noticias .mais .mais-noticias {
    width: 100%;
    background: #FFF;
    color: #303030;
    border: none;
    text-transform: uppercase;
    margin: 6px 0;
	width: 11%;
	font-size: 10.5px;
}
#noticias .noticia.tipo-2 .bigode,
#noticias .noticia.tipo-3 .bigode {
	margin-top: 15px;
}
/*#noticias .mais .mais-noticias:hover {
    background: #fff;
    color: #303030;
    border: 1px solid #303030;
}*/
#noticias .mais > .one-button {
	width: 18%;
	margin: auto;
	float: none;
}
#noticias .mais .mais-noticias .fa {
    font-size: 11px;
}
#noticias .mais > div {
    width: 32%;
    float: left;
    margin-right: 2%;
}
#noticias .mais > div:not(.one-button):last-child {
	margin-right: 0;
}
#noticias .mais > div > div {
	width: 60%;
	margin: auto;
}

#noticias .mais .direito {
	color: #1472b9;
}
#noticias .mais .engenharia {
	color: #d30d1c;
}
#noticias .mais .ecologia {
	color: #297239;
}
#noticias .mais .religiao {
	color: #b31362;
}
#noticias .mais .brasil {
	color: #26a9e0;
}
#noticias .mais .mundo {
	color: #652d90;
}
#noticias .mais .economia {
	color: #f6921e;
}
#noticias .mais .entretenimento {
	color: #f71267;
}
#noticias .mais .esporte {
	color: #409945;
}

.noticias .conteudo > .col-sm-12 {
	padding: 0;
	margin-bottom: 30px;
	height: 460px;
}
.noticias .conteudo .cat-label {
	position: absolute;
    top: 9px;
    right: 0;
    padding: 3px 12px;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
    text-transform: uppercase;
}
.noticias .conteudo .div {
	background: #d5d5d5;
	height: 200px;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	margin-bottom: 1%;
}
.noticias .conteudo a.cat-a {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #303030;
	padding: 5px 5px;
	margin: 0;
	border-right: 3px solid #d5d5d5;
	border-bottom: 3px solid #d5d5d5;
}
.noticias .conteudo a.cat-a,
.noticias .conteudo a.cat-a span
.noticias .conteudo a.cat-a span span {
	font-size: 12px !important;
	height: 45%;
}
.noticias .conteudo a.cat-a .versal {
	font-size: 10px;
}
.noticias .conteudo .boxgrid4 {
    height: 231px;
    float: left;
    overflow: hidden;
    position: relative;
}
.noticias .conteudo .div {
    background: #d5d5d5;
    height: 200px;
    border-right: 6px solid #fff;
    border-left: 6px solid #fff;
    margin-bottom: 1%;
    background-size: cover;
    background-position: center;
}
.noticias .conteudo .boxgrid4 img,
.noticias .conteudo .boxgrid4 img:hover {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 231px;
}
.noticias .conteudo .caption .boxcaption4 {
    bottom: 0;
    height: 45%;
    left: 0;
    padding: 6px 9px;
    background: rgba(29, 29, 29, 0.85);
    color: #ffffff;

    float: left;
    position: absolute;
    width: 100%;
    opacity: .9;
}
.noticias .conteudo .caption.no-image .boxcaption4 {
    height: 100%;
    background: #fff;
    border-left: 3px solid #000;
}
.noticias .conteudo .caption .boxcaption4 a h3 {
	margin: 0;
	line-height: 18px;
	position: relative;
}
.noticias .conteudo .caption.no-image .boxcaption4 a h3 {
	position: absolute;
	top: 50%;
	color: #000 !important;
	font-weight: 700;
    font-size: 22px !important;
    line-height: 22px;
}
.noticias .conteudo .caption .boxcaption4 a h3 {
	font-size: 15px !important;
    color: #ffffff !important;
    float: none;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.noticias .conteudo .caption .boxcaption4 a:hover {
	text-decoration: none;
}
.noticias .conteudo .caption .boxcaption4 a p {
	font-family: 'Oswald', sans-serif;
	margin: 0 0 3px 0;
	font-size: 13px;
	color: #fff;
}
.noticias .conteudo .caption.no-image .boxcaption4 a p {
    color: #000;
    position: absolute;
    top: 35%;
    font-weight: 700;
    font-size: 14px;
}
.noticias .conteudo .caption .boxcaption4 a p.data {
	color: #f7a050;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	position: absolute;
	bottom: 0;
}
.noticias .conteudo .caption.no-image .boxcaption4 a p.data {
    color: #f7a050;
    position: absolute;
    top: 90%;
    font-weight: 700;
    font-size: 13px;
}
.noticias .conteudo #mais-noticias {
	width: 98%;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 12px 0 6px;
    padding: 10px 0;
    background: #B91F1D;
    border: none;
    border-radius: 4px;
}

#as-mais {
	margin: 20px 0;
    padding: 10px 0 0;
    background: #f7f7f7;
}
#as-mais .news-sec-1 {
	margin: 0 0 9px 0;
}
#as-mais .margin-right {
	margin-right: 2%;
}

#destaquesJornais .titulo-secao span {
	margin-left: 91.5px;
}
#destaquesJornais .conteudo-secao {
	display: table;
    background: #e6e6e6;
    width: 100%;
    padding-bottom: 40px;
}
#destaquesJornais .sec-cont2.destaques-jornais {
    border: none;
    background: #e6e6e6;
    margin: auto;
    padding: 0 15px;
}


	/* 4.1 - Top news */

.top-news {
margin-bottom: 22px;
}

.top-big-two{
	margin-top: 20px;
	float: left;
	width: 100%;
}

.boxgrid3{
width: 100%;
height: 475px;
float: left;
overflow: hidden;
position: relative;
}


.boxcaption3{
	/*float:left;
	position:absolute;*/
	width:100%;
	height: 100%;
	opacity:.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.captionfull.boxcaption3{top:260px;left:0}
.caption.boxcaption3{
	/*top: 190px;
	left: 0;*/
	padding: 12px 10px;
	background: rgba(29, 29, 29, 0.85);
	color: #ffffff;
}

#especiais .caption .boxcaption3 {
	/*background: #1d1d1d;*/
	opacity: 1;
}

.boxcaption3 a {
color: #ffffff;
float: right;
font-size: 11px;
}

.boxgrid3 img,.boxgrid3 img:hover{
	/*position:absolute;
	top:0;
	left:0;
	border:0;*/
	width: 100%;
	height: auto;
}

.sec-cont{
	background: #ffffff;
	margin: 0 0 20px 0;
	padding: 18px 15px 20px 15px;
	/*border-top: 2px solid #d5d5d5;*/
}

#especiais .big-two-1.boxgrid3 img {
	width: 100%;
	margin-right: 0;
	float: none;
	height: 340px;
}
.big-two-1.boxgrid3 img {
	width: 90%;
	margin-right: 4%;
	float: left;
}

.big-two-1 .caption.boxcaption3 {
	background: none;
}

.big-two-1, .big-two-2{
	margin-right: 1.83333333333333%;
}

.page-editoria .big-two-1, .page-editoria .big-two-2 {
}

.page-editoria .big-two-2 {
	margin-right: 0;
}

.page-editoria .sec-cont {
	border-top-width: 2px;
	border-top-style: solid;
}

.big-two-1:last-child {
	margin-right: 0%;
}

.big-two-3{
	width: 32%;	
}

.big-two-1.boxgrid3, .big-two-2.boxgrid3, .big-two-3.boxgrid3{
	/*height: 269px;*/
	height: auto;
	margin-bottom: 15px;
}

.big-two-1.boxgrid3 h3, .big-two-2.boxgrid3 h3, .big-two-3.boxgrid3 h3{
	margin: 0;
}

.big-two-1.boxgrid3 p {
	color: #000;
}

.big-two-1.boxgrid3 h3 a, 
.big-two-1.boxgrid3 h3 a span, 
.big-two-1.boxgrid3 h3 a span span {
	font-size: 15.5px !important;
	color: #000 !important;
	float: none;
	font-weight: 500;
}

.big-two-2.boxgrid3 p, .big-two-3.boxgrid3 p{
	font-size: 13px;
	color: #ffffff;

}

.big-two-2.boxgrid3 h3 a, 
.big-two-3.boxgrid3 h3 a{
	font-size: 15.5px !important;
	color: #ffffff !important;
	float: none;
	font-weight: 500; }

.big-two-1.boxgrid3 h3 a:hover, .big-two-2.boxgrid3 h3 a:hover, .big-two-3.boxgrid3 h3 a:hover{
	text-decoration: none;
}

p.artcl-time-1{
font-size: 12px !important;
margin: 8px 0 5px 0;
color: #dedede !important;
}

p.artcl-time-1 span{
	margin-right: 15px;
}

p.artcl-time-1 span i{
	margin-right: 5px;
}

.tn-small-1{
	width: 50%;
	height: 100px;
	margin-bottom: 28px;
	padding-right: 15px;
}

#maisLidas {
    width: 100%;
    background: #f7f7f7;
}

#maisLidas .tn-small-1{
	width: 100%;
	margin-bottom: 0px;
}

#maisLidas .tn-small-1:first-child{
	margin-top: 17px;
}

.top-news .tn-small-1 img {
	width: 34%;
	height: 85px;
}

.tn-small-1 h4 {
	max-width: 59% !important;
	min-width: 50%;
	font-size: 16px;
	margin: 6px 0 9px 15px;
	line-height: 1.1;
} 

.tn-small-1 h4,
.tn-small-1 h4 span,
.tn-small-1 h4 span span {
	font-size: 14px !important;
}

#maisLidas .tn-small-1 h4 {
	width: 60%;
	height: 40px;
	font-size: 14px !important;
	line-height: 1.150;
	font-weight: normal !important;
}

#maisLidas .tn-small-1 h4 span,
#maisLidas .tn-small-1 h4 span span {
	font-size: 14px !important;
	font-weight: 500;
}

.tn-small-1 p{
font-size: 12px;
color: #9c9c9c;
margin: 0;
}

.tn-small-1 p i{
	margin-right: 5px;
}

.tn-small-1 p a{}

.tn-small-1 a.cat-a, .trend-1 a.cat-a {
font-size: 13px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
padding: 5px 20px;
margin: 0;
}

.tn-small-1 p i{
	text-align: right;
}


	/* 4.2 - News-sec-1 */

.sec-cont2{
	background: #ffffff;
	margin: 0 0 12px 0;
	padding: 18px 15px 0 15px;	
	border-top: 2px solid #F04A3C;
}

.sec-cont2.direito {
	border-top: 2px solid #007BFF;
}

.sec-cont2.engenharia {
	border-top: 2px solid #d30d1c;
}

.sec-cont2.meio-ambiente {
	border-top: 2px solid #469b9c;
}

.sec-cont2.religiao {
	border-top: 2px solid #b31362;
}

.sec-cont2.brasil {
	border-top: 2px solid #00B3FF;
}

.sec-cont2.mundo {
	border-top: 2px solid #9000FF;
}


.sec-cont2.economia {
	border-top: 2px solid #FFE100;
}


.sec-cont2.entretenimento {
	border-top: 2px solid #FF0059;
}


.sec-cont2.futebol, .sec-cont2.esporte {
	border-top: 2px solid #3BD100;
}

.sec-cont2.analise {
	border-top: 0;
}

.sec-cont2.destaques-jornais {
	border-top: 2px solid #3BD100;
}

.sec-cont2.galeria {
	border-top: 2px solid #e3a122;
}

#galeriaDivPai .sec-title {
	position: absolute;
    top: 7%;
    left: 0%;
    z-index: 99;
    font-size: 13px;
    color: #fff;
    background: #e2a121;
    padding: 1% 4%;
    border-radius: 3px;
    line-height: 1.2em;
    margin: 0;
}
#pre-galeria3 {
	position: relative;
	margin-bottom: 15px;
}
#pre-galeria3 #camera {
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
#galeria3 img {
	width: 100%;
}
#galeria3 .info {
	background: #f2eeef;
	font-size: 11px;
	padding: 0.3% !important;
}
#galeria3 .clique_aqui a:hover {
	text-decoration: none;
}
#galeria3 .autor {
	text-align: right;
}

#corpo #slider1_container #camera {
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 0;
}

#destaquesJornais .item {
	width: 23%;
	margin-right: 2.666666667%;
	float: left;
	/*height: 145px;*/
}

@media only screen and (max-width: 640px) {
	#destaquesJornais .item {
		width: 47%;
		margin-right: 2.666666667%;
		float: left;
		min-height: 110px;
	}	
}

#destaquesJornais .item:nth-child(4n) {
	margin-right: 0;
}

#destaquesJornais .item h4 {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 700;
}

#destaquesJornais .item p {
	margin-top: 0px;
	font-size: 14px;
}

.news-sec-1 {
margin: 0 0 35px 0;
}

.sec-1-big{
	margin: 0 0 30px 0;
}

.sec-1-big div.sec-1-big-text{
	width: 58.93333333333333%;
	/*margin-left: 3.6%;*/
	padding-left: 4%;
}

#sub-editoria-direito .sec-1-big div.sec-1-big-text {
	width: 100%;
	padding: 0;
}

#swiper-videos .sec-1-big div.sec-1-big-text{
	width: 55.93333333333333%;
}

.sec-1-big img{
	width: 37.46666666666667%;
	/*width: 281px;
	height: 206px;*/
}

.sec-1-big div.sec-1-big-text h3, .sec-1-big div.sec-1-big-text h4{
font-weight: 500;
color: #191919;
margin: 13px 0 0 0;
}

.sec-1-big div.sec-1-big-text h3,
.sec-1-big div.sec-1-big-text h3 span,
.sec-1-big div.sec-1-big-text h3 span span {
	font-size: 24px !important;
	font-weight: 500 !important;
}

#page-tv .sec-1-big div.sec-1-big-text h3,
#page-tv .sec-1-big div.sec-1-big-text h3 span,
#page-tv .sec-1-big div.sec-1-big-text h3 span span {
	font-size: 15px !important;
	margin-top: 0;
}

.sec-1-big div.sec-1-big-text h6, .sec-1-big div.sec-1-big-text p, .sec-1-big div.sec-1-big-text h3, .sec-1-big div.sec-1-big-text h4{
	float: left;
	width: 100%;
}

.sec-1-big div.sec-1-big-text h6{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	margin: 12px 0 15px 0;
}

.sec-1-big div.sec-1-big-text h6 span{
	margin-right: 15px;
}

.sec-1-big div.sec-1-big-text h6 i{
margin-right: 5px;
font-size: 14px;
}

.sec-1-big div.sec-1-big-text p{
	font-size: 15px;
	color: #666666;
	margin: 15px 0 0 0;
}

.sec-1-sm {
width: 50%;
float: left;
display: inline-block;	
margin-top: 8px;
margin-bottom: 20px;
}

/*@media only screen and (min-width: 1120px) {
	#agendaCultural #swiper-agenda-cultural .sec-1-sm {
		width: 20.5%;
	}
}*/

.sec-1-sm:nth-child(odd){
	padding-right: 15px;
}

#tv-domtotal .w32 {
    width: 32%;
    float: left;
    margin-right: 2%;
    height: 282px;
    position: relative;
    cursor: pointer;
}
#tv-domtotal .w32:before {
    content: "";
    background: rgba(0,0,0,0.4);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
#tv-domtotal .w32:nth-child(3) {
	margin-right: 0;
}
#tv-domtotal .video-button {
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 9;
}
#tv-domtotal .video-button img {
    width: 12%;
    float: right;
}
#tv-domtotal .video-caption {
	position: absolute;
	top: 60%;
	width: 100%;
	z-index: 2;
}
#tv-domtotal .w32:hover .video-caption {
    /*background: rgba(29, 29, 29, 0.85);
    height: 100%;
    padding-top: 45.2%;
    top: 0;
    
    -webkit-transition: background 1.2s;
    -moz-transition: background 1.2s;
    transition: background 1.2s;*/
}
#tv-domtotal .video-caption a:hover {
	text-decoration: none;
}
#tv-domtotal .video-caption a p {
	color: #fff;
    margin: 9px 6px;
}
#tv-domtotal .video-caption a p span,
#tv-domtotal .video-caption a p span span {
	color: #fff !important;
	font-family: 'Roboto', sans-serif !important;
}
#tv-domtotal .video-caption .video-titulo {
    font-size: 26px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}
#tv-domtotal .video-caption .video-resumo,
#tv-domtotal .video-caption .video-resumo span,
#tv-domtotal .video-caption .video-resumo span,
#tv-domtotal .video-caption p:not(.video-titulo) {
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: 'Roboto', sans-serif !important;
}
#tv-domtotal .conteudo-secao .w32 ~ .trend-2 {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 0;
}
#tv-domtotal .conteudo-secao .w32 ~ .trend-2 .mais-videos {
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    text-align: right;
}
#tv-domtotal .conteudo-secao .w32 ~ .trend-2 .mais-videos a {
    font-size: 17px;
    color: #303030;
    text-transform: lowercase;
    padding: 3px 9px 2px 0;
    border-bottom: 2px solid #2558ce;
}
#tv-domtotal .conteudo-secao .w32 ~ .trend-2 .mais-videos a:hover {
    text-decoration: none;
}
#tv-domtotal .conteudo-secao .w32 ~ .trend-2 .mais-videos a .fa {
    font-size: 14px;
}

#agenda-cultural {
	/*margin-bottom: 20px;*/
	margin-bottom: 40px;
}
#agenda-cultural p {
	margin: 0;
	padding: 0;
}
.agenda-cultural > div {
	float: left;
	height: 445px;
	position: relative;
}
#agenda-cultural .cinema {
	width: 24%;
	margin-right: 2%;
	cursor: pointer;
}
#agenda-cultural .dica-semana {
	width: 48%;
	margin-right: 2%;
	cursor: pointer;
}
#agenda-cultural .caption {
	position: absolute;
    top: 89%;
    background: #fff;
    margin-left: 9px;
    padding: 12px;
}
#agenda-cultural .cinema .caption {
    width: 84%;
}
#agenda-cultural .dica-semana .caption {
	width: 60%;
}
#agenda-cultural .cinema p,
#agenda-cultural .dica-semana p {
	text-transform: uppercase;
    color: #303030;
}
#agenda-cultural .cinema .secao,
#agenda-cultural .dica-semana .secao {
    font-size: 14px;
    font-weight: 400;
}
#agenda-cultural .cinema .titulo,
#agenda-cultural .dica-semana .titulo {
    font-size: 16px;
    font-weight: 600;
}
#agenda-cultural .outros {
	width: 24%;
}
#agenda-cultural .outros div:last-child {
	position: absolute;
	bottom: 0;
}
#agenda-cultural .outros h4 {
	text-transform: uppercase;
	margin: 3px 0;
	font-weight: 800;
}
#agenda-cultural .outros p {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	margin: 6px 0;
}
#agenda-cultural .outros p a:hover {
	text-decoration: none;
}

/* Componentes para fotogaleria */
.titulo-secao.fotogaleria .container {
    border-bottom: 2px solid #e1e1e1;
    padding: 0;
}
#fotogaleria > .float-width {
    /*border-bottom: 2px solid #e1e1e1;*/
    margin-bottom: 50px;
}
#fotogaleria #mais-fotogaleria {
	width: 10%;
    float: left;
    text-transform: uppercase;
    margin: 0.5% 0 0 15%;
}
#fotogaleria #autor {
	float: right;
	text-transform: uppercase;
	margin: 0.5% 15% 0 0;
}
/*#fotogaleria .fotogaleria .container > div {
	text-align: center;
}*/
.conteudo-secao.fotogaleria {
	padding-top: 18px;
	border-top: none;
}
.conteudo-secao.fotogaleria > .float-width {
    background: #f7f7f7;
}
.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn
{
position: absolute;
cursor: pointer;
display: block;
background: url(../img/a03.png) no-repeat;
margin-top: 30px;

}
.jssora03l { background-position: -3px -33px; }
.jssora03r { background-position: -63px -33px; }
.jssora03l:hover { background-position: -123px -33px; }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03ldn { background-position: -243px -33px; }
.jssora03rdn { background-position: -303px -33px; }

/* Pré rodapé: Destaques Jornais e Indicadores Econômicos */
/*#pre-rodape {
	margin-bottom: 40px;
}*/
#pre-rodape .w69 {
	width: 69%;
	margin-right: 2%;
}
#pre-rodape .w29 {
	width: 29%;
}
#pre-rodape .destaques-jornais ul {
    width: 32%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 2%;
}
#pre-rodape .destaques-jornais ul:last-child {
	margin-right: 0;
}
#pre-rodape .destaques-jornais ul li {
	margin: 9px 0;
	min-height: 65px;
}
#pre-rodape .destaques-jornais ul li a:hover {
    text-decoration: none;
}
#pre-rodape .destaques-jornais ul li a strong {
    font-size: 17px;
}

#agendaCultural #swiper-agenda-cultural .sec-1-sm:nth-child(odd) {
	margin-right: 2%;
	padding-right: 0;
}

#agendaCultural .w49.margin {
	margin-right: 2%;
}
#agendaCultural .sec-cont2 {
	margin: 0;
	padding: 0;
	border: none;
}
#agendaCultural .wrapper-agenda-cultural {
	display: inline-block;
	position: relative;
	width: 100%;
}
#agendaCultural h3.sec-title {
	position: absolute;
	top: 15px;
	right: 0;
	background: #B91F1D;
	padding: 4px 18px;
	font-size: 13px;
	color: #fff;
	margin: 0;
}
#agendaCultural .sec-1-sm {
	width: 49%;
	/*height: 200px;*/
	margin-bottom: 0;
}

#agendaCultural #cinema.sec-1-sm {
	width: 100%;
	height: 413px;
}
#agendaCultural #cinema.sec-1-sm img {
	width: 100%;
	height: 100%;
}
#agendaCultural .sec-1-big-text {
    /*position: absolute;
    bottom: 0;
    background: rgba(29, 29, 29, 0.85);*/
    width: 100%;
    padding: 0;
}
#agendaCultural .sec-1-big-text h3 {
	color: #303030;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	/*margin: 5px 9px 0 9px;*/
	margin: 3px 0;
}
#agendaCultural .sec-1-big-text h4,
#agendaCultural .sec-1-big-text p {
    color: #f7a050;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    /*margin: 3px 9px 0 9px;*/
	margin: 4px 0;
}

#agendaCultural.cinema .sec-1-sm {
    width: 20%;
}
#agendaCultural #swiper-agenda-slide-1 .sec-1-sm {
    width: 20%;
    margin-right: 6%;
}
#agendaCultural #swiper-agenda-slide-1 .sec-1-sm img {
	width: 100%;
}
#agendaCultural #swiper-agenda-slide-1 .sec-1-sm:nth-child(odd) {
    margin-right: 6%;
}
#agendaCultural #swiper-agenda-slide-1 .sec-1-sm:nth-child(5n) {
    margin-right: 0;
}

@media only screen and (min-width: 1120px) {
	/*#agendaCultural #swiper-agenda-cultural .sec-1-sm:nth-child(odd) {
		padding-right: 0;
		margin-right: 2%;
	}*/
	#agendaCultural #swiper-agenda-cultural .bloco-slide .sec-1-sm:last-child {
    	margin-right: 0;
	}
	#agendaCultural #swiper-agenda-cultural .bloco-slide .sec-1-sm {
	    margin-right: 6%;
	}
}

#swiper-agenda-slide-2 .sec-1-sm img,
#swiper-agenda-slide-3 .sec-1-sm img,
#swiper-agenda-slide-4 .sec-1-sm img,
#swiper-agenda-slide-5 .sec-1-sm img,
#swiper-agenda-slide-6 .sec-1-sm img,
#swiper-agenda-slide-7 .sec-1-sm img {
	width: 100%;
}

.sec-1-sm:nth-child(even){
	padding-right: 0;
}

.sec-1-sm img{
	width: 29.97198879551821%;
	margin: 0;
}

.sec-1-sm div.sec-1-sm-text{
	width: 65.82633053221288%;
	margin-left: 15px;
	padding-top: 6px;
}
.sec-1-sm div.sec-1-sm-text h3{
max-width: 253px;
font-size: 16px;
margin: 0;
color: #191919;
}
.cinema .sec-1-sm div.sec-1-sm-text h3,
#agendaCultural .sec-cont2 .sec-1-sm div.sec-1-sm-text h3 {
	float: left;
	width: 100%;
}

.sec-1-sm div.sec-1-sm-text h6{
font-family: 'Roboto', sans-serif;
font-size: 12px;
color: #9c9c9c;
margin: 6px 0 7px 0;
}

.sec-1-sm div.sec-1-sm-text h6 span{
	margin-right: 15px;
}

.sec-1-sm div.sec-1-sm-text h6 i{
margin-right: 5px;
font-size: 14px;
}

.sec-1-sm div.sec-1-sm-text p{
	font-size: 13px;
	color: #666666;
	margin: 0;
	float: left;
	width: 100%;
}


/* 4.3 - News Slider */
.qk-slider {
margin: 0 0 36px 0;
}

.qk-slider h3.sldr-title{
margin-left: 18px;
}

.flexslider.news-sldr {
padding: 0 24px;
}

h3.sldr-title {
font-size: 19px;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 9px 0;
}

.slide-sngl{
	padding: 10px;
}

.slide-sngl h4{
font-size: 16px;
font-weight: 500;
margin: 12px 0;
}

.slide-sngl p{
	font-size: 13px;
	margin: 0;
}

.slide-sngl h6{
font-family: 'Roboto', sans-serif;
font-size: 12px;
color: #9c9c9c;
margin: 16px 0 5px 0;
}

.slide-sngl h6 span{
	margin-right: 15px;
}

.slide-sngl h6 i{
margin-right: 5px;
font-size: 14px;
}

.news-sldr .flex-direction-nav a{
	opacity: 1 !important;
	color: #adadad !important;
}

.news-sldr a.flex-next{
right: -4px !important;
opacity: 0.7 !important;
}

.news-sldr  a.flex-prev{
left: -4px !important;
opacity: 0.7 !important;
}

.news-sldr a.flex-next:hover, .news-sldr a.flex-prev:hover{
opacity: 1 !important;
}

.news-sldr .flex-direction-nav a:before{
	font-size: 75px;
}

.slide-sngl:hover{
	background: #ffffff;
}


/* 4.4 - Polls and Reviews */

.sec-cont3{
background: #ffffff;
margin: 0 0 35px 0;
padding: 18px 15px 20px 15px;
border-top: 2px solid #469b9c;
}

.polls-cont{
	float: left;
	width: 100%;
}

.polls-cont h6{
font-family: 'Roboto', sans-serif;
font-size: 12px;
color: #9c9c9c;
margin: 0;
line-height: 23px;
}

.polls-cont h6 span{
	margin-right: 15px;
}

.polls-cont h6 span:last-child{
	margin-right: 0;
}


.polls-cont h6 i{
margin-right: 5px;
font-size: 14px;
}

.polls-left{
width: 372px;
padding-right: 25px;
margin-right: 25px;
border-right: 1px solid #e5e5e5;
}

.polls-right{
	width: 353px;
}

.pol-lft-txt h4{
font-size: 23px;
font-weight: 500;
color: #191919;
margin: 20px 0 13px 0;
}

.pol-lft-txt p{
	font-size: 15px;
	color: #666666;
	margin: 30px 0 0 0;
}

.pol-rt-sm {
margin: 0 0 17px 0;
}

.pol-rt-sm h5{
float: left;	
font-size: 16px;
font-weight: 500;
color: #191919;
margin: 8px 0 12px 0;
}

.pol-rt-sm h6{
line-height: normal !important;
margin-bottom: 8px;
}

.pol-rt-sm a.stars img{
	height: 17px;
}

.pol-rt-img{
	margin-right: 14px;
}

/* 4.5 - Small Image Gallery Slides */

.sm-gal-bg{
	float: left;
}

.sm-gal-cont{
background: #ffffff;
margin: 0px 0 35px 0;
padding: 18px 15px 20px 15px;
border-top: 2px solid #20c1dd;
}

.img-sm-gal{
	width: 365px;
}

.img-sm-gal ul{
	list-style: none;
}

.img-sm-gal ul li{
	width: 79px;
	margin-right: 15px;
}

.img-sm-gal ul li img{
	float: left;
	margin-bottom: 15px;
}


/* 4.6 - Video Gallery */
.vid-gal{
background: #ffffff;
margin: 0px 0 35px 0;
padding: 18px 15px 20px 15px;
border-top: 2px solid #469b9c;
}

.vid-thmb{
	float: left;
	width: 100%
}

.vid-thmb ul{
list-style: none;
padding: 0;
margin: 25px 0 0 0;
}

.vid-thmb ul li{
display: inline;
margin: 0 1.7%;
}

.vid-thmb ul li:first-child{
	margin-left: 0;
}

.vid-thmb ul li:last-child{
	margin-right: 0;
}


/* 4- Main left side ends */



/* 5- Main right side starts */

.main-right-side{
	/*width: 31.62393162393162%;*/
	/*width: 46.5%;*/
	/*width: 49.5%;*/
	width: 34%;
	display: inline-block;
	float: left;
}

.main-right-side .w69 {
	margin-right: 2%;
}

.main-right-side .news-sec-1 {
	margin: 0;
}

#sliderDestaqueDireito {
	float: left;
	/*margin-right: 2%;*/
	margin-bottom: 15px;
}

#superDom .sec-cont2 {
	margin: 0;
	padding: 0;
	border-top: none;
}
#superDom .wrapper-body {
	width: 100%;
}
#superDom .sec-1-big {
	margin: 0 0 3px 0;
}
#superDom .title {
	/*border-left: 4px solid #303030;*/
	margin-bottom: 20px;
	clear: both;
}
#superDom .title h3.sec-title {
	font-size: 16px;
    margin: 0 0 3px 0;
    text-transform: uppercase;
}
#superDom .title h3.mat-title {
    margin: 0 0 3px 0;
    font-size: 15px;
}
#superDom .title h3.autor {
    text-transform: none;
    margin: 0 0 3px 0;
    font-size: 12px;
    font-style: italic;
}

	/* 5.1 - Small Slider */
.sm-sldr-box{
	/*margin: 0 0 46px 0*/
	margin: 0;
}


	/* 5.2 - Social Media */

.smedia{
	/*margin: -52px 0 0 0;*/
	width: 100%;
}

.smedia div {
	margin: 0 10px 21px 0;
}

.smedia a span{
	float: left;
	font-size: 23px;
	color: #888888;
	font-weight: 300;
	margin-left: 20px;
	line-height: 52px;
}

	/* 5.3 - Trending post */
.trending{
	/*margin: 0 0 47px 0;*/
	margin: 0 0 20px 0;
}

.indicadoresEconomicos {
	/*background-color: #FFFFFF;*/
	background: #f2f2f2;
	/*border-top: 2px solid #FFE100;
	padding: 18px 15px 0 15px;*/
	width: 100%;	
	/*height: 295px;*/
	/*margin-top: -9px;*/
	margin-top: 0;
 }

 .maisLidas {
 	background-color: #FFFFFF;
	/*border-top: 2px solid #B91F1D;*/
	width: 100%;	
	height: auto;
	/*margin-top: 20px;*/
 }
 .maisLidas .trending {
 	margin: 0;
 }
 
 #top50 {
 	background: #000;
 	color: #fff;
 	padding: 2%;
 	margin: 0;
 }

 #indicadoresEconomicosDestaque .indicadoresEconomicos {
 	width: 49%;
 }

.trend-1{
position: relative;
margin-bottom: 6px;
}

.trend-1 a.cat-a{
	position: absolute;
	top: 0;
	right: 0;
}

.trend-2{
position: absolute;
bottom: 0px;
width: 100%;
padding: 15px;
background: rgba(29, 29, 29, 0.85);
color: #ffffff;
}

.trend-2 h3{
	margin: 0;
}

.trend-2 h3,
.trend-2 h3 a,
.trend-2 h3 a span,
.trend-2 h3 a span span{
font-size: 15px !important;
color: #ffffff !important;
float: none;
font-weight: 500;
}

.trend-2 p{
font-size: 13px;
margin: 8px 0 5px 0;
color: #ffffff;
}

.trend-2 p span{
margin-right: 15px;
}

.trend-2 p span i{
margin-right: 5px;
}


.trend-sm{
	margin-bottom: 28px;
	padding-right: 15px;
}

.trend-sm img{}

.trend-sm h4{
max-width: 230px;
font-size: 16px;
margin: 6px 0 9px 15px;
line-height: 20px;
}

.trend-sm p{
font-size: 12px;
color: #9c9c9c;
margin: 0;
line-height: 30px;
}

.trend-sm p i{
	margin-right: 5px;
}

.trend-sm p a{}

.trend-sm a.cat-a, .trend-1 a.cat-a {
font-size: 14px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
padding: 5px 20px;
margin: 0;
}

#maisLidas .tn-small-1 .cat-a {
	position: relative;
}

.trend-sm p i{
	text-align: right;
}


/* 5.4 - Flicker Widget */
.flkr-cont{
	margin: 0 0 57px 0;
}

.flkr-cont a {
float: left;
margin: 1.6px;
}

.flkr-cont a img{
width: 120px;
height: 100px;
}

/* 5.5 - Subscribe form */

.subscribe{
margin: 0 0 60px 0;
}

.subscribe h6{
font-size: 14px;
line-height: 16px;
color: #6f6f6f;
font-weight: 500;
margin: 0 0 15px 0;
}

.subscribe form input{
border: none;
padding: 15px;
width: 72.2%;
}


.subscribe form a{
width: 24.2%;
margin-top: 7.5px;
margin-left: 13px;
background: transparent;
border: 1px solid #191919;
line-height: 29px;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
}

.subscribe form a:hover{
background: #191919;
color: #ffffff;
text-decoration: none;
}

/* 5.6 - Featured Video */
.ftrd-vd {
margin: 0 0 53px 0;
}

#video img, #charge img, #tvDomtotal img {
	/*width: 370px;
	height: 250px;*/
	width: 100%;
	height: 100%;
}

#maisLidas img {
	width: 100%;
	height: auto;
}

#maisLidas .tn-small-1 img {
	width: 34%;
	height: 85px;
}

#video img.btn-play, #tvDomtotal img.btn-play {
	width: 50px;
	height: auto;
	position: absolute;
	/*bottom: 100px;*/
	bottom: 165px;
	left: 165px;
}

.carregar-mais div {
	margin: auto;
	width: 4.5%;
}
.carregar-mais button {
    position: absolute;
    bottom: -21px;
    /*background: #c93123;*/
   	background: #9B1D1E;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 21px;
    padding: 3px 21px 18px;
}
.carregar-mais button#esconder {
	display: none;
}


/* 5.7 - Right side AD */

.ad-rt {
margin: 0;
}

.ad-rt a{
	text-align: center;
}

#indicadoresEconomicos {
	background: #f7f7f7;
	padding-bottom: 10px;
}
#indicadoresEconomicos a {
    text-align: center;
}
#indicadoresEconomicos .ver-mais-ind {
	font-weight: 500;
	margin: 8px 3px;
	font-size: 11px;
}
#indicadoresEconomicos .ver-mais-ind {
	color: #438bca;
}
#indicadoresEconomicos table, #indicadoresEconomicosDestaque table {
	width: 100%;
	margin-bottom: 15px;	
}
#indicadoresEconomicos table tr td, #indicadoresEconomicosDestaque table tr td {
	color: #505050;
	font-weight: 600;
	padding: 0 6px;
}
#indicadoresEconomicos table tr td ~ td {
	font-weight: 400;
}

#indicadoresEconomicos tr:nth-child(odd), #indicadoresEconomicosDestaque tr:nth-child(odd) {
	background-color: #e0e0e0;
}
#indicadoresEconomicos tr:nth-child(even), #indicadoresEconomicosDestaque tr:nth-child(even) {
	background: #fff;
}

#indicadoresEconomicos table tr td.positivo, #indicadoresEconomicosDestaque table tr td.positivo {
	color: #fc9103;
}

#indicadoresEconomicos table tr td.negativo, #indicadoresEconomicosDestaque table tr td.negativo {
	color: #e72e29;
}

/* 5- Main right side ends */



/* 6- Footer */

	/* 6.1 - Category footer */

.main-footers{
background: #191919;
width: 100%;
margin-top: 35px;
}

.cat-ftr-cont{
border-bottom: 1px solid #2b2b2b;
margin-bottom: 10px;
}

.cat-ftr-cont-sngl{
	width: 20%;
	padding: 30px 0;
}

.cat-ftr-cont-sngl h3{
font-size: 19px;
color: #ffffff;
font-weight: 500;
margin: 0 0 15px 0;
}

.cat-ftr-cont-sngl ul{
list-style: none;
margin: 0;
padding: 0;
line-height: 23px;
}

.cat-ftr-cont-sngl ul li a{
	font-size: 14px;
	color: #bdbdbd;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.cat-ftr-cont-sngl ul li a:hover{
	color: #ffffff;
	text-decoration: none;
}

.cat-brd-1{
	border-top: 5px solid #5aa628;
}

.cat-brd-2{
	border-top: 5px solid #f04a3c;
}

.cat-brd-3{
	border-top: 5px solid #40bff5;
}

.cat-brd-4{
	border-top: 5px solid #469b9c;
}

.cat-brd-5{
	border-top: 5px solid #ffa905;
}

.mag-info{
width: 39.74358974358975%;
padding-right: 2.564102564102564%;
border-right: 1px solid #2b2b2b;
}

/* 6.2 - Info footer */

.info-ftr{
padding: 40px 0;
}

a.ftr-logo{}

.info-ftr p{
margin: 25px 0;
color: #bdbdbd;
font-size: 14px;
}

.info-ftr p a{
font-family: 'Roboto', sans-serif; 
color: #ffffff;
float: right;
margin-top: 40px;
text-decoration: underline;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.5px;
}

.scl-ftr{
margin-bottom: 48px;
margin-top: 35px;
}

.scl-ftr ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.scl-ftr ul li {
float: left;
display: inline;
margin: 7px;
}

.scl-ftr ul li:first-child{
	margin-left: 0;
}

.scl-ftr a{
	background-size: 100%;
	display: block;
	width: 39px;
	height: 39px;
	opacity: 0.54;
}

.scl-ftr a:hover{
	opacity: 1;
}

.scl-ftr h3{
	font-size: 19px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.fb-ftr{
	background: url(../img/fb-ftr.png);
}
.tw-ftr{
	background: url(../img/tw-ftr.png);
}
.pin-ftr{
	background: url(../img/pin.png);
}
.yt-ftr{
	background: url(../img/y-ftr.png);
}
.ins-ftr{
	background: url(../img/ins-ftr.png);
}
.vm-ftr{
	background: url(../img/vm.png);
}

.post-ftr{
width: 30.12820512820513%;
padding: 7px 2.564102564102564% 27px 2.564102564102564%;
border-right: 1px solid #2b2b2b;
}

.pst-ftr-sngl{
margin: 10px 0;
}

.pst-ftr-sngl h5{
float: left;
font-size: 13px;
color: #ffffff;
font-weight: 500;
margin: 5px 0 0 0;
}

.pst-ftr-sngl h6{
line-height: normal !important;
margin-bottom: 8px;
font-size: 10px;
font-family: 'Roboto', sans-serif;
color: #9c9c9c;
margin: 7px 0 4px 0;
}

.pst-ftr-sngl h6 span{
margin-right: 10px;
}

.pst-ftr-sngl h6 span i{
margin-right: 5px;
}

.pst-ftr-img{
margin-right: 11px;
color: #ffffff;
}

.pst-ftr-sngl .stars img{
height: 14px;
}

.post-ftr h3, .twts-ftr h3{
font-size: 19px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 10px 0;
}

.twts-ftr{
width: 30.12820512820513%;
padding: 7px 2.564102564102564% 27px 2.564102564102564%;
}

.twts-ftr ul{
	list-style: none;
	padding: 0 0 0 25px;
}


.twts-ftr p{
	font-size: 13px;
	color: #ffffff;
}

.tw-uname{
	color: #a6a6a6;
}

.hsh{
	color: #4fae10;
}

.all-twts{
font-size: 12px;
text-transform: uppercase;
color: #a4a4a4;
font-weight: 700;
}

.all-twts:hover{
	color: #ffffff;
}

.all-twts i{
font-size: 23px;
}

/* 6.3 - Copyright footer */

.copy-rt-ftr{
	/*background: #B01915;*/
	background: #272727;
	padding: 22px 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}
.copy-rt-ftr .logo-footer {
    width: 11.5%;
    float: left;
    margin: -45px 1% 0 0;
}
.copy-rt-ftr .links {
	width: 40.5%;
	margin: 2% 1% 0 0;
}
.copy-rt-ftr .empty {
	width: 4%;
	margin-right: 0%;
}
.copy-rt-ftr p {
	font-style: italic;
}
.copy-rt-ftr p.copyright {
	font-size: 13px;	
}
.copy-rt-ftr a {
	font-size: 13px;
	color: #ffffff;
	margin: 0 8px;
	text-decoration: underline;
}

/* 7- Single Category Main starts */
	/* 7.1 - Pagination */
	.cat-pagintn {
	margin-top: 13px;
	text-align: center;
	}
	.cat-pagintn ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.cat-pagintn ul li{
		display: inline;
		margin-right: 10px;
	}


	.cat-pagintn ul li a{
		color: #b6b5b5;
		font-size: 18px;
		padding: 3px 9px;
		background: #ffffff;
		cursor: pointer;
	}

	.cat-pagintn ul li a:hover{
		color: #000000;
	}

	a.crnt-pg{
		color: #191919 !important;
	}


	@media only screen and (max-width: 600px){
		.cat-pagintn ul li{
			margin-right: 2px;
		}

		.cat-pagintn ul li a{
			font-size: 12px;
			padding: 3px 5px;
		}
	}

	@media only screen and (max-width: 432px) {
		.cat-pagintn ul li {
			margin-right: 2px !important;
			float: none !important;
		}
	}





/* 7- Single Category Main ends */
     



/*  8- Single Article starts */
.artcl-main{
background: #ffffff;
/*margin: 20px 0 20px 0;*/
padding: 0 0 20px 0;
/*border-top: 2px solid #f04a3c;*/
}

.artcl-prev-nxt{
	background: #FFFFFF;
	border: 1px solid #e8e8e8;
	margin-bottom: 25px;
}

.artcl-prev, .artcl-nxt{
	padding: 26px 20px;
}

.artcl-prev i{
	font-size: 16px;
	margin-left: 2px;
}

.artcl-nxt i{
	font-size: 16px;
	margin-right: 2px;
	}


.artcl-prev{
border-right: 1px solid #e8e8e8;
}

.artcl-prev a, .artcl-nxt a{
font-size: 14px;
text-transform: uppercase;
color: #7e7e7e;
margin: 0 0;
}
.artcl-prev p, 
.artcl-nxt p,
.artcl-prev p span,
.artcl-prev p span span,
.artcl-nxt p span,
.artcl-nxt p span span {
font-size: 14px !important;
font-weight: 700 !important;
color: #191919 !important;
margin: 0 0 !important;
}

.artcl-body{
}

.artcl-body h2{
margin: 0 0 8px 0;
font-size: 30px;
font-weight: 700;
}
.artcl-body h5{
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #9c9c9c;
margin: 0;
}
.artcl-body h5 span{
margin-right: 19px;
}
.artcl-body h5 span i{
margin-right: 5px;
}

.artcl-body p.bigode {
	margin: 0;
}


.artcl-body p.bigode,
.artcl-body p.bigode span,
.artcl-body p.bigode span span {
	font-size: 17px !important;
	font-weight: 500 !important;
	color: #747474 !important;
	float: left !important;
}

.artcl-body p.olho {
    margin: 16px 35px;
    text-align: justify;
    color: #747474;
    font-weight: 300;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

.artcl-body #galeria {
	margin-top: 20px;
}

.articl-data{
	margin: 20px 0 0 0;
}
.articl-data .row:nth-child(2) > div {
    width: 30%;
    padding: 0 1.5%;
}

.articl-data img{
	display: block;
}
#rss .articl-data img {
	display: inline;
}

#blogCapa .artigo-blog.artcl-body {
    min-height: 200px;
}
#blogCapa .noticia-interna.baixo {
	clear: both;
}

.single-img-esp {
	float: right;
	margin-bottom: 10px;
	background-color: #fff;
}
.single-img-esp img {
	width: 100%;
}

.single-img {
	float: right;
	margin-bottom: 10px;
	background-color: #fff;
	width: 100%;
	height: auto;
}
.single-img.float-none,
.single-img-esp.float-none {
    float: none;
}
.single-img.float-right {
	margin-left: 12px;
}
.single-img.float-left,
.single-img-esp.float-left {
	float: left;
	margin-right: 12px;
}

.single-img span {
	margin: 0 7px 7px 7px;
}

.single-img img {
	width: 100%;
}

.single-img.artigo-img img {
	width: auto;
}

.articl-data h1, .articl-data h2,
.articl-data h3, .articl-data h4,
.articl-data h5 {
	font-family: 'Open Sans', sans-serif;
}
.articl-data ul > li > a {
	font-family: 'Open Sans', sans-serif;
}
.articl-data p, .corpo-noticia-div, .corpo-post, .corpo-post p{
font-size: 18px;
color: #000;
line-height: 28px;
font-family: 'Open Sans', sans-serif;
}

.corpo-post p {
	margin: 0;
}

.artigo-blog figure figcaption {
	background: #fff;
	position: relative;
	bottom: 18px;
	width: 95%;
	left: 12px;
	padding: 0 6px;
	color: #747474;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.artigo-blog .corpo-post p {
	margin-bottom: 25px;
}
.artigo-blog .alignleft {
	float: left;
}
.artigo-blog .alignnone {
	float: none;
}
.artigo-blog .alignright {
	float: right;
}

.articl-data p, .corpo-noticia-div{
    margin: 0 0 25px 0;
}

.articl-data p span{
font-size: 17px;
font-weight: bold;
color: #2f2f2f;
float: left;
/*margin: 25px 0;*/
}

.articl-data .rotHom p {
	padding: 0 0px;
}

.articl-data .rotHom p span {
	width: 93%;
}

p.artcl-qt{
padding: 40px 0;
}

p.artcl-qt i{
width: 15.76819407008086%;
float: left;
font-size: 8.4em;
color: #f2f2f2;
}

p.artcl-qt span{
font-size: 17px;
font-style: italic;
color: #747474;
font-weight: 400;
width: 80.231806%;
float: left;
border-left: 2px solid #f2f2f2;
padding: 0 25px;
margin-left: 25px;
}

.artcl-scl{
margin: 7px 0 25px 10px;
}


.artcl-tags h3{
float: left;
margin: 0 8px 0 0;
font-size: 15px;
font-weight: 700;
line-height: 20px;
}

.artcl-tags ul{
float: left;
list-style: none;
padding: 0;
margin: 0;
}

.artcl-tags ul li{
display: inline;
float: left;
margin-right: 5px;
}

.artcl-tags ul li a{
	font-size: 14px;
	color: #7e7e7e;
}

.artcl-tags ul li a:hover{
	color: #2f2f2f;
	text-decoration: none;
}

.artcl-shr{}


.artcl-shr ul{
float: left;
list-style: none;
padding: 0;
margin: 0;
}

.artcl-shr ul li{
display: inline;
float: left;
margin-right: 10px;
}

.artcl-shr ul li iframe{
max-width: 80px;
height: 20px;
}

.author-bio{
	position: relative;
}

.author-bio h3{
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 25px 0;
}

.author-info img{
width: 15.38461538461538%;
float: left;
margin-right: 25px;
}

.author-info p{
	width: 80.45822102425876%;
	float: left;
	font-size: 15px;
	color: #8c8c8c;
	line-height: 23px;
	margin: 0;
}

.author-info ul{
list-style: none;
float: left;
margin: 11px 0 0 0;
padding: 0;
}

.author-info ul li{
	float: left;

	display: inline-block;
	margin-right: 10px;
}

.author-info ul li a{
float: left;	
background: #5a5a5a;
color: #ffffff;
padding: 3px 7px;
text-align: center;
min-width: 25px;
opacity: 0.3;
border-radius: 2px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.author-info ul li a:hover{
	opacity: 1;
}

.comments-section{
margin-top: 15px;
}

.artcl-comments{
	background: #ffffff;
	margin: 68px 0 40px 0;
	padding: 18px 15px 20px 15px;
}

.single-comment{
float: left;
width: 100%;
}

.cmnt-dvdr{
float: left;
width: 100%;
margin: 23px 0;
border-top: 1px solid #eeeeee;
}

.single-comment:last-child {
border: none !important;
}

.single-comment img{
	width: 8.666666666666667%;
	margin-right: 2.666666666666667%;
}

.the-comment {
width: 88.66666666666667%;
}

.single-comment h4{
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	line-height: 14px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.comntr-nm{
	font-weight: 700;
	font-size: 16px;
	color: #111111;
	margin-right: 5px;
}

.cmnt-dt{
	color: #919191;
}

.cmnt-reply{
	color: #D71711;
}

.single-comment p{
	float: left;
	width: 100%;
	margin: 0 0 3px; 0;
	font-size: 14px;
	color: #949494;
	word-wrap: break-word;
}

.reply-1{
float: right;
max-width: 92.83333333333333%;
}

.reply-1 img{
	width: 9.339080459770115% !important;
	margin-right: 2.155172413793103% !important;
}

.reply-1 .the-comment {
width: 88.50574712643678% !important;
}


.reply-2{
	width: 88.53333333333333%;
	float: right;
}

.reply-2 img{
	width: 9.789156626506024% !important;
	margin-right: 2.259036144578313% !important;
}

.reply-2 .the-comment {
width: 87.95180722891566% !important;
}


.cmnt-reply-form{
margin-top: 60px;
}

.cmnt-reply-form input, .cmnt-reply-form textarea{
border: 1px solid #dfdfdf;
border-radius: 0;
box-shadow: none;
padding: 25px 20px;
font-size: 15px;
color: #878686;
}

.cmnt-btn{
float: left;
margin-top: 15px;
padding: 0px 29.5px;
line-height: 29px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
text-align: center;
cursor: pointer;
background-color: #e6e6e6;
border: 1px solid #ddd;
}

.cmnt-btn:hover{
background: #191919;
color: #ffffff;
text-decoration: none;
}

.artcl-reltd{
margin-bottom: 20px;
}

.artcl-reltd .sec-1-big.artigo-outras .sec-1-big-text {
	width: 100%;
}
.artcl-reltd .sec-1-big.artigo-outras {
	margin-bottom: 15px;
}

.reltd-sngl{
float: left;
width: 48%;
margin: 9px 0 19px 0;
min-height: 100px;
}

@media screen and (max-width: 650px) {
	.reltd-sngl {
		width: 98% !important;
	}
}

.reltd-sngl img{
	float: left;
	width: 26.43589743589744%;
	margin-right: 3.846153846153846%;
}

.reltd-sngl-txt{
	float: left;
	width: 65.717949%;
}

.reltd-sngl-txt h3,
.reltd-sngl-txt h3 span,
.reltd-sngl-txt h3 span span{
font-size: 16px !important;
color: #191919 !important;
font-weight: 500 !important;
margin: 5px 0;
max-height: 37px;
overflow: hidden;
padding: 2px 0;
}

.reltd-sngl-txt p{
font-size: 12px;
color: #9c9c9c;
margin: 20px 0 0 0;
}

.reltd-sngl-txt p i{
margin-right: 5px;
font-size: 13px;
}


/* 8- Single Article ends */

/* 9- Contact page starts */

.contact-maps{
	margin: 0 0 30px; 0;
}

.contact-form{
margin-top: 14px;
}

.contact-form input, .contact-form textarea{
border: 1px solid #dfdfdf;
border-radius: 0;
box-shadow: none;
padding: 25px 20px;
font-size: 15px;
color: #878686;
}

.contact-lists{
	margin: 55px 0 90px 0;
}

.cont-lst-sngl{
float: left;
margin-right: 6%;
}

.cont-lst-sngl h4{
font-weight: 500;
font-size: 18px;
color: #191919;
margin: 0px 0 15px 0;
}

.cont-lst-sngl ul{
padding: 0;
margin: 0;
}

li.cont-phn {
margin-top: 27px;
}

.cont-lst-sngl ul li p{
	font-size: 15px;
	color: #666666;
	margin: 3px 0;
}

.cont-lst-sngl ul li p a{
	color: #5aa628;
}

.cont-lst-sngl ul li p a:hover{
	color: #191919;
	text-decoration: none;
}

  /* 10 - Retina and Hight Res Custom CSS */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {


		span.topic-icn{
			background: url(../img/topic-icn-1@2x.png) no-repeat;
		}

		.scl-ftr a, span.topic-icn{
			 -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		}

		.fb-ftr{
			background: url(../img/fb-ftr@2x.png);
		}
		.tw-ftr{
			background: url(../img/tw-ftr@2x.png);
		}
		.pin-ftr{
			background: url(../img/pin@2x.png);
		}
		.yt-ftr{
			background: url(../img/y-ftr@2x.png);
		}
		.ins-ftr{
			background: url(../img/ins-ftr@2x.png);
		}
		.vm-ftr{
			background: url(../img/vm@2x.png);
		}
}

#galeria,
.galeria-noticia {
	/*display: none;*/
	width: 100%;
	height: 400px;
	background: #000;
	margin-bottom: 15px;
}

.mais-noticias {
	float: left;
	display: block;
}

.mais-noticias a {
	color: #428bca;
}

.mais-noticias .edtr {
	font-size: 15px;
}

.mais-noticias .ct h4 {
	line-height: 1.5;
}

.editoria .artcl-prev-nxt {
	padding: 0 32px 0 32px;
}

.editoria .titulo-editoria h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.editoria1 .sec-cont .sec-title,
.editoria1 .sec-cont .sec-title a {
	color: #3BD100;	 
}

.editoria2 .sec-cont .sec-title,
.editoria2 .sec-cont .sec-title a {
	 color: #FF0059;
}

.editoria3 .sec-cont .sec-title,
.editoria3 .sec-cont .sec-title a {
	 color: #FFE100;
}

.editoria4 .sec-cont .sec-title,
.editoria4 .sec-cont .sec-title a {
	 color: #00B3FF;
}

.editoria5 .sec-cont .sec-title,
.editoria5 .sec-cont .sec-title a {
	 color: #9000FF;
}

.editoria6 .sec-cont .sec-title,
.editoria6 .sec-cont .sec-title a {
	 color: #007BFF;
}

.editoria7 .sec-cont .sec-title,
.editoria7 .sec-cont .sec-title a {
	 color: #b31362;
}

.editoria9 .sec-cont .sec-title,
.editoria9 .sec-cont .sec-title a {
	 color: #469b9c;
}

.editoria .sub-editorias {
	padding-top: 5px;
	padding-bottom: 15px;
}

.outras-noticias {
	border-top-width: 2px;
	border-top-style: solid;
}

.editoria1 .sub-editorias, .editoria1 .sec-cont, .outras-noticias1 {
	border-color: #3BD100;	 
}

.editoria2 .sub-editorias, .editoria2 .sec-cont, .outras-noticias2 {
	 border-color: #FF0059;
}

.editoria3 .sub-editorias, .editoria3 .sec-cont, .outras-noticias3 {
	 border-color: #FFE100;
}

.editoria4 .sub-editorias, .editoria4 .sec-cont, .outras-noticias4 {
	 border-color: #00B3FF;
}

.editoria5 .sub-editorias, .editoria5 .sec-cont, .outras-noticias5 {
	 border-color: #9000FF;
}

.editoria6 .sub-editorias, .editoria6 .sec-cont, .outras-noticias6 {
	 border-color: #007BFF;
}

.editoria7 .sub-editorias, .editoria7 .sec-cont, .outras-noticias7 {
	 border-color: #b31362;
}

.editoria9 .sub-editorias, .editoria9 .sec-cont, .outras-noticias9 {
	 border-color: #469b9c;
}

.editoria .sub-editorias a {	
	padding: 0 8px 0 8px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #adadad;
}

.editoria .sub-editorias a:last-child {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #adadad;
}

#dom-helder-camara .sub-editorias a {
	padding: 0 8px 0 8px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #adadad;	
}

#dom-helder-camara .sub-editorias a:last-child {
	padding: 0 8px 0 8px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #adadad;	
}

#dom-helder-camara p {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
}

#dom-helder-camara ul {
	float: left;
}

.editoria .sec-1-big img {
	width: 37.46666666666667%;
}

.editoria .mini-manchetes {
	padding: 0 15px 0 15px;
}

.editoria .sec-1-sm div.sec-1-sm-text {
	width: 64.826331%;
}

.editoria .sec-1-sm img {
	height: 110px;
}

#editoria .tn-small-1 h4,
.editoria-swiper .tn-small-1 h4
 {
	/*height: 18px;*/
	width: 95%;
	overflow: visible !important;
	margin: 5px 0 0 15px;
    font-size: 16px !important;
    line-height: 1;
    max-width: 100% !important;
}

#editoria .tn-small-1 h4 span,
#editoria .tn-small-1 h4 span span,
.editoria-swiper .tn-small-1 h4 span,
.editoria-swiper .tn-small-1 h4 span span {
	font-size: 12px !important;
	font-weight: 500 !important;
}

#editoria .big-two-2.notEdiId1,
.editoria-swiper .big-two-2.notEdiId1 {
	padding: 0;
}

#editoria .big-two-2 h3,
.editoria-swiper .big-two-2 h3 {
	color: #191919;
	margin-bottom: 2px;
	margin-top: 5px;
}

@media screen and (max-width: 600px) {
	#editoria .notEdiId3,
	.editoria-swiper .notEdiId3 {
		margin-top: 10px;
		height: 275px;
	}

	.widthmin600 {
		display: none !important;
		visibility: hidden;		
	}

	.widthmax600 {
		float: left !important;
		margin-right: 15px !important;
	}

	.sec-1-big div.sec-1-big-text h3 {
		width: 100%;
	}

	#page-tv .sec-1-big div.sec-1-big-text h3,
	#page-tv .sec-1-big div.sec-1-big-text h6 {
		width: 60%;
	}
}

@media screen and (min-width: 601px) {
	.widthmax600 {
		display: none !important;
		visibility: hidden;
	}
}

#editoria .big-two-2 img,
.editoria-swiper .big-two-2 img {
	width: 100%;
	height: auto;
}

.destaques .cat-a {
	max-width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 23px;
}

.swiper-container .swiper-wrapper .editoria-swiper .destaques .cat-a {
	height: 20px;
}

.editoria1 .destaques .cat-a {
	background-color: #3BD100;	 
}

.editoria2 .destaques .cat-a {
	 background-color: #FF0059;
}

.editoria3 .destaques .cat-a {
	 background-color: #FFE100;
}

.editoria4 .destaques .cat-a {
	 background-color: #00B3FF;
}

.editoria5 .destaques .cat-a {
	 background-color: #9000FF;
}

.editoria6 .destaques .cat-a {
	 background-color: #007BFF;
}

.editoria7 .destaques .cat-a {
	 background-color: #b31362;
}

.editoria9 .destaques .cat-a {
	 background-color: #469b9c;
}

.destaques .tn-small-1 h4 {
	width: 235px;
}

.destaques .sec-cont {
	margin-top: 21px;
}

.sec-title span {
	text-transform: none;
	color: #999;
	margin-left: 11px;
	font-size: 16px;
}

.sec-title div {
	float: left;
}

@media only screen and (max-width: 600px) {
	.sec-title div {
		float: none;
	}

	.sec-title span {
		margin-left: 0;
	}
}

.big-slider-home .flexslider .slide img {
	height: auto;
}

.charge .artcl-body h2 {
	margin-top: 20px;
}

#audios .sec-1-big div.sec-1-big-text {
	width: 97%;
}

.titulo-audio {
	width: 95%;
}

.icone-audio {
	width: 5% !important;
	height: auto !important;
}

.active-day {
	background-color: #626262 !important;
	color: #ffffff !important;
}

#corpo-entrevista {
	margin-top: 20px;
}

@media only screen and (max-width: 432px){
	.ticker {
		display: block !important;
	}

	#swiper-videos .sec-1-big div.sec-1-big-text {
		width: 90%;
	}
}

@media screen and (max-width: 640px) {
	.hm-sldr-caption {
		max-height: 45%;
	}
}

@media only screen and (max-width: 767px) and (min-width: 690px) {
	/*.mid-blks-cont {
		width: 100% !important;
	}*/
}

.galleria-theme-twelve .galleria-bar {
	background-color: rgb(230, 230, 230);
}

.galleria-theme-twelve.notouch .galleria-thumblink:hover, .galleria-theme-twelve.touch .galleria-thumblink:active, .galleria-theme-twelve .galleria-thumblink.open, .galleria-theme-twelve.notouch .galleria-fullscreen:hover, .galleria-theme-twelve.touch .galleria-fullscreen:active, .galleria-theme-twelve.notouch .galleria-play:hover, .galleria-theme-twelve.touch .galleria-play:active, .galleria-theme-twelve.notouch .galleria-popout:hover, .galleria-theme-twelve.touch .galleria-popout:active {
	background-color: rgb(230, 230, 230);
}

.galleria-theme-twelve .galleria-thumblink{
	background: url(../js/themes/twelve/thumbs-neg.png) no-repeat 50% 50% !important;
}

.galleria-theme-twelve .galleria-play{
	background-image: url(../js/themes/twelve/playpause-neg.png) !important;
}

.galleria-counter {
	color: #000000;
}

.galleria-theme-twelve .galleria-popout {
	background-image: url(../js/themes/twelve/popout-neg.png) !important;
}

.galleria-theme-twelve .galleria-fullscreen {
	background-image: url(../js/themes/twelve/fullscreen-neg.png) !important;
}

.resp-collapse {
	visibility: hidden;
	display: none;
}

#breakinkNews {
	margin-bottom: 20px;
}
#breakinkNews .ticker {
	background: none;
	padding: 0;
}
#breakinkNews .ticker a:hover {
	text-decoration: none;
}
#breakinkNews .cat-label1 {
	text-transform: uppercase;
}
#breakinkNews ul {
	width: 100%;
}
#breakinkNews li {
	/*line-height: 3em;*/
	line-height: 2.5em;
	font-size: 16px;
}
#breakinkNews .data {
	color: #f04a3c;
	font-weight: 900;
	margin-right: 2%;
}
#breakinkNews .titulo {
	/*color: #f04a3c;*/
	color: #303030;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

#topNews a {
    text-decoration: none;
}
#topNews .sec-cont {
	padding: 0;
}
#topNews .sec-cont.estilo-1 {
	background: #303030;
	position: relative;
}
#topNews .estilo-1 #triangle-topright {
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 25px solid transparent;
    top: -1px;
    left: 4%;
    position: absolute;
    z-index: 10;
}
#topNews .estilo-1 #triangle-topright-2 {
    width: 0;
    height: 0;
    border-top: 21px solid #dcdcdc;
    border-left: 26px solid transparent;
    top: 0px;
    left: 4%;
    position: absolute;
    z-index: 9;
    display: none;
}
#topNews .estilo-1 .principal {
    width: 30%;
    margin: 3% 2%;
    float: left;
}
/*#topNews .estilo-1 .principal .versal {
	display: none;
}*/
#topNews .estilo-1 .principal .titulo {
    margin: 0;
    color: #fff;
    margin-bottom: 9px;
    font-size: 32px;
}
#topNews .estilo-1 .principal .versal,
#topNews .estilo-1 .principal .bigode {
	font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 27px;
}
#topNews .estilo-1 .principal .versal {
	margin: 0 0 9px;
}
#topNews .estilo-1 .top-big-two {
    width: 20%;
    margin-right: 2%;
}
#topNews .estilo-1 .top-big-two .big-two-1 {
    width: 100%;
}
#topNews .estilo-1 .big-two-1.boxgrid3 img {
    border: none;
    text-align: center;
    margin: 30px 0 10px 0;
    /*width: 100%;
   	width: auto;*/
	padding: 0;
}
#topNews .estilo-1 .big-two-1 .caption {
	border-left: 3px solid #fff;
	clear: both;
	padding: 0 12px;
}
#topNews .estilo-1 .big-two-1.boxgrid3 h3 a,
#topNews .estilo-1 .big-two-1.boxgrid3 h3 a span,
#topNews .estilo-1 .big-two-1.boxgrid3 h3 a span span {
	color: #fff !important;
    font-weight: 700;
    font-size: 17px !important;
}
#topNews .estilo-1 .big-two-1.boxgrid3 h3 a .fa {
	display: none;
}
#topNews .estilo-1 .big-two-1.boxgrid3 p {
	color: #fff;
	font-size: 14px;
	margin: 6px 0 0 0;
	padding: 0;
}

#topNews .sec-cont.estilo-2 {
    /*border: 4px dashed #dcdcdc;*/
    position: relative;
}
#topNews .estilo-2 #triangle-topright-2 {
    width: 0;
    height: 0;
    border-top: 21px solid #dcdcdc;
    border-left: 26px solid transparent;
    top: 0px;
    left: 4%;
    position: absolute;
    z-index: 9;
}
#topNews .estilo-2 #triangle-topright,
#topNews .estilo-2 #triangle-topright-2 {
	display: none;
}
#topNews .estilo-2 .principal {
    width: 100%;
    margin: 10px 0;
}
#corpo #topNews .estilo-2 .principal {
	width: 100%;
	margin: 0;
}
#corpo #topNews p.data span {
	font-size: 15px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 6px;
}
#topNews .estilo-2 .principal .versal {
    color: #9B1D1E;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
#corpo #topNews .estilo-2 .principal .versal {
    font-size: 18px;
    margin: 10px 0;
}
#topNews .estilo-2 .principal .versal > span {
	background: #9B1D1E;
	color: #fff;
	padding: 0 2%;
}
#topNews .estilo-2.not-white .principal .versal {
    color: #eed006;
}
#topNews .estilo-2.not-white .principal .titulo,
#topNews .estilo-2.not-white .principal .bigode {
	padding: 0 2%;
}
#topNews .estilo-2 .principal .titulo {
    margin: 6px 0;
    color: #303030;
    margin-bottom: 9px;
    font-size: 50px;
    font-weight: 700;
    padding: 0;
}
#corpo #topNews .estilo-2 .principal .titulo {
    font-size: 30px;
    margin: 10px 0;
}
#topNews .estilo-2.not-white .principal .titulo {
    color: #fff;
}
#topNews .estilo-2 .principal .bigode {
	font-size: 18px;
    color: #303030;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
#topNews .estilo-2.not-white .principal .bigode {
    color: #fff;
}
#topNews .estilo-2 .top-big-two {
    width: 29%;
    margin: 0 2% 0 2%;
    padding-top: 10px;
}
/*#topNews .estilo-2 .top-big-two:first-child {
	margin-left: 2%;
}*/
#topNews .estilo-2 .top-big-two .big-two-1 {
    width: 100%;
}
#topNews .estilo-2 .big-two-1.boxgrid3 > a {
    display: none;
}
#topNews .estilo-2 .big-two-1.boxgrid3 img {
    display: none;
}
#topNews .estilo-2 .big-two-1 .caption {
	clear: both;
	padding: 0;
}
#topNews .estilo-2 .big-two-1.boxgrid3 h3 a,
#topNews .estilo-2 .big-two-1.boxgrid3 h3 a span,
#topNews .estilo-2 .big-two-1.boxgrid3 h3 a span span {
	color: #9B1D1E !important;
    font-weight: 400;
    font-size: 17px !important;
}
#corpo #topNews .estilo-2 .big-two-1.boxgrid3 h3 a,
#corpo #topNews .estilo-2 .big-two-1.boxgrid3 h3 a span,
#corpo #topNews .estilo-2 .big-two-1.boxgrid3 h3 a span span {
	font-size: 16px !important;
}
#topNews .estilo-2.not-white .big-two-1.boxgrid3 h3 a,
#topNews .estilo-2.not-white .big-two-1.boxgrid3 h3 a span,
#topNews .estilo-2.not-white .big-two-1.boxgrid3 h3 a span span {
    color: #fff !important;
}
#topNews .estilo-2 .big-two-1.boxgrid3 p {
	display: none;
}


#topNews .big-two-1.boxgrid3 img {
	border-right: 4px solid #303030;
	padding-right: 1px;
}
#slogan-topo-lg, #slogan-topo-sm p{
	color: #fff;
}

#slogan-topo-lg img {
	height: 48px;
	margin: 2px 0px;
	width: auto;
}

p#slogan-topo-lg {
    margin: 0;
    position: absolute;
    right: 23px;
}

@media only screen and (max-width: 767px) {
	#slogan-topo-lg, .none {
		/*display: none;*/
	}
}

#slogan-topo-sm {
	width: 60%;
	height: 0;
	display: -webkit-box;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 25px;	
}

@media only screen and (min-width: 767px) {
	#slogan-topo-sm	, .none {
		display: none;
	}
}

.logo-topo {
	float: right;
	margin-right: 15px;
}

.logo-topo img {
	width: 90px;
	height: auto;
}

.logo-dom {
	float: left;
	margin-left: 15px;
}

@media only screen and (max-width: 767px) {
	.logo-topo img, 
	.logo-dom img,
	 .logo-top-ad .logo img {		
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.logo-topo {
		float: none;
		margin-right: 0;
		margin-top: 25px;	
	}

	.logo-dom {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 0 3px;
	}
}

.soc-media {
	margin: 9px 0 0 0;
}

.soc-media img {
	width: 35px;
	height: auto;
}

.soc-media div {
	margin: 0;
}


@media (max-width: 768px) {
	.col-ps-1 {
		width: 8.33333333%;
		float: left;
	}

	.col-ps-5 {
		width: 36.66666666%;
		float: left;
	}

	.col-ps-6 {
		width: 55%;
		float: left;
	}
}

.newsletter {
	/*background-color: #fff;
	border-top: 2px solid #e3a122;
	padding: 18px 15px 0 15px;*/
	padding: 0;
	width: 17.75%;
	margin-right: 1%;
}
.newsletter.top-more-info {
	margin-left: 0;
	margin-right: 0;
	width: 16%;
}
/*.newsletter.top-more-info .sec-title a {
    float: right;
}*/
.newsletter.top-more-info a:hover {
	color: #fff;
	text-decoration: none;
}
.copy-rt-ftr .newsletter .sec-title {
    font-size: 13px;
    color: #fff;
    text-transform: none;
    font-style: italic;
    font-weight: 500;
    margin: 3px;
}
.copy-rt-ftr .newsletter .form-group {
	margin-bottom: 3px;
}
.copy-rt-ftr .newsletter .form-control {
	height: 21px;
	border: none;
	background: #000;
	text-transform: none;
	color: #fff;
}
.copy-rt-ftr .newsletter .form-control::-webkit-input-placeholder {
	color: #fff !important;
	font-style: italic;
	font-size: 12px;
}
.copy-rt-ftr .newsletter .form-control::-moz-placeholder {
	color: #fff !important;
	font-style: italic;
	font-size: 12px;
}
.copy-rt-ftr .newsletter button {
    border-radius: 4px;
    border: none;
    padding: 0px 30px;
    font-size: 12px;
    margin-top: 0;
    font-style: italic;
}
.copy-rt-ftr #redes-sociais {
    margin: 2% 0 0;
}
.copy-rt-ftr .top-more-info a {
    margin: 0 5px;
}
.copy-rt-ftr .top-more-info a:hover {
	color: #272727;
}

@media (min-width: 1200px) {
	.newsletter button {
		margin-top: 25px;
	}

	.sm-menu a {
		font-size: 15px;
		/*padding: 17px 15px !important;*/
		/*padding: 17px !important;*/
		/*padding: 17px 12.5px !important;*/
		/*padding: 17px 10px !important;*/
		padding: 17px 8px !important;
	}
}

.divider {
	width: 100%;
	border-bottom: 1px solid #7B797B;
	float: left;
}
/*
.sec-1-big img {
	width: 100% !important;
}
*/
.copy-rt-ftr p {
	color: #FFFFFF;
	margin: 0 !important;
}

#destaqueSlider .hm-sldr-caption {
	/*height: 18%;
	height: 35%;
	opacity: 0.85;*/
	/*bottom: -123px;*/
	z-index: 2;
    -webkit-transition: background 1.2s, height 1.2s, padding-top 1.2s;
    -moz-transition: background 1.2s, height 1.2s, padding-top 1.2s;
    transition: background 1.2s, height 1.2s, padding-top 1.2s;
}

#destaqueSlider li:hover .hm-sldr-caption {
	/*background: rgba(29, 29, 29, 0.85);
	height: 100%;
    padding-top: 60.4%;*/
}

#destaqueSlider .hm-sldr-caption h3 {
	width: 95%;
}

@media (max-width: 560px) {
	.tn-small-1 {
		width: 80%;
	}
}

#page-index .sec-1-big div.sec-1-big-text {
	width: 98%;
}

@media only screen and (min-width: 600px) {
	#page-index #swiper-super .sec-1-big div.sec-1-big-text {
		width: 54% !important;
		border-bottom: none;
	}

	#page-index #swiper-super .sec-1-big img {
		/*float: left;
		width: 37%;*/
		width: 100%;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 1120px){
	.page-editoria .big-two-1.boxgrid3 h3 a, .big-two-2.boxgrid3 h3 a {
		max-height: none !important;
	}

	#swiper-videos .sec-1-big div.sec-1-big-text {
		width: 90%;
	}
}

.page-editoria .caption .boxcaption3 {
	top: 189px !important;
}

@media only screen and (max-width: 600px){
	.tn-small-1 a.cat-a {
		font-size: 11px;
	}

	.tn-small-1 h4 {
		font-size: 14px !important;
		max-width: 65%;
	}

	.tn-small-1 h4,
	.tn-small-1 h4 span,
	.tn-small-1 h4 span span {
		font-size: 13px !important;
	}

	#underSlider .tn-small-1 h4 {
		font-size: 14px;
		max-width: 60%;
	}

	#destaqueSlider .hm-sldr-caption h3,
	#destaqueSlider .hm-sldr-caption h3 span {
		font-size: 18px !important;
		line-height: 1.35;

	}

	.big-two-1.boxgrid3, .big-two-2.boxgrid3, .big-two-3.boxgrid3 {
		width: 100%	
	}

	.big-two-1.boxgrid3 a {
		/*float: left;
		width: 50%;
		margin-right: 3%;*/
	}
	
	.caption.boxcaption3 {
		width: 47%;
		float: right;
		background: initial;
	}
	
	.big-two-1.boxgrid3 p, .big-two-2.boxgrid3 p, .big-two-3.boxgrid3 p {
		margin: 0;
	}
	
	.big-two-1.boxgrid3 h3 a, .big-two-1.boxgrid3 h3 a span, .big-two-1.boxgrid3 h3 a span span, .big-two-2.boxgrid3 h3 a, .big-two-3.boxgrid3 h3 a {
		color: #000 !important;
	}

	/*#topNews .boxgrid3 img {
		width: 100%;
  		height: 100%;
	}*/

	#destaqueSlider .hm-sldr-caption {
		height: 40%;
	}

	.ticker h3 {
		font-size: 13px;
	}
}

.notFotTamanho-1, .foto-artigo-grande, .notFotTamanho-1 img {
	width: 100%;
	height: auto;
}

.notFotTamanho-2, .notFotTamanho-4, .foto-artigo-media {
	width: 50%;
	height: auto;
}

.notFotTamanho-3, .foto-artigo-real {
	width: initial;
	width: auto;
	/*height: initial;*/
}

@media only screen and (max-width: 650px) {
	.notFotTamanho-1,
	.foto-artigo-grande, 
	.notFotTamanho-1 img, 
	.notFotTamanho-2,
	.notFotTamanho-4, 
	.foto-artigo-media,
	.notFotTamanho-3, 
	.foto-artigo-real {
		width: 100%;
	}
}

.editorias-home .sec-1-big img {
	width: 100%;
}

#underSlider a.cat-a,
#ponto-de-vista a.cat-a {
	max-width: 100%;
}

@media only screen and (max-width: 600px) {
	#underSlider a.cat-a {
		font-size: 
	}
}

@media only screen and (max-width: 1199px) and (min-width: 1120px){
	.page-editoria .outras-noticias .sec-1-big img {
		float: left;
	}

	.page-editoria .outras-noticias .sec-1-big-text {
		width: 58.93333333333333%;
		margin: 0 0 0 3.6%;
		border-bottom: none;
	}
}

@media only screen and (max-width: 689px) and (min-width: 600px) {
	.page-editoria .outras-noticias .sec-1-big img {
		float: left;
	}

	.page-editoria .outras-noticias .sec-1-big div.sec-1-big-text {
		width: 58.93333333333333%;
	}
}

@media only screen and (max-width: 600px) {
	.page-editoria .outras-noticias .sec-1-big img {
		float: none;
		width: 100%;
		height: auto;
	}

	.page-editoria .outras-noticias .sec-1-big div.sec-1-big-text {
		width: 99%;
	}
}


@media only screen and (max-width: 689px) {
	#page-index .editorias-home .sec-1-sm {
		margin-top: 0;
	}

	#page-index .editorias-home .sec-1-sm div.sec-1-sm-text {
		width: 65%;
		margin-left: 15px;
	}
}

@media only screen and (max-width: 432px) {
	.sec-1-sm div.sec-1-sm-text {
		margin-left: 15px !important;
	}
}

@media only screen and (max-width: 689px) and (min-width: 601px) {
	#page-tv .sec-1-big img {
		float: left;
		width: 37.46666666666667%;
	}

	#page-tv .sec-1-big div.sec-1-big-text {
		width: 58.93333333333333%;
	}

	#swiper-videos .sec-1-big div.sec-1-big-text {
		width: 90%;
	}
}

.table-w100 th {
	font-size: 16px;
}

@media only screen and (max-width: 600px) {
	#page-tv .sec-1-big img {
		width: 100%;
	}

	.table-w100 th,
	.table-w100 td {
		font-size: 12px;
	}
}

@media only screen and (max-width: 500px) {

	.table-w100 th,
	.table-w100 td {
		font-size: 7px;
	}
}

@media only screen and (max-width: 1199px) {
	#maisLidas .tn-small-1 h4,
	#maisLidas .tn-small-1 h4 span,
	#maisLidas .tn-small-1 h4 span span {
		font-size: 13px !important;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 1120px) {
	#page-tv .sec-1-big img {
		width: 37.46666666666667%;
		float: left;
	}

	#page-tv .sec-1-big div.sec-1-big-text {
		width: 58.93333333333333%;
		margin: 0 0 0 3.6%;
		border-bottom: none;
	}

	#maisLidas .tn-small-1 .cat-a {
		font-size: 10px;		
	}

	#maisLidas .tn-small-1 h4 {
		min-height: 46px;
	}

	.tn-small-1 h4 {
		overflow: visible !important;
	}

	#maisLidas .tn-small-1 h4,
	#maisLidas .tn-small-1 h4 span,
	#maisLidas .tn-small-1 h4 span span {
		font-size: 11.7px !important;
	}

	.sec-1-big div.sec-1-big-text {
		margin-left: 3.6% !important;
	}
}

#maisLidas .tn-small-1 .cat-a {
	max-width: 66%;
}

@media only screen and (max-width: 600px) {
	#maisLidas .tn-small-1 h4 {
		max-height: 45px;
		min-height: 45px;
	}

	#topNews .big-two-1.boxgrid3 {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 1120px) {
	/*#page-index .caption .boxcaption {
		height: 40%;
	}*/

	.top-tool-bar {
		background: #9B1D1E;
	}
	
	/*.top-tool-bar .navbar {
		min-height: 40px !important;
	}*/

	.only-desktop {
		display: none;
		visibility: hidden;
	}

	.logo-topo,
	.logo-top-ad {
		display: none;
		visibility: hidden;
	}

	#main-menu-inner {
		margin-top: 39px;
	}

	/*#main-menu-inner .main-menu {
		border-bottom-width: 5px;
	}*/
	
	.top-tool-bar .container .col-lg-3 {
		margin-left: 0;
	}
	.newsletter.top-more-info {
		margin: 0;
		/*width: 38%;
		float: right !important;*/
	}
	.newsletter.top-more-info h3.sec-title {
		margin: 38px 0 0 0;
	}
	
	#destaquesJornaisMobile .item.swiper-slide {
		margin-bottom: 42px;
	}
	
	#destaquesJornaisMobile .swiper-pagination {
		bottom: 0px !important;
	}
}

@media only screen and (max-width: 1120px) {
	#underSlider .tn-small-1 h4 {
		margin-left: 15px;
	}
}


#editoria .big-two-1.boxgrid3 p,
.editoria-swiper .big-two-1.boxgrid3 p {
	margin: 0;
}

#indicadoresEcon table td,
#indicadoresEcon table th {
	border: 1px solid #DBDBDB;
}

#indicadoresEcon table td.blank,
#indicadoresEcon table th.blank {
	border: none;
}

.ver-mais-ind {
	font-weight: 600;
	margin: 10px 0;
}

@media only screen and (max-width: 630px) {
	#indicadoresEcon table td,
	#indicadoresEcon table th {
		font-size: 9px;
	}
}

.page-manchete .artcl-body h2 {
	margin-top: 45px;
}

.page-manchete .artcl-reltd {
	/*border-top: 2px solid #F04A3C;
	background: #fff;
	padding: 20px;
	margin-top: 15px;*/
	border-top: none;
	background: #fff;
	padding: 0;
	margin-top:15px;
}

@media only screen and (min-width: 1120px) {
	#menu-mobile {
		display: none;
	}

	#show-only-lg {
		color: #fff;
		font-size: 15px;
		float: right;
  		margin-right: 100px;
	}

	.hidden-desktop {
		display: none;
		visibility: hidden;
	}

	#owl-links-subsub {
		display: block;
	}	

	.autoHeight {
		height: auto !important;
	}
}

@media only screen and (max-device-width: 1120px) {
	#main-menu-items{
		display: none;
	}

	#menu-mobile .navbar-header {
		margin-right: 10px;
		margin-left: 10px;
	}

	#show-only-lg {
		/*display: none;
		visibility: hidden;*/
	}
}

@media only screen and (max-width: 1120px) {
	#main-menu-items{
		display: none;
	}

	#menu-mobile .navbar-header {
		margin-right: 10px;
		margin-left: 10px;
	}

	#show-only-lg {
		display: none;
		visibility: hidden;
	}

	a.menu-mobile {
		margin-left: 10px;
		padding: 9px 10px;
		margin-top: 8px;
		margin-bottom: 8px;
		border: 1px solid #ddd;
		border-radius: 4px;
	}

	#simple-menu {
		float: left;
	}

	.navbar-toggle {
		display: block;
		
	}

	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #000;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #aaa;
	}

	.logo-top-ad {
		margin-top: 52px;
	}

	.top-tool-bar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}

	.owl-carousel .owl-wrapper-outer{
		/*overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: auto;
  		height: 505px;*/
	}

	/*#underSlider .tn-small-1 {
		height: auto;
		width: 100%;
		padding-right: 0;
	}

	top-news .tn-small-1 img {
		width: 100%;
		height: auto;
	}

	#underSlider a.cat-a {
		width: 99%;
		background-color: transparent;
		color: #f04a3c;
		font-weight: 600;
		font-size: 1em;
	}

	#underSlider .tn-small-1 h4,
	#underSlider .tn-small-1 h4 span,
	#underSlider .tn-small-1 h4 span span, {
		font-size: 24px !important;
		max-height: none;
		max-width: 99%;
	}

	#underSlider {
		background-color: #fff;
		padding: 15px;
		border-top: 2px solid #f04a3c;
	}*/

	#owl-example .owl-item img{
		display: block;
		width: 100%;
		height: auto;
	}

	#maisLidas .trend-1 a.cat-a {
		font-size: 10px;
		height: 30px;
		padding-top: 9px;
		padding-bottom: 9px;
	}

}

/*@media only screen and (max-width: 700px) {
	#underSlider .tn-small-1 {
		width: 100%;
	}
}*/


@media only screen and (max-width: 600px) {
	#maisLidas .trend-1 a.cat-a {	
		height: 25px;
		padding-top: 6px;
		padding-bottom: 6px;
	}	
}

#video .owl-controls {
	margin-top: -40px;
	margin-bottom: 40px;
}

.page-video .articl-data {
	margin-top: 50px;
}

.owl-carousel {
	position: initial;
}

.link-acervo {
	margin-top: -35px;
	margin-bottom: 45px;
	margin-right: 5px;
	position: relative;
	z-index: 99999999;
}

#sidr {
	top: 51px;
}

.direito-index-colunas {
	margin-top: 20px;
}

.page-direito .cat-pagintn {
	margin-bottom: 50px;
}

.page-direito .sec-cont2 {
	/*border-top: 2px solid #007BFF;*/
	border-top: none;
	padding: 0;
}

.page-direito .linkPdf {
    color: #1472b9;
    margin: 20px 0 0 28px;
    float: left;
    font-weight: bold;
    background-image: url('http://domtotal.com/direito/img/pdf.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 24px;
}

#subsub h1.sec-title a,
#direitoPaginas h1.sec-title a,
#pagina h1.sec-title a {
	color: #007BFF;
	font-weight: 700;
}

#subsub .sub-links,
#direitoPaginas .sub-links,
#paginasSubsub .sub-links {
	margin: 0 0 0 0px;
	float: left;
	width: 95%;
	line-height: 1;
	cursor: pointer;
}

#subsub .sub-links p,
#direitoPaginas .sub-links p,
#paginasSubsub .sub-links p {
	color: #251E1E;	
}

#direitoPaginas .sub-links span p {
	margin: 0 0 20px 20px;
	float: left;
	width: 90%;
	color: #666666;
}
/*
.links-paginas {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
}
*/

.ancora {/*
	display: none;
	visibility: hidden;*/
}

.links-paginas a {
	color: #428bca;
}

.page-direito-paginas .links-paginas .lista {
	float: left;
	list-style: circle;
}



.holder {
	margin:15px 0;
}
.holder a {
	font-size:12px;
	cursor:pointer;
	margin:0 5px;
	color:#b6b5b5;

	font-size: 18px;
  	padding: 3px 9px;
  	background: #ffffff;
}
.holder a:hover {
	background-color:#222;
	color:#fff;
}
.holder a.jp-previous {
	margin-right:15px;
}
.holder a.jp-next {
	margin-left:15px;
}
.holder a.jp-current,a.jp-current:hover {
	color:#FF4242;
	font-weight:bold;
}
.holder a.jp-disabled,a.jp-disabled:hover {
	color:#bbb;
}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
	cursor:default;
}
.holder span {
	margin: 0 5px;
}



/* menu mobile */
/********************************* scrollbar *******************************/
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #bbb; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background:  rgba(182,182,182,0.4);
}

a {
	color: #222;
}
.gx-menu-open.list {
	position: relative;
	top: 25px;
	height: 20px;
	line-height: 0px;
	left: 20px;
	right: auto;
}
.gx-menu-open.share {
	right: 3%;
	left: auto;
	top: 0px;
	height: 40px;
	line-height: 10px;
}

.gx-menu-open.mobile {
	line-height: 0.6em;
}

#wrapper {
	width: 80%;
	margin: auto;
	position: relative;
}

/*---------- ide-kdev Styles ---------*/
.sh_ide-kdev {
	width: 100%;
}
.sh_ide-kdev .sh_sourceCode{background-color:#f9f9f9;color:#000;font-weight:normal;font-style:normal;}
.snippet-wrap pre.sh_sourceCode{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

@media all and (max-width: 480px) {
	#wrapper {
		width: 96%;
	}
}

#gx-sidemenu {
	top: 46px !important;
}

a.gx-menu-open:hover, a.gx-menu-open:focus {
	text-decoration: none;
}

#gx-sidemenu, .gx-sidemenu-inner {
	overflow-y: auto;
	background: #333;
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222;
}

.menu-mobile-trigger {
	position: absolute;
	top: 13px;
  	left: 23px;
}

.list-trigger {
	width: 37px;
	height: 4px;
	margin-bottom: 5px;
	background-color: #B91F1D;
	border-radius: 4px;
}

.gx-sidemenu-inner ul li a {
	color: #fff;
	font-weight: 600;
}

#gx-sidemenu .divider, #gx-sidemenu-right .divider {
	border-top: none;
	border-bottom: 1px solid #2A2929;
}

.gx-sidemenu-inner ul li a .arrow, .gx-sidemenu-inner ul li span.icon {
	color: #fff !important;	
}

.gx-sidemenu-inner ul li span.icon {
	
}

.gx-sidemenu-inner ul li:hover, 
.gx-sidemenu-inner ul li:active {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222;
}

.gx-sidemenu-inner ul li span.text {
	border-left: none;
	width: 100%;
}

.gx-sidemenu-inner ul li a.back span {
	width: 49%;
}

#sliderDireito .hm-sldr-caption h3 {
	/*width: 80%;
	text-transform: none;
	font-family: Open Sans, sans-serif;
	line-height: 12px;
	margin: 0 0 0 6px;
	padding: 0;*/
}

.fixed-main-menu {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

#videos-esdhc .sec-1-big img,
#videos-vtf .sec-1-big img {
	width: 80px !important;
	height: 60px !important;
}

#page-index #owl-example {	
	margin-bottom: 25px;
}

@media only screen and (max-width: 1120px) {
	#page-index #owl-example .owl-wrapper-outer,
	#page-index #owl-example .owl-controls {
		background: #fff;
	}

	#page-index #owl-example .owl-controls {
		margin-top: 0px;
	}

	.page-direito-paginas-subsub #subsub {
		/*
		display: none;
		visibility: hidden;
		*/
	}

	.page-direito-paginas-subsub #paginasSubsub {
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 1120px) {
	.owl-controls {
		display: none !important;
		visibility: hidden;
	}

	#video .owl-controls {
		display: block !important;
		visibility: visible;
	}
}

.boxgrid3-autoHeight .boxgrid3.caption {
	height: 178px;

}

.boxgrid3-autoHeight .caption .boxcaption3 {
	top: inherit !important;
	bottom: 0px;
	height: auto;
}


#classificacao table {
	width: 100%;
	/*border: 1px solid #222222;*/
}

#direitoPaginas table,
#paginasSubsub table {
	width: 100%;
}

#classificacao table tr,
#direitoPaginas table tr,
#paginasSubsub table tr {
	border-bottom: #ffffff solid 1px;
}

#direitoPaginas table tr,
#paginasSubsub table tr {
	border-right: #a8a8a8 solid 1px;
}

#direitoPaginas table tr td,
#direitoPaginas table tr th,
#paginasSubsub table tr td,
#paginasSubsub table tr th {
	border-left: #a8a8a8 solid 1px;
}

#direitoPaginas .mais-conteudo-pagina table tr td {
	border-left: none;
}

#classificacao table thead {
	background: #999999;
}

#direitoPaginas table thead,
#paginasSubsub table thead {
	/*background: #6AA3E0;*/
	background: #B11E1F;
}

#paginasSubsub table caption {
	/*background: #007BFF;*/
	background: #9B1D1E;
	color: #ffffff;
	padding: 5px 0;
}

#paginasSubsub table thead tr,
#paginasSubsub table thead tr th,
#paginasSubsub table thead th {
	border: 1px solid #222;
	border-top: 1px solid #a8a8a8;
	color: #fff;
}

#paginasSubsub table thead th:first-child {
	border-right: 1px solid #a8a8a8;
}

#paginasSubsub table caption {
	font-weight: 700;
	font-size: 18px;
	border: 1px solid #222;
	border-bottom: 1px solid #a8a8a8;
}

#classificacao table thead th,
#direitoPaginas table thead th,
#paginasSubsub table thead th {
	padding: 5px 0;
	border-bottom: 1px solid #222222;
}

#classificacao table thead th,
#classificacao table th,
#classificacao table tbody td:not(.data),
#classificacao table td:not(.data),
#direitoPaginas table thead th,
#paginasSubsub table thead th {	
	text-align: center;
}

/*#classificacao table th.fase {
	background: rgb(102,102,102);
	color: #fff;
}
#classificacao table tr.header {
	background: rgb(153,153,153);
	color: #fff;
}
#classificacao table td.data {
	background: rgb(230,230,230);
	padding-left: 9px;
}
#classificacao table td.hora {
	background: rgb(153,153,153);
	color: #fff;
}*/


#classificacao table tbody tr td {
    /*padding: 10px;*/
}
.classificacao-2 table tbody tr td {
    /*padding: 10px;*/
}
#classificacao table th.fase {
    background: #71BA51;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0px #599e3a;
}
#classificacao table tr.header {
	background: rgb(153,153,153);
	color: #fff;
}
#classificacao table td.data {
	background: rgb(245, 245, 245);
	padding-left: 9px;
	    position: relative;
}
#classificacao table td.data span {
position: absolute;
    display: block;
    background-color: #d63f3f;
    margin-left: 61px;
    padding: 0px 10px;
    bottom: 0px;
    color: #FFF;
    text-align: center
}
#classificacao table td.hora {
	background: #3D8EB9;
	color: #fff;
	width: 70px;
}

#direitoPaginas table tbody td,
#paginasSubsub table tbody td {
	padding: 0 5px;
}

#direitoPaginas table tbody td a,
#paginasSubsub table tbody td a {
	/*color: #007BFF;*/
	color: #303030;
}

@media only screen and (max-width: 600px) {
	#classificacao table thead th,
	#classificacao table tbody td,
	#direitoPaginas table thead th,
	#direitoPaginas table tbody td {	
		font-size: 8px;
	}	
}

#classificacao table tbody th div {
float: left;
    width: 30px;
    text-align: center;
    background: #999999;
    color: #fff;
    margin-left: 10px;
    margin-right: 9px;
    padding: 5px;
}
.classificacao-2 table tbody tr,
.direitoPaginas-2 table tbody tr{
	transition: transform 0.2s;
}
.classificacao-2 table tbody tr:hover,
.direitoPaginas-2 table tbody tr:hover{
	transform: scale(1.05);
	    z-index: 999;
    box-shadow: 1px 1px 12px rgba(51, 51, 51, 0.29);
}
#classificacao table tbody tr.Libertadores th div,
#classificacao table tbody tr.ClassificadoSerieA th div,
#classificacao table tbody tr.Classificado-Oitavas-de-Final	th div,
#classificacao table tbody tr.Classificado-Quartas-de-Final	th div,
#classificacao table tbody tr.Classificado-para-semi-final th div,
#classificacao table tbody tr.Classificado-Copa-do-Mundo th div,
#classificacao table.legenda tbody tr td div.Libertadores,
#classificacao table.legenda tbody tr td div.ClassificadoSerieA, 
#classificacao table.legenda tbody tr td div.Classificado-Oitavas-de-Final,
#classificacao table.legenda tbody tr td div.Classificado-Quartas-de-Final,
#classificacao table.legenda tbody tr td div.Classificado-para-semi-final,
#classificacao table.legenda tbody tr td div.Classificado-Copa-do-Mundo {
	background: #71BA51;
}

#classificacao table tbody tr.Sul-Americana th div,
#classificacao table tbody tr.Disputa-repescagem-para-Copa th div,
#classificacao table.legenda tbody tr td div.Sul-Americana,
#classificacao table.legenda tbody tr td div.Disputa-repescagem-para-Copa {
	background: #3D8EB9;
}
#classificacao table tbody tr.Pre-Libertadores th div,
#classificacao table.legenda tbody tr td div.Pre-Libertadores{
	background: #FF8C00;
}
#classificacao table tbody tr.Rebaixamento th div,
#classificacao table tbody tr.RebaixadoSerieC th div,
#classificacao table tbody tr.Desclassificados th div,
#classificacao table.legenda tbody tr td div.Rebaixamento,
#classificacao table.legenda tbody tr td div.RebaixadoSerieC,
#classificacao table.legenda tbody tr td div.Desclassificados {
	background: #d63f3f;
}


#classificacao table tbody tr,
#direitoPaginas table tbody tr {
	background: #F5F5F5;
}
#direitoPaginas .mais-conteudo-pagina table tbody tr {
	background: #FFFFFF;
	border-right: none;
	border-bottom: none;
}


/*#classificacao table#table-jogos tbody tr {
	height: 30px;
}

#classificacao table#table-jogos {
	margin-top: 10px;
}*/

#classificacao table#table-jogos tbody tr {
	height: 30px;
}

#classificacao table#table-jogos {
	/*margin-top: 10px;*/
}
.box-jogos {
    border: 0;
    border-radius: 10px;
    margin-bottom: 15px;
    /*overflow: hidden;*/
    z-index: 888;
    /*position: relative;*/
}
.bg-jogo {
    background-color: #e6e6e6;
}
.box-jogos td {
    padding: 10px 5px;
}
.filtro-jogos {
    background-color: #FEC606;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
}
.filtro-jogos select {
    padding: 7px;
    border: 0;
    border-radius: 10px;
    margin: 0px 5px;
}
span.placar {
    background-color: #71ba51;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
}
tr.lista-jogos {
    transition: transform 0.2s;
}
tr.lista-jogos:hover {
    transform:scale(1.05);
    z-index: 999;
    box-shadow: 1px 1px 12px rgba(51, 51, 51, 0.29);
}
/* top-left border-radius */
.box-jogos table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
.box-jogos table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.box-jogos table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
/* bottom-right border-radius */
.box-jogos table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.atualizacao{
    background: #71BA51;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0px #599e3a;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}
.classificacao-2 table tbody th{
	text-align: left !important;
}
.classificacao-2 table thead {
    background: rgb(245, 245, 245) !important;
}
.classificacao-2 table thead th, #direitoPaginas table thead th, #paginasSubsub table thead th {
    border: 0 !important;
}

#classificacao table tbody tr.Libertadores,
#classificacao table tbody tr.ClassificadoSerieA,
#classificacao table tbody tr.Classificado-Oitavas-de-Final,
#classificacao table tbody tr.Classificado-Quartas-de-Final,
#classificacao table tbody tr.Classificado-para-semi-final,
#classificacao table tbody tr.Classificado-Copa-do-Mundo {
	background: #BCEDCA;
}

#classificacao table tbody tr.Sul-Americana,
#classificacao table tbody tr.Disputa-repescagem-para-Copa {
	background: #B5D3EA;
}
#classificacao table tbody tr.Pre-Libertadores{
	background: #ffe4c4;
}
#classificacao table tbody tr.Rebaixamento,
#classificacao table tbody tr.RebaixadoSerieC,
#classificacao table tbody tr.Desclassificados {
	background: #FFDAD7;
}

.brasileiro {
	border-top: 2px solid #3BD100;
}

.brasileiro h1 {
	color: #3BD100;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.brasileiro .sub-editorias {
	margin-bottom: 30px;
}

.brasileiro a {
	border-left: 1px solid #3BD100;
	padding: 0 10px;	
}

.brasileiro a:last-child {
	border-right: 1px solid #3BD100;
}

.brasileiro td a, .brasileiro td a:last-child {
	border: none;
}

.brasileiro .escudos-times {
	margin-bottom: 20px;
}

.brasileiro .escudos-times img {
	width: 30px;
	height: auto;
	padding-bottom: 6px;
}

#classificacao .sub-editorias {
    margin-top: 10px;
}
#classificacao table.legenda {
	border: none;
	margin-top: 20px;
}

#classificacao table.legenda tbody tr {
	background: #fff;
	border-bottom: none;
}

#classificacao table.legenda tbody tr td {
	text-align: left;
	font-size: 12px;
	padding: 0 10px 0 0;
}

#classificacao table.legenda tbody tr td div {	
	width: 10px;
	height: 10px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

.nome-grupo {
    width: 100%;
    text-align: center;
    background: #3D8EB9;
    border: 0;
    border-bottom: none;
    font-size: 15px;
    color: #FFF;
    padding: 5px;
    font-weight: 600;
}

.boxgrid3-autoHeight .boxgrid3.caption {
	width: 100%;
	height: 290px;
}

@media screen and (max-width: 768px) {
	.page-editoria #editoria .editoria .boxgrid3-autoHeight .boxgrid3.caption,
	.page-editoria .editoria-swiper .editoria .boxgrid3-autoHeight .boxgrid3.caption {
		width: 100%;
		height: auto;
	}	

	.page-editoria #editoria .editoria .top-big-two .boxgrid3.caption img, 
	.page-editoria #editoria .editoria .top-big-two .boxgrid3.caption .boxcaption3,
	.page-editoria .editoria-swiper .editoria .top-big-two .boxgrid3.caption img, 
	.page-editoria .editoria-swiper .editoria .top-big-two .boxgrid3.caption .boxcaption3 {
		position: initial;
	}
}

/*.top-big-two .boxgrid3.caption {
	height: auto;
}*/


.page-editoria #editoria .editoria .top-big-two .boxgrid3.caption img, 
.page-editoria #editoria .editoria .top-big-two .boxgrid3.caption .boxcaption3,
.page-editoria .editoria-swiper .editoria .top-big-two .boxgrid3.caption img, 
.page-editoria .editoria-swiper .editoria .top-big-two .boxgrid3.caption .boxcaption3 {
	position: initial;
}


#pagina .links-paginas,
#pagina .links-paginas div {
	word-wrap: break-word;
}

td.borda-direita {
	/*border-right: 1px solid #a8a8a8;*/
}

th.borda-direita {
	/*border-right: 1px solid #222;*/	
}

@media screen and (max-width: 1119px) {
	.hidden-mobile {
		display: none !important;
		visibility: hidden !important;
	}

	.visible-mobile {
		display: block !important;
		visibility: visible !important;
	}

}

.ui-loader {
	display: none !important;
	visibility: hidden !important;
}
@media screen and (min-width: 1120px) {
	.sub-editorias .owl-item,
	.sub-editorias .owl-wrapper {
		float: left;
		width: auto !important;
	}

	.sub-editorias .owl-wrapper {
		margin-bottom: 10px;
	}
}

#underSlider .tn-small-1 img,
#ponto-de-vista .tn-small-1 img {
	width: 100%;
	margin-bottom: 1%;
	/*height: 100px;
	height: 231px;*/
	height: 200px;
}

#analise {
	background: #FFFFFF;
	/*padding: 15px;*/
	float: left;
	width: 100%;
	margin-top: -11px;
}

#analise .img-analise {
	background: #FFFFFF;
	float: left;
	width: 98px;
	height: auto;
	margin-right: 15px;
}

#analise .colunista-titulo {
	background: #FFFFFF;
	float: left;
	width: 67%;
}

#analise .colunista-titulo span {
	background: #FFFFFF;
	float: left;
	width: 100%;	
}

#analise .colunista-titulo .colunista {
	font-size: 16px;
	font-weight: 400;
}

#analise .colunista-titulo .titulo-coluna {
	font-size: 18px;
	font-weight: 600;
}

li.li-blank {
	width: 100%;
	height: 60px;
}

.corpo-noticia-div iframe {
	width: 100% !important;
}

.arrow-prev-prox {
	font-size: 100px;
	font-weight: 200;
	position: fixed;	
	top: 37%;
	background: #ccc;
	-moz-border-radius: 85px;
	-webkit-border-radius: 85px;
	border-radius: 85px;
	line-height: 1;
	height: 126px;
	width: 126px;
	z-index: 9;
}

#arrow-prev {
	left: -85px;
  	padding-left: 81px;
}

#arrow-prox {
	right: -85px;	
	padding-left: 1px;
}

.arrow-prev-prox a, 
.arrow-prev-prox a:hover,
.arrow-prev-prox a:visited,
.arrow-prev-prox a:focus {
	text-decoration: none;
	color: #000;
}

.arrow-prev-hidden {
	left: -111px !important;
}

.arrow-prox-hidden {
	right: -111px !important;
}

h2.titulo-artigo {
	margin-top: 15px;
}

.artigo-descricao-colunista {
	width: 100%;
	float: left;
	background: #EFECEC;
	padding: 15px;
	margin-top: 20px;
}

#page-index .artigo-descricao-colunista {
	width: 90%;
}

.artigo-descricao-colunista .foto-colunista {
	float: left;
	width: 100px;
	padding: 1px;
	margin-right: 15px;
}

.artigo-descricao-colunista .nome-colunista {
	color: #B91F1D;
	font-size: 21px;
	font-weight: 600;
}

#editoria .wrapper-main-editoria .tn-small-1 {
	width: 47%;
}

@media only screen and (min-width: 700px) and (max-width: 1119px) {
	.main-right-side {
		max-width: 100% !important;
		width: 100% !important;
	}

	#video img, 
	#charge img, 
	#tvDomtotal img {
		width: 100%;
	}

	.float-right {
		float: right !important;
	}

	.float-left {
		float: left !important;
	}

	#page-index .main-right-side .float-left {
		margin-bottom: 0;
	}

	#video .trending.lefty {
		width: 100%;
	}

	#video {
		height: 320px !important;
	}

	.ipad-width-50.instituicoesConveniadas {
		float: left !important;
	}

	.banner img {
		width: 100%;
	}

	.smedia.ipad-width-50 {
		height: 115px;
	}

	.ipad-side-box-1 { margin-bottom: -35px !important; }

	.ipad-side-box-2 { margin-bottom: 10px !important; }

	.ipad-side-box-3 {  }

	.ipad-side-box-4 { }

	.ipad-side-box-5 { margin-top: 12px !important; }

	.ipad-side-box-6 { margin-top: 20px !important; }

	.ipad-side-box-7 { margin-top: -10px !important; }

	.ipad-side-box-8 { margin-top: -40px !important; }

	.ipad-side-box-9 { margin-top: -75px !important; }

	.ipad-side-box-10 { }

	.ipad-side-box-11 { margin-top: -25px !important; }

	.ipad-side-box-12 { margin-top: 0px !important; }

	.modal.in .modal-dialog {
		width: 98%;
	}

	#sliderDireito .hm-sldr-caption h3 a {
		font-size: 20px !important;
	}

	#sliderDireito .hm-sldr-caption {
		height: 19%;
	}
}

@media only screen and (max-width: 700px) {
	.ipad-side-box-8 { margin-top: -35px !important; margin-bottom: 0; }

	#editoria .wrapper-main-editoria .tn-small-1 {
		width: 100%;
	}	

	#editoria .top-news .tn-small-1 img {
		width: auto;
		max-width: 34%;
	}

	#sliderDireito .hm-sldr-caption {
		height: 19%;
	}
}

#colunas .sec-1-big img {
	width: 100px;
	height: auto;
}

body.colunistas .sec-cont2 {
    padding: 0;
    border: none;
}

.nome-colunistas {
	color: #B91F1D;
	font-weight: 600;
}

#colunas .sec-1-big div.sec-1-big-text {
	width: 58.93333333333333%;
}

#colunas .sec-1-big img {
	float: left;
}

#colunas .sec-1-big div.sec-1-big-text h3, 
#colunas .sec-1-big div.sec-1-big-text h3 span, 
#colunas .sec-1-big div.sec-1-big-text h3 span span {
	font-size: 20px !important;
}

.artigo-descricao-colunista {
	margin-bottom: 25px;
}

.colunista-ultimos-artigos h3 {
	font-size: 20px;
	font-weight: 600;
	color: #B91F1D;
}

.colunista-ultimos-artigos .sec-1-big-text h3,
.colunista-ultimos-artigos .sec-1-big-text h3 span,
.colunista-ultimos-artigos .sec-1-big-text h3 span span,
.outras-noticias .sec-1-big div.sec-1-big-text h3, 
.outras-noticias .sec-1-big div.sec-1-big-text h3 span, 
.outras-noticias .sec-1-big div.sec-1-big-text h3 span span {
	font-size: 18px !important;
	font-weight: 400 !important;
}

.artigo-descricao-colunista .foto-colunista {
	margin-right: 0;
}

.artigo-descricao-colunista .foto-colunista img {
	width: 90%;
}

#colunista .sec-1-big div.sec-1-big-text,
#especiais .sec-1-big div.sec-1-big-text,
#superDomFatos .sec-1-big div.sec-1-big-text,
#religiao .sec-1-big div.sec-1-big-text {
	border-bottom: 1px solid #e5e5e5;
	width: 90%;
}

#agendaCultural .sec-1-big div.sec-1-big-text {
	border-bottom: none;
}

#agendaCultural .ultimos-artigos-colunista .sec-1-big div.sec-1-big-text h3, 
#agendaCultural .ultimos-artigos-colunista .sec-1-big div.sec-1-big-text h3 span, 
#agendaCultural .ultimos-artigos-colunista .sec-1-big div.sec-1-big-text h3 span span {
	font-size: 18px !important;
}

#especiais .big-two-1.boxgrid3,
#superDomFatos .big-two-1.boxgrid3,
#religiao .big-two-1.boxgrid3 {
	width: 100%;
	/*height: 340px;*/
}

#especiais .boxcaption3,
#superDomFatos .boxcaption3,
#religiao .boxcaption3 {
	top: 250px;
}

#especiais p.artcl-time-1 {
    font-size: 12px !important;
    margin: 8px 0 5px 0;
    color: #9c9c9c !important;
}

#religiao .sec-cont {
    padding: 0;
}
#religiao .sec-cont2 {
    padding: 0;
    border-top: none;
}
#religiao .big-two-1.boxgrid3 {
	height: 395px;
}
#religiao .big-two-1.boxgrid3 img {
    width: 100%;
    margin-right: 0;
}

.especial-arquivo {
	width: 100%;
	float: left;
	height: auto !important;
}

#especiais .outras-noticias {
	/*border-top-color: #F04A3C;*/
	border-top: none;
}

#especiais .sec-title,
.link-mais-super-dom h3,
.link-mais-agenda h3 {
	  color: #B91F1D;
}

.link-mais-agenda {
	margin-right: 50px;
}

#especiais .boxcaption3 h3 a,
#superDomFatos .boxcaption3 h3 a {
	width: 100%;
}

@media only screen and (max-width: 1199px){
	#especiais .boxcaption3,
	#superDomFatos .boxcaption3,
	#religiao .boxcaption3 {
		top: 185px;
	}

	#especiais .big-two-1.boxgrid3,
	#superDomFatos .big-two-1.boxgrid3,
	#religiao .big-two-1.boxgrid3 {
		height: 285px;
	}
}

@media only screen and (max-width: 760px){
	#especiais .boxcaption3,
	#superDomFatos .boxcaption3,
	#religiao .boxcaption3 {
		top: 190px;
	}

	#especiais .big-two-1.boxgrid3,
	#superDomFatos .big-two-1.boxgrid3,
	#religiao .big-two-1.boxgrid3 {
		height: 275px;
	}
}

@media only screen and (max-width: 667px){	
	#superDomFatos .boxcaption3,
	#religiao .boxcaption3 {
		top: 190px;
	}

	#especiais .boxcaption3 {
		top: 175px;
	}

	#especiais .big-two-1.boxgrid3,
	#superDomFatos .big-two-1.boxgrid3,
	#religiao .big-two-1.boxgrid3 {
		height: 275px;
	}
}

#superDom-pagination {
	bottom: 30px;
}
#blogs-pagination {
	bottom: 0px;
}

#especiais .destaques .tn-small-1 h4,
#superDomFatos .destaques .tn-small-1 h4,
#religiao .destaques .tn-small-1 h4 {
	margin-left: 15px;
}

.especial-arquivo li {
	float: left;
	width: 30%;
	margin-right: 3%;
}

.sec-title-super-dom {
	color: #B91F1D;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #B91F1D;
}

.sec-title-super-dom span {
	color: #7E7E7E;
	font-size: 14px;
}

.sub-editorias-super-dom {
	margin-bottom: 35px;
}

.sub-editorias-super-dom a {
	border-left: 1px solid #B91F1D;
	padding: 0 10px;
}

.sub-editorias-super-dom a:last-child {
	border-right: 1px solid #B91F1D;
}

.titulo-liturgia {
	font-size: 20px;
	font-weight: 600;
}

.label-liturgia {
	font-size: 18px;
	font-weight: 700;
	float: left;
	width: 100%;
	color: #B91F1D;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}

.div-secao-liturgia {
	margin-bottom: 30px;
}

.col-border {
	border-right: 1px solid #c0c0c0;
}

.col-border:last-child {
	border-right: none;
}

@media only screen and (max-width: 768px) {
	.col-border {
		border-right: none;
	}
}

.table-w100 {
	width: 100%;
	background: #eee;
}

.table-w100 th,
.table-w100 td {
	padding: 5px;
	border-right: 1px solid #ccc;
}

.table-w100 th:first-child,
.table-w100 td:first-child {
	border-left: 1px solid #ccc;
}

.table-w100 tr {
	border-bottom: 1px solid #ccc;	
}

.table-w100 th {
	text-align: center;
	background: #ccc;
	border-right: 1px solid #aaa;
}

.table-w100 a {
	color: #B91F1D;
}

.links-roteiro-homiletico li {
	width: 90%;
	margin: 10px 2%;
	float: left;
	color: #428bca;
}

.meu-dia-mais {
	color: #428bca;
}

.links-roteiro-homiletico li a{
	color: #428bca;
}

.text-bold,
.div-secao-liturgia p strong {
	font-weight: bold;
	color: #222222;
}

.owl-main-sub-links .owl-prev,
.owl-reportagens .owl-prev,
.owl-agenda-cultural .owl-prev {
	font-size: 100px !important;
	font-weight: 300 !important;
	color: #000 !important;
	position: relative;
	left: -46%;
	top: -300px;
	padding-top: 0px;
	-moz-border-radius: 85px !important;
	-webkit-border-radius: 85px !important;
	border-radius: 85px !important;
	line-height: 1 !important;
	padding-left: 75px !important;
	width: 126px !important;
	height: 126px !important;
}

.owl-main-sub-links .owl-next,
.owl-reportagens .owl-next,
.owl-agenda-cultural .owl-next {
	font-size: 100px !important;
	font-weight: 300 !important;
	color: #000 !important;
	position: relative;
	left: 46%;
	top: -300px;
	padding-top: 0px;
	padding-top: 0px;
	-moz-border-radius: 85px !important;
	-webkit-border-radius: 85px !important;
	border-radius: 85px !important;
	line-height: 1 !important;
	padding-right: 75px !important;
	width: 126px !important;
	height: 126px !important;
}

.owl-agenda-cultural .owl-next,
.owl-agenda-cultural .owl-prev {
	top: -150px;
}

@media only screen and (min-width: 750px) and (max-width: 1120px) {
	.owl-main-sub-links .owl-prev,
	.owl-agenda-cultural .owl-prev {
		left: -45%;		
		padding-top: 0px;
		-moz-border-radius: 85px !important;
		-webkit-border-radius: 85px !important;
		border-radius: 85px !important;
		line-height: 0.5 !important;
		padding-left: 6px !important;
		width: 75px !important;
		height: 75px !important;
	}

	.owl-main-sub-links .owl-next,
	.owl-agenda-cultural .owl-next {
		left: 45%;		
		padding-top: 0px;
		-moz-border-radius: 85px !important;
		-webkit-border-radius: 85px !important;
		border-radius: 85px !important;
		line-height: 0.5 !important;
		padding-right: 6px !important;
		width: 75px !important;
		height: 75px !important;
	}	
}

#agendaCultural .sec-1-sm div.sec-1-sm-text {
	width: 100%;
	margin: 0;
}
#agendaCultural #slideDestaques .bloco-slide {
    height: 365px;
}
#agendaCultural .bloco-slide {
    height: 345px;
}

@media only screen and (max-width: 1119px) {
	.editorias-home .sec-1-sm img {
		width: 35% !important;
		clear: both;
	}

	.editorias-home .sec-1-sm div.sec-1-sm-text {
		width: 59% !important;
	}
	
	#agendaCultural .sec-1-sm div.sec-1-sm-text {
		margin-left: 15px;
	}
}

.sec-title-red,
.sec-title-red a,
.dica a {
	color: #B91F1D;
	font-weight: 700;
}

@media only screen and (min-width: 1120px) {
	/*.cinema .editorias-home .sec-1-sm img {
		height: 140px;
	}*/

	#page-index .instituicoesConveniadas {
		margin-bottom: 20px !important;
	}
}

.eventos .editorias-home .sec-1-sm img {
	width: 100%;
	max-height: 123px;
}

#agendaCultural.eventos .sec-1-sm div.sec-1-sm-text {
	width: 99%;
}

.eventos .editorias-home .sec-1-sm .sec-1-sm-text b p {
	color: #000;
}

@media only screen and (max-width: 1119px) {
	.eventos .editorias-home .sec-1-sm img {
		width: 100% !important;
	}
}

.cinema .sec-1-sm img {
	width: 100%;
}
.cinema img.filme-destaque {
	margin-bottom: 1px;
}

.cinema-detalhes table {
	width: 100%;
}

.locais table tr,
.cinema-detalhes table tr {
	border-bottom: 1px solid #ccc;
}

.locais table tr td,
.locais table tr th,
.cinema-detalhes table tr td,
.cinema-detalhes table tr th {
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.locais table tr td span,
.locais table tr th span,
.cinema-detalhes table tr td span,
.cinema-detalhes table tr th span {
	color: #666;
}

.titulo-tabela-filme {
	background: #ccc;
	padding: 10px;
}

table tr.no-border {
	border-bottom: none;
}

.filmes-em-cartaz .sec-1-big.float-width {
	width: 23% !important;
	border-bottom: none !important;
	margin-right: 2%;
	float: left;
	height: 370px;
}

@media only screen and (max-width: 1120px) {
	.filmes-em-cartaz .sec-1-big.float-width {
		width: 100% !important;
		height: auto;
	}

	.filmes-em-cartaz .sec-1-big.float-width img {
		width: 200px !important;
	}
}

.filmes-em-cartaz .sec-1-big.float-width img {
	width: 100%;
}

#agendaCultural .filmes-em-cartaz .sec-1-big div.sec-1-big-text {
	border-bottom: none;
}

.filmes-em-cartaz .sec-1-big div.sec-1-big-text h3 {
	font-size: 18px !important;
}

.filmes-em-cartaz .sec-1-big div.sec-1-big-text h3,
.filmes-em-cartaz .sec-1-big div.sec-1-big-text h6 {
	margin: 2px 0;
}

.editorias-home.dicas .sec-1-big img {
	width: 48%;
	float: left;
}

.dicas .sec-1-big div.sec-1-big-text {
	width: 48%;
	border-bottom: none;
	float: left;
}

.stars-to-rate {
	float: left;
	background: url("../img/star.gif") no-repeat 0 0px;
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0px;	
	cursor: pointer;
	font-size: 0;
}

.stars-to-rate, .stars {
	margin: 0 8px;
}

.stars-to-rate-hover {
	background-position: 0 -32px;	
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
	.owl-filmes-cartaz .owl-pagination {
		margin-top: -90px;
	}
}

#editoria .wrapper-main-editoria .destaques {
	margin-right: -30px;
}

#editoria .editoria7 .wrapper-main-editoria .destaques {
	margin-right: 0;
}

@media only screen and (max-width: 500px) {
	.owl-filmes-cartaz .owl-pagination {
		margin-top: -135px;
	}

	#editoria .wrapper-main-editoria .destaques {
		margin-right: 0;
	}
}

@media only screen and (min-width: 500px) and (max-width: 650px) {
	.owl-filmes-cartaz .owl-pagination {
		margin-top: -90px;
	}
}

@media only screen and (min-width: 650px) and (max-width: 1120px) {
	.owl-filmes-cartaz .owl-pagination {
		margin-top: -30px;
	}
}

blockquote {
	margin: 0 0 !important;
}

.page-direito-pagina-detalhe #pagina table {
	width: 95% !important;
}

.page-direito-pagina-detalhe #pagina table td,
.page-direito-pagina-detalhe #pagina table td p,
.page-direito-pagina-detalhe #pagina table th,
.page-direito-pagina-detalhe #pagina table th p {
	font-size: 11px !important;
	word-wrap: break-word;
}

.lista-links,
.lista-links li a {
	color: #428bca;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

#gx-sidemenu a.back .icon {
	width: 66px;
	margin-right: -24px;
}

#gx-sidemenu a.back .text {
	padding-left: 0;
}


@media only screen and (max-width: 1120px) {
	/*#video {		
		display: none !important;
	}*/

	#page-index #video {
		display: block !important;
	}

	#destaqueSlider .hm-sldr-caption {
		position: relative;
		height: 65px;
		margin-top: -6px;
		background: #1d1d1d;
	}

	.imagem-2-detaque {
		width: 100%;
		height: 230px;
		overflow: hidden;
	}

	/*#page-index #destaque .caption .boxcaption {
		background: rgba(29, 29, 29, 1);
		opacity: 1;
		height: 90px;
	}

	#page-index #destaque .mid-block-1.boxgrid, 
	#page-index #destaque .mid-block-2.boxgrid {
		height: 250px;
	}*/

	.modal-dialog {
		position: relative;
		top: 60px;
	}

	#page-dicas #agendaCultural .ultimos-artigos-colunista {
		width: 75%;
		float: left;
		margin-left: 3%;
	}
}

@media only screen and (max-width: 600px) {
	
	/*#page-index #destaque .mid-block-1.boxgrid, #page-index #destaque .mid-block-2.boxgrid{
		height: 230px;
	}

	#page-index #destaque .caption .boxcaption {
		position: relative;
		bottom: 80px;		
	}

	#page-index #destaque .caption .boxcaption,
	#page-index #destaque .caption .boxcaption span,
	#page-index #destaque .caption .boxcaption span span {
		font-size: 12px !important;
	}*/
}

@media only screen and (max-width: 600px) and (min-width: 433px){
	.sec-1-big img {
		width: 100% !important;
	}

	.sec-1-big img.icone-audio {
		width: 70px !important;
	}

	#swiper-videos .sec-1-big div.sec-1-big-text {
		width: 90%;
	}
}

.page-editoria #editoria .editoria .float-width.sec-cont2,
.page-editoria .editoria-swiper .float-width.sec-cont2 {
	border-top: none;
}

.titulo-modal {
	font-weight: 700;
	padding: 14px 0 0 30px;
	margin-bottom: -30px;
}

@media only screen and (max-width: 1120px){
	.editorias-home-page .float-width.sec-cont2 {
		width: calc(100% - 30px) !important;
	}

	.wrapper-agenda-cultural {
		width: 94%;
	}

	.main-right-side-blog {
		max-width: 100% !important;
		width: 100% !important;
	}

}


.wrapper-noticia {
	width: 80%;
}

.wrapper-body {
	width: 91%;
}

.wrapper-direito {
	width: 90%;
}

/*
#swiper-container-editorias {
	margin-bottom: 20px;
}
*/

img.img-load,
.img-load img {
	width: 200px;
	margin: 20px 0;
	margin-bottom: 20px;
	background: #fff;
}

@media only screen and (max-width: 750px) {
	img.img-load,
	.img-load img {
		width: 70px;
		margin: 20px 0;
	}	
}

.swiper-container .swiper-wrapper .wrapper-main-editoria {
	width: 92%;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	display: block;
	height: 100%;
	top: 0;
	width: 9%;
} 
.swiper-button-prev,
.swiper-button-next {
	display: none;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next {
	right: 0;
}
/*.swiper-container:hover .left-background,
.swiper-container:hover .right-background {
	display: block;
}
.left-background {
	position: absolute;
    width: 9%;
    height: 248.734px;
    background: #999;
    opacity: 0.45;
    left: 0;
    display: none;
}
.right-background {
	position: absolute;
    width: 9%;
    height: 248.734px;
    background: #999;
    opacity: 0.45;
    right: 0;
    display: none;
}

#swiper-super .left-background,
#swiper-super .right-background {
	height: 298.484px;
}*/

.modal-footer {
	border-top: none;
}

.link-paginacao.active {
	color: #fff;
	background: #666;
}

.invisible {
	visibility: hidden;
}

#agendaCultural div {
	word-wrap: break-word;
}

#agendaCultural.cinema-detalhes img.bares-img {
    width: 100%;
    margin-top: 10px;
}

.swiper-slide-prev .float-width,
.swiper-slide-next .float-width {
	background: #F2F2F2;
}

.editoria-swiper.swiper-slide-prev .editoria4 .sub-editorias, 
.editoria-swiper.swiper-slide-prev .editoria4 .sec-cont, 
.editoria-swiper.swiper-slide-prev .outras-noticias4,
.editoria-swiper.swiper-slide-next .editoria4 .sub-editorias, 
.editoria-swiper.swiper-slide-next .editoria4 .sec-cont, 
.editoria-swiper.swiper-slide-next .outras-noticias4 {
	border-color: transparent;
}

#colunas-blogs {
	background-color: #f7f7f7;
	margin-bottom: 20px;
    position: relative;
    overflow: hidden;
	/*height: 310px;*/
	height: 314px;
    
    -webkit-transition: height 1.2s;
	-moz-transition: height 1.2s;
	transition: height 1.2s;

}
#colunas-blogs .container {
	padding: 20px 10px;
}

#colunas-blogs .trend-2 {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 0;
}
#colunas-blogs .trend-2 .mais-colunistas {
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    text-align: right;
}
#colunas-blogs .trend-2 .mais-colunistas a {
    font-size: 17px;
    color: #303030;
    text-transform: lowercase;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #2ecd79;
}
#colunas-blogs .trend-2 .mais-colunistas a:hover {
    text-decoration: none;
}

#page-index #colunistas,
#page-index #blogs {
	/*background: #fff;*/
	/*padding: 20px;
	border-top: 2px solid #B91F1D;*/
	/*margin-top: -21px;*/
	padding: 12px 0 0;
	/*border: 1px solid #d5d5d5;
	border-top: none;*/
	/*box-shadow: 0px 0px 10px #d5d5d5;*/
	/*height: 316px;
	height: 830px;*/
	/*height: 670px;*/
	overflow: hidden;
	/*overflow-y: scroll;*/
}
#page-index #colunistas.top-news,
#page-index #blogs.top-news {
	margin-bottom: 0;
}
#page-index #blogs {
	/*height: 697px;*/
}

#page-index #colunistas .titulo-art,
#page-index #blogs .titulo-art,
#page-index #colunistas .titulo-art span,
#page-index #blogs .titulo-art span,
#page-index #colunistas .titulo-art span span,
#page-index #blogs .titulo-art span span {
	font-size: 15px !important;
}

.column-pagination {
	margin: 0;
	text-align: center;
}
.column-pagination button {
	background: #B91F1D;
	border: none;
	color: #fff;
	border-radius: 4px;
	margin: 5px 0;
}

.nome-colunista-mobile {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.versal-no-image {
	width: 100px;
	height: 100px;
	text-align: center;
	padding: 15px;
}

.bloco-destaque-w50 {
	width: 100%;
	height: 232px;
}

.bloco-destaque-w50:first-child {
	margin-bottom: 10px;
}

.bloco-destaque-w50 .img-noticia-destaque {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bloco-destaque-w50 img {
	width: 100%;
	margin-top: -31px;
}

.bloco-destaque-w50 .legenda-noticia {
	position: relative;
	bottom: 80px;
	padding: 1px 15px;
	background: #1d1d1d;
	height: 80px;
	color: #fff;
	opacity: .85;
}

.bloco-destaque-w50 .legenda-noticia h3,
.bloco-destaque-w50 .legenda-noticia h3 span,
.bloco-destaque-w50 .legenda-noticia h3 span span {
	color: #fff !important;
	padding: 0px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

.versal-destaque {
	position: relative;
	float: right;
	color: #fff;
	min-height: 31px;
	max-height: 45px;
	padding: 5px;	
}

.versal-destaque h4 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

/* Página de busca: pesquisar.html */
#page-search {
	margin-top: 135px;
}

@media screen and (max-width: 550px) {
	.versal-destaque h4 {
		font-size: 13px;
	}

	#sliderDireitoMobile .hm-sldr-caption h3, #sliderDireitoMobile .hm-sldr-caption h3 a span, #sliderDireitoMobile .hm-sldr-caption h3 a span span {
		line-height: 0.6;
	}
}

@media screen and (max-width: 1190px) {
	.bloco-destaque-w50 {
		width: 49%;
		height: auto;
	}

	.bloco-destaque-w50:first-child {
		margin-right: 2%;
	}

	.bloco-destaque-w50 .legenda-noticia {
		position: inherit;
	}
}

@media screen and (max-width: 760px) {
	.bloco-destaque-w50 .legenda-noticia h3,
	.bloco-destaque-w50 .legenda-noticia h3 span,
	.bloco-destaque-w50 .legenda-noticia h3 span span {
		font-size: 14px !important;
	}
}

#agendaCultural .foto-colunista-mobile {
	width: 20%;
}

.corpo-post {
	margin: 40px 0 20px 0;
}

#blogCapa .side-trend {
    border: none;
    padding: 0;
}
.side-trend{
	background: #fff;
	width: 100%;
	padding: 15px;
	border-top: 2px solid #007BFF

}

.btn-leia-mais-post {
	width: 100%; 
	margin-top: 20px; 
	float: left; 
	font-size: 15px;
}

#blogCapa .sec-1-big .foto-colunista img {
	width: 105px;
}

#blogCapa .sec-1-big img,
#blogPost .sec-1-big img {
	width: auto;
    display: block;
    height: initial;
    max-width: 100%;
}

#blogCapa .pesquisa {
	margin: 1em 0;
}
#blogCapa .pesquisa input {
	width: 91%;
}
#blogCapa .pesquisa #pesquisar {
    background: #9B1D1E;
    color: #fff;
    border: none;
    padding: 3px 9px;
}

.item-agenda-home {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	height: 250px;
}


.item-agenda-home .img-agenda-home {
	width: 100%;
	float: left;
}

.item-agenda-home .img-agenda-home img {
	max-width: 100%;
	max-height: 180px;
}

.item-agenda-home h4 {
	width: 99%;
	margin: 3px 0;
}

.item-agenda-home h3 {
	width: 99%;
	margin: 0 0;
	font-weight: 700;	
}

.item-agenda-home p {
	color: #605B5B;
	width: 99%;
	margin: 0 0;
}

.item-agenda-home-cinema .img-agenda-home {
	max-width: 30%;
	margin-right: 3%;
}

.item-agenda-home-cinema .img-agenda-home {
	max-width: 35%;
}

.item-agenda-home-cinema .img-agenda-home img {
	max-height: 230px;
}

.item-agenda-home-cinema h3,
.item-agenda-home-cinema h4 {
	max-width: 60%;
}

/* Mexendo aqui */
.maisRecentes {
	background-color: #FFF;
	border-top: 2px solid #f04a3c;
	padding: 18px 15px 0 15px;
	width: 100%;
	height: auto;
}

.maisRecentes .tn-large-1 {
	width: 100%;
}

.maisRecentes .img {
	width: 15%;
	float: left;
}

.maisRecentes .info h4 {
	font-size: 14px !important;
    font-weight: 500;
}

.maisRecentes .info h6 {
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #9c9c9c;
    margin: 12px 0 15px 0;
}

/* OL TOP 50 */
.top50 {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.top50 > li {
	display: inline-block;
	vertical-align: top;
	height: auto;
	border-bottom: 1px solid #e5e5e5;
	white-space: nowrap;
	font-size: 0rem;
	width: 100%;
}
.top50 .top50-count,
.top50 .top50-content,
.top50-img {
	height: 74px;
}
.top50-link:hover .top50-img,
.top50-link:hover .top50-count {
	margin-left: 0px;
	/*color: #000;
	text-shadow: none;*/
}
.top50-link {
	display: block;
	height: 100%;
	text-decoration: none;
	overflow: hidden;
	color: currentColor;
}
.top50-img {
	background-size: cover;
	background-position: center;
	
	display: inline-block;
    vertical-align: top;
	width: 100%;
	width: calc(100% - 42px);
	/*background-size: cover;
	background-position: top-center;*/
	background-repeat: no-repeat;
	padding: 2px 10px;
	text-transform: uppercase;
	font-family: 'libesansweb-condensed',sans-serif;
	font-size: 4rem;
	letter-spacing: .05em;
	line-height: 1.2em;
	text-align: center;
	background-color: currentColor;
	margin-left: -42px;
	transition: margin .3s ease;
}
.top50-img.image .top50-content {
	display: none;
}
.top50-img.no-image {
	text-transform: none;
    text-align: left;
    letter-spacing: normal;
}
.top50-img.no-image .top50-content {
	display: block;
	padding-left: 44px;
} 
.top50-count {
	margin-left: calc(-100% - -84px);
	
	display: inline-block;
	vertical-align: top;
	/*height: 100%;*/
	width: 42px;
	text-align: center;
	/*background-color: currentColor;*/
	margin-left: calc(-100% + 84px);
	transition: margin .3s ease;
	
	font-family: 'Roboto', sans-serif;
	font-size: 2.1rem;
	line-height: 2em;
	letter-spacing: .01em;
	color: #fff;
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}
.top50-count.top50-count-1 {
	/*background: rgb(234,24,69);*/
	background: #9B1D1E;
}
.top50-count.top50-count-2 {
	background: rgb(239,0,57);
}
.top50-count.top50-count-3 {
	background: rgb(255,43,31);
}
.top50-count.top50-count-4 {
	background: rgb(255,65,47);
}
.top50-count.top50-count-5 {
	background: rgb(255,87,61);
}
.top50-count.top50-count-6 {
	background: rgb(250,99,76);
}
.top50-count.top50-count-7 {
	background: rgb(253,95,70);
}
.top50-count.top50-count-8 {
	background: rgb(254,103,80);
}
.top50-count.top50-count-9 {
	background: rgb(254,110,86);
}
.top50-count.top50-count-10 {
	background: rgb(252,120,98);
}
/*.top50-link:hover .top50-content {
	background-color: #f8f8f8;
}*/
.top50-content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	width: calc(100% - 42px);
	/*height: 100%;*/
	font-size: .9rem;
	line-height: 1.3em;
	white-space: normal;
	padding: 10px 12px;
	background-color: #fff;
}
.top50-content .editoria {
	float: left;
	text-transform: uppercase;
	font-weight: normal;
	margin-right: 4%;
	font-size: .8em;
}
.top50-content .editoria.edi1 {
	color: #3bd100;
}
.top50-content .editoria.edi2 {
	color: #ff0059;
}
.top50-content .editoria.edi3 {
	color: #ffe100;
}
.top50-content .editoria.edi4 {
	color: #00b3ff;
}
.top50-content .editoria.edi5 {
	color: #9000ff;
}
.top50-content .editoria.edi6 {
	color: #007bff;
}
.top50-content .editoria.edi7 {
	color: #b31362;
}
.top50-content .editoria.edi9 {
	color: #469b9c;
}
.top50-content *:not(.editoria) {
	color: #333333;
	font-size: 18px;
	line-height: 21px;
}
.top50-color-2 {
	color: #EF0039;
}

@media screen and (max-width: 650px) {
	.item-agenda-home {
		width: 99%;
	}	
}

@media only screen and (max-width: 700px) {
	#page-index .instituicoesConveniadas {
		margin-bottom: 47px !important;
	}
}

@media screen and (max-width: 769px) and (min-width: 601px) {
	ul.newsticker {
	    width: 80% !important;
	    max-width: 100%;
	}
	.boxcaption3 {
		height: 95px;
	}
	/*.big-two-1.boxgrid3 {
		height: 220px;
	}
	.caption.boxcaption3 {
		top: 145px;
	}*/
}

@media only screen and (max-width: 432px) {
	ul.newsticker {
	    width: 60% !important;
	    max-width: 100%;
		padding: 0 0 0 15px;
	}
	.ticker ul li h4, .ticker ul li h4 span, .ticker ul li h4 span span {
   		margin-top: 0;
	}
   	.ticker h3 {
   		max-width: 40%;
   		padding: 0 15px;
   	}
   	
   	#corpo .big-two-1.boxgrid3 {
   		height: auto;
   	}
   	.page-editoria #editoria .editoria .top-big-two .boxgrid3.caption img {
		width: 100%;   		
   	}
   	
}

@media screen and (max-width: 600px) and (min-width: 365px) {
	.ticker ul li h4, .ticker ul li h4 span, .ticker ul li h4 span span {
		/*margin-top: 0;*/
	}
	ul.newsticker {
	    width: 59% !important;
	    max-width: 100%;
	}
	/*.big-two-1.boxgrid3 {
		height: 240px;
	}
	.caption.boxcaption3 {
		top: 200px;
	}*/
}

@media only screen and (max-width: 1119px) and (min-width: 768px) {
	ul.newsticker {
		/*width: 89% !important;*/
		max-width: 100%;
	}
	.boxcaption3 {
		height: 85px;
	}
	/*.big-two-1.boxgrid3 {
		height: 220px;
	}
	.caption.boxcaption3 {
		top: 145px;
	}*/
}

/* --- CSS HOME --- */
#page-index #banner-topo,
#page-index #topNews {
	width: 1190px;
}

#page-index #main-menu-items {
	display: block;
}

#page-index #topNews .big-two-1.boxgrid3 a {
	float: none;
	width: 100%;
	margin-right: 0;
}
#page-index #topNews .caption.boxcaption3 {
	width: 100%;
}
#page-index #topNews .caption.boxcaption3 h3,
#corpo #topNews .caption.boxcaption3 h3 {
	margin-left: 20px;
}
#page-index #topNews .estilo-1 .caption.boxcaption3 h3 {
	margin: 0;
}
#page-index #topNews .estilo-1 .caption.boxcaption3 span.fa {
	display: none;
}
#page-index #topNews .caption.boxcaption3 span.fa,
#corpo #topNews .caption.boxcaption3 span.fa {
	float: left;
	margin-top: 2px;
}
#page-index #topNews .estilo-2 .caption.boxcaption3 span.fa,
#corpo #topNews .estilo-2 .caption.boxcaption3 span.fa {
	color: #303030;
}
#page-index #topNews .estilo-2.not-white .caption.boxcaption3 span.fa {
	color: #fff;
}
#page-index .main-news-blks #destaqueSlider .hm-sldr-caption {
	position: absolute;
	bottom: 0;
	margin-top: 0;
	background: none;
}
#page-index .main-news-blks .flexslider .slides img {
	height: 475px;
}
#page-index .main-news-blks .mid-blks-cont {
	width: 583px;
}
#page-index .mid-blks-cont .caption .boxcaption {
	top: auto;
}

#page-index .container {
	width: 1190px;
}
#page-index .main-left-side {
    width: 748.797px;
}
#page-index .main-right-side {
    width: 397.797px;
}
#page-index .main-right-side #superDom .sec-1-big img {
	width: 100%;
}

#page-index .ipad-width-50 {
    width: 100% !important;
}

@media only screen and (max-width: 1024px) {
	#page-index #colunas-blogs,
	#page-index #noticias,
	#page-index #as-mais,
	#page-index #mais-direito,
	#page-index .fotogaleria,
	#page-index .copy-rt-ftr {
		width: 1200px;
	}
	
	.main-menu {
/* 	    background: none; */
	}
}

@media only screen and (max-width: 1024px) {
	#corpo.container {
		margin-top: 80px !important;
	}
}


/* --- CSS interno --- */
#corpo.container {
	margin-top: 135px;
}
#corpo .sec-cont {
	padding: 0;
}
#corpo .sec-cont2 {
    padding: 0;
    border-top: none;
}
.w84 {
	width: 84% !important;
	margin-right: 2%;
}
.w14 {
	width: 14% !important;
}
#corpo .main-left-side {
	margin-right: 3%;
	width: 63%;
}

#corpo .main-right-side {
}
#corpo .wrapper-noticia {
	width: 95%;
	font-family: 'Roboto', sans-serif;
}
/*#corpo .corpo-noticia-div {
    font-family: 'sans-serif';
}*/
#corpo .assinatura-rodape-noticia {
	color: #999999;
	font-size: 16px;
	line-height: 24px;
}

#corpo div.legenda-img {
	position: relative;
	bottom: 18px;
	width: 95%;
	left: 12px;
	padding: 1px 6px;
}
span.noticia-interna.legenda-imagem {
    color: #747474;
    margin: 0;
    background: #fff;
    padding: 0 6px;
   	white-space: pre-wrap;
}

#corpo .big-two-1.boxgrid3 {
	border: 1px solid #dcdcdc;
}
#corpo .big-two-1.boxgrid3 img {
    width: 50%;
    margin-right: 2%;
}

#corpo #topNews .big-two-1.boxgrid3 {
	border: none;
}

#corpo #especiais .big-two-1.boxgrid3,
#corpo #superDomFatos .big-two-1.boxgrid3 {
	border: none;
}
#corpo #especiais .big-two-1.boxgrid3 img,
#corpo #superDomFatos .big-two-1.boxgrid3 img {
	width: 100%;
	margin-right: none 
}

.noticia-interna.baixo {
	height: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.noticia-interna.hora {
	float: left;
	width: 30%;
}

.noticia-interna.share {
	float: right;
	width: 25%;
}

.titulo-secao.subeditorias {
	margin-top:5px;
}

.btn-comentarios {
	background-color: #e6e6e6;
	border: 1px solid #ddd;
	height: 40px;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
}

.btComentarios {
	background-color: #e6e6e6;
	border: 1px solid #ddd;
	height: 40px;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
	text-align: center;
	padding: 0px 29.5px;
}

/*
p strong {
	color: #000;
}*/

.direito-lateral {
	margin-bottom: 10px;
}

span.editoria-interna.legenda-imagem {
    background-color: #fff;
    padding: 9px 6px;
    color: #191919;
    font-size: 21px;
    margin-left: 10px;
    bottom: 20px;
    position: relative;
}

span.versal-editoria {
	float: left;
	margin-left: 15px; 
	color: #B91F1D;
}

span.versal-manchete {
	color: #666;
	font-size: 16px;
	margin-bottom: 5px;
}

span.titulo-manchete {
	color: #191919;
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
}
span.data-manchete {
    font-size: 12px;
}
span.bigode-manchete {
    font-style: italic;
}

#corpo .tn-small-1 p {
	margin-left: 15px;
}

@media only screen and (min-width: 1120px)
.cinema .sec-1-sm img {
    height: 140px;
}
.sec-1-sm img {
    width: 29.97198879551821%;
    margin: 0;
}

.titulo-secao.agenda-cultural span.titulo-subeditoria {
    color: #666;
    font-size: 16px;
    border-bottom: none;
}

.fb-share {
	float: right;
	cursor: pointer;
}

#setaBlogAnterior {
	float: left;
}

#setaBlogProximo {
	float: right;
}

#cal {
	width: 100%;
}

.data-direito {
	font-size: 15px;
	color: #9c9c9c;
}
.mais-noticias-direito {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
}

.expediente .secao-esquerda {
	width: 40%;
	float: left;
}
.expediente .secao-direita {
	width: 60%;
	float: left;
}

#banner-topo {
    margin-top: 145px;
    margin-bottom: 25px;
}

#charge-body img {
	max-width: 100%;
}

.pswp__caption__center {
	max-width: 860px !important;
}

.publicidade {
	height: 300px;
	overflow: hidden;
	margin-bottom: 25px;
}
.publicidade .showing {
	position: relative;
}
.publicidade .showing img {
	position: absolute;
	cursor: pointer;
}

#cal td.cal-dia {
	cursor: pointer !important;
}

#agendaCultural .pesquisa {
	margin-top: 15px;
	padding: 6px;
	background: #e1e1e1;
}
#agendaCultural .pesquisa select {
	width: 44%;
}

.share .fb_like {
	float: left;
	overflow: hidden;
	width: 120px;
}

.quem-somos {
    width: 100%;
    clear: both;
    height: 99px;
    border: 1px solid #ddd;
}
.quem-somos .img {
    width: 15%;
    float: left;
}
.quem-somos .img img {
	width: 100%;
}
.quem-somos .info {
    width: 85%;
    float: left;
    margin-top: 18px;
}

/* Estilo responsivo seção Dom Especial */
@media only screen and (max-width: 1119px) and (min-width: 768px) {
	#corpo #topNews .estilo-2 .top-big-two {
		float: left;
	}
}
@media only screen and (max-width: 767px) {
	#corpo #topNews .estilo-2 .top-big-two {
		width: 100%;
	}
	#corpo #topNews .estilo-2 .top-big-two .big-two-1.boxgrid3 {
		margin-bottom: 9px;
	}
	#corpo #topNews .estilo-2 .top-big-two .caption.boxcaption3 {
		width: 100%;
		float: none;
	}
}

#banner-topo .fadein img {
	cursor: pointer;
}

.pswp {
	z-index: 9999 !important;
}

/* Estilo responsivo seção Cinema em Agenda Cultural e Cinema */
@media only screen and (max-width: 600px) {
	.quem-somos {
		height: 230px;
	}
	.quem-somos .img {
		width: initial;
		float: none;
	}
	.quem-somos .img img {
		width: initial;
		margin: 0 auto;
	}
	.quem-somos .info {
		width: 100%;
		float: none;
		margin: 0 12px;
	}
}
.placar1 span .penalte {
    position: absolute;
    background-color: #636363;
    color: #FFF;
    padding: 2px 3px;
    font-size: 12px;
    left: -21px;
    top: 0px;
}
.placar2 span .penalte {
    position: absolute;
    background-color: #636363;
    color: #FFF;
    padding: 2px 3px;
    font-size: 12px;
    right: -21px;
    top: 0px;
}
/*
@media (min-width: 480px) {
	#corpo .main-left-side  {
	    width: 100% !important;
	}
	.main-right-side{
		width: 100% !important;
	}
}*/


/* HACK AJUSTAR RESPOSIVO SESSAO NOTICIAS 
span.legenda-container {
	width: 100% !important;
}

span.legenda-texto {
	width: 100% !important;
}
*/