
/*========== ESTILO GERAL RESET ==========*/
* {margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: 300; box-sizing: border-box; font-family: 'Roboto', sans-serif;}
body {font-family: 'Roboto', sans-serif;}
a {color: #f74600; text-decoration: none; transition: all .8s;}
a:hover {color: #000000; text-decoration: none; transition: all .3s;}
ul {list-style: none;}
li {list-style: none;}
b {font-weight: bold;}
strong {font-weight: bold;}

/*========== BARRA DE ROLAGEM ==========*/
::-webkit-scrollbar-thumb:vertical {background: #f74600; border-left: 0px solid #f74600;}
::-webkit-scrollbar-thumb:horizontal {background-color:#f74600; border: 0px solid #f74600;}
::-webkit-scrollbar {width:15px; background: #000000; border: 0px solid #000000;}
.all {scrollbar-base-color: #f74600; scrollbar-base-color: #f74600; scrollbar-3d-light-color: #f74600; scrollbar-highlight-color: #f74600; scrollbar-track-color: #000000; scrollbar-arrow-color: #f74600; scrollbar-shadow-color: #f74600; scrollbar-dark-shadow-color: #f74600;}

/*========== HEADER TOPO ====================================================================================================== =============================================================================================================================*/

/* 1 VERSÃO DESKTOP 1280px ================================================================================================= */ 
/*========== DIV PRINCIPAL ==========*/
.env {width: 100%; float: left;}
.conteudo {width: 1220px; margin: 0 auto;}
/*========== BARRA TOPO ==========*/
.barra_topo {width: 100%; float: left;}
/*========== SOM TOPO ==========*/
.navbar .som_topo {width: 50px; height: 50px; line-height: 50px; float: left; font-size: 26px; color: #ffffff; text-align: center; background: #000000; margin-right: 1px; transition: all .8s;}
.navbar-fixed-top .som_topo {display: none; transition: all .3s;}
.som_topo:hover {color: #000000; background: #ffffff; transition: all .3s;}
/*========== HORA TOPO ==========*/
.navbar .hora_topo {width: 130px; height: 50px; line-height: 50px; float: left; background: #000000; text-align: center; transition: all .8s;}
.navbar-fixed-top .hora_topo {display: none; transition: all .3s;}
.hora_topo:hover {background: #ffffff; transition: all .3s;}
.hora_topo1 {color: #ffffff; font-size: 22px; font-weight:bold; margin-right: 2px; transition: all .8s;}
.hora_topo:hover .hora_topo1 {color: #000000; transition: all .3s;}
.hora_topo2 {color: #ffffff; font-size: 12px; font-weight:bold; transition: all .8s;}
.hora_topo:hover .hora_topo2 {color: #000000; transition: all .3s;}
.hora_topo i {margin-right: 5px;}
/*========== DATA TOPO ==========*/
.navbar .data_topo {width: 325px; height: 50px; line-height: 50px; float: left; font-size: 16px; text-align: center; text-transform: uppercase; background-color: #f74600; position: relative; margin: 0; padding: 0;}
.navbar-fixed-top .data_topo {margin-left: 181px;}
.data_topo span {color: #ffffff; transition: all .8s;}
.data_topo span:hover {color: #000000; transition: all .3s;}
/*========== ÍCONE BOTÃO CIDADES MENU SELECT TOPO ==========*/
.botao_cidades {transition: all .8s;} .botao_cidades:hover {transition: all .3s;}
.bot_cidades {width: 50px; height: 50px; line-height: 50px; float: right; font-size: 35px; color: #ffffff; text-align: center; background: #000000; margin-right: 1px; transition: all .8s;}
.botao_cidades:hover .bot_cidades {color: #000000; background: #ffffff; transition: all .3s;}
.bot_cidades_seta:before {content: ""; float: right; position: relative; margin-top: 12px; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-right: 18px solid #000000; transition: all .8s;}
.botao_cidades:hover .bot_cidades_seta:before {border-right: 18px solid #ffffff; transition: all .3s;}
/*========== BOTÃO CIDADES MENU SELECT TOPO ==========*/
.menu_cidades {width: 200px; height: 50px; line-height: 50px; color: #ffffff; font-size: 20px; text-transform: uppercase; float: right; padding: 0 0 0 20px; margin-right: 0; cursor: pointer; background: url(../img/seta_cidades1.png) no-repeat center right 0px; background-color: #000000; border-radius: 0px; text-indent: 0.01px; appearance: none; -moz-appearance: none; -webkit-appearance: none;  text-overflow: ""; transition: all .8s;}
.menu_cidades:hover {color: #000000; background: url(../img/seta_cidades1.png) no-repeat center right 0px; background-color: #ffffff; transition: all .3s;}
.menu_cidades:focus {color: #000000; background: url(../img/seta_cidades2.png) no-repeat center right 0px; background-color: #ffffff; transition: all .3s;}
.menu_cidades option {color: #ffffff; background-color: #000000;}
/*========== MENU TOPO ==========*/
.navbar {width: 100%; height: 50px; background: #f74600; transition: all .8s;}
.navbar-fixed-top {width: 100%; height: 50px; float: left; background: #f74600; border-bottom: 0; top: 0; position: fixed; z-index: 5000; padding: 0; box-shadow: 0px 10px 10px #333333; transition: all .8s;}
.nav {float: right; display: block; margin: 0; /*margin-right: 100px;*/ border-left: 1px solid #f74600; transition: all .8s;}
.nav > li > a {color: #ffffff;}	
.nav > li > a:hover /*, .nav > li > a:focus */ {color: #ffffff; text-decoration: none; background-color: #f74600;}
.navbar .nav > li {float: left; background-color: #000000; margin: 0; padding: 0;}
.navbar .nav > li > a {height: 50px; line-height: 50px; display: block; font-size: 16px; color: #ffffff; line-height: auto; text-decoration: none; text-transform: uppercase; vertical-align: middle; margin: 0; padding: 0 20px; transition: all .8s;}
.navbar .nav > li:hover > a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {color: #ffffff; background-color: #f74600; transition: all .3s;}
/*========== MENU MÓBILE ==========*/
/* BOTÃO MENU TOPO */
.nav-toggle {width: 100px; height: 50px; line-height: 50px; display: inline-block; border: 0; background-color: #000000; float: right; z-index: 999998; cursor: pointer; transition: all .8s;}
.nav-toggle:hover {background-color: #ffffff; transition: all .3s;}
.nav-toggle .icon-menu {position: relative; display: inline-block; width: 40px; height: 26px; vertical-align: middle; fill: none;}
.icon-menu .line {position: absolute; left: 0;  display: block; width: 100%; height: 4px; background-color: #ffffff;}
.icon-menu .line-1 { top: 0; transition: all .8s;}
.icon-menu .line-2 {top: 50%; margin-top: -2px; transition: all .8s;}
.icon-menu .line-3 {bottom: 0; transition: all .8s;}
.nav-toggle:hover .icon-menu .line {background-color: #000000; transition: all .3s;}
/* BOTÃO FECHAR MENU */
.nav-toggle2 button{width: 60px; line-height: 50px; display: inline-block; font-size: 40px; color: #ffffff; background-color: #f74600; float: right; top: 25px; right: 30px; position: absolute; z-index: 9999999; border: 0; cursor: pointer; transition: all .8s;}
.nav-toggle2 button:hover {color: #f74600; background-color: #ffffff; transition: all .3s;}
/* BOTÃO MENU VERSÃO MÓBILE */
.nav-toggle3 {display: none;}
.titulo_menu_mobile {font-size: 26px; color: #f74600; font-weight: bold; position: absolute; margin-top: -24px; transition: all .8s;}
.titulo_menu_mobile:hover {color: #ffffff; transition: all .3s;}
/* BOX MENU */
.nav-container {width: 100%; height: 100%; min-height: 100%; top: 0; right: 0; position: fixed; z-index: 999999; visibility: hidden; margin: 0; padding: 0; overflow: auto; -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; -webkit-transform: translateX(200%); -ms-transform: translateX(200%); transform: translateX(200%); background-color: none; -webkit-overflow-scrolling: touch;}
.nav-container.is-visible {visibility: visible; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); margin: 0px; padding:0px; background-color: rgba(0,0,0, 0.7);}
/* LINKS BOX MENU */
.div-menu {width: 360px; height: auto; min-height: 100%; float: right; padding: 60px 30px 30px 30px; background: #000000; box-shadow: 0px 50px 50px #666666; -webkit-box-shadow: 0px 0px 20px 0px #ffffff; -moz-box-shadow: 0px 10px 10px #666666;}
.menu {width: 300px; height: 100%; min-height: 100%; list-style: none; margin: 0; padding: 0;}
.nav-menu {float: right; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.nav-menu .menu-item {border-top: 1px solid #333333; padding: 0; transition: all .8s;}
.nav-menu .menu-item:last-child {border-bottom: 1px solid #333333;}
.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active {background-color: #f74600; transition: all .3s;}
.menu-item:hover {padding-left: 25px; transition: all .3s;}
.nav-menu > .menu-item.is-active {padding-left: 0px; transition: all .0s;}
.nav-menu .menu-link {display: block; font-size: 16px; text-align:left; text-decoration: none; color: #ffffff; text-transform: uppercase; padding: 15px 0 15px 20px;}
.has-dropdown {position: relative;  cursor: pointer; text-align:left;}
.has-dropdown > .menu-link {display: inline-block;}
.has-dropdown:after {font-size: 32px; font-weight: bold; position: absolute; top: 0; right: 20px; margin-top: 6px; bottom: 0; content: "+"; color: #ffffff;}
.has-dropdown.is-active:after {content: "\2015"; color: #000000}
.has-dropdown.is-active > .nav-dropdown {display: block; color: #333333} 
.nav-dropdown {display: none; background-color: rgba(255,255,255, 0.4);}
.nav-dropdown > .menu-item:hover {color: #ffffff; background-color: #f74600;}
.menu-item i {font-size: 24px; margin-right: 12px; transform: translateY(1.5px);}
/*========== ÍCONE BOTÃO CIDADES MENU SELECT MENU ==========*/
.div_menu_cidades_menu {margin-top: 40px; margin-bottom: 20px;}
.menu_cidades_icone_menu {width: 60px; height: 45px; line-height: 45px; float: left; font-size: 38px; color: #ffffff; text-align: center; background: #f74600; margin-right: 5px; transition: all .8s;}
.menu_cidades_icone_menu:hover {color: #000000; background: #ffffff; transition: all .3s;}
/*========== BOTÃO CIDADES MENU SELECT MENU ==========*/
.menu_cidades_menu {width: 235px; height: 45px; line-height: 45px; color: #000000; font-size: 20px; text-transform: uppercase; padding: 0 0 0 20px; cursor: pointer; background: url(../img/seta_cidades1.png) no-repeat center right 0px; background-color: #ffffff; border: 2px solid #ffffff; border-radius: 0px; text-indent: 0.01px; appearance: none; -moz-appearance: none; -webkit-appearance: none;  text-overflow: ""; transition: all .8s;}
.menu_cidades_menu:hover {color: #ffffff; background: url(../img/seta_cidades1.png) no-repeat center right 0px; background-color: transparent; border: 2px solid #ffffff; transition: all .3s;}
.menu_cidades_menu:focus {color: #ffffff; background: url(../img/seta_cidades2.png) no-repeat center right 0px; background-color: transparent; border: 2px solid #ffffff; transition: all .3s;}
.menu_cidades_menu option {float: left; color: #ffffff; background-color: #f74600;}
/*========== BUSCA DO SITE TOPO HEADER MENU ==========*/
.busca_topo_menu {width: 300px; float: left; margin-top: 20px; margin-bottom: 20px;}
.busca_topo_menu_input {width: 235px; height: 45px; line-height: 45px; float: left; background-color: #ffffff; border: 2px solid #ffffff; margin-right: 5px; transition: all .8s;}
.busca_topo_menu_input:hover {background-color: transparent; border: 2px solid #ffffff; transition: all .3s;}
.busca_topo_menu input {width: 233px; height: 43px; line-height: 43px; float: left; font-size: 20px; color: #000000; text-align: left; background-color: transparent; border-radius: 0px; padding-left: 15px; transition: all .8s;}
.busca_topo_menu_input:hover input {color: #ffffff; background-color: transparent; transition: all .3s;}
.busca_topo_menu_input:focus .busca_topo_menu input {color: #ffffff; background-color: transparent; transition: all .3s;}
.busca_topo_menu button {width: 60px; height: 45px; float: left; font-size: 26px; color: #ffffff; text-align: center; font-weight: bold; background-color: #f74600; border-radius: 0; cursor: pointer; transition: all .8s;}
.busca_topo_menu button:hover {color: #000000; background-color: #ffffff; transition: all .3s;}
/*========== REDES SOCIAIS MENU ==========*/
.redes_sociais_menu {width: 100%; float: left; text-align: center; display: inline-block; margin-top: 20px;}
.redes_sociais_menu a {width: 45.8px; height: 45px; line-height: 37px; float: left; font-size: 26px; text-align: center; margin-right: 5px; transition: all .8s;}
.redes_sociais_menu a:last-child {margin-right: 0;}
.redes_sociais_menu a:hover {transition: all .3s;}
/*========== BARRA LOGO ==========*/
.barra_logo {width: 100%; height: 180px; float: left; background: url(../img/fundo_topo.png) #ffffff repeat-x; border-bottom: 5px solid #ffffff;}
/*========== LOGO E MASCOTE ==========*/
.logo h1 img {width: 240px; float: left; margin-top: 45px; margin-right: 20px;}
.logo h2 img {width: 120px; float: left; margin-top: 11px;}
/*========== LOGO E MASCOTE FIXO BARRA ==========*/
.navbar .logo_fundo {display: none; transition: all .8s;}
.navbar-fixed-top .logo_fundo {top: 0px; background: #ffffff; position: absolute; border-radius: 0px 0px 15px 15px; z-index: 10000; padding: 10px 0 15px 15px; box-shadow: inset 0 0 30PX #999999; display: block; transition: all .8s}
.navbar .logo_barra h1 img {display: none; transition: all .8s;}
.navbar-fixed-top .logo_barra h1 img {width: 140px; float: left; margin-right: 20px; display: block; transition: all .8s;}
/*========== BARRA MENU PRINCIPAL ==========*/
.barra_menu {width: 100%; height: 60px; line-height: 60px; float: left; background: #000000;}
/*========== BOTÃO HOME ==========*/
.botao_home {transition: all .8s;} .botao_home:hover {transition: all .3s;}
.bot_home {width: 181px; height: 60px; line-height: 60px; float: left; font-size: 24px; color: #ffffff; text-align: center; font-weight: bold; background: #f74600; margin-right: 1px; transition: all .8s;}
.bot_home span {font-weight: bold;}
.botao_home:hover .bot_home {color: #000000; background: #ffffff; transition: all .3s;}
.bot_home i {font-size: 32px; margin-right: 8px; transform: translateY(2px);}
.bot_home_seta:before {content: ""; float: left; position: relative; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 20px solid #f74600; margin-top: 14px; margin-left: -1px; transition: all .8s;}
.botao_home:hover .bot_home_seta:before {border-left: 20px solid #ffffff; transition: all .3s;}
/*========== BOTÃO HOME MÓBILE ==========*/
.botao_home_mobile {display: none;}
/*========== BOTÃO HOME MÓBILE RODAPÉ ==========*/
.botao_home_mobile_rodape {display: none;}
/*========== MENU PRINCIPAL MULTILEVEL ==========*/
.menu_principal {width: 720px; float: left; margin-left: 10px;}
.menu_principal ul {float: left; list-style: none; padding: 0; z-index: 1;}
.menu_principal ul li {float: left; display: block; position: relative;}
/* Isso oculta as listas suspensas */
.menu_principal li ul {display: none;}
.menu_principal ul li a {height: 60px; line-height: 60px; display: block; padding: 0 37px 0 16px; text-decoration: none; white-space: nowrap; color: #fff; text-transform: uppercase; font-size: 18px; transition: all .8s;}
.menu_principal ul li a:hover {background: #f74600; transition: all .3s;}
/* Exibir o menu suspenso */
.menu_principal li:hover > ul {/*width: 220px;*/ display: block; position: absolute;}
.menu_principal li:hover li { float: none;}
.menu_principal ul li:hover ul li a {background: #000000; transition: all .8s;}
.menu_principal li:hover li a:hover {background: #f74600; transition: all .3s;}
.menu_principal li:hover { background: #f74600; transition: all .3s;}
.menu_principal li ul li a {padding-right: 80px;}
.menu_principal li ul li { border-top: 0;}
/* Exibe menus suspensos de segundo nível à direita do menu suspenso do primeiro nível */
.menu_principal ul ul ul {left: 100%; top: 0;}
/* Seta manus suspensos */
.menu_principal_seta {width: 0; height: 0; float: right; margin-top: 26px; margin-left: 7px; position: absolute; content: ""; border-width: 7px 7px 0 7px; border-style: solid; border-color: #f74600 transparent transparent transparent; transition: all .8s;}
.menu_principal ul li:hover .menu_principal_seta {border-color: #000000 transparent transparent transparent; transition: all .3s;}
/*========== BUSCA DO SITE TOPO HEADER ==========*/
.busca_topo {width: 280px; height: 60px; float: right; background: #f74600;}		
.busca_topo input {width: 220px; height: 50px; line-height: 50px; float: left; background-color: transparent; font-size: 18px; text-align: left; color: #ffffff; padding-left: 20px; margin-top: 5px; border-radius: 0px; transition: all .8s;}
.busca_topo input:hover {color: #000000; background-color: transparent; transition: all .3s;}
.busca_topo input:focus {background-color: transparent; transition: all .3s;}
.busca_topo button {width: 40px; height: 34px; line-height: 34px; float: right; background-color: #000000; font-size: 20px; text-align: center; color: #ffffff; font-weight: bold; border-radius: 4px; cursor: pointer; margin-top: 13px; margin-right: 13px; transition: all .8s;}
.busca_topo button:hover {color: #000000; background-color: #ffffff; transition: all .3s;}
/*========== BUSCA DO SITE TOPO HEADER MÓBILE ==========*/
.busca_topo_mobile {display: none;}




/*========== CORPO DO SITE MAIN PRINCIPAL ===================================================================================== =============================================================================================================================*/

.ads-728{position:absolute;top:90px;margin-left:490px;width:728px;height:90px;overflow:hidden;background:url(../img/bg5.gif)}

.ads-728 nav{width:728px;height:90px; margin:0 auto; background:#f0f0f0; margin-top: 0px;}

.ads-728 .owl-pagination{display:none}
.ads-728-2{float:left;width:100%;height:90px;overflow:hidden;background:url(../img/bg5.gif)}
.ads-728-2 nav{width:728px;height:90px;margin:0 auto;background:#f0f0f0}
.ads-728-2 .owl-pagination{display:none}.ads-728x90{width:100%;height:90px}
.ads-300{float:right;width:300px;height:250px;overflow:hidden;background:url(../img/bg5.gif)}
.ads-300x250{width:100%;height:250px}
.ads-300 nav{width:300px;height:250px;margin:0 auto;background:#f0f0f0}
.ads-300 .owl-pagination{display:none}
.ads-600{float:right;width:300px;height:600px;margin-top:40px;overflow:hidden;background:url(../img/bg5.gif)}
.ads-300x600{width:100%;height:600px}
.ads-600 nav{width:300px;height:600px;margin:0 auto;background:#f0f0f0}
.ads-600 .owl-pagination{display:none}
.ads-topo-no-widget{margin-left:250px;padding:0 140px}



.menu-tp-inp{display:none}
.menu-tp-inp2{display:none}
.social-mobile{display:none}
.urgente{float:left;width:100%;height:400px;background:#f0f0f0;overflow:hidden;margin-top:30px}
.urgente img{float:left;width:100%;height:400px;object-fit:cover;object-position:center}
.urgente div{float:left;width:100%;height:400px;padding:0 5%;margin-top:-400px;background-image:-webkit-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-moz-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-ms-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-o-linear-gradient(bottom,#000 0%,transparent 50%);background-image:linear-gradient(bottom,#000 0%,transparent 50%)}
.urgente a:hover div{background-image:-webkit-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-moz-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-ms-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-o-linear-gradient(bottom,#000 0%,transparent 80%);background-image:linear-gradient(bottom,#000 0%,transparent 80%);-webkit-transition:.9s;-moz-transition:.9s;-o-transition:.9s}
.urgente strong{float:left;margin-top:20px;padding:10px 20px;background:#B00010;color:#fff;font-family:Lato;font-size:14px}
.urgente p{float:left;width:100%;margin-top:170px;font-size:15px;color:#fff;text-shadow:0 1px 0 #000;font-family:Lato}
.urgente b{float:left;width:100%;margin-top:10px;font-size:40px;font-family:Lato;letter-spacing:-1px;font-weight:700;color:#fff;text-shadow:0 1px 0 #000}
.urgente span{float:left;width:100%;margin-top:5px;font-size:15px;font-family:Lato;color:#fff;text-shadow:0 1px 0 #000}

/*========== MÓDULO 01 - NOTÍCIAS ESQUERDA BANNER ==========*/
.lateral-slide{width: 430px; /*width: 470px;*/ float: left; margin-top: 30px;}

/*========== MÓDULO 01 - NOTÍCIAS DIREITA BANNER ==========*/
.lateral-slide2{width: 300px; float: right; margin-top: 30px;}

/*========== BANNER PRINCIPAL ==========*/
.slide{float:left;margin-left:20px;width:450px;height:475px;margin-top:30px;background:#f0f0f0;overflow:hidden}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px;filter:Alpha(Opacity=50);opacity:.5;background:#fff;border-radius:50%}
.owl-theme .owl-controls{position:relative;width:100%;margin-top:-30px;text-align:center;z-index:9}
.owl-pagination{position:relative;margin-bottom:-270px}.owl-prev{display:none}.owl-next{display:none}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}
.owl-alt-controls.owl-theme .owl-controls .owl-page span{background:#000}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}
.slide nav{float:left;width:100%;padding:0 5%;height:475px;margin-top:-475px;background-image:-webkit-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-moz-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-ms-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-o-linear-gradient(bottom,#000 0%,transparent 50%);background-image:linear-gradient(bottom,#000 0%,transparent 50%)}
.slide a:hover nav{background-image:-webkit-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-moz-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-ms-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-o-linear-gradient(bottom,#000 0%,transparent 80%);background-image:linear-gradient(bottom,#000 0%,transparent 80%)}
.slide p{float:left;margin-top:300px;padding:5px 10px;color:#fff;font-size:14px;font-family:Lato;font-weight:600}
.slide strong{float:left;width:100%;height:102px;overflow:hidden;margin-top:5px;font-size:28px;color:#fff;text-shadow:0 1px 0 #000}
.slide img{float:left;width:100%;height:475px;object-fit:cover;object-position:center}


.manchete{float:left;width:100%;padding-bottom:15px;border-bottom:1px dotted #e1e1e1;}
.manchete p{float:left;width:100%;font-size:14px;font-family:Lato}
.manchete strong{float:left;width:100%;font-size:35px;font-weight:900;letter-spacing:-1px;color:#000}
.manchete span{float:left;width:100%;margin-top:5px;font-size:14px;font-family:Lato;color:#000}
.manchete a:hover strong{text-decoration:underline}

.sub-destaques{float:left;width:450px}
.destaque-1{float:left;width:48%;margin-top:15px;padding-bottom:15px;border-bottom:1px dotted #e1e1e1}
.destaque-2{float:right}
.destaque-3{width:100%}
.destaque-1 img{float:left;width:100%;height:130px;object-fit:cover;object-position:center}
.destaque-1 div{float:right;width:100%}
.destaque-1 p{float:left;width:100%;font-size:14px;font-family:Lato}
.destaque-1 strong{float:left;width:100%;margin-top:5px;font-size:18px;font-weight:900;letter-spacing:-.5px;color:#000}.destaque-1 span{display:none;float:left;width:100%;margin-top:5px;font-size:13px;font-family:Lato;color:#000}
.destaque-2 div{margin-top:0}.destaque-3 span{display:block}.destaque-3 img{width:30%;height:105px}.destaque-3 div{width:68%;margin-top:0}
.destaque-1 a:hover strong{text-decoration:underline}
.destaque-4{width:100%;margin-top:0;border-bottom:0}
.destaque-4 img{width:100%;height:170px}
.destaque-4 div{width:100%;padding:0 5%;height:170px;margin-top:-170px;background-image:-webkit-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-moz-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-ms-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-o-linear-gradient(bottom,#000 0%,transparent 50%);background-image:linear-gradient(bottom,#000 0%,transparent 50%)}
.destaque-4 a:hover div{background-image:-webkit-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-moz-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-ms-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-o-linear-gradient(bottom,#000 0%,transparent 80%);background-image:linear-gradient(bottom,#000 0%,transparent 80%)}
.destaque-4 a:hover strong{text-decoration:none}.destaque-4 p{width:auto;padding:5px 15px;color:#fff}
.destaque-4 strong{margin-top:53px;height:65px;overflow:hidden;color:#fff;text-shadow:0 1px 0 #000}.destaque-4 span{display:none}
.destaque-right{width:100%;margin-top:0;border-bottom:0}

/*========== BLOGS E COLUNAS ==========*/
.destaque-right span{display:block}.blogs-e-colunas{width: 900px; /*width: 940px;*/ float: left; margin-top: 50px}
.tt-blog{float:left;width:100%;text-align:center;border-bottom:2px solid #f0f0f0}.tt-blog span{padding:10px;position:relative;top:-10px;color:#f74600;font-size:24px;font-family:Lato;font-weight:300;border-bottom:1px solid #f74600}

.dest-blog{width: 210px; /*width: 220px;*/ float: left; margin-top: 10px; margin-right: 20px; text-align: center;}
.dest-blog img{width:80px;height:80px;object-fit:cover;object-position:center;border-radius:50%;border:1px solid #F2F2F2}
.dest-blog div{float:left;margin-top:-30px;padding:30px 10px 10px;background:#F2F2F2}
.dest-blog p{float:left;width:100%;height:18px;overflow:hidden;font-size:14px;font-family:Lato;font-weight:300;color:#f74600}
.dest-blog strong{float:left;width:100%;height:50px;overflow:hidden;margin-top:5px;font-size:14px;color:#000}
.dest-blog a:hover strong{color:#f74600}
.dest-blog nav{float:right;width:20px;height:20px;margin-right:20px;margin-top:-35px;background:#F2F2F2;-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}
.d-blog2{float:right;margin-right:0}

.tt-sessao-1{float:left;width:100%;margin-top:50px;border-top:1px solid #e1e1e1}
.tt-sessao-1 span{float:left;margin-top:-15px;padding:10px 120px 10px 20px;color:#fff;font-family:Lato;font-weight:700;font-size:20px;text-shadow:0 1px 0 #000}.tt-sessao-2{float:left;width:100%;margin-top:50px;text-align:center;border-bottom:2px solid #f0f0f0}
.tt-sessao-2 span{padding:10px 20px;position:relative;top:-10px;font-size:24px;font-family:Lato;font-weight:700}
.tt-sessao-3{float:left;width:100%;margin-top:30px;border-bottom:1px dotted #B0B0B0}
.tt-sessao-3 span{float:left;padding:15px 30px;font-size:30px;letter-spacing:-1px;font-weight:700;-webkit-transform:skewX(-15deg);-moz-transform:skewX(-15deg);-ms-transform:skewX(-15deg);-o-transform:skewX(-15deg);transform:skewX(-15deg)}
.tt-sessao-3 p{float:right;margin-top:20px;font-size:14px;font-family:Lato;font-weight:300}

.coluna-1-sessao{width: 560px; /*width: 600px;*/ float: left; margin-top: 20px;}

.destaque-sessao{float:left;width:100%;margin-top:15px;padding-bottom:15px;border-bottom:1px dotted #e1e1e1;}
.destaque-sessao img{float:left;width:40%;height:200px;object-fit:cover;object-position:center}
.destaque-sessao div{float:right;width:58%}
.destaque-sessao p{float:left;width:100%;font-size:15px;font-family:Lato}
.destaque-sessao strong{float:left;width:100%;margin-top:5px;font-size:25px;color:#000;font-family:Lato;font-weight:700;letter-spacing:-1px}
.destaque-sessao span{float:left;width:100%;margin-top:5px;color:#000;font-size:14px;font-family:Lato}
.destaque-sessao a:hover strong{text-decoration:underline}.ads-300-2{float:left;margin-left:20px}.coluna-2-sessao{float:right;width:320px}
.destaque-sessao-right{margin-top:0;margin-bottom:15px;width:100%}
.destaque-sessao-right span{display:block}.destaque-sessao-2{width:49%}
.destaque-sessao-2 img{width:40%;height:110px}
.destaque-sessao-2 div{width:58%}
.destaque-sessao-2 strong{font-size:17px}
.destaque-sessao-2 span{display:none}
.dest-sessao-bot2{float:right}

.ads-728-2{position:relative;float:left;width:100%;top:30px;margin-bottom:20px;margin-left:0}
.ads-728-2 .flexslider{width:728px;float:none;margin:0 auto}

.manchete-sessao p{margin-top:0}

.coluna-3-sessao {width:640px; float:right;}
.coluna-sessao-t1 {width:310px; /*width:350px;*/ float:left; margin-top:15px;}

.dsessao-t2 {border-bottom: 0}
.dsessao-t2 img {width: 100%; height:300px}
.dsessao-t2 div {width:100%; overflow:hidden; padding:0 5%;height:300px;margin-top:-300px;background-image:-webkit-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-moz-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-ms-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-o-linear-gradient(bottom,#000 0%,transparent 50%);background-image:linear-gradient(bottom,#000 0%,transparent 50%)}
.dsessao-t2 a:hover div {background-image:-webkit-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-moz-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-ms-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-o-linear-gradient(bottom,#000 0%,transparent 80%);background-image:linear-gradient(bottom,#000 0%,transparent 80%)}

.dsessao-t2 p{width:auto;padding:5px 10px;margin-top:160px;color:#fff}
.dsessao-t2 strong{color:#fff;height:85px;overflow:hidden;text-shadow:0 1px 0 #000;font-size:23px}
.dsessao-t2 a:hover strong{text-decoration:none}.dsessao-t2 span{display:none}
.coluna-sessao-t2{float:left;margin-top:15px;margin-left:20px;width:570px}
.dsessao-t3 img{width:25%;height:134px}
.dsessao-t3 div{width:73%}
.dsessao-t3 strong{font-size:18px}

.ads-300-sess2{margin-top:40px}

/*========== MÓDULO VÍDEOS ==========*/
.videos {width: 406.67px; /*width: 420px;*/ float: left; height: 250px; overflow: hidden; background: #f0f0f0;}
.videos img{float:left;width:100%;height:250px;object-fit:cover;object-position:center}
.videos div{float:left;width:100%;padding:0 5%;height:250px;margin-top:-250px;background:url(../img/pich.png)}
.videos p{float:left;width:100%;margin-top:20px;color:#E0E0E0;font-family:Lato;font-weight:300;font-size:13px}
.videos strong{float:left;width:100%;margin-top:5px;color:#fff;font-family:Lato;font-weight:700;text-shadow:0 1px 0 #000;font-size:22px}
.videos nav{width: 100%; float: left; margin-top: 80px; text-align: center;}
.videos span i {font-size: 40px;color: #fff; text-shadow:0 1px 0 #000;}
.videos a:hover span {color: #f74600;}
.videos .fa-play {color: #ffffff; background-color: transparent; border: 0;}
.videos a:hover .fa-play {color: #f74600; background-color: transparent; border: 0;}

.dsessao-mod{float:left;width:250px}
.dsessao-mod img{width:100%;height:140px}
.dsessao-mod div{width:100%;margin-top:5px}
.dsessao-mod strong{font-size:18px}
.dsessao-mod2{float:right;width:300px}
.dsessao-mod2 img{width:40%;height:130px}
.dsessao-mod2 div{width:58%;margin-top:0}
.dsessao-mod2 strong{font-size:18px}
.dsessao-mod2 span{display:none}

/*========== MÓDULO GALERIAS ==========*/
.galeria-pr{width: 610px; /*width: 650px;*/ float:left;height:449px;background:#f0f0f0;overflow:hidden;margin-top:5px}
.galeria-pr img{float:left;width:100%;height:450px;object-fit:cover;object-position:center}
.galeria-pr div{float:left;width:100%;padding:0 5%;height:450px;margin-top:-450px;background:url(../img/pich.png)}
.galeria-pr span:nth-child(1){float:left;font-size:18px;color:#fff}
.galeria-pr span:nth-child(2){float:left;margin-left:5px;font-size:15px;color:#fff;font-family:Lato;text-shadow:0 1px 0 #000}
.galeria-pr nav{float:left;margin-top:260px;padding:8px 15px;background:#E00000}

.galeria-pr strong{float:left;width:100%;margin-top:5px;color:#fff;font-family:Lato;font-weight:700;text-shadow:0 1px 0 #000;font-size:28px}
.galeria-pr a:hover strong{text-decoration:underline}
.pos-galeria-sec{float:left;width:300px;margin-left:5px}
.galeria-sec{width:100%;height:222px}
.galeria-sec img{height:222px}
.galeria-sec div{height:222px;margin-top:-222px}
.galeria-sec nav{padding:5px 10px;margin-top:90px}
.galeria-sec span:nth-child(1){font-size:15px}
.galeria-sec span:nth-child(2){font-size:13px}
.galeria-sec strong{font-size:17px}
.pos-galeria-sec-2{float:right;margin-left:0}

/*========== MÓDULO ÚLTIMAS NOTÍCIAS ==========*/
.pos-ultimas{width: 420px;/* width: 440px;*/ float: left; margin-top: 10px; margin-right: 40px}
.pos-mais-lidas{margin-right:0}
.lista-ultimas{width: 100%; float: left; margin-top: 0px; /*margin-top: 20px;*/}
.lista-ultimas a{float:left;width:100%;padding:18.2px 0;border-bottom:1px dotted #cccccc}
.lista-ultimas p{float:left;width:100%;font-size:16px;color:#000;font-family:Lato}
.lista-ultimas strong{float:left;width:100%;margin-top:5px;font-family:Lato;font-weight:700;font-size:18px;letter-spacing:-.5px;color:#000}
.lista-ultimas a:hover strong{text-decoration:underline}

/*========== MÓDULO NOTÍCIAS MAIS LIDAS ==========*/
.mais-lidas{float:left;width:100%;padding:18.2px 0;border-bottom:1px dotted #cccccc}
.mais-lidas strong{float:left;width:10%;font-size:40px;font-family:Lato;font-weight:300}
.mais-lidas div{float:right;width:89%}.mais-lidas span{float:left;width:100%;font-family:Lato;font-size:16px;color:#000}
.mais-lidas p{float:left;width:100%;margin-top:5px;font-family:Lato;font-weight:700;font-size:18px;letter-spacing:-.5px;color:#000}
.mais-lidas a:hover p{text-decoration:underline}



/*========== FOOTER BASE RODAPÉ =============================================================================================== =============================================================================================================================*/

/*========== BARRA MENU RODAPÉ ==========*/
.barra_menu_rodape {width: 100%; height: 60px; line-height: 60px; float: left; background: #000000; margin-top: 50px;}
/*========== BARRA LOGO RODAPÉ ==========*/
.barra_logo_rodape {width: 100%; height: 200px; float: left; background: url(../img/fundo_base.png) #ffffff repeat-x; border-bottom: 5px solid #ffffff; padding: 10px 0;}
/*========== DIV BOTÃO LOGO RODAPÉ ==========*/
.botao_logo_rodape {width: 780px; height: 50px; float: right; text-align: right; margin-top: 32px; position: relative;}
.botao_logo_rodape:last-child {margin-top: 10px;}
/*========== BOTÃO LOGO RODAPÉ 1 ==========*/
.bot_logo_rodape {width: 230px; height: 50px; line-height: 50px; float: left; font-size: 16px; color: #ffffff; text-align: center; text-transform: uppercase; background: #f74600; margin-left: 10px; transition: all .8s;}
.bot_logo_rodape:hover {color: #ffffff; background: #000000; transition: all .3s;}
.bot_logo_rodape i {font-size: 22px; transform: translateY(3px); margin-right: 10px;}
/*========== BOTÃO LOGO RODAPÉ 2 ==========*/
.bot_logo_rodape2 {width: 230px; height: 50px; line-height: 50px; float: left; font-size: 16px; color: #ffffff; text-align: center; text-transform: uppercase; background: #000000; margin-left: 10px; transition: all .8s;}
.bot_logo_rodape2:hover {color: #ffffff; background: #f74600; transition: all .3s;}
.bot_logo_rodape2 i {font-size: 24px; transform: translateY(3px); margin-right: 10px;}
.bot_logo_rodape2:nth-child(1) {width: 300px; margin-left: 0px;}
/*========== REDES SOCIAIS RODAPÉ ==========*/
.redes_sociais_rodape {width: 300px; float: left;}
.redes_sociais_rodape a {width: 57.6px; height: 50px; line-height: 42px; float: left; font-size: 26px; text-align: center; margin-right: 3px; transition: all .8s;}
.redes_sociais_rodape a:last-child {margin-right: 0;}
.redes_sociais_rodape a:hover {transition: all .3s;}
/*========== CORES REDES SOCIAIS RODAPÉ ==========*/
.fa-facebook {color: #ffffff; background-color: #354E86; border: 4px solid #354E86;} .fa-facebook:hover {color: #354E86; background-color: #ffffff; border: 4px solid #354E86;}
.fa-instagram {color: #ffffff; background-color: #6A3B11; border: 4px solid #6A3B11;} .fa-instagram:hover {color: #6A3B11; background-color: #ffffff; border: 4px solid #6A3B11;}
.fa-google {color: #ffffff; background-color: #8C0000; border: 4px solid #8C0000;} .fa-google:hover {color: #8C0000; background-color: #ffffff; border: 4px solid #8C0000;}
.fa-twitter {color: #ffffff; background-color: #44AAC3; border: 4px solid #44AAC3;} .fa-twitter:hover {color: #44AAC3; background-color: #ffffff; border: 4px solid #44AAC3;}
.fa-play {color: #ffffff; background-color: #D82C32; border: 4px solid #D82C32;} .fa-play:hover {color: #D82C32; background-color: #ffffff; border: 4px solid #D82C32;}
.fa-linkedin {color: #ffffff; background-color: #0276a8; border: 4px solid #0276a8;} .fa-linkedin:hover {color: #0276a8; background-color: #ffffff; border: 4px solid #0276a8;}
/*========== BARRA NAV E FACEBOOK RODAPÉ ==========*/
.barra_nav_rodape {width: 100%; height: 285px; float: left; background: #f74600;}
/*========== MÓDULOS CONTATOS FOOTER ==========*/
.nav_rodape {width: 190px; display: block; float: left; margin-top: 28px; margin-right: 50px; border-right: 2px solid rgba(255,255,255,0.15);}
.nav_rodape:nth-child(2) {width: 200px;}
.nav_rodape:nth-child(3) {width: 210px;}
.nav_rodape:nth-child(4) {width: 470px; float: right; margin-right: 0; border-right: 0px solid #000000;}
.nav_rodape h2 {color: #333333; font-size: 21px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px; transition: all .8s;}
.nav_rodape h2:hover {color: #ffffff; transition: all .3s;}	
.nav_rodape ul {width: 200px; background-color: transparent;}	
.nav_rodape li a {color: #ffffff; font-size: 17px; text-decoration: none; line-height: 25px; display: block; transition: all .8s;}
.nav_rodape li a:hover {color: #333333; font-weight: bold; padding: 0 0 0 10px; transition: all .3s;}
.nav_rodape h2 i {font-size: 30px; transform: translateY(3px); margin-right: 8px;}
.nav_rodape ul li i {display: none;}
.nav_rodape li a:hover i {color: #000000; display: inline-block;}
/*========== FACEBOOK RODAPÉ ==========*/
.facebook {width: 100%; height: 170px; background-color: #ffffff; padding: 10px 12px; border-radius: 15px;}
/*========== BARRA LINKS RODAPÉ ==========*/
.barra_links_rodape {width: 100%; height: 75px; float: left; background: url(../img/fundo_base2.png) #ffffff repeat-x; border-bottom: 5px solid #ffffff; padding-bottom: 0;}
.barra_links_rodape ul {width: 100%; text-align: center; display: block;}	
.barra_links_rodape li {text-align: center; display: inline-block; padding: 0; margin: 0;}
.barra_links_rodape li a {height: 70px; line-height: 70px; float: left; color: #666666; font-size: 15px; text-transform: uppercase; padding: 0 18px; margin: 0; transition: all .8s;}
.barra_links_rodape li a:hover {color: #ffffff; background-color: #000000; transition: all .3s;}
/*========== BARRA COPYRIGHT E SELO RODAPÉ ==========*/
.barra_rodape {width:100%; height: 80px; float:left; padding: 20px 0; background-color: #000000;}
.barra_rodape p {float: left; margin-top: 8px; font-size: 17px; color: #ffffff; font-weight: 100;}
.barra_rodape a {color: #ffffff; font-size: 19px; font-weight: bold;}
.barra_rodape a:hover {color: #f74600;}
/*========== FOOTER BOTÃO SETA SCROLLUP ==========*/
.scrollup span {width: 100px; height: 70px; line-height: 56px; font-size: 45px; color: #ffffff; background: #f74600; border: 4px solid #f74600; text-align: center; cursor: pointer; position: fixed; bottom: 5px; right: 1.75%; z-index: 2000; display: none; transition: all .8s;}
/*.scrollup span {width: 60px; height: 70px; line-height: 56px; font-size: 45px; color: #f74600; background: transparent; border: 4px solid transparent;}*/
.scrollup span:hover {color: #ffffff; background: #000000; border: 4px solid #000000; opacity: 1; transition: all .3s;}











.whatsapp-mobile {display: none}

.pos-conteudo {width: 890px; float: left;}
.lateral {width: 300px; float: right; margin-top: 20px}

.pos-ultimas-interno{width:100%;margin-right:0;margin-top:0}
.ads-300-interno{margin-top:20px}
.lista-interno{float:left;width:100%;padding:15px 0;border-bottom:1px dotted #E0E0E0}
.lista-interno img{float:left;width:30%;height:140px;object-fit:cover;object-position:center}
.lista-interno div{float:right;width:68%}
.lista-interno p{float:left;width:100%;font-size:14px;font-family:Lato;font-weight:700}
.lista-interno span{float:left;width:100%;font-size:30px;font-family:Lato;font-weight:700;letter-spacing:-1px}
.lista-interno nav{float:left;width:100%;margin-top:5px;font-size:14px;color:#000;font-family:Lato}
.info-sem-img div{width:100%}.paginacao{float:left;margin-top:20px;border:1px solid #ddd;border-radius:4px;overflow:hidden}
.tx-pg{float:left;color:#999;padding:10px;font-size:15px}
.fim-pg:hover{color:#999;background:#fff}
.form-home{float:left;width:96%;margin:10px 0;background:#F0F0F0;color:#000;font-family:Lato;padding:15px 2%;border-radius:3px;border:0}
textarea{height:50px;max-width:100%}
.g-recaptcha{float:left;width:100%}
.botao-form{float:left;padding:20px 30px;color:#fff;background:#f74600;font-family:Lato;border-radius:3px;border:0;margin-top:20px;cursor:pointer}
.comentario-enviado{float:left;width:96%;padding:10px 2%;color:#fff;font-size:15px;font-family:Lato;text-align:center;border-top:1px dashed #393;border-bottom:1px dashed #393}

.erro-comentario{float:left;width:96%;padding:10px 2%;color:#fff;font-size:15px;font-family:Lato;text-align:center;border-top:1px dashed #F33;border-bottom:1px dashed #F33}
.datauser{float:left}.data{float:left;width:100%;margin-top:20px}
.data span{float:left;font-size:15px}.data p{float:left;margin-left:5px;font-size:13px;font-family:Lato}
.usuario{float:left;width:100%;margin-top:5px}
.usuario span{float:left;font-size:15px}
.usuario p{float:left;margin-left:5px;font-size:13px;font-family:Lato}
.usuario .icon-local{font-size:13px;margin-top:2px;margin-left:10px}
.a2a_default_style{float:right;margin-top:-40px}
.a2a_button_whatsapp{display:none;border-radius:0;padding:5px}
.a2a_default_style .a2a_button_whatsapp span{border-radius:0;padding:5px}
.a2a_default_style .a2a_button_facebook span{border-radius:0;padding:5px}
.a2a_default_style .a2a_button_twitter span{border-radius:0;padding:5px}
.a2a_default_style .a2a_button_google_plus span{border-radius:0;padding:5px}.a2a_default_style .a2a_dd span{border-radius:0;padding:5px}
.titulo{float:left;width:100%;margin-top:10px;font-size:35px;font-weight:900;letter-spacing:-1px}

.coment-tp-inp2{display:none}
.coment{display:none}
.coment-tp-inp2:checked + .coment-tp-inp .coment{display:block;float:left;width:100%;animation:animatetop .4s}
.coment-tp-inp2:checked + .coment-tp-inp .botao-coment{display:none}
.botao-coment{margin-top:10px}
.termos{width:96%;padding:2%;margin-top:20px;background:#fdfed7;font-size:12px;border-top:1px dashed #FD9D01;border-bottom:1px dashed #FD9D01}
.texto{float:left;width:100%;margin-top:20px;font-size:17px;line-height:25px;color:#484848}
.texto a{font-weight:900}
.texto a:hover{text-decoration:underline}
.o-comentario{float:left;width:100%;padding:15px 0;border-bottom:1px dotted #e1e1e1}
.o-comentario p{float:left;font-size:15px;font-family:Lato;font-weight:900}
.o-comentario span{float:left;font-size:12px;margin-top:2px;font-family:Lato;font-weight:300;color:#909090}
.o-comentario strong{float:left;width:100%;margin:10px 0;font-size:15px;font-weight:400}
.o-comentario b{float:left;width:100%;font-size:10px;font-weight:300}

.relacionada {width: 282.5px; height: 300px; float: left; background: #f0f0f0; margin-top: 20px; overflow: hidden; margin-right: 21px;}
.relacionada img {float:left;width:100%;height:300px;object-fit:cover;object-position:center}
.relacionada div {float:left;width:100%;padding:0 5%;height:300px;margin-top:-300px;background-image:-webkit-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-moz-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-ms-linear-gradient(bottom,#000 0%,transparent 50%);background-image:-o-linear-gradient(bottom,#000 0%,transparent 50%);background-image:linear-gradient(bottom,#000 0%,transparent 50%)}

.relacionada a:hover div{background-image:-webkit-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-moz-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-ms-linear-gradient(bottom,#000 0%,transparent 80%);background-image:-o-linear-gradient(bottom,#000 0%,transparent 80%);background-image:linear-gradient(bottom,#000 0%,transparent 80%)}
.relacionada span:nth-child(1){float:left;font-size:18px;color:#fff}
.relacionada span:nth-child(2){float:left;margin-left:5px;font-size:15px;color:#fff;font-family:Lato;text-shadow:0 1px 0 #000}
.relacionada nav{float:left;margin-top:150px;padding:8px 15px;background:#E00000}
.relacionada .nav-rel-not{padding:0;background:transparent;font-size:13px;color:#fff;font-family:Lato;text-shadow:0 1px 0 #000}
.relacionada strong{float:left;width:100%;margin-top:5px;font-size:20px;color:#fff;text-shadow:0 1px 0 #000}
.relacionada-2{float:right;margin-right:0}
.subtitulo{float:left;width:100%;margin-top:5px;font-size:15px;font-family:Lato;font-weight:300}
blockquote{border-left:3px solid #999;padding-left:20px;font-style:italic}
.video{float:left;width:100%;height:450px;background:#000;overflow:hidden;margin-top:20px}
.fb-video{float:left;width:100%;margin-top:20px}

/* 2 VERSÃO DESKTOP 1024px ================================================================================================= */ 
@media (max-width: 1250px){
	
	.conteudo {width: 980px}
	.nav-collapse {display: none;}
	.navbar .data_topo {width: 420px;}
	.barra_logo {height: 150px; background: url(../img/fundo_topo.png) #ffffff repeat-x bottom;}
	.logo h1 img {width: 180px; float: left; margin-top: 41px; margin-right: 0px;}
	.logo h2 img {display: none;}
	.bot_home {width: 181px; height: 60px; line-height: 60px;}
	.menu_principal {width: 485px; margin-left: 10px;}
	.menu_principal ul li a {padding: 0 33px 0 12px;}
	.menu_principal ul li:nth-child(3) {display: none;}
	.menu_principal ul li ul li:nth-child(3) {display: block;}
	
	
	.barra_logo_rodape {height: 170px; background: url(../img/fundo_base.png) #ffffff repeat-x bottom;}
	.botao_logo_rodape {margin-top: 17px;}
	.nav_rodape {width: 170px; margin-right: 30px;}
	.nav_rodape:nth-child(2) {width: 180px;}
	.nav_rodape:nth-child(3) {width: 190px;}
	.nav_rodape:nth-child(4) {width: 350px;}
	.barra_links_rodape li a {font-size: 14px; padding: 0 8px;}
	.barra_rodape p {font-size: 15px;}
	.barra_rodape a {font-size: 15px;}
	

	.ads-728 {margin-left: 252px; top: 77px;}
}

/* 6 VERSÃO MÓBIlE 768px ================================================================================================= */
@media (max-width: 1000px){
	
	.conteudo {width: 930px;}
	.som_topo {display: none;}
	.hora_topo {display: none;}
	.navbar .data_topo {width: 325px; font-size: 16px;}
	.navbar-fixed-top .data_topo {display: none;}
	.data_topo:hover {color: #ffffff;}
	.botao_cidades:hover .bot_cidades {color: #ffffff; background: #000000;}
	.botao_cidades:hover .bot_cidades_seta:before {border-right: 18px solid #000000;}
	.menu_cidades:hover {color: #ffffff; background-color: #000000;}
	.menu_cidades:focus {color: #000000; background-color: #ffffff;}
	.logo h1 img {width: 210px; float: left; margin-top: 35px;}
	.logo h2 img {width: 100px; float: right; display: block; margin-top: 9px;}
	
	.nav-toggle:hover {background-color: #000000;} 
	.nav-toggle:hover .icon-menu .line {background-color: #ffffff;}
	.nav-toggle2 button:hover {color: #ffffff; background-color: #f74600;}
	.nav-toggle3 button:hover {color: #ffffff; background-color: #f74600;}
	.nav-toggle3:hover .icon-menu .line {background-color: #ffffff;}
	.titulo_menu_mobile:hover {color: #f74600;}
	.nav-menu > .menu-item:hover {background-color: #000000; transition: all .3s;}
	.nav-menu > .menu-item.is-active {background-color: #f74600; transition: all .3s;}
	.menu-item:hover {padding-left: 0px;}
	.nav-dropdown > .menu-item:hover {background-color: rgba(255,255,255, 0);}
	.menu_cidades_icone_menu:hover {color: #ffffff; background: #f74600;}
	.menu_cidades_menu:hover {color: #000000; background-color: #ffffff;}
	.menu_cidades_menu:focus {color: #ffffff; background-color: transparent;}
	.busca_topo_menu button:hover {color: #ffffff; background-color: #f74600;}
	.fa-facebook:hover {color: #ffffff; background-color: #354E86;}
	.fa-instagram:hover {color: #ffffff; background-color: #6A3B11;}
	.fa-google:hover {color: #ffffff; background-color: #8C0000;}
	.fa-twitter:hover {color: #ffffff; background-color: #44AAC3;}
	.fa-play:hover {color: #ffffff; background-color: #D82C32;}
	.fa-linkedin:hover {color: #ffffff; background-color: #0276a8;}
	.menu_principal {display: none;}
	.botao_home:hover .bot_home {color: #ffffff; background: #f74600; transition: all .3s;}
	.botao_home:hover .bot_home_seta:before {border-left: 20px solid #f74600; transition: all .3s;}
	.busca_topo {width: 69%; height: 40px; background: transparent; border: 1px solid #f74600; margin-top: 10px;}
	.busca_topo input {width: 90%; height: 40px; line-height: 40px; margin-top: 0;}
	.busca_topo input:hover {color: #ffffff;}
	.busca_topo button {font-size: 24px; margin-top: 2px; margin-right: 0;}
	.busca_topo button:hover {color: #ffffff; background-color: #000000;}
	
	
	
	.bot_logo_rodape:hover {background: #f74600;}
	.bot_logo_rodape2:hover {background: #000000;}
	.nav_rodape h2:hover {color: #333333;}
	.nav_rodape li a:hover {color: #ffffff; padding: 0; font-weight: 100;}
	.nav_rodape li a:hover i {display: none;}
	.barra_links_rodape li a:hover {color: #666666; background-color: transparent;}
	.barra_rodape a:hover {color: #ffffff;}
	.scrollup span:hover {color: #ffffff; background: #f74600; border: 4px solid #f74600;}
	
	
	
	/*.ads-728{position:relative;float:left;top:200px;margin-left:0;width:100%}*/
	.ads-728{
        position:relative;
        float:left;
        top:0;
        margin:20px 0 0 0;
        width:100%;
    }
	
	
	.ads-topo-no-widget{position:absolute;top:55px;width:728px;margin-left:250px;padding:0}
	
	.lateral-slide{width:510px;margin-top:40px}
	.lateral-slide2{width:100%;margin-top:20px}
	.slide{float:right;height:455px;margin-left:0;margin-top:40px}
	.slide nav{height:455px;margin-top:-455px}
	.slide img{height:455px}
	.slide p{margin-top:280px}
	.destaque-4{width:32%}
	.destaque-right{width:32%;margin:0 2%}
	.blogs-e-colunas{width:660px;margin-top:15px}
	.dest-blog{width:153px;margin-right:16px}
	.d-blog2{margin-right:0}
	.dest-blog img{width:70px;height:70px}
	.dest-blog nav{margin-right:5px}
	.dest-blog strong{height:85px}
	.coluna-1-sessao{width:660px}
	.ads-300-2{float:right;margin-left:0}
	.coluna-2-sessao{margin-top:20px;width:300px}
	.coluna-3-sessao{float:left;width:660px}
	.coluna-sessao-t1{width:350px}
	.coluna-sessao-t2{width:290px}
	.dsessao-t3 img{display:none}
	.dsessao-t3 div{width:100%}
	.dsessao-mod{width:100%;padding-bottom:10px}
	.dsessao-mod img{width:30%;height:90px}
	.dsessao-mod div{width:68%;margin-top:0}
	.dsessao-mod span{display:none}
	.dsessao-mod strong{font-size:16px;letter-spacing:-.5px}
	.dsessao-mod3 img{display:none}
	.dsessao-mod3 div{width:100%}
	.videos{width:326px}
	.pos-galeria-sec{width:325px}
	.pos-galeria-sec-2{width:100%}
	.pos-galeria-sec-2 .galeria-sec{width:49.5%;margin-left:0}
	.g-sec2{float:right}.pos-ultimas{width:320px;margin-right:20px}
	.pos-mais-lidas{margin-right:0}
	.pos-links-rodape{width:400px}
	.links-rodape-edit a{width:49%}
	.pos-links-mais{width:180px}
	.pos-conteudo{width:660px}.lateral{margin-top:40px}
	.pos-ultimas-interno{width:100%;margin-right:0}
	.lista-interno span{font-size:22px}
	.relacionada{width:210px;height:250px;margin-right:15px}
	.relacionada div{height:250px;margin-top:-250px}
	.relacionada nav{margin-top:50px}
	.relacionada strong{font-size:17px}
	.relacionada-2{float:right;margin-right:0}
}

/* 6 VERSÃO MÓBIlE 640px 2 ================================================================================================= */
@media (max-width: 960px){
	
	.conteudo{width:700px}
	
	.menu-topo{display:none}
	
	.ads-728{height:87px}
	.ads-728 nav{width:100%;height:87px;background:#fff}
	.ads-728x90{height:87px}
	.ads-728-2{height:87px}
	.ads-728-2 nav{width:100%;height:87px}
	.o-menu{display:none;text-align:left}
	.menu-tp-inp{display:block}
	.pos-menu-topo{height:50px}
	.ic-menu{position:absolute;top:183px;width:30px;z-index:2;cursor:pointer;z-index:9;-webkit-transition:.9s;-moz-transition:.9s;-o-transition:.9s}
	.ic-menu span{float:left;width:100%;height:3px;background:#000}
	.ic-menu-2 span{background:#fff}.ic-menu span:nth-child(2){width:80%;margin-top:5px}
	
	.ic-menu span:nth-child(3){width:60%;margin-top:5px}
	.menu-tp-inp2:checked + .menu-tp-inp .o-menu{display:block}
	.menu-tp-inp2:checked + .menu-tp-inp .icon-menu{position:absolute;background:#fff;-webkit-box-shadow:0 4px 12px rgba(0,0,0,0.1);-moz-box-shadow:0 4px 12px rgba(0,0,0,0.1);box-shadow:0 4px 12px rgba(0,0,0,0.1);width:100%;padding:20px 0;top:210px;left:0;animation:animatezoom .4s;z-index:999999}
	
	.menu-tp-inp2:checked + .menu-tp-inp .ic-menu span{background:#000}.menu-tp-inp2:checked + .menu-tp-inp .ic-menu:before{background:#000}
	.pos-cont-menu{float:left;width:500px;border-right:1px solid #f0f0f0;margin-right:29px}
	.pos-cont-menu2{float:right;width:170px;margin-right:0;border-right:0}
	.pos-cont-menu span{float:left;width:100%;color:#f74600;font-size:25px;font-weight:600;margin-bottom:10px}
	.pos-cont-menu p{float:left;width:31%;margin:0 1%;padding:8px 0;color:#000;font-size:15px;font-family:Lato;font-weight:600}
	.pos-cont-menu2 p{width:100%;margin:0}
	.pos-cont-menu a:hover p{text-decoration:underline}
	.ads-topo-no-widget{position:relative;top:20px;width:100%;margin-left:0}
	.pesq-tp-inp{margin-left:655px}
	.urgente{height:350px}
	.urgente img{height:350px}
	.urgente div{height:350px;margin-top:-350px}
	.urgente p{margin-top:80px}
	.urgente b{font-size:35px}
	.lateral-slide{width:100%}
	.slide{width:100%}
	.blogs-e-colunas{width:100%}
	
	.dest-blog{width:163px}
	.ads-300{width:100%;margin-top:20px}
	.coluna-1-sessao{width:100%}
	.coluna-2-sessao{width:100%}
	.ads-300-2{margin-top:10px}
	.coluna-3-sessao{width:100%}
	.coluna-sessao-t1{width:350px}
	.coluna-sessao-t2{float:right;margin-left:0;width:330px}
	.dsessao-t3 strong{font-size:20px}.videos{width:233px}
	.videos strong{font-size:17px}.galeria-pr{width:100%}
	.pos-galeria-sec{width:100%;margin-left:0}
	.galeria-sec{width:49.5%;margin-left:0}
	.ads-600{width:100%;margin-top:20px}
	.pos-ultimas{width:48%;margin-right:0}
	.pos-mais-lidas{float:right}
	.rodape{display:none}
	.rodape-2{margin-top:40px;text-align:center;background:#f74600}
	.pos-copy{width:100%;margin-bottom:10px}
	.selo-midiadigital{float:none;margin:0 auto}
	.pos-conteudo{width:100%}.lateral{width:100%}
	.pos-ultimas-interno{width:100%;margin-right:0}
	.lista-interno{width:100%}.a2a_button_whatsapp{display:block}
	.relacionada{width:226px;margin-right:11px}
	.relacionada-2{float:right;margin-right:0}
}

/* 6 VERSÃO MÓBIlE 480px ================================================================================================= */
@media (max-width: 700px){
	
	.conteudo {width: 90%; overflow: hidden;}
	
	
	
	.data_topo {display: none;}
	
	.navbar-fixed-top .botao_cidades {display: none;}
	.navbar-fixed-top .menu_cidades {display: none;}
	
	

	.ads-728{height:80px;}
	.ads-728 nav{height:80px}
	.ads-728x90{height:80px}
	.ads-728-2{height:80px}
	.ads-728-2 nav{height:70px}
		
	.urgente{height:350px}
	.urgente img{height:350px}
	.urgente div{height:350px;margin-top:-350px}
	.urgente p{margin-top:120px}
	.urgente b{font-size:22px}
	.urgente span{font-size:13px}
	.destaque-3 img{height:120px}
	.destaque-3 span{display:none}
	.slide{height:300px}
	.slide nav{height:300px;margin-top:-300px}
	.slide img{height:300px}
	.slide p{margin-top:120px}
	.slide strong{height:102px;font-size:22px}
	.destaque-4{width:100%}.destaque-right{width:100%;margin:0}
	.dest-blog{width:100%;margin-right:0}.dest-blog strong{height:auto}
	.ads-300 .flex-viewport{height:auto}.destaque-sessao img{width:100%;height:170px}
	.destaque-sessao div{width:100%;margin-top:5px}
	.destaque-sessao-2{width:48%;margin-top:0}
	.destaque-sessao-2 img{height:110px}
	.coluna-2-sessao{margin-top:15px}
	.coluna-sessao-t1{width:100%}
	.coluna-sessao-t2{width:100%;margin-top:0}
	.dsessao-t2{margin-bottom:0}
	.dsessao-t2 img{height:300px}
	.dsessao-t2 div{height:300px;width:90%;margin-top:-300px}
	.dsessao-mod strong{font-size:18px}
	.videos{width:100%;margin-bottom:5px}
	.galeria-pr{height:300px}
	.galeria-pr img{height:300px}
	.galeria-pr div{height:300px;margin-top:-300px}
	.galeria-pr nav{margin-top:140px}
	.galeria-pr strong{font-size:20px}
	.galeria-sec{width:100%}
	.pos-galeria-sec-2 .galeria-sec{width:100%}
	.pos-ultimas{width:100%}
	.lista-interno p{font-size:14px;font-weight:300}
	.lista-interno span{font-size:15px;letter-spacing:-.5px}
	.lista-interno nav{display:none}
	.lista-interno img{width:40%;height:110px}
	.lista-interno div{width:58%}
	.a2a_default_style{float:left;margin-top:10px}
	.titulo{font-size:30px}
	.relacionada{width:100%;margin-right:0}
	.video{height:350px}
}


/* 6 VERSÃO DESKTOP 320px ================================================================================================= */ 
@media (max-width: 460px){

	.conteudo {width: 90%; overflow: hidden;}
	.som_topo {display: none;}
	.hora_topo {display: none;}
	.botao_home_mobile {height: 40px; line-height: 40px; float: left; font-size: 32px; color: #ffffff; font-weight: bold; background: transparent; margin-left: 10px; display: block;}
	.bot_cidades {width: 15%; height: 40px; line-height: 40px; font-size: 32px;}
	.bot_cidades_seta:before {margin-top: 7px;}
	.menu_cidades {width: 62%; height: 40px; line-height: 40px; font-size: 18px; padding: 0 0 0 12px;}
	.navbar {height: 40px;}
	.navbar-fixed-top {height: 50px;}
	.navbar-fixed-top .nav-toggle {width: 100px; height: 50px; line-height: 50px; display: block;}
	.navbar-fixed-top .nav-toggle2 button {width: 60px;}
	.nav-toggle {display: none;}
	.nav-toggle2 button {right: 20px;}
	.nav-toggle3 {display: block;}	
	.nav-toggle3 button {width: 38%; height: 60px; line-height: 60px; float: left; display: inline-block; border: 0; background-color: #f74600; z-index: 999998; cursor: pointer; margin-right: 4%; transition: all .8s;}
	.titulo_menu_mobile {font-size: 24px; margin-top: -23px;}
	.div-menu {width: 100%; height: auto; min-height: 100%; float: left; padding: 60px 20px 30px 20px;}
	.menu {width: 100%; height: 100%; min-height: 100%; list-style: none; margin: 0; padding: 0;}
	.menu_cidades_icone_menu {width: 20%; margin-right: 1.5%;}
	.menu_cidades_menu {width: 78.5%; padding: 0 0 0 10px;}
	.busca_topo_menu {width: 100%;}
	.busca_topo_menu_input {width: 78.5%; margin-right: 1.5%;}
	.busca_topo_menu input {width: 100%; padding-left: 12px;}
	.busca_topo_menu button {width: 20%;}
	.redes_sociais_menu a {width: 15.41%; margin-right: 1.5%;}
	.barra_logo {width: 100%; height: 110px; float: left; background: url(../img/fundo_topo.png) #ffffff repeat-x center bottom; border-bottom: 5px solid #ffffff;}
	.logo h1 img {width: 180px; float: left; margin-top: 21px; margin-right: 0;}
	.logo h2 img {width: 76px; float: right; margin-top: 4px;}
	.navbar-fixed-top .logo_barra h1 img {width: 120px; margin-right: 20px;}
	.botao_home {display: none;}
	.menu_principal {display: none;}
	.busca_topo {display: none;}
	.busca_topo_mobile {width: 58%; height: 40px; float: left; background: transparent; border: 1px solid #f74600; margin-top: 10px; display: block;}
	.busca_topo_mobile input {width: 80%; height: 40px; line-height: 40px; float: left; background-color: transparent; font-size: 18px; text-align: left; color: #ffffff; padding-left: 10px; margin-top: 0;}
	.busca_topo_mobile button {width: 20px; height: 34px; line-height: 34px; float: right; background-color: transparent; font-size: 22px; color: #ffffff; font-weight: bold; cursor: pointer; margin-top: 2px; margin-right: 10px;}
	
	.botao_home_mobile_rodape {width: 38%; height: 60px; line-height: 60px; float: left; display: inline-block; border: 0; background-color: #f74600; cursor: pointer; margin-right: 4%;} .botao_home_mobile_rodape:hover {}
	.bot_home_mobile_rodape {width: 100%; height: 60px; line-height: 60px; float: left; font-size: 36px; color: #ffffff; text-align: center; font-weight: bold;} .bot_home_mobile_rodape span {display: none;}
	.botao_home_mobile_rodape:hover .bot_home_mobile_rodape {color: #ffffff; background: #f74600; transition: all .3s;}
	.bot_home_mobile_rodape i {font-size: 40px; transform: translateY(2px);}
	.barra_logo_rodape {width: 100%; height: 130px;}
	.botao_logo_rodape {display: none;}
	.barra_nav_rodape {width: 100%; height: auto; padding-top: 10px; padding-bottom: 40px;}
	.nav_rodape {width: 100%; margin-top: 0px; margin-right: 0px; border-right: 0;}
	.nav_rodape:nth-child(1) {display: none;}
	.nav_rodape:nth-child(2) {display: none;}
	.nav_rodape:nth-child(3) {display: none;}
	.nav_rodape:nth-child(4) {width: 100%; float: left; border-right: 0px solid #000000; margin-top: 15px; margin-right: 0;}
	.barra_links_rodape {height: 60px; background: url(../img/fundo_base2.png) #ffffff repeat-x bottom;}
	.barra_links_rodape li a {height: 55px; line-height: 55px; font-size: 13px; padding: 0 6px;}
	.barra_links_rodape ul li:nth-child(2) {display: none;}
	.barra_links_rodape ul li:nth-child(3) {display: none;}
	.barra_links_rodape ul li:nth-child(4) {display: none;}
	.barra_links_rodape ul li:nth-child(6) {display: none;}
	.barra_rodape {width:100%; height: auto; line-height: 22px; float:left; text-align: center; padding: 20px 0 28px 0; background-color: #000000;}
	.scrollup span {width: 60px; height: 70px; line-height: 56px; font-size: 45px; color: #f74600; background: transparent; border: 4px solid transparent;}
	.scrollup span:hover {color: #f74600; background: transparent; border: 4px solid transparent;}
}

/* 6 VERSÃO DESKTOP 375px ================================================================================================= */
@media (min-width: 400px) and (max-width: 460px) {
	
	.botao_home_mobile {height: 40px; line-height: 40px; float: left; font-size: 32px; color: #ffffff; font-weight: bold; background: transparent; margin-left: 10px; display: block !important;}
	.bot_cidades {width: 14%;}	
	.menu_cidades {width: 67%; padding: 0 0 0 15px;}	
	.nav-toggle3 button {width: 33%;}	
	.busca_topo_mobile {width: 63%;}
	.busca_topo_mobile input {padding-left: 15px;}
	.busca_topo_mobile button {margin-right: 10px;}
	
	.botao_home_mobile_rodape {width: 33%;}
	.bot_home_mobile_rodape i {font-size: 44px; transform: translateY(4px);}
	.nav_rodape {width: 47%; margin-top: 15px; margin-right: 0px; border-right: 2px solid #f95c1f;}
	.nav_rodape:nth-child(1) {display: block;}
	.nav_rodape:nth-child(2) {width: 160px; float: right; border-right: 0; margin-right: 0px; display: block;}
	.nav_rodape:nth-child(3) {display: none;}
	.nav_rodape:nth-child(4) {width: 100%; float: right; border-right: 0px solid #000000; margin-top: 25px; margin-right: 0;}
	.barra_links_rodape {height: 65px; background: url(../img/fundo_base2.png) #ffffff repeat-x bottom;}
	.barra_links_rodape li a {height: 60px; line-height: 60px;}
	.barra_links_rodape ul li:nth-child(2) {display: inline-block;}
}


/* 7 VERSÃO DESKTOP 600px ================================================================================================= */
@media (min-width: 461px) and (max-width: 699px) {

	.menu_cidades {width: 56%;}	
	.bot_home {width: 151px;}
	.busca_topo {width: 54%;}
	.busca_topo input {width: 80%; padding-left: 10px;}
	.busca_topo button {font-size: 22px;}
}


@keyframes animatezoom{from{transform:scale(0)}to{transform:scale(1)}}
@keyframes girando{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes animateleft{from{left:-300px;opacity:0}to{left:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}
