@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  color: black;
  line-height: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h1, h2, h3, h4, p {
  font-family: inherit;
  font-size: inherit;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
}

p {
  font-size: 1rem;
}

/* HEADER FONTS -----*/
.header-infoArea {
  font-family: 'Lato', sans-serif;
}

/* HIGHLIGHTS SPANS -----*/
.yellow-highlight {
  display: inline-block;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #333333;
  background: goldenrod;
}

.red-highlight, .inter-highlight, .revistas-highlight, .lifestyle-highlight, .lifestyle-highlight-inverted {
  display: inline-block;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  background: #C62828;
}

.inter-highlight {
  background: #9f2484;
  color: white !important;
}

.real-highlight {
  @extended .red-highlight;
  background: #006595;
  color: white !important;
  padding: 8px 20px 8px 10px !important;
}

.nac-highlight {
  @extended .red-highlight;
  background: #C62828;
  color: white !important;
  padding: 8px 20px 8px 10px !important;
}

.revistas-highlight {
  background: #C62828;
  color: white !important;
}

.lifestyle-highlight, .lifestyle-highlight-inverted {
  background: #ed0080;
  color: white !important;
}

.lifestyle-highlight-inverted {
  background: #eeeeee;
  color: #ed0080 !important;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /*h3 {
  	font-size: 1.5rem;
  }*/
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.umpx {
  line-height: 0;
  height: 1px;
}

/***** Admin Menu *****/
#admin-menu-wrapper {
  height: 20px;
  overflow: hidden;
  clear: both;
}

li.admin-menu-search.form-control, #admin-menu .admin-menu-search input {
  height: 18px !important;
  width: 150px !important;
}

/***** Admin Menu END *****/
#admin-menu-wrapper, #admin-menu, #admin-menu .dropdown {
  z-index: 9999;
}

/* Custom Layout Styles */
.modal-dialog {
  margin: 3.571rem auto;
}

.boxLogo {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

#mainContent-wrapper .img-responsive {
  width: 100%;
}

span.imageeditor-inline-wrapper {
  display: inline !important;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin: 0;
}

.embed-responsive-16by9 .no-video-thumb {
  width: 100%;
  margin-top: -80px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* Main Content Wrapper -------------------------
Todos os custom styles para o contentor principal -*/
#mainContent-wrapper {
  position: relative;
  padding-top: 0;
  color: black;
  z-index: 0;
  background: white;
  /*@include gradient-vertical($start-color: #e6e9ed, $end-color: #f5f7fa, $start-percent: 0%, $end-percent: 100%);*/
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: transparent;
  border: transparent;
}

/* HEADER AREA : comum a todas sections, no caso de ter de se custom, deve ser feito na area/section em questão -----*/
.header-area {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #333333;
}
.header-area h3 {
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
  padding: 10px 20px 10px 10px;
  padding: 0.625rem 1.25rem 0.625rem 0.625rem;
}
.header-area:before {
  content: '';
  display: block;
  width: 80px;
  height: 0.3125rem;
  background: #333333;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

/* ICON TYPES : comum a todas as áreas -----*/
.icon-mainContainer {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}
.icon-mainContainer .icon-type {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  color: white;
  font-size: 0.9375rem;
}
.icon-mainContainer .icon-type i {
  position: relative;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* CATEGORY TYPES : comum a todas as áreas -----*/
.categoria-type {
  display: inline-block;
  width: 100%;
  background: #2F3133;
  color: white;
  padding: 0.1429rem 0.3571rem;
  font-family: PT Sans, sans-serif;
  font-size: 0.7143rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.categoria-type.cat-nacional {
  background: #C62828;
}

.categoria-type.cat-internacional {
  background: #9f2484;
}

.categoria-type.cat-realeza {
  background: #006595;
}

.categoria-type.cat-multimedia {
  background: goldenrod;
  color: #2F3133;
}

.categoria-type.cat-lifestyle {
  background: #ed0080;
}

.categoria-type.cat-documento {
  background: #0088c7;
}

.bilboard_top, .bilboard_bottom {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .categoria-type {
    width: 40%;
  }
}
#mainContent-wrapper {
  padding-top: 155px !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 1200px) {
  #mainContent-wrapper {
    padding-top: 70px !important;
  }
}
@media only screen and (max-width: 992px) {
  #mainContent-wrapper {
    padding-top: 76px !important;
  }
}

#section-destaksContainer #section-destaques {
  margin: 95px 0 0;
  padding: 1.429rem 0 1.429rem;
}
#section-destaksContainer #section-destaques > .header-area {
  margin-bottom: 0;
}
#section-destaksContainer #section-destaques > .header-area h3 {
  color: white;
}
#section-destaksContainer #section-destaques .carousel-control {
  background-image: none;
}
#section-destaksContainer #section-destaques .carousel-inner .item > a.main-item, #section-destaksContainer #section-destaques .carousel-inner .active > a.main-item {
  padding: 0;
}
#section-destaksContainer #section-destaques .carousel-inner .item > a.main-item::before, #section-destaksContainer #section-destaques .carousel-inner .active > a.main-item::before {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background: white;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 998;
}
#section-destaksContainer #section-destaques .carousel-inner .item > a.main-item > .carousel-caption-destaques, #section-destaksContainer #section-destaques .carousel-inner .active > a.main-item > .carousel-caption-destaques {
  display: inline-block;
  width: 100%;
  padding: 0.7143rem;
  background: black;
  text-align: left;
  text-shadow: none;
  position: relative;
  bottom: 0;
  left: 0;
}
#section-destaksContainer #section-destaques .carousel-inner .item > a.main-item > .carousel-caption-destaques h1, #section-destaksContainer #section-destaques .carousel-inner .active > a.main-item > .carousel-caption-destaques h1 {
  font-family: Lato, sans-serif;
  font-size: 0.7942rem;
  margin: 0;
  text-transform: none;
  font-weight: 400;
}
#section-destaksContainer #section-destaques .carousel-inner .item > a.main-item > .carousel-caption-destaques h2, #section-destaksContainer #section-destaques .carousel-inner .active > a.main-item > .carousel-caption-destaques h2 {
  font-size: 0.6514rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
}

/* Categorias Border colors : no CAROUSEL passam apenas a border -----*/
.carousel-caption-destaques span.categoria-type {
  display: inline-block;
  width: 40%;
  background: none;
  padding-left: 0;
  border-top: 5px solid #C62828;
}
.carousel-caption-destaques span.categoria-type.cat-nacional {
  border-color: #C62828;
}
.carousel-caption-destaques span.categoria-type.cat-internacional {
  border-color: #9f2484;
}
.carousel-caption-destaques span.categoria-type.cat-realeza {
  border-color: #006595;
}
.carousel-caption-destaques span.categoria-type.cat-multimedia {
  border-color: goldenrod;
  color: white;
}
.carousel-caption-destaques span.categoria-type.cat-lifestyle {
  border-color: #ed0080;
}
.carousel-caption-destaques span.categoria-type.cat-documento {
  border-color: #0088c7;
}

/* Thumbnails NAV CAROUSEL-----*/
.thumbnail-nav-destaques {
  padding: 0;
  margin-top: 29px;
}
@media only screen and (max-width: 1200px) {
  .thumbnail-nav-destaques {
    margin-top: 0;
  }
}
.thumbnail-nav-destaques > h1 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
}
.thumbnail-nav-destaques .thumbnail-item-area {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.thumbnail-nav-destaques .thumbnail-item-area #carousel-selector-5 .destaque_thumb_slider::after {
  content: '';
  display: none;
  height: 100%;
  width: 2px;
  background: white;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 998;
}
.thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail::before {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #C62828;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail .tri {
  position: absolute;
  top: 0px;
  left: 45%;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #C62828 transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail:hover::before, .thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail.active::before {
  width: 100%;
}
.thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail:hover img, .thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail.active img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail:hover .tri, .thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail.active .tri {
  position: absolute;
  top: -10px;
  left: 45%;
  z-index: 10;
  opacity: 1;
}
.thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail .destaque_thumb_slider::after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background: white;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 998;
}
.thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail .destaque_thumb_slider .related-caption-destaques {
  display: inline-block;
  width: 100%;
  padding: 0.7143rem;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  text-shadow: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.thumbnail-nav-destaques .thumbnail-item-area a.thumbnail-destaque.thumbnail .destaque_thumb_slider .related-caption-destaques h1 {
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-size: 0.5714rem;
  text-transform: uppercase;
  margin: 0;
  color: white;
}

a.thumbnail-destaque.thumbnail.cat-nacional::before {
  background: #C62828 !important;
}
a.thumbnail-destaque.thumbnail.cat-nacional .tri {
  border-bottom-color: #C62828 !important;
}
a.thumbnail-destaque.thumbnail.cat-internacional::before {
  background: #9f2484 !important;
}
a.thumbnail-destaque.thumbnail.cat-internacional .tri {
  border-bottom-color: #9f2484 !important;
}
a.thumbnail-destaque.thumbnail.cat-realeza::before {
  background: #006595 !important;
}
a.thumbnail-destaque.thumbnail.cat-realeza .tri {
  border-bottom-color: #006595 !important;
}
a.thumbnail-destaque.thumbnail.cat-multimedia::before {
  background: goldenrod !important;
}
a.thumbnail-destaque.thumbnail.cat-multimedia .tri {
  border-bottom-color: goldenrod !important;
}
a.thumbnail-destaque.thumbnail.cat-lifestyle::before {
  background: #ed0080 !important;
}
a.thumbnail-destaque.thumbnail.cat-lifestyle .tri {
  border-bottom-color: #ed0080 !important;
}
a.thumbnail-destaque.thumbnail.cat-documento::before {
  background: #0088c7 !important;
}
a.thumbnail-destaque.thumbnail.cat-documento .tri {
  border-bottom-color: #0088c7 !important;
}
a.thumbnail-destaque.thumbnail.cat-revistas::before {
  background: #8dc63f !important;
}
a.thumbnail-destaque.thumbnail.cat-revistas .tri {
  border-bottom-color: #8dc63f !important;
}

#carousel-selector-3::after {
  background: transparent;
}

