@font-face {
	font-family: "calibri-bold";
	src: url("../fonts/calibri-bold.ttf") format("truetype");
}

@font-face {
	font-family: "calibri-light";
	src: url("../fonts/calibri-light.ttf") format("truetype");
}

@font-face {
	font-family: "segoe-ui";
	src: url("../fonts/segoe-ui.ttf") format("truetype");
}

@font-face {
	font-family: "segoe-ui-semibold";
	src: url("../fonts/segoe-ui-semibold.ttf") format("truetype");
}

@font-face {
	font-family: "belly-betty";
	src: url("../fonts/belly-betty.ttf") format("truetype");
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-ExtraBoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-ExtraBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Regular_1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

body {
	margin-bottom: 0 !important;
}

.topo-logo>div {
	display: flex;
	height: 100%;
	align-items: center;
}

.topo-contain-2 {
	justify-content: center;
}

.topo-logo {
	height: 88px;
	background: #d20a11;
	position: fixed;
	width: 100%;
	z-index: 99;
	transition: 0.2s;
	display: flex;
}

a:hover, a:focus {
	text-decoration: none !important;
}

.navbar-nav>li .dropdown-menu {
	background: #5A9775;
	padding: 20px 0;
	border: 0;
	width: 225px;
	margin-left: -40px;
	margin-top: 0px !important;
}

.navbar-nav>li .dropdown-menu li {}

.dropdown-menu>li>a {
	color: #fff !important;
	text-align: center;
	white-space: initial !important;
	font-size: 15px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 500 !important;
	padding: 10px !important;
	margin: 0 auto;
}

.dropdown-menu>li>a::after {
	content: '';
	width: 165px;
	height: 1px;
	background: #A5CFB0;
	display: block;
	margin: 25px auto 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: transparent !important;
	color: #fff !important;
}

.navbar-nav>li .dropdown-menu li:last-child:after {
	display: none;
}

.redes-sociais {
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}

.navbar-nav>li:hover .dropdown-menu {
	display: block;
}

.nav .open>a {
	background-color: transparent !important;
}

.dropdown-menu>.active>a {
	background-color: transparent !important;
}

.dropdown-menu>li#menu-item-78>a {
	border: 0;
}

.logo-home {
	display: none !important;
}

body.home .logo-home {
	display: block !important;
}

body.home .logo-internas {
	display: none;
}

.navbar-nav>li .dropdown-menu>li:last-child a::after {
	display: none;
}

.navbar-nav>li .dropdown-menu:not(.horizontal) li a:hover {
	color: #9cffc8 !important;
	transition: all .3s ease 0s !important;
}

.navbar-brand>img {
	display: block;
	width: 442px;
}

.navbar-brand {
	float: none !important;
	padding: 0 !important;
	font-size: initial !important;
	line-height: initial !important;
	height: initial !important;
}

.anuncie-aqui {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #D71E15;
	text-transform: uppercase;
	background: #fff;
	display: inline-block;
	width: 150px;
	height: 40px;
	border-radius: 3px;
	text-align: center;
	padding-top: 9px;
	border: 3px solid #d2222d;
}

.anuncie-aqui:focus {
	outline: none;
	text-decoration: none;
	background: #fff;
	color: #D71E15;
}

.anuncie-aqui:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
	transition: all .3s ease 0s !important;
}

.topo-newsletter {
	display: inline-block;
	margin-left: 40px;
	cursor: pointer;
}

.topo-menu {
	display: block;
	/* width: 55px;
	height: 37px;
	position: absolute;
	left: 50%;
	margin-left: -110px; */
	margin: 14px 20px;
	/* cursor: pointer; */
}

.caixa-menu-topo {
	transition: 0.2s;
	display: block;
	background: #5B5858;
	position: fixed;
	width: 300px;
	z-index: 100000;
}

.link-fechar-caixa {
	font-family: 'Montserrat';
	font-weight: 500;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	position: absolute;
	right: 0;
	margin-right: 30px;
	top: 0;
	margin-top: 15px;
	z-index: 1;
}

.link-fechar-caixa:focus {
	outline: none;
	color: #fff;
	text-decoration: none;
}

.link-fechar-caixa:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.nome-item-menu-topo {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	width: 100%;
}

.nome-item-menu-topo::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: url(../imagens/linha-menu.jpg) left center no-repeat;
	margin-top: 15px;
	pointer-events: none;
	cursor: default;
}

.nome-tipo-1 {
	color: #DBCBCB;
	margin-bottom: 20px;
	display: block;
}

.nome-tipo-2 {
	color: #fff;
}

.nome-tipo-1:hover {
	color: #DBCBCB;
	text-decoration: none;
}

.nome-tipo-2:hover {
	color: #fff;
	text-decoration: none;
}

.item-menu-topo {
	margin-bottom: 20px;
	overflow: hidden;
}

.link-icone-menu-topo {
	display: inline-block;
	margin: 0 17px;
	float: left;
	margin-bottom: 25px;
}

.icone-topo {
	width: 45px;
}

p.nome-item-menu-topo {
	margin-bottom: 20px;
	clear: both;
}

.quatro-icones {
	overflow: hidden;
	width: 350px;
}

.caixa-itens-menu-topo {
	overflow: hidden;
	padding: 50px 0 40px 0;
	width: 980px;
	float: right;
	margin-right: 120px;
}

.caixa-itens-menu-topo>.container>.col-md-6:first-child {
	border-right: 3px solid #DBCBCB;
}

.caixa-itens-menu-topo>.container {
	width: initial !important;
}

.caixa-itens-menu-topo>.container>.col-md-6:last-child {
	padding-left: 100px;
}

.barra-topo {
	background: #EFEEEE;
	height: 165px;
	padding-top: 88px;
}

.img-grupo-comunicacao {
	float: left;
	display: block;
	margin-top: 22px;
	margin-right: 30px;
	width: 215px;
}

.img-jornal {
	display: block;
	margin-top: 6px;
}

.edicao-impressa {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #878787;
	text-transform: uppercase;
	float: left;
	margin-top: 26px;
}

.edicao-impressa span {
	font-weight: 500;
	display: block;
}

.img-jornal {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.link-edicao-impressa {
	display: flex;
	overflow: hidden;
	height: 70px;
}

.sociais-topo {
	/* width: 310px; */
	/* float: right; */
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ico-tvc {
	margin-left: 20px;
}

.navbar-nav>li>a {
	font-family: 'Barlow condensed';
	font-weight: 500;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	color: #707070;
	display: inline-block !important;
}

.navbar-nav>li:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #707070;
	display: inline-block;
	position: relative;
	top: 4px;
}

.header-home nav.menu {
	margin: 0 auto;
	display: block;
	float: none;
	padding-top: initial;
	width: fit-content;
}

.navbar-nav>li:last-child:after {
	display: none;
}

.navbar-nav>li>a:hover {
	transition: all .3s ease 0s !important;
	background-color: transparent !important;
}

.caixa-publicidade {
	width: 1242px;
	background: #f1f1f1;
	margin: 20px auto;
}

.img-publicidade {
	display: block;
	margin: 0 auto;
}

.titulo-publicidade {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	color: #878787;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: .5px;
}

.publicidade-home {
	overflow: hidden;
	padding: 50px 0 20px 0;
}

.texto-copyright {
	font-family: 'Montserrat';
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}

.sociais-menu-footer {
	background: #C6C6C6;
	height: 130px;
	overflow: hidden;
}

.sociais-footer {
	overflow: hidden;
	margin: 10px auto 20px;
	width: 290px;
}

.sociais-menu-footer aside ul {
	padding-left: 0;
	width: 520px;
	margin: 0 auto;
}

.sociais-menu-footer aside ul li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
	border-right: 1px solid #000;
	padding-right: 15px;
}

.sociais-menu-footer aside ul li a {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #444242;
}

.sociais-menu-footer aside ul>li:last-child {
	border-right: 0;
}

.newsletter-footer {
	background: rgb(198 198 198 / 24%);
	overflow: hidden;
	padding: 60px;
}

.texto-newsletter {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #2E2D2C;
}

.texto-newsletter span {
	color: #D71E15;
}

.cx-newsletter {
	overflow: hidden;
	width: 830px;
	margin: 40px auto 0;
}

.cx-newsletter input.mailpoet_text {
	width: 95% !important;
	border: 1px solid #C6C6C6;
	border-radius: 30px;
	background: transparent;
	height: 40px;
	font-family: 'Montserrat';
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	color: #5B5858;
	padding-left: 25px !important;
}

