/* Icones */

@charset "UTF-8";
p {
  margin: 0px 0px 0.5px 0px;
}

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

}

[data-icon]:before {
  font-family: "font-click-last" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "font-click-last" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cotidiano:before {
  content: "\62";
}
.icon-mundo:before {
  content: "\63";
}
.icon-pais:before {
  content: "\64";
}
.icon-educacao:before {
  content: "\65";
}
.icon-saude:before {
  content: "\66";
}
.icon-agenda:before {
  content: "\67";
}
.icon-esporte:before {
  content: "\68";
}
.icon-politica:before {
  content: "\69";
}
.icon-tec:before {
  content: "\6a";
}
.icon-video:before {
  content: "\6b";
}


h2,h3,h4,h5{
  line-height: initial;
}
ul li{
  list-style: none;
}
.social-header li{
  display: inline-block;
}
.social-header li a{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  /* margin-right: 10px; */
}
.social-header li i{
  margin-right: 0px;
  font-size: 18px;
}
.instagram{
  margin-left: 17px;
  color: #FE227F;
}
.busca-mobile{
  display: none;
}
.social-header{
  padding-left: 0;
}
.social-title{
  font-size: 15px;
  color: #475055;
  text-transform: uppercase;
}
.social-header .face{
  color: #24599c;
}
.social-header .twitter{
  color: #00abe4;
  margin-left: 20px
}
.pulicidade{
  background:#fdfdfd;
  margin-top: 50px;
  margin-bottom: 40px;
}
.pulicidade img{
  margin: 0 auto;
  display: block;
}
.responsive-img{
  width: 100%;
}
.container-title{
  background-color: #eeeeee;
  padding:13px 20px;
  font-size: 28px;
  margin-bottom: 15px;
}
.container-title h3{
  color: #475055;
  margin:0;
}
.item-box{
  margin-top: 15px;
  min-height: 86px;
}
.box-new:first-child{
  margin-bottom: 40px;
}
.first-publicit{
  margin-top: 0 !important;
}
.menu-fixed-top{
  /* position: fixed;*/
  top: 0;
  z-index: 9999;
}
.item-video h3{
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 40px;
  font-weight: bold;
  width: 90%;
  z-index: 2;
}
.item-video .small-video{
  font-size: 13px;
  bottom: 15px;
  padding-right: 30px;
}
.youtube:after,
.featured-new-block .bg-new-int:before{
  background:#000;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.3;
  content: " ";
  position: relative;
  top: -100%;
}
.box-img-news{
  position: relative;
}
.box-img-news:before{
  background:linear-gradient(0deg,rgba(0,0,0,.95) 0,rgba(0,0,0,0) 100%);
  background:-webkit-linear-gradient(bottom,rgba(0,0,0,.95) 0,rgba(0,0,0,0) 100%);
  width: 100%;
  height: 100%;
  display: block;
  /*opacity: 0.3;*/
  content: " ";
  position: absolute;
  z-index: 1;
  /*top: -100%;*/
}
.box-new:hover{
  opacity: 0.85;
  -webkit-transition: all .35s;
  -moz--webkit-transition: all .35s;
  -webkit--webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.more-news{
  background: #0098db;
  color: #fff;
  padding: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.box-new h2{
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  padding: 10px;
  bottom: 0;
  color: #fff;
  width: 90%;
  z-index: 2;
}
#more-notices .owl-controls{
  position: absolute;
  top: -55px;
  right: 20px;
}

#sync1 .item {
  background: #fdfdfd;
  padding: 10px 0px 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
#sync2 .item {
  background: #fdfdfd;
  padding: 3px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #0c83e7;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 40px;
  height: 48px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

#more-featured-new .owl-pagination,
#more-featured-new .owl-dots{
  position: absolute;
  top: 15px;
  right: 30px;
}
#more-notices .owl-dots{
  position: absolute;
  top: -50px;
  right: 30px;
}
#more-featured-new .owl-pagination .owl-page,
#more-featured-new  .owl-dot{
  border:2px solid #fff !important;
  background: transparent !important;
}
.disabled{
  display: none;
}
#more-featured-new .owl-dots .active{
  background: #fff !important;
}
#more-notices h2{
  font-size: 14px;
  color: #6a7074;
  margin: 0;
  line-height: 20px;
}
.banner-item{
  margin-top: 30px;
}
.info-news{
  font-size: 21px;
  color: #475055;
  padding-bottom: 10px;
  margin-top: 14px;
}
.box-icon{
  position: absolute;
  width: 33px;
  height: 33px;
  top: 35px;
  left: 10px;
  color: #fff;
  z-index: 9;
}
.box-icon-hover{
  position: absolute;
  width: 77%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 50px;
  opacity: 0.7;
  display: none;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  z-index: 9;
}
.box-icon-hover .icon{
  margin-top: 10%;
}
.item-box a:hover .box-icon-hover{
  display: block;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.box-icon .icon{
  font-size: 23px;
  text-align: center;
  margin-top: 10%;
}
.block-others h4{
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}

.block-others p{
  border-bottom:3px solid;
  padding-bottom: 20px;
}

.page-green .divisor-last,
.others-news .green p{
  border-color: #30bc1d !important;
}
.page-pink .divisor-last,
.others-news .pink p{
  border-color: #f84f67 !important;
}
.page-orange .divisor-last,
.others-news .orange p{
  border-color: #f99534 !important;
}
.page-gray .divisor-last,
.others-news .gray p{
  border-color: #959493 !important;
}
.page-blue .divisor-last,
.others-news .blue p{
  border-color: #0098db !important;
}
.page-purple .divisor-last,
.others-news .purple p{
  border-color: #7d3ce1 !important;
}
.page-brown .divisor-last,
.others-news .brown p{
  border-color: #8f591a !important;
}
.page-red .divisor-last,
.others-news .red p{
  border-color: #e03232 !important;
}
.page-yellow .divisor-last,
.others-news .yellow p{
  border-color: #ffcc00 !important;
}
.block-others h3{
  font-size:26px;
  color: #475055;
  font-weight: bold;
}
.block-others p,
.block-others a{
  font-size:17px;
  color: #475055;
}
.catalog-news{
  margin-top: 50px;
}
.catalog-news .icon{
  padding: 10px;
  font-size: 20px;
  color: #fff;
  display: inline;
  margin-right: 10px;
}
.catalog-news h4 ,
.catalog-news h4 a{
  text-transform:uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  /*text-decoration: none;*/
}
.purple .icon{
  background: #6d25e5;
}
.orange .icon{
  background: #f99534;
}
.gray .icon{
  background: #959493;
}
.purple h4,
.purple h4 a{
  color: #6d25e5;
}
.orange h4,
.orange h4 a{
  color: #f99534;
}
.gray h4,
.gray h4 a{
  color: #959493;
}
.left{
  float: left;
}
.right{
  float: right;
}
.more-itens{
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #a3a7aa;
  color: #475055;
  font-weight: 700;
  display: inline-block;
  margin-top: 35%;
}
.agend{
  margin-top: 40px;
}
.agend .divisor{
  border-bottom: 1px solid #cecdcf;
  padding-bottom: 50px;
}
.title-session,
.title-session a{
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  color: #475055;
  text-decoration: none;
}
.title-session:after{
  content: " ";
  background: #0098db;
  height: 3px;
  width: 45px;
  display: block;
}
.agend h5{
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #f84f67;
}
.agend h3{
  font-size: 16px;
  font-weight: 600;
  color: #475055;
  margin-top: 15px;
}
.agend p{
  font-size: 11px;
  color: #6c7377;
}
.display-print{
  display: none;
}
.box-icon-agend{
  position: absolute;
  top: 20px;
  /*width: 80%;*/
  color: #fff;
  font-weight: 600;
}
.box-icon-agend .icon{
  float: left;
  margin-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  font-size: 22px;
}
.box-icon-agend span{
  margin-top: 8px;
  display: inline-block;
}
.agend .icon-cap{
  background: #f84f67;
  color: #fff;
  font-size: 24px;
  padding: 57px 0;
  text-align: center;
}
.container-agend a:hover{
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.box-agend{
  margin-top: 15px;
  padding-top: 1px;
}
.container-agend{
  border:1px solid #e2e1e2;
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 8px 18px -9px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 8px 18px -9px rgba(0,0,0,0.05);
  box-shadow: 0px 8px 18px -9px rgba(0,0,0,0.05);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  min-height: 151px;
}
.colunist .container-agend{
  min-height: 179px;
}
.container-agend:hover{
  -webkit-box-shadow: 0px 8px 18px -9px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 8px 18px -9px rgba(0,0,0,0.3);
  box-shadow: 0px 8px 18px -9px rgba(0,0,0,0.3);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.container-agend .link-agend{
  font-size: 8px;
  text-transform: uppercase;
  border-bottom: 1px solid #b2b5b6;
  color: #475055;
  display: inline;
}
.agend-img{
  padding-right: 0;
}
.agend .title-agend{
  font-size: 14px;
}
.catalog-news .purple:after{
  height: 3px;
  width: 100%;
  background: #6d25e5;
  content: " ";
  display: block;
}
.catalog-news .orange:after{
  height: 3px;
  width: 100%;
  background: #f99534;
  content: " ";
  display: block;
}
.catalog-news .gray:after{
  height: 3px;
  width: 100%;
  background: #959493;
  content: " ";
  display: block;
}
.divisor-block-new:after{
  height: 3px;
  width: 100%;
  content: " ";
  display: block;
}
.catalog-news .catalog-news-block:after{
  display: none;
}

.divisor-last{
  border-bottom: 3px solid;
}

.page-green .pace .pace-progress,
.featured-new-interna .green .icon,
.bg-green,
.external .cycle-pager-active .bg-green .icon,
.bg-green-after ul li:after,
.bg-green-after:after{
  background: #30bc1d !important;
}
.page-pink .pace .pace-progress,
.featured-new-interna .pink .icon,
.bg-pink,
.external .cycle-pager-active .bg-pink .icon,
.bg-pink-after ul li:after,
.bg-pink-after:after{
  background: #f84f67 !important;
}
.page-orange .pace .pace-progress,
.featured-new-interna .orange .icon,
.bg-orange,
.external .cycle-pager-active .bg-orange .icon,
.bg-orange-after ul li:after,
.bg-orange-after:after{
  background: #f99534 !important;
}
.page-gray .pace .pace-progress,
.featured-new-interna .gray .icon,
.bg-gray,
.external .cycle-pager-active .bg-gray .icon,
.bg-gray-after ul li:after,
.bg-gray-after:after{
  background: #959493 !important;
}
.page-blue .pace .pace-progress,
.featured-new-interna .blue .icon,
.bg-blue,
.external .cycle-pager-active .bg-blue .icon,
.bg-blue-after ul li:after,
.bg-blue-after:after{
  background: #0098db !important;
}
.page-purple .pace .pace-progress,
.featured-new-interna .purple .icon,
.bg-purple,
.external .cycle-pager-active .bg-purple .icon,
.bg-purple-after ul li:after,
.bg-purple-after:after{
  background: #7d3ce1 !important;
}
.page-brown .pace .pace-progress,
.featured-new-interna .brown .icon,
.bg-brown,
.external .cycle-pager-active .bg-brown .icon,
.bg-brown-after ul li:after,
.bg-brown-after:after{
  background: #8f591a !important;
}
.page-red .pace .pace-progress,
.featured-new-interna .red .icon,
.bg-red,
.external .cycle-pager-active .bg-red .icon,
.bg-red-after ul li:after,
.bg-red-after:after{
  background: #e03232 !important;
}
.page-yellow .pace .pace-progress,
.featured-new-interna .yellow .icon,
.bg-yellow,
.external .cycle-pager-active .bg-yellow .icon,
.bg-yellow-after ul li:after,
.bg-yellow-after:after{
  background: #ffcc00 !important;
}

.page-green .top-title-search span,
.bg-green-after a:hover,
.bg-green-after .active,
.green .title-page-especific,
.green i,
.others-news .green h4,
.color-green{
  color: #30bc1d !important;
}
.page-pink .top-title-search span,
.bg-pink-after a:hover,
.bg-pink-after .active,
.pink .title-page-especific,
.pink i,
.others-news .pink h4,
.color-pink{
  color: #f84f67 !important;
}
.page-orange .top-title-search span,
.bg-orange-after a:hover,
.bg-orange-after .active,
.orange .title-page-especific,
.orange i,
.others-news .orange h4,
.color-orange{
  color: #f99534 !important;
}
.page-gray .top-title-search span,
.bg-gray-after a:hover,
.bg-gray-after .active,
.gray .title-page-especific,
.gray i,
.others-news .gray h4,
.color-gray{
  color: #959493 !important;
}
.page-blue .top-title-search span,
.bg-blue-after a:hover,
.bg-blue-after .active,
.blue .title-page-especific,
.blue i,
.others-news .blue h4,
.color-blue{
  color: #0098db !important;
}
.page-purple .top-title-search span,
.bg-purple-after a:hover,
.bg-purple-after .active,
.purple .title-page-especific,
.purple i,
.others-news .purple h4,
.color-purple{
  color: #7d3ce1 !important;
}
.page-brown .top-title-search span,
.bg-brown-after a:hover,
.bg-brown-after .active,
.brown .title-page-especific,
.brown i,
.others-news .brown h4,
.color-brown{
  color: #8f591a !important;
}
.page-red .top-title-search span,
.bg-red-after a:hover,
.bg-red-after .active,
.red .title-page-especific,
.red i,
.others-news .red h4,
.color-red{
  color: #e03232 !important;
}
.page-yellow .top-title-search span,
.bg-yellow-after a:hover,
.bg-yellow-after .active,
.yellow .title-page-especific,
.yellow i,
.others-news .yellow h4,
.color-yellow{
  color: #ffcc00 !important;
}
.add-news .box-img-news{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.info-publicit{
  font-size: 12px;
  color: #a7a7a7;
  text-transform: uppercase;
}
.others-publicits{
  margin-top: 40px;
}
.featured-new{
  background: #eeeeee;
  margin-top: 50px;
}
.relative{
  position: relative;
}
.box-reader{
  width: 80%;
}
.featured-new .container-txt{
  z-index: 2;
  position: absolute;
  padding: 30px;
  bottom: 0;
}
.no-marigin-top{
  margin-top: 0;
}
.dest-mat{
  margin-top: 25px;
}
.controller,
.owl-prev,
.owl-next{
  position: absolute;
  top: 50%;
  color: #475055;
  font-size: 20px;
  background: #ffffff;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
}
#sync2 .owl-prev,
#sync2 .owl-next{
  background: #475055;
  color: #ffffff;
  border-radius: 0;
  padding: 7px 15px 7px 15px;
}
#gallery,
#video-box{
  width: 75%;
  margin: 0 auto;
}
.legend-gallery{
  background: #eeeeee;
  opacity: 1;
  color: #fff;
  padding: 1px 5px 5px 5px;
}
.legend-gallery h3{
  font-size:11px;
  font-weight:bold;
  color:#000;
}
#video-box{
  margin-top: 30px;
  margin-bottom: 30px;
}
#sync2 .owl-prev{
  left: 8px !important;
}
#sync2 .owl-next{
  right: 8px !important;
}
#prev,
.owl-prev{
  left: -30px;
  border-radius: 10px 0px 0px 10px;
}
#next,
.owl-next{
  right: -30px;
  border-radius: 0px 10px 10px 0px;
}
.item-catalog h3{
  font-size: 15px;
  color: #475055;
  font-weight: bold;
}
.last-block{
  margin-top: 10px;
  min-height: 130px;
}
#more-featured-new .last-block{
  margin-top: 30px;
}
.first-block{
  min-height: 160px;
}
.featured-new .container-txt h4{
  color:#fefefe;
  font-size:13px;
  text-transform: uppercase;
}
.featured-new .container-txt h3{
  color:#fff;
  font-size:17px;
  font-weight: bold;
  text-transform: uppercase;
}
.featured-new .container-txt p{
  color:#fff;
  font-size:17px;
  text-transform: uppercase;
}
.title-turismo{
  font-size: 18px;
  color: #475055;
  text-transform: uppercase;
}
.featured-new .container-txt i{
  font-size:13px;
}
.contato{
  margin-top: 50px;
}
.title-contato{
  font-size: 29px;
  color: #475055;
  font-weight: 700;
}
.bt-contato{
  border:none;
  background: #0098db;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
}
.contato input,
.contato textarea{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border:1px solid #dde2e4;
  padding: 10px;
}
.text-slider{
  z-index: 3;
}
.contato input:focus,
.contato textarea:focus{
  border:1px solid #0098db;
}
.contato textarea{
  height: 200px;
}
.banner-contato{
  margin-top: 15px;
}
.padding-space{
  padding-bottom: 11px;
}
.featured-new-interna .divisor{
  border-bottom: 1px solid #cecdcf;
}
.box-first-notcie h3{
  font-size: 20px;
  font-weight:bold;
  color:#475055;
}
.box-first-notcie p{
  font-size:16px;
  color:#475055;
}
.box-secund-notcie h3{
  font-size: 15px;
  font-weight:bold;
  color:#475055;
}
.leitura .divisor{
  border-bottom: 1px solid #cecdcf;
  padding-bottom: 20px;
}
.box-secund-notcie p{
  font-size: 14px;
  color:#475055;
}
.featured-new-interna .icon{
  padding: 10px;
  font-size: 20px;
  color: #fff;
  display: inline;
  margin-right: 10px;
}
.featured-new-interna
.title-page-especific{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
.featured-new-interna{
  background: transparent;
}
.owl-pagination .owl-page,
.owl-dots .owl-dot{
  width: 16px;
  height: 16px;
  border:1px solid #4a5358;
  border-radius: 100%;
  background:#fff;
  display: inline-block;
  margin-left: 10px;
}
.owl-pagination .active,
.owl-dots .active{
  background:#4a5358;
}
.colunist{
  margin-top: 40px;
  margin-bottom: 40px;
}
.colunist-person{
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 6px solid #fff;
  margin-top: 10px;
  display: inline-block;
  background-size: cover !important;
}
.person-container h2{
  margin-top: 0;
  font-size: 22px;
  color: #fff;
}
.article-colunist h3{
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  color: #475055;
}
.article-colunist h5{
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.article-colunist .blue{
  color: #0098db;
}
.article-colunist .pink{
  color: #f84f67;
}
.person-container h4{
  margin-top: 0;
  font-size: 13px;
  color: #fff;
}
.image-one{
  background: url(../img/columnist.jpg) no-repeat center center;
}
.image-two{
  background: url(../img/columnist2.jpg) no-repeat center center;
}
.image-three{
  background: url(../img/columnist3.jpg) no-repeat center center;
}
.image-four{
  background: url(../img/columnist4.jpg) no-repeat center center;
}
.image-five{
  background: url(../img/columnist5.png) no-repeat center center;
}
.image-six{
  background: url(../img/columnist6.png) no-repeat center center;
}
.person-container{
  text-align: center;
}
.external .icon{
  float: left;
  font-size: 20px;
  color: #596165;
  padding: 10px 30px 11px;
  text-align: center;
  background: #fff;
  border-top:1px solid #f1f2f3;
  border-bottom:1px solid #f1f2f3;
  border-left:1px solid #cecdcf;
}
.external .cycle-pager-active{
  width: 260px;
}
.external .cycle-pager-active .bg-controller{
  width: 100%;
  opacity: 0.9;
}

.external span{
  /*float: left;*/
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  display: none;
  margin-top: 10px;
}
.external .cycle-pager-active span{
  display: block;
}
.external .cycle-pager-active .icon{
  color: #fff;
  border:none;
}
.external a{
  display: block;
  margin-bottom: -5px;
}
#per-slide-template{
  position: relative;
  z-index: 999;
}
.no-padding-left{
  padding-left: 0;
}
.no-padding-right{
  padding-right: 0;
}
.no-padding{
  padding: 0;
}
.bg-controller{
  display: inline-block;
}
.add-news h3{
  font-size: 22px;
  font-weight: bold;
  color: #475055;

}
.add-news p{
  font-size: 14px;
  color: #475055;

}
.add-news{
  border:1px solid #d1d0d2;
  width: 100%;
}
.news-more-ready{
  margin-top: 40px;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  /*display: none;*/
}

.pace .pace-progress {
  background: #0098db;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}
body {
  font-family: 'Open Sans', sans-serif;
  /*border-top: 4px solid #0098db;*/
}
.videos{
  margin-top: 40px;
}
.videos .last{
  margin-top: 20px;
}
.more-publicit .last{
  margin-top: 5px;
}
.info-head{
  padding-top: 25px;
  padding-bottom: 25px;
}
.form-search{
  margin-top: 15px;
}
.form-search input{
  border:none;
  border-bottom: 1px solid #d5d6d7;
  background: #f8f8f8;
  height: 40px;
  float: left;
  width: 80%;
  padding-left: 20px;
  border-radius: 5px 0px 0px 5px;
}
.bg-news{
  height: 300px;
  margin-bottom: -12px;
}
.add-news .box-img-news:before{
  height: 102% !important;
}
.none{
  display: none;
}
.cover{
  background-size: cover !important;
}
.form-search input:focus,
.border-bt{
  outline: none;
  border-bottom: 2px solid #0098db !important;
}
.list-map li,
.list-menu-top li{
  position: relative;

}
.list-menu-top{
  margin-bottom: 0;
}
.list-map a,
.list-menu-top a{
  text-decoration: none;
}

.list-map li::after,
.list-menu-top li::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.list-map li:hover::after,
.list-map li:focus::after{
  height: 5px;
  opacity: 1;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
#cssmenu ul ul li::after{
  width: 25px;
  top: 16px;
  left: -5px;
}
.list-menu-top li:hover::after,
.list-menu-top li:focus::after,
.list-menu-top li.active:after {
  height: 5px;
  opacity: 1;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
}
.list-menu-top li ul li:hover::after,
.list-menu-top li ul li:focus::after{
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
footer a:hover{
  color:#fff;
  opacity: 0.8;
  -webkit-transition: all .35s;
  -moz--webkit-transition: all .35s;
  -webkit--webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.bt-search{
  border: none;
  background: #f8f8f8;
  height: 40px;
  border-bottom: 1px solid #d5d6d7;
  border-right: 3px solid #0098db;
  border-radius: 0px 5px 5px 0px;
  padding-right: 10px;
}
.anuncie{
  border-top: 1px solid #c1c6c9;
  padding-top: 10px;
  margin-top: 50px;
}
.bt-search i{
  font-size: 18px;
  color: #666666;
}
.anuncie h3{
  font-size: 17px;
  color:#333333 ;
  text-transform: uppercase;
}
.anuncie a{
  font-size: 17px;
  font-weight: bold;
  color:#0a7fc2 ;
  text-transform: uppercase;

}
.map{
  background: #0098db;
}
.list-map li{
  display: inline-block;
  margin-right: 45px;
}
.list-map li:last-child{
  margin-right: 0;
}
.list-map li a{
  color: #fff;
  font-size: 19px;
}
.list-map{
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 0;
}
header {
  background: #f8f8f8;
  border-bottom: 1px solid #f1f1f1; }
header .navbar-default {
  background: transparent;
  border: none;
  margin-bottom: 0; }

.hidden-md {
  display: none; }
.copy,
footer a{
  color:#f4f6f7;
  font-size: 15px;
}
footer{
  border-top: 1px solid #fff;
  background: #064b6a;
  padding-top: 15px;
  padding-bottom:5px;
}
.search-results{
  font-size: 16px;
}
.search-results span{
  font-weight: bold;
  text-transform: uppercase;
}
.interna .box-icon-agend{
  width: 24%;
}
.pagination>li>a, .pagination>li>span{
  border-radius: 100%;
  margin-right: 10px;
}
.pagination li .active{
  background: #0098db;
  color: #fff;
}
.top-buscas .divisor{
  border-bottom: 1px solid #cecdcf;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
  border-radius: 100%;
}
.date{
  color: #475055;
  font-size: 12px;
}
.top-title-search{
  font-size: 14px;
  color: #475055;
  text-transform: uppercase;
}
.top-title-search span{
  color:#0098db;
  font-weight: bold;
}

.others-news .block-others p{
  border-color: transparent !important;
}
.title-article{
  font-weight: bold;
  font-size: 38px;
  color: #3e4840;

}
.foto-e{
  float: left;
  width: 42%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.foto-d{
  float: right;
  width: 42%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.foto-t{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.foto-e img,
.foto-d img,
.foto-t img{
  width: 100%;
}
.legenda{
  background: #eeeeee;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  font-size: 11px;
}
.user i{
  border: 2px solid #000;
  padding: 10px 13px;
  border-radius: 100%;
  font-size: 28px;
  margin-top: 15px;
  margin-right: 10px;
}
.box-post-user{
  background: #f8f8f8;
  display: inline-block;
  padding: 10px;
  width: 100%;
  min-height: 135px;
}
.date a,
.leitura a{
  font-weight: bold;
  color: #03C;
}
.social{
  margin-top: 30px;
}



* {
  margin: 0;
  padding: 0;
  text-decoration: none
}

header {
  position: relative;
  width: 100%;
}
.logo {
  position: relative;
  z-index: 123;
  padding: 10px;
  font: 18px verdana;
  color: #6DDB07;
  float: left;
  width: 15%
}

nav {
  position: relative;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
#cssmenu #head-mobile {
  display: none
}
#cssmenu > ul > li {
  float: left
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 17px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #586064;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 20px
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9999999;
  background: #fff;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
#cssmenu ul ul li {
  height: 0;
}
#cssmenu ul ul li:hover {} #cssmenu li:hover > ul {
                             left: auto
                           }
#cssmenu li:hover > ul > li {
  height: 35px
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}
#cssmenu ul ul li a {
  /*border-bottom: 1px solid rgba(150, 150, 150, 0.15);*/
  padding: 11px 15px;
  width: 190px;
  font-size: 15px;
  text-decoration: none;
  color: #586064;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
  border-top: 1px solid #333
}
@media screen and (max-width: 1220px) {
  header{
    padding-top: 15px;
    /*padding-bottom: 15px;*/
    padding-bottom: 0;
  }
  .copy, footer a{
    font-size: 13px;
  }
  .add-news h3{
    font-size: 17px;
  }
  #cssmenu ul ul{
    background:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .logo {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 0px 0 0 0;
    float: none;
  }
  #more-notices .owl-dots{
    right: 10px;
  }
  .logo2 {
    display: none
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%
  }
  #cssmenu ul {
    width: 100%;
    display: none
  }
  #cssmenu ul li {
    width: 100%;
  }
  #cssmenu ul li:hover {
    /*background: #363636;*/
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0
  }
  #cssmenu > ul > li {
    float: none
  }
  #cssmenu ul ul li a {
    padding-left: 25px
  }
  #cssmenu ul ul li {
    /*background: #333!important;*/
  }
  #cssmenu ul ul li:hover {
    /*background: #363636!important*/
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px
  }
  #cssmenu ul ul li a {
    color: #586064;
    background: none
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    left: : 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  #nav-icon2 {
  }

  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 40%;
    background: #0098db;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon2 span:nth-child(even) {
    left: 40%;
    border-radius: 0 9px 9px 0;
  }

  #nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
  }

  #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
  }

  #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 12px;
  }

  #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 25px;
  }

  #nav-icon2.menu-opened span:nth-child(1),#nav-icon2.menu-opened span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon2.menu-opened span:nth-child(2),#nav-icon2.menu-opened span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon2.menu-opened span:nth-child(1) {
    left: 5px;
    top: 7px;
  }

  #nav-icon2.menu-opened span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }

  #nav-icon2.menu-opened span:nth-child(3) {
    left: -40%;
    opacity: 0;
  }

  #nav-icon2.menu-opened span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  #nav-icon2.menu-opened span:nth-child(5) {
    left: 5px;
    top: 29px;
  }

  #nav-icon2.menu-opened span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    /*border-left: 1px solid #444;*/
    height: 46px;
    width: 46px;
    cursor: pointer
  }
  .bg-green-after .submenu-button.submenu-opened{
    background: #30bc1d !important;
  }
  .bg-pink-after .submenu-button.submenu-opened{
    background: #f84f67 !important;
  }
  .bg-orange-after .submenu-button.submenu-opened{
    background: #f99534 !important;
  }
  .bg-gray-after .submenu-button.submenu-opened{
    background: #959493 !important;
  }
  .bg-blue-after .submenu-button.submenu-opened{
    background: #0098db !important;
  }
  .bg-purple-after .submenu-button.submenu-opened{
    background: #7d3ce1 !important;
  }
  .bg-brown-after .submenu-button.submenu-opened{
    background: #8f591a !important;
  }
  .bg-red-after .submenu-button.submenu-opened{
    background: #e03232 !important;
  }
  .bg-yellow-after .submenu-button.submenu-opened{
    background: #ffcc00 !important;
  }
  /*    #cssmenu .submenu-button.submenu-opened {
          background: #262626
      }*/
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #586064;
    content: ''
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #586064;
    content: ''
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none
  }
  #cssmenu ul ul ul li.active a {
    border-left: none
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none
  }
}