.related-item-area {
  padding: 0;
}
.related-item-area > a.related-item-area-item {
  display: block;
  width: 100%;
  position: relative;
}
.related-item-area > a.related-item-area-item::after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.related-item-area > a.related-item-area-item .related-caption-destaques {
  display: inline-block;
  width: 100%;
  padding: 0.3571rem;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  text-shadow: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.related-item-area > a.related-item-area-item .related-caption-destaques h1 {
  font-family: Lato, sans-serif;
  font-size: 0.7514rem;
  margin: 0.171rem 0 5px 0;
  color: white;
}
.related-item-area > a.related-item-area-item .related-caption-destaques h2 {
  font-size: 0.7143rem;
  font-weight: 900;
  margin: 0px;
  color: white;
  text-transform: uppercase;
}

/* PUBLICIDADE -----*/
.mrec-mainContainer {
  margin: 0 0 1.429rem;
  padding: 0;
  max-height: 640px;
  text-align: center;
  overflow: hidden;
}
.mrec-mainContainer > .mrec-containerTop {
  margin-bottom: 1.429rem;
  text-align: center;
}
.mrec-mainContainer > .mrec-containerTop div {
  margin: 0 auto;
}
.mrec-mainContainer > .mrec-containerBottom {
  text-align: center;
}
.mrec-mainContainer > .mrec-containerBottom div {
  margin: 0 auto;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #section-destaksContainer #section-destaques .carousel-inner .item > a.main-item > .carousel-caption-destaques,
  #section-destaksContainer #section-destaques .carousel-inner .active > a.main-item > .carousel-caption-destaques {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
  }

  /* PUBLICIDADE -----*/
  .mrec-mainContainer {
    margin: 0 0 1.429rem;
    padding: 0 1.786rem;
    text-align: center;
  }
  .mrec-mainContainer > .mrec-containerTop {
    float: left;
  }
  .mrec-mainContainer > .mrec-containerBottom {
    float: right;
  }
}
@media (width: 768px) {
  .master {
    width: 100%;
    margin-top: -16px;
  }

  #section-destaksContainer #section-destaques {
    margin-top: 112px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #section-destaksContainer #section-destaques {
    margin: 0;
    padding: 1.429rem 0 0;
  }

  .carousel-caption-destaques span.categoria-type {
    width: 20% !important;
  }

  #section-destaksContainer #section-destaques .carousel-inner .item > a.main-item {
    max-height: 399px;
  }

  #section-destaksContainer #section-destaques .carousel-inner .item > a.main-item, #section-destaksContainer #section-destaques .carousel-inner .active > a.main-item {
    padding: 0;
  }
  #section-destaksContainer #section-destaques .carousel-inner .item > a.main-item::after, #section-destaksContainer #section-destaques .carousel-inner .active > a.main-item::after {
    content: '';
    display: block;
    height: 100%;
    width: 5px;
    background: white;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
  }
}
@media (width: 1024px) {
  #section-destaksContainer #section-destaques {
    width: 100%;
  }
  #section-destaksContainer #section-destaques .carousel-inner .item > a.main-item {
    max-height: 453px;
  }
  #section-destaksContainer #section-destaques .carousel-inner .item > a.main-item::before {
    position: absolute;
    right: 0;
    bottom: 0px;
  }

  /* PUBLICIDADE -----*/
  .mrec-mainContainer {
    width: 100%;
    margin-top: 1.429rem;
    padding: 0;
    text-align: left;
  }
  .mrec-mainContainer > .mrec-containerTop {
    float: left;
  }
  .mrec-mainContainer > .mrec-containerBottom {
    float: right;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #section-destaksContainer #section-destaques {
    padding-right: 1.429rem;
  }
  #section-destaksContainer #section-destaques .header-related {
    margin: 0 0 0.3571rem;
    padding: 0;
    display: none !important;
  }
  #section-destaksContainer #section-destaques .header-related .titleRel {
    margin: 0;
    padding: 0;
    color: #444647;
  }
  #section-destaksContainer #section-destaques .header-related .titleRel > h3 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8571rem;
  }

  /* PUBLICIDADE -----*/
  .mrec-mainContainer {
    margin: 0 0 1.429rem -8px;
    padding: 0;
    width: 300px;
    max-height: 640px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;
  }
  .mrec-mainContainer > .header-related {
    margin: 0 0 0.3571rem;
    padding: 0;
    width: 300px;
    display: none;
  }
  .mrec-mainContainer > .header-related .titleRel {
    margin: 0;
    padding: 0;
    text-align: right;
    color: #444647;
  }
  .mrec-mainContainer > .header-related .titleRel > h3 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8571rem;
    color: #444647;
  }
  .mrec-mainContainer > .mrec-containerTop {
    margin-bottom: 0;
    text-align: center;
  }
  .mrec-mainContainer > .mrec-containerTop div {
    margin: 0 auto;
  }
  .mrec-mainContainer > .mrec-containerBottom {
    text-align: center;
  }
  .mrec-mainContainer > .mrec-containerBottom div {
    margin: 0 auto;
  }
}
#section-outrosContainer .destaques-secArea .header-area {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #ng_hp_mrecs {
    display: none;
  }
}

/* --------------------------------------------------------
NG Dev : Destaques Secundários + Top News

version: 1.0.2
last modified: 16.09.2015 by Vasco Antunes
author: Vasco Antunes
email: vasco.antunes@impala.pt
website: www.novagente.pt
----------------------------------------------------------*/
#content-area-destaque-sec {
  background: transparent;
}
#content-area-destaque-sec #section-outrosContainer .destaques-secArea {
  padding: 0.7143rem 0.9375rem;
}

.destaque_sec-inner {
  display: inline-block;
  position: relative;
}
.destaque_sec-inner article {
  display: block;
  margin: 0 0 1.25rem;
  padding: 0;
  background: white;
  height: auto;
}
.destaque_sec-inner article a .destaque_sec-img {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.destaque_sec-inner article a .destaque_sec-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  content: '';
  z-index: 10;
  display: block;
  width: 100%;
  height: 0;
  background: transparent;
  opacity: 0.5;
}
.destaque_sec-inner article a .destaque_sec-img:hover:after {
  height: 5px;
}
.destaque_sec-inner article a .destaque_sec-img.cat-nacional:after {
  background: #C62828;
}
.destaque_sec-inner article a .destaque_sec-img.cat-internacional:after {
  background: #9f2484;
}
.destaque_sec-inner article a .destaque_sec-img.cat-realeza:after {
  background: #006595;
}
.destaque_sec-inner article a .destaque_sec-img.cat-multimedia:after {
  background: goldenrod;
}
.destaque_sec-inner article a .destaque_sec-img.cat-lifestyle:after {
  background: #ed0080;
}
.destaque_sec-inner article a .destaque_sec-img.cat-documento:after {
  background: #0088c7;
}
.destaque_sec-inner article a .article-info {
  display: inline-block;
  width: 100%;
  margin: 0.625rem 0;
  padding: 0 0.625rem 1.429rem;
  padding-bottom: 2px;
}
.destaque_sec-inner article a:hover {
  text-decoration: none;
}

.article-info > h1 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 0.7143rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
}
.article-info > h2 {
  display: inline-block;
  display: -webkit-box;
  width: 100%;
  text-transform: none;
  font-size: 1rem;
  color: #666666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
}

.news-top-mainContainer {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  margin-bottom: 0;
}
.news-top-mainContainer .tabbable-panel {
  padding: 1.429rem 0 0;
}
.news-top-mainContainer .tabbable-panel .tabbable-line {
  background: white;
}
.news-top-mainContainer .tabbable-panel .nav-tabs {
  border-bottom: none;
}
.news-top-mainContainer .tabbable-panel .nav-tabs > li {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1.143rem;
  border-right: 2px solid #bdc3c7;
  background: #bdc3c7;
}
.news-top-mainContainer .tabbable-panel .nav-tabs > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  margin: 0;
  border-top: none;
  border-right: none;
  border-bottom: 5px solid #666666;
  border-left: none;
  color: #666666;
}
.news-top-mainContainer .tabbable-panel .nav-tabs li.active > a {
  color: white;
  border-color: #9c1f1f;
  background: #C62828;
}

