/*AZUL #00024c*/

@font-face{
  font-family: 'AvenirLTStdLight';
    src: url('../fonts/avenir/light/AvenirLTStdLight.eot');
    src: url('../fonts/avenir/light/AvenirLTStdLight.eot') format('embedded-opentype'),
         url('../fonts/avenir/light/AvenirLTStdLight.woff2') format('woff2'),
         url('../fonts/avenir/light/AvenirLTStdLight.woff') format('woff'),
         url('../fonts/avenir/light/AvenirLTStdLight.ttf') format('truetype'),
         url('../fonts/avenir/light/AvenirLTStdLight.svg#AvenirLTStdLight') format('svg');
}

@font-face {
    font-family: 'AvenirLTStdMedium';
    src: url('../fonts/avenir/medium/AvenirLTStdMedium.eot');
    src: url('../fonts/avenir/medium/AvenirLTStdMedium.eot') format('embedded-opentype'),
         url('../fonts/avenir/medium/AvenirLTStdMedium.woff2') format('woff2'),
         url('../fonts/avenir/medium/AvenirLTStdMedium.woff') format('woff'),
         url('../fonts/avenir/medium/AvenirLTStdMedium.ttf') format('truetype'),
         url('../fonts/avenir/medium/AvenirLTStdMedium.svg#AvenirLTStdMedium') format('svg');
}

@font-face {
    font-family: 'AvenirLTStdBlack';
    src: url('../fonts/avenir/black/AvenirLTStdBlack.eot');
    src: url('../fonts/avenir/black/AvenirLTStdBlack.eot') format('embedded-opentype'),
         url('../fonts/avenir/black/AvenirLTStdBlack.woff2') format('woff2'),
         url('../fonts/avenir/black/AvenirLTStdBlack.woff') format('woff'),
         url('../fonts/avenir/black/AvenirLTStdBlack.ttf') format('truetype'),
         url('../fonts/avenir/black/AvenirLTStdBlack.svg#AvenirLTStdBlack') format('svg');
}

@font-face {
    font-family: 'AvenirLTStdHeavy';
    src: url('../fonts/avenir/heavy/AvenirLTStdHeavy.eot');
    src: url('../fonts/avenir/heavy/AvenirLTStdHeavy.eot') format('embedded-opentype'),
         url('../fonts/avenir/heavy/AvenirLTStdHeavy.woff2') format('woff2'),
         url('../fonts/avenir/heavy/AvenirLTStdHeavy.woff') format('woff'),
         url('../fonts/avenir/heavy/AvenirLTStdHeavy.ttf') format('truetype'),
         url('../fonts/avenir/heavy/AvenirLTStdHeavy.svg#AvenirLTStdBlack') format('svg');
}