@media screen and (max-width: 990px) {
  .catalog-news .catalog-news-block:after{
    display: block;
  }
  .catalog-news-block-desk{
    display: none;
  }
  .divisor-block-new{
    display: none;
  }
  .page-green .divisor-last,
  .others-news .green p{
    border-color: #30bc1d !important;
  }
  .page-pink .divisor-last,
  .others-news .pink p{
    border-color: #f84f67 !important;
  }
  .page-orange .divisor-last,
  .others-news .orange p{
    border-color: #f99534 !important;
  }
  .page-gray .divisor-last,
  .others-news .gray p{
    border-color: #959493 !important;
  }
  .page-blue .divisor-last,
  .others-news .blue p{
    border-color: #0098db !important;
  }
  .page-purple .divisor-last,
  .others-news .purple p{
    border-color: #7d3ce1 !important;
  }
  .page-brown .divisor-last,
  .others-news .brown p{
    border-color: #8f591a !important;
  }
  .page-red .divisor-last,
  .others-news .red p{
    border-color: #e03232 !important;
  }
  .page-yellow .divisor-last,
  .others-news .yellow p{
    border-color: #ffcc00 !important;
  }
}

@media screen and (max-width: 1220px) {
  #cssmenu .show-xs{
    display: block !important;
  }
  .logo img{
    width: 18%;
  }
  #prev,
  .owl-prev{
    left: 0;
    z-index: 9999;
  }
  #next,
  .owl-next{
    right: 0;
    z-index: 9999;
  }
  .list-map li{
    margin-right: 15px;
  }
  .navbar-brand{
    height: auto;
    width: 20%;
  }
  .navbar-brand img{
    width: 100%;
  }
  .info-head{
    display: none;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
  .social-header li i{
    margin-right: 0px;
  }
  .hidden-sm{
    display: none;
  }
  .agend .icon-cap{
    padding: 42px 0;
  }
  .agend p{
    display: none;
  }
  .box-icon-agend{
    width: 30%;
  }
  .box-icon-agend span{
    display: none;
  }
  .container-agend{
    margin-top: 30px;
  }
  .featured-new-block{
    /*width: 100%;*/
  }
  .catalog-news h4{
    margin-top: 35px;
  }
  .block-others{
    margin-top: 50px;
  }
  .publicit-img{
    width: 100%;
    margin-top: 20px;
  }
  .show-xs {
    display: block; } }