.tab-content .news-top-listContainer {
  margin: 0.7143rem 0;
  background: white;
}
.tab-content .news-top-listContainer .news-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  /*min-height: 350px;*/
}
.tab-content .news-top-listContainer .news-item a {
  font-family: Lato, sans-serif;
  color: #666666;
}
.tab-content .news-top-listContainer .news-item a .news-img {
  position: relative;
  margin-bottom: 0.3571rem;
}
.tab-content .news-top-listContainer .news-item a .news-img .news-itemPos {
  display: block;
  width: 1.429rem;
  height: 1.429rem;
  background: #C62828;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.tab-content .news-top-listContainer .news-item a .news-img .news-itemPos .itemPos-num {
  font-size: 0.7143rem;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tab-content .news-top-listContainer .news-item a .news-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  content: '';
  z-index: 10;
  display: block;
  width: 100%;
  height: 0;
  background: transparent;
  opacity: 0.5;
}
.tab-content .news-top-listContainer .news-item a .news-img:hover:after {
  height: 5px;
}
.tab-content .news-top-listContainer .news-item a .news-img.cat-nacional:after {
  background: #C62828;
}
.tab-content .news-top-listContainer .news-item a .news-img.cat-internacional:after {
  background: #9f2484;
}
.tab-content .news-top-listContainer .news-item a .news-img.cat-realeza:after {
  background: #006595;
}
.tab-content .news-top-listContainer .news-item a .news-img.cat-multimedia:after {
  background: goldenrod;
}
.tab-content .news-top-listContainer .news-item a .news-img.cat-lifestyle:after {
  background: #ed0080;
}
.tab-content .news-top-listContainer .news-item a .news-img.cat-documento:after {
  background: #0088c7;
}
.tab-content .news-top-listContainer .news-item a .news-itemInfo {
  display: inline-block;
  width: 100%;
  margin: 0.625rem 0;
  padding: 0 0.625rem 1.429rem;
}
.tab-content .news-top-listContainer .news-item a .news-itemInfo > h2 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 0.7143rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
}
.tab-content .news-top-listContainer .news-item a .news-itemInfo > h3 {
  text-transform: none;
  font-size: 1rem;
  color: #666666;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .destaque_sec-inner article {
    padding: 0 5px 0 0;
  }

  .tab-content .news-top-listContainer .news-item {
    padding: 0 5px 0 0;
  }
}
@media (width: 768px) {
  .article-info > h1 {
    font-size: 1rem;
  }
  .article-info > h2 {
    font-size: 0.8571rem;
  }
}
/* Medium Devices, Desktops */
@media (width: 1024px) {
  .destaque_sec-inner article {
    height: 280px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #section-outrosContainer {
    width: 1200px;
  }
  #section-outrosContainer .destaques-secArea {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-bottom: 0;
  }

  .destaque_sec-inner {
    margin-right: -4px;
  }
  .destaque_sec-inner article {
    margin: 0;
    height: 310px;
  }

  .news-top-listContainer > .top-inner {
    margin-right: -5px;
  }

  .news-top-mainContainer .tabbable-panel {
    padding: 0;
  }

  .tab-content .news-top-listContainer {
    margin: 0;
  }

  .tab-content .news-top-listContainer .news-item {
    /*min-height: 280px;*/
    /*max-height: 280px;*/
    overflow: hidden;
  }

  .tab-content #news-top-hoje.news-top-listContainer .news-item {
    max-height: initial;
  }
}
/* --------------------------------------------------------
NG Dev : Destaques Internaciol + Realeza

version: 1.0.1
last modified: 16.09.2015 by Vasco Antunes
author: Vasco Antunes
email: vasco.antunes@impala.pt
website: www.novagente.pt
----------------------------------------------------------*/
#content-area-destaque-real-int {
  margin: 0;
  padding: 0.7143rem 0;
  background: transparent;
}
#content-area-destaque-real-int .destaque_inter-inner {
  margin: 1.429rem 0;
}
#content-area-destaque-real-int .destaque_inter-inner .inter-innerArticle-area {
  margin: 0 0 1.429rem;
  padding: 0;
  position: relative;
}
#content-area-destaque-real-int .destaque_nac-inner {
  margin: 1.429rem 0 0;
}
#content-area-destaque-real-int .destaque_nac-inner .nac-innerArticle-area {
  margin: 0 0 1.429rem;
  padding: 0;
  position: relative;
}

.inter-innerArticle-area a .img-article {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.inter-innerArticle-area a .img-article:after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  content: '';
  z-index: 10;
  display: block;
  width: 100%;
  height: 0;
  background: transparent;
  opacity: 0.5;
}
.inter-innerArticle-area a .img-article:hover:after {
  height: 5px;
  background: #9f2484;
}
.inter-innerArticle-area a .intro-article {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.7143rem;
  background: white;
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.inter-innerArticle-area a .intro-article h1 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1.857rem;
  text-transform: uppercase;
  color: #9f2484;
}
.inter-innerArticle-area a .intro-article h2 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 1.286rem;
  text-transform: uppercase;
  color: #333333;
}
.inter-innerArticle-area a .intro-article p {
  display: inline-block;
  display: -webkit-box;
  width: 100%;
  margin: 0.3571rem 0 0;
  padding: 0;
  font-family: PT Sans, sans-serif;
  color: #666666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
}

.inter-secArticle-area .inter-secArticle-inner {
  padding: 0;
  margin: 0 0 1.429rem;
}
.inter-secArticle-area .inter-secArticle-inner a .destaque_sec-img {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.inter-secArticle-area .inter-secArticle-inner a .destaque_sec-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  content: '';
  z-index: 10;
  display: block;
  width: 100%;
  height: 0;
  background: transparent;
  opacity: 0.5;
}
.inter-secArticle-area .inter-secArticle-inner a .destaque_sec-img:hover:after {
  height: 5px;
  background: #9f2484;
}
.inter-secArticle-area .inter-secArticle-inner a .intro-secArticle {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.7143rem;
  background: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.inter-secArticle-area .inter-secArticle-inner a .intro-secArticle h1 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1.143rem;
  text-transform: uppercase;
  color: #9f2484;
}
.inter-secArticle-area .inter-secArticle-inner a .intro-secArticle h2 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 0.8571rem;
  text-transform: uppercase;
  color: #333333;
}

.nac-innerArticle-area a .img-article {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.nac-innerArticle-area a .img-article:after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  content: '';
  z-index: 10;
  display: block;
  width: 100%;
  height: 0;
  background: transparent;
  opacity: 0.5;
}
.nac-innerArticle-area a .img-article:hover:after {
  height: 5px;
  background: #C62828;
}
.nac-innerArticle-area a .intro-article {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.7143rem;
  background: white;
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nac-innerArticle-area a .intro-article h1 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1.857rem;
  text-transform: uppercase;
  color: #C62828;
}
.nac-innerArticle-area a .intro-article h2 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 1.286rem;
  text-transform: uppercase;
  color: #333333;
}
.nac-innerArticle-area a .intro-article p {
  display: inline-block;
  display: -webkit-box;
  width: 100%;
  margin: 0.3571rem 0 0;
  padding: 0;
  font-family: PT Sans, sans-serif;
  color: #666666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
}

.nac-secArticle-area .nac-secArticle-inner {
  padding: 0;
  margin: 0 0 1.429rem;
}
.nac-secArticle-area .nac-secArticle-inner a .destaque_sec-img {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.nac-secArticle-area .nac-secArticle-inner a .destaque_sec-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  content: '';
  z-index: 10;
  display: block;
  width: 100%;
  height: 0;
  background: transparent;
  opacity: 0.5;
}
.nac-secArticle-area .nac-secArticle-inner a .destaque_sec-img:hover:after {
  height: 5px;
  background: #C62828;
}
.nac-secArticle-area .nac-secArticle-inner a .intro-secArticle {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.7143rem;
  background: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nac-secArticle-area .nac-secArticle-inner a .intro-secArticle h1 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1.143rem;
  text-transform: uppercase;
  color: #C62828;
}
.nac-secArticle-area .nac-secArticle-inner a .intro-secArticle h2 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 0.8571rem;
  text-transform: uppercase;
  color: #333333;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .inter-innerArticle-area,
  .nac-innerArticle-area {
    height: 523px;
    /*max-height: 485px;*/
    overflow: hidden;
  }

  .inter-secArticle-area .inter-secArticle-inner a .intro-secArticle,
  .nac-secArticle-area .nac-secArticle-inner a .intro-secArticle {
    min-height: 80px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #section-int-realContainer {
    width: 1200px;
  }

  #content-area-destaque-real-int {
    padding: 0;
    margin: 0;
  }

  .nac-secArticle-area .nac-secArticle-inner {
    margin: 0;
    padding: 0;
  }
  .nac-secArticle-area .nac-secArticle-inner:first-child .destaque_sec-img::before {
    content: '';
    display: block;
    height: 100%;
    width: 5px;
    background: white;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 998;
  }
  .nac-secArticle-area .nac-secArticle-inner:last-child .destaque_sec-img::before {
    display: none;
  }

  .inter-secArticle-area .inter-secArticle-inner {
    margin: 0;
    padding: 0;
  }
  .inter-secArticle-area .inter-secArticle-inner:first-child .destaque_sec-img::before {
    content: '';
    display: block;
    height: 100%;
    width: 5px;
    background: white;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 998;
  }
  .inter-secArticle-area .inter-secArticle-inner:last-child .destaque_sec-img::before {
    display: none;
  }

  #content-area-destaque-real-int .destaque_inter-inner {
    margin-bottom: 0;
  }
}
/* --------------------------------------------------------
NG Dev : Video Area

version: 1.0.1
last modified: 25.09.2015 by Vasco Antunes
author: Vasco Antunes
email: vasco.antunes@impala.pt
website: www.novagente.pt
----------------------------------------------------------*/
#content-area-videos {
  margin: 0;
  padding: 2.143rem 0;
  background: whitesmoke;
}