@font-face {
    font-family: 'AvenirLTStdRoman';
    src: url('../fonts/avenir/roman/AvenirLTStdRoman.eot');
    src: url('../fonts/avenir/roman/AvenirLTStdRoman.eot') format('embedded-opentype'),
         url('../fonts/avenir/roman/AvenirLTStdRoman.woff2') format('woff2'),
         url('../fonts/avenir/roman/AvenirLTStdRoman.woff') format('woff'),
         url('../fonts/avenir/roman/AvenirLTStdRoman.ttf') format('truetype'),
         url('../fonts/avenir/roman/AvenirLTStdRoman.svg#AvenirLTStdBlack') format('svg');
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

a:hover h4,
a:hover h2,
a:hover h3 {
  text-decoration: underline;
  color: #901617;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-align: left;
}

h1 {
  font-family: 'AvenirLTStdMedium';
  margin: 0;
  color: #808080;
  font-size: 2.143em;
}

h2, h3, h4 {
  font-family: 'AvenirLTStdBlack';
  margin: 0;
  color: #00024c;
}

h2 {
  margin: 0;
  font-size: 1.57em;
}

h3 {
  font-size: 1.286em;
}

h4 {
  font-size: 1.143em;
  line-height: 1.143em;
}

hr.normal {
  background-color: #e2e2e2;
  height: 1px;
}

p {
  color: #808080;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin: 0 auto 420px auto;
}

.wrap-940 {
  width: 940px;
  max-width: 940px;
  margin: 0 auto;
}

.top-line {
  width: 100%;
  height: 4px;
  background-color: #00024c;
}

/* =Header
******************************************/

header > .header-top > .wrap-940:first-child {
  padding-top: 25px;
}

header .header-top {
  /*height: 160px;*/
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(bottom, #fff, #ececec);
  background-image: -moz-linear-gradient(bottom, #fff, #ececec);
  background-image: -o-linear-gradient(bottom, #fff, #ececec);
  background-image: -ms-linear-gradient(bottom, #fff, #ececec);
  background-image: linear-gradient(to top, #fff, #ececec);
}

header .site-logo {
  float: left;
}

header .header-right {
  display: inline-block;
  float: right;
}

header ul {
  display: inline-block;
}

header * {
  color: #8f8f8f;
  vertical-align: middle;
}

header ul a {
  text-decoration: none !important;
}

header ul a:hover {
  color: #00024c;
}

header .header-right ul:first-child {
  float: left;
}

header .header-right  ul:first-child li {
  padding: 0 25px;
}

header .header-right > div > ul:first-child li + li {
  background:url('../images/top-separator.png') no-repeat center left;
}

header .social {
  float: right;
}

header .social li + li {
  padding-left: 5px;
}

header li {
  display: inline-block;
}

header .header-right > div:last-child {
  margin-top: 30px;
}

header .header-right > div:last-child * {
  display: inline-block;
}

header .header-right > div:last-child > .banner {
  width: 160px;
  height: 41px;
  margin-left: 10px;
  background-color: #00024c;
}

header form.search input {
  color: #00024c;
  width: 239px;
  height: 35px;
  border: 3px solid #dedddd;
  font-family: 'AvenirLTStdMedium';
  padding: 0 45px 0 20px;
  float: left;
}

header form.search div {
  height: 40px;
  border-left: 1px solid #dedddd;
  margin-left: -44px;
}

header form.search button {
  background: transparent url(../images/magnifier-icon.png) no-repeat center center;

  /* Display & Box Model */
  border: 0;
  height: 40px;
  padding: 0 18px;
  width: 15px;
}

header input::-webkit-input-placeholder {
  /* Colour */
  color: #00024c;

  /* Typography */
  text-transform: uppercase;
}

header input:-moz-placeholder {
  /* Colour */
  color: #00024c;

  /* Typography */
  text-transform: uppercase;
}

header input::-moz-placeholder {
  /* Colour */
  color: #00024c;

  /* Typography */
  text-transform: uppercase;
}

header input:-ms-input-placeholder {
  /* Colour */
  color: #00024c;

  /* Typography */
  text-transform: uppercase;
}

header hr {
  padding: 30px 0;
  margin: 0;
}

hr {
  clear: both;
  border: none;
}

hr.thicker {
  background: transparent url(../images/main-separator.png) no-repeat center center;
  height: 10px;
}

header .header-guide {
  width: 100%;
  background: #fff;
}

header .header-guide .wrap-940 {
  position: relative;
  height: 80px;
  background-color: #fff;
  border: solid 1px #d9d9da;
  padding: 20px;
}

header .guidebook {
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  width: auto;
}

header .separator {
  /*margin: 0 60px;*/
  background-color: #e2e2e2;
  background-image: none;
  position:absolute;
  top:0;
  bottom:0;
  left: 44%;
  margin:auto;
}

header .categories {
  padding-left: 18px;
  color: #00024c;
  width: 428px;
  height: 35px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  border: 3px solid #dedddd;
  font-family: 'AvenirLTStdBlack';
}

header .categories option {
  color: inherit;
}

header nav {
  position: relative;
  height: 47px;
  width: 100%;
  margin-top: 30px;
  background-color: #00024c;
  -webkit-box-shadow: inset 0 3px 3px rgba(1,2,64,.3);
  -moz-box-shadow: inset 0 3px 3px rgba(1,2,64,.3);
  box-shadow: inset 0 3px 3px rgba(1,2,64,.3);
  background-image: -webkit-linear-gradient(bottom, #00023d, #00024c);
  background-image: -moz-linear-gradient(bottom, #00023d, #00024c);
  background-image: -o-linear-gradient(bottom, #00023d, #00024c);
  background-image: -ms-linear-gradient(bottom, #00023d, #00024c);
  background-image: linear-gradient(to top, #00023d, #00024c);
}

header .navlist {
  line-height: 45px;
}

.navlist * {
  color: #fff;
  font-family: 'AvenirLTStdLight';
  font-size: 1.143em;
}

header .navlist a {
  height: 47px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  padding-bottom: 8px;
  border-bottom: 4px solid transparent;
}

header .navlist a:hover,
header .navlist .active a {
  color: #3c6eab;
  border-color:#3c6eab;
}

header .navlist li:not(:last-child) {
  padding-right: 33px;
}

header .navlist li + li {
  background: url('../images/top-separator.png') no-repeat center left;
  padding-left: 33px;
}

/* =Footer
*********************************************/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 420px;
  background-color: #f5f5f5;
  -webkit-background-size: 100% 340px;           /* Safari 3.0 */
     -moz-background-size: 100% 340px;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100% 340px;           /* Opera 9.5 */
          background-size: 100% 340px;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  -webkit-box-shadow: inset 0 3px 3px rgba(1,2,64,.3);
  -moz-box-shadow: inset 0 3px 3px rgba(1,2,64,.3);
  box-shadow: inset 0 3px 3px rgba(1,2,64,.3);
  background-image: -webkit-linear-gradient(bottom, #00023d, #00024c);
  background-image: -moz-linear-gradient(bottom, #00023d, #00024c);
  background-image: -o-linear-gradient(bottom, #00023d, #00024c);
  background-image: -ms-linear-gradient(bottom, #00023d, #00024c);
  background-image: linear-gradient(to top, #00023d, #00024c);
}

footer nav {
  position: relative;
  height: 90px;
  width: 100%;
}

footer .navlist {
  line-height: 90px;
}

footer .navlist li {
  display: inline-block;
}

footer .navlist a:hover,
footer .navlist .active a {
  color: #3c6eab;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 4px solid #3c6eab;
}

footer .navlist li:not(:last-child) {
  padding-right: 33px;
}

footer .navlist li + li {
  padding-left: 33px;
}

footer .fb-like-box {
  background-color: #fff;
}

footer .fb-like-box .clearfix.pvs.phm {
  display: none !important;
}

footer .copyright-wrapper {
  position: absolute;
  bottom: 0;
  height: 80px;
  line-height: 80px;
}

footer .copyright {
  position: relative;
  width: 100%;
}

footer .copyright p {
  margin: 0;
  display: inline-block;
  color: #fff;
  font-size: 0.857em;
}

footer .copyright a {
  float: right;

}

/* =Index
*******************************************/
.highlight {
  position: relative;
  width: 100%;
  height: 110px;
  /*line-height: 110px;*/
  background-color: #eef1f4;
}

.highlight .wrap-940 {
  position: relative;
}

.highlight .wrap-940 > div {
  display: table-cell;
  vertical-align: middle;
  height: 110px;
}

.highlight p {
  text-transform: uppercase;
  font-family: 'AvenirLTStdMedium';
  font-size: 0.857em;
  color: #8b9097;
  display: block;
  margin: 0;
}

.highlight h1 {
  color: #00024c;
  font-size: 2.5em;
  margin: 0;
}
.highlight h1 a, #slides .slide h2 a{
  color: #00024c;
}
hr.thick {
  background: transparent url(../images/main-separator.png) no-repeat bottom center;
  height: 5px;
}

.news-1 .col-1 {
  padding-right: 20px;
}

.newsheader {
  font-family: 'AvenirLTStdMedium';
  font-size: 0.71em;
  text-transform: uppercase;
  color: #901617;
  margin: 0;
}

.newsheader + a {
  text-decoration: none;
  color: inherit;
}

article a > .briefing,
div a > .briefing {
  font-family: 'AvenirLTStdMedium';
  /*font-size: 0.857em;*/
  color: #7b7979;
  margin: 0;
}

.news-1 > *:first-child,
.news-1 > *:last-child {
  width: 31.91%;
}

.news-1 > #slidesContainer {
  width: 36.17%;
  position: relative;
}

#slides > .slide > div {
  background-color: #f4f4f4;
  height: 135px;
}

.slide > div {
  padding: 18px;
  width: 100%;
}

.slidesHolder {
  margin-bottom: 0;
  padding: 0 48px;
  height: 42px;
  line-height: 42px;
  background-color: #eaeaea;
}

.slidesHolder a:nth-last-child(2) {
  margin: 0;
}

.slidesHolder a {
  margin-right: 25px;
  padding: 5px 10px;
  width: 25px;
  height: 25px;
  font-family: 'AvenirLTStdMedium';
  color: #00024c;
}

.slidesHolder a:hover {
  cursor: pointer;
}

.slidesHolder a:hover,
.slidesHolder a.jp-current,
.slidesHolder a.jp-current:hover {
  background-color: #f4f4f4;
  color: inherit;
  text-decoration: none;
}

.slidesHolder .jp-previous,
.slidesHolder .jp-next {
  position: absolute;
  top: 145px;
  margin: -35px 0 0 0 !important;
  height: 70px;
  width: 40px;
}

.slidesHolder .jp-previous {
  left: 0;
  background: transparent url(../images/previous.png) no-repeat center center !important;
}

.slidesHolder .jp-next {
  right: 0;
  background: transparent url(../images/next.png) no-repeat center center !important;
}

.news-1 .col-3 {
  padding-left: 20px;
}

.news-right > article {
  margin-top: 20px;
  background-color: #f4f4f4;
}

.news-right > article > a,
.news-2 > article > a,
.headlines a {
  text-decoration: none;
}

.news-right > article > a > *,
.news-2 > article > a > * {
  vertical-align: top;
}

.news-right > article > a > .newsheader {
  margin-top: 8px;
  margin-bottom: 5px;
}

.news-right > article > a > img {
  margin-right: 10px;
  float: left;
}

.news-2 {
  margin: 35px 0;
}

.news-2.flex > article:nth-child(2) {
  margin: 0 20px;
  position: relative;
}

.news-2.flex > article {
  background-color: #f4f4f4;
  min-height: 120px;
}

.news-2 > article > a > .newsheader {
  margin-top: 15px;
  margin-bottom: 5px;
}

.news-2 > article > a > img {
  margin-right: 20px;
  float: left;
}

.headlines {
  margin: 30px 0;
}

.headlines > section {
  position: relative;
  display: inline-block;
  width: 210px;
  vertical-align: top;
}

.headlines > section > header > img,
.headlines > section > header > h1 {
  display: inline-block;
  vertical-align: baseline;
}

.headlines > section > header > img {
  margin-right: 15px;
}

.headlines > section + .vertical-divider {
  display: inline-block;
  /*margin: 0 18px;*/
  width: 1px;
  height: 308px;
  background-color: #eaeaea;
  vertical-align: top;
}

.headlines > section > header + article {
  margin-top: 20px;
}

.headlines .newsheader {
  margin: 15px 0 10px 0;
}

.headlines article + hr.normal {
  margin: 10px 0;
}

.headlines article p.title {
  font-family: 'AvenirLTStdMedium';
  font-size: 1em;
  color: #808080;
  margin: 0;
}

.headlines article a:hover p.title {
  text-decoration: underline;
  color: #901617;
}

#blogs, #tv, #entertainment {
  margin: 15px 0 30px 0;
  position: relative;
}
#blogs{
  margin:15px 0 10px 0 !important;
}
#classifieds {
  margin: 30px 0;
  position: relative;
}

#tv .tv-news-container,
#classifieds .classifieds-container {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

#blogs .blogger,
#classifieds .classified {
  width: 220px;
}

#blogs .blogger {
  width: 220px;
  margin-right:14px;
  margin-bottom:20px;
}
#blogs .blogger:nth-child(4n){
  margin-right: 0;
}

#blogs .blogger,
#tv .tv-news,
#classifieds .classified,
#entertainment .event {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
}

#blogs .blogger *,
#tv .tv-news *,
#classifieds .classified *,
#entertainment .event * {
  text-decoration: none;
}

#blogs h1,
#classifieds h1,
#entertainment h1 {
  margin-bottom: 20px;
  float: left;
}

#blogs h1 + .more,
#tv div + .more,
#classifieds h1 + .more,
#entertainment h1 + .more {
  font-family: 'AvenirLTStdMedium';
  font-size: 2.143em !important;
  float: right;
  display: inline;
  color: #00024c;
  text-decoration: none;
}

#blogs .blogger h3,
#tv .tv-news h3,
#classifieds .classified h4,
#entertainment .event h2 {
  margin-top: 10px;
}

#blogs .blogger .image,
#tv .tv-news .image,
#classifieds .classified .image,
#entertainment .event .image,
#videos .destaque .image {
  position: relative;
}