.cx-newsletter .mailpoet_paragraph {
	line-height: 20px;
	margin-bottom: 20px;
	float: left;
	width: 50%;
}

.cx-newsletter .mailpoet_paragraph.last {
	clear: both;
	width: 98%;
	margin-top: 20px;
}

.cx-newsletter input.mailpoet_text:focus {
	outline: none;
}

.cx-newsletter input.mailpoet_submit {
	background: #707070;
	border-radius: 30px;
	height: 40px;
	width: 172px !important;
	float: right;
	font-family: 'Montserrat';
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}

.cx-newsletter input.mailpoet_submit:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
	background: #707070;
}

.cx-newsletter input.mailpoet_submit:hover {
	text-decoration: none;
	color: #fff;
	background: #4f4d4d;
	transition: all .3s ease 0s !important;
}

.titulo-interna {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #ee2319;
	margin-bottom: 30px;
}

.titulo-interna:before {
	content: '';
	height: 1px;
	width: 43%;
	background: #D71E15;
	display: inline-block;
	position: relative;
	top: -7px;
	margin-right: 30px;
}

.titulo-interna:after {
	content: '';
	height: 1px;
	width: 43%;
	background: #D71E15;
	display: inline-block;
	position: relative;
	top: -7px;
	margin-left: 30px;
}

.mapa-grupo {
	background: url(../imagens/mapa-mundo.jpg) center center no-repeat;
	height: 444px;
	background-size: cover;
}

.mapa-grupo aside ul#menu-grupo {
	padding-left: 50px;
	padding-top: 50px;
}

.mapa-grupo aside ul#menu-grupo li {
	list-style: none;
	margin-bottom: 30px;
	width: 210px;
}

.mapa-grupo aside ul#menu-grupo li a {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
}

.mapa-grupo aside ul#menu-grupo li .sub-menu {
	display: none;
	background: #707070;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	margin-top: -45px;
	padding: 20px 20px 5px 20px;
}

.mapa-grupo aside ul#menu-grupo li:hover .sub-menu {
	display: block;
}

.mapa-grupo aside ul#menu-grupo li:before {
	content: '';
	background: url(../imagens/bullet.png) center center no-repeat;
	height: 36px;
	margin-right: 20px;
	display: inline-block;
	width: 57px;
	position: relative;
	top: 10px;
}

.mapa-grupo aside ul#menu-grupo li a:hover {
	text-decoration: none;
}

.mapa-grupo aside ul#menu-grupo li .sub-menu li:before {
	display: none;
}

.mapa-grupo aside ul#menu-grupo li .sub-menu li a {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.mapa-grupo aside ul#menu-grupo li .sub-menu li {
	margin-bottom: 15px;
}

.mapa-grupo aside ul#menu-grupo li .sub-menu li.item-jornal-menu a {
	font-size: 16px;
}

.mapa-grupo aside ul#menu-grupo li.item-menu-tv:after {
	content: '';
	background: url(../imagens/tvc2.png) center center no-repeat;
	width: 37px;
	height: 37px;
	display: inline-block;
	margin-left: 20px;
	top: 10px;
	position: relative;
}

.geral-grupo .titulo-interna {
	color: #fff;
}

.geral-grupo {
	overflow: hidden;
	background: #878787;
	padding: 60px 0 40px 0;
}

.texto-o-grupo>p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 21px;
	line-height: 29px;
	color: #fff;
	margin-bottom: 28px;
}

.texto-grafica>p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #707070;
	margin-bottom: 20px;
}

.geral-grafica {
	overflow: hidden;
	padding: 50px 0 30px 0;
}

.texto-tv>p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #707070;
	margin-bottom: 20px;
}

.geral-tv {
	overflow: hidden;
	padding: 50px 0 30px 0;
}

#category-posts-2-internal .cat-post-item .cat-post-title {
	overflow: initial !important;
	text-overflow: initial !important;
	white-space: initial !important;
	display: initial !important;
	-webkit-line-clamp: initial !important;
	-webkit-box-orient: initial !important;
	padding-bottom: initial !important;
	color: #2E2D2C !important;
}

.posts-destaque h2.widget-title {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 27px;
	line-height: 35px;
	color: #707070;
	margin: 10px 0;
}

.posts-destaque p.cpwp-excerpt-text {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #2E2D2C;
}

.posts-destaque aside ul.category-posts-internal {
	padding-left: 0 !important;
}

.posts-destaque .cat-post-tax-category a {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #D71E15;
	text-transform: uppercase;
}

.posts-destaque aside .post-date {
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 13px;
	line-height: 13px;
	display: inline-block;
	margin-left: 4px;
	border-left: 1px solid #ccc;
	padding-left: 8px;
	color: #2E2D2C;
}

.posts-destaque aside ul.category-posts-internal a.cat-post-title {
	overflow: initial !important;
	text-overflow: initial !important;
	white-space: initial !important;
	display: initial !important;
	-webkit-line-clamp: initial !important;
	-webkit-box-orient: initial !important;
	padding-bottom: initial !important;
	color: #2E2D2C !important;
}

.destaque1>.container>.col-md-7 {
	padding-right: 25px;
}

.destaque1>.container>.col-md-5 {
	padding-left: 25px;
}

.posts-destaque.destaque2 h2.widget-title {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 25px;
	line-height: 33px;
	color: #707070;
	padding: 15px 0 10px 0;
}

.quatro-destaques {
	overflow: hidden;
	padding: 20px 0 40px 0;
}

.titulo-quatro-destaques {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 19px;
	line-height: 25px;
	color: #2E2D2C;
	margin: 15px 0;
}

.link-categoria-quatro-destaques {
	background: url(../imagens/tag-noticias.png) left center no-repeat;
	height: 33px;
	background-size: initial;
	width: max-content;
	display: block;
	margin-bottom: 15px;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 20px;
}

.link-quatro-destaques figure {
	width: 280px;
	height: 177px;
	overflow: hidden;
}

.link-categoria-quatro-destaques:hover {
	text-decoration: none;
	color: #fff;
}

.link-categoria-quatro-destaques:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
}

.link-quatro-destaques:hover {
	text-decoration: none;
}

.img-quatro-destaques {
	min-height: 100%;
}

.publicidade-home2 {
	overflow: hidden;
	padding: 10px 0 50px 0;
}

.img-publicidade-home {
	display: block;
	margin: 0 auto;
}

.publicidade-home2 .titulo-publicidade {
	margin-bottom: 25px;
}

.bloco-news-quatro-tres aside {
	margin-bottom: 25px;
}

.titulo-quatro-posts {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #2E2D2C;
	margin: 10px 0;
}

.link-categoria-quatro-posts {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #D71E15;
	text-transform: uppercase;
	display: block;
}

.link-categoria-quatro-posts:hover {
	color: #D71E15;
}

.geral-quatro-posts {
	overflow: hidden;
	margin-bottom: 35px;
	margin-top: 20px;
}

.geral-tres-posts {
	overflow: hidden;
	margin-top: 25px;
}