#content-video .header-area {
  border-bottom-color: #333333;
}
#content-video .header-area h3 {
  background: goldenrod;
}
#content-video .header-area:before {
  background: #333333;
}
#content-video .header-area .header-btn-plus {
  border-color: #333333;
  color: #333333;
}
#content-video .header-area .header-btn-plus:hover {
  color: goldenrod;
  text-decoration: none;
}

#section-videos {
  margin: 0.7143rem 0;
  padding: 0;
}
#section-videos .carousel-videos {
  display: inline-block;
}
#section-videos .carousel-videos .video-infoInner {
  margin: 0;
  padding: 0;
}
#section-videos .carousel-videos .video-infoInner .carousel-caption-videos {
  display: inline-block;
  padding: 0.7143rem 1.071rem;
  text-align: left;
  text-shadow: none;
  position: relative;
  top: 0;
  left: 0;
}
#section-videos .carousel-videos .video-infoInner .carousel-caption-videos h1 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 1.857rem;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: goldenrod;
}
#section-videos .carousel-videos .video-infoInner .carousel-caption-videos h2 {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.429rem;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
  font-size: 1rem;
}
#section-videos .carousel-videos .video-infoInner .carousel-caption-videos h4 {
  display: inline-block;
  width: 100%;
  margin: 1.429rem 0;
  color: #333333;
}
#section-videos .carousel-videos .video-infoInner .carousel-caption-videos #tags .field-item a {
  display: inline-block;
  float: left;
  background: goldenrod;
  margin-right: 0.3571rem;
  padding: 0.1429rem 0.3571rem;
  font-family: PT Sans, sans-serif;
  font-size: 0.7143rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  color: #333333 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section-videos .carousel-videos .video-infoInner .carousel-caption-videos #tags .field-item a:hover, #section-videos .carousel-videos .video-infoInner .carousel-caption-videos #tags .field-item a:focus {
  margin-right: 1.071rem;
  border-color: goldenrod;
  background: transparent;
  color: goldenrod !important;
}

.video-mainInner {
  padding: 0;
}