#blogs .blogger .image:after,
#tv .tv-news .image:after,
#classifieds .classified .image:after,
#entertainment .event .image:after,
#videos .destaque .image:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background: rgba(0,0,0,0.5);
    opacity:0;
}

#blogs .blogger:hover .image:after,
#tv .tv-news:hover .image:after,
#classifieds .classified:hover .image:after,
#entertainment .event:hover .image:after,
#videos .destaque:hover .image:after {
    opacity:1;
}

#blogs .blogger p.sentence,
#tv .tv-news p.sentence,
#classifieds .classified p.sentence,
#entertainment .event p.sentence {
  font-family: 'AvenirLTStdMedium';
  font-size: 1em;
  color: #808080;
  margin: 0;
  text-align: left;
}

#entertainment .events {
  background-color: #f4f4f4;
  padding: 30px 30px 0 30px;
}

#tv .tv-news,.tv-news .image img {
  width: 280px;
  vertical-align: top;

}

#tv .tv-news:first-child,.tv-news:first-child .image img {
  width: 340px;
}
#tv > .tv-news *,
#tv > .title * {
  display: inline-block;
  vertical-align: middle;
}

#tv > .title {
  margin-bottom: 30px;
}

#tv .title > div {
  float: left;
}

#tv .tv-news-container .image:after {
  background: rgba(0,0,0,0.5) url(../images/tv-play-icon.png) no-repeat center center;
}

