/*
* LOGO
*/
.logo:hover a,
.logo a:hover,
.logo a:active,
.logo a:focus {
  background: transparent !important;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  .logo {
    position: static;
  }
  .logo a {
    background: transparent !important;
  }
  .logo:hover a,
  .logo a:hover,
  .logo a:active,
  .logo a:focus {
    color: #ffffff;
  }
}
.off-canvas-toggle + .container .navbar-header .logo {
  left: 55px;
  border-left: 1px solid transparent !important;
}
/*
* MINIFRONTPAGE
*/
.mfp_default_skin_default .mfp_default_item .mfp_thumb_pos_left img, .mfp_default_skin_default .mfp_default_item .mfp_thumb_pos_left2 img {
    width: 100%;
  height: auto;
}
/*
* TEMPLATE MAGAZINE
*/
.magazine-leading .magazine-item .item-image {
    max-height: 100% !important;
}
.magazine-intro .magazine-item .item-image {
    max-height: 240px !important;
}
.magazine-links::before {
  display: inline-block;
  content: "MAIS NOVIDADES" !important;
  background: #444444;
  font-weight: normal;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #fff;
}
/*
* CATEGORIAS MÓDULO
*/
.categories-module li, ul.categories-module li, .category-module li, ul.category-module li {
    list-style: none;
    padding: 4px 0 !important;
    border-top: 1px dotted red;
}
/*
* ARTIGO
*/
.article-title, .article-header h1 {
    font-size: 24px !important;
}
/*
* IMAGEM ARTIGO
*/
article img, .article-intro .responsive img {
    /* display: block; */
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}

/*
* CONTEÚDO - CONTENT
*/

.content_rating .element-invisible {
    width: 16px;
    display: flex;
    max-width: 100%;
    vertical-align: middle;
}
.content_rating {
    font-size: 12px;
        width: 16px;
    display: flex;
    max-width: 100%;
    vertical-align: middle;
}
@media (max-width: 990px) {
.content_rating {
    width: 16px;
    display: flex;
    max-width: 100%;
    vertical-align: middle;
  }
/*
* VISITANTES
*/
div.mvc_people {
  clear: both;
  text-align: left;
	font-size: 100%;
	margin:  2px;
	padding: 2px;
}
img.mvc_peopleImg {
	clear: both;
}

/*
* MEGA MENU
*/
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #FF0000 !important;
}
.t3-megamenu .mega-nav > li.open > a,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a {
  background: #FF0000 !important;
}
.t3-megamenu .mega-nav > li.active > a,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a {
  color: #ffffff;
  background: #FF0000 !important;
}
/*
* MENU FUNDO QUANDO ABRE TODOS
*/
.dropdown-menu {
  background-color: #888888 !important;
}
/*
* MENU LARANJA
*/
.laranja {
  background-color: transparent;
}