.link-categoria-tres-posts {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #D71E15;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.item-tres-posts figure {
	height: 140px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.item-tres-posts figure img {
	min-height: 100%;
}

.titulo-tres-posts {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 19px;
	line-height: 25px;
	color: #2E2D2C;
	margin: 10px 0;
}

.link-categoria-tres-posts:hover {
	color: #D71E15;
}

.colunistas-home {
	overflow: hidden;
	padding: 45px 0;
	background: #E3E2E2;
}

.img-item-carrossel-colunistas {
	display: block !important;
	margin: 0 auto;
	width: 100px !important;
	border-radius: 50%;
}

.titulo-item-carrossel-colunistas {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #D71E15;
	margin: 20px 0;
}

.texto-item-carrossel-colunistas {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #2E2D2C;
	padding: 0 15px;
}

.colunistas-home .sa_owl_theme .owl-dots {
	display: none !important;
}

.carrossel-colunistas {
	overflow: hidden;
	margin-top: 50px;
}

.colunistas-home .titulo-home {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	background: url(../imagens/tag-noticias2.png) left center no-repeat;
	height: 44px;
	background-size: initial;
	width: max-content;
	text-align: center;
	padding: 9px 20px;
}

.impressos-home {
	overflow: hidden;
	padding: 60px 0 10px 0;
}

.impressos-home .titulo-home {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	background: url(../imagens/tag-noticias2.png) left center no-repeat;
	height: 44px;
	background-size: initial;
	width: max-content;
	text-align: center;
	padding: 9px 20px;
}

.nome-item-impressos {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #2E2D2C;
	margin-bottom: 45px;
}

.nome-impressos-1 {
	font-weight: 600;
}

.nome-item-impressos::after {
	content: '';
	display: block;
	width: 300px;
	height: 3px;
	background: url(../imagens/linha-footer.jpg) left center no-repeat;
	margin-top: 13px;
	pointer-events: none;
	cursor: default;
}

.caixa-impressos-home {
	overflow: hidden;
	margin: 50px 0 35px 0;
}

.select-edicoes {
	width: 98%;
	height: 45px;
	border: 1px solid #D71E15;
	padding: 0 10px;
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 19px;
	color: #707070;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.select-edicoes:focus {
	outline: none;
}

.titulo-data-edicoes-footer {
	font-size: 22px;
	line-height: 26px;
	font-family: 'Montserrat';
	font-weight: 500;
	color: #2E2D2C;
	text-align: center;
	margin-bottom: 25px;
}

.numero-edicao-footer {
	font-size: 14px;
	line-height: 26px;
	font-family: 'Montserrat';
	font-weight: 500;
	color: #D71E15;
	text-align: center;
	margin-bottom: 25px;
}

.data-edicao-footer {
	color: #878787;
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
}

.nome-impressos-2 {
	font-size: 18px;
	line-height: 21px;
	color: #000;
	margin-bottom: 15px;
}

.nome-impressos-2::after {
	margin-top: 6px;
}

.caixa-impressos-home .owl-carousel {
	visibility: initial !important;
}

.titulo-item-carrossel-impressos {
	background: url(../imagens/tag-noticias.png) left center no-repeat;
	height: 33px;
	background-size: initial;
	width: max-content;
	display: block;
	margin-bottom: 15px;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 9px 20px;
	text-transform: uppercase;
	margin-top: -50px;
	margin-left: 20px;
	position: absolute;
}

.caixa-carrossel-impresso {
	overflow: hidden;
}

.caixa-carrossel-impresso .sa_owl_theme .owl-dots {
	display: none !important;
}

.caixa-carrossel-impresso .owl-pagination-true {
	margin-bottom: 10px !important;
}

.impressos-home .caixa-impressos-home>.col-md-4.col-xs-12:nth-child(2) {
	border-left: 3px solid #DBCBCB;
	border-right: 3px solid #DBCBCB;
	min-height: 1310px;
}

.item-edicoes-anteriores {
	overflow: hidden;
	margin-bottom: 30px;
}

body.page-template-impressos .impressos-home .caixa-impressos-home>.col-md-4.col-xs-12:nth-child(2) {
	min-height: initial;
}

.caixa-impressos-home .titulo-publicidade {
	margin-bottom: 40px;
}

.caixa-impressos-home aside.widget_media_image img {
	margin: 0 auto 40px;
}

body.page-template-anuncie-conosco .titulo-interna:before, body.page-template-anuncie-conosco .titulo-interna:after {
	width: 38%;
}

.baixe-pdf {
	display: block;
	width: 257px;
	height: 40px;
	background: #707070;
	border-radius: 30px;
	margin: 30px auto;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding-top: 11px;
}

.baixe-pdf:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
	background: #707070;
}

.baixe-pdf:hover {
	text-decoration: none;
	color: #fff;
	background: #474545;
	transition: all .3s ease 0s !important;
}

.titulo-entre-contato {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #D71E15;
	margin: 50px 0;
}

.icone-anuncie {
	margin: 0 auto 10px;
}

.textos-contato-anuncie {
	font-family: 'Montserrat';
	font-weight: 500;
	text-align: center;
	color: #707070;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 60px;
}

body.page-template-fale-conosco .titulo-interna:after, body.page-template-fale-conosco .titulo-interna:before, body.page-template-fale-conosco-sucesso .titulo-interna:after, body.page-template-fale-conosco-sucesso .titulo-interna:before {
	width: 40%;
}

.formulario-contato {
	width: 572px;
	margin: 50px auto 40px;
}

.formulario-contato label {
	width: 100%;
}

.formulario-contato input {
	height: 50px;
	border: 1px solid #263C53;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #2c2d2f;
	font-size: 14px;
	line-height: 19px !important;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 13px;
}

.formulario-contato textarea {
	height: 120px;
	border: 1px solid #263C53;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #2c2d2f;
	font-size: 14px;
	line-height: 19px !important;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 13px;
}

.formulario-contato input:focus, .formulario-contato textarea:focus {
	outline: none;
}

.formulario-contato form .row .col-md-12.col-xs-12>p:first-child {
	margin-bottom: 0;
}

.formulario-contato input.wpcf7-submit {
	color: #fff !important;
	font-family: 'Montserrat';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 22px;
	background-color: #d71e15 !important;
	width: 130px;
	height: 37px;
	border-radius: 20px !important;
	margin: 40px auto 0 !important;
	display: block;
	border: 0;
}

.formulario-contato input::-webkit-input-placeholder {
	color: #263C53;
}

.formulario-contato input:-ms-input-placeholder {
	color: #263C53;
}

.formulario-contato input::placeholder {
	color: #263C53;
}

.formulario-contato textarea::-webkit-input-placeholder {
	color: #263C53;
}

.formulario-contato textarea:-ms-input-placeholder {
	color: #263C53;
}

.formulario-contato textarea::placeholder {
	color: #263C53;
}

.formulario-contato input.wpcf7-submit:hover {
	text-decoration: none !important;
	color: #d71e15 !important;
	border: 1px solid #d71e15 !important;
	background-color: transparent !important;
	transition: all .3s ease 0s !important;
}

.formulario-contato input.wpcf7-submit:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: #f46118 !important;
}

.formulario-contato input.wpcf7-submit:focus:active {
	outline: none;
}

.formulario-contato input.wpcf7-submit:hover:focus {
	color: #fff !important;
}

.envio-sucesso {
	font-family: 'Montserrat';
	text-align: center;
	margin-bottom: 30px;
	color: red;
	font-weight: 600;
	font-size: 22px;
	position: relative;
	margin-top: -30px;
}

.caixa-carrossel-impresso .white .sa_owl_theme .owl-nav .owl-prev {
	background: url(../imagens/icon_prev.png) no-repeat center center !important;
}

.caixa-carrossel-impresso .white .sa_owl_theme .owl-nav .owl-next {
	background: url(../imagens/icon_next.png) no-repeat center center !important;
}

.caixa-carrossel-impresso .white .sa_owl_theme .owl-nav .owl-prev:hover, .caixa-carrossel-impresso .white .sa_owl_theme .owl-nav .owl-next:hover {
	background-color: transparent !important;
}

.caixa-carrossel-impresso .white .sa_owl_theme .owl-nav .owl-prev:focus, .caixa-carrossel-impresso .white .sa_owl_theme .owl-nav .owl-next:focus {
	outline: none;
}

body.single h1.entry-title.titlehome {
	font-family: 'Montserrat';
	color: #2E2D2C;
	font-size: 27px;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 5px;
	font-weight: 600;
}

body.single #wrapper>.row {
	padding: 0 70px;
	overflow: hidden;
}

body.single #wrapper .row #content {
	width: 60% !important;
	padding: 0px 0 40px 0 !important;
}

body.single #sidebar {
	display: block;
	width: 40%;
}

body.single .conteudo-post .entry-content>p {
	font-family: 'Montserrat';
	color: #2E2D2C;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 20px;
	font-weight: 400;
}

body.single #comments, body.single .saboxplugin-wrap {
	display: none;
}

body.single article .destaque img {
	width: 600px;
	margin: 0 0 30px 0;
}

body.single .conteudo-post {
	overflow: hidden;
	width: 600px;
}

aside .a2a_svg svg {
	background: #878787;
	padding: 6px;
	border-radius: 50%;
}

aside span.a2a_svg {
	background-color: transparent !important;
}

aside .addtoany_list a, .widget .addtoany_list a {
	padding: 0 18px !important;
}

aside .addtoany_list {
	overflow: hidden;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: auto;
}

.titulo-compartilhe {
	font-family: 'Montserrat';
	font-weight: 500;
	text-align: center;
	color: #D71E15;
	font-size: 19px;
	line-height: 26px;
	margin: 30px 0;
}