#classifieds h4 {
  margin: 0 0 12px 0 !important;
  padding-top: 18px;
}

#classifieds .classified p {
  font-size: 1em;
}

#classifieds .classified .description {
  background-color: #f4f4f4;
}

#classifieds .classified .details {
  margin: 0 18px 8px 18px;
  height: 150px;
}

#classifieds .classified .category {
  position: relative;
  height: 40px;
  background-color: #f3edc0;
  padding-left: 18px;
}

#classifieds .classified .category.cars {
  background-color: #f3edc0;
}

#classifieds .classified .category.houses {
  background-color: #c4d8d4;
}

#classifieds .classified .category p {
  color: #00024c;
  font-size: 1em;
  line-height: 40px !important;
  margin: 0;
  vertical-align: middle;
}

#classifieds .classified .description p {
  line-height: 1.2em;
  color: #00024c;
}

#entertainment .event {
  width: 220px;
}

#entertainment .event:first-child {
  width: 340px;
}

#entertainment .vertical-divider {
  background: transparent url(../images/vertical-divider.png) no-repeat left center;
  width: 10px;
  height: 300px;
}

#suggestion {
  width: 100%;
  height: 90px;
  background-color: #00024c;
  margin: 40px 0 40px 0;
}

#suggestion * {
  display: inline-block;
  vertical-align: middle;
}

#suggestion img {
  margin: 0 20px 0 30px;
}

#suggestion h1 {
  color: #fff;
  line-height: 90px;
}

#suggestion span {
  font-family: 'AvenirLTStdBlack';
  color: inherit;
  vertical-align: top;
}

#suggestion .vertical-divider {
  width: 1px;
  height: 50px;
  background-color: #fff;
  margin: 0 105px;
}

#suggestion a {
  position: relative;
  width: 210px;
  height: 50px;
  background-color: #fff;
  border: 3px solid #dedddd;
  text-decoration: none;
  line-height: 24px;
  font-size: 1.714em;
  font-family: 'AvenirLTStdBlack';
  color: #00024c;
  text-align: center;
  line-height: 45px;
}
#pautaModal .modal-content {
 background-color: #ececec;
}

#pautaModal h1 {
 color: #00024c;
 font-family: 'AvenirLTStdBlack';
 font-size: 4rem;
 text-align: center;
}

#pautaModal span {
 font-family: 'AvenirLTStdMedium';
 font-size: inherit;
 color: inherit;
 vertical-align: top;
}

input[type="file"] {
 position:absolute;
 display:none!important;
}

#contact-form > .fileInputMaskGroup {
 position: relative;
 background-color: #fff;
 line-height: 30px;
 /* Colour */
 color: #808080;
}

#contact-form > .fileInputMaskGroup #upload {
 display: inline-block;
 height: 20px;
 margin: 5px 0;
 float: right;
 border-left: 1px solid #808080;
 line-height: 20px;
 padding: 0 15px;
 cursor: pointer;
}

/* =Notícias
----------------------------------------- */
main#noticias {
  margin-top: 0;
}