.videos-thumbs-nav {
  margin: 0;
  padding: 0;
}
.videos-thumbs-nav .thumbnail-item-area {
  padding: 0;
  cursor: pointer;
}
.videos-thumbs-nav .thumbnail-item-area #carousel-video-selector-5::after {
  content: '';
  display: none;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail::before {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: goldenrod;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail::after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background: whitesmoke;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 998;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail .destaque-thumb {
  max-height: 146px;
  overflow: hidden;
  width: 100%;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail img {
  width: 100%;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail .thumb-info {
  padding: 0.7143rem;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail .thumb-info > h1 {
  font-family: Lato, sans-serif;
  font-size: 0.8571rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail:hover, .videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail:focus, .videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail.active {
  text-decoration: none;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail:hover::before, .videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail:focus::before, .videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail.active::before {
  width: 100%;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail:hover img, .videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail:focus img, .videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail.active img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail:hover .tri, .videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail:focus .tri, .videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail.active .tri {
  position: absolute;
  top: -10px;
  left: 45%;
  z-index: 10;
  opacity: 1;
}
.videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail:hover .thumb-info > h3, .videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail:focus .thumb-info > h3, .videos-thumbs-nav .thumbnail-item-area a.thumbnail-video-destaque.thumbnail.active .thumb-info > h3 {
  text-decoration: none;
  color: goldenrod;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #content-area-videos {
    padding: 0;
  }

  .video-header {
    padding: 0;
  }

  .carousel-caption-videos {
    padding: 0.7143rem 0.7143rem !important;
  }
}
/* --------------------------------------------------------
NG Dev : Lifestyle

version: 1.0.2
last modified: 22.09.2015 by Vasco Antunes
author: Vasco Antunes
email: vasco.antunes@impala.pt
website: www.novagente.pt
----------------------------------------------------------*/
#content-area-lifestyle {
  margin: 0;
  padding: 0.7143rem 0;
  background: transparent;
}

.lifestyle-left-area {
  margin: 1.429rem 0;
  padding: 0;
}
.lifestyle-left-area .moda-galeria-inner > h2 {
  margin: 0 0 0.7143rem;
  padding: 0 1.071rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #ed0080;
}

.moda-galeria-inner .carousel-moda a .moda-caption {
  padding: 0.7143rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
  text-shadow: none;
}
.moda-galeria-inner .carousel-moda a .moda-caption:before {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  background: #ed0080;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.moda-galeria-inner .carousel-moda a .moda-caption > h1 {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ed0080;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.moda-galeria-inner .carousel-moda a .moda-caption > h2 {
  font-size: 0.8571rem;
}
.moda-galeria-inner .carousel-moda a:hover .moda-caption > h2 {
  color: pink;
}
.moda-galeria-inner .carousel-moda a:hover .moda-caption:before {
  height: 100%;
}

.lifestyle-right-area {
  margin: 1.429rem 0;
}
.lifestyle-right-area .areaSabores-inner, .lifestyle-right-area .areaSaude-inner {
  margin-bottom: 1.429rem;
}
.lifestyle-right-area .areaSabores-inner > h2, .lifestyle-right-area .areaSaude-inner > h2 {
  margin: 10px 0 0;
  padding: 0 0 0.7143rem;
  font-family: Lato, sans-serif;
  font-size: 1.429rem;
  text-transform: uppercase;
  color: #ed0080;
}

.areaSabores-inner .listSabores {
  display: inline-block;
  padding: 0;
}
.areaSabores-inner .listSabores a .img-area {
  position: relative;
  padding: 0;
  z-index: 3;
  overflow: hidden;
}
.areaSabores-inner .listSabores a .img-area:after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  content: '';
  z-index: 10;
  display: block;
  width: 100%;
  height: 0;
  background: transparent;
  opacity: 0.5;
}
.areaSabores-inner .listSabores a .img-area:hover:after {
  height: 5px;
  background: #ed0080;
}
.areaSabores-inner .listSabores a .info-area {
  z-index: 4;
  padding: 0 0.7143rem;
}
.areaSabores-inner .listSabores a .info-area > h4 {
  display: inline-block;
  width: 100%;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 0.8571rem;
  text-transform: uppercase;
  color: #ed0080;
}
.areaSabores-inner .listSabores a .info-area > p {
  color: #666666;
  font-size: 0.8571rem;
  line-height: 100%;
}
.areaSabores-inner .listSabores a:before {
  display: block;
  content: '';
  width: 100%;
  opacity: 0;
  height: 5px;
  background: #ed0080;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.areaSabores-inner .listSabores:hover a .info-area > h4 {
  color: pink;
}
.areaSabores-inner .listSabores:hover a .info-area > p {
  color: white;
}
.areaSabores-inner .listSabores:hover a:before {
  height: 100%;
  opacity: 1;
}

.areaSaude-inner .listSaude {
  display: inline-block;
  padding: 0;
}
.areaSaude-inner .listSaude a .img-area {
  position: relative;
  padding: 0;
  z-index: 3;
  overflow: hidden;
}
.areaSaude-inner .listSaude a .img-area:after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  content: '';
  z-index: 10;
  display: block;
  width: 100%;
  height: 0;
  background: transparent;
  opacity: 0.5;
}
.areaSaude-inner .listSaude a .img-area:hover:after {
  height: 5px;
  background: #ed0080;
}
.areaSaude-inner .listSaude a .info-area {
  z-index: 4;
  padding: 0 0.7143rem;
}
.areaSaude-inner .listSaude a .info-area > h4 {
  display: inline-block;
  width: 100%;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 0.8571rem;
  text-transform: uppercase;
  color: #ed0080;
}
.areaSaude-inner .listSaude a .info-area > p {
  color: #666666;
  font-size: 0.8571rem;
  line-height: 100%;
}
.areaSaude-inner .listSaude a:before {
  display: block;
  content: '';
  width: 100%;
  opacity: 0;
  height: 5px;
  background: #ed0080;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.areaSaude-inner .listSaude:hover a .info-area > h4 {
  color: pink;
}
.areaSaude-inner .listSaude:hover a .info-area > p {
  color: white;
}
.areaSaude-inner .listSaude:hover a:before {
  height: 100%;
  opacity: 1;
}

/* HOROSCOPO -----*/
.areaHoroscopo .zodiac-symbols-inner {
  margin: 1.429rem auto;
  padding: 0;
  text-align: center;
}
.areaHoroscopo .zodiac-symbols-inner ul {
  display: block;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.areaHoroscopo .zodiac-symbols-inner ul a li {
  display: inline-block;
  width: auto;
  margin: 0.3571rem 0;
}
.areaHoroscopo .zodiac-symbols-inner ul a li img {
  width: 50px;
  height: auto;
}
.areaHoroscopo .zodiac-info-inner {
  display: inline-block;
  margin: 1.429rem 0;
}
.areaHoroscopo .zodiac-info-inner a > h3 {
  display: inline-block;
  width: 100%;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #ed0080;
}
.areaHoroscopo .zodiac-info-inner a > .date {
  font-size: 0.8571rem;
  text-transform: uppercase;
  color: #333333;
}
.areaHoroscopo .zodiac-info-inner a > .zodiac-desc {
  color: #666666;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .areaSabores-inner .listSabores a .info-area > h4,
  .areaSaude-inner .listSaude a .info-area > h4,
  .areaSabores-inner .listSabores a .info-area > p,
  .areaSaude-inner .listSaude a .info-area > p {
    font-size: 1rem;
  }
}
@media (width: 768px) {
  .lifestyle-header {
    padding: 0 0.7143rem 0 0;
  }

  .lifestyle-left-area .moda-galeria-inner > h2 {
    padding-left: 0;
  }

  .row.areaHoroscopo {
    width: 740px;
    margin-left: -390px;
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .lifestyle-header {
    padding: 0;
  }

  .lifestyle-left-area {
    margin: 0;
  }

  .lifestyle-right-area {
    margin: 0;
    padding-right: 0;
    padding-left: 30px;
  }

  .lifestyle-left-area .moda-galeria-inner > h2 {
    padding-right: 0;
    padding-left: 0;
  }

  .areaHoroscopo .zodiac-symbols-inner {
    display: inline-block;
    margin: 1.429rem auto;
    padding: 0;
    text-align: center;
  }
  .areaHoroscopo .zodiac-symbols-inner ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .areaHoroscopo .zodiac-symbols-inner ul a li {
    display: block;
    width: auto;
    margin: 0.3571rem;
  }
  .areaHoroscopo .zodiac-symbols-inner ul a li img {
    width: 50px;
    height: auto;
  }
}
/* --------------------------------------------------------
NG Dev : Banca

version: 1.0.1
last modified: 18.09.2015 by Vasco Antunes
author: Vasco Antunes
email: vasco.antunes@impala.pt
website: www.novagente.pt
----------------------------------------------------------*/
#content-area-banca {
  padding: 0;
  background: transparent;
}

.banca-mainContainer {
  margin-bottom: 0.7143rem;
}
.banca-mainContainer .banca-innerArea {
  margin-bottom: 0;
  position: relative;
}
.banca-mainContainer .banca-innerArea .capa-area {
  display: block;
  margin: 1.429rem 0;
}

.bancaBtn-area {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 12px;
}
.bancaBtn-area.banca-relative {
  position: relative;
}
.bancaBtn-area > h4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.7143rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 10px;
}
.bancaBtn-area a {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0.4286rem;
  margin: 0;
  background: rgba(238, 238, 238, 0.7);
  border: white 1px solid;
  color: #444647;
  font-family: Lato, sans-serif;
  font-size: 0.7143rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bancaBtn-area a:hover {
  background: #C62828;
  border-color: #C62828;
  color: white;
}

@media only screen and (max-width: 992px) {
  #content-area-banca {
    padding-bottom: 30px;
  }
}
#content-area-banca .especiais-mainContainer {
  margin: 0;
}
#content-area-banca .especiais-mainContainer .especiais-inner {
  margin: 0;
}

.especiais-mainContainer .especiais-inner {
  margin-top: 1.429rem;
}
.especiais-mainContainer .especiais-inner .especiais-slot {
  padding: 0;
  min-height: 400px;
}
.especiais-mainContainer .especiais-inner .especiais-slot .revista-main-area {
  margin-bottom: 0.7143rem;
}
.especiais-mainContainer .especiais-inner .especiais-slot .revista-main-area > .revista-info {
  padding: 0 0.7143rem;
  display: inline-block;
  min-height: 146px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .especiais-mainContainer .especiais-inner .especiais-slot .revista-main-area > .revista-info {
    min-height: 252px;
  }
}
@media only screen and (max-width: 992px) {
  .especiais-mainContainer .especiais-inner .especiais-slot .revista-main-area > .revista-info {
    min-height: 146px;
  }
}

.revista-info h2 {
  display: inline-block;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C62828;
}
.revista-info h3 {
  display: inline-block;
  width: 100%;
  color: #333333;
}
.revista-info p {
  display: inline-block;
  width: 100%;
  font-size: 0.7143rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #444647;
}
.revista-info a {
  display: inline-block;
  float: left;
  padding: 0.4286rem;
  margin: 0;
  background: #eeeeee;
  color: #444647;
  font-family: Lato, sans-serif;
  font-size: 0.7143rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.revista-info a:hover {
  background: #C62828;
  color: white;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .section-banca-mainArea {
    width: 1200px;
  }
  .section-banca-mainArea .especiais-mainContainer {
    margin: 0;
  }
  .section-banca-mainArea .especiais-mainContainer .especiais-inner {
    margin-top: 0;
  }
}
/* --------------------------------------------------------
NG Dev : Destaques Principais

version: 1.0.2
last modified: 07.10.2015 by Vasco Antunes
author: Vasco Antunes
email: vasco.antunes@impala.pt
website: www.novagente.pt
----------------------------------------------------------*/
#main-section {
  padding: 0;
}

.photo_position {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 5px;
  width: auto;
  height: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.news-featured-mainContainer {
  position: relative;
  background: whitesmoke;
  margin-top: 0 !important;
  padding: 0.7143rem 0;
}
.news-featured-mainContainer a.left {
  position: absolute;
  top: 50%;
  left: 1.429rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.429rem;
  color: #333333;
}
.news-featured-mainContainer a.right {
  position: absolute;
  top: 50%;
  right: 1.429rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.429rem;
  color: #333333;
}
.news-featured-mainContainer > .news-featured-inner {
  display: inline-block;
  padding: 1.429rem 0;
}

/* Slider Featured Articles -----*/
.slider-featured-main-area .carousel-inner > .item, .slider-featured-main-area .carousel-inner .active {
  margin: 0;
  padding: 0;
}
.slider-featured-main-area .carousel-inner > .item a.main-item, .slider-featured-main-area .carousel-inner .active a.main-item {
  display: inline-block;
  padding: 0;
  float: left;
}
.slider-featured-main-area .carousel-inner > .item a.main-item .pic-featured-area, .slider-featured-main-area .carousel-inner .active a.main-item .pic-featured-area {
  max-width: 40%;
  float: left;
}
.slider-featured-main-area .carousel-inner > .item a.main-item .featured-caption, .slider-featured-main-area .carousel-inner .active a.main-item .featured-caption {
  width: 60%;
  height: 75px;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-featured-main-area .carousel-inner > .item a.main-item .featured-caption .featured-infoArea, .slider-featured-main-area .carousel-inner .active a.main-item .featured-caption .featured-infoArea {
  padding: 0.3571rem;
  color: #333333;
  overflow: hidden;
  float: left;
}
.slider-featured-main-area .carousel-inner > .item a.main-item .featured-caption .featured-infoArea > h1, .slider-featured-main-area .carousel-inner .active a.main-item .featured-caption .featured-infoArea > h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 0.7143rem;
  font-weight: 900;
  text-transform: uppercase;
}
.slider-featured-main-area .carousel-inner > .item a.main-item .featured-caption .featured-infoArea > h2, .slider-featured-main-area .carousel-inner .active a.main-item .featured-caption .featured-infoArea > h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 0.7143rem;
  color: #666666;
  line-height: 120%;
}

/* Related Articles -----*/
.vejaTB-inner {
  margin: 1.429rem 0;
  padding: 0 1.071rem;
}
.vejaTB-inner .header-area:before {
  display: none;
}
.vejaTB-inner .article-area {
  width: 100%;
  margin: 0.3571rem 0;
  padding: 0;
  background: white;
}
.vejaTB-inner .article-area:hover {
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
  -ms-transition: background 250ms ease-in-out;
  -o-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
  background: whitesmoke;
}
.vejaTB-inner .article-area a > .article-img {
  width: 30%;
  float: left;
}
.vejaTB-inner .article-area a > .article-info {
  width: 70%;
  float: right;
  padding: 0.3571rem 0.7143rem;
}
.vejaTB-inner .article-area a > .article-info h1 {
  font-family: Lato, sans-serif;
  text-transform: none;
  font-size: 1rem;
}
.vejaTB-inner .article-area a > .article-info h2 {
  font-family: PT Sans, sans-serif;
  font-size: 0.8571rem;
  color: #666666;
  line-height: 120%;
}
.vejaTB-inner .article-area a:hover, .vejaTB-inner .article-area a:focus {
  text-decoration: none;
}
.vejaTB-inner .article-area a:hover > .article-info h2, .vejaTB-inner .article-area a:focus > .article-info h2 {
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -ms-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  color: #C62828;
}

/* Top Articles -----*/
#main-section .news-top-mainContainer {
  padding: 0 1.071rem;
  margin: 0;
}

/* Outras Categorias -----*/
.outras-catArea {
  margin: 0;
}
.outras-catArea .header-area h3.cat-internacional {
  background: #9f2484;
  color: white;
}
.outras-catArea .header-area h3.cat-nacional {
  background: #C62828;
  color: white;
}
.outras-catArea .header-area h3.cat-realeza {
  background: #006595;
  color: white;
}