aside .select-edicoes {
	width: 80%;
	height: 45px;
	border: 1px solid #D71E15;
	padding: 0 10px;
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 19px;
	color: #707070;
	text-transform: uppercase;
	margin: 30px auto 30px;
	display: block;
}

body.blog aside .cat-post-item img, body.single aside .cat-post-item img {
	width: 160px !important;
	margin-right: 10px !important;
}

aside h3 span.cat-post-title {
	font-family: 'Montserrat';
	font-weight: 500;
	color: #2E2D2C;
	font-size: 14px;
	line-height: 19px;
}

aside ul.category-posts-internal {
	padding-left: 0;
}

aside ul.category-posts-internal li {
	margin-bottom: 20px;
	overflow: hidden;
}

aside ul.category-posts-internal li .post-categories {
	font-family: 'Montserrat';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	color: #D71E15;
}

aside h3.widget-title {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #2E2D2C;
	margin-bottom: 30px;
}

aside.cat-post-widget {
	margin: 60px 0 80px 0;
}

aside>h3.widget-title::after {
	content: '';
	display: block;
	width: 385px;
	height: 3px;
	background: url(../imagens/linha-footer.jpg) center center no-repeat;
	margin-top: 13px;
	pointer-events: none;
	cursor: default;
	margin-bottom: 30px;
}

li.cat-post-item h3.widget-title {
	margin: 10px 0 0 0;
}

.categoria-post-internas {
	float: left;
}

.categoria-post-internas ul {
	padding-left: 0;
}

.categoria-post-internas ul li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	border-right: 1px solid #c0c0c0;
	padding-right: 10px;
	height: 15px;
}

.categoria-post-internas ul li a {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #D71E15;
	text-transform: uppercase;
}

.categoria-post-internas>ul>li {
	display: none;
}

.categoria-post-internas>ul>li:first-child {
	display: block;
}

article .destaque .data-blog .dia {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 13px;
	line-height: 5px;
	display: inline-block;
	color: #878787;
}

.caixa-itens-menu-topo.cx-footer {
	display: none;
	background: #878787;
	width: 100%;
	margin: initial;
}

body.single .caixa-itens-menu-topo.cx-footer, body.blog .caixa-itens-menu-topo.cx-footer, body.page-template-colunas-tpl .caixa-itens-menu-topo.cx-footer, body.page-template-colunas-tpl .caixa-itens-menu-topo.cx-footer {
	display: block;
}

.cx-itens-menu-footer {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.cx-itens-menu-footer>.col-md-6:first-child {
	border-right: 3px solid #DBCBCB;
}

.cx-itens-menu-footer>.col-md-6:last-child {
	padding-left: 60px;
}

.titulo-post-secoes {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #707070;
	margin: 10px 0 20px 0;
}

.geral-cadernos-especiais ul.post-categories>li {
	display: none;
	float: left;
	margin: 0 10px 0 0;
	border-right: 1px solid #c0c0c0;
	padding-right: 10px;
	height: 15px;
}

.geral-cadernos-especiais ul.post-categories>li:first-child {
	display: block;
}

.geral-cadernos-especiais {
	overflow: hidden;
	padding-bottom: 50px;
}

.geral-cadernos-especiais .titulo-home {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	background: url(../imagens/tag-noticias2.png) left center no-repeat;
	height: 44px;
	background-size: initial;
	width: max-content;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 60px;
	margin-top: 10px;
}

.geral-cadernos-especiais ul.post-categories {
	float: left;
	padding-left: 0;
}

.geral-cadernos-especiais ul.post-categories>li a {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #D71E15;
	text-transform: uppercase;
}

.geral-cadernos-especiais time .dia {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 13px;
	line-height: 5px;
	display: inline-block;
	color: #878787;
}

.geral-cadernos-especiais .titulo-data-home .excerpt {
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #707070;
}

.posts-destaque-categorias {
	overflow: hidden;
	margin-bottom: 40px;
}

/* .posts-destaque-categorias>.col-sm-6:first-child {
	width: 58.33333%;
}

.posts-destaque-categorias>.col-sm-6:nth-child(2) {
	width: 41.66667%;
} */

body.home aside.cat-post-widget {
	margin: initial;
}

.posts-destaque-categorias>article {
	display: none;
}

.posts-destaque-categorias>article:first-child, .posts-destaque-categorias>article:nth-child(2) {
	display: block;
}

.caixa-snippet-categoria article ul.post-categories li {
	border-right: initial;
}

.geral-cadernos-especiais .container .col-md-9 {
	padding: 0 !important;
}

.caixa-snippet-categoria article .titulo-post-secoes {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #707070;
	margin: 10px 0 40px 0;
	min-height: 90px;
}

body.home aside ul.category-posts-internal li .post-categories>a {
	display: none !important;
}

body.home aside ul.category-posts-internal li .post-categories>a:first-child {
	display: inline-block !important;
}

.relpost-thumb-wrapper {
	display: none;
}

body.page-template-cadernos-especiais-tpl .titulo-publicidade, body.page-template-cadernos-especiais-tpl aside>img, body.page-template-cadernos-especiais-unico-tpl .titulo-publicidade, body.page-template-cadernos-especiais-unico-tpl aside>img {
	margin-bottom: 30px;
}

body.archive #wrapper>.row {
	padding: 0 70px;
	overflow: hidden;
}

body.archive #wrapper .row #content {
	width: 60% !important;
	padding: 0px 0 40px 0 !important;
}

body.archive #sidebar {
	display: block;
	width: 40%;
}

body.archive article {
	width: 33.33333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

body.archive article .itenspost h3 {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #707070;
	margin: 10px 0 20px 0;
}

body.archive article .itenspost .excerpt {
	display: none;
}

body.archive article .destaque .data-blog .dia {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 13px;
	line-height: 5px;
	display: inline-block;
	color: #878787;
	margin-top: 15px;
}

body.archive h1.page-title {
	display: none;
}

body.archive aside .cat-post-item img {
	width: 160px !important;
	margin-right: 10px !important;
}

body.archive .page-header {
	border-bottom: 0;
}

.foto-colunista {
	width: 110px;
	border-radius: 50%;
}

.infos-colunista {
	overflow: hidden;
	width: 1150px;
	margin: 0 auto 50px;
}

.nome-coluna {
	font-family: 'Montserrat';
	font-weight: 600;
	color: #D71E15;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.texto-coluna {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #707070;
}

.infos-colunista>.col-md-2 {
	width: 14.66667%;
}

body.page-template-colunas-tpl .titulo-compartilhe {
	margin: -5px 0 30px 0;
}

body.page-template-colunas-tpl aside .cat-post-item img {
	width: 160px !important;
	margin-right: 10px !important;
}

body.page-template-colunas-tpl .post-categories a {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

body.page-template-colunas-tpl article {
	display: none;
}

body.page-template-colunas-tpl .container .col-md-8>article:first-child {
	display: block;
}

body.page-template-colunas-tpl article img {
	width: 700px;
	margin: 0 0 30px 0;
}

body.page-template-colunas-tpl .texto-post>p {
	font-family: 'Montserrat';
	color: #707070;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 20px;
	font-weight: 400;
}

.texto-post {
	overflow: hidden;
	width: 700px;
}

body.page-template-colunas-tpl aside.cat-post-widget, body.single aside.cat-post-widget, body.archive aside.cat-post-widget {
	display: none;
}

body.page-id-206 aside#category-posts-9, body.page-id-204 aside#category-posts-8, body.page-id-208 aside#category-posts-10, body.page-id-210 aside#category-posts-11, body.single aside#category-posts-7, body.archive aside#category-posts-7 {
	display: block;
}

.caixa-newsletter-topo {
	display: block;
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 100000;
	margin-top: 230px;
	height: 360px;
}

.caixa-newsletter-topo .link-fechar-caixa {
	color: #707070;
}

.post-categories a {
	cursor: pointer;
	text-decoration: none !important;
}

.link-item-carrossel-colunistas:hover {
	text-decoration: none;
}

body.page-template-cadernos-especiais-unico-tpl .img-post-colunistas {
	margin: 0;
}

body.page-template-cadernos-especiais-unico-tpl .caixa-snippet-categoria article {
	padding: 0 30px;
}

.caixa-itens-menu-topo .cx-newsletter input.mailpoet_submit {
	float: none;
	margin: 0 auto !important;
	display: block;
}

.caixa-newsletter-topo .link-fechar-caixa {
	right: initial;
	margin-right: initial;
	top: 0;
	margin-top: 30px;
	left: 50%;
	margin-left: 400px;
}

.formulario-contato input.wpcf7-submit:focus {
	background-color: #d71e15 !important;
}

.geral-colunistas .titulo-home {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	background: url(../imagens/tag-noticias2.png) left center no-repeat;
	height: 44px;
	background-size: initial;
	width: max-content;
	text-align: center;
	padding: 9px 20px;
}

.geral-colunistas {
	overflow: hidden;
	padding: 60px 0;
}

.foto-colunista-interna {
	width: 110px;
	border-radius: 50%;
	margin: 0 auto 15px;
}

.titulo-colunista-interna {
	font-family: 'Montserrat';
	font-weight: 600;
	color: #D71E15;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
}

.texto-colunista-interna {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #707070;
	text-align: center;
	min-height: 90px;
}

.leia-mais-colunistas {
	display: block;
	width: 110px;
	height: 35px;
	background: #707070;
	border-radius: 30px;
	margin: 20px auto 0;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 9px;
}

.leia-mais-colunistas:focus {
	outline: none;
	text-decoration: none;
	background: #707070;
	color: #fff;
}

.leia-mais-colunistas:hover {
	text-decoration: none;
	background: #4f4e4e;
	color: #fff;
	transition: all .3s ease 0s !important;
}

.item-geral-colunistas, .item-geral-2-caderno, .item-geral-criticos {
	overflow: hidden;
	min-height: 310px;
	margin-bottom: 80px;
}

.main-colunistas, .main-2-caderno, .main-criticos {
	overflow: hidden;
	margin: 50px 0;
}

body.page-template-colunistas .geral-colunistas a:hover {
	text-decoration: none;
}

.colunistas-criticos {
	margin-top: 80px;
}

body.page-template-administracao .titulo-interna:before, body.page-template-administracao .titulo-interna:after, body.redacao .titulo-interna:before, body.redacao .titulo-interna:after {
	width: 40%;
}

aside h3.widgettitle.widget-title {
	font-weight: 600;
}

.menu-caixa-topo .navbar-nav>li {
	float: none;
	margin-bottom: 10px;
}

.menu-caixa-topo .navbar-nav>li a {
	color: #DBCBCB;
	/* font-family: 'Barlow condensed'; */
	font-weight: 500;
	/* font-size: 22px; */
	line-height: 13px;
	text-transform: uppercase;
	padding: 0 !important;
}

.menu-caixa-topo {
	margin-left: 20px;
	margin-top: 20px;
}

.menu-caixa-topo .navbar-nav>li:after {
	display: none;
}

.sb_instagram_header {
	display: none;
}

#sb_instagram #sbi_images {
	width: 1000px !important;
	margin: 0 auto !important;
	display: block !important;
	float: none !important;
}