#noticias,
.left-column-wrapper {
  width: 580px;
  position: relative;
  font-family: 'AvenirLTStdMedium';
  float: left;
}

#noticias .breadcrumb-decorator,
#noticia .breadcrumb-decorator {
  margin-right: 10px;
}

#noticias .title,
#noticia .title {
  margin: 0;
}

.left-column .title + hr,
#noticias .title + hr {
  background-size: contain;
  margin: 15px 0 25px;
  padding: 0;
  background-size: 100%;
}

#noticias h1,
#noticia h1 {
  color: #00024c;
  font-family: 'AvenirLTStdBlack';
  line-height: 1;
  margin: 10px 0;
}

#noticias p.briefing {
  color: #808080;
  text-align: justify;
}

#noticias article + .normal {
  margin: 40px 0;
}

#news-2 > article {
  width: 180px;
}

#news-2 > article .newsheader {
  margin-bottom: 5px;
}

#news-2 > article div {
  background-color: #f4f4f4;
  padding: 10px;
  text-align: justify;
}

#news-3 article div {
  overflow: hidden;
}

#news-3 > h2 {
  margin-bottom: 15px;
}

#news-3 article .newsheader {
  margin-top: 5px;
}

#news-3 article img {
  margin-right: 10px;
  float: left;
}

#news-3 article + hr.normal {
  margin: 20px 0;
  clear: both;
}

#news3Container {
  min-height: 112px !important;
}

.paginationHolder {
  position: relative;
  display: block !important;
}

.paginationHolder > * {
  display: inline-block;
  font-family: 'AvenirLTStdMedium';
  cursor: pointer;
}

.paginationHolder a {
  /*margin-right: 25px;*/
  padding: 0 10px;
  font-family: 'AvenirLTStdMedium';
  color: #808080;
  font-size: 1.143em;
  vertical-align: middle;
}

.paginationHolder a.jp-current {
  cursor: default;
}

.paginationHolder a:hover,
.paginationHolder a.active,
.paginationHolder a.jp-current {
  color: #00024c;
}

.paginationHolder > .arrowPrev,
.paginationHolder > .arrowNext {
  width: 31px;
  height: 31px;
}

.arrowPrev.jp-disabled,
.arrowNext.jp-disabled {
  display: none !important;
}

/* =Notícia
---------------------------------------- */
.left-column .left-column-wrapper {
  width: 580px;
}

.left-column {
  /*margin: 40px auto;*/
}

.left-column main {
  margin: 0 0 30px 0;
  padding-bottom: 0;
}

.left-column .ad-940x90 {
  margin-top: 0;
}

.left-column .left-column-wrapper + aside {
  float: right;
  width: 280px;
}

.left-column .news-utils {
  float: right;
}

.left-column .news-utils .fb-like {
  margin-left: 15px;
}

.left-column .news-date-info {
  font-size: 0.714em;
  clear: both;
  margin: 15px 0;
}

.left-column .left-column-wrapper article p {
  color: #808080;
  text-align: justify;
}

.left-column .left-column-wrapper article .briefing {
  font-family: 'AvenirLTStdBlack';
}

.left-column .left-column-wrapper article .briefing + div {
  margin-top: 20px;
}

.left-column .left-column-wrapper article .briefing + div > a > img, .left-column .left-column-wrapper article .briefing + div > img {
  float: left;
  margin: 0 18px 18px 0;
}

#noticia .gallery {
  position: relative;
  height: 100%;
  width: 100%;
}

#noticia .gallery h2 {
  margin-bottom: 20px;
}

#galleryContainer{
  width: 445px;
  height: 100px;
}

.gallery .arrowPrevPhoto:hover,
.gallery .arrowNextPhoto:hover {
  cursor: pointer;
}

#noticia .comments-section h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}

#noticia .comments-section > p {
  margin: 0;
}

#comment-form {
  margin-top: 30px;
  height: 340px;
}

.comments-section hr.normal {
  margin: 30px 0 25px 0;
}

#comment-form > input,
#comment-form > textarea,
#comment-form > button {
  display: block;
  margin-bottom: 20px;
}

#comment-form > input,
#comment-form > textarea {
  width: 100%;
  height: 44px;
  padding-left: 20px;
  resize: none;
}

#comment-form > input,
#comment-form > textarea,
#comment-form > button {
  border: 3px solid #dedddd;
  font-family: 'AvenirLTStdMedium';
  font-size: 1.143em;
}

#comment-form > textarea {
  height: 144px;
  padding-top: 0.5em;
}

#comment-form > input::-webkit-input-placeholder,
#comment-form > textarea::-webkit-input-placeholder {
  /* Colour */
  color: #00024c;
}

#comment-form > input:-moz-placeholder,
#comment-form > textarea:-moz-placeholder {
  /* Colour */
  color: #00024c;
}

#comment-form > input::-moz-placeholder,
#comment-form > textarea::-moz-placeholder {
  /* Colour */
  color: #00024c;
}

#comment-form > input:-ms-input-placeholder,
#comment-form > textarea:-ms-input-placeholder {
  /* Colour */
  color: #00024c;
}

#comment-form > button {
  width: 85px;
  height: 44px;
  background-color: #fff;
  float: right;
}

#commentsContainer .collapse-icon {
  background: #fff url(../images/collapse-icon.png) no-repeat top center;
  width: 20px;
  height: 10px;
  display: inline-block;
}

#commentsContainer #number-comments {
  background-color: #00024c;
  width: 20px;
  height: 20px;
  font-size: 0.714em;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}