.outrasCat-inner {
  margin: 1.429rem 0;
}
.outrasCat-inner .outrasCat-article {
  display: inline-block;
  margin-bottom: 0.7143rem;
  padding: 0;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
}
.outrasCat-inner .outrasCat-article a {
  font-family: Lato, sans-serif;
  color: #666666;
}
.outrasCat-inner .outrasCat-article a .outrasCat-img {
  position: relative;
  margin-bottom: 0.3571rem;
}
.outrasCat-inner .outrasCat-article a .outrasCat-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  content: '';
  z-index: 10;
  display: block;
  width: 100%;
  height: 0;
  background: transparent;
  opacity: 0.5;
}
.outrasCat-inner .outrasCat-article a .outrasCat-img:hover:after {
  height: 5px;
}
.outrasCat-inner .outrasCat-article a .outrasCat-img.cat-nacional:after {
  background: #C62828;
}
.outrasCat-inner .outrasCat-article a .outrasCat-img.cat-internacional:after {
  background: #9f2484;
}
.outrasCat-inner .outrasCat-article a .outrasCat-img.cat-realeza:after {
  background: #006595;
}
.outrasCat-inner .outrasCat-article a .outrasCat-img.cat-multimedia:after {
  background: goldenrod;
}
.outrasCat-inner .outrasCat-article a .outrasCat-img.cat-lifestyle:after {
  background: #ed0080;
}
.outrasCat-inner .outrasCat-article a .outrasCat-img.cat-documento:after {
  background: #0088c7;
}
.outrasCat-inner .outrasCat-article a .outrasCat-info {
  display: inline-block;
  width: 100%;
  margin: 0.625rem 0;
  padding: 0 0.625rem 1.429rem;
}
.outrasCat-inner .outrasCat-article a .outrasCat-info > h2 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}
.outrasCat-inner .outrasCat-article a .outrasCat-info > h3 {
  text-transform: none;
  font-size: 0.8571rem;
  color: #666666;
}

#section-newsContainer {
  margin: 130px 0 0;
}
#section-newsContainer .noticia-headerArea {
  padding: 0;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea {
  margin: 0;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .article-title {
  float: right;
  display: none;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .article-title span {
  width: 100%;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .autor-info {
  display: block;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .article-lead-intro {
  float: left;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .article-share-area {
  bottom: 0;
  position: relative;
  padding-top: 10px;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .news-itemInfo {
  display: inline-block;
  width: 100%;
  margin: 0;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .news-itemInfo .antetitulo {
  font-size: 0.7143rem;
  font-weight: 900;
  color: #C62828;
  text-transform: uppercase;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .news-itemInfo .antetitulo.cat-nacional {
  color: #C62828;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .news-itemInfo .antetitulo.cat-internacional {
  color: #9f2484;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .news-itemInfo .antetitulo.cat-realeza {
  color: #006595;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .news-itemInfo .antetitulo.cat-multimedia {
  color: goldenrod;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .news-itemInfo .antetitulo.cat-lifestyle {
  color: #ed0080;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .news-itemInfo .antetitulo.cat-documento {
  color: #0088c7;
}
#section-newsContainer .noticia-headerArea .noticia-titleArea .news-itemInfo h2 {
  display: block;
  margin: 0.5em 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 1.143rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}

#section-newsContainer #tags .field-item a {
  display: inline-block;
  float: left;
  background: #2F3133;
  padding: 0.1429rem 0.3571rem;
  font-family: PT Sans, sans-serif;
  font-size: 0.7143rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  color: white !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section-newsContainer #tags .field-item a:hover, #section-newsContainer #tags .field-item a:focus {
  border-color: #2F3133;
  background: transparent;
  color: #2F3133 !important;
}

.autor-info {
  display: inline-block;
}

.article-share-area {
  display: inline-block;
  float: right;
  right: 0;
}

.date {
  font-size: 0.7143rem;
}

/* ----- NEWS DESTAQUE: Slider + Pub ----- */
.newsContainer-destaque {
  background: white;
  padding: 0;
}
.newsContainer-destaque .slider-mainContainer {
  margin: 0;
  padding: 0;
  position: relative;
  background: white;
}

.carousel-control.left, .carousel-control.right {
  height: 50px;
  padding: 16px 0;
  top: calc(50% - 25px);
  background: transparent;
}

@media (min-width: 600px) {
  .carousel-control.left, .carousel-control.right {
    height: 80px;
    padding: 24px 0;
    top: calc(50% - 40px);
  }
}
span.glyphicon.glyphicon-chevron-right, span.glyphicon.glyphicon-chevron-left {
  margin: 0;
  padding: 0px;
  position: initial;
}

#mySliderNews {
  padding: 1.429rem 0;
  padding-bottom: 0;
}
#mySliderNews .carousel-caption {
  margin: 0;
  padding: 0.7143rem;
  background-color: #e0e0e0;
  text-align: left;
  position: relative;
  left: 0;
  top: 0;
  min-height: 64px;
  display: flex;
  align-items: center;
}
#mySliderNews .carousel-caption h2 {
  font-family: Lato, sans-serif;
  font-size: 0.8571rem;
  font-weight: 400;
  text-shadow: none;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
#mySliderNews .carousel-caption span {
  margin: 0;
  text-shadow: none;
  font-size: 0.5714rem;
  display: none;
}

/* ----- ARTICLE BODY: Corpo de artigo + Btn Resize ----- */
.article-bodyContainer .resize-mainInner {
  display: inline-block;
  margin: 0.7143rem 0;
  width: 100%;
  text-align: center;
}
.article-bodyContainer #tags {
  margin-top: 15px;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .news-featured-mainContainer {
    margin-top: 110px;
  }

  #section-newsContainer {
    margin-top: 20px;
  }
}
@media (width: 768px) {
  .slider-featured-main-area .carousel-inner > .item, .slider-featured-main-area .carousel-inner .active {
    padding: 0 2.857rem;
  }
  .slider-featured-main-area .carousel-inner > .item a.main-item .featured-caption, .slider-featured-main-area .carousel-inner .active a.main-item .featured-caption {
    width: 100%;
    height: 60px;
    float: left;
  }

  .tab-content .news-top-listContainer .news-item {
    min-height: 250px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #main-section {
    /* margin-top:-60px;*/
  }

  .news-featured-mainContainer {
    margin-top: 40px;
  }

  .slider-featured-main-area .carousel-inner > .item, .slider-featured-main-area .carousel-inner .active {
    padding: 0 2.143rem;
  }
  .slider-featured-main-area .carousel-inner > .item a.main-item .pic-featured-area, .slider-featured-main-area .carousel-inner .active a.main-item .pic-featured-area {
    max-width: 20%;
    float: left;
  }
  .slider-featured-main-area .carousel-inner > .item a.main-item .featured-caption, .slider-featured-main-area .carousel-inner .active a.main-item .featured-caption {
    width: 80%;
    height: 60px;
  }

  .newsContainer-destaque .slider-mainContainer {
    margin-right: 20px;
  }
  .newsContainer-destaque .mrec-mainContainer {
    margin: 22px 0 1.429rem;
    padding: 0;
    width: 300px;
    max-height: 610px;
    text-align: center;
    overflow: hidden;
  }
  .newsContainer-destaque .mrec-mainContainer > .mrec-containerTop {
    margin-bottom: 0.7143rem;
    text-align: center;
  }
  .newsContainer-destaque .mrec-mainContainer > .mrec-containerTop div {
    margin: 0 auto;
  }
  .newsContainer-destaque .mrec-mainContainer > .mrec-containerBottom {
    text-align: center;
  }
  .newsContainer-destaque .mrec-mainContainer > .mrec-containerBottom div {
    margin: 0 auto;
  }

  .tab-content .news-top-listContainer .news-item {
    min-height: 250px;
  }

  .vejaTB-inner {
    margin: 0;
    padding: 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #section-newsContainer {
    margin: 0;
  }

  #main-section .news-top-mainContainer {
    padding: 0;
  }
  #main-section .news-featured-mainContainer {
    margin-top: 50px;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  #main-section .news-featured-mainContainer .slider-featured-main-area .carousel-inner > .item a.main-item .pic-featured-area, #main-section .news-featured-mainContainer .slider-featured-main-area .carousel-inner .active a.main-item .pic-featured-area {
    max-width: 40%;
    float: left;
  }
  #main-section .news-featured-mainContainer .slider-featured-main-area .carousel-inner > .item a.main-item .featured-caption, #main-section .news-featured-mainContainer .slider-featured-main-area .carousel-inner .active a.main-item .featured-caption {
    width: 60%;
    height: 60px;
  }
  #main-section .news-featured-mainContainer #ultimos-destaques {
    padding-right: 50px;
  }
  #main-section .news-featured-mainContainer a.left {
    position: absolute;
    top: 50%;
    left: 0;
  }
  #main-section .news-featured-mainContainer a.right {
    position: absolute;
    top: 50%;
    right: 0;
  }
  #main-section .news-featured-mainContainer > .news-featured-inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .newsContainer-destaque .slider-mainContainer {
    margin-right: 0;
    padding-right: 20px;
  }
  .newsContainer-destaque .mrec-mainContainer {
    margin: 23px 0 0 -8px;
  }
  .newsContainer-destaque .mrec-mainContainer > .mrec-containerTop {
    margin-bottom: 1.429rem;
  }

  #outrasCats-container {
    margin: 0 -15px;
  }

  .outrasCat-inner .outrasCat-article {
    min-height: 340px;
    max-height: 340px;
  }
  .outrasCat-inner .outrasCat-article::after {
    content: '';
    display: block;
    height: 100%;
    width: 10px;
    background: white;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 998;
  }
  .outrasCat-inner .outrasCat-article:nth-child(2)::after, .outrasCat-inner .outrasCat-article:nth-child(4)::after, .outrasCat-inner .outrasCat-article:nth-child(6)::after {
    content: '';
    display: none;
  }

  .outras-catArea.cat_2 {
    padding-right: 10px;
    padding-left: 5px;
  }

  .outras-catArea.cat_3 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  #ng_detalhe_mrecs {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #ng_detalhe_mrecs #sas_34643 > div > div {
    margin-top: 25px !important;
  }
  #ng_detalhe_mrecs #sas_34643 iframe {
    margin-top: 25px !important;
  }
}
.carousel-inner .item > a.main-item > .carousel-caption-destaques h1,
.carousel-inner .active > a.main-item > .carousel-caption-destaques h1 {
  font-family: Lato, sans-serif;
  font-size: 0.5714rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0.7143rem 0 0;
}