@media screen and (max-width: 768px) {

  .featured-new .container-txt h3{
    font-size: 11px;
  }
  .banner-item {
    margin-top: 0px;
  }
  .add-news{
    width: 100%;
  }
  .busca-mobile{
    display:block;
  }
  .external .cycle-pager-active{
    width: auto;
  }
  .external .cycle-pager-active span{
    display: none;
  }
  .text-slider{
    position: absolute;
    bottom: 0;
  }
  .text-slider h3{
    color: #fff;
  }
  .text-slider p{
    display: none;
  }
  .form-search input{
    border:none;
    border-bottom: 1px solid #d5d6d7;
    background: #ece7e7;
    height: 40px;
    float: left;
    width: 90%;
    padding-left: 20px;
    border-radius: 5px 0px 0px 5px;
  }
  .bt-search{
    border: none;
    background: #ece7e7;
    height: 40px;
    border-bottom: 1px solid #d5d6d7;
    border-right: 3px solid #0098db;
    border-radius: 0px 5px 5px 0px;
    padding-right: 10px;
  }
  .last-block{
    margin-top: 18px;
  }
  .item-catalog{
    margin-top: 15px;
  }
  .container-title{
    margin-top: 30px;
  }
  .info-news {
    font-size: 21px;
  }
  .foto-e,
  .foto-d,
  .foto-t{
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-turismo img{
    display: none;
  }
  .box-agend{
    clear: both;
  }
  .agend-img{
    padding-right: 15px;
  }
  .top-buscas .left,
  .top-buscas .right{
    float: none;
  }
  .margin-responsive{
    margin-top: 15px;
    text-align: center;
  }
  .logo-agile{
    display: block;
    text-align: center;
  }
  .list-map li{
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .info-head{
    display: none;
  }
  .navbar-brand{
    height: auto;
    width: 50%;
  }
  .navbar-brand img{
    width: 100%;
  }
  .agend .icon-cap{
    padding: 57px 0;
  }
  .agend p{
    display: block;
  }
  .box-icon-agend{
    /*width: 80%;*/
  }
  .box-icon-agend span{
    display: inline-block;
  }
  .item-video{
    margin-top: 20px;
  }
  .sm-margin-top{
    /*margin-top: 20px;*/
  }
  .more-publicit .last{
    margin-top: 0;
  }
  .no-margin-sm{
    margin:0;
  }
  .colunist .title-session{
    float: none;
  }
  .person-container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .agend p{
    font-size: 16px;
  }
  .article-colunist{
    text-align: center;
  }
  .agend .title-agend{
    font-size: 18px;
  }
  .agend h3{
    font-size: 18px;
  }
  .container-agend .link-agend{
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {

  .text-slider{
    left: 10px;
  }
  .item-video h3{
    padding-right: 15px;
    font-size: 15px;
  }
  .box-reader {
    width: 70%;
  }
  .pulicidade{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .colunist .container-agend {
    min-height: 230px;
  }
  .box-new{
    margin-bottom: 40px;
  }
  .logo img{
    width: 35%;
  }
  .logo{
    top: 5px;
    left: 25px;
    width: 93%;
  }
  .featured-new .container-txt h3{
    font-size: 9px;
  }
  .item-catalog h3{
    margin-top: 0;
  }
  .container-agend{
    min-height: auto;
  }
  .agend .title-agend {
    font-size: 20px;
  }
  #gallery, #video-box{
    width: 100%;
  }
  .title-article{
    font-size: 25px;
  }
}