#commentsContainer h4 {
  margin-bottom: 35px;
  cursor: pointer;
}

#comments .comment .author,
#comments .comment .date {
  margin: 0;
}

#comments .comment .author {
  font-size: 1.143em;
  font-family: 'AvenirLTStdBlack';
}

#comments .comment .text {
  margin-bottom: 0;
}

#comments + .paginationHolder {
  text-align: center;
  margin: 50px 0;
}

/* =Blog
----------------------------------------- */
.left-column-wrapper h1 {
  font-family: 'AvenirLTStdHeavy';
  color: #00024c;
}

.left-column-wrapper > hr.thick {
  background-size: contain;
  margin: 20px 0;
  padding: 0;
  background-size: 100%;
}

#blog .blogger-info .blogger img {
  float: left;
  border: 1px solid #dedddd;
  margin-right: 20px;
}

#blog .blogger-info .blogger p {
  font-family: 'AvenirLTStdRoman';
}

#blog .news-date-info {
  margin-top: 0;
}

#blog article h1 {
  color: #00024c;
  font-family: 'AvenirLTStdBlack';
  line-height: 1;
  margin: 10px 0;
}

#blog article .news-utils {
  margin: 10px 0 25px;
}

#blog article .content {
  clear: both;
}

#blog article p {
  font-family: 'AvenirLTStdMedium';
}

#blog #articles {
  min-height: 0 !important;
}

#blog #articles + .paginationHolder {
  text-align: center;
}

/* =Vídeos
---------------------------------------- */
#videos h1,
#galeria h1 {
  color: #00024c;
  font-family: 'AvenirLTStdBlack';
}

#videos .left-column-wrapper article h1 {
  line-height: 1;
  margin: 15px 0;
}

#videos hr.normal {
  margin: 40px 0;
}

#videos .destaques h1 {
  margin-bottom: 10px;
}

#videos .destaque {
  width: 180px;
  float:left;
  margin:6px;
}

#videos .destaque p {
  color: #00024c;
  margin: 10px 0;
}

#videos #destaquesContainer {
  min-height: 140px !important;
}

#videos .paginationHolder {
  text-align: center;
  margin: 20px 0 35px;
}

/* =Galeria
----------------------------------------- */
#gallery p.date {
  font-family: 'AvenirLTStdHeavy';
  color: #00024c;
  margin-bottom: 0;
}

#gallery p.date + h2 {
  font-family: 'AvenirLTStdHeavy';
  font-size: 1.786em;
  margin-bottom: 30px;
}

#gallery #imagesContainer {
  min-height: 140px !important;
}

#gallery #imagesContainer .image {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}

.nomarginright {
  margin-right: 0 !important;
}

#gallery .paginationHolder {
  text-align: center;
  clear: both;
}

#innerCategoriesList {
  margin: 40px 0;
}

/* =Fale Conosco
----------------------------------------- */
#contact hr.thick,
#anuncie hr.thick {
  margin: 35px 0;
  background-size: contain;
  padding: 0;
  background-size: 590px 100%;
  background-position-x: left;
}

#contact h1 + div,
#anuncie h1 + div {
  width: 590px;
}

#contact p {
  margin-top: 0;
}

#contact .left-column,
#anuncie .left-column {
  width: 460px;
  float: left;
}

#contact-form {
  margin-top: 20px;
}

#contact-form > input,
#contact-form > textarea,
#contact-form > button,
#contact-form > select,
#contact-form > .fileInputMaskGroup {
  display: block;
  margin-bottom: 10px;
}

#contact-form > input,
#contact-form > textarea,
#contact-form > select,
#contact-form > .fileInputMaskGroup {
  width: 100%;
  height: 32px;
  padding-left: 20px;
  resize: none;
}

#contact-form > input,
#contact-form > textarea,
#contact-form > button,
#contact-form > select,
div.bannerSample + div,
#contact-form > .fileInputMaskGroup {
  border: 1px solid #808080;
  font-family: 'AvenirLTStdMedium';
  font-size: 1em;
}

#contact-form > textarea {
  height: 144px;
  padding-top: 0.5em;
}

#contact-form > input::-webkit-input-placeholder,
#contact-form > textarea::-webkit-input-placeholder {
  /* Colour */
  color: #808080;
}

#contact-form > input:-moz-placeholder,
#contact-form > textarea:-moz-placeholder {
  /* Colour */
  color: #808080;
}

#contact-form > input::-moz-placeholder,
#contact-form > textarea::-moz-placeholder {
  /* Colour */
  color: #808080;
}

#contact-form > input:-ms-input-placeholder,
#contact-form > textarea:-ms-input-placeholder {
  /* Colour */
  color: #808080;
}

#contact-form > button {
  color: #fff;
  width: 90px;
  height: 35px;
  background-color: #00024c;
  border: solid 1px #808080;
  float: right;
}

#contact-form > select {
  /* Colour */
  color: #808080;
  padding-left: 16px;
}

#contact .right-column,
#anuncie .right-column {
  float: right;
}

#contact .left-column p,
#anuncie p {
  font-family: 'AvenirLTStdMedium';
}

#contact .right-column p {
  font-family: 'AvenirLTStdBlack';
}

#contact .right-column p {
  color: #00024c;
  margin-bottom: 5px;
}

#contact .right-column p a {
  font-family: 'AvenirLTStdMedium';
  text-decoration: none;
  color: inherit;
}