.article-info > h1 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 0.7143rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
}

.destaques-realArea .intro-article h1 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1.857rem;
  text-transform: uppercase;
  color: #C62828;
}

.destaques-realArea .intro-secArticle h1 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1.143rem;
  text-transform: uppercase;
  color: #C62828;
}

.news-itemInfo h1 {
  display: block;
  margin: 0.5em 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 1.143rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}

.intro-secArticle h1 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1.143rem;
  text-transform: uppercase;
  color: #9f2484;
}

/* --------------------------------------------------------
NG Dev : Destaques Principais

version: 1.0.1
last modified: 24.09.2015 by Vasco Antunes
author: Vasco Antunes
email: vasco.antunes@impala.pt
website: www.novagente.pt
----------------------------------------------------------*/
.revista-mainArea {
  margin: 1em 0 0 0;
}

.revista-introArea .header-area h3.revistas-highlight {
  background: #8dc63f;
}

.revista-introArea > header > h1 {
  display: inline-block;
  margin: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.714rem;
  color: #C62828;
  padding: 0.2143rem 0;
  line-height: 100%;
}
.revista-introArea > header > h1 span {
  width: 100%;
  margin: 0;
  font-weight: 300;
  font-size: 1.286rem;
  text-transform: uppercase;
  color: #333333;
}

.revista-introArea header {
  margin-bottom: 1em;
}

.revista-introArea .publicacao, .revista-introArea .edicao, .revista-introArea .datePub {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.revista-introArea .publicacao a, .revista-introArea .edicao a, .revista-introArea .datePub a {
  color: #F62A00;
}
.revista-introArea .publicacao a:hover, .revista-introArea .publicacao a:focus, .revista-introArea .edicao a:hover, .revista-introArea .edicao a:focus, .revista-introArea .datePub a:hover, .revista-introArea .datePub a:focus {
  color: #2F3133 !important;
}

.revista-body .autor-info, .revista-body .date {
  width: 100%;
  margin: 0;
  padding: 0.1429rem 0 0;
  font-family: "OpenSansReg",sans-serif;
  font-size: 0.8571rem;
  line-height: 120%;
  color: #999999;
}

.autor-info #tags .field-item a {
  display: inline-block;
  float: left;
  background: #2F3133;
  padding: 0.1429rem 0.3571rem;
  font-family: PT Sans, sans-serif;
  font-size: 0.7143rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  color: white !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.autor-info #tags .field-item a:hover, .autor-info #tags .field-item a:focus {
  border-color: #2F3133;
  background: transparent;
  color: #2F3133 !important;
}

/* redes sociais */
.revista-share-area > .share-buttons {
  display: inline-block;
  width: 100%;
  margin: 0 0 2.143rem;
  padding: 0;
  text-align: center;
}

.revista-share-area > .share-buttons span {
  display: block;
  text-transform: uppercase;
  line-height: 3.429rem;
  vertical-align: top;
}

/* ultimas news */
.pubs-inner .header-area {
  margin: 0 0 1.429rem;
}

