.w-embed-youtubevideo {
	width: 100%;
	position: relative;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url('../images/youtube-placeholder.svg');
	background-size: cover;
	background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
	min-height: 75px;
	padding-bottom: 56.25%;
}

body {
	font-family: Montserrat, sans-serif;
	color: #67717d;
	font-size: 14px;
	line-height: 1.1em;
	overflow-x: hidden !important;
}

.navbar {
	position: relative;
	z-index: 30;
	float: left;
	background-color: transparent;
}

.nav-menu {
	position: fixed;
	top: 0%;
	right: 0%;
	z-index: 9007199254740991;
	overflow: auto;
	max-width: 300px;
	height: 100%;
	max-height: 100%;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	box-shadow: -30px 3px 20px -15px rgba(17, 51, 82, 0.25);
	text-align: center;
}

.item-menu {
	display: block;
	margin-bottom: 5px;
	padding: 8px 8px 8px 23px;
	background-color: transparent;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #67717d;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.item-menu.item-menu2 {
	padding: 10px;
}

.item-menu:hover {
	background-color: #007dc6;
	color: #fff;
	text-shadow: none;
}

.item-menu.w--current {
	background-color: #ff5a00;
	color: #fff;
	text-shadow: none;
}

.item-menu.link-publi:hover {
	background-color: #222545;
}

.item-menu.remover-transicao {
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
}

.item-menu.remover-transicao:hover {
	background-color: #abddfc;
	color: #222545;
}

.col {
	padding-right: 10px;
	padding-left: 10px;
}