#contact iframe {
  margin-top: 35px;
}

/* =Anuncie
--------------------------------------- */
#anuncie p {
  margin: 5px 0;
}

div.bannerSample {
  width: 400px;
  height: 259px;
  background-color: #fff;
  border: solid 3px #dedddd;
  margin: 20px 0;
  padding: 40px;
}

div.bannerSample + a {
  background-color: #00024c;
  border: solid 1px #808080;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  width: 150px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  font-family: 'AvenirLTStdMedium';
}

/* =aside-right
----------------------------------------- */
#aside-right {
  width: 280px;
  float: right;
}

#aside-right > hr.normal {
  height: 3px;
  margin: 30px 0;
}

#aside-right .most-read > h2 {
  margin-bottom: 15px;
}

#aside-right h2 {
  line-height: 1;
  margin-bottom: 5px;
}

#aside-right article + hr {
  margin: 8px 0;
}

#aside-right .blogs > div {
  margin-bottom: 15px;
}

#aside-right .blogs > div img {
  float: left;
  margin-right: 5px;
}

#aside-right.aside-2 .gallery article {
  margin-bottom: 20px;
}

#aside-right.aside-2 .gallery article img {
  float: left;
  margin-right: 20px;
}

#aside-right.aside-2 .gallery h2 {
  margin-bottom: 20px;
}

#aside-right.aside-2 .gallery p.briefing {
  font-family: 'AvenirLTStdMedium';
}

/* =Categorias
----------------------------------------- */
#categories h1 {
  color: #00024c;
  font-family: 'AvenirLTStdBlack';
}

#categories hr {
  margin: 25px 0;
}

#categories .categories {
  padding-left: 18px;
  color: #00024c;
  width: 100%;
  height: 35px;
  margin: auto;
  background-color: #fff;
  border: 3px solid #dedddd;
  font-family: 'AvenirLTStdBlack';
}

#categories .categories option {
  color: inherit;
}

#innerCategoriesList .image img {
  margin-bottom: 15px;
}

#innerCategoriesList .image {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  width: 172px;
  height:350px;
}

#innerCategoriesList .image p {
  margin: 0;
}

#innerCategoriesList .image p.brand {
  font-weight: bold;
  font-size: 1.429em;
  color: #00024c;
}

/* =Categoria Interna
-----------------------------------------*/
#categoria .left-column-wrapper header.clearfix h1 {
  float: left;
}

#categoria .left-column-wrapper header.clearfix .news-utils {
  margin-top: 10px;
}

#categoria .left-column-wrapper header.clearfix + hr {
  background-size: contain;
  margin: 15px 0 25px;
  padding: 0;
  background-size: 100%;
}

#categoria .left-column-wrapper hr.normal {
  margin: 30px 0;
}

#categoria .left-column-wrapper .briefing img {
  float: left;
  margin: 0 20px 20px 0;
}

#categoria .left-column-wrapper .briefing p,
#categoria .left-column-wrapper .information p {
  margin-top: 0;
}

#categoria .left-column-wrapper .information a {
  text-decoration: none;
  color: inherit;
}

#categoria .left-column-wrapper h2 {
  margin-bottom: 30px;
}

#categoria .left-column-wrapper #video h1 {
  font-family: 'AvenirLTStdBlack';
  font-size: 1.786em;
}

#categoria .left-column-wrapper .comments-section > h2 {
  margin-bottom: 15px;
}

#categoria .left-column-wrapper .comments-section > p {
  line-height: 0.5;
}

/* =Others
----------------------------------------- */
main {
  margin: 40px 0;
  padding-bottom: 40px;
}

.ad > p {
  color: #666666;
  font-size: 0.71em;
  margin: 0 0 5px 0;
}

.ad-940x90 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ad-940x90 > a >img {
  width: 940px;
  height: 90px;
}

.ad-700x90 > a > img {
  width: 700px;
  height: 90px;
}

.ad-280x250 > a > img {
  width: 280px;
  height: 250px;
  background-color: #000;
}

.ad-220x90 > a > img {
  width: 220px;
  height: 90px;
}

.banner-bottom {
  width: 728px;
  height: 90px;
  display: block;
  margin: 0 auto 10px auto;
}

.flex {
  /* Display & Box Model */
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  /* Positioning */
  clear: both;
}

.flex > * {
  width: 100%;
  display: inline-block;
}

.clearfix:after {
   content: "";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* Distribute elements in a row */
aside.ads-row,
.justify-children {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

aside.ads-row > .ad,
.justify-children > * {
  display: inline-block;
  vertical-align: top;
}

.stretch, .stretch.jp-hidden {
  width: 100%;
  display: inline-block !important;
  font-size: 0;
  line-height: 0
}

.modal-header {
  border: none;
}

.modal-dialog{
  width:470px;
}

.modal-content {
  font-family: Arial;
  min-height: 405px;
  background-color: #fff;
}

.modal-content img {
  display: block;
  margin: 50px auto 40px auto;
}

.modal-content p {
  font-family: Arial;
  font-size: 25px;
  width: 348px;
  line-height: 30px;
  margin: 0 auto 65px auto;
  text-align: center;
}

button.close {
  float: right;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  /*opacity: 0.2;*/
  /*filter: alpha(opacity=20);*/
  text-decoration: none;
}

.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.content {
  position: relative;
  margin: 40px auto;
  padding-bottom: 40px;
}

/* =Erro 404
---------------------------------------- */
#error404{
  width:940px;
  min-height:400px;
  float:left;
  background: url(../images/error404.png) center 30px no-repeat;
  text-align: center;
}
#error404 h1{
  margin-top:210px;
  font-size:1.785em;
  color:#00014B;
}
#error404 p, #error404 p a{
  font-size:1em;
  color:#00014B;
  line-height:1.714em;
}
#error404 p a{
  text-decoration: underline;
}