#sbi_load {
	display: none;
}

.titulo-posts-sociais {
	font-family: 'Montserrat';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	border-bottom: 3px solid #DBCBCB;
	padding-bottom: 20px;
	margin-bottom: -18px;
}

.posts-sociais-home {
	overflow: hidden;
	padding: 25px 0 40px 0;
}

.redline {
	display: block;
	width: 540px;
	height: 3px;
	background: #D71E15;
	margin: 15px auto 40px;
}

.header-home .container .col-md-8 {
	padding: 0 !important;
}

.texto-whatsapp {
	font-family: "calibri-light";
	font-size: 17px;
	line-height: 21px !important;
	color: #626462;
	padding: 0 10px !important;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}

.whatsapp-sociais {
	float: right;
	width: 300px;
}

.ico-social {
	/* display: inline-block; */
	/* float: left; */
	/* padding: 16px; */
	margin: 0 25px 0 0;
}

.ico-social img {
	width: 26px;
}

.whats-topo {
	float: left;
	margin-top: 15px;
	padding-right: 10px;
	margin-right: 10px;
}

.texto-credito {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #2f2f2f;
	font-size: 13px;
	line-height: 20px !important;
	margin: 0;
}

.nolink {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

#footer {
	height: auto !important;
	background: #878787 !important;
	position: relative !important;
	padding: 30px 0 20px 0 !important;
}

.dados-contato {
	height: auto !important;
	background: #588B68 !important;
	padding: 20px 0;
}

div.creditos {
	position: relative;
	display: block;
	width: 245px;
	overflow: hidden;
	margin: 20px auto 0;
}

#footer .logo-footer {
	width: 120px;
	padding-top: 5px;
}

.texto-creditos {
	float: left;
	font-family: 'segoe-ui';
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	color: #fff;
	font-weight: 300;
}

#footer .container#conteudoFooter {
	padding-top: 670px;
}

.titulo-contato-footer {
	text-align: left;
	font-family: 'Comfortaa', cursive;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 500;
	line-height: 64px;
	margin-top: 130px;
}

.titulo-contato-footer span {
	display: block;
	color: #B30069;
	font-size: 70px;
	font-weight: 700;
	line-height: 79px;
}

.textos-footer {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
	color: #fff;
	float: left;
	clear: both;
}

.icone-contato-footer {
	margin-right: 25px;
	float: left;
}

.container {
	width: 1300px;
}

#menuTopo .navbar-nav>li>a {
	font-family: 'Barlow condensed';
	font-weight: 500;
	color: #fff;
	font-size: 15px;
	text-transform: initial;
	width: 100%;
	text-align: left;
}

li.item-tv-mobile>a:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../imagens/tvc.png) center right no-repeat;
	background-size: contain;
	position: absolute;
	margin-left: 11px;
	top: -6px;
}

.navbar-nav>li>.dropdown-menu {
	max-width: 100%;
	float: none;
	margin-left: initial;
}

#menu-principal-1>li>a[aria-expanded="false"]~.dropdown-menu {
	display: none !important;
}

.navbar-nav .open .dropdown-menu {
	position: absolute !important;
	left: 34%;
	background-color: #4e4b4b !important;
	width: 185px !important;
	max-width: initial;
	margin-left: 10px;
	margin-top: -50px !important;
}

.dropdown-menu>li>a {
	color: #fff !important;
	text-align: center;
	white-space: initial !important;
	font-size: 12px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 500 !important;
	padding: 0 !important;
	margin: 0 auto;
	line-height: 15px !important;
}

.dropdown-menu>li>a::after {
	content: '';
	width: 110px;
	height: 1px;
	background: #646057;
	display: block;
	margin: 10px auto 0;
}

.dropdown-menu.horizontal>li>a::after {
	background: none;
	margin: 4px;
}

.dropdown-menu.horizontal>li>a {
	color: #2E2D2C !important
}

.dropdown-menu li:not(:last-child) {
	margin: 0 0 10px 0;
}

.navbar-nav>li .dropdown-menu {
	background: #5b5858;
}

.navbar-nav>li .dropdown-menu.horizontal {
	background: #efeeee;
	padding: 15px 0;
}

a.dropdown-toggle[aria-expanded="false"]~ul.dropdown-menu {
	display: none;
}