.container {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.container.tamanho-conteudo {
	width: 950px;
}

.descricao-contato {
	margin-top: -25px;
	margin-bottom: 70px;
	color: #67717d;
	font-size: 18px;
	line-height: 1.1em;
	text-align: center;
}

.label {
	margin-bottom: 2px;
	color: #0A4595;
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.campo {
	height: 45px;
	margin-bottom: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #d8dfe9;
	border-radius: 3px;
	color: #67717d;
	font-size: 13px;
}

.campo.mensagem {
	height: 196px;
}

.campo.select {
	background-color: #fff;
	background-image: url('../images/seta_select.svg');
	background-position: 100% 50%;
	background-size: 26px;
	background-repeat: no-repeat;
}

.botao-enviar, .botao-votar {
	margin-top: 0px;
	padding: 13px 30px 11px;
	float: right;
	border-style: solid;
	border-width: 3px;
	border-color: #007dc6;
	border-radius: 3px;
	background-color: transparent;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #007dc6;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.botao-votar { float: left;}

.botao-enviar:hover, .botao-votar:hover {
	border-color: #0A4595;
	background-color: #0A4595;
	color: #fff;
}

.logo {
	display: block;
	width: auto;
}

.logo svg {
	width: auto;
	height: 60px;
	fill: #231f20;
	stroke:#231f20;
	stroke-width:0.12920880317687988px;
}

.logo:hover {
	opacity: 0.85;
}

.bloco-social {
	margin-right: 20px;
	float: right;
}

.link-social {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	line-height: 27px;
	text-align: center;
	background-color: #1d1e2b;
}

.link-social:hover {
	background-color: #007dc6;
	background-position: 50% 100%;
}

.link-social.facebook {
	background-image: url('../images/icone_facebook_3.svg');
}

.link-social.facebook:hover {
	background-position: 50% 100%;
}

.link-social.instagram {
	background-image: url('../images/icone_instagram_3.svg');
}

.link-social.twitter {
	background-image: url('../images/icone_twitter_3.svg');
}

.link-social.youtube {
	background-image: url('../images/icone_youtube_3.svg');
}

.link-social.email {
	background-image: url('../images/icone_email_3.svg');
}

.banner-destaque {
	display: none;
	margin-top: 45px;
	margin-left: 50px;
	float: left;
}

.icone-botao {
	display: block;
	width: 16px;
	height: auto;
	margin-right: 5px;
	float: left;
	fill: #1d1e2b;
}
.icone-expand {
	margin-right: 0;
	margin-left: 5px;
}
.icone-impressa {
	stroke: #1d1e2b;
	stroke-miterlimit: 10;
	stroke-width: 2px;
}

.icone-botao.icone-whatsapp {
	background-image: url('../images/icone_whatsapp_3.svg');
}

.texto-menu {
	margin-bottom: 0px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #1d1e2b;
}

.botao {
	position: relative;
	right: 0px;
	z-index: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px 7px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(1, 156, 255, 0.4);
	border-radius: 2px;
	background-color: transparent;
	background-image: linear-gradient(180deg, #0A4595, #0A4595), linear-gradient(315deg, #0A4595, rgba(1, 156, 255, 0.33));
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.botao:hover {
	color: #007dc6;
}
.botao:hover svg { fill: #007dc6;}
.botao:hover svg.icone-impressa { stroke: #007dc6;}

.botao:hover .texto-menu { color: #007dc6;}

.botao-comentar {
	box-sizing: border-box;
	padding: 4px;
}
.botao-comentar svg {
	fill: #fff;
}

.botao.w--open {
	background-color: #fff;
	background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(315deg, #0A4595, rgba(1, 156, 255, 0.33));
}

.botao.w--open:hover {
	background-color: #fff;
}

.botao.w--open:active {
	background-color: #fff;
}

.botao.w--open:focus {
	background-color: #fff;
}

.botao.botao-whatsapp {
	display: none;
}

.botao-menu, .botao-impressa, .botao-busca, .botao-acessibilidade, .botao-acessibilidade .item-acessibilidade {
	display: inline-flex !important;
	align-items: center;
	background: none;
	border: none;
}

.bloco-menu, .bloco-acessibilidade-social {
	display: flex;
	align-items: center;
}

.alinhar-titulo {
	width: 60%;
	padding-left: 15px;
	float: left;
}

.titulo-noticia-1 {
	display: block;
	margin-top: -2px;
	margin-bottom: 0px;
	font-family: Martel, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 700;
}

.link-noticia-1 {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	float: left;
	color: #222545;
	text-decoration: none;
}

.link-noticia-1:hover {
	color: #007dc6;
}

.foto-noticia-1 {
	display: block;
	width: 40%;
	float: left;
	text-align: center;
}

.divisor {
	height: 1px;
	margin-bottom: 20px;
	background-color: #d8dfe9;
}

.topo {
	position: relative;
	padding: 40px 0;
}

.topo.sticky {
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 0;
}

.topo.sticky .info-topo .data, .topo.sticky .info-topo .bloco-social { display: none;}

.topo.sticky .logo svg {
	width: auto;
	height: 50px;
}

.topo.sticky .bloco-acessibilidade-social .botao.botao-acessibilidade { margin-left: 0;}

.topo.sticky .bloco-acessibilidade-social { width: 250px;}

.info-topo {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.info-topo .botao { width: auto;}

.info-topo .bloco-social { margin: 0;}

.texto-categoria {
	display: block;
	margin-bottom: 8px;
	color: #007dc6;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.chapeu-slider {
	font-weight: 600;
	color: #f5f5f5;
	text-shadow: 1px 1px 1px #000;
}

.texto-categoria.alinhamento-1 {
	margin-top: -2px;
}

.texto-categoria.estilo-publi {
	display: inline-block;
	padding: 9px 15px;
	border-radius: 4px;
	background-color: #000;
	color: #d8dfe9;
}

.titulo-noticia-2 {
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Martel, sans-serif;
	color: #222545;
	font-size: 45px;
	line-height: 1.3em;
	font-weight: 900;
	letter-spacing: -1px;
	text-decoration: none;
}

.titulo-noticia-2:hover {
	color: #007dc6;
}

.link-noticia-2 {
	display: block;
	margin-top: 7px;
	color: #70747d;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}

.link-noticia-2:hover {
	color: #0A4595;
}

.link-menor {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.3em;
}

.propaganda-destaque {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url('../images/ponto_fundo_banner.svg');
	background-position: 50% 50%;
	background-size: 4px;
	background-repeat: repeat;
	margin-bottom: 30px;
}
.propaganda-destaque div {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bloco {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d8dfe9;
}

.bloco.alinhamento-5 {
	margin-top: 30px;
}

.bloco.alinhamento-7 {
	padding-bottom: 20px;
}

.bloco.alinhamento-8 {
	margin-bottom: -45px;
	padding-top: 5px;
}

.bloco.alinhamento-9 {
	margin-top: 30px;
}

.foto-noticia-2 {
	position: relative;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: block;
	width: 100%;
}

.slider {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background-color: transparent;
}

.slider.alinhar-seta-2 {
	margin-bottom: 0px;
}

.slide-nav {
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	z-index: 2;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 10px;
}

.seta {
	z-index: 1;
	display: none;
	height: 200px;
	margin-top: 0px;
	font-size: 17px;
}

.seta.seta-colunas {
	width: 50px;
	margin-top: 50px;
	height: calc(100% - 50px);
	color: #67717d;
}

.seta.seta-colunas div { top: -50px;}

.link-noticia-4 {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: -5px;
	color: #222545;
	text-decoration: none;
}

.link-noticia-4:hover {
	color: #007dc6;
}

.link-noticia-4.alinhar-noticia-1 {
	margin-bottom: 20px;
}

.link-noticia-4.alinhar-noticia-2 {
	margin-bottom: -5px;
}

.link-noticia-4.alinhar-noticia-3 {
	margin-bottom: -5px;
}

.link-noticia-4.aling-noticia-1 {
	margin-bottom: 20px;
}

.link-noticia-4.aling-noticia-2 {
	margin-bottom: 20px;
}

.info-noticia-1 {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
	z-index: 2;
	width: 100%;
	padding: 40px 20px 20px;
	background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.titulo-noticia-3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Martel, sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 900;
	text-shadow: 1px 1px 6px #000;
}

.mask {
	width: 100%;
	float: left;
}

.foto-noticia-3 {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.foto-noticia-3.aling-foto-1 {
	margin-bottom: 20px;
}

.titulo-noticia-4 {
	margin-top: 0px;
	margin-bottom: -4px;
	font-family: Martel, sans-serif;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 900;
}

.titulo-noticia-5 {
	display: block;
	margin-top: -2px;
	margin-bottom: 0px;
	font-family: Martel, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 700;
	text-align: left;
}

.esconder {
	display: none;
}

.slider-colunas {
	width: 100%;
	height: auto;
	padding: 60px 45px 30px;
	background-color: #e0e5ed;
}

.titulo-colunas {
	position: absolute;
	left: 15px;
	top: 15px;
	right: auto;
	bottom: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #67717d;
	line-height: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
}

.link-colunista {
	display: block;
	width: 33.33%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	color: #67717d;
	text-align: center;
	text-decoration: none;
}

.link-colunista:hover {
	color: #007dc6;
}

.nome-colunista {
	display: block;
	margin-bottom: 10px;
	color: #007dc6;
	font-size: 10px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
}

.titulo-colunista {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Martel, sans-serif;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 900;
}

.foto-colunista {
	display: inline-block;
	width: 80px;
	margin-bottom: 14px;
	border-radius: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.propaganda {
	display: block;
}
.propaganda div {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.titulo-bloco {
	position: absolute;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	margin-top: -9px;
	padding-right: 9px;
	background-color: #fff;
	color: #007dc6;
	font-size: 18px;
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
}

.titulo-bloco.fundo-texto {
	background-color: #f6f7fa;
}

.descricao-noticia {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #67717d;
	font-size: 14px;
	line-height: 1.5em;
}

.botao-youtube {
	display: block;
	margin-top: 15px;
	padding: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #007dc6;
	border-radius: 2px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #007dc6;
	text-align: center;
	text-decoration: none;
}

.botao-youtube:hover {
	background-color: #007dc6;
	color: #fff;
}
.botao-youtube:hover .icone-youtube { fill: #fff;}

.texto-botao-2 {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
}

.item-foto {
	position: relative;
	margin-bottom: 8px;
}

.texto-numero-2 {
	position: absolute;
	left: 4px;
	top: auto;
	right: auto;
	bottom: 3px;
	z-index: 1;
	margin-bottom: 0px;
	color: #fff;
	font-size: 12px;
}

.fundo-numero {
	width: 0px;
	height: 0px;
	border-right: 38px solid transparent;
	border-bottom: 38px solid #007dc6;
}

.numero {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
	overflow: hidden;
}

.item-foto-2 {
	position: relative;
	width: 45%;
	margin-bottom: 0px;
	float: left;
}

.info-noticia-3 {
	width: 55%;
	padding-left: 15px;
	float: right;
}

.info-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	height: 100%;
	padding-left: 5px;
	float: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-social-2 {
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 4px;
	background-color: #12409c;
}

.item-social-2:hover {
	background-color: #0A4595;
}

.item-social-2.fundo-twitter {
	background-color: #327dff;
}

.item-social-2.fundo-twitter:hover {
	background-color: #268afd;
}

.item-social-2.fundo-instagram {
  background: rgb(243,187,31);
  background: linear-gradient(45deg, rgba(243,187,31,1) 0%, rgba(244,1,6,1) 50%, rgba(184,3,153,1) 100%);
}

.item-social-2.fundo-instagram:hover {
  background: linear-gradient(45deg, rgba(219, 168, 26) 0%, rgba(206, 3, 6) 50%, rgba(138, 2, 115) 100%);
}

.item-social-2.fundo-youtube {
  background-color: #212121;
}

.item-social-2.fundo-youtube:hover {
  background-color: #131313;
}

.texto-social {
	width: 70%;
	margin-bottom: 0px;
	padding-left: 5px;
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}

.texto-botao-social {
	width: 90px;
	height: 100%;
	margin-bottom: 0px;
	padding-right: 12px;
	padding-left: 12px;
	float: right;
	border-left: 1px solid hsla(0, 0%, 100%, 0.14);
	background-color: rgba(56, 21, 21, 0.2);
	color: #fff;
	font-size: 11px;
	line-height: 40px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.foto-jornal {
	display: block;
	width: 100%;
}

.link-jornal {
	display: block;
	width: 100%;
	padding: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #d8dfe9;
	background-color: #fff;
	margin-bottom: 20px;
}

.label-newsletter {
	color: #fff;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: 400;
	text-transform: uppercase;
}

.bloco-campos {
	position: relative;
	height: 60px;
}

.campo-news {
	position: static;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	height: 50%;
	margin-bottom: 0px;
	border: 1px none #000;
	border-radius: 0px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(180deg, #fff, #fff);
}

.botao-news {
	position: static;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	z-index: 1;
	width: 100%;
	height: 50%;
	padding: 0px 9px;
	background-color: #0A4595;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #fff;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
}

.botao-news:hover {
	border-color: #0A4595;
	background-color: #1948b3;
	color: #fff;
}

.form-newsletter {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #007dc6;
}

.secao-galeria-2 {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #1d1e2b;
}

.titulo-galeira {
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 17px;
	font-weight: 400;
}

.botao-mais-2 {
	margin-bottom: 0px;
	padding: 1.5px 5px 0px;
	float: right;
	border-style: solid;
	border-width: 2px;
	border-color: #007dc6;
	border-radius: 3px;
	background-color: #007dc6;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.botao-mais-2:hover {
	background-color: #35abf6;
}

.rodape {
	padding: 50px 0;
}

.topo-rodape {
	position: relative;
}

.logo-rodape {
	display: flex;
	width: auto;
	margin-bottom: 30px;
}

.logo-rodape a:hover {
	opacity: 0.85;
}

.logo-rodape svg {
	width: auto;
	height: 100px;
	margin-right: 20px;
}

.linha {
	width: 100%;
	height: 1px;
	margin: auto 0;
	background: #d8dfe9;
}

.link-topo {
	position: absolute;
	top: 0;
	right: 15px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #67717d;
}

.link-topo:hover {
	color: #007dc6;
}

.icone-topo {
	position: static;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 2px;
	float: left;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-size: 10px;
	line-height: 10px;
}

.texto-topo {
	margin-bottom: 0px;
	float: left;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
}

.subtitulo-rodape {
	display: block;
	margin-top: 0px;
	color: #007dc6;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: left;
}

.bloco-link-rodape {
	margin-bottom: 30px;
	text-align: left;
}

.item-botao-rodape {
	display: block;
	margin-top: 15px;
	padding: 4px 0px;
	background-color: transparent;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #67717d;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}

.item-botao-rodape:hover {
	color: #007dc6;
	font-weight: 600;
}

.item-social {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	padding-right: 8px;
	padding-left: 8px;
	border-radius: 50%;
	background: #000000;
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	line-height: 28px;
}

.item-social:hover {
	background-color: #007dc6;
	background-position: 50% 0%;
}

.item-social.facebook2 {
	background-image: url('../images/icone_facebook_3.svg');
	background-size: cover;
}

.item-social.facebook2:hover {
	background-color: #007dc6;
}

.item-social.instagram-2 {
	background-image: url('../images/icone_instagram_3.svg');
}

.item-social.twitter-2 {
	background-image: url('../images/icone_twitter_3.svg');
}

.item-social.youtube-2 {
	background-image: url('../images/icone_youtube_3.svg');
}

.item-social.email-2 {
	background-image: url('../images/icone_email_3.svg');
}

.link-whats {
	display: block;
	width: 80%;
	padding: 7px;
	border-radius: 150px;
	background-color: #00c14d;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	text-align: center;
	text-decoration: none;
}

.link-whats:hover {
	background-color: #12e165;
}

.icone-whats {
	width: 15px;
	margin-top: -1px;
}

.texto-whats {
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
}

.item {
	margin-top: -3px;
	padding-top: 2px;
	padding-right: 6px;
	float: left;
}

.linha-2 {
	width: 12px;
	height: 2px;
	background-color: #007dc6;
}

.linha-1 {
	width: 2px;
	height: 8px;
	background-color: #007dc6;
}

.texto-numero {
	position: absolute;
	left: 3px;
	top: auto;
	right: auto;
	bottom: 3px;
	z-index: 1;
	margin-bottom: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.titulo-noticia-6 {
	margin-top: 0px;
	margin-bottom: -4px;
	font-family: Martel, sans-serif;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 900;
}

.categoria-2 {
	display: block;
	margin-bottom: 5px;
	color: #007dc6;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.titulo-noticia-8 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Martel, sans-serif;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 900;
}

.alinhar-social {
	margin-bottom: 20px;
}

.texto-direitos {
	margin-top: 4px;
	margin-bottom: 0px;
	float: left;
	font-size: 12px;
	line-height: 1.1em;
}

.base-rodape {
	margin-top: 0px;
	padding-top: 23px;
}

.bloco-desenvolvimento {
	float: right;
}

.item-credito {
	margin-left: 20px;
	float: left;
}

.texto-credito {
	margin-top: 1px;
	margin-right: 6px;
	margin-bottom: 0px;
	float: left;
	font-size: 12px;
	line-height: 1.1em;
}

.link-empresa {
	float: left;
}

.campo-busca-2 {
	height: 100%;
	margin-bottom: 0px;
	padding-right: 53px;
	padding-left: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e5ed;
	border-radius: 150px;
	background-color: #e0e5ed;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 12px;
}

.campo-busca-2:hover {
	background-color: #f1f3f6;
}

.campo-busca-2:focus {
	background-color: #f1f3f6;
}

.campo-busca-2::-webkit-input-placeholder {
	color: #67717d;
	font-weight: 700;
	text-transform: uppercase;
}

.campo-busca-2:-ms-input-placeholder {
	color: #67717d;
	font-weight: 700;
	text-transform: uppercase;
}

.campo-busca-2::-ms-input-placeholder {
	color: #67717d;
	font-weight: 700;
	text-transform: uppercase;
}

.campo-busca-2::placeholder {
	color: #67717d;
	font-weight: 700;
	text-transform: uppercase;
}

.botao-buscar-2 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	width: 40px;
	height: 100%;
	padding: 0px;
	background-color: transparent;
	background-image: url('../images/icone_busca.svg');
	background-position: 50% 50%;
	background-size: 13px;
	background-repeat: no-repeat;
	letter-spacing: -99999999999px;
}

.form-2 {
	position: relative;
	height: 40px;
	padding-left: 20px;
}

.alinhar-menu {
	margin-bottom: 20px;
}

.bloco-social-2 {
	padding-left: 20px;
	text-align: left;
}

.icone-youtube {
	display: inline-block;
	width: 20px;
	height: auto;
	fill: #007dc6;
	margin-right: 10px;
}

.itens-botao {
	display: inline-flex;
	align-items: center;
}

.quadrado-social {
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 4px;
	background-color: #4267b2;
	line-height: 29px;
	text-align: center;
}

.quadrado-social.cor-azul-claro {
	background-color: #3bbeff;
}

.quadrado-social.cor-vermelho {
	background-color: #ff0713;
}

.quadrado-social.sem-cor {
  background-color: rgba(255,255,255, 0.2);
  backdrop-filter: blur(1px);
}

.icone-social {
	height: 15px;
}

.link-noticia-7 {
	position: relative;
	display: block;
	width: 100%;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	color: #fff;
	text-decoration: none;
}

.link-noticia-7:hover {
	color: #c5e5f9;
}

.foto-noticia-4 {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.banner {
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 14px;
}

.banner.aling-banner-1 {
	margin-bottom: 12px;
}

.img-banner {
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 14px;
}

.logo-menu {
	display: block;
	margin-bottom: 30px;
	padding-right: 65px;
	padding-left: 85px;
}

.icone-empresa {
	margin-top: -5px;
}

.titulo-chamada {
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 1.3em;
	font-weight: 500;
}

.bloco-compartilhar {
	float: right;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.foto-post {
	display: block;
	width: 100%;
}

.link-titulo {
	display: block;
	margin-bottom: 10px;
	color: #007dc6;
	text-decoration: none;
}

.legenda {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #67717d;
	font-size: 14px;
	line-height: 1em;
}

.titulo-outros {
	margin-top: 10px;
	color: #67717d;
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
}

.link-fonte {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	float: left;
	border: 1px solid #67717d;
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #67717d;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

.link-fonte:hover {
	background-color: #6a7d9a;
}

.link-social-3 {
	position: relative;
	top: 0px;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	float: left;
	border-radius: 50%;
	background-color: #2c7ad9;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	line-height: 28px;
	text-align: center;
}

.link-social-3:hover {
	top: -3px;
	background-color: #4b6fff;
	box-shadow: 4px 4px 9px 0 rgba(22, 35, 64, 0.51);
}

.link-social-3.cor-twitter {
	background-color: #1ea1f3;
}

.link-social-3.cor-twitter:hover {
	background-color: #4fd0ff;
}

.link-social-3.cor-whatsapp {
	background-color: #139809;
}

.link-social-3.cor-whatsapp:hover {
	background-color: #24ce17;
}

.link-social-3.cor-facebook {
	background-color: #3b5998;
}

.link-social-3.cor-facebook:hover {
	background-color: #598cf7;
}

.link-social-3.cor-comentar {
	background-color: #222545;
}

.link-social-3.cor-comentar:hover {
	background-color: #007dc6;
}

.icon-share-2 {
	height: 13px;
}

.bloco-autor {
	float: left;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.outros-post {
	width: 60%;
	margin-top: 8px;
	margin-bottom: 20px;
	padding-left: 30px;
	float: left;
	border-left: 4px solid #007dc6;
}

.texto-fonte {
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 28px;
	font-weight: 700;
}

.texto-fonte:hover {
	color: #fff;
}

.texto-conteudo {
	margin-bottom: 20px;
	font-family: Martel, sans-serif;
	color: #222545;
	font-size: 18px;
	line-height: 1.55em;
	font-weight: 400;
}



/* CSS CORPO DA NOTICIA */
.texto-conteudo iframe {
	width: 100% !important;
}
.texto-conteudo p img {
	width: 100% !important;
	height: auto !important;
}
.img_noticia, .dn_imagemComLegenda {
	margin-bottom: 30px;
	text-align: left;
}
.img_noticia img, .dn_imagemComLegenda img {
	max-width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.img_noticia small, .dn_imagemComLegenda small {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #67717d;
	font-size: 14px;
	line-height: 1em;
	font-family: Montserrat, sans-serif;
}
.img_noticia span, .dn_imagemComLegenda span {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #67717d;
	font-size: 14px;
	line-height: 1em;
	font-family: Montserrat, sans-serif;
}
.dn_imagemComLegenda {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #67717d;
	font-size: 14px;
	line-height: 1em;
	font-family: Montserrat, sans-serif;
}
.dn_imagemComLegenda img {
	width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto 10px;
}
.dn_imagemComLegenda.iclEsquerda {
	margin: 0 40px 30px 0px !important;
	width: 300px;
	float: left;
	position: relative;
	text-align: left;
}
.dn_imagemComLegenda.iclDireita {
	margin: 0 0px 30px 40px !important;
	width: 300px;
	float: right;
	position: relative;
	text-align: left;
}

.dn_noticiasRelacionadas .outros-post { width: 100%;}

.dn_noticiasRelacionadas.nrEsquerda .outros-post {
	width: 60%;
	float: left;
	margin-right: 30px;
}

.dn_noticiasRelacionadas.nrDireita .outros-post {
	width: 60%;
	float: right;
	margin-left: 30px;
}


.link-autor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.foto-autor {
	display: block;
	width: 50px;
	margin-right: 10px;
	border-radius: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.texto-publicacao {
	margin-top: 2px;
	margin-bottom: 0px;
	color: #67717d;
	font-size: 12px;
	line-height: 1.1em;
	text-decoration: none;
}

.item-autor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #d8dfe9;
	border-bottom: 1px solid #d8dfe9;
}

.nome-autor {
	display: block;
	margin-bottom: 5px;
	color: #007dc6;
	font-size: 14px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
}

.subtitulo {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.3em;
}

.embed-comentarios {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #d8dfe9;
	border-radius: 2px;
	background-color: #fbfcfe;
}

.subtitulo-noticia {
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: Montserrat, sans-serif;
	color: #007dc6;
	font-size: 18px;
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
}

.text-span-3 {
	font-size: 12px;
}

.texto-compartilhe {
	margin-bottom: 0px;
	float: left;
	color: #67717d;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
}

.item-compartilhar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
	float: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.conteudo-noticia {
	margin-bottom: 26px;
}

.dia {
	position: relative;
	top: 1px;
	width: 70px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

.linha2 {
	position: absolute;
	left: 90px;
	top: 0px;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #d8dfe9;
}

.circulo {
	position: relative;
	z-index: 1;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: 6px;
	margin-right: 18px;
	margin-left: 18px;
	float: left;
	border-radius: 50px;
	background-color: #00b2b2;
}

.circulo.circulo-branco {
	margin-top: 4px;
	margin-right: 20px;
	margin-left: 8px;
	background-color: #fff;
}

.titulo-noticia-9 {
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: Martel, sans-serif;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: 900;
}

.paginador {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d8dfe9;
	text-align: center;
}

.circulo2 {
	position: relative;
	z-index: 1;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: 6px;
	margin-right: 22px;
	margin-left: 18px;
	float: left;
	border-radius: 50px;
	background-color: #007dc6;
}

.circulo2.cor-preto {
	background-color: #000;
}

.hora2 {
	width: 70px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	color: #67717d;
	font-size: 12px;
	line-height: 1em;
	text-align: right;
}

.item-news {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	color: #222545;
}

.item-news:hover {
	color: #007dc6;
}

.item-news.alinhar-item-1 {
	padding-top: 20px;
}

.ultimas-chamadas {
	display: block;
	width: 100%;
	float: left;
}

.info-noticia2 {
	width: 100%;
	padding-left: 20px;
	float: left;
}
.info-noticia3 {
	width: 60%;
	padding-left: 20px;
	float: left;
}

.link-noticia-8 {
	width: 83%;
	float: left;
	color: #222545;
}

.link-noticia-8:hover {
	color: #007dc6;
}

.titulo-data {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 13px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
}

.bloco-ultimas {
	width: 100%;
	float: left;
}

.foto-ultima {
	display: block;
	width: 40%;
	margin-bottom: 20px;
	float: left;
}

.bloco-data {
	position: relative;
	padding-top: 6px;
	padding-bottom: 5px;
	border-radius: 4px;
	background-color: #007dc6;
}

.bloco-data.cor-preto-2 {
	background-color: #000;
}

.utility-page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	max-width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.utility-page-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 260px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.utility-page-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.item-info-contato {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 45px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #007dc6;
	background-image: linear-gradient(331deg, #007dc6, #6ebffd);
	box-shadow: 0 40px 50px -30px #000;
	color: #fff;
}

.titulo-endereco {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

.texto-contato {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 1.5em;
}

.link-11 {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.link-11:hover {
	text-decoration: underline;
}

.link-endereco {
	color: #fff;
	text-decoration: none;
}

.link-endereco:hover {
	text-decoration: underline;
}

.div-block-101 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 330px;
	padding: 32px 32px 15px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-clip: border-box;
	-webkit-text-fill-color: inherit;
}

.heading-28 {
	margin-top: 0px;
	color: #0549ff;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

.button-9 {
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	border-top: 1px solid #ebebec;
	background-color: transparent;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
	color: #535d79;
	font-size: 14px;
	line-height: 18px;
}

.button-9:hover {
	color: #007dc6;
	font-weight: 700;
}

.body {
	background-color: #0A4595;
}

.link-banner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background-image: url('../images/ponto_fundo_banner.svg');
	background-position: 50% 50%;
	background-size: 4px;
	line-height: 111px;
	text-align: center;
	text-decoration: none;
}

.link-banner.alinhar-banner-11 {
	margin-bottom: 0px;
}

.link-banner-2 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	line-height: 111px;
	text-decoration: none;
}

.link-noticia-6 {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	color: #222545;
	text-decoration: none;
}

.link-noticia-6:hover {
	color: #007dc6;
}

.icone-info {
	display: block;
	height: 16px;
	float: left;
}

.icone-info.inverter-cor {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.texto-info {
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	line-height: 1.35em;
}

.item-info {
	margin-top: 10px;
	margin-right: 20px;
	float: left;
}

.item-foto-3 {
	position: relative;
}

.icone-galeria {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	padding: 15px;
	border-radius: 4px;
	background-color: #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.grau {
	margin-right: 4px;
	margin-bottom: 0px;
	float: left;
	color: #ec9e3d;
	font-size: 18px;
	font-weight: 700;
}

.grau.cor-azul {
	color: #49b2f5;
}

.seta-indicacao {
	position: relative;
	top: 2px;
	height: 11px;
	float: left;
}

.temperatura {
	margin-right: 15px;
	float: left;
}

.nome-cidade {
	margin-top: 0px;
	margin-bottom: 3px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
}

.alinhar-info {
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
}

.tempo {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 35px 25px 25px;
	float: left;
	border-radius: 4px;
}

.info-cidade {
	position: relative;
	top: -5px;
	display: inline-block;
	padding-left: 10px;
	text-align: left;
}

.icone-tempo {
	width: 40px;
	height: 48px;
	float: none;
}

.topo-acessibilidade {
	position: relative;
	height: 31px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(1, 156, 255, 0.5);
	background-color: #000;
}

.link-acessibilidade {
	display: block;
	margin-left: 10px;
	float: left;
	opacity: 0.8;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.link-acessibilidade:hover {
	opacity: 1;
}

.ico-acessibilidade {
	display: block;
	width: 13px;
	margin-top: 2px;
	float: left;
}

.texto-botao {
	margin-top: 3.5px;
	margin-bottom: 0px;
	margin-left: 4px;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

.botao-acessibilidade {
	margin-right: 20px;
	float: left;
	position: relative;
	overflow: inherit;
	z-index: 2;
}
.botao-acessibilidade .item-menu.w-dropdown-toggle {
	padding: 0;
	margin: 0;
}
.botao-acessibilidade .dropdown-list.w-dropdown-list {
	position: absolute;
	bottom: -145px;
}
.botao-acessibilidade .dropdown-list.w-dropdown-list .item-menu {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.texto-acessibilidade {
	margin-top: 3px;
	margin-bottom: 0px;
	float: left;
	color: #acb5c1;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.5px;
}

.info-topo .data {
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin: 0px;
	float: left;
	transform: translateX(-50%);
	color: #1d1e2b;
	font-size: 14px;
	line-height: 16px;
}

.fundo-animado {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.fundo-tempo {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	background-color: rgb(0, 34, 103);
}

.right-arrow {
	width: 30px;
	font-size: 12px;
}

.slide-nav-2 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	padding-right: 8px;
	font-size: 8px;
}

.titulo-noticia-10 {
	margin-top: 0px;
	margin-bottom: -4px;
	font-family: Martel, sans-serif;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 900;
}

.titulo-noticia-7 {
	margin-top: 0px;
	margin-bottom: -4px;
	font-family: Martel, sans-serif;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 900;
}

.bloco-banner-2 {
	margin-bottom: 20px;
	padding-right: 30px;
	float: left;
}

.link-unico-2 {
	position: relative;
	display: block;
	width: 300px;
	background-image: url('../images/ponto_fundo_banner.svg');
	background-position: 50% 50%;
	background-size: 4px;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.link-unico-2:hover {
	opacity: 0.7;
}

.barra-rolagem {
	position: fixed;
	left: 0%;
	top: 0px;
	right: auto;
	bottom: auto;
	z-index: 9999999999;
	width: 100%;
	height: 6px;
	background-color: #007dc6;
	box-shadow: 1px 1px 20px 5px rgba(22, 37, 87, 0.19);
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	background-clip: border-box;
	-webkit-text-fill-color: inherit;
}

.secao-outras-noticias {
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #d8dfe9;
	background-color: #f6f7fa;
}

.fundo-contato {
	margin-top: -30px;
	padding-top: 90px;
	padding-bottom: 90px;
	border-top: 1px solid rgba(1, 156, 255, 0.42);
	background-color: #0A4595;
	background-image: linear-gradient(135deg, #222545, #0A4595);
}

.form-contato {
	width: 700px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 70px 45px 45px;
	border-radius: 10px 10px 0px 0px;
	background-color: #fff;
}
.assuntoHelpDesk {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 30px;
}
.assuntoHelpDesk * {
	box-sizing: border-box;
	display: inline-block;
	font-size:14px;
	line-height:30px;
	color: #222545;
}
.assuntoHelpDesk span { width: 100%;}
.assuntoHelpDesk strong {
	font-weight: bold;
	color: #222545;
}
.textoHelpDesk {
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	background: #F0F0F0;
	margin-bottom: 30px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.textoHelpDesk .toggleIteracao {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 0;
	width: 100%;
	color: #666;
	position: relative;
}
.textoHelpDesk .toggleIteracao big {
	height: 39px;
	font-size: 39px;
	line-height: 39px;
	overflow: hidden;
	width: 53px;
	margin-right: 15px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.textoHelpDesk .toggleIteracao strong {
	color: #1d1e2b;
	font-weight: normal;
	vertical-align: middle;
}
.textoHelpDesk .toggleIteracao small {
	position: absolute;
	top: 14px;
	right: 0;
}
.textoHelpDesk .ocultarTexto {
	color: #666;
	text-decoration: none;
}
.textoHelpDesk .open {
	display: block;
	position: relative;
	background: #fafafa;
	text-align: center;
	padding: 5px 0px;
	margin: 20px -20px 0px -20px;
}
.textoHelpDesk a:hover .open { background: #c4c4c4;}
.textoHelpDesk .conversaHelpDesk {
	padding-top: 20px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
	color: #666;
}

.textAreaHelpDesk fieldset {
	margin-bottom: 10px;
}
.textAreaHelpDesk input {
	margin-bottom: 5px;
}
.textAreaHelpDesk fieldset small {
	display: block;
}

.titulo-contato {
	margin-top: 0px;
	margin-bottom: 30px;
	color: #007dc6;
	font-size: 50px;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.titulo-contato.acomp {
	font-size: 24px;
	float: left;
	color: #1d1e2b;
	text-align: left;
}
.titulo-contato.acomp a {
	text-decoration: none;
	color: #007dc6;
}
.titulo-contato.acomp a.finalAcomp { color: #ec9e3d;}
.titulo-contato.acomp a:hover { color: #0A4595;}

.form-block {
	margin-bottom: 0px;
}

.bloco-banner-3 {
	margin-bottom: 20px;
}

.link-unico-3 {
	position: relative;
	display: block;
	margin-top: 20px;
	background-image: url('../images/ponto_fundo_banner.svg');
	background-position: 50% 50%;
	background-size: 4px;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	text-align: center;
}

.link-unico-3:hover {
	opacity: 0.7;
}

.botao-mais {
	display: block;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 10px;
	border-radius: 4px;
	background-color: #007dc6;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.botao-mais:hover {
	background-color: #35abf6;
	color: #fff;
	background-clip: border-box;
	-webkit-text-fill-color: inherit;
}

.form-buscar {
	display: none;
	overflow: hidden;
	height: 0px;
	margin-top: 40px;
	margin-bottom: 0px;
}

.form-4 {
	position: relative;
	display: flex;
	align-items: center;
}

.campo-busca {
	height: 40px;
	margin-right: 40px;
	padding-left: 20px;
	border: 1px solid #d8dfe9;
	border-radius: 3px;
	font-size: 16px;
	 width: 85%;
	margin-bottom: 0;
}

.botao-buscar {
	z-index: 1;
	height: 40px;
	margin-right: 20px;
	padding: 2px 25px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #d8dfe9;
	border-radius: 3px;
	background-color: transparent;
	background-image: url('../images/icone_busca.svg');
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #67717d;
	font-size: 16px;
	line-height: 36px;
	font-weight: 800;
	text-transform: uppercase;
}

.botao-buscar:hover {
	background-color: #007dc6;
	color: #fff;
}

.botao-buscar.botao-fechar {
	margin-right: 0px;
	padding-right: 15px;
	padding-left: 15px;
	border-color: #d8dfe9;
	color: #d8dfe9;
	font-size: 18px;
	font-weight: 400;
}

.botao-buscar.botao-fechar:hover {
	background-color: #007dc6;
}

.slide-nav-1 {
	height: 40px;
	font-size: 10px;
}

.texto {
	margin-bottom: 20px;
	font-size: 16px !important;
	font-family: Martel, sans-serif !important;
	line-height: 1.5em;
}
.texto p a {
	color: #0A4595;
	text-decoration: none;
	font-size: 16px !important;
	font-family: Martel, sans-serif !important;
}
.texto p a:hover {
	color: #007dc6 !important;
	text-decoration: underline !important;
}
.texto div { float: unset !important;}

.img-slider {
	display: block;
	width: 100%;
}

.arrow {
	width: 60px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 20px;
}

.slider-3 {
	height: auto;
	background-color: transparent;
}

.texto-publicidade {
	position: absolute;
	left: 50%;
	top: -20px;
	right: auto;
	bottom: auto;
	margin-bottom: 0px;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	color: #67717d;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

.texto-publicidade.alinhar-texto {
	top: -15px;
}

.info-noticia-2 {
	margin-bottom: 15px;
}

.paginador-inicio {
	padding-bottom: 20px;
	text-align: center;
}

.foto-noticia-urgente {
	display: block;
	width: 100%;
}

.secao-urgente {
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d8dfe9;
	background-color: #e0e5ed;
}

.titulo-noticia-urgente {
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Martel, sans-serif;
	color: #222545;
	font-size: 45px;
	line-height: 1.3em;
	font-weight: 900;
	letter-spacing: -1px;
	text-decoration: none;
}

.titulo-noticia-urgente:hover {
	color: #007dc6;
}

.link-noticia-urgente {
	position: relative;
	display: block;
	width: 100%;
	color: #222545;
	text-decoration: none;
}

.link-noticia-urgente:hover {
	color: #007dc6;
}

.secao-galeria {
	margin-top: -30px;
	margin-bottom: 40px;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #1d1e2b;
	color: #d8dfe9;
}

.titulo-noticia-interna {
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Martel, sans-serif;
	color: #222545;
	font-size: 45px;
	line-height: 1.3em;
	font-weight: 900;
	letter-spacing: -1px;
	text-decoration: none;
}

.foto-galeria {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.lightbox {
	display: block;
	width: 100%;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	padding-right: 20px;
}

.lightbox:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.col-sidebar {
	width: 300px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.container-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.col-principal {
	width: 100%;
	padding-right: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.categoria {
	display: inline-block;
	overflow: hidden;
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 4px 6px 2px;
	border-radius: 2px;
	background-color: #0A4595;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.alerta {
	width: 4px;
	height: 4px;
	margin-top: 3px;
	margin-right: 5px;
	float: left;
	border-radius: 50%;
	background-color: #fff;
}

.nome-categoria {
	margin-bottom: 0px;
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.embed {
	margin-bottom: 0px;
}

.item-noticia-2 {
	padding-top: 20px;
}

.embed-facebook div {
	width: 340px;
}

.secao-outras-noticias-2 {
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #d8dfe9;
	background-color: #f6f7fa;
}

.texto-politica {
	overflow: hidden;
	margin-bottom: 0px;
	color: #67717d;
	font-size: 16px;
	line-height: 1.4em;
	text-align: left;
}

.foto-politica {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.link-topo-2 {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #fff;
}

.link-topo-2:hover {
	color: #d8e6ef;
}

.item-voltar-topo {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 24px 45px 22px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #007dc6;
	background-image: linear-gradient(331deg, #007dc6, #6ebffd);
	box-shadow: 0 40px 50px -30px #000;
	color: #fff;
	text-align: center;
}

.slider-tempo {
	z-index: 0;
	height: auto;
	background-color: transparent;
	margin-bottom: 30px;
}

.acesso-rapido {
	margin-top: 3px;
	float: left;
}

.link-rapido {
	display: block;
	margin-right: 10px;
	padding: 0px;
	float: left;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #d8dfe9;
	font-weight: 700;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
}

.link-rapido:hover {
	color: #007dc6;
}

.item-noticia-1 {
	margin-top: 25px;
}

.link-noticia-5 {
	color: #222545;
	text-decoration: none;
}

.link-noticia-5:hover {
	color: #007dc6;
}

.dropdown {
	display: block;
}

.icone-drop {
	margin-right: 23px;
}

.dropdown-list {
	background-color: transparent;
}

.dropdown-list.w--open {
	position: relative;
	margin-bottom: 5px;
}

.alinhar-itens {
	margin-left: 23px;
	padding-top: 8px;
	padding-bottom: 2px;
	background-color: #d8dfe9;
	color: #fff;
}

.dropdown-rapido {
	display: block;
	float: left;
}

.seta-rapido {
	position: static;
	margin-right: 0px;
	padding-top: 3px;
	float: left;
	font-size: 9px;
}

.texto-botao-rapido {
	float: left;
}

.lista-drop {
	z-index: 99;
}

.lista-drop.w--open {
	min-width: 195px;
	margin-left: -23px;
	padding-top: 20px;
	padding-left: 0px;
	background-color: transparent;
}

.lista-drop-menu {
	overflow: auto;
	max-height: 350px;
}

.item-credito-conteudo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding: 10px 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #292c3f;
	text-align: center;
}

.icone-credito {
	width: 16px;
	margin-right: 15px;
}

.texto-credito-2 {
	display: inline-block;
	margin-bottom: 0px;
	text-align: left;
}

.link-noticia-3 {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: -5px;
	color: #222545;
	text-decoration: none;
}

.link-noticia-3:hover {
	color: #007dc6;
}

.espacoRdp {
	display: block;
	height: 100px;
}

/* CSS PAGINAS DE ERRO */
.pagina-erro {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 500px;
}
.titulo-erro {
	display: block;
	font-weight: 700;
	color: #1d1e2b;
	font-family: Montserrat, sans-serif;
	font-size: 200px;
	line-height: normal;
}
.titulo-erro-500 {
	font-size: 80px;
	text-align: center;
}
.botao-erro {
	display: block;
	margin-top: 15px;
	padding: 15px 30px;
	border-style: solid;
	border-width: 2px;
	border-color: #007dc6;
	border-radius: 2px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #007dc6;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.botao-erro:hover {
	background: #007dc6;
	color: #fff;
}


/*
Bloco leia mais (Detalhe)
*/
.linklist {
	width: 60%;
	padding-left: 50px;
	border-left: 4px solid #007dc6;
	margin: 20px 0;
}
.linklist .ultimas_noticias {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #67717d;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.linklist li {
	margin-left: 20px;
	margin-bottom: 15px;
}
.linklist li:last-child { margin-bottom: 0;}
.linklist li::marker {
	font-size: 10px;
	line-height: 24px;
	color: #007dc6;
	vertical-align: middle;
}
.linklist li a {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #007dc6;
	text-decoration: none;
}



/*
BLOCO LIVE
*/
.bloco.gazetacast {
	margin-top: 0;
	background-color: #222545;
	padding: 15px 0;
	border: none;
}

.bloco.gazetacast .titulo-gazetacast, .bloco.gazetacast .info-noticia-2, .bloco.gazetacast .botao-youtube {
	margin-right: 15px;
	margin-left: 15px;
}

.titulo-bloco.titulo-gazetacast {
	position: unset;
	background: transparent;
	margin-top: 0;
	position: relative;
}
.titulo-bloco.titulo-gazetacast:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 0.5em;
	width: 45%;
	border-top: 1px solid #007dc6;
	z-index: 1;
}

.titulo-noticia-4.noticia-gazetacast { color: #fff;}
.titulo-noticia-4.noticia-gazetacast:hover { color: #35abf6;}


/*
Topo Colunista
*/
.topo-colunista {
	display: flex;
	align-items: end;
	height: 150px;
	padding-left: 170px;
	margin-bottom: 30px;
	position: relative;
	text-decoration: none;
}

.topo-colunista img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	height: 150px;
	border-radius: 90px;
}

.topo-colunista .info-topo-colunista {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
}

.info-topo-colunista h1 {
	color: #96B5D9;
	margin-top: 0;
	font-family: Montserrat, sans-serif;
	font-size: 48px;
	line-height: 50px;
	font-weight: 900;
}

.info-topo-colunista p {
	color: #222545;
	margin-bottom: 5px;
	font-family: Martel, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 800;
}

.info-topo-colunista small {
	color: #222545;
	margin-bottom: 0;
	font-family: Martel, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	font-style: italic;
}


/*
Desktop
*/
@media screen and (min-width: 1920px) {
	.item-info-contato {
		width: 800px;
	}

	.form-contato {
		width: 800px;
	}

	.item-voltar-topo {
		width: 800px;
	}
}

/*
Notebook and Desktop
*/
@media screen and (min-width: 1440px) {
	.item-menu {
		font-size: 16px;
		line-height: 16px;
	}

	.container.tamanho-conteudo {
		width: 950px;
	}

	.campo {
		margin-bottom: 30px;
	}

	.campo.mensagem {
		height: 318px;
	}
	.campo.resposta {
		height: 100px;
	}

	.bloco-social {
		margin-right: 20px;
	}

	.banner-destaque {
		display: block;
		margin-top: 25px;
		margin-left: 0px;
	}

	.icone-botao.icone-busca {
		display: block;
	}

	.icone-botao.icone-menu {
		display: block;
	}

	.botao {
		padding-right: 5px;
	}

	.topo {
		margin-bottom: 0;
	}

	.titulo-noticia-2 {
		letter-spacing: -1px;
	}

	.link-noticia-2 {
		margin-top: 10px;
	}

	.bloco.alinhamento-7 {
		padding-bottom: 30px;
	}

	.slider {
		margin-bottom: 30px;
	}

	.slide-nav {
		font-size: 12px;
	}

	.info-noticia-1 {
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	}

	.slider-colunas {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.link-colunista {
		padding-right: 20px;
		padding-left: 20px;
	}

	.nome-colunista {
		margin-bottom: 10px;
	}

	.descricao-noticia {
		margin-bottom: 30px;
	}

	.botao-youtube {
		margin-top: 20px;
	}

	.texto-botao-2 {
		font-size: 16px;
	}

	.texto-numero-2 {
		left: 6px;
		bottom: 4px;
		font-size: 16px;
	}

	.fundo-numero {
		border-right-width: 45px;
		border-bottom-width: 45px;
	}

	.info-noticia-3 {
		padding-left: 20px;
	}

	.info-social {
		padding-left: 9px;
	}

	.item-social-2 {
		height: 50px;
	}

	.texto-social {
		margin-top: 2px;
		padding-left: 8px;
		font-size: 14px;
		line-height: 14px;
	}

	.texto-botao-social {
		font-size: 13px;
		line-height: 50px;
	}

	.label-newsletter {
		margin-bottom: 15px;
	}

	.bloco-campos {
		height: auto;
	}

	.campo-news {
		height: 100%;
		padding-right: 12px;
	}

	.botao-news {
		width: 100%;
		height: 100%;
		padding-top: 11px;
		padding-bottom: 11px;
	}

	.form-newsletter {
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 30px;
	}

	.titulo-galeira {
		font-size: 20px;
		line-height: 17px;
	}

	.botao-mais-2 {
		padding-top: 1px;
	}

	.icone-topo {
		margin-top: 4px;
	}

	.texto-topo {
		font-size: 16px;
	}

	.subtitulo-rodape {
		font-size: 20px;
	}

	.item-botao-rodape {
		margin-top: 10px;
		font-size: 16px;
	}

	.link-whats {
		padding-top: 10px;
		padding-bottom: 8px;
	}

	.icone-whats {
		width: 18px;
		margin-top: -5px;
	}

	.texto-whats {
		font-size: 16px;
	}

	.texto-numero {
		left: 6px;
		bottom: 4px;
	}

	.texto-direitos {
		font-size: 14px;
	}

	.texto-credito {
		font-size: 14px;
	}

	.foto-noticia-5 {
		display: block;
	}

	.banner.aling-banner-1 {
		margin-bottom: 14px;
	}

	.foto-autor {
		width: 60px;
	}

	.nome-autor {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.embed-comentarios {
		margin-bottom: 30px;
		padding: 30px;
	}

	.subtitulo-noticia {
		margin-top: 30px;
	}

	.paginador {
		margin-top: 30px;
		padding-top: 30px;
	}

	.hora2 {
		font-size: 14px;
	}

	.item-news.alinhar-item-1 {
		padding-top: 30px;
	}

	.info-noticia3 {
		padding-left: 30px;
	}

	.link-noticia-8 {
		width: 86%;
		float: none;
	}

	.foto-ultima {
		margin-bottom: 30px;
	}

	.item-info-contato {
		width: 850px;
	}

	.link-banner {
		background-image: url('../images/ponto_fundo_banner.svg');
		background-position: 50% 50%;
		background-size: 4px;
	}

	.info-cidade {
		position: relative;
		top: -8px;
	}

	.icone-tempo {
		width: 18%;
	}

	.right-arrow {
		width: 45px;
	}

	.titulo-noticia-10 {
		font-size: 24px;
		line-height: 1.3em;
	}

	.fundo-contato {
		margin-top: -30px;
	}

	.form-contato {
		width: 850px;
	}

	.bloco-banner-3 {
		margin-bottom: 20px;
	}

	.texto {
		margin-bottom: 30px;
	}

	.info-noticia-2 {
		margin-bottom: 20px;
	}

	.secao-urgente {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.titulo-noticia-urgente {
		letter-spacing: -1px;
	}

	.secao-galeria {
		margin-top: -30px;
		padding-bottom: 20px;
	}

	.titulo-noticia-interna {
		letter-spacing: -1px;
	}

	.col-sidebar {
		height: auto;
	}

	.col-principal {
		padding-right: 30px;
	}

	.item-voltar-topo {
		width: 850px;
	}
}

/*
Tablet grande
*/
@media screen and (min-width: 992px) {
	body {
		display: grid;
		min-width: 100%;
	}
	.container, .container-2 {
		width: 1360px
	}
	.col {
		padding-right: 15px;
		padding-left: 15px;
	}

	.banner-destaque {
		display: block;
		margin-top: 20px;
		margin-left: 0px;
	}

	.icone-botao.icone-whatsapp {
		margin-right: 0px;
	}

	.botao {
		padding-left: 5px;
	}

	.alinhar-titulo {
		padding-left: 20px;
	}

	.foto-noticia-1 {
		height: 108px;
	}

	.divisor {
		margin-bottom: 30px;
	}

	.texto-categoria {
		margin-bottom: 10px;
	}

	.titulo-noticia-2 {
		font-size: 50px;
	}

	.link-noticia-2.alinhamento-3 {
		margin-top: 17px;
	}

	.bloco {
		margin-top: 30px;
		padding-top: 30px;
	}

	.bloco.alinhamento-8 {
		margin-bottom: -49px;
		padding-top: 17px;
	}

	.bloco.alinhamento-9 {
		margin-top: 33px;
	}

	.link-noticia-4.alinhar-noticia-1 {
		margin-bottom: 10px;
	}

	.link-noticia-4.alinhar-noticia-2 {
		margin-bottom: -9px;
	}

	.link-noticia-4.alinhar-noticia-3 {
		margin-bottom: -3px;
	}

	.link-noticia-4.aling-noticia-1 {
		margin-bottom: 10px;
	}

	.foto-noticia-3 {
		display: block;
		width: 100%;
		margin-bottom: 14px;
	}
	.foto-noticia-3.foto-gazetacast { margin-bottom: 5px;}

	.foto-noticia-3.aling-foto-1 {
		margin-bottom: 30px;
	}

	.titulo-noticia-4 {
		font-size: 24px;
	}

	.nome-colunista {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.titulo-colunista {
		font-size: 20px;
	}

	.foto-colunista {
		width: 120px;
		margin-bottom: 18px;
	}

	.titulo-bloco {
		font-size: 20px;
	}

	.descricao-noticia {
		font-size: 16px;
		line-height: 1.4em;
	}

	.texto-social {
		width: 70%;
	}

	.texto-botao-social {
		width: 110px;
	}

	.botao-mais-2 {
		font-size: 14px;
	}

	.foto-noticia-4 {
		margin-bottom: 30px;
	}

	.foto-noticia-5 {
		width: 100%;
	}

	.banner.aling-banner-1 {
		margin-bottom: 14px;
	}

	.titulo-chamada {
		font-size: 20px;
	}

	.item-autor {
		margin-bottom: 30px;
	}

	.subtitulo {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.subtitulo-noticia {
		font-size: 20px;
	}

	.ultimas-chamadas {
		width: 100%;
	}

	.link-noticia-8 {
		width: 86%;
	}

	.bloco-ultimas {
		width: 100%;
		float: left;
	}

	.link-banner {
		margin-bottom: 30px;
	}

	.link-banner.alinhar-banner-11 {
		margin-bottom: 0px;
	}

	.icone-info {
		width: 18px;
		margin-top: 2px;
	}

	.texto-info {
		font-size: 16px;
	}

	.tempo {
		padding-top: 39px;
		padding-bottom: 29px;
	}

	.titulo-noticia-10 {
		font-size: 24px;
	}

	.link-unico-3 {
		margin-top: 30px;
	}

	.botao-mais {
		font-size: 14px;
	}

	.texto {
		font-size: 18px !important;
		line-height: 1.7em;
	}
	.texto div { width: 100% !important;}

	.texto-publicidade.alinhar-texto {
		top: -20px;
	}

	.paginador-inicio {
		padding-bottom: 30px;
	}

	.titulo-noticia-urgente {
		margin-bottom: 30px;
	}

	.titulo-noticia-interna {
		font-size: 54px;
	}



	.item-noticia-2 {
		padding-top: 18px;
	}

	.link-rapido {
		margin-right: 15px;
		letter-spacing: 0px;
	}

	.item-noticia-1 {
		margin-top: 36px;
	}

	.link-noticia-5 {
		display: block;
	}

	.item-credito-conteudo {
		margin-bottom: 30px;
	}

	.apenasMobile { display: none !important;}
	.mobileNao { display: block !important;}
}

/*
Tablet
*/
@media screen and (max-width: 991px) {
	/*
	Slider topo
	*/
	.slider-topo .w-slide { width: 50%;}
	.slider-topo .link-noticia-1 {
		display: flex;
		align-items: flex-start;
		position: relative;
		margin-bottom: 70px;
		padding-right: 40px;
	}
	.slider-topo .link-noticia-1 .foto-noticia-1 {
		width: 50%;
		height: 70px;
		object-fit: cover;
		margin-right: 10px;
	}
	.slider-topo .link-noticia-1 .alinhar-titulo { padding: 0;}
	.slider-topo .link-noticia-1 h5 { font-size: 14px;}
	.slider-topo .slide-nav {
		top: unset;
		bottom: 30px;
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		padding: 0;
		height: auto;
	}
	.slider-topo .slide-nav .w-slider-dot {
		background-color: rgba(0, 0, 0, 0.3);
	}
	.slider-topo .slide-nav .w-slider-dot.w-active {
		background-color: #212121;
	}
	.slider-topo .seta.alinhar-seta-3 {
		right: 0;
		left: unset;
		top: calc(50% - 34px);
		transform: translateY(-50%);
		margin: 0;
		height: 50%;
		width: 30px;
	}
	.slider-topo .seta .w-icon-slider-right{
		color: #000;
		font-size: 24px;
	}

	.espacoMobile {
		padding-left: 15px !important;
	}
	.navbar {
		width: 41px;
	}

	.nav-menu {
		text-align: center;
	}

	.item-menu {
		display: block;
	}

	.item-menu.w--current {
		background-color: #ff5a00;
	}

	.item-menu.w--open {
		display: block;
	}

	.container {
		width: 90%;
	}

	.container.tamanho-conteudo {
		width: 90%;
	}

	.descricao-contato {
		margin-bottom: 60px;
	}

	.botao-enviar {
		font-size: 14px;
	}

	.logo {
		margin-right: auto;
	}

	.logo svg {
		height: 40px;
	}

	.topo.sticky .logo svg { height: 40px;}

	.topo.sticky .bloco-acessibilidade-social { width: auto;}

	.topo.sticky .bloco-acessibilidade-social .botao.botao-acessibilidade { margin-left: 5px;}

	.bloco-acessibilidade-social {
		order: 2;
	}

	.bloco-social {
		display: none;
	}

	.texto-menu {
		display: none;
	}

	.botao {
		width: auto;
		margin-left: 5px;
		padding: 6px 10px;
	}

	.botao-acessibilidade {
		margin-right: 0;
	}

	.botao.botao-whatsapp {
		display: block;
	}

	.bloco-menu {
		width: auto;
		padding-top: 0px;
		order: 3;
	}

	.alinhar-titulo {
		width: 100%;
		padding-left: 0px;
	}

	.titulo-noticia-1 {
		margin-top: 0px;
	}

	.foto-noticia-1 {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.divisor {
		margin-bottom: 30px;
	}

	.divisor.esconder-mobile {
		display: none;
	}

	.topo {
		padding-top: 26px;
		padding-bottom: 26px;
	}

	.texto-categoria {
		margin-bottom: 10px;
	}

	.texto-categoria.alinhamento-1 {
		margin-top: 2px;
	}

	.titulo-noticia-2 {
		font-size: 35px;
	}

	.link-noticia-2 {
		margin-top: 10px;
	}

	.link-menor {
		font-size: 16px;
	}

	.propaganda-destaque {
		display: none;
	}

	.bloco {
		margin-top: 30px;
		padding-top: 30px;
	}

	.bloco.alinhamento-8 {
		margin-bottom: -49px;
		padding-top: 17px;
	}

	.bloco.alinhamento-9 {
		margin-top: 35px;
	}

	.slider {
		margin-bottom: 0px;
	}

	.slider.slider-memoria {
		margin-bottom: 30px;
	}

	.seta {
		display: block;
		height: 260px;
	}

	.seta.seta-colunas {
		display: block;
	}

	.link-noticia-4 {
		margin-bottom: 0px;
	}

	.link-noticia-4.alinhar-noticia-1 {
		margin-bottom: 0px;
	}

	.link-noticia-4.alinhar-noticia-4 {
		margin-bottom: 20px;
	}

	.link-noticia-4.aling-noticia-1 {
		margin-bottom: 20px;
	}

	.link-noticia-4.aling-noticia-2 {
		margin-bottom: 30px;
	}

	.titulo-noticia-3 {
		font-size: 28px;
	}

	.foto-noticia-3 {
		margin-bottom: 14px;
	}

	.foto-noticia-3.aling-foto-1 {
		height: auto;
		margin-bottom: 12px;
	}

	.foto-noticia-3.aling-noticia-6 {
		height: auto;
	}

	.titulo-noticia-4 {
		font-size: 20px;
	}

	.titulo-colunista {
		font-size: 16px;
	}

	.descricao-noticia {
		margin-bottom: 30px;
		font-size: 12px;
		line-height: 1.3em;
	}

	.botao-youtube {
		margin-top: 15px;
	}

	.item-foto-2 {
		width: 100%;
		margin-bottom: 10px;
	}

	.info-noticia-3 {
		width: 100%;
		margin-top: 0px;
		padding-top: 0px;
		padding-left: 0px;
	}

	.info-social {
		width: 100%;
	}

	.texto-botao-social {
		display: none;
	}

	.form-newsletter {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.secao-galeria-2 {
		padding-bottom: 1px;
	}

	.bloco-link-rodape {
		padding-left: 15px;
	}

	.item-social {
		margin-left: 0px;
	}

	.titulo-noticia-6 {
		font-size: 26px;
	}

	.link-noticia-7 {
		margin-bottom: 30px;
	}

	.foto-noticia-5 {
		display: block;
		width: 100%;
	}

	.outros-post {
		width: 50%;
	}

	.texto-conteudo {
		font-size: 18px;
	}

	.texto-publicacao {
		margin-top: 1px;
		font-size: 10px;
	}

	.item-autor {
		margin-bottom: 30px;
	}

	.nome-autor {
		font-size: 12px;
	}

	.texto-compartilhe {
		font-size: 10px;
	}

	.titulo-noticia-9 {
		overflow: visible;
		height: auto;
		font-size: 22px;
	}

	.link-noticia-8 {
		width: 70%;
	}

	.sidebar {
		margin-top: 20px;
	}

	.item-info-contato {
		width: 80%;
	}

	.link-banner {
		margin-bottom: 30px;
	}

	.link-banner-2 {
		display: none;
	}

	.grau {
		font-size: 16px;
	}

	.temperatura {
		margin-top: 3px;
	}

	.nome-cidade {
		font-size: 16px;
		line-height: 16px;
	}

	.tempo {
		padding: 5px 30px 0px;
	}

	.icone-tempo {
		width: 50px;
		margin-bottom: 0px;
		float: none;
	}

	.texto-acessibilidade {
		display: none;
	}

	.data {
		display: none;
	}

	.fundo-animado {
		width: 300%;
		height: 100%;
	}

	.slide-nav-2 {
		display: none;
	}

	.titulo-noticia-10 {
		font-size: 18px;
		line-height: 1.3em;
	}

	.titulo-noticia-7 {
		margin-bottom: 0px;
		font-size: 18px;
	}

	.link-unico-2 {
		display: block;
		margin-right: auto;
		margin-left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.secao-outras-noticias {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.fundo-contato {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.form-contato {
		width: 80%;
		padding-top: 60px;
	}

	.bloco-banner-3 {
		display: none;
		width: 100%;
		height: auto;
		padding: 0px;
		background-image: none;
		background-size: auto;
	}

	.link-unico-3 {
		position: static;
		display: block;
		margin-right: auto;
		margin-left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.texto-publicidade.alinhar-texto {
		top: -20px;
	}

	.paginador-inicio {
		padding-bottom: 30px;
	}

	.secao-urgente {
		margin-bottom: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.titulo-noticia-urgente {
		font-size: 35px;
	}

	.titulo-noticia-interna {
		font-size: 35px;
	}

	.col-sidebar {
		width: 100%;
	}

	.container-2 {
		display: block;
		width: 90%;
	}

	.col-principal {
		padding-right: 0px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.alerta {
		position: relative;
		top: -1px;
	}

	.secao-outras-noticias-2 {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.item-voltar-topo {
		width: 80%;
	}

	.link-rapido {
		margin-right: 15px;
		letter-spacing: 0px;
	}

	.item-noticia-1 {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #d8dfe9;
	}

	.link-noticia-5 {
		padding-top: 20px;
	}

	.item-credito-conteudo {
		margin-bottom: 30px;
	}

	.link-noticia-3 {
		margin-bottom: 0px;
	}

	.icone-botao.icone-expand {
		display: none;
	}

	.apenasMobile { display: block !important;}
	.mobileNao { display: none !important;}
}

/*
Mobile/Tablet pequenos
*/
@media screen and (max-width: 767px) {
	body {
		max-width: 100%;
	}

	.logo svg {
		height: 30px;
	}

	.topo.sticky .logo svg { height: 30px;}

	.info-topo .data { display: none;}

	.col {
		padding-right: 0px;
		padding-left: 0px;
	}

	.descricao-contato {
		margin-bottom: 20px;
		font-size: 16px;
		text-align: left;
	}

	.campo {
		margin-bottom: 20px;
	}

	.form-buscar { margin-top: 20px;}

	.campo-busca {
		margin-right: 20px;
		padding-left: 10px;
	}

	.botao-enviar {
		width: 100%;
	}

	.texto-menu {
		margin-top: 2px;
		font-size: 12px;
	}

	.bloco-menu {
		right: 0px;
	}

	.alinhar-titulo {
		width: 70%;
		padding-left: 20px;
	}

	.titulo-noticia-1 {
		font-size: 20px;
	}

	.foto-noticia-1 {
		width: 30%;
		margin-bottom: 0px;
	}

	.link-noticia-2 {
		margin-top: 10px;
	}

	.slider.slider-memoria {
		margin-bottom: 30px;
	}

	.seta {
		height: 140px;
	}

	.foto-colunista {
		width: 90px;
	}

	.descricao-noticia {
		font-size: 14px;
	}

	.texto-numero-2 {
		left: 7px;
		bottom: 6px;
		font-size: 14px;
	}

	.fundo-numero {
		border-right-width: 50px;
		border-bottom-width: 50px;
	}

	.info-social {
		width: 50%;
	}

	.texto-botao-social {
		display: block;
		width: 110px;
	}

	.bloco-campos {
		height: 35px;
	}

	.campo-news {
		height: 100%;
		padding-right: 103px;
	}

	.botao-news {
		position: absolute;
		width: auto;
		height: 100%;
		padding-top: 1px;
	}

	.secao-galeria-2 {
		padding-top: 30px;
	}

	.bloco-link-rodape {
		padding-left: 25px;
		line-height: 21px;
	}

	.item-botao-rodape {
		font-size: 18px;
		line-height: 22px;
	}

	.texto-numero {
		left: 6px;
		bottom: 6px;
	}

	.titulo-noticia-6 {
		font-size: 30px;
	}

	.texto-direitos {
		width: 34%;
	}

	.base-rodape {
		margin-top: 10px;
	}

	.foto-noticia-5 {
		display: block;
		width: 100%;
	}

	.bloco-compartilhar {
		display: block;
		float: none;
	}

	.item-autor .bloco-compartilhar {
		display: inline-flex;
		align-items: center;
	}

	.item-autor .bloco-compartilhar .item-compartilhar {
		margin-right: 5px;
	}

	.bloco-autor {
		margin-top: 0px;
		margin-bottom: 15px;
		float: none;
	}

	.outros-post {
		width: 100%;
	}

	.texto-conteudo {
		font-size: 16px;
	}

	.texto-publicacao {
		margin-right: 20px;
		float: left;
	}

	.item-autor {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.item-compartilhar {
		margin-right: 15px;
		margin-left: 0px;
	}

	.info-noticia3 {
		padding-left: 10px;
	}

	.link-noticia-8 {
		width: 72%;
	}

	.item-info-contato {
		padding: 35px;
	}

	.link-banner {
		text-align: center;
	}

	.nome-cidade {
		margin-bottom: 0px;
		font-size: 14px;
		line-height: 14px;
	}

	.info-cidade {
		top: -7px;
	}

	.data {
		position: static;
		left: 0%;
		display: block;
		margin-top: 2px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		font-size: 13px;
	}

	.titulo-noticia-10 {
		font-size: 24px;
		line-height: 1.3em;
	}

	.titulo-noticia-7 {
		font-size: 20px;
	}

	.bloco-banner-2 {
		width: 100%;
		padding-right: 0px;
	}

	.fundo-contato {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.form-contato {
		padding: 35px;
	}

	.titulo-contato {
		font-size: 24px;
		text-align: left;
	}

	.botao-buscar {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 14px;
	}

	.slider-3 {
		margin-bottom: 20px;
	}

	.secao-galeria {
		margin-bottom: 20px;
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.foto-galeria {
		margin-bottom: 30px;
	}

	.col-sidebar {
		width: 100%;
	}

	.container-2 {
		display: block;
	}

	.col-principal {
		padding-right: 0px;
	}

	.texto-politica {
		margin-bottom: -4px;
		font-size: 16px;
		text-align: left;
	}

	.foto-politica {
		margin-top: -10px;
		margin-bottom: 20px;
	}

	.acesso-rapido {
		display: none;
	}

	.link-rapido {
		margin-right: 5px;
		font-size: 12px;
	}

	.linklist {
		padding-left: 30px;
		width: 100%;
	}

	#ytplayer { width: 100%;}
	.titulo-bloco.titulo-gazetacast:after { width: 55%;}

	.topo-colunista {
		height: 100px;
		padding-left: 100px;
	}

	.topo-colunista img { height: 90px;}

	.topo-colunista .info-topo-colunista { padding: 0;}

	.info-topo-colunista h1 {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 5px;
	}

	.info-topo-colunista p {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 0;
	}

	.info-topo-colunista small {
		font-size: 12px;
		line-height: 14px;
	}
}

/*
Mobile com tela pequena
*/
@media screen and (max-width: 479px) {
	.slider-topo .w-slide { width: 100%;}

	.nav-menu {
		width: 70%;
	}

	.col {
		padding-left: 0px;
	}

	.container {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.container.tamanho-conteudo {
		width: 100%;
	}

	.descricao-contato {
		font-size: 14px;
	}

	.botao-enviar {
		width: 100%;
		margin-top: 0px;
	}

	.logo {
		height: 35px;
		display: flex;
		align-items: center;
	}

	.logo svg {
		height: 17.5px;
	}

	.topo.sticky .logo svg { height: 17.5px;}

	.icone-botao {
		width: 19px;
		height: 19px;
		margin-right: 0px;
	}

	.alinhar-titulo {
		width: 100%;
		padding-top: 20px;
		padding-left: 0px;
	}

	.titulo-noticia-1 {
		margin-top: 0px;
	}

	.link-noticia-1 {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0px;
	}

	.topo {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.titulo-noticia-2 {
		font-size: 30px;
	}

	.bloco.alinhamento-5 {
		margin-top: 25px;
	}

	.bloco.alinhamento-9 {
		margin-top: 25px;
	}

	.foto-noticia-2 {
		position: static;
		display: inline-block;
		width: 680px;
		max-width: 1000px;
		margin-left: -80%;
	}

	.slider {
		margin-bottom: 0px;
	}

	.seta {
		left: 0%;
		top: 0%;
		right: auto;
		bottom: auto;
		width: 40px;
		height: 40px;
		margin-top: 5px;
		margin-left: 0px;
	}

	.seta.seta-colunas.alinhar-seta {
		left: auto;
		top: 0%;
		right: 0%;
		bottom: auto;
	}

	.seta.alinhar-seta-3 {
		margin-left: 40px;
	}

	.link-noticia-4.alinhar-noticia-2 {
		margin-bottom: -2px;
	}

	.link-noticia-4.alinhar-noticia-3 {
		margin-bottom: -2px;
	}

	.info-noticia-1 {
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(34%, rgba(0, 0, 0, 0.65)), to(hsla(0, 0%, 100%, 0)));
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 34%, hsla(0, 0%, 100%, 0));
		text-align: left;
	}

	.titulo-noticia-3 {
		font-size: 26px;
		text-shadow: none;
	}

	.titulo-noticia-4 {
		font-size: 22px;
	}

	.slider-colunas {
		padding-bottom: 10px;
	}

	.link-colunista {
		width: 100%;
		margin-bottom: 20px;
	}

	.titulo-colunista {
		font-size: 18px;
	}

	.info-noticia-3 {
		margin-bottom: -3px;
	}

	.bloco-campos {
		height: 65px;
	}

	.campo-news {
		height: 50%;
		padding-right: 12px;
	}

	.botao-news {
		position: static;
		width: 100%;
		height: 50%;
	}

	.secao-galeria-2 {
		padding-bottom: 0px;
	}

	.rodape {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.link-topo {
		margin-top: 12px;
	}

	.bloco-link-rodape {
		padding-left: 20px;
	}

	.item-social {
		width: 29px;
		margin-right: 2px;
		margin-left: 2px;
	}

	.titulo-noticia-6 {
		font-size: 24px;
	}

	.categoria-2 {
		font-size: 12px;
	}

	.alinhar-social {
		margin-bottom: 15px;
	}

	.texto-direitos {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
		float: none;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
	}

	.base-rodape {
		margin-top: 0px;
	}

	.bloco-desenvolvimento {
		float: none;
		text-align: center;
	}

	.item-credito {
		display: inline-block;
		margin-right: 18px;
		margin-bottom: 10px;
		margin-left: 18px;
		float: none;
		text-align: center;
	}

	.alinhar-menu {
		margin-bottom: 15px;
	}

	.link-noticia-7 {
		margin-bottom: 20px;
	}

	.logo-menu {
		padding: 0 60px;
	}

	.bloco-compartilhar {
		float: none;
	}

	.link-titulo {
		margin-bottom: 20px;
	}

	.link-fonte {
		display: inline-block;
		margin-left: 5px;
		float: none;
	}

	.link-social-3 {
		margin-left: 5px;
		float: none;
	}

	.bloco-autor {
		margin-top: 0px;
		margin-bottom: 10px;
		float: none;
	}

	.outros-post {
		padding-left: 20px;
	}

	.embed-comentarios {
		padding: 10px;
	}

	.texto-compartilhe {
		display: none;
	}

	.item-compartilhar {
		display: inline-block;
		margin-right: 0px;
		float: none;
	}

	.dia {
		width: 50px;
		margin-top: 0px;
		margin-right: -3px;
		margin-left: 8px;
		font-size: 9px;
	}

	.linha2 {
		left: 65px;
	}

	.circulo.circulo-branco {
		margin-right: 10px;
	}

	.titulo-noticia-9 {
		font-size: 18px;
	}

	.circulo2 {
		margin-right: 15px;
		margin-left: 8px;
	}

	.hora2 {
		width: 50px;
		margin-left: 5px;
	}

	.info-noticia3 {
		width: 100%;
		padding-left: 0px;
	}

	.link-noticia-8 {
		width: 69%;
	}

	.link-autores {
		width: 100%;
	}

	.foto-ultima {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0px;
		float: none;
	}

	.foto-colunista {
		width: 200px;
	}

	.item-info-contato {
		width: 100%;
		padding: 20px;
	}

	.texto-contato {
		font-size: 15px;
	}

	.div-block-101 {
		width: 300px;
	}

	.link-banner {
		padding: 0px;
	}

	.link-banner-2 {
		padding: 0px;
	}

	.link-noticia-6 {
		margin-bottom: 0px;
	}

	.item-info {
		margin-top: 7px;
	}

	.grau {
		font-size: 16px;
	}

	.temperatura {
		margin-right: 10px;
	}

	.tempo {
		padding-right: 20px;
		padding-left: 20px;
	}

	.info-cidade {
		padding-top: 0px;
	}

	.topo-acessibilidade {
		padding-right: 0px;
	}

	.link-acessibilidade {
		display: inline-block;
		margin-left: 5px;
		float: none;
	}

	.texto-botao {
		letter-spacing: -1px;
	}

	.botao-acessibilidade {
		width: 100%;
		float: none;
		text-align: center;
	}

	.data {
		display: none;
	}

	.titulo-noticia-10 {
		font-size: 26px;
	}

	.link-unico-2 {
		text-align: center;
	}

	.secao-outras-noticias {
		padding-top: 10px;
		padding-bottom: 0px;
	}

	.fundo-contato {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.form-contato {
		width: 100%;
		padding: 20px;
	}

	.titulo-contato {
		font-size: 20px;
	}

	.form-block {
		padding-right: 20px;
		padding-left: 20px;
	}

	.link-unico-3 {
		text-align: center;
	}

	.botao-buscar {
		margin-right: 10px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.botao-buscar.botao-fechar {
		padding-right: 12px;
		padding-left: 12px;
	}

	.slider-3 {
		height: auto;
		margin-bottom: 30px;
	}

	.secao-urgente {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.titulo-noticia-urgente {
		font-size: 30px;
	}

	.secao-galeria {
		margin-top: -30px;
		margin-bottom: 20px;
		padding-top: 20px;
	}

	.foto-galeria {
		margin-bottom: 20px;
	}

	.container-2 {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.secao-outras-noticias-2 {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.texto-politica {
		font-size: 14px;
	}

	.foto-politica {
		margin-top: -15px;
		margin-bottom: 15px;
	}

	.link-topo-2 {
		margin-top: 12px;
	}

	.link-topo-2.w--current {
		margin-top: 0px;
	}

	.item-voltar-topo {
		width: 100%;
	}

	.link-noticia-3 {
		overflow: hidden;
		height: 447px;
		margin-bottom: 0px;
		text-align: center;
	}
}

/*
Mobile com tela bem pequena
*/
@media screen and (max-width: 355px) {
	.logo svg {
		height: 12px;
	}
	.topo.sticky .logo svg { height: 12px;}

	.titulo-bloco.titulo-gazetacast:after { width: 45%;}

	.topo-colunista {
		height: 100px;
		padding-left: 20px;
		background: #E7EAE9;
	}

	.topo-colunista img { display: none;}

	.topo-colunista .info-topo-colunista {
		height: 100%;
	}

	.info-topo-colunista h1 {
		font-size: 26px;
		line-height: 28px;
	}
}

.bannerAnuncie {
	position: relative;
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
}
.bannerAnuncie:last-child { margin-bottom: 0;}

.bannerAnuncie img {
	width: 400px;
	height: auto;
	float: left;
	display: block;
	margin-right: 40px;
}

.bannerAnuncie div {
	display: table-cell;
	height: 260px;
	vertical-align: middle;
	width: 319px;
}
.bannerAnuncie div h3 {
	font-size: 18px;
	font-weight: bold;
	color: #67717d;
	margin-top: 0;
	margin-bottom: 20px;
}
.bannerAnuncie div span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	color: #67717d;
	line-height: 16px;
}
.bannerAnuncie div span:last-child { margin-bottom: 0;}
.bannerAnuncie div span strong {
	font-weight: bold;
	color: #67717d;
}

.enquete-select {
	display: block;
	padding-left: 30px;
	width: 50%;
	margin-bottom: 30px;
}
.link-resultado {
	font-size: 14px;
	color: #007dc6;
	font-weight: bold;
	text-decoration: none;
}
.link-resultado:hover { color: #0A4595;}

.control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	padding-top: 3px;
	cursor: pointer;
	font-size: 16px;
	width: fit-content;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
	border: 0px solid #000000;
	border-radius: undefinedpx;
}
.control strong { color: #0A4595;}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
	background: #cccccc;
}
.control input:checked ~ .control_indicator {
	background: #0A4595;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:hover ~ .control_indicator {
	background: #007dc6;
}
.control input:disabled ~ .control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control_indicator:after {
	display: block;
}

.control-radio .control_indicator {
	border-radius: 50%;
}
.control-radio .control_indicator:after {
	left: 6px;
	top: 6px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #ffffff;
	transition: background 250ms;
}
.control-radio input:disabled ~ .control_indicator:after {
	background: #7b7b7b;
}

.escolhaPlanos { margin-bottom: 100px;}
.planosContent {
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	margin-bottom: 30px;
	height: 200px;
}
.planosContent h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding: 40px 30px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.planosContent h3 big {
	position: absolute;
	top: 50%;
	right: 30px;
	font-weight: bold;
	font-size: 30px;
	color: #007dc6;
	display: block;
	margin-top: -15px;
}
.planosContent h3 big small {
	font-size: 16px;
	vertical-align: top;
	margin-top: 2px;
	display: inline-block;
}
.planosContent .btEscolherPlano {
	display: block;
	position: relative;
	height: 50px;
	line-height: 50px;
	background: #0A4595;
	color: #fff;
	margin: 20px 30px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
}
.planosContent .btEscolherPlano:hover { background: #007dc6;}
.planosContent.planosContentAnual {
	border-bottom: 4px solid #007dc6;
	border-top: 4px solid #007dc6;
}
.planosContent.planosContentAnual h3 big { color: #007dc6;}
.planosContent.planosContentAnual ul li span.sprite { background-position: -361px -137px;}
.planosContent.planosContentAnual ul li strong { color: #007dc6;}
.planosContent.planosContentAnual .btEscolherPlano { background: #007dc6;}
.planosContent.planosContentAnual .btEscolherPlano:hover { background: #007dc6;}

.newsletter a { text-decoration: none;}
.newsletter h2 {
	font-size: 32px;
	line-height: 34px;
	color: #0A4595;
	text-decoration: none;
}
.newsletter h3 {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 30px;
}
.newsletter .g-recaptcha { margin-bottom: 40px;}
.newsletter .botao-enviar { margin-bottom: 50px;}


/* AJUSTES */

/* SELECAO */
	::-moz-selection  {color: #FFF; background-color: #0A4595;}
	::selection       {color: #FFF; background-color: #0A4595;}

/* FORM PADRAO */
	.campo 		       {resize: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none;}

/* SCROLL */
	::-webkit-scrollbar {width: 12px; height: 12px;}
	::-webkit-scrollbar-thumb {background-color: #007dc6; border-radius: 30px; border: 3px solid #FFF}

	.scroll-pagina::-webkit-scrollbar {width: 0}
	.lista-drop-menu::-webkit-scrollbar-track {background-color: #FFF}

	.nav-menu::-webkit-scrollbar {width: 6px; height: 6px;}
	.nav-menu::-webkit-scrollbar-thumb {background-color: #ccc; border-radius: 30px; border: 1.5px solid #FFF}

	.pagina-contato::-webkit-scrollbar {width: 10px; height: 10px;}
	.pagina-contato::-webkit-scrollbar-thumb {background-color: #007dc6; border-radius: 30px; border: 2px solid #000}
	.pagina-contato::-webkit-scrollbar-track {background-color: #000;}



.slider:hover .seta,
.slider-colunas:hover .seta,
.slider-fotos:hover .seta-2 {display: block}

/* divs flex genéricas*/
.inlineCenter {
	display: inline-flex;
	align-items: center;
}

/* CHECK GERAL */
	.opcao          								{position: absolute; opacity: 0;}
	.opcao + label  								{position: relative; cursor: pointer; padding: 0;}
	.opcao + label:before 					{content: ''; margin-right: 7px; border-radius: 0px; display: inline-block; vertical-align: text-top; width: 15px; height: 15px; margin-top: 0px; border: 2px solid #8C8C8C; }
	.opcao:hover + label:before 		{background: #05b555; border-color: #05b555;}
	.opcao:focus + label:before 		{box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);}
	.opcao:checked + label					{color: #666666; font-weight: bold;}
	.opcao:checked + label:before 	{background: #05b555; border: 2px solid #05b555;}
	.opcao:checked + label:after 		{content: ''; position: absolute; left: 4px; top: 50%; margin-top: -2px; background: white; width: 2px; height: 2px; box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white; -webkit-transform: rotate(45deg); transform: rotate(45deg);}


/* @media screen and (min-width: 1280px) and (max-width: 1439px) {
	.botao:hover {width: 190px; max-width: 190px; position: relative; right: 153px}
	.botao:hover .texto-menu {width: auto; overflow: visible}
} */

@media screen and (min-width: 990px) and (max-width: 1192px) {
	/* .col {padding-right: 10px !important; padding-left: 10px !important;} */
	.container-fluido > .col:first-child    {padding-left:  0 !important; padding-right: 15px !important;}
	.container-fluido > .col:last-child     {padding-right: 0 !important; padding-left:  15px !important;}
}

@media screen and (min-width: 1193px) {
	.col {padding-right: 15px !important; padding-left: 15px !important;}
	.no-padding {
		padding: 0 !important;
	}
	.container-fluido > .col:first-child    {padding-left:  0 !important; padding-right: 15px !important;}
	.container-fluido > .col:last-child     {padding-right: 0 !important; padding-left:  15px !important;}
}

@media screen and (min-width: 1440px) {
	.container-fluido > .col:first-child    {padding-left:  0 !important; padding-right: 15px !important;}
	.container-fluido > .col:last-child     {padding-right: 0 !important; padding-left:  15px !important;}
}

@media screen and (max-width: 766px) {
	.container-fluido > .col:first-child    {padding-left: 0  !important; padding-right: 0 !important;}
	.container-fluido > .col:last-child     {padding-right: 0 !important; padding-left: 0  !important;}
	.col {padding-right: 0px !important; padding-left: 0px !important;}
	#formVotarEnquete .botao-votar { margin-right: 15px;}
	.bannerAnuncie img,.bannerAnuncie div {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 990px) {
	.container-fluido2 > .col:first-child    {padding-left: 0  !important; padding-right: 0 !important;}
	.container-fluido2 > .col:last-child     {padding-right: 0 !important; padding-left: 0  !important;}
	.container-fluido > .col.alinhar-col:first-child    {padding-left: 0  !important;}
	.container-fluido > .col.alinhar-col:last-child     {padding-right: 0 !important;}
	.w-lightbox-caption {white-space: normal; overflow: auto; font-size: 12px;}
	.bannerAnuncie img,.bannerAnuncie div {
		height: auto;
	}
	.bannerAnuncie img {width: 50%;}
}

.w-nav-overlay {
	position: fixed;
	right: 90px;
}
.botao:hover div,  .botao.w--open div {background-position: 50% 100%}
.botao.w--open {background-color: #FFF; color: #007dc6;}
.a:hover h3, .a:hover h5 {color:#007dc6;}
.tradingview-widget-copyright {display:none}

.secao-galeria .texto-publicacao,
.secao-galeria .titulo-noticia-interna,
.secao-galeria .texto-compartilhe {color: #d8dfe9}

.secao-galeria .item-autor {border-color: #67717d}
.secao-galeria .link-fonte {background-color: #6a7d9a}
.secao-galeria .link-fonte {color: #FFF}
.secao-galeria .link-fonte:hover {background-color: #8a9ebb}

.w-lightbox-backdrop {z-index: 9999999999 !important}

.texto-politica a {color:#007dc6; text-decoration: none}


/* FLASH MESSAGE */
.flashMessage * {
	font-size: 14px;
	line-height: 14px;
}

.flashMessage {
	display: block;
	position: fixed;
	background: rgba(80, 158, 22, 0.6);
	padding: 40px;
	bottom: 20px;
	right: 20px;
	width: 500px;
}
@media only screen and (max-width: 750px) {
	.flashMessage {
		width: 100%;
		right: 0;
		bottom: 0;
		padding: 20px;
		box-sizing: border-box;
	}
}

.flashMessage * { color: #fff;}

.flashMessage div { width: 100%;}

.flashMessage small {
	width: 64px;
	height: 64px;
	background: #c4c4c4;
	float: left;
}
@media only screen and (max-width: 750px) {
	.flashMessage small { display: none;}
}

.flashMessage span {
	width: 356px;
	text-align: left;
	height: 64px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 36px 0 20px;
}

@media only screen and (max-width: 750px) {
	.flashMessage span { padding-left: 0;}
}

.flashMessage a {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -8px;
}

.flashMessage a svg {
	width: 16px;
	fill: #fff;
}

.flashMessage.erro { background: rgba(242, 64, 46, 0.6);}

.flashMessage.erro small { background-position: -371px -234px;}

.flashMessage.erro a { color: #f2402e;}

.flashMessage.alerta, .flashMessage.atencao { background: rgba(255, 148, 52, 0.7);}

.flashMessage.alerta small, .flashMessage.atencao small { background-position: -445px -234px;}

.flashMessage.alerta a, .flashMessage.atencao a { color: #ff9434;}