/* =Institucional
---------------------------------------- */
#institutional h1, #team h1{
  font-size:2.14em;
  color:#00014B;
}
 #team h1{
  font-size: 1.428em;
 }
.thick_2{
  background: transparent url(../images/main-separator2.png) no-repeat bottom center;
  height: 5px;
}
#institutional .texto p{
  font-family: "AvenirLTStdMedium";
  color:#7F7F7F;
  text-align: justify;
}

#team {
  margin: 15px 0 30px 0;
  position: relative;
}


#team .member_all {
  /*text-align: justify;*/
  /*-ms-text-justify: distribute-all-lines;*/
  /*text-justify: distribute-all-lines;*/
}

#team .member {
  width: 220px;
  margin-right:16px;
  margin-bottom:20px;
}
#team .member:nth-child(4n){
  margin-right: 0;
}
#team .member {
  display: inline-block;.
  text-decoration: none;
  vertical-align: top;
}

#team .member * {
  text-decoration: none;
}

#team h1 {
  margin-bottom: 20px;
  float: left;
}

#team .member h3 {
  margin-top: 10px;
}

#team .member .image{
  position: relative;
}

#team .member .image:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background: rgba(0,0,0,0.5);
    opacity:0;
}

#team .member:hover .image:after {
    opacity:1;
}

#team .member p.sentence {
  font-family: 'AvenirLTStdMedium';
  font-size: 1em;
  color: #808080;
  margin: 0;
  text-align: left;
}
/* =Busca
---------------------------------------- */
.news_search div > article > div > a:hover h2, .news_search div > article > div > a:hover h3{
  text-decoration: none !important;
}
.news_search div > article > div > a > h2, .news_search div > article > div > a:hover > h2{
  font-size:1.285em;
  color:#000F3F;
}
.news_search div > article > div > a > h3, .news_search div > article > div > a:hover > h3{
  font-family: 'AvenirLTStdMedium';
  font-size: 0.714em;
  color:#7F7F7F;
  margin-bottom:5px;
}
.news_search div > article > div > a > p {
  margin:0;
  text-align: justify;
}

/* =Galerias
---------------------------------------- */
#galleries{
  width:580px;
  float:left;
}
#galleries .box_galleries{
  width:580px;
  float:left;
  position: relative;
}
#galleries .box_galleries ul li{
  position:relative;
  width:580px;
  height:290px;
}
#galleries .box_galleries ul li .mask{
  width:580px;
  height:100px;
  position:absolute;
  bottom:0px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
  background: #000;
}

#galleries .box_galleries ul li .data{
  width:560px;
  position:absolute;
  bottom:40px;
  margin:10px;
}
#galleries .box_galleries ul li .data p{
  color:#FFF;
  font-size: 1em;
}
#galleries .box_galleries ul li .titulo{
  width:560px;
  position:absolute;
  bottom:20px;
  margin:10px;
 
}
#galleries .box_galleries ul li .titulo h2 a{
  color:#FFF;
  font-size: 1.114em;
}
.slidesGalleriesHolder{
    position: absolute;
    text-align: center;
    top: 20px;
    width: 580px;
}
.slidesGalleriesHolder a{
  width:20px;
  height:20px;
  background: #FFF;
  z-index:100;
  display: inline-block;
  margin:0 5px;
}
.slidesGalleriesHolder a.jp-current{
  background: #666;
}
#galleriesContainer{
  position:relative;
  z-index: 100;
}
#galleries .more_galleries h1{
  font-size: 2.142em;
  color:#00014B;
  margin:20px 0;
}
#galleries .more_galleries{
  width:580px;
  min-height:300px;
  float:left;
}
#galleries .more_galleries ul li{
  width:180px;
  min-height:200px;
  float:left;
  margin:0 20px 20px 0;
}
#galleries .more_galleries ul li .img{
  width:180px;
  height:139px;
  float:left;
}
#galleries .more_galleries ul li p.data{
  margin:0;
  color:#00014B;
  font-size: 0.857em;
}
.nomarginright{
  margin-right:0px;
}
#galleries .more_galleries ul li .titulo h2 a{
  margin:0;
  color:#00014B;
  font-size: 0.857em;
  z-index: 100;
}

/* =Imprimir
---------------------------------------- */
#noticia.imprimir_texto{
  margin:0 !important;
}
.imprimir_texto{
  padding: 20px;
}
.imprimir_texto > article div > img{
  float:left;
  margin:0 10px 0 0;
}

/* =Busca não encontrada
---------------------------------------- */
#notfound{
  width:100%;
  min-height:300px;
  background: url(../images/notfound.png) center 0 no-repeat;
  text-align: center;
}
#notfound > .message{
  width:100%;
  margin-top:170px;
  float:left;
  text-align: center;
}
#notfound > .message h1, #notfound > .message h4{
  text-align: center;
} 
#notfound > .message h1{
  color:#00014B;
  font-size:2.857em;
}
#notfound > .message h4{
  color:#00014B;
  font-size: 1.428em;
  line-height: 1.428em;
}