.pubs-inner {
  display: inline-block;
  padding: 2.143rem 0 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.pubs-inner header-area {
  margin-bottom: 1em;
}

.pubs-inner .article-area > article > a .article-info > h3 {
  display: inline-block;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  line-height: inherit;
  color: #444444;
  text-align: center;
}

.pubs-inner .article-area > article > a .article-info {
  float: left;
  padding: 0;
  width: 100%;
}

.pubs-inner .article-area > article > a:hover .article-info > h3 {
  color: white;
  background: black;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* especiais */
.especiais-mainContainer {
  margin: 2.143rem 0 0;
}
.especiais-mainContainer .header-area {
  margin: 0 0 1.429rem;
}

.especiais-mainContainer .especiais-rowTop article {
  margin-bottom: 0.7143rem;
}

.especiais-rowTop .especiais-slot {
  padding-left: 0.3571rem;
  padding-right: 0.3571rem;
}

.view > img {
  display: block;
  position: relative;
}

.especiais-rowTop > .especiais-slot > .view-tenth > img {
  max-width: 250px;
}

.view-tenth img {
  transform: scaleY(1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: auto;
}

.view-tenth:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}

.especiais-slot .view {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.especiais-slot .view h2 {
  position: relative;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 0.3571rem;
  font-size: 1.625rem;
  margin: 1.429rem 0 0 0;
}
.especiais-slot .view p {
  position: relative;
  font-family: "OpenSansReg",sans-serif;
  color: white;
  padding: 0 1.429rem 0;
  text-align: center;
}
.especiais-slot .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  background: #CC0000;
  color: white;
  text-transform: uppercase;
  box-shadow: 0;
}

.especiais-slot .view-tenth .mask {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.especiais-slot .view-tenth .mask:hover, .especiais-slot .view-tenth .mask:focus, .especiais-slot .view-tenth .mask:active {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 40;
}

.especiais-slot .view .mask {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.article-info .view-tenth h2 {
  background: transparent;
  margin: 1.429rem 2.857rem 0;
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.article-info .view-tenth p {
  color: white;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.article-info .view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0.5rem;
}

/* --------------------------------------------------------
NG Dev : Listagem de Categorias

version: 1.0.2
last modified: 10.10.2015 by Vasco Antunes
author: Vasco Antunes
email: vasco.antunes@impala.pt
website: www.novagente.pt
----------------------------------------------------------*/
.listagem-mainContainer {
  margin-top: 135px;
}

/*----- THUMBS BOX AREAS ----- */
/*----- 1: definidos estilos gerais ----- */
.thumbs-box-area {
  margin: 0;
  padding: 0;
}
.thumbs-box-area .thumbs-box {
  position: relative;
  margin: 0;
  height: 320px;
  max-height: 320px;
  overflow: hidden;
}
.thumbs-box-area .thumbs-box > .icon-mainContainer {
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 1;
}

/*----- 2: efeito sobre a imagem, semelhante a HP. 
Podem ser acrescentados os CAT Class para outras cores das categorias ----- */
a {
  /*----- CATEGORIAS COLORS -----*/
}
a .thumbs-box .views-field-field-image {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
a .thumbs-box .views-field-field-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  content: '';
  z-index: 10;
  display: block;
  width: 100%;
  height: 0;
  background: transparent;
  opacity: 0.5;
}
a:hover .views-field-field-image::after, a:focus .views-field-field-image::after, a:active .views-field-field-image::after {
  height: 5px;
}
a .cat-nacional .views-field-field-image::after {
  background: #C62828;
}
a .cat-internacional .views-field-field-image::after {
  background: #9f2484;
}
a .cat-realeza .views-field-field-image::after {
  background: #006595;
}
a .cat-multimedia .views-field-field-image::after {
  background: goldenrod;
}
a .cat-lifestyle .views-field-field-image::after {
  background: #ed0080;
}
a .cat-documento .views-field-field-image::after {
  background: #0088c7;
}

/*----- 3: Tags e titles ----- */
.listagem-mainContainer a .thumbs-box .views-field-field-tags {
  display: block;
  margin: 0;
  padding: 0.7143rem 0 0;
  font-family: Lato, sans-serif;
  font-size: 0.8571rem;
  font-weight: 700;
  line-height: 100%;
  color: #333333;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.listagem-mainContainer a .thumbs-box .views-field-title {
  display: inline-block;
  display: -webkit-box;
  font-family: PT Sans, sans-serif;
  font-weight: normal;
  font-size: 0.8571rem;
  color: #666666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 40px;
}
.listagem-mainContainer a:hover, .listagem-mainContainer a:focus, .listagem-mainContainer a:active {
  text-decoration: none;
}
.listagem-mainContainer a:hover .views-field-field-tags, .listagem-mainContainer a:focus .views-field-field-tags, .listagem-mainContainer a:active .views-field-field-tags {
  text-decoration: none;
}
.listagem-mainContainer a:hover .views-field-title, .listagem-mainContainer a:focus .views-field-title, .listagem-mainContainer a:active .views-field-title {
  color: #666666;
}
.listagem-mainContainer .cat-nacional:hover .views-field-field-tags {
  color: #C62828;
}
.listagem-mainContainer .cat-internacional:hover .views-field-field-tags {
  color: #9f2484;
}
.listagem-mainContainer .cat-realeza:hover .views-field-field-tags {
  color: #006595;
}
.listagem-mainContainer .cat-multimedia:hover .views-field-field-tags {
  color: goldenrod;
}
.listagem-mainContainer .cat-lifestyle:hover .views-field-field-tags {
  color: #ed0080;
}
.listagem-mainContainer .cat-documento:hover .views-field-field-tags {
  color: #0088c7;
}

/*----- 4: BTN Ver + ----- */
.listagem-mainContainer .pager-show-more li a {
  display: block;
  margin-top: 0.7143rem;
  padding: 1.429rem;
  background: #C62828;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.listagem-mainContainer .pager-show-more li a:hover, .listagem-mainContainer .pager-show-more li a:focus, .listagem-mainContainer .pager-show-more li a:active {
  background: #333333;
  color: white;
}

/*----- 5: Related Videos ----- */
.thumbs-box-area-videos {
  display: inline-block;
  margin: 1.429rem 0;
  width: 100%;
  padding: 0;
  background: #333333;
}
.thumbs-box-area-videos::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #EB1C23;
  position: relative;
  top: 0;
  z-index: 2;
}
.thumbs-box-area-videos a .thumbs-box-video-title {
  position: relative;
  margin: 0;
  color: white;
  text-transform: uppercase;
}
.thumbs-box-area-videos a .thumbs-box-video-title .icon-mainContainer {
  position: relative;
  left: 0;
  float: left;
  background: #EB1C23;
}
.thumbs-box-area-videos a .thumbs-box-video-title .icon-mainContainer .icon-type i {
  top: 40%;
}
.thumbs-box-area-videos a .thumbs-box-video-title h2 {
  display: inline-block;
  margin: 0.7143rem 0 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 2.143rem;
  font-weight: 700;
  float: left;
  clear: left;
}
.thumbs-box-area-videos a .thumbs-box-video-title h3 {
  display: inline-block;
  margin: 0 0 1.429rem;
  padding: 0;
  font-family: PT Sans, sans-serif;
  font-size: 0.8571rem;
  color: #bdc3c7;
  float: left;
  clear: left;
}

.thumbs-box-area-videos a .thumbs-box-video {
  margin-bottom: 0.7143rem;
  text-align: left;
  color: white;
}
.thumbs-box-area-videos a .thumbs-box-video .destaque-thumb {
  display: inline-block;
  margin-right: 0.7143rem;
  float: left;
}
.thumbs-box-area-videos a .thumbs-box-video .destaque-thumb img {
  width: 120px;
  max-height: 90px;
}

.thumbs-box-video-info .views-field-field-tags {
  display: inline;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 100%;
  color: #EB1C23;
  text-transform: uppercase;
}

/* ----- MEDIA QUERIES: MOBILE FIRST METHOD ----- */
/* ----- Custom, iPhone Retina ------ */
/* ----- Extra Small Devices, Phones ----- */
/* ----- Small Devices, Tablets ----- */
@media only screen and (min-width: 992px) {
  .listagem-mainContainer {
    margin-top: 60px;
  }

  .thumbs-box-area .thumbs-box {
    max-height: 360px;
    height: 100%;
    padding-bottom: 15px;
  }
}
/* ----- Large Devices ----- */
@media only screen and (min-width: 1200px) {
  .listagem-mainContainer {
    margin-top: 80px;
  }

  .thumbs-box-area-videos a .thumbs-box-video {
    margin-top: 0.7143rem;
  }

  .listagem-mainContainer .thumbs-box-area {
    margin: 0 -15px;
  }
  .listagem-mainContainer .thumbs-box-area .pager-show-more {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* --------------------------------------------------------
NG Dev : Listagem de Revistas

version: 1.0.2
last modified: 10.10.2015 by Vasco Antunes
author: Vasco Antunes
email: vasco.antunes@impala.pt
website: www.novagente.pt
----------------------------------------------------------*/
.listagem-mainContainer-Revistas {
  margin-top: 4.286rem;
}
.listagem-mainContainer-Revistas .listagem-introInner {
  margin: 0 15px;
}

/*----- THUMBS BOX AREAS ----- */
/*----- 1: definidos estilos gerais ----- */
.thumbs-box-area-revistas {
  margin: 0;
  padding: 0;
}
.thumbs-box-area-revistas .thumbs-box-revistas {
  position: relative;
  margin: 0;
  height: 360px;
  max-height: 360px;
  overflow: hidden;
}

/*----- 2: efeito sobre a imagem, semelhante a HP. 
Podem ser acrescentados os CAT Class para outras cores das categorias ----- */
a .thumbs-box-revistas .views-field-field-image {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*----- 3: Tags e titles ----- */
a .thumbs-box-revistas .views-field-title {
  margin: 0;
  padding: 0.7143rem 0 0;
  font-family: Lato, sans-serif;
  font-size: 0.8571rem;
  font-weight: 700;
  line-height: 120%;
  color: #333333;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a .thumbs-box-revistas .views-field-field-data-de-publicacao, a .thumbs-box-revistas .views-field-field-numero-edicao {
  font-family: Lato, sans-serif;
  font-size: 0.7143rem;
  margin-bottom: 0.7143rem;
  color: #666666;
}
a .thumbs-box-revistas .views-field-field-publicacao {
  font-family: Lato, sans-serif;
  font-size: 0.8571rem;
  font-weight: 900;
  color: #EB1C23;
  text-transform: uppercase;
}
a .thumbs-box-revistas .views-field-field-numero-edicao {
  font-size: 0.8571rem;
  margin-bottom: 0;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:hover .views-field-title, a:focus .views-field-title, a:active .views-field-title {
  color: #EB1C23;
  text-decoration: none;
}

/*----- 4: BTN Ver + ----- */
.listagem-mainContainer-Revistas .pager-show-more li > a {
  display: block;
  margin-top: 0.7143rem;
  padding: 1.429rem;
  background: #C62828;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.listagem-mainContainer-Revistas .pager-show-more li > a:hover, .listagem-mainContainer-Revistas .pager-show-more li > a:focus, .listagem-mainContainer-Revistas .pager-show-more li > a:active {
  background: #333333;
  color: white;
}

/*----- 5: Related Videos ----- */
.thumbs-box-area-videos {
  display: inline-block;
  margin: 1.429rem 0;
  width: 100%;
  padding: 0;
  background: #333333;
}
.thumbs-box-area-videos::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #EB1C23;
  position: relative;
  top: 0;
  z-index: 2;
}
.thumbs-box-area-videos a .thumbs-box-video-title {
  position: relative;
  margin: 0;
  color: white;
  text-transform: uppercase;
}
.thumbs-box-area-videos a .thumbs-box-video-title .icon-mainContainer {
  position: relative;
  left: 0;
  float: left;
  background: #EB1C23;
}
.thumbs-box-area-videos a .thumbs-box-video-title .icon-mainContainer .icon-type i {
  top: 40%;
}
.thumbs-box-area-videos a .thumbs-box-video-title h2 {
  display: inline-block;
  margin: 0.7143rem 0 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 2.143rem;
  font-weight: 700;
  float: left;
  clear: left;
}
.thumbs-box-area-videos a .thumbs-box-video-title h3 {
  display: inline-block;
  margin: 0 0 1.429rem;
  padding: 0;
  font-family: PT Sans, sans-serif;
  font-size: 0.8571remrem;
  color: #bdc3c7;
  float: left;
  clear: left;
}

.thumbs-box-area-videos a .thumbs-box-video {
  margin-bottom: 0.7143rem;
  text-align: left;
  color: white;
}
.thumbs-box-area-videos a .thumbs-box-video .destaque-thumb {
  display: inline-block;
  margin-right: 0.7143rem;
  float: left;
}
.thumbs-box-area-videos a .thumbs-box-video .destaque-thumb img {
  width: 120px;
  max-height: 90px;
}

.thumbs-box-video-info .views-field-field-tags {
  display: inline;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 100%;
  color: #EB1C23;
  text-transform: uppercase;
}

/* ----- MEDIA QUERIES: MOBILE FIRST METHOD ----- */
/* ----- Custom, iPhone Retina ------ */
/* ----- Extra Small Devices, Phones ----- */
/* ----- Small Devices, Tablets ----- */
@media only screen and (min-width: 992px) {
  .listagem-mainContainer-Revistas {
    margin-top: 0;
  }

  .thumbs-box-area-revistas .thumbs-box-revistas {
    height: 480px;
    max-height: 480px;
  }
}
/* ----- Large Devices ----- */
@media only screen and (min-width: 1200px) {
  .thumbs-box-area-videos a .thumbs-box-video {
    margin-top: 0.7143rem;
  }

  .listagem-mainContainer-Revistas .listagem-introInner {
    margin: 0;
  }
  .listagem-mainContainer-Revistas .listagem-thumsInner {
    margin: 0 -15px;
  }
  .listagem-mainContainer-Revistas .listagem-thumsInner .pager-show-more {
    margin-left: 15px;
    margin-right: 15px;
  }
}