@media screen and (max-width: 767px) {
	.header-mobile .navbar-collapse {
		position: absolute !important;
		left: 0px;
		margin-top: 49px;
		z-index: 999999;
		width: 100%;
		padding-left: 10px;
	}

	.navbar-toggle:focus {
		outline: none !important;
	}

	.navbar-toggle .icon-bar {
		width: 26px !important;
		height: 3px !important;
		border-radius: 0px !important;
		background: #fff;
		margin-bottom: 5px;
	}

	.redes-sociais {
		display: block;
		margin-top: 12px;
		float: right;
		margin-right: 46px;
		position: relative;
	}

	.navbar-nav>li>a {
		color: #ffffff;
		padding: 20px 15px !important;
		text-align: center;
		font-size: 23px;
	}

	.banner-home {
		height: 255px;
		background: url(../imagens/banner-home.jpg) center center no-repeat;
		background-size: cover;
		overflow: hidden;
		background-position-x: -60px;
	}

	.titulo-banner-home {
		font-family: calibri-light;
		font-size: 18px;
		text-align: center;
		margin-top: 10px;
		line-height: 20px;
		color: #fff;
		padding-top: 75px;
		max-width: 170px;
	}

	.formulario-contato {
		width: 100%;
		margin: 30px auto 0px;
	}

	.formulario-contato input, .formulario-contato textarea {
		width: 90%;
		margin: 0 auto 10px;
		display: block;
	}

	.texto-fale-conosco {
		font-size: 19px;
		line-height: 21px;
		padding: 0 20px;
	}

	#footer {
		background: url(../imagens/bg-footer-mobile.jpg) center center no-repeat;
		height: auto !important;
		padding: 0px !important;
		background-size: cover;
	}

	div.creditos {
		margin: 0 auto;
		background: initial;
		width: 240px;
		padding: initial;
		padding: 15px 0;
		float: none;
	}

	.navbar-nav>li.current_page_item>a {}

	.geral-internas {
		padding: 40px 8px;
		overflow: hidden;
	}

	.area-central {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}

	.texto-contato {
		line-height: 24px;
		padding: 0 20px;
	}

	.container {
		width: initial !important;
	}

	.icones-footer.icone-horario {
		margin-bottom: 100px;
	}

	.logo-texto {
		width: 200px;
		margin: 0 auto;
	}

	.banner-internas {
		height: 120px;
		background-size: cover !important;
	}

	.titulos-internas {
		width: initial;
	}

	.centro-enderecos {
		width: 100%;
		margin: 0 auto;
	}

	.geral-endereco {
		overflow: hidden;
		margin-bottom: 80px;
	}

	.formulario-contato input.wpcf7-submit {
		margin: 30px auto !important;
	}

	.img-logo-footer {
		margin: 10px auto 30px;
	}

	.icones-footer {
		padding-bottom: 12px;
	}

	.titulo-home {
		font-size: 40px;
		line-height: 50px;
		font-weight: 400;
		margin-bottom: 35px;
	}

	.logo-fundo {
		margin: 0 auto;
		display: none !important;
	}

	.titulo-internas {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 40px;
		padding: 0 20px;
	}

	.navbar-brand.logo-internas>img {
		max-width: 150px;
		margin-top: 18px;
	}

	.saiba-mais {
		margin: 50px auto 0;
	}

	body.home .navbar-nav>li>a, .navbar-nav>li>a {
		font-family: 'Barlow condensed';
		font-weight: 500;
		color: #fff;
		font-size: 20px;
		line-height: 13px !important;
		padding: 0px 20px !important;
		text-transform: initial;
		width: 100%;
		text-align: left;
	}

	body.home .navbar-nav>li>a:hover {
		color: #fff;
	}

	.navbar-nav>li:after {
		display: none;
	}

	.header-mobile {
		background: #ccc;
		height: 50px;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	.navbar-brand {
		text-align: -webkit-center;
	}

	.navbar-brand>img {
		margin-top: 8px !important;
		max-width: 205px;
	}

	.navbar-toggle {
		position: absolute !important;
		float: none !important;
		background-color: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		right: initial;
		margin: 0px 0px 0 0 !important;
		padding: 0px !important;
		background-image: none !important;
		z-index: 999999999999;
		left: 0;
		margin-left: 15px !important;
		margin-top: 15px !important;
	}

	.sociais-topo {
		padding-top: 25px;
		padding-left: 55px;
		width: 200px !important;
		margin-left: -110px;
	}

	.sociais-topo .ico-social img {
		width: 23px;
	}

	.sociais-topo .ico-social {
		padding: 0 12px;
	}

	.navbar-collapse ul {
		background: #5B5858;
		float: initial;
		margin-top: 0px !important;
		padding: 15px 0 8px 0;
		z-index: 99999;
		width: 300px;
	}

	.navbar-nav>li {
		padding-bottom: 18px;
	}

	.banner-home-mobile {
		background: url(../imagens/banner-mobile.png) center center no-repeat;
		height: 306px;
		background-size: cover;
	}

	.caixa-texto-banner {
		width: 60%;
		margin-top: initial;
	}

	.texto-banner {
		font-size: 19px;
		line-height: 25px !important;
		padding: 10px 0 0 0;
		text-align: left;
		margin-bottom: 0px;
	}

	.subtexto-banner {
		font-size: 32px;
		line-height: 35px;
	}

	.titulos-home {
		font-size: 50px;
		line-height: 60px;
		text-align: center;
		color: #fff;
		margin-bottom: 0px;
		font-family: 'Montserrat';
		font-weight: 500;
		padding-bottom: 30px;
	}

	.sobre-home {
		padding: 30px 0;
	}

	.sobre-home .titulos-home {
		color: #223970;
		font-size: 35px;
		line-height: 43px;
		padding-bottom: initial;
		text-align: center;
		margin-bottom: 20px;
		float: none;
		width: initial;
	}

	.texto-sobre-home p {
		font-size: 16px;
		line-height: 21px;
		font-weight: 400;
		margin-bottom: 20px;
		text-align: center;
	}

	.sobre-home .saiba-mais {
		margin: initial;
		margin-top: 40px;
	}

	.sociais-footer {
		overflow: hidden;
		float: none;
		padding-top: 20px;
		margin: 0 auto 20px;
		display: block;
		width: 140px;
		padding-right: initial;
	}

	#footer .logo-footer {
		width: 140px;
		padding-top: 20px;
		margin: 0 auto;
	}

	.whats-verde {
		width: 150px;
	}

	.whats-fixo {
		margin-top: 70px;
		width: 150px;
		height: 55px;
	}

	.topo-internas {
		height: 172px;
		background-size: cover !important;
	}

	.titulo-internas {
		font-size: 30px;
		line-height: 42px;
		margin-bottom: 34px;
		padding: 0 20px;
	}

	.navbar-nav>li>a:hover {
		color: #fff;
	}

	body.page-template-contato .whats-fixo, body.page-template-contato-sucesso .whats-fixo {
		width: 167px;
	}

	.texto-topo-contato {
		padding: 0 45px;
	}

	body.page-template-contato .geral-sobre, body.page-template-contato-sucesso .geral-sobre, body.page-template-cadastro .geral-sobre {
		padding: 30px 0 10px;
	}

	body.page-template-contato .titulo-internas::after, body.page-template-contato-sucesso .titulo-internas::after {
		width: 155px;
		margin: 5px auto 0;
	}

	body.page-template-cadastro .titulo-internas::after {
		width: 180px;
		margin: 5px auto 0;
	}

	body.page-template-cadastro.logged-in .formulario-contato {
		font-family: 'Montserrat';
		font-size: 19px;
		text-align: center;
		font-weight: 500;
		text-decoration: underline;
		color: #e50000;
	}

	.sociais-topo {
		padding: 10px 0;
		width: 97% !important;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
	}

	.menu-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 50px;
		z-index: 50;
	}

	.navegacao-mobile .col-xs-2 {
		padding: 0 !important;
		width: 20% !important;
	}

	.impressos-home .caixa-impressos-home>.col-md-4.col-xs-12:nth-child(2) {
		border: 0;
	}

	body.page-template-redacao .titulo-interna, body.page-template-administracao .titulo-interna {
		font-size: 16px;
		line-height: 19px;
	}

	.newsletter-footer {
		background: rgb(198 198 198 / 24%);
		overflow: hidden;
		padding: 30px 15px;
	}

	.cx-newsletter {
		overflow: hidden;
		width: 100%;
		margin: 20px auto 0;
	}

	.cx-newsletter .mailpoet_paragraph {
		float: none;
		width: 100%;
		display: block;
	}

	.cx-newsletter input.mailpoet_text {
		width: 100% !important;
	}

	.cx-newsletter input.mailpoet_submit {
		background: #707070;
		border-radius: 30px;
		height: 40px;
		width: 172px !important;
		font-family: 'Montserrat';
		font-size: 13px !important;
		text-transform: uppercase;
		color: #fff;
		font-weight: 500;
		float: none;
		margin: 0 auto !important;
		display: block;
	}

	.sociais-footer {
		width: 290px;
		margin: 0 auto 5px;
	}

	.sociais-menu-footer aside ul {
		padding-left: 0;
		width: 100%;
		margin: 0 auto;
	}

	.sociais-menu-footer aside ul li a {
		font-size: 11px;
	}

	.sociais-menu-footer aside ul li {
		list-style: none;
		display: inline-block;
		margin: 0 0px;
		border-right: 1px solid #8a8888;
		padding: 0 6px;
	}

	.sociais-menu-footer>.container>.col-md-12.col-xs-12:last-child {
		padding: 0 !important;
	}

	.texto-copyright {
		font-family: 'Montserrat';
		font-weight: 500;
		color: #fff;
		font-size: 13px;
		line-height: 18px;
		padding-top: 15px;
	}

	.impressos-home .caixa-impressos-home>.col-md-4.col-xs-12:nth-child(2) {
		border-left: initial;
		border-right: initial;
		min-height: initial;
	}

	.impressos-home {
		overflow: hidden;
		padding: 40px 0 20px 0;
	}

	.caixa-carrossel-impresso {
		overflow: hidden;
		margin-bottom: 25px;
	}

	.caixa-carrossel-impresso .white .sa_owl_theme .owl-nav .owl-prev {
		margin-left: -5px;
	}

	.caixa-carrossel-impresso .white .sa_owl_theme .owl-nav .owl-next {
		margin-right: -4px;
	}

	.titulo-item-carrossel-colunistas {
		font-size: 17px;
	}

	.carrossel-colunistas {
		overflow: hidden;
		margin-top: 20px;
	}

	.colunistas-home {
		overflow: hidden;
		padding: 45px 0 0 0;
		background: #E3E2E2;
	}

	.bloco-news-quatro-tres aside {
		margin: 0 auto 25px;
	}

	.bloco-news-quatro-tres aside img {
		margin: 0 auto;
	}

	.geral-tres-posts {
		margin-bottom: 20px;
	}

	.item-tres-posts, .item-quatro-posts {
		margin-bottom: 30px;
	}

	.quatro-posts-interna {
		padding: 0 !important;
	}

	.titulo-quatro-posts {
		font-family: 'Montserrat';
		font-weight: 500;
		font-size: 20px;
		line-height: 26px;
		color: #707070;
		margin: 10px 0;
	}

	.geral-tres-posts .tres-posts-interna {
		padding: 0 !important;
	}

	.titulo-item-carrossel-impressos {
		background: url(../imagens/tag-noticias.png) left center no-repeat;
		height: 33px;
		background-size: initial;
		width: max-content;
		display: block;
		margin-bottom: 15px;
		font-family: 'Montserrat';
		font-weight: 500;
		font-size: 15px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		padding: 9px 20px;
		text-transform: uppercase;
		margin-top: -38px;
		position: absolute;
		margin-left: initial;
		right: 0;
		margin-right: 20px;
	}

	.caixa-impressos-home {
		overflow: hidden;
		margin: 50px 0 0px 0;
	}

	.item-quatro-destaques {
		overflow: hidden;
		margin-bottom: 35px;
	}

	.link-quatro-destaques figure {
		width: 100%;
		height: 177px;
		overflow: hidden;
	}

	.quatro-destaques {
		overflow: hidden;
		padding: 20px 0 0px 0;
	}

	.destaque1>.container>.col-md-7 {
		padding-right: 15px;
	}

	.posts-destaque h2.widget-title {
		font-family: 'Montserrat';
		font-weight: 500;
		font-size: 20px;
		line-height: 25px;
		color: #707070;
		margin: 10px 0 15px 0;
	}

	.destaque1>.container>.col-md-5 {
		padding-left: 15px;
	}

	.posts-destaque.destaque1 aside {
		margin-bottom: 30px !important;
	}

	#category-posts-4-internal .cat-post-thumbnail .cat-post-crop img, #category-posts-5-internal .cat-post-thumbnail .cat-post-crop img {
		height: auto !important;
	}

	.posts-destaque.destaque2 h2.widget-title {
		font-family: 'Montserrat';
		font-weight: 500;
		font-size: 20px;
		line-height: 26px;
		color: #707070;
		padding: 8px 0 0px 0;
	}

	.posts-destaque.destaque2 aside {
		margin-bottom: 30px !important;
	}

	.caixa-publicidade {
		width: 90%;
		background: #f1f1f1;
		margin: 20px auto;
	}

	.publicidade-home {
		overflow: initial;
		padding: 40px 0 20px 0;
	}

	#category-posts-5-internal .cat-post-thumbnail, #category-posts-4-internal .cat-post-thumbnail {
		width: 100%;
	}

	.topo-newsletter {
		display: block;
		margin-left: initial;
		cursor: pointer;
		margin-top: 5px;
	}

	body.single #wrapper>.row {
		padding: 0 25px;
		overflow: hidden;
	}

	body.single #wrapper .row #content {
		width: 100% !important;
		padding: 0px 0 40px 0 !important;
	}

	body.single #sidebar {
		display: block !important;
		width: 100%;
	}

	body.single .conteudo-post {
		overflow: hidden;
		width: 100%;
	}

	body.single h1.entry-title.titlehome {
		font-size: 23px;
		line-height: 28px;
	}

	aside .addtoany_list a, .widget .addtoany_list a {
		padding: 0 13px !important;
	}

	aside.cat-post-widget {
		margin: 40px 0 50px 0;
	}

	.data-edicao-footer {
		color: #878787;
		font-size: 10px;
		line-height: 14px;
		font-weight: 500;
	}

	aside .select-edicoes {
		width: 100%;
	}

	.cx-itens-menu-footer>.col-md-6:last-child {
		padding-left: 30px;
	}

	.cx-itens-menu-footer {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.cx-itens-menu-footer>.col-md-6:first-child {
		border-right: initial;
		padding-left: 30px !important;
	}

	.sociais-busca-mobile {
		overflow: hidden;
		padding-top: 50px;
	}

	.titulo-interna:before, .titulo-interna:after {
		display: none;
	}

	.geral-grupo {
		overflow: hidden;
		background: #878787;
		padding: 40px 0;
	}

	.texto-o-grupo>p {
		font-family: 'Montserrat';
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		margin-bottom: 23px;
	}

	.caixa-newsletter-topo .caixa-itens-menu-topo {
		overflow: hidden;
		padding: 40px 30px;
		width: 100% !important;
		margin: initial;
	}

	.caixa-newsletter-topo {
		display: block;
		background: #fff;
		position: absolute;
		width: 100%;
		z-index: 100000;
		margin-top: 110px;
		height: auto;
	}

	.caixa-newsletter-topo .link-fechar-caixa {
		right: 0;
		margin-right: 25px;
		top: 0;
		margin-top: -5px;
		left: initial;
		margin-left: initial;
	}

	.geral-grafica {
		overflow: hidden;
		padding: 30px 0;
	}

	.geral-tv {
		overflow: hidden;
		padding: 30px 0;
	}

	aside h3 span.cat-post-title {
		font-family: 'Montserrat';
		font-weight: 500;
		color: #707070;
		font-size: 13px;
		line-height: 17px;
	}

	.infos-colunista>.col-md-2 {
		width: 100%;
	}

	.foto-colunista {
		width: 150px !important;
		border-radius: 50%;
		display: block;
		margin: 0 auto 20px;
	}

	.geral-cadernos-especiais .titulo-home {
		margin-bottom: 30px;
	}

	.nome-coluna {
		font-family: 'Montserrat';
		font-weight: 600;
		color: #D71E15;
		font-size: 21px;
		line-height: 24px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 15px;
	}

	.infos-colunista {
		overflow: hidden;
		width: 100%;
		margin: 0 auto 40px;
	}

	.texto-post {
		overflow: hidden;
		width: 100%;
	}

	body.page-template-colunas-tpl .titulo-compartilhe {
		margin: 20px 0 30px 0;
	}

	body.page-template-colunas-tpl aside .addtoany_list a, .widget .addtoany_list a {
		padding: 0 17px !important;
	}

	body.page-template-colunas-tpl .owl-carousel .owl-item {
		width: 315px !important;
	}

	.caixa-snippet-categoria article .titulo-post-secoes {
		font-family: 'Montserrat';
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		color: #707070;
		margin: 10px 0 0px 0;
		min-height: initial;
	}

	body.page-template-cadernos-especiais-tpl .titulo-publicidade, body.page-template-cadernos-especiais-tpl aside>img, body.page-template-cadernos-especiais-unico-tpl .titulo-publicidade, body.page-template-cadernos-especiais-unico-tpl aside>img {
		margin: 0 auto 30px;
	}

	.posts-destaque-categorias>.col-sm-6:first-child {
		width: initial;
		margin-bottom: 30px;
	}

	.posts-destaque-categorias>.col-sm-6:nth-child(2) {
		width: initial;
	}

	.geral-snippet-categoria {
		padding: 0 !important;
	}

	.geral-snippet-categoria .img-post-colunistas {
		margin: 0;
		width: 100%;
	}

	.texto-colunista-interna {
		min-height: initial;
	}

	.item-geral-colunistas, .item-geral-2-caderno, .item-geral-criticos {
		min-heighr: initial;
	}

	.colunistas-criticos {
		margin-top: initial;
	}

	.select-edicoes {
		background: transparent;
	}

	body.page-template-redacao .titulo-interna:before, body.page-template-redacao .titulo-interna:after {
		width: 30%;
		display: inline-block;
	}

	body.page-template-administracao .titulo-interna:before, body.page-template-administracao .titulo-interna:after {
		width: 22%;
		display: inline-block;
	}

	.titulo-entre-contato {
		margin: 20px 0;
	}

	.navbar-nav>li>a {}

	li.item-titulo-menu>a {
		text-transform: uppercase !important;
		font-size: 13px !important;
		color: #DBCBCB !important;
	}

	.geral-menu-editoriais .navbar-nav>li>a {
		font-family: 'Montserrat';
		font-weight: 500;
		font-size: 15px !important;
		line-height: 31px !important;
		text-transform: uppercase !important;
		color: #707070;
		display: inline-block !important;
	}

	.geral-menu-editoriais .navbar-nav>li:after {
		content: '';
		width: 1px;
		height: 20px;
		background: #707070;
		display: inline-block;
		position: relative;
		top: 4px;
	}

	.geral-menu-editoriais .navbar-nav>li:last-child:after {
		display: none !important;
	}

	.geral-menu-editoriais .navbar-nav>li {
		float: left;
	}

	.geral-menu-editoriais .navbar-nav>li#menu-item-414:after {
		display: none !important;
	}

	ul#menu-editoriais {}

	.geral-menu-editoriais .navbar-nav>li {
		padding-bottom: 5px;
	}

	body.page-template-editoriais .titulo-interna:before, body.page-template-editoriais .titulo-interna:after {
		width: 30%;
		display: inline-block;
	}

	body.page-template-editoriais .titulo-interna {
		font-size: 13px;
		line-height: 19px;
	}

	.publicidade-editoriais-mobile aside img {
		margin: 20px auto;
	}

	body.page-template-editoriais h3.titulo-post-secoes {
		font-family: 'Montserrat';
		font-weight: 500;
		font-size: 20px;
		line-height: 25px;
		color: #707070;
		margin: 10px 0 20px 0;
	}

	body.page-template-editoriais .categoria-data ul.post-categories {
		padding: 0;
	}

	body.page-template-editoriais .categoria-data ul.post-categories li {
		list-style: none;
		display: inline-block;
		float: left;
	}

	body.page-template-editoriais .categoria-data ul.post-categories li a {
		font-family: 'Montserrat';
		font-weight: 500;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 15px;
		color: #D71E15;
	}

	body.page-template-editoriais .categoria-data .dia {
		font-family: 'Montserrat';
		font-weight: 300;
		font-size: 13px;
		line-height: 13px;
		display: inline-block;
		margin-left: 7px;
		border-left: 1px solid #ccc;
		padding-left: 8px;
	}

	body.page-template-editoriais .titulo-home {
		margin-bottom: 15px;
	}

	body.page-template-editoriais article figure img.wp-image-thumb {
		width: 100%;
		margin-top: 5px;
	}

	body.page-template-editoriais article .excerpt {
		font-family: 'Montserrat';
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color: #707070;
		margin-top: 15px;
	}

	body.page-template-editoriais article {
		display: none;
	}

	body.page-template-editoriais .container>article:first-child {
		display: block;
	}

	body.page-template-editoriais .categoria-data ul.post-categories li {
		display: none;
	}

	body.page-template-editoriais .categoria-data ul.post-categories>li:first-child {
		display: block;
	}

	body.page-template-editoriais aside li.cat-post-item img {
		width: 158px;
		height: 118px;
	}

	.redline {
		display: block;
		width: 90%;
		height: 1px;
		background: #D71E15;
		margin: 20px auto 0;
	}

	body.page-template-editoriais aside ul li.cat-post-item {
		border-bottom: 1px solid #DBCBCB;
		padding-bottom: 20px !important;
		margin-bottom: 15px !important;
	}

	body.page-template-editoriais aside ul>li.cat-post-item:last-child {
		border-bottom: initial;
	}

	body.page-template-editoriais aside.cat-post-widget {
		margin: 20px 0 10px 0;
	}

	body.page-template-editoriais aside#category-posts-13, body.page-template-editoriais aside#category-posts-14, body.page-template-editoriais aside#category-posts-15, body.page-template-editoriais aside#category-posts-16, body.page-template-editoriais aside#category-posts-17, body.page-template-editoriais aside#category-posts-18 {
		display: none;
	}

	body.page-id-423 aside#category-posts-13, body.page-id-426 aside#category-posts-14, body.page-id-428 aside#category-posts-15, body.page-id-430 aside#category-posts-16, body.page-id-433 aside#category-posts-17, body.page-id-435 aside#category-posts-18 {
		display: block;
	}

	body.page-template-cadernos-mobile .geral-cadernos-especiais .titulo-home {
		margin-bottom: 70px;
	}

	.titulo-publicidade~aside>img {
		margin: 10px auto 0;
	}

	.img-topo-login {
		max-width: 100%;
	}

	.busca-topo-mobile {
		width: 25px;
		position: initial;
		left: initial;
		margin-left: initial;
		margin-top: initial;
		cursor: pointer;
		float: left;
	}

	#buscaTopo.caixa-newsletter-topo {
		display: block;
		background: #fff;
		position: absolute;
		width: 100%;
		z-index: 100000;
		margin-top: 200px;
		height: 240px;
		padding-top: 40px;
	}

	body.search-results main#content {
		width: 100% !important;
		overflow: hidden !important;
		float: left !important;
	}

	body.search-results article {
		width: 100% !important;
		padding: 0 20px !important;
		float: left !important;
	}

	.sbi_photo_wrap>a {
		height: 89px !important;
	}

	#sb_instagram #sbi_images {
		width: 100% !important;
	}

	.titulo-posts-sociais {
		font-family: 'Montserrat';
		font-weight: 600;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 25px;
		text-align: center;
		border-bottom: initial;
		margin-bottom: 0px;
		padding: 0 35px;
	}

	.redline {
		display: none;
	}

	.link-navegacao-vermelho1, .link-navegacao-vermelho2, .link-navegacao-vermelho3, .link-navegacao-vermelho4, .link-navegacao-vermelho5 {
		display: none;
	}

	.link-navegacao-cinza1, .link-navegacao-cinza2, .link-navegacao-cinza3, .link-navegacao-cinza4, .link-navegacao-cinza5 {
		display: block;
	}

	body.page-id-418 .link-navegacao-cinza1 {
		display: none;
	}

	body.page-id-418 .link-navegacao-vermelho1 {
		display: block;
	}

	body.page-id-168 .link-navegacao-cinza2 {
		display: none;
	}

	body.page-id-168 .link-navegacao-vermelho2 {
		display: block;
	}

	body.page-id-176 .link-navegacao-cinza3 {
		display: none;
	}

	body.page-id-176 .link-navegacao-vermelho3 {
		display: block;
	}

	body.page-id-44 .link-navegacao-cinza4 {
		display: none;
	}

	body.page-id-44 .link-navegacao-vermelho4 {
		display: block;
	}

	body.page-id-202 .link-navegacao-cinza5 {
		display: none;
	}

	body.page-id-202 .link-navegacao-vermelho5 {
		display: block;
	}
}

.img-menu-topo, #logo, #login {
	transition: 0.2s;
}

.link-navegacao-mobile.link-navegacao-cinza1,
.link-navegacao-mobile.link-navegacao-cinza3,
.link-navegacao-mobile.link-navegacao-cinza5 {
	background-color: #888;
	text-align: -webkit-center;
}

.link-navegacao-mobile.link-navegacao-cinza2,
.link-navegacao-mobile.link-navegacao-cinza4 {
	background-color: #3e3a39;
	text-align: -webkit-center;
}

.menu-site {
	border-top: 2px solid #d1222c;
	border-bottom: 2px solid #d1222c;
}

.menu-caixa-topo .menu-item-object-page:has(a.nome-item-menu-topo) {
	margin-bottom: 15px;
	width: 130%;
}

#content figcaption {
	margin-bottom: 25px;
	font-family: 'Montserrat';
	color: #2E2D2C;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	width: 100%;
}

.home-icon-gray {
	filter: invert(46%) sepia(0%) saturate(0%) hue-rotate(169deg) brightness(93%) contrast(95%);
}

.opiniao-cinco-posts {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}

.item-opiniao-cinco-posts {
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.item-opiniao-cinco-posts {
		width: 100%;
	}
}