/* correção da Barra TV Brasil */

/* GERAL */
body {
  background-color: #f2f2f2;
}

.clear {clear: both; min-height: 0px; width: 100%;}

/* Mensagem - Nenhum conteúdo publicado nesta data */

.view-empty {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  border: 1px dashed #c8c8c8;
  border-radius: 10px;
  margin: 10px 0;
  padding: 50px;
  text-align: center; }

.view-empty::before {
  content: "\f05e";
  font-family: "FontAwesome"; }



/* ---- */
/* TAGS */
/* ---- */

html * { margin: 0; padding: 0; font-family: 'Raleway', sans-serif; font-weight: 400; }

header {
  clear: both;
  display: block;
  position: relative;
  z-index: 10;
  /*padding-bottom: 10px;*/
}

    header:first-of-type { padding-bottom: 0; }

section { z-index: 5; display: block; position: relative; }

a, a:hover, a:focus { color: #333; text-decoration: none; }
h1,h2, h3, h4, h5 { line-height: 1.3em; }


/* ------------------ */
/* Componentes GERAIS */
/* ------------------ */

/*Sombra*/

.sombra, .shadow{
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.175);
  -moz-box-shadow:    0px 3px 6px 0px rgba(0,0,0,0.175);
  box-shadow:         0px 3px 6px 0px rgba(0,0,0,0.175);
}
.sombra-pequena, .shadow-small{
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.64);
  -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.64);
  box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.64);
}
.sombra-grande, .shadow-big{
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    0px 3px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow:         0px 3px 12px 0px rgba(0, 0, 0, 0.3);
}

.txtsombra, .txtshadow {
  text-shadow:          0 2px 3px rgba(0, 0, 0, 0.9);
  -moz-text-shadow:     0 2px 3px rgba(0, 0, 0, 0.9);
  -webkit-text-shadow:  0 2px 3px rgba(0, 0, 0, 0.9);
}

.padding { padding: 20px; }
.padding-v { padding: 20px 0; }
.padding-h { padding: 0 20px; }
.padding-inf {padding-bottom: 40px}
.padding-inner { padding: 5px; }
.padding-vvh { padding: 40px 20px; }

/*Box*/
.box{
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
  .box.spacer-bottom { margin-bottom: 20px; }
  .box .flag {
    position: absolute;
    background: #3563A4;
    padding: 10px;
    color: #ffffff;
  }
    .box .flag a { color: #fff; }

/*Backgrounds*/
.bgWhite { background-color: white; }
.bgGray { background-color: #f2f2f2; }
.bgDarkGray { background-color: #cccccc; }
.bgDarkestGray { background-color: #666666; }

/*Borders*/
.border-top, .border-all { border-top: solid 5px #3563A4; }
.border-left, .border-all { border-left: solid 5px #3563A4; }
.border-right, .border-all { border-right: solid 5px #3563A4; }
.border-bottom, .border-all { border-bottom: solid 5px #3563A4; }

/*Separador*/
.spacer, .spacer-responsive { margin-top: 40px; margin-bottom: 40px; }
.spacer-top { margin-top: 40px; }
.spacer-top-md { margin-top: 20px; }
.spacer-top-sm { margin-top: 10px; }
.spacer-bottom { margin-bottom: 40px; }
.spacer-bottom-md { margin-bottom: 20px; }
.spacer-bottom-sm { margin-bottom: 10px; }

@media only screen and ( max-width: 991px ) {
  .spacer-responsive { margin-top: 10px; margin-bottom: 20px; }
}

@media only screen and ( max-width: 767px ) {
  .container .spacer-top-md{margin-top: 0px;}
}

/* Cores */
.txtWhite { color: #fff; }
.txtGray { color: #f2f2f2; }
.txtDarkGray { color: #cccccc }
.txtDarkestGray { color: #666666; }

/* Ver todos */
.cmpVerTodos { float: right; font-weight: 300; margin-top: 10px; font-size: .9em; }
  .cmpVerTodos:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 5px;
  }
  .bgDarkestGray .cmpVerTodos:hover { color: #fff; }
  .cmpVerTodos:hover:after { margin-left: 3px; }

/*Outros*/
.full { width: 100%; }
.layer-top {z-index: 40; }


/*Títulos*/
h2.titleArea {
  font-size:1.6em;
  color: #ccc;
  margin-top:20px;
}

h3.txtWhite {
  font-weight: lighter;

}

/* Fim Componentes GERAIS */


/* ----------------------------- */
/* CONTEUDO LATERAL - cmpSideBox */
/* ----------------------------- */

.cmpSideBox {}
  .cmpSideBox.padding { padding: 5px 0; }
  .cmpSideBox ul { list-style: outside none none; }
    .cmpSideBox li { padding: 15px 20px; border-top: solid 1px #f2f2f2;}
      .cmpSideBox li:first-of-type { font-size: 1.6em; font-weight: 500; border: none; position: relative;}
      .cmpSideBox li:first-of-type:hover { background: transparent;}
      .cmpSideBox li:first-of-type:before {
        content: "\f105";
        font-family: "FontAwesome";
        position: absolute;
        right: 20px;
        top: 15px;
        pointer-events: none;
      }
      .cmpSideBox li:hover { background: #f2f2f2;}
      .cmpSideBox li a { display: block; }
        .cmpSideBox li a.active { font-weight: 700; }
          .cmpSideBox li a.active:before { content: "\f105"; font-family: "FontAwesome"; margin-right: 10px;}

  /*Imagem do logo veículo*/
  .cmpSideBox img {
    width: 100%;
    height: auto;
  }

  /*No arrow - Retira seta de título para componente lateral*/
  .cmpSideBox.noarrow > ul > li:first-of-type:before {
        content: none;
  }
  .pane-destaques .cmpSideBox > ul > li:first-of-type {
        content: none;
        font-size: 14px;
  }
  .pane-destaques .cmpSideBox > ul > li:first-of-type:before {
        content: none;
        font-size: 14px;
  }

  /*Anexos*/
  .cmpSideBox.anexos i {
      float: left;
      margin-right: 10px;
      margin-top: 3px;
   }

  /*Noticias Relacionadas*/
  .cmpSideBox.noticias-relacionadas > ul > li a span {
    display: inline-block;
    margin-top: 5px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
  }

/* ----------------------------------- */
/* IMAGEM DE DESTAQUE - cmpImgDestaque */
/* ----------------------------------- */

.cmpImgDestaque {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 40%;
  background: #ccc;
  overflow: hidden;
  margin: 40px 0;
  background-size: cover;
  background-position: center center;
}

@media only screen and ( min-width: 768px ) {
  .container-fluid.pageHeader { padding: 0; }
}
@media only screen and ( min-width: 1200px ) {
  .cmpImgDestaque { padding-top: 472px; }
}
@media only screen and ( max-width: 767px ) {
  .cmpImgDestaque {
    height: 200px;
    padding-top: 0;
    margin: 0;
  }
  .basica {
    padding-bottom: 0px;
    margin-top: 0px;
  }
}

/* ----------------------------------------- */
/* BARRA DE BUSCA E FILTROS - cmpBarraFiltro */
/* ----------------------------------------- */

.cmpBarraFiltro {
  background-color: #3563A4;
  margin: 20px 0;
  padding: 5px;
  height: 60px;
}

.cmpBarraFiltro form{
  margin: 8px;
}

.cmpBarraFiltro .form-block1 {
  float: left;
  display: inline;
  width: 50%;
}

.cmpBarraFiltro .form-block1 .form-group {
  width: 60%;
  display: inline-block;
}

.cmpBarraFiltro .form-block1 input {
  padding: 5px 10px;
  color: #555;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-top:-1px;
  font-size: .9em;
  height: 35px;
}

.cmpBarraFiltro .form-block1 button {
  margin-left: -30px;
  border: none;
  background-color: transparent;
}

.cmpBarraFiltro .form-block1 button span {
  color: #989898;
}

.cmpBarraFiltro .form-block2 {
  display: inline;
  float: right;
  right: 0;
  width: 50%;
}

.cmpBarraFiltro .form-block2 .form-group {
  width: 40%;
  display: inline-block;
  margin-left: 13px;
}

.cmpBarraFiltro .form-block2 span {
  color: #fff;
  font-size: .8em;
  margin-left: 20px;
}

.cmpBarraFiltro .form-block2 select {
  color: #989898;
  font-size: .9em;
  padding: 3px 5px;
}


@media only screen and ( max-width: 1199px ) {
  .cmpBarraFiltro .form-block2 {
    width: 60%;
    margin-top: -34px;
  }
}

@media only screen and ( max-width: 991px ) {
  .cmpBarraFiltro .form-block2 {
    width: 70%;
    margin-top: -34px;
  }
  .cmpBarraFiltro .form-block2 .form-group {
    width: 38%;
  }
}

@media only screen and ( max-width: 768px ) {
  .cmpBarraFiltro .form-block1 {
    width: 100%;
    display: block;
  }
  .cmpBarraFiltro .form-block1 button {
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top:-28px;
  }
  .cmpBarraFiltro .form-block2 {
    width: 100%;
    display: block;
    margin-top:20px;
  }
  .cmpBarraFiltro .form-block1 .form-group {
    width: 100%;
  }
  .cmpBarraFiltro .form-block2 .form-group {
    margin-left: 0;
    width: 100%;
  }
  .cmpBarraFiltro {
    height: 188px;
  }
  .cmpBarraFiltro .form-block2 span {
    margin-left: 0;
  }
  .cmpBarraFiltro .form-block2 select {
    margin-top: 10px;
  }
}

@media only screen and ( max-width: 480px ) {}

/*cmpBarraFiltroLAI - Licitações e Contratos*/

.cmpBarraFiltroLAI {
  background-color: #3563A4;
  margin-top: 20px;
  padding: 5px 5px 12px 5px;
}

  .cmpBarraFiltroLAI .item {
    display: inline;
    width: 20%;
    float: left;
    color:#fff;
    font-size: .8em;
    padding: 0 10px;
  }
    .cmpBarraFiltroLAI .item:last-of-type {
      float: right;
    }

    .cmpBarraFiltroLAI .item input,
    .cmpBarraFiltroLAI .item select {
      margin-top:3px;
    }

    .cmpBarraFiltroLAI .item button {
      border:none;
      margin-top: 19px;
      height: 34px;
      width: 100%;
    }

      .btn.form-submit::before {
          content: "\f0b0  ";
          font-family: "FontAwesome";
      }

@media only screen and ( max-width: 768px ) {

  .cmpBarraFiltroLAI {
    width: 100%;
    padding:10px 10px;
  }

    .cmpBarraFiltroLAI .item {
      width: 50%;
      display: block;
      padding:5px 10px;
    }
      .cmpBarraFiltroLAI .item:last-of-type {
        width: 100%;
      }

      .cmpBarraFiltroLAI .item button {
        margin-top: 10px;
      }

}

@media only screen and ( max-width: 480px ) {
  .cmpBarraFiltroLAI .item {
    width: 100%;
    display: block;
    padding:5px 0;
  }
}


/*Tabela conteúdo - Licitações e Contratos*/

.tabelaLAI {
  margin-top:0;
  margin-bottom: 30px;
  width: 100%;
}

.tabelaLAI table {
  background-color: #fff;
  font-size: .9em;
  width: 100%;
}

.tabelaLAI table tbody tr,
.tabelaLAI table tbody tr td,
.tabelaLAI table thead tr th {
  border: 1px solid #ddd;
}

.tabelaLAI table thead tr th,
.tabelaLAI table tbody tr td {
  padding: 10px;
}

.tabelaLAI table thead tr th {
  font-weight: bold;
  text-align: center;
}

.tabelaLAI table tbody tr td i {
  color:#666;
}

.tabelaLAI strong { font-weight: 700; color: #000; }
.tabelaLAI em { font-weight: 300; }
.tabelaLAI a { color: #337ab7; }
.tabelaLAI a:hover { color: #61aff2; }
.tabelaLAI p:not(:first-of-type) {
  margin-top: 20px;
}

/* Modal Bootstrap - Downlaod de Documentos - Contratos, Empresas Licitantes, Licitações, Produtos e Serviços Prequalificados */
.modal-dialog.documentos-download .modal-header { background: #3563A4; color: #fff; border-radius: 5px 5px 0 0;}
.modal-dialog.documentos-download .modal-header .close { opacity: 1; color: #fff; font-size: 2em; }
.modal-dialog.documentos-download .modal-body { padding: 0; }
  .modal-dialog.documentos-download ul {}
    .modal-dialog.documentos-download ul li { list-style: none; border-bottom: 1px solid #efefef; }
      .modal-dialog.documentos-download ul li a { padding: 15px; display: block;}
        .modal-dialog.documentos-download ul li a:hover { background: #efefef; }

/* ----------------------------------------- */
/* ULTIMAS IMPRENSA E OUVIDORIA - cmpUltimas */
/* ----------------------------------------- */

.cmpUltimas {}

.cmpUltimas .ultimas-topo {
  border-bottom: solid 1px #f2f2f2;
  padding: 21px 20px 17px 20px;
}

.cmpUltimas .ultimas-topo h3 {
  font-size: 1.6em;
  font-weight: 500;
  display: inline;
}

.cmpUltimas .ultimas-topo span {
  float: right;
  margin-top:8px;
  color:#3563A4;
  font-size: .9em;
}

.cmpUltimas .ultimas-topo a {
  color:#3563A4;
}

.cmpUltimas .ultimas-topo i {
  margin-left: 5px;
}

.cmpUltimas .ultimas-filtro {
  border-bottom: solid 1px #f2f2f2;
  padding: 10px 20px;
}

.cmpUltimas .ultimas-filtro .categorias {
  display: inline;
}

.cmpUltimas .ultimas-filtro .categorias ul {
  display: inline;
  line-height: 20px;
}

.cmpUltimas .ultimas-filtro .categorias li {
  display: inline;
  font-size:.9em;
  margin-right: 20px;
}

.cmpUltimas .ultimas-filtro .categorias a:hover,
.cmpUltimas .ultimas-filtro .categorias a:active,
.cmpUltimas .ultimas-filtro .categorias .active {
  border-bottom: 3px solid #3563A4;
  color: #3563A4;
  padding-bottom:1px;
}

.cmpUltimas .ultimas-filtro .seletor {
  display: inline;
  font-size:.9em;
  float: right;
}

.cmpUltimas .ultimas-filtro .seletor span {
  color:#3563A4;
  font-weight: 500;
  margin-right:10px;
}

.cmpUltimas .ultimas-filtro .seletor form {
  display: inline-block;
}

.cmpUltimas .ultimas-conteudo {
  padding: 0 20px;
}

.cmpUltimas .ultimas-conteudo .ultimas-item {
  padding: 20px 0 20px 0;
  border-bottom: solid 1px #f2f2f2;
  display: inline-block;
  width: 100%;
}

.cmpUltimas .ultimas-conteudo .ultimas-item .quadro {
  height: 180px;
  width: 360px;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}
  .view-diretoria .cmpUltimas .ultimas-conteudo .ultimas-item .quadro {
    width: 200px;
    height: 200px;
  }

.cmpUltimas .ultimas-conteudo .ultimas-item img {
  height: 180px;
  width:auto;
  border:none;
}

.view-diretoria .cmpUltimas .ultimas-conteudo .ultimas-item img {
  height: 200px;
  margin-left:0;
}

.cmpUltimas .ultimas-conteudo .ultimas-item .texto {
  display: inline;
  width: 68%;
}

.cmpUltimas .ultimas-conteudo .ultimas-item .texto h4 {
  margin: 8px 0 10px 0;
}

.cmpUltimas .ultimas-conteudo .ultimas-item .texto p {
  margin-bottom: 10px;
}

.cmpUltimas .ultimas-conteudo .ultimas-item .texto span a {
  color:#3563A4;
  text-transform: uppercase;
}

.ultimas-conteudo .ultimas-item .texto .agenda > span{
    font-weight: bold;
  }

@media only screen and ( max-width: 1199px ) {

  .cmpUltimas .ultimas-filtro .seletor span {
    margin-right: 5px;
  }

  .cmpUltimas .ultimas-conteudo .ultimas-item .texto {
    width: 60%;
  }

  .cmpUltimas .ultimas-conteudo .ultimas-item .texto h4 {
    margin: 0 0 8px 0;
  }

  .cmpUltimas .ultimas-conteudo .ultimas-item .texto p {
    margin-bottom: 8px;
  }
}

@media only screen and ( max-width: 991px ) and ( min-width: 769px ) and (max-width: 660px) {

  .cmpUltimas .ultimas-filtro .categorias {
    display: block;
  }

  .cmpUltimas .ultimas-filtro .categorias li {
    margin-right: 14px;
  }

  .cmpUltimas .ultimas-filtro .categorias li:last-of-type {
    margin-right: 0;
  }

  .cmpUltimas .ultimas-filtro .seletor {
    display: inline-block;
    border-bottom: 1px solid #eee;
    margin:13px 0 20px 0;
    padding: 10px 0;
    width: 100%;
    text-align: right;
  }

  .cmpUltimas .ultimas-conteudo .ultimas-item .quadro {
    height: 40%;
    width: 45%;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
  }

  .cmpUltimas .ultimas-conteudo .ultimas-item img {
    height: 40%;
    width: auto;
    margin-right: 20px;
  }

  .cmpUltimas .ultimas-conteudo .ultimas-item .texto {
    display: inline;
    width: 50%;
  }
}

@media only screen and ( max-width: 510px ) {

  .cmpUltimas .ultimas-topo span {
    margin-right:-5px;
  }

  .cmpUltimas .ultimas-conteudo .ultimas-item .quadro {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .cmpUltimas .ultimas-conteudo .ultimas-item img {
    height: auto;
    width: 100%;
    margin-left:0;
  }

  .cmpUltimas .ultimas-filtro .categorias ul {
    text-align: center;
  }

  .cmpUltimas .ultimas-filtro .seletor {
    text-align: center;
  }

  .cmpUltimas .ultimas-filtro .categorias li {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }
}


/* -------------------------------- */
/* PACOTE DE MIDIA - cmpPacoteMidia */
/* -------------------------------- */

.cmpPacoteMidia {}

.cmpPacoteMidia li {
  display: inline;
}

.cmpPacoteMidia li img{
  width: 31%;
  height: auto;
  margin-bottom: 26px;
  float: right;
}


.cmpPacoteMidia ul > li:first-of-type img {
  width: auto;
  height: 380px;
  float: left;
  margin-right: 20px;
}

@media only screen and ( max-width: 1199px ) {
  .cmpPacoteMidia ul > li:first-of-type img {
  height: 313px;
  }
  .cmpPacoteMidia li img{
  margin-bottom: 23px;
  }
}

@media only screen and ( max-width: 991px ) {
  .cmpPacoteMidia .padding-vvh {
  padding: 20px 10px;
  }

  .cmpPacoteMidia ul > li:first-of-type img {
  height: 239px;
  margin-right: 17px;
  }

  .cmpPacoteMidia li img{
  margin-bottom: 17px;
  }
}


@media only screen and ( max-width: 768px ) {
  .cmpPacoteMidia li img{
    width: 48.5%;
    margin-right: 3%;
    float: left;
    display: inline-block;
  }

  .cmpPacoteMidia ul > li:first-of-type img {
    width: 100%;
    height: auto;
    margin-bottom:3%;

  }

  .cmpPacoteMidia ul > li:last-of-type img {
    margin-right:0;

  }


}

@media only screen and ( max-width: 480px ) {

  .cmpPacoteMidia li img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .cmpPacoteMidia ul > li:first-of-type img {
    width: 100%;
    margin-bottom: 10px;
  }



}


/*-------------------------------*/
        /* Pagina Basica*/
/*-------------------------------*/

.basica {
  margin: 0px;
}




/* ------------------------------ */
/* Conteúdo geral - NewsContainer */
/* ------------------------------ */

.node-unpublished .newsContainer:before {
  content: "Não publicado";
  margin: 10px auto 0;
  font-style: italic;
  color: red;
}
.node-unpublished .newsContainer {
    background-color: #fff4f4;
}

.newsContainer {
  /*margin-top: 30px;
  margin-bottom: 60px;
  padding: 0 0 60px 0;*/
  position: relative;
  margin: inherit auto;
}
    .newsContainer .newsHeader .newsEditoria,
    .newsContainer .newsHeader .newsEditoria a {
      font-size: 15px;
      font-weight: 400;
      margin: 24px 0 15px;
      font-family: 'Lora', serif;
      font-style: oblique;
    }
    .newsContainer .newsHeader h1 {
      font-size: 45px;
      font-weight: 500;
      line-height: 1em;
      margin-bottom: 5px;
    }
    .node-type-pagina-fotos .newsContainer .newsHeader h1 { font-size: 36px; }
    .newsContainer .newsHeader h3 { font-size: 20px; line-height: 1.4em; color: #808080; font-weight: 300; font-style: italic; margin: 10px 0 25px 0; }
    .newsContainer .newsHeader h4 { font-size: 18px; color: #3563A4; font-weight: 300; font-style: italic; margin-bottom: 5px; }
    .newsContainer .newsHeader h5 {font-size: 14px; margin-bottom: 10px; color: #989898;}
        @media only screen and ( max-width: 991px ) {}
        @media only screen and ( max-width: 768px ) {
          .newsContainer .newsHeader h1 { font-size: 42px; }
          .newsContainer .newsHeader h3 { font-size: 18px; line-height: 1.3em; margin: 15px 0 30px 0; }
          .newsContainer .newsHeader h5 { font-size: 14px; }
        }
        @media only screen and ( max-width: 480px ) {
          .newsContainer .newsHeader h1 { font-size: 36px; }
          .newsContainer .newsHeader h3 { font-size: 16px; line-height: 1.2em; margin: 15px 0 30px 0; }
          .newsContainer .newsHeader h5 { font-size: 14px; }
        }

    .newsContainer h1,
    .newsContainer h2 /*{ font-size: 44px; font-weight: 300; margin: 10px auto; }*/
    .newsContainer h2 /*{ font-size: 44px; font-weight: 300; margin: 60px auto 20px; }*/
    .newsContainer h3 /*{ font-size: 20px; color: #989898; font-weight: 300; font-style: italic; margin: 18px 0; }*/
      @media only screen and ( max-width: 480px ) {
        .newsContainer h1, .newsContainer h2 { font-size: 32px; margin: 10px auto; }
      }

    /* Metadados da notícia / conteúdo */
    .newsContainer .meta {
      /*border-top: 1px solid #ccc;*/
      border-bottom: 1px solid #ccc;
      clear: both;
      color: #989898;
      display: table;
      margin-bottom: 30px;
      padding-bottom: 20px;
      width: 100%;
      font-size: 12px;
      line-height: 1.8em;
    }

    .newsContainer .meta span {
      color: #989898;
   }

    .newsContainer .meta span a{
      text-transform: uppercase;
      color: #3563A4;
      text-decoration: underline;
    }


    /* Créditos da notícia / conteúdo */
    .newsContainer .newsCredits {
      /*border-top: 1px solid #ccc;*/
      border-bottom: 1px solid #ccc;
      clear: both;
      color: #989898;
      display: table;
      margin-bottom: 20px;
      padding: 9px 0;
      width: 100%;
      font-size: 12px;
      line-height: 1.8em;
    }

        .newsContainer .newsCredits,
        .newsContainer .newsCredits p,
        .newsContainer .newsCredits p span {
          font-family: 'Lora', serif !important;
          font-style: oblique;
          font-weight: 400;
          padding-right: 6px;
        }
            .newsContainer .newsCredits p { display: inline-block; }
                .newsContainer .newsCredits > div ~ p { display: inherit; }

        .newsContainer .newsCredits div h4,
        .newsContainer .newsCredits div h5 { padding: 5px 0; font-weight: 600; font-style: italic; }
        /*.newsCredits div { margin: 0 10px; }*/
        .newsContainer footer { border-top: solid 1px #ccc; margin-bottom: 60px; }
        .newsContainer footer p { font-size: 14px; }
        .newsContainer footer p span { }

        .newsContainer .newsCredits .newsLocation {}
            .newsContainer .newsCredits .newsLocation:before {
              content: "\f0ac" /*"\f041"*/;
              font-family: "FontAwesome";
              font-style: initial;
              margin-right: 3px;
            }

        /* logo dos parceiros - partner logo*/
        .newsContainer .newsCredits .newsPartner {
          display: block;
          float: right;
          height: 40px;
          margin: 3px 0 2px 9px;
          min-width: 40px;
          padding: 0 0 0 9px;
          text-align: right;
        }
            .newsContainer .newsCredits .newsPartner img {
              height: 40px;
              max-width: 280px;
              margin: auto;
            }
            @media only screen and ( max-width: 991px ) {}
            @media only screen and ( max-width: 768px ) {}
            @media only screen and ( max-width: 480px ) {
              .newsContainer .newsCredits .newsPartner {
                width: 100%;
                text-align: left;
                margin: 0 0 9px 0;
                padding: 0;
              }
              .newsContainer .newsCredits .newsPartner img {}
            }

    /* Formatação do texto do conteúdo do ARTICLE */

    .newsContainer article {
      min-height: 280px;
    }
    .newsContainer article p {
      font-size: 14pt;
      line-height: 1.8em;
      margin-bottom: 20px;
      color: #666;
    }
        .newsContainer p:first-of-type img:first-child {
          float: left;
          padding-top: 10px;
          padding-right: 10px;
        }

    .newsContainer article h1,
    .newsContainer article h2,
    .newsContainer article h3,
    .newsContainer article h4,
    .newsContainer article h5,
    .newsContainer article h6 { margin: 20px 0; }
    .newsContainer strong { font-weight: 700; color: #000; }
    .newsContainer em { font-weight: 300; }
    .newsContainer blockquote p { font-style: italic; padding-left: 20px; margin: 30px 0; color: #999; }
    .newsContainer article table { margin-bottom: 20px; }
    .newsContainer article ol,
    .newsContainer article ul { margin-bottom: 20px; padding-left: 17px;}
        .newsContainer ol li, .newsContainer ul li { line-height: 1.3em; }

    .newsContainer article a { color: #337ab7; }
    .newsContainer article a:hover { color: #61aff2; }
    .economia .newsContainer article a { color: #26ae9d; }
    .educacao .newsContainer article a { color: #e0a732; }
    .geral .newsContainer article a { color: #ff0000; }
    .internacionatl .newsContainer article a { color: #b6cb3c; }
    .politica .newsContainer article a { color: #ea7b31; }
    .saude .newsContainer article a { color: #e94944; }

    .economia .newsContainer article blockquote { border-color: #26ae9d; }
    .educacao .newsContainer article blockquote { border-color: #e0a732; }
    .geral .newsContainer article blockquote { border-color: #ff0000; }
    .internacionatl .newsContainer article blockquote { border-color: #b6cb3c; }
    .politica .newsContainer article blockquote { border-color: #ea7b31; }
    .saude .newsContainer article blockquote { border-color: #e94944; }

    @media only screen and ( max-width: 991px ) {}
    @media only screen and ( max-width: 768px ) {}
    @media only screen and ( max-width: 480px ) {
      .newsContainer article p { font-size: 12pt; line-height: 1.5em; margin-bottom: 15px; }
    }

    /* FIM Formatação do texto do conteúdo do ARTICLE */

    .newsContainer a.fa.fa-podcast.btn {
      font-family: "Raleway";
      float: left;
      margin: 3px 15px 0 0;
      color: #FFFFFF;
    }
        .newsContainer a.fa.fa-podcast.btn.cidadania { background: #26ae9d; }
        .newsContainer a.fa.fa-podcast.btn.cultura { background: #d63e7f; }
        .newsContainer a.fa.fa-podcast.btn.educacao { background: #e0a732; }
        .newsContainer a.fa.fa-podcast.btn.esportes { background: #b6cb3c; }
        .newsContainer a.fa.fa-podcast.btn.infantil { background: #ea7b31; }
        .newsContainer a.fa.fa-podcast.btn.noticias { background: #e94944; }
        .newsContainer a.fa.fa-podcast.btn.tecnologia { background: #724a90; }

        .cidadania .newsContainer article a { color: #26ae9d; }
        .cultura .newsContainer article a { color: #d63e7f; }
        .educacao .newsContainer article a { color: #e0a732; }
        .esportes .newsContainer article a { color: #b6cb3c; }
        .infantil .newsContainer article a { color: #ea7b31; }
        .noticias .newsContainer article a { color: #e94944; }
        .tecnologia .newsContainer article a { color: #724a90; }

    .newsContainer a.fa.fa-podcast.btn::before { /*background-color: #e8e8e8;*/ font-family: "FontAwesome"; }
    .pipe { border-left: solid 1px #f2f2f2; float: left; display: block; height: 32px; margin: 14px 3px;}

    /* newsContainer - edicao e tags */

    .newsContainer .edicao {}
    .newsContainer .tags {}

    .newsContainer .edicao,
    .newsContainer .tags,
    .newsContainer .edicao span,
    .newsContainer .tags span,
    .newsContainer .tags span a {
      font-family: 'Lora', serif;
      font-style: oblique;
      color: #989898;
      font-size: 12px;
      line-height: 1.8em;
    }

    .newsContainer .tags span { text-transform: uppercase; }

        .newsContainer .tags::before {
          content: "\f02c";
          font-family: fontawesome;
          font-style: normal;
        }
            .newsContainer .tags a::after {
              content: ", ";
              color: #333;
            }
            .newsContainer .tags a:last-child:after {
              content: "";
            }

@media only screen and ( max-width: 1199px ) {  }

@media only screen and ( max-width: 991px ) {
  .newsContainer p:first-of-type img:first-child {
    width: 100% !important;
    height: auto !important;
  }
}

/* Fim Conteúdo geral - NewsContainer */



/* -------------------- */
/* Ajustes do Bootstrap */
/* -------------------- */

/* botões */
article .btn.btn-primary { color: #fff; }

/* sobreescreve o gutter de 30px para 20px no bootstrap 3.3.7 */
.container { padding-left: 10px; padding-right: 10px; }
  .navBarStations { }
  .container-fluid { padding-left: 10px; padding-right: 10px; }
  .row { margin-left: -10px; margin-right: -10px; }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px; }
  .form-horizontal .form-group { margin-left: -10px; margin-right: -10px; }
  .form-horizontal .has-feedback .form-control-feedback { right: 10px; }
  .navbar-collapse { padding-right: 10px; padding-left: 10px; }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse { margin-right: -10px; margin-left: -10px; min-height: 70px; }
  .navbar-brand { padding: 15px 10px; }
  .navbar-toggle {
    margin-right: 10px;
    padding: 14px 10px;
    margin-top: 14px;
    border: none; }
  .navbar-nav { margin: 7.5px -10px; }
  .navbar-form { margin-left: -10px; margin-right: -10px; padding: 10px 10px; }
  .container .jumbotron, .container-fluid .jumbotron { padding-left: 10px; padding-right: 10px; }
  .navbar-default { background-color: white; border: none; margin-bottom: 0; }
  .nav>li>a { padding: 20px 4px; }
  .navbar-default .navbar-nav>li>a { color: #777; }
  .navbar .navHighlights>li>a { color: #3563A4; font-weight: 600; }


/* Carousel */
.carousel-control.left{background:none !important;}
.carousel-control.right{background:none !important;}

.carousel-inner .item h6,
.carousel-inner .item h2{
  padding-top:20px !important;
  text-align:center;
  margin:0 auto;
}

.carousel-inner .item h2{
  font-weight:bold;
}

.carousel-inner .item h6 a{
  color:blue;
}

ol.carousel-indicators{}

.carousel-inner > .active { position: relative; height: 420px}

/*.img-responsive,
.thumbnail > img,
.thumbnail a > img,*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: inherit;
  height: auto;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0,-50%);
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.next > .carousel-caption,
.prev > .carousel-caption {
  display: none;
}

.carousel-caption,
.carousel-caption {
  animation-duration: 2s;
  animation-name: bounceIn;
}
.carousel-caption h2,
.carousel-caption h3 { color: #fff; }

@media only screen and ( max-width: 1199px ) {
  .carousel-inner > .active { height: 376px; }
}

@media only screen and ( max-width: 991px ) {
  .carousel-inner > .active { height: 288px; }
}

@media only screen and ( max-width: 767px ) {
  .carousel-inner > .active { height: 256px; }
}

@media only screen and ( max-width: 480px ) {
  .carousel-inner > .active { height: 200px; }
}


/* sobreescreve jquery.bxslider.css */
.bxslider { transform: translate3d(0px, 0px, 0px); }
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  margin-left: -16px;
  margin-right: -16px; }

/* components.css */
/* csshacks */
.cf::before,
.cf::after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf::after { clear: both; }
/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf { *zoom: 1; }


/* OBJETOS (obj) utilizados nos componentes dos site */

    /* obj Botão Vermais */
    .objVermais {
      display: table;
      bottom: -10px;
      margin: 0;
      position: absolute;
      right: 20px;
      z-index: 10;
    }
        .objVermais > .buttonVermais {
          background: #ffffff;
          border: 1px solid #3563A4;
          color: #3563A4;
          font-size: 0.8em;
          font-weight: 600;
          padding: 2px 8px;
          display: inline-block;
        }
            .objVermais > .buttonVermais:hover { background: #eee;}
    /* FIM obj Botão Vermais */

/* FIM OBJETOS (obj) utilizados nos componentes dos site */


/* COMPONENTE BREAKING NEWS*/

.breaking_news {
  display: table;
  width: 100%;
  min-height: inherit;
  background: #000;
  margin-bottom: 30px;
  margin-top: 15px;
}
.breaking_news .breaking_news-content {
  width: 100%;
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 100;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.breaking_news .breaking_news-content .urgente {
  background: #ff0000 none repeat scroll 0 0;
  top: -12px;
  display: block;
  font-size: 0.35em;
  font-weight: 600;
  left: 50%;
  letter-spacing: 2px;
  padding: 5px 10px;
  position: absolute;
  margin: 0 0 0 -42px;
}
    .breaking_news .breaking_news-content .urgente.animated {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-iteration-count:3;
    }
        @keyframes pulse {
          0% { transform: scale(1); }
          50% { transform: scale(1.1); }
          100% { transform: scale(1); }
        }
        .breaking_news .breaking_news-content .urgente.animated.pulse { animation-name: pulse; }

/* FIM COMPONENTE BREAKING NEWS*/

/* COMPONENTE MANCHETE */

  /* @TODO implementar diferentes visões de acordo com quantidade de manchete-destaque
   * utilizar as classes:
   * - has_1_manchete_destaque
   * - has_2_manchete_destaque
   * - has_3_manchete_destaque
   * - has_4_manchete_destaque
   */

.manchete {}
    .manchete .manchete-titulo {
      text-align: center;
    }
        .manchete .manchete-titulo hr {
          background-color: #989898;
          border: medium none;
          display: block;
          height: 1px;
          margin: auto;
          position: relative;
          width: 15%;
        }
        .manchete .manchete-titulo h2 {
          font-size: 4.5em;
          font-weight: 700;
          margin: 0 0 15px 0;
        }
        .manchete .manchete-titulo h3 {
            font-size: 14px;
            font-weight: 400;
            width: inherit;
        }
        .manchete .manchete-titulo h4 {
          color: #666;
          font-size: 2em;
          font-weight: 100;
          margin-top: 15px;
          margin-bottom: 15px;
        }
        .manchete .manchete-titulo .saibaMais {
          border-left: none;
          padding-left: 0;
          margin: 10px 0 0 0;
        }
            .manchete .manchete-titulo .saibaMais a {
              font-weight: 500;
              color: #333 !important;
              display: inline-block;
              padding: 6px 10px;
            }
                .manchete .manchete-titulo .saibaMais a::before {
                  content: "\f055";
                  font-family: fontawesome;
                  margin-right: 10px;
                  display: inline-block;
                }
                .manchete .manchete-titulo .saibaMais a:hover {
                  background: #fff none repeat scroll 0 0;
                  border-radius: 30px;
                  padding: 6px 10px;
                }
    .manchete > div:nth-child(2)  { display: none;}
    .manchete .panel-separator { display: table; width: 4%; float: left; height: 100px; }
    .manchete .manchete-destaque {
      display: table;
      padding-bottom: 30px;
      float: left;
      width: 22%;
    }
        .manchete .manchete-destaque h3 {
          clear: left;
          display: block;
          float: left;
          font-size: 1em;
          width: 100%;
        }
        .manchete .manchete-destaque figure {
          clear: right;
          display: table;
          float: left;
          width: 100%;
        }
            .manchete .manchete-destaque figure > p {
              font-size: 0.75em;
              font-weight: 700;
              width: 100%;
              margin-bottom: 5px;
            }

@media only screen and ( max-width: 991px ) {}
@media only screen and ( max-width: 768px ) {}
@media only screen and ( max-width: 640px ) {
  .manchete .manchete-titulo h2 {font-size: 3.5em;}
  .manchete .panel-separator { width: 2%; }
  .manchete > div:nth-child(6)  { display: none;}
  .manchete .manchete-destaque { width: 49%; padding-bottom: 10px }
}
@media only screen and ( max-width: 480px ) {
  .manchete .manchete-titulo h2 {font-size: 3em;}
  .manchete .manchete-destaque figure { margin-bottom: 5px; }
  .manchete .manchete-destaque figure > p { display: none; }
}

/* FIM COMPONENTE MANCHETE */


/* COMPONENTE DESTAQUE ESPECIAL */

.cmpDestaqueEspecial {
  position: relative;
  margin-top: 21px;
}
    .cmpDestaqueEspecial > h2 {
      position: absolute;
      z-index: 2;
      top: 15px;
      left: 15px;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
    }
        .cmpDestaqueEspecial > h2:before {
          content: '\f005';
          font-family: fontawesome;
          margin-right: 6px;
        }
@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {
  .page-capa .banner_e_especial {}
  .page-capa .banner_e_especial .pane-google-admanager-1cdffdb98206fffa3d617620e2b2cdfa{
    width: 330px;
    float: left;
  }
  .page-capa .banner_e_especial div#gam-holder-banner_master { padding: 10px 10px 17px; }
  .page-capa .banner_e_especial .cmpDestaqueEspecial {
    float: right;
    width: 590px;
  }
}

/* FIM COMPONENTE DESTAQUE ESPECIAL */


/* COMPONENTE MAIS LIDAS & FIQUE DE OLHO DA HOME */

.cmpMaisLidas {}
.cmpFiqueDeOlho {}
.cmpPautaDoDia {}

    .cmpMaisLidas > div,
    .cmpFiqueDeOlho > div,
    .cmpPautaDoDia > div {
      min-height: 228px;
    }

    .cmpFiqueDeOlho .panel-separator { display: none; }

    .cmpMaisLidas h3,
    .cmpFiqueDeOlho h3 {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2em;
      padding: 3px 20px 15px;
    }
    .cmpMaisLidas h5,
    .cmpFiqueDeOlho h5 {
      font-size: 0.9em;
      font-weight: 600;
      padding: 15px 20px 3px;
    }
    .cmpMaisLidas h4,
    .cmpFiqueDeOlho h4,
    .cmpPautaDoDia h4 {
      display: block;
      width: 100%;
      background: #989898;
      color: #FFFFFF;
      padding: 15px 20px;
    }

        .cmpFiqueDeOlho h4:before { content: "\f06e"; }
        .cmpPautaDoDia h4:before { content: "\f02d"; }
        .cmpMaisLidas h4:before,
        .cmpFiqueDeOlho h4:before,
        .cmpPautaDoDia h4:before {
          font-family: fontawesome;
          margin-right: 6px;
        }
    .cmpMaisLidas .separator_v,
    .cmpFiqueDeOlho .separator_v {
      position: absolute;
      border-left: 1px solid #e8e8e8;
      bottom: 0;
      left: 50%;
      top: 51px;
    }
    .cmpMaisLidas ul,
    .cmpFiqueDeOlho > div > div {
      position: relative;
      display: table;
      list-style: none;
      width: 100%;
    }
        .cmpMaisLidas ul li,
        .cmpFiqueDeOlho > div > div > div {
          display: table-cell;
          float: left;
          min-height: 92px;
          vertical-align: middle;
          width: 50%;
        }
            .cmpMaisLidas ul li:nth-child(3),
            .cmpFiqueDeOlho > div > div > div:nth-child(5) { clear: left; }
            .cmpMaisLidas ul li:nth-child(3),
            .cmpMaisLidas ul li:nth-child(4),
            .cmpFiqueDeOlho > div > div > div:nth-child(5),
            .cmpFiqueDeOlho > div > div > div:nth-child(7) {
              border-top: 1px solid #e8e8e8;
            }
      .cmpPautaDoDia p { padding: 10px 20px; }

@media only screen and (max-width: 1199px) {
  .cmpMaisLidas h4,
  .cmpFiqueDeOlho h4,
  .cmpPautaDoDia h4 { font-size: 0.95em }
  .cmpMaisLidas .separator_v,
  .cmpFiqueDeOlho .separator_v {
    top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .cmpMaisLidas > div,
  .cmpFiqueDeOlho > div,
  .cmpPautaDoDia > div {
    min-height: inherit;
  }
  .cmpMaisLidas .separator_v,
  .cmpFiqueDeOlho .separator_v {
    display: none;
  }
  .cmpMaisLidas ul li,
        .cmpFiqueDeOlho > div > div > div {
          min-height: inherit;
          width: 100%;
        }
            .cmpMaisLidas ul li,
            .cmpFiqueDeOlho > div > div > div {
              border-top: 1px solid #e8e8e8;
            }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 580px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 440px) {
}

/* FIM COMPONENTE MAIS LIDAS & FIQUE DE OLHO DA HOME */


/* COMPONENTE FOTO AGENCIA*/

.cmpFotoAgencia { padding: 30px 0; background: #333333; margin-bottom: 30px;}
    .cmpFotoAgencia .galeria * { color: #fff; }
    .cmpFotoAgencia .galeria h4 { color: #fff; margin-bottom: 20px; }
        .cmpFotoAgencia .galeria h4:before {
          content: '\f030';
          font-family: fontawesome;
          margin-right: 10px;
        }
        .cmpFotoAgencia .galeria figure {
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.72);
          overflow: hidden;
          height: 0;
          padding-bottom: 66.6%;
          position: relative;
          margin-bottom: 10px;
        }
            .cmpFotoAgencia .galeria figure > img {
              min-height: 100%;
              width: auto;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50% , -50%);
            }
                .cmpFotoAgencia .galeria figure:hover {
                  transform: scale(1.02);
                  -webkit-transform: scale(1.02);
                  -moz-transform: scale(1.02);
                  transition: all 0.2s ease 0s;
                }
            .cmpFotoAgencia .galeria figure > span {
              position: absolute;
              right: 0;
              bottom: 0;
              left: 0;
              padding: 6px;
              font-size: 0.75em;
              text-align: right;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
            }
        .cmpFotoAgencia .galeria .foto-item {
          position: relative;
          margin-bottom: 1.8%;
        }
            .cmpFotoAgencia .galeria .foto-item .texto {
              /*overflow: hidden;*/
              line-height: 1.3em;
              letter-spacing: 0.4px;
              text-overflow: ellipsis;
              font-size: 14px;
            }
                .cmpFotoAgencia .galeria .foto-item .texto > span > a { font-weight: 100; margin-right: 4px; }
                .cmpFotoAgencia .galeria .foto-item .texto .dropup { display: inline-block; }
                    /*.cmpFotoAgencia .galeria .foto-item .texto .dropup > a:after { content: "compartilhar" }*/
                    .cmpFotoAgencia .galeria .foto-item .texto .dropup .dropdown-menu * { color: #000; }

                /* Antigo elemento que escondia o texto da legenda da foto quando era muito grande
                .cmpFotoAgencia .galeria .foto-item .texto:after {
                  content: "";
                  text-align: right;
                  position: absolute;
                  bottom: 0;
                  right: 0;
                  width: 90px;
                  height: 1.3em;
                  background: linear-gradient(to right, rgba(51, 51, 51, 0), rgba(51, 51, 51, 1) 50%);
                }*/
                    /* Antigo elemento que mostrava as editorias antes da legenda
                    .cmpFotoAgencia .galeria .foto-item .texto span:first-of-type { font-weight: 700; }
                    .cmpFotoAgencia .galeria .foto-item .texto span:first-of-type:after { content: " - "; }*/

            .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-1 {
              float: left;
              width: 64%;
              margin-right: 2%;
            }
            .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2 {
              float: right;
              width: 34%;
            }
                .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2 .texto {
                  /*height: 2.6em;*/
                }
            .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3,
            .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 {
              float: left;
              margin-left: 0.5%;
              margin-right: 0.5%;
              width: 16.5%;
              margin-bottom: 0;
            }
                /*.cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3 .texto,
                .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 .texto {
                  height: 6.5em;
                }*/
                .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3 { margin-left: 0px; }
                .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 { margin-right: 0px; }
            .cmpFotoAgencia .galeria div img {
              width: auto;
              max-width: inherit;
              height: 100%;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50% , -50%);
            }
            /*.cmpFotoAgencia .galeria div span {
              bottom: 5px;
              color: #fff;
              font-size: 11px;
              font-weight: 400;
              position: absolute;
              right: 5px;
              text-align: right;
              text-shadow: 0 1px 4px rgb(0, 0, 0);
              z-index: 1;
            }*/
@media only screen and (max-width: 1199px) {
  .cmpFotoAgencia .galeria .foto-item { margin-bottom: 1.7%; }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-1 { width: 66%; }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2 { width: 32%; }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 { width: 15.5%; }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3 { margin-left: 0px; }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 { margin-right: 0px; }
}
@media only screen and (max-width: 991px) {
  .cmpFotoAgencia .galeria .foto-item { margin-bottom: 1.7%; }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-1 { width: 63%; }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 {
        float: left;
        width: 35%;
        margin: 0 0 15px 0;
      }
          .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2 figure,
          .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3 figure,
          .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 figure {
              padding-bottom: 36%;
              position: relative;
              width: 50%;
              float: left;
              margin: 0;
            }
          .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2 .texto,
          .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3 .texto,
          .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 .texto {
            left: 53%;
            bottom: 0;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 0.9em;
            line-height: 1.22em;
          }
}
@media only screen and (max-width: 767px) {
  .cmpFotoAgencia .galeria .foto-item {
    position: relative;
    margin-bottom: 2.1%;
  }
      .cmpFotoAgencia .galeria .foto-item .texto {
        overflow: hidden;
        line-height: 1.3em;
        letter-spacing: 0.4px;
        text-overflow: ellipsis;
        font-size: 14px;
      }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-1 {
        float: left;
        width: 100%;
        margin-right: 0;
      }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2 {
        float: left;
        width: 32%;
        margin-bottom: 0;
      }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 {
        width: 32%;
        float: left;
        margin-left: 2%;
        margin-right: 0;
        margin-bottom: 0;
      }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2 figure,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3 figure,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 figure {
          padding-bottom: 66%;
          position: relative;
          width: inherit;
          float: inherit;
          margin: 0 0 10px 0;
        }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2 .texto,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3 .texto,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 .texto {
        left: inherit;
        bottom: inherit;
        height: inherit;
        position: inherit;
        right: inherit;
        top: inherit;
        font-size: inherit;
        line-height: inherit;
      }
}
@media only screen and (max-width: 580px) {
}
@media only screen and (max-width: 480px) {
  .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-1 {
    /*margin-bottom: 9%;*/
  }
  .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2,
  .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3,
  .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
  }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2 figure,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3 figure,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 figure {
          padding-bottom: 36%;
          position: relative;
          width: 50%;
          float: left;
          margin: 0 15px 0 0;
        }
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-2 .texto,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-3 .texto,
      .cmpFotoAgencia .galeria .foto-item.pane-bean-foto-galeria-home-4 .texto {
        bottom: 0;
        height: 100%;
        left: 55%;
        position: absolute;
        right: 0;
        top: 0;
      }
}
@media only screen and (max-width: 440px) {
}

/* FIM COMPONENTE FOTO AGENCIA*/



/* Player Container */

.playerContainer{ }

    .playerContainer.fa.fa-download { width: 10px; }
    .playerContainer .mejs-video-wrapper {}
    .playerContainer .mejs-audio-wrapper {}
    .playerContainer .mejs-fotoh-wrapper,
    .playerContainer .mejs-fotov-wrapper {
      /* foto original 1140 x 760 e 506 x 760*/
      background: #666;
      height: 0;
      overflow: hidden;
      padding-bottom: 66.6%;
      width: 100%;
      position: relative;
    }

        .playerContainer .mejs-fotoh-wrapper span,
        .playerContainer .mejs-fotov-wrapper span {
          bottom: 6px;
          color: #fff;
          font-size: 12px;
          font-style: oblique;
          font-weight: 400;
          margin: 0 0 0 6px;
          max-width: 100%;
          padding: 1px 4px;
          position: absolute;
          right: 6px;
          text-align: center;
          text-shadow: 0 0 6px rgb(0, 0, 0);
          display: inherit;
        }
        .playerContainer .mejs-fotov-wrapper span {
          width: 100%;
          padding: 1px 4px;
          position: absolute;
          right: 50%;
          transform: translate(50%,0);
        }
            .playerContainer .mejs-fotoh-wrapper span::before,
            .playerContainer .mejs-fotov-wrapper span::before {
              content: "\f25e";
              font-family: fontawesome;
              font-style: normal;
              font-weight: 400;
              margin: 0 3px 0 0;
            }

        .playerContainer .mejs-fotov-wrapper img {
          height: 100%;
          margin: 0 0 0 50%;
          max-height: 100%;
          position: absolute;
          transform: translate(-50%, 0px);
          width: auto;
        }

        .playerContainer .destaque-carrossel .mejs-fotov-wrapper img {
          margin: 0;
        }

    @media only screen and ( max-width: 991px ) {
      .playerContainer .mejs-fotov-wrapper { padding-bottom: 80%; }
    }
    @media only screen and ( max-width: 768px ) {
      .playerContainer .mejs-fotov-wrapper { padding-bottom: 100%; }
    }
    @media only screen and ( max-width: 480px ) {
      .playerContainer .mejs-fotov-wrapper { padding-bottom: 150%; }
    }

/* Foto Player Container */

.fotoPlayerContainer {
    background: #fff none repeat scroll 0 0;
    display: table;
    width: 100%;
    color: #989898;
}
    .fotoPlayerContainer a { color: #989898; }
    .fotoPlayerContainer .toolbar{
      min-height: 56px;
      padding: 10px;
      color: #989898;
    }
        .fotoPlayerContainer .toolbar > ul {
          display: table;
          width: 100%;
        }
            .fotoPlayerContainer .toolbar > ul >li {
              display: table-cell;
              height: 36px;
              vertical-align: middle;
              text-align: center;
              color: #989898;
            }
                .fotoPlayerContainer .toolbar > ul > li:first-child,
                .fotoPlayerContainer .toolbar > ul > li:last-child  { width: 34px; position: relative;}
                .fotoPlayerContainer .toolbar > ul > li:first-child a,
                .fotoPlayerContainer .toolbar > ul > li:last-child a { position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
                .fotoPlayerContainer .toolbar > ul > li:first-child a span,
                .fotoPlayerContainer .toolbar > ul > li:last-child a span {
                  font-size: 56px;
                  left: 50%;
                  position: absolute;
                  top: 44%;
                  transform: translate(-50%, -50%);
                  color: #989898;
                }
                .fotoPlayerContainer .toolbar > ul > li > span { display: inline-block; padding: 0 8px; }
                    .fotoPlayerContainer .toolbar > ul > li > span > i { padding-right: 6px; }
                    .fotoPlayerContainer .toolbar > ul > li .dropdown > a > span { display: none; padding-left: 6px; box-sizing: border-box;}
                    .fotoPlayerContainer .toolbar > ul > li .dropdown:first-child { margin-right: 6px;}

/*@media only screen and ( max-width: 991px ) {}
@media only screen and ( max-width: 768px ) {
  .fotoPlayerContainer .toolbar > ul > li > .dropdown {
    width: calc(50% - 2px);
    padding: 6px;
  }
  .fotoPlayerContainer .toolbar > ul > li .dropdown > a > span { display: inherit; }
}
@media only screen and ( max-width: 480px ) {}*/



    /* cmpFotoGallery - My Gallery - Galeria de Fotos */

    .cmpFotoGallery {
      /*width: calc(100% + 20px);
      margin-left: -10px;
      margin-right: -20px;
      padding-left: 10px;*/
      margin-top: 10px;
    }
    .cmpFotoGallery > h4 {}
    .cmpFotoGallery .justified-gallery { overflow: inherit; }
        .cmpFotoGallery .justified-gallery > a:hover {
          transform: scale(1.02);
          -webkit-transform: scale(1.02);
          -moz-transform: scale(1.02);
          transition: all 0.2s ease 0s;
        }
        .cmpFotoGallery .justified-gallery a > span {
          bottom: 5px;
          right: 5px;
          left: 5px;
          color: #fff;
          font-weight: 400;
          position: absolute;
          text-shadow: 0 3px 2px rgb(0, 0, 0);
          z-index: 1;
          font-size: 11px;
          text-align: right;
        }
        .cmpFotoGallery .justified-gallery > a > .caption,
        .cmpFotoGallery .justified-gallery > div > .caption {
          background-color: rgba(0, 0, 0, 0.5);
          top: 0;
        }
        .cmpFotoGallery .justified-gallery > a > .caption.caption-visible,
        .cmpFotoGallery .justified-gallery > div > .caption.caption-visible {
          opacity: 1;
        }
            .cmpFotoGallery .justified-gallery > a > .caption.caption-visible > div,
            .cmpFotoGallery .justified-gallery > div > .caption.caption-visible > div {
              font-size: 1.5em;
              max-height: calc(100% - 40px);
              overflow: hidden;
              padding: 0 10%;
              position: absolute;
              top: 50%;
              transform: translate(0px, -50%);
            }
            /* ícone da câmera e quantidade de fotos na home das fotos*/
            .page-fotos .cmpFotoGallery .justified-gallery a span { left: 55px; }
            .page-fotos .cmpFotoGallery .justified-gallery a span:nth-child(3) {
              right: inherit;
              left: 0;
              bottom: 0;
              background: rgba(0, 0, 0, 0.4);
              color: #fff;
              font-size: 1em;
              font-weight: 400;
              padding: 4px 8px;
              position: absolute;
              text-align: right;
              z-index: 1;
              text-shadow: none;
            }

    /* FIM - cmpFotoGallery - My Gallery - Galeria de Fotos */

/* Foto Carousel Slide */
/* reescreve o csss do carousel do boostrap*/

.page-fotos .playerContainer > div {
  background: #ccc none repeat scroll 0 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.6%;
  text-align: center;
  width: 100%;
}
.page-fotos .carousel-inner > .item div > img {
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
}
.page-fotos .carousel-control {
  bottom: inherit;
  padding-bottom: 66.6%;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 0;
  width: 15%;
}

/* END Foto Carousel Slide */

/* Foto Busca - Campo de busca das fotos*/

.fotoBusca {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 15px;
  padding: 10px 0;
}
    .fotoBusca > form {
      display: table;
      width: 100%;
    }
        .fotoBusca > form i {
          color: #666;
          line-height: 32px;
        }
            .fotoBusca > form i:first-child {
              color: #666;
              line-height: 32px;
              position: absolute;
              text-align: right;
              width: 16px;
              z-index: 3;
            }
            .fotoBusca > form i:last-child {
              background: #fff none repeat scroll 0 0;
              cursor: pointer;
              padding: 0 4px;
              pointer-events: none;
              position: absolute;
              right: 10px;
              top:0;
              width: 15px;
              z-index: 5;
            }
        .fotoBusca > form input,
        .fotoBusca > form select {
          background: none;
          border: medium none;
          box-shadow: none;
          cursor: pointer;
          height: 32px;
          padding-left: 22px;
          width: 100%;
          z-index: 2;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
        }
        .fotoBusca > form .campoData {}
            .fotoBusca > form .campoData > span:nth-child(2) { margin-left: 22px; }
            .fotoBusca > form .campoData input { padding: 0; display: inline-flex; width: auto;}
            .fotoBusca > form .campoData input, .fotoBusca > form .campoData span {
              display: inline-flex;
              max-width: calc(50% - 37px);
              padding: 0;
              text-align: center;
              width: auto;
            }
        .fotoBusca > form .campoButton span * {
          background: #3563A4 none repeat scroll 0 0;
          border-radius: 9px;
          color: #fff;
          padding: 0 7px;
          text-align: left;
        }
            .fotoBusca > form .campoButton .icone {display: none;}
                .fotoBusca > form .campoButton .icone input {font-family: fontawesome;}
            .fotoBusca > form .campoButton i {
              background: none;
              right: 19px;
              top: 0;
            }
        @media only screen and (max-width: 1199px) {
          .fotoBusca > form .campoButton span * { padding: 0; text-align: center; }
          .fotoBusca > form .campoButton i { display: none;}
        }
        @media only screen and (max-width: 991px) {
          .fotoBusca > form .campoButton .completo {display: none;}
          .fotoBusca > form .campoButton .icone {display: inherit;}
        }
        @media only screen and (max-width: 767px) {
          .fotoBusca > form .campoButton i,
          .fotoBusca > form .campoButton .completo {display: inherit;}
          .fotoBusca > form .campoButton .icone {display: none;}
        }
        @media only screen and (max-width: 479px) {}

/* END Foto Busca - Campo de busca das fotos*/



/* Coleção de fotos - Página de fotos */

.fotoColecao {}
    .fotoColecao div {
      position: relative;
      overflow: hidden;
      height: 0;
      background: #ccc;
      margin-bottom: 1%;
    }
        .fotoColecao div:hover {
          transform: scale(1.02);
          -webkit-transform: scale(1.02);
          -moz-transform: scale(1.02);
          transition: all 0.2s ease 0s;
        }
        .fotoColecao div:nth-child(1) {
          float: left;
          width: 66%;
          margin-right: 1%;
          padding-bottom: 46.6%
        }
        .fotoColecao div:nth-child(2),
        .fotoColecao div:nth-child(3) {
          float: right;
          width: 33%;
          padding-bottom: 22.81%;
        }
        .fotoColecao div:nth-child(4),
        .fotoColecao div:nth-child(5),
        .fotoColecao div:nth-child(6),
        .fotoColecao div:nth-child(7) {
          float: left;
          margin-left: 0.5%;
          margin-right: 0.5%;
          padding-bottom: 18%;
          width: 24.25%;
        }
            .fotoColecao div:nth-child(4) { margin-left: 0px; }
            .fotoColecao div:nth-child(7) { margin-right: 0px; }
        .fotoColecao div img {
          width: auto;
          max-width: inherit;
          height: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50% , -50%);
        }
        .fotoColecao div span {
          bottom: 5px;
          color: #fff;
          font-size: 11px;
          font-weight: 400;
          position: absolute;
          right: 5px;
          text-align: right;
          text-shadow: 0 1px 4px rgb(0, 0, 0);
          z-index: 1;
        }


/* END Coleção de fotos - Página de fotos */



    /* scald context grid colunms */
    .context-cheio_8colunas,
    .context-grande_6colunas,
    .context-medio_4colunas,
    .context-pequeno_3colunas,
    .context-sdl_editor_representation { margin-top: 10px;}
    .context-cheio_8colunas {margin-bottom: 1em;}

    .context-cheio_8colunas             { width: 100%; }
    .context-grande_6colunas            { width: 75%; }
    .context-medio_4colunas             { width: 50%; }
    .context-pequeno_3colunas           { width: 25%; }
    .context-sdl_editor_representation  { width: 60%; }


    .atom-align-left { margin-right: 20px; }
    .atom-align-right { margin-left: 20px; }

        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .context-cheio_8colunas             { width: 100%; }
          .context-grande_6colunas            { width: 65%; }
          .context-medio_4colunas             { width: 50%; }
          .context-pequeno_3colunas           { width: 33%; }
          .context-sdl_editor_representation  { width: 48%; }
        }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .context-cheio_8colunas             { width: 100%; }
          .context-grande_6colunas            { width: 60%; }
          .context-medio_4colunas             { width: 50%; }
          .context-pequeno_3colunas           { width: 30%; }
          .context-sdl_editor_representation  { width: 48%; }
        }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .context-cheio_8colunas             { width: 100%; }
          .context-grande_6colunas            { width: 100%; }
          .context-medio_4colunas             { width: 50%; }
          .context-pequeno_3colunas           { width: 35%; }
          .context-sdl_editor_representation  { width: 48%; }

          .context-grande_6colunas {margin-bottom: 1em;}
        }
        @media only screen and (max-width: 479px) {
          .context-cheio_8colunas             { width: 100%; }
          .context-grande_6colunas            { width: 100%; }
          .context-medio_4colunas             { width: 100%; }
          .context-pequeno_3colunas           { width: 50%; }
          .context-sdl_editor_representation  { width: 100%; }

          .context-grande_6colunas,
          .context-medio_4colunas,
          .context-sdl_editor_representation {margin-bottom: 1em;}
        }
    .type-image .dnd-caption-wrapper, .type-video .dnd-caption-wrapper {
      font-family:'Raleway', sans-serif;
      font-size: 1em; font-style: italic; font-weight: 300; }
    .type-image .dnd-caption-wrapper a, .type-video .dnd-caption-wrapper a { font-weight: 700; }

    /* Galleria */
    .scald-gallery { min-height: 430px; }
      @media only screen and (min-width: 600px) and (max-width: 991px) {
        .scald-gallery { min-height: 350px; }
      }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .scald-gallery { min-height: 300px; }
      }
      @media only screen and (max-width: 479px) {
        .scald-gallery { min-height: 250px; }
      }


/* FIM do corpo da notícia / conteúdo - .newsContainter*/

/* Saiba Mais*/

.saibaMais {
    border-left: 3px solid;
    padding-left: 20px;
    margin: 30px 0;
}
    .saibaMais.plrBorderEsportes { border-color: #b6cb3c; border-bottom: none !important; }
    .saibaMais.plrBorderCidadania { border-color: #26ae9d; border-bottom: none !important; }
    .saibaMais.plrBorderEducacao { border-color: #e0a732; border-bottom: none !important; }
    .saibaMais.plrBorderCultura { border-color: #d63e7f; border-bottom: none !important; }
    .saibaMais.plrBorderNoticias { border-color: #e94944; border-bottom: none !important; }
    .saibaMais.plrBorderInfantil { border-color: #ea7b31; border-bottom: none !important; }
    .saibaMais.plrBorderTecnologia { border-color: #724a90; border-bottom: none !important; }

    .saibaMais h3 {
      margin-bottom: 10px;
    }
    .saibaMais ul { padding: 0 !important; }
        .saibaMais ul li {
          padding: 0;
          font-size: 14px;
        }
        .saibaMais ul li::before {
          content: "\f055";
          font-family: fontawesome;
          margin-right: 10px;
        }
            .saibaMais ul li a {
              font-weight: bold;
              color: #333 !important;
            }
                .saibaMais ul li a:hover {
                  background: #eee none repeat scroll 0 0;
                  border-radius: 30px;
                  margin-left: -7px;
                  padding: 6px 7px;
                }

.cmpPrograms {
  list-style: none;
  margin: 0;
  clear: both;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0; }
.cmpProgram {
  display: block;
  clear: both;
  border-bottom: solid 1px #e8e8e8;
  font-size: 20px;
  color: #676767; }
.cmpProgram.live { background-color: #ddffdd; }

.cmpProgramsContainer {
  background: #676767;
  display: block;
  clear: both;
  width: 100%;
  position: relative; }

/* ------- */
/* IsoTope */
/* ------- */

.isoGrid {}
.isoGrid .cmpGeneric { transition: initial; }
.isoGrid-item {}
.isoSizer {}

@media only screen and (max-width: 767px) {
  .isoGrid.row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* ----------------------- */
/* Menu Principal - navBar */
/* ----------------------- */

.navBar { }
.navBar .naviconNavAbout { display: none; }
.navBar .logo img {position: relative; padding: 20px 0 0;}
.navBar a {text-decoration: none;color: #777;position: relative;white-space: nowrap;height: auto;}
.navBar .logoEBC { display: inline-block; }
.navBar > ul {position: relative;list-style: none;display: inline-block;/* margin: 6px 0 0; */padding: 0;}
.navBar > ul > li { position: relative; display: inline-block; }
.navBar > ul.navAbout { float: right; }
.navBar .naviconNavAbout .fa-navicon { display: none; }
.navBarTV .container-fluid {border-bottom: none;z-index: 0;}
.navBarTV { margin: 0; }
.navBarTV div {margin: 0;border-bottom: solid 1px #ccc;position: relative;}
.navBarTV ul {padding: 0 0 0;}
.navBarTV ul li { }
.navBarTV>div>a {display: block;width: auto;margin-left: -10px;float: left;z-index: 3;}
.navBarTV>div>a img { display: block; }
.navBarTV>div>ul {padding: 25px 10px 0; display: block; margin: 0; float: left; }
.navBarTV>div>ul>li { padding: 10px; }
.navBarTV div a img:first-child {}
.navBarTV #cssmenu { height: auto; margin: 26px 0 0; padding: 0 0 0 20px;}
.navBarTV>div>a.fa.fa-search {
  display: block;
  width: auto;
  float: left;
  margin-left: -10px;
  float: right;
  font-size: 1.5em;
  margin: 16px 0 0;
  position: absolute;
  top: 3px;
  right: 10px; }

/* Redes e Busca */

ul.lnkSocial {
  padding-top: 8px;
  margin: 0;
  padding: 9px 0 0;
  position: absolute;
  right: -14px;
}
    ul.lnkSocial .dropdown-menu {
      border-radius: 4px !important;
      padding: 4px 0;
    }
    ul.lnkSocial > li { display: inline-block; }
        ul.lnkSocial>li>a:hover,
        ul.languages>li>a:hover { color: #333; }
        ul.lnkSocial>li>a.fa {
          padding: .5em;
          text-align: center;
          display: block;
          font-size: 1.5em;
          width: 2em;
          height: 2em;
          color: #777;
          background: none;
        }
            ul.lnkSocial>li:last-child { margin-left: 20px !important; }
                ul.lnkSocial>li>a:last-child { padding-right: 0; }

#editorias-menu-links { z-index: -1; }

@media only screen and (max-width: 1199px) {
  .navBarTV div a img:first-child { width: 77px; padding-top: 30px;}
}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    float: right;
    margin-top: 0;
    position: absolute;
    width: auto;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.10);
  }
}
@media only screen and (max-width: 479px) {
  ul.lnkSocial>li>a.fa {
    padding: 0.5em 0.1em;
    width: 1.2em;
  }
  ul.lnkSocial > li:last-child { margin-left: 32px !important; }
}



/* Menu Editorias */

.navBarStations ul {display: table; margin: auto;}
    .navBarStations ul li { margin-right: 28px; display: inline-table;}
        .navBarStations ul li.last { margin-right: 0;}
        .navBarStations ul li a { display: inline-block; padding: 0; vertical-align: top; padding: 10px 0; color: #666; font-size: 12px; width: 100%}
            .navBarStations ul li a span { display: inline-block; }
                .navBarStations ul li a span.nmRadio { display: inline-block; padding-left: 10px;}
                .navBarStations ul li a span.fa-play { position: absolute; top: 12px; left: 0; }
        /* Adiciona a label "Editorias: antes do menu"
        .navBarStations ul li.first::before {
            content: "\f1ea";
            font-family: fontawesome;
            position: absolute;
            top: 9px;
        }
            .navBarStations ul li.first a::before {
                color: #000;
                content: "Editorias:";
                font-size: inherit;
                font-weight: 500;
                margin-right: 20px;
                padding-left: 20px;
            }*/

/* FIM Menu Editorias */

.cmpButtons {
  font-family: "Raleway";
  display: block;
  padding: 0 10px;
  margin-top: 0;
  z-index: 10; }
.cmpButtons .btn {
  display: block;
  clear: both;
  border: none;
  background: gray;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 14px;
  width: 100%;
  text-align: left;
  color: white;
  font-size: 18px; }
.cmpButtons span { margin-right: 10px; }
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .cmpButtons .cmpButton.grayBnt  {
      display: table-cell;
      height: 152px;
      padding: 18%; } }

/* Componente Genérico */

.cmpGeneric {
  position: relative;
  background: transparent;
  transition: all .3s;
  margin-top: 0;
  margin-bottom: 20px; }
.cmpGeneric .highlight { max-height: 400px; min-height: 372px; }
.cmpGeneric a.imgHeading {display: block; position: relative;z-index: 1;}

/* Componente Genérico - Destaque da home capa*/
  @media only screen and (min-width: 992px){
    .cmpGeneric .primario a.imgHeading { height: 337px !important; overflow: hidden; }
    .cmpGeneric .primario a img {
      left: 50%;
      min-height: 100%;
      min-width: 113%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
    }
  }
  @media only screen and (min-width: 1200px) {
    .cmpGeneric .primario a.imgHeading { height: 415px !important; overflow: hidden; }
  }

.cmpGeneric a.imgHeading span { display: none; }
.cmpGeneric a.imgHeading.isVideo::before, .cmpGeneric a.imgHeading.isAudio::before, .cmpGeneric a.imgHeading.isPodcast span::before {
  bottom: 0;
  margin: 0;
  left: 20px;
  color: white;
  opacity: 0.8;
  font-size: 22pt;
  position: absolute;
  font-family: "FontAwesome";
  text-shadow: 0 2px 6px #000;
  transition: font-size 0.2s ease 0.05s;
}
  .cmpGeneric a.imgHeading.isVideo:hover::before,
  .cmpGeneric a.imgHeading.isAudio:hover::before,
  .cmpGeneric a.imgHeading.isPodcast span:hover::before { font-size: 40pt;}

.cmpGeneric a.imgHeading.isVideo::before { content: "\f04b"; z-index: 999; }
.cmpGeneric a.imgHeading.isAudio::before { content: "\f028"; z-index: 999; }
.cmpGeneric a.imgHeading.isSpecial span::before { content: "\f005"; padding: 10px; }
    .cmpGeneric a.imgHeading.isPodcast::before { content: "\f2ce"; padding: 10px; }
        .cmpGeneric a.imgHeading.isPodcast::before, .cmpGeneric a.imgHeading.isSpecial span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          color: white;
          padding: 5px 20px 5px 5px;
          box-sizing: border-box;
          background: #3563A4;
          box-shadow: 0 3px 6px rgba(0,0,0,.175);
        }
        .cmpGeneric a.imgHeading.isPodcast::before {
          width: 50px;
          height: 50px;
          font-family: 'FontAwesome';
          font-size: 2em;
          padding: 6px 14px;
        }
            .cmpGeneric a.imgHeading.isSpecial span {
              font-family: "Raleway", sans-serif;
              font-size: 14pt;
            }
                .cmpGeneric a.imgHeading.isSpecial span::before {
                  font-size: 20px;
                  text-align: center;
                  text-shadow: none;
                  font-family: "FontAwesome";
                }
    .cmpGeneric hr {
      display: block;
      height: 5px;
      position: relative;
      border: none;
      background-color: #3563A4;
    }
    .cmpGeneric figure { display: table-cell; padding: 20px; float: left; }
    .cmpGeneric .pcThumb { width: 54px; height: 54px; border: solid 2px #888888; }
    .cmpGeneric figcaption { font-size: 12px; }
    .cmpGeneric h2.titleArea {
      margin: 10px 0;
      color: #888888;
      font-size: 20pt;
      font-weight: 200;
    }
    .cmpGeneric h3.subtitleArea {
      margin: 40px 0 10px;
      color: #888888;
      font-size: 16pt;
      font-weight: 200;
    }
    .cmpGeneric .lnkMore {
      position: absolute;
      bottom: 0px;
      right: 10px;
      font-weight: 400;
      color: #999;
    }

/* Destaque Primario e Geral, Vertical e Horizontal */

    .cmpGeneric.destaque-primario .mejs-fotov-destaque {
      display: inherit;
      position: relative;
      min-height: 530px;
    }

    .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image { right: 36%; }
    .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image {
      top: 0;
      right: 53.5%;
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      background: #f2f2f2;
    }
        .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image a.imgHeading {
          bottom: 0;
          display: block;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
        }
            .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image a.imgHeading .mejs-fotov-wrapper img {
              width: auto;
              max-width: inherit;
              height: 103%;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
            }

    .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content { padding-left: 64%; }
    .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content .share {position: absolute; margin: 18px 20px 0 20px; left: 64%;}
    .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content {
      padding-left: 46.5%;
    }

        .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h4.headband { padding: 50px 20px 0 20px; }

        .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h4.headband,
        .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content h4.headband {
          display: table;
          font-size: 10pt;
          padding: 20px 99px 0 20px;
          position: relative;
        }

        .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h3.heading,
        .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content h3.heading {
          display: table;
          font-size: 40px;
          font-weight: normal;
          line-height: 1.1em;
          min-height: 10%;
          padding: 10px 20px;
          position: relative;
        }
        .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h3.heading { font-size: 22px; }
        .page-capa .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content h3.heading { font-size: 28px; }
        .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content p,
        .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content p {
          display: table;
          padding: 0 20px 10px;
          color: #999;
        }
        .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content ul,
        .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content ul,
        .cmpGeneric.destaque-secundario .dest-content ul {
          display: table;
          padding: 0 20px 15px;
        }
            .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content ul li,
            .page-capa .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content ul li,
            .cmpGeneric.destaque-secundario .dest-content ul li {
              font-size: 0.88em;
            }

            .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content ul li,
            .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content ul li,
            .cmpGeneric.destaque-secundario .dest-content ul li {
              list-style: outside none none;
              padding: 0 0 0 20px;
              position: relative;
            }
                .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content ul li::before,
                .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content ul li::before,
                .cmpGeneric.destaque-secundario .dest-content ul li::before {
                  content: "\f055";
                  font-family: fontawesome;
                  left: 0;
                  position: absolute;
                }

@media only screen and (max-width: 1199px) {
  .cmpGeneric.destaque-primario .mejs-fotov-destaque { min-height: 425px; }
      .cmpGeneric.destaque-primario .mejs-fotov-destaque h3.heading { font-size: 35px; }
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque { min-height: 530px; }
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image { right: 41%; }
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content { padding-left: 59%; }
      .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content .share {left: 59%;}
      .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h3.heading { font-size: 35px; }
}
@media only screen and (max-width: 991px) {
  .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image { right: 60%; }
  .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content { padding-left: 40%; }
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image { right: 50%; }
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content { padding-left: 50%; }
      .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content .share {left: 50%;}
      .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h3.heading { font-size: 43px; }
}
@media only screen and (max-width: 767px) {
  .cmpGeneric.destaque-primario .mejs-fotov-destaque,
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque { min-height: 340px; }
      .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image,
      .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image { right: calc(100% - 236px); }
      .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content,
      .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content { padding-left: 235px; }
          .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content .share { left: 235px; }
          .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h3.heading,
          .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h3.heading,
          .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content h3.heading { font-size: 30px;}
          .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content ul li,
          .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content ul li,
          .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content ul li { font-size: 0.9em; }
}
@media only screen and (max-width: 579px) {
  .cmpGeneric.destaque-primario .mejs-fotov-destaque { min-height: 330px; }
      .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image { right: 60%; }
      .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content { padding-left: 40%; }
          .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h3.heading,
          .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content h3.heading { font-size: 27px;}
          .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content ul li,
          .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content ul li { font-size: 0.85em; }
}
@media only screen and (max-width: 479px) {
  .cmpGeneric.destaque-primario .mejs-fotov-destaque,
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque { min-height: 270px; }
      .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h3.heading,
      .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h3.heading,
      .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content h3.heading { font-size: 25px;}
      .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content ul li,
      .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content ul li,
      .cmpGeneric.destaque-primario .mejs-fotoh-destaque .dest-content ul li { font-size: 0.8em; }
}
@media only screen and (max-width: 439px) {
  .cmpGeneric.destaque-primario .mejs-fotov-destaque,
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque {
      display: table;
      position: relative;
      min-height: inherit;
    }
  .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image,
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image {
    clear: right;
    display: block;
    float: left;
    position: inherit;
    right: inherit;
    width: 100%;
    background: none;
    bottom: inherit;
    left: inherit;
    overflow: inherit;
    top: inherit;
  }
  .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image a.imgHeading,
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image a.imgHeading {
    bottom: inherit;
    display: inherit;
    left: inherit;
    position: inherit;
    right: inherit;
    top: inherit;
  }
  .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image a.imgHeading .mejs-fotov-wrapper img,
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-image a.imgHeading .mejs-fotov-wrapper img {
    height: auto;
    left: inherit;
    max-width: inherit;
    position: inherit;
    top: inherit;
    transform: inherit;
    width: 100%;
  }
  .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content,
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content {
    clear: left;
    display: block;
    float: left;
    padding-left: 0;
  }
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content .share { left: inherit; margin: 18px 10px 0 0; }
  .page-capa .cmpGeneric.destaque-primario .mejs-fotov-destaque .dest-content h4.headband { padding: 20px 110px 0 20px; }
}

/* Componente Últimas Notícas da home */

.cmpUltimasNoticias {}
    .cmpUltimasNoticias h4 { color: #3563A4; }
    .cmpUltimasNoticias .containerbox {
      padding: 20px;
      display: inline-block;
      min-height: 530px;
      padding: 20px 20px 0 20px;
      width: 100%;
    }
        .cmpUltimasNoticias .containerbox > div {
          border-bottom: 1px solid #ccc;
          margin: 0;
          padding: 8px 0;
          font-size: 0.9em;
        }
            .cmpUltimasNoticias .containerbox > div:hover {
              background: #f6f6f6 none repeat scroll 0 0;
              margin: 0 -20px;
              padding-left: 20px;
              padding-right: 20px;
              width: calc(100% + 40px);
            }
            .cmpUltimasNoticias .containerbox > div:last-of-type { border: none; padding-bottom: 20px;}
        .cmpUltimasNoticias .containerbox div a { font-weight: 600;}
        .cmpUltimasNoticias .containerbox div .info * { color: #999; }
            .cmpUltimasNoticias .containerbox div .info.atualizado:before {
              content: '\f021';
              font-family: fontawesome;
              margin-right: 4px;
              color: #C79C2B
            }
    .cmpUltimasNoticias .containerbox .pager.pager-load-more {
      bottom: -10px;
      display: block;
      margin: 0;
      position: absolute;
      right: 30px;
    }
        .cmpUltimasNoticias .containerbox .pager.pager-load-more li a {
          color: #3563A4;
          border-color: #3563A4;
          font-size: 0.8em;
          padding: 2px 8px;
          font-weight: 600;
        }

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
  .cmpUltimasNoticias .containerbox { min-height: 507px; }
}
@media only screen and (max-width: 767px) {
  .cmpUltimasNoticias .containerbox { min-height: inherit; }
}
@media only screen and (max-width: 580px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 440px) {
}


/* Componente Últimas Notícas da home */

.page-capa .cmpBtnPanel { margin-bottom: 0px; position: relative; top: 0px;}
  .page-capa .cmpBtnPanel iframe { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);}
.page-node .cmpBtnPanel { position: relative; top: -106px; margin-bottom: 0;}
.cmpBtnPanel { position: relative; top: -20px; margin-bottom: 50px;}
  @media only screen and (max-width: 1199px) {
    .page-node .cmpBtnPanel { top: -20px; margin-bottom: 50px;}
  }
.btnMore {
  margin: 20px auto;
  background: white;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.cmpGeneric .lnkMore:hover { color: #666; }
.cmpGeneric h3.heading {
  font-size: 20px;
  font-weight: normal;
  padding: 15px 20px 20px 20px;
  clear: both;
  min-height: 10%;
  position: relative;
  line-height: 1.4em; }
.cmpGeneric h3.heading-only {
  font-size: 20px;
  font-weight: normal;
  padding: 20px 20px 30px;
  clear: both;
  min-height: 10%;
  position: relative;
  line-height: 1.4em; }
.cmpGeneric h4.headband {
  position: relative;
  font-size: 10pt;
  padding: 20px 110px 0 20px;
  float: left; }
.cmpGeneric h5.headband {
  position: relative;
  font-size: 10pt;
  padding: 10px 99px 0 20px;
  float: left; }
.cmpGeneric .share {position: absolute; margin: 18px 20px 0 0; right: 10px;}
.cmpGeneric .share a {
  color: gray;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2em;
  padding: 3px;
  background: #efefef;
  text-decoration: none; }
.cmpGeneric .pcBody { position: relative; }
.cmpGeneric .pcBody .pcShare {
  position: absolute;
  background-color: rgba(128,128,128,.5);
  z-index: 40;
  width: 100%;
  height: 100%;
  top: 0;
  width: 100%; }
.cmpGeneric.podcast h3.heading { line-height: 1.2em; margin: 0; padding: 5px 0 0;}
.cmpGeneric.podcast h4 { margin: 0 !important; padding: 18px 0 0 !important; }
.cmpGeneric.podcast .pcBody { display: inline-block; }

.cmpGeneric h3.heading.alltype {
  font-size: 3em ;
  line-height: 1.1em ;
}
@media only screen and (max-width: 1199px) {
  .cmpGeneric h3.heading.alltype {
    font-size: 2.5em ;
    line-height: 1.1em ;
  }
}

/* Banneres do Google DFP*/

.page-capa div#gam-holder-banner_master {
  display: block;
  /*margin: 20px 0 0;*/
  overflow: initial;
  box-sizing: border-box;
  padding: 10px 30px 30px;
  background-color: rgba(255,255,255,.8);
  box-shadow: 0px 1px 6px #c8c8c8;
  text-align: center; }

.cmpGigaBanner {
  display: block;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.cmpGigaBanner .gam-holder { position: relative; }
.cmpGigaBanner .gam-holder img { display: block; height: 90px; width: 970px; }
.cmpGigaBanner iframe {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.cmp3AdBanners {}
.cmp3AdBanners .adBanner300x250 {
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 20px; }
.cmp3AdBanners.pull-right { min-width: 378px; }
  .cmp3AdBanners.pull-right .adBanner300x250 { padding: 6px; }
.cmp3AdBanners .adBanner300x250 .gam-holder {
  display: block;
  background-color: rgba(255,255,255,.8);
  box-shadow: 0px 1px 6px #c8c8c8;
  padding: 4% 9% 9%; }
.cmp3AdBanners .adBanner300x250 .gam-holder img { width: 100%; max-width: 300px; max-height: 250px; }
.gam-holder::before {
  content: 'Publicidade';
  font-size: 14px;
  color: #999999;
  margin-bottom: 4px;
  display: block; }
.cmp3AdBanners .adBanner300x250 {overflow: hidden; box-sizing: border-box; padding-bottom: 20px; }
.cmp3AdBanners .adBanner300x250 .gam-holder {
  display: block;
  background-color: rgba(255,255,255,.8);
  box-shadow: 0px 1px 6px #c8c8c8;
  text-align: center; }
.cmp3AdBanners .adBanner300x250 .gam-holder > div, .cmp3AdBanners .adBanner300x250 .gam-holder > div div {width: 300px; height: 250px; margin: auto;} /*Ajusta o tamanho da div do google ad*/
.adbanner_superleadboard_970x90 { margin: auto; width: 970px; }
.adbanner_leadboard_728x90 { margin: auto; width: 728px; }
.adbanner_retangulo_300x100 { margin: auto; width: 300px; }
.adbanner_bgseparador {
  top: 0;
  height: 66px;
  position: absolute;
  width: 100%;
  z-index: -1;
  color: #ffffff; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-capa div#gam-holder-banner_master {
    margin: 20px 0 0;
    overflow: initial;
    box-sizing: border-box;
    /*padding: 0;
    background: none;
    box-shadow: none;*/
  }
    .page-capa div#gam-holder-banner_master iframe {
      /*-webkit-box-shadow: 0 1px 6px #c8c8c8;
      -moz-box-shadow: 0 1px 6px #c8c8c8;
      box-shadow: 0 1px 6px #c8c8c8;*/
    }
  .cmp3AdBanners.pull-right { min-width: 300px; }
  .cmp3AdBanners .adBanner300x250 {overflow: visible;}
    .cmp3AdBanners .adBanner300x250 .gam-holder { padding: 0; }
    .cmp3AdBanners .adBanner300x250 .gam-holder { display: block; text-align: center; background: none; box-shadow: none; padding: 1px; }
  .newsContainer .cmp3AdBanners .adBanner300x250 .gam-holder { margin: -21px 0 0 0;}
  .cmp3AdBanners .adBanner300x250 .gam-holder > div {box-shadow: 0px 1px 6px #c8c8c8;}
  .cmp3AdBanners .adBanner300x250 .gam-holder > div, .cmp3AdBanners .adBanner300x250 .gam-holder > div div {width: 300px; height: 250px; margin: auto;} /*Ajusta o tamanho da div do google ad*/
}

@media only screen and (max-width: 767px) {
  .page-capa div#gam-holder-banner_master {
    margin: 20px 0 0;
    overflow: initial;
    box-sizing: border-box;
    padding: 0;
    background: none;
    box-shadow: none;
  }
    .page-capa div#gam-holder-banner_master iframe {
      -webkit-box-shadow: 0 1px 6px #c8c8c8;
      -moz-box-shadow: 0 1px 6px #c8c8c8;
      box-shadow: 0 1px 6px #c8c8c8;
    }
  .cmp3AdBanners.pull-right { min-width: auto; }
  .cmp3AdBanners .adBanner300x250 {overflow: visible;}
  .cmp3AdBanners .adBanner300x250 .gam-holder { display: block; text-align: center; background: none; box-shadow: none; padding: 1px;}
  .newsContainer .cmp3AdBanners .adBanner300x250 .gam-holder { margin: -21px 0 0 0;}
  .cmp3AdBanners .adBanner300x250 .gam-holder > div {box-shadow: 0px 1px 6px #c8c8c8;}
  .cmp3AdBanners .adBanner300x250 .gam-holder > div, .cmp3AdBanners .adBanner300x250 .gam-holder > div div {width: 300px; height: 250px; margin: auto;} /*Ajusta o tamanho da div do google ad*/
}
@media only screen and (max-width: 460px) {
  .cmpAdBanner.pull-right {
      padding: 0 0 20px;
      text-align: center;
      width: 100%;
      width: 300px ;
  }
}

.pcBody .fa-ellipsis-v { position: absolute; top: 0; right: 0; margin: 23px 20px 0 0; }
.pcMenuShare { position: absolute; width: 50%; top: 50%; transform: translate(-50%, -50%); left: 50%;}
.pcShare a.fa-close { float: right; margin: 21px 15px 0 0; }
.pcShare a.fa-podcast span { font-family: "Raleway", sans-serif; font-size: 17px; font-weight: 400; padding: 20px 10px 30px; }
.pcShare a.fa-download, .pcShare a.fa-podcast, .pcShare a.fa-facebook, .pcShare a.fa-twitter, .pcShare a.fa-whatsapp {
  display: block;
  margin: 1%;
  box-sizing: border-box;
  padding: 5%;
  border-radius: 2px;
  background-color: #3563A4;
  text-align: center;
  color: #ffffff; }
.pcShare a.fa-download, .pcShare a.fa-facebook, .pcShare a.fa-twitter, .pcShare a.fa-whatsapp { float: left; width: 23%; text-align: center; }
.pcShare { display: none; }
.share a.fa-whatsapp { display: none; }
.meanRadioagencia {position: relative;}
.meanRadioagencia .cmpGeneric h2.titleArea {
  margin: 40px 0 10px;
  color: #3563A4;
  font-size: 20pt;
  font-weight: 600;
  font-style: italic; }
.wrap { margin: 10px auto 20px; }
.cmpGeneric .pcTitles { display: table-cell; padding: 0 20px 20px 0;}
.pcTitles .headband, .pcTitles .heading { margin-left: -20px; margin-right: 0px; }


.tlPodcastBar .pcMenuShare {
  padding: 0;
  display: table-cell;
  float: inherit;
  position: inherit;
  transform: none;
  top: inherit;
  left: inherit;
  text-align: inherit;
  top: inherit;
  vertical-align: middle; }
.tlPodcastBar {
  clear: both;
  display: table;
  padding: 20px 20px 20px 20px;
  width: 100%;
  min-height: 130px;
  position: relative;
  background: white;
  margin-bottom: 20px; }
.tlPodcastBar .pcMenuShare a.fa-podcast, .tlPodcastBar .pcMenuShare a.fa-volume-up {
  padding: 10px;
  background: #f8f8f8;
  border-radius: 3px;
  display: block;
  float: right;
  clear: right; }
.tlPodcastBar .pcMenuShare a.fa-podcast span { display: inline-block; margin-left: 5px; }
.tlPodcastBar .pcMenuShare a.fa-volume-up { padding-top: 30px; }
.tlPodcastBar .pcMenuShare h2 { float: left; margin: 0; }
.tlPodcastBar .pcMenuShare a { position: relative; float: right; clear: right; }
.tlPodcastBar .pcMenuShare a span { font-size: 18px; font-weight: 500; }
.tlPodcastBar .pcMenuShare a.fa-podcast:hover, .tlPodcastBar .pcMenuShare a.fa-volume-up:hover { background: #e8e8e8; }
.tlPodcastBar .pcMenuShare a.fa-volume-up::after {
  content: "Ao vivo na rádio";
  font-family: "Raleway", sans-serif;
  display: block;
  position: absolute;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  top: 0;
  padding: 10px 0px; }
.tlPodcastBar h2 {
  display: table-cell;
  font-size: 30pt;
  font-weight: 200;
  vertical-align: middle;
  width: 66%; }

/* HEADER de Emissoras e Programas*/

.header-bar {
  background: #FFFFFF;
  clear: both;
  display: table;
  height: 120px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  width: 100%; }
.header-bar h2 {
  font-size: 1.875em;
  margin: auto 0;
  padding: 0 10px; }

.lstLiveRadio a.radio-nacional-fm-brasilia { color: #523992; }
.lstLiveRadio a.radio-nacional-da-amazonia { color: #317882; }
.lstLiveRadio a.radio-mec-am---rio-de-janeiro { color: #daae4d; }
.lstLiveRadio a.radio-mec-fm---rio-de-janeiro { color: #d57844; }
.lstLiveRadio a.radio-nacional-do-rio-de-janeiro { color: #d5c244; }
.lstLiveRadio a.radio-nacional-de-brasilia { color: #3b4b91; }
.lstLiveRadio a.radio-nacional-do-alto-solimoes { color: #3da14b; }

.mejs__audio-wrapper.mejs__radio-nacional-fm-brasilia { border-bottom: solid 5px #523992; }
.mejs__audio-wrapper.mejs__radio-nacional-da-amazonia { border-bottom: solid 5px #317882; }
.mejs__audio-wrapper.mejs__radio-mec-am---rio-de-janeiro { border-bottom: solid 5px #daae4d; }
.mejs__audio-wrapper.mejs__radio-mec-fm---rio-de-janeiro { border-bottom: solid 5px #d57844; }
.mejs__audio-wrapper.mejs__radio-nacional-do-rio-de-janeiro { border-bottom: solid 5px #d5c244; }
.mejs__audio-wrapper.mejs__radio-nacional-de-brasilia { border-bottom: solid 5px #3b4b91; }
.mejs__audio-wrapper.mejs__radio-nacional-do-alto-solimoes { border-bottom: solid 5px #3da14b; }

.header-bar.radio-nacional-fm-brasilia { background: #523992; }
.header-bar.radio-nacional-da-amazonia { background: #317882; }
.header-bar.radio-mec-am---rio-de-janeiro { background: #daae4d; }
.header-bar.radio-mec-fm---rio-de-janeiro { background: #d57844; }
.header-bar.radio-nacional-do-rio-de-janeiro { background: #d5c244; }
.header-bar.radio-nacional-de-brasilia { background: #3b4b91; }
.header-bar.radio-nacional-do-alto-solimoes { background: #3da14b; }

.radio-nacional-fm-brasilia,
.radio-nacional-da-amazonia,
.radio-mec-am---rio-de-janeiro,
.radio-mec-fm---rio-de-janeiro,
.radio-nacional-do-rio-de-janeiro,
.radio-nacional-de-brasilia,
.radio-nacional-do-alto-solimoes,
.radio-nacional-fm-brasilia a,
.radio-nacional-da-amazonia a,
.radio-mec-am---rio-de-janeiro a,
.radio-mec-fm---rio-de-janeiro a,
.radio-nacional-do-rio-de-janeiro a,
.radio-nacional-de-brasilia a,
.radio-nacional-do-alto-solimoes a { color: white; }

.header-bar.programa{ border-bottom: 5px solid #3563A4;  }
.header-bar .nome-tagpage, .header-bar .extra-blocks {
  display: table-cell;
  font-weight: 200;
  vertical-align: middle;
  float: none;
  padding: 15px; }
.header-bar .nome-tagpage > h2 { font-size: 40px; }
.extra-blocks .extra-blocks-container {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;}
.extra-blocks .extra-blocks-container .extra-blocks-content{ color: #3563A4; }
.extra-blocks-content .cmpExtraBlocks span {
  float: left;
  line-height: 1em;
}
.extra-blocks-content .cmpExtraBlocks span:first-child {
  margin-right: 5px;
  height: 31px;
}
  .cmpExtraBlocks {
    float: left;
    margin-right: 10px;
 }
.airIn {
  clear: both;
  font-size: 0.85em;
  float: left;
}
.airIn.vCentered {
  height: 15px;
  margin: 25px 0;
  position: relative; }
.extra-blocks-content span.fa.fa-audio-description.fa-3x {
    font-size: 50px;
    margin-top: -10px; }

.extra-blocks-content .social-share {
  float: left;
  clear: left;
  font-size: .85em;
}
.extra-blocks-content .social-share .fa {
  font-size: 1.5em;
  min-width: 18px;
  color: #3563A4;
}

@media only screen and ( max-width: 991px ) {
  /*.header-bar {  margin-bottom: 0; }*/
}

@media only screen and ( max-width: 768px ) {
  .header-bar { height: 90px; }
  .header-bar .nome-tagpage > h2 { font-size: 24px; }
  .header-bar .nome-emissora, .header-bar .extra-blocks { padding: 10px 10px 20px; }
  .extra-blocks .extra-blocks-container { position: relative; transform: inherit;}
}


/* Componente Top Banner principal do Programa*/
.cmpTopContent .destaquePrograma { float: right; }
.cmpTopContent { position: relative; min-height: 300px; }
  .cmpTopContent .bannerHolder {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
    }
    /* Caso a página do Programa não tenhar destaque */
    .cmpTopContent .col-lg-12.bannerHolder,
    .cmpTopContent .col-md-12.bannerHolder { position: relative; }

      .cmpTopContent .bannerHolder .bannerContent {
        bottom: 0;
        height: 100%;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
      }
      /* Caso a página do Programa não tenhar destaque */
      .cmpTopContent .col-lg-12.bannerHolder .bannerContent,
      .cmpTopContent .col-md-12.bannerHolder .bannerContent { height: 400px; }

        .cmpTopContent .bannerHolder .bannerContent > img {
          left: 50%;
          min-height: 100%;
          min-width: 100%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
        }


@media only screen and ( max-width: 991px ) {
  .cmpTopContent { min-height: inherit; }
  .cmpTopContent .bannerHolder { position: inherit; }
    .cmpTopContent .bannerHolder .bannerContent,
    .cmpTopContent .col-lg-12.bannerHolder .bannerContent,
    .cmpTopContent .col-md-12.bannerHolder .bannerContent { height: 0px; padding-top: 49%; }
      .cmpTopContent .bannerHolder .bannerContent > img {
              position: inherit;
              transform: none;
              left: inherit;
              top: inherit;
              min-height: auto;
              min-width: auto;
              max-width: 100%;
            }
}

/* Bloco sobre o programa */
.sobre-content { margin-top: -60px; }


/* Componente dos horários dos programas*/

.cmpHorarioPrograma .horarios_programa {margin-bottom: 0;}
.cmpHorarioPrograma ul {
  height: auto;
  list-style: outside none none;
  max-height: 245px;
  overflow-y: auto;
  margin-bottom: 20px;
  position: relative;
  top: 0 !important;
  z-index: 1;
  padding: 0 !important;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.175);
  box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.175); }
.cmpHorarioPrograma ul li a { padding: 15px !important; }
ul.cmpButtonList {
    list-style: none;
    position: relative;
    z-index: 1;
    padding-top: 146px;
    top: -20px; }
ul.cmpButtonList li { border-bottom: solid 1px #e8e8e8; width: 100%; background: white; }
ul.cmpButtonList li a {
    background: white;
    padding: 25px 20px 10px;
    margin: 0;
    color: gray;
    font-size: 12pt;
    font-weight: 200;
    display: inline-block;
    width:100%; }
ul.cmpButtonList li a span { display: block; font-weight: 500; }
.mainHighlight .bgWhite {
  // height: 292px;
  }
.mainHighlight .imgHeading img { height: 100%; }
.mainHighlight h3.heading a {
    font-size: 1.4285714285714286em;
    line-height: 1.2em; }


.bx-slider {
  list-style: none;
  margin: 0;
  padding: 0; }
.bx-slider > div { margin-bottom: 0; padding: 10px; }
.cmpProgram span {
    display: inline-block;
    padding: 20px;
    font-weight: 400; }
.cmpProgram a {
    display: inline-block;
    padding: 20px;
    font-weight: 400;
    color: #676767; }
ul.cmpWeekPrograms {
    list-style: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0; }
.cmpWeekPrograms li { display: inline-block; }
.cmpWeekPrograms li button {
    width: 2.8em;
    display: block;
    background: none;
    border: none;
    border-left: solid 1px gray; }
.cmpWeekPrograms li button .dtDay {
    display: block;
    font-size: 1.7em;
    color: white;
    font-weight: 200; }
.cmpWeekPrograms li button .dtDayWeek {
    clear: both;
    display: block;
    color: white;
    font-size: .8em; }
.cmpProgramsContainer h3 {
    display: inline-block;
    padding: 20px;
    color: white; }
.cmpProgramsContainer select { display: inline-block; width: 200px; position: relative; margin-bottom: 20px; }
li.live a.fa-volume-up.btn {
    font-family: "Raleway";
    background: #44cc44;
    float: right;
    padding: 10px;
    margin: 14px;
    color: white; }
li.live a.fa-volume-up.btn::before {
    font-family: 'FontAwesome';
    padding: 3px 6px 3px 3px; }
.mt-sm { padding-top: 20px; }
.mt-lg { padding-top: 100px; }
.mt-md { padding-top: 60px !important; }
.mb-md { padding-bottom: 60px !important; }
.mb-sm { padding-bottom: 20px; }
.mb-lg { padding-bottom: 100px; }

/* Componente Lista (Todos os Programas e Grade de Programação)*/

.view-emissoras .cmpList .heading {
  display: block;
  clear: both;
  border: none;
  background: gray;
  padding: 15px;
  width: 100%;
  text-align: left;
  color: white;
  font-size: 18px;
}

.cmpList {
  font-family: "Raleway";
  margin-top: 0;
}
.cmpList .view-empty {
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  clear: both;
}
  .cmpList .heading-glossary,
  .cmpList .heading-programacao {
    display: block;
    clear: both;
    border: none;
    background: gray;
    padding: 15px;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 18px;
  }
    .cmpList .heading-glossary .fa.fa-filter { margin-right: 10px; }
  .cmpList .heading span { margin-right: 10px; }
  .cmpList ul { list-style: none; }
    .cmpList ul li {
      border-bottom: solid 1px #e8e8e8;
      background: white; }
      .cmpList ul li:hover { background-color: #eee; }
      .cmpList ul li a {
        padding: 15px;
        margin: 0;
        color: gray;
        font-size: 12pt;
        font-weight: 200;
        display: inline-block;
        width:100%;
      }
    .cmpList ul#programas-az-glossary {
      background: #999 none repeat scroll 0 0;
      box-sizing: border-box;
      display: inline-block;
      height: 100%;
      list-style: outside none none;
      margin: 0 0 -5px;
      width: 100%;
    }
      .cmpList #programas-az-glossary li {
        float: left;
        background: #999;
        margin: 0;
        border: none;
        text-align: center;
        color: #f2f2f2 !important;
        width: 3.7037%;
        padding: 0px;
        height: auto;
        box-sizing: border-box;
      }
        .cmpList #programas-az-glossary li a {
          color: #FFF;
          padding: 10px 0px;
          text-align: center;
          display: block;
          vertical-align: middle;
          height: inherit;
        }
  .cmpList #programas-az-content ul {
    max-height: 686px;
    overflow-y: auto;
    width: 100%;
    margin: 0;
  }

  /* Programação - Componente da grade horária */

  .cmpList .heading-programacao {}
    .page-programacao .cmpList { margin-bottom: 20px; }
    .cmpList .heading-programacao .fa { margin-right: 5px; }
    .cmpList .heading-programacao ul {
      background: none;
      display: inline-flex;
    }

      .cmpList .heading-programacao ul.programacao-pracas {
        left: 42%;
        margin: auto;
        position: absolute;
        transform: translate(-50%, 0px);
      }
        .cmpList .heading-programacao ul.programacao-pracas li.ativo a {
          color: #c6df40;
        }
          .cmpList .heading-programacao ul.programacao-pracas li.ativo a::after {
            content: "\f0d8";
            font-family: fontawesome;
            font-size: 2em;
            left: 39%;
            position: absolute;
            bottom: -29px;
            color: white;
          }
      .cmpList .heading-programacao ul.programacao-datas {
        float: right;
        margin-top: -5px;
      }
        .cmpList .heading-programacao ul.programacao-datas li { max-width: 50px; }
        .cmpList .heading-programacao ul.programacao-datas li.ativo {
          background-color: rgba(255, 255, 255, 0.3);
          border: medium none;
          /*border-radius: 50%;*/
          margin-top: -6px;
          padding: 6px 0;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }

      .cmpList .heading-programacao ul li {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        width: inherit;
      }

      .cmpList .heading-programacao ul li a {
        color: white;
        height: 29px;
        padding: 0 5px;
        text-align: center;
        position: relative;
      }

      .cmpList .heading-programacao ul li a span {
        clear: right;
        display: block;
        float: left;
        font-weight: 400;
        width: 100%;
        text-transform: uppercase;
      }

      .cmpList .heading-programacao ul li a span.dia-sem {
        font-size: 0.7em;
      }
      .cmpList .heading-programacao ul li a span.dia-mes {
        font-size: 1.2em;
        line-height: 1em;
      }

  .cmpList .programacao-content {
    background: white;
    display: table;
    content: " ";
    width: 100%;
  }
    .cmpList .programacao-content .view-content > div {
      display: table;
      font-size: 1.4em;
      padding: 20px 0;
      width: 100%;
      border-bottom: 1px solid #e8e8e8;
    }
      .cmpList .programacao-content .view-content > div .horario {}
      .cmpList .programacao-content .view-content > div .nomeprograma a { opacity: 0.5; }

      .cmpList .programacao-content .view-content > div.aovivo {
        background: rgba(166, 185, 56, 0.1);
        color: #A6B938 !important;
      }
        .cmpList .programacao-content .view-content .aovivo .nomeprograma a {
          color: #282828;
          opacity: 1;
        }
        .cmpList .programacao-content .view-content .aovivo .nomeprograma a::before {
          color: #a6b939;
          content: "No ar: ";
          font-weight: 600;
        }
        .cmpList .programacao-content .view-content .aovivo .nomeprograma::before {
          content: "\f26c";
          font-family: fontawesome;
        }

.pager-load-more.pager li > a {
  border-radius: initial;
  box-shadow: 0 3px 6px rgba(0,0,0,.175);
}

    @media only screen and ( max-width: 991px ) {
      .cmpList .heading-programacao ul.programacao-pracas { left: 42%; }
    }

    @media only screen and ( max-width: 639px ) {
      .heading-programacao > span {
        float: left;
        margin-bottom: 20px;
      }
      .cmpList .heading-programacao ul.programacao-pracas {
        clear: both;
        display: block;
        left: inherit;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        text-align: center;
        transform: inherit;
      }
        .cmpList .heading-programacao ul.programacao-pracas li {
          display: inline-block;
          margin: auto;
        }
          .cmpList .heading-programacao ul.programacao-pracas li.ativo a::after { bottom: -33px; }
    }

    @media only screen and ( max-width: 479px ) {
      .cmpList .heading-programacao ul.programacao-datas { margin-bottom: 10px; width: 100%;}
        .cmpList .heading-programacao ul.programacao-datas li { max-width: inherit; }
      .cmpList .programacao-content { padding: 10px; }
        .cmpList .programacao-content .view-content > div { font-size: 1.1em; }
    }

/* queries.css */
/* Extra Small Devices, Phones */
/* Barra de compartilhar na página interna */
.fixed-bottom {  }
.fixed { }
.col-compartilhar-social {
  padding-top: 0;
  position: relative;
  margin-bottom: 0;

}
.compartilhar {
  position: relative;
  display: inline-block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
}
    .compartilhar a {
      background: #f4f4f4;
      width: 45px;
      height: 44px;
      color: #999999;
      font-size: 22px;
      text-align: center;
      padding-top: 12px;
      margin-top: -19px;
      margin-bottom: 1px;
      text-decoration: none;
      display: inline-block;
      position: relative;
    }
        .compartilhar a.whatsapp.fa.fa-whatsapp.social-share-whatsapp { display: none; }
        .compartilhar a:hover,
        .compartilhar a.whatsapp:hover { cursor: pointer; color: #FFFFFF; }
.compartilhar_url { height: 44px; }
    .compartilhar_url:hover > div { display: block; }
    .compartilhar_url div:hover .fa-link { border: 1px solid black; }
    .compartilhar_url div {
        display:none;
        position:relative;
        top:-45px;
        left:45px;
        width:140px;
        height:24px;
        background:#444444;
        padding:10px 20px 10px 20px; }

    .compartilhar_url input{
        padding: 5px 10px;
        font-size: 12px;
        border:none;
        outline:0;
        width: 125px; }

@media only screen and ( max-width: 991px ) {
  .col-compartilhar-social { position: inherit; height: inherit; }
  .compartilhar { }
      .compartilhar a {  }
  .secundario h3.heading {
    /* background-color: rgba(0,0,0,.4); */
    height: auto;
    bottom: 0;

    width: 100%;
    } }

/* Busca modal */
.busca_modal {
  display: none;
  position:absolute;
  z-index:9999;
  opacity:0.8;
  background:#000000; }
.busca_modal input {
  width:80%;
  margin:0 10%;
  height:200px;
  outline:0;
  font-weight:300;
  font-family:'Raleway';
  font-size:120px;
  color:#FFFFFF;
  border:none;
  border-bottom:5px dotted #cccccc;
  background:none;
  margin-top:15%; }
.busca_modal label{
  margin:20px 32%;
  color:#CCCCCC;
  font-size:25px; }
.busca_modal .fechar{
  position:absolute;
  top:20px;
  right:30px;
  color:#cccccc; }
.busca_modal .fechar:hover{
  cursor:pointer; }

/* colors.css */
/* cores editorias */
  .edtEconomia { background: #26ae9d !important; }
  .txtEconomia, .txtEconomia a { color: #26ae9d !important; }
  .edtEducacao { background: #e0a732 !important; }
  .txtEducacao, .txtEducacao a { color: #e0a732 !important; }
  .edtGeral { background: #ff0000 !important; }
  .txtGeral, .txtGeral a { color: #ff0000 !important; }
  .edtInternacional { background: #b6cb3c !important; }
  .txtInternacional, .txtInternacional a { color: #b6cb3c !important; }
  .edtPolitica { background: #ea7b31 !important; }
  .txtPolitica, .txtPolitica a { color: #ea7b31 !important; }
  .edtSaude { background: #e94944 !important; }
  .txtSaude, .txtSaude a { color: #e94944 !important; }
  /*.edtTecnologia { background: #724a90 !important; }
  .txtTecnologia, .txtTecnologia a { color: #724a90 !important; }*/
  .corEBC { color: #3563A4; }
  .edtEBC { background: #3563A4; }

  .plrBorderEconomia { border-bottom: solid 5px #26ae9d !important; }
  .plrBorderEducacao { border-bottom: solid 5px #e0a732 !important; }
  .plrBorderGeral { border-bottom: solid 5px #ff0000 !important; }
  .plrBorderInternacional { border-bottom: solid 5px #b6cb3c !important; }
  .plrBorderPolitica { border-bottom: solid 5px #ea7b31 !important; }
  .plrBorderSaude { border-bottom: solid 5px #e94944 !important; }
  /*.plrBorderTecnologia { border-bottom: solid 5px #724a90 !important; }*/

  .brdHighLight-Economia { border: solid 5px #26ae9d !important; outline: none; }
  .brdHighLight-Educacao { border: solid 5px #e0a732 !important; outline: none; }
  .brdHighLight-Geral { border: solid 5px #ff0000 !important; outline: none; }
  .brdHighLight-Internacional { border: solid 5px #b6cb3c !important; outline: none; }
  .brdHighLight-Politica { border: solid 5px #ea7b31 !important; outline: none; }
  .brdHighLight-Saude{ border: solid 5px #e94944 !important; outline: none; }
  /*.brdHighLight-Tecnologia { border: solid 5px #724a90 !important; outline: none; }*/

/* cores barra de compartilhamento */
.compartilhar a:hover,
.compartilhar a.whatsapp:hover { background:#3563A4; }

.economia .compartilhar a:hover,
.economia .compartilhar a.whatsapp:hover,
.economia .compartilhar_url div { background:#26ae9d; }

.educacao .compartilhar a:hover,
.educacao .compartilhar a.whatsapp:hover,
.educacao .compartilhar_url div { background:#e0a732; }

.geral .compartilhar a:hover,
.geral .compartilhar a.whatsapp:hover,
.geral .compartilhar_url div { background:#ff0000; }

.internaocinal .compartilhar a:hover,
.internaocinal .compartilhar a.whatsapp:hover,
.internaocinal .compartilhar_url div { background:#b6cb3c; }

.politica .compartilhar a:hover,
.politica .compartilhar a.whatsapp:hover,
.politica .compartilhar_url div { background:#ea7b31; }

.saude .compartilhar a:hover,
.saude .compartilhar a.whatsapp:hover,
.saude .compartilhar_url div { background:#e94944; }

/* OTHER OVERRIDES */
#block-views-emissoras-todos-programas-bloco ul.cmpButtonList { padding-top: 74px; }
.block-title {padding: 0 10px 20px 10px;}

/* FOOTER INSTITUCIONAL */

footer a h3 {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px; }
footer .menu ul { list-style: none; margin-left: 45px; }
footer .menu ul li {}
footer.bottomBar img { display: inline-block; }
.footer_layout > div > ul { line-height: 15px; list-style: outside none none; margin: 0 0 0 20px; }
.footer_layout > div > ul > li { border-bottom: thin solid #bbb; padding: 3px 0; }
.footer_layout > div { margin: 0 0 20px; }
.bottomBar {  }
    .bottomBar h3 {
        color: white;
        font-size: 16.5px;
        font-style: italic;
        font-weight: 300;
        display: inline-block;
        top: 4px;
        position: relative; }
    .bottomBar ul {
        list-style: none;
        color: white;
        display: inline-block;
        margin: 15px 30px;
        position: relative;
        top: 3px; }
        .bottomBar ul li {
            color: white;
            display: inline-block;
            padding: 0 10px;
            border-left: solid 1px lightblue; }
            .bottomBar ul li:first-of-type { border-left: none; }
            .bottomBar ul li a { display: block; color: white;}


.bottomBar2 ul {
    margin-top: 20px;
    text-align: center;
}

.bottomBar2 p {
    text-align: center;
}

.edtEBC { padding: 17px 0 17px 0; }
    .edtEBC, .edtEBC ul, .edtEBC li, .edtEBC a { color: #eee; }
    .edtEBC ul { margin: 23px 0 0 0; }
        .edtEBC li { list-style: none; display: inline-block; }
    .edtEBC p {
      color: #eee;
      font-size: 12px;
      letter-spacing: 0.05em;
      margin: 10px 0 0 0; }
        .edtEBC p a { color: lightblue; font-weight: 600; }
        .edtEBC p strong { font-weight: bold; }

  @media only screen and ( max-width: 1199px ) {
    .bottomBar, .edtEBC ul { text-align: center; margin: auto;}
    .bottomBar h3 { display: none;}
  }

  @media only screen and ( max-width: 768px ) {
    .footer_layout > div { text-align: center; border-bottom: thin solid #AAAAAA;}
    .footer_layout > div:last-child { border: none;}
    .footer_layout > div > ul { display: none; }
  }

address p:first-of-type { font-weight: 600; margin-bottom: 10px; }

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    /* border:0; */
    list-style: none;
    line-height: 1;
    display: table;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    }
#cssmenu::after, #cssmenu > ul::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
#cssmenu #head-mobile { display: none; }
#cssmenu{font-family: "Raleway", sans-serif;background: transparent;padding: 0 21px 0;margin: 0;margin-top: 20px;}
#cssmenu > ul > li { float: left; }
#cssmenu > ul > li > a {
    /* padding: 12px 0 7px; */
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    margin-right: 20px;
    }

#cssmenu > ul > li:hover > a, #cssmenu ul li.active a { color: #1764a4; }
  /*#cssmenu ul li.active::before {
    content: "\f0d8";
    font-family: fontawesome;
    left: calc(40% - 10px);
    position: absolute;
    top: -22px;
    color: #3563A4;
    transform: rotate(180deg);
    font-size: 2.5em;
    z-index: 900;
    text-shadow: 0px 0px 2px rgba(0,0,0,.3);
  }*/
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease; }
#cssmenu > ul > li.has-sub > a { padding-right: 30px; }
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''; }
#cssmenu > ul > li.has-sub > a::before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease; }
#cssmenu > ul > li.has-sub:hover > a::before { top: 23px; height: 0; }
#cssmenu ul ul{position: absolute;left: -9999px;margin: 20px 0 0 0;}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition:all .25s ease;
    background: white;
    transition: all .25s ease; }
#cssmenu ul ul li:hover { }
#cssmenu li:hover > ul { left: auto; }
#cssmenu li:hover > ul > li { height: 35px; }
#cssmenu ul ul ul { margin-left: 100%; top: 0; }
#cssmenu ul ul li a {
    border-bottom: solid 1px rgba(64,64,64,.15);
    padding: 10px 15px;
    width: 170px;
    font-size: 14px;
    text-decoration: none;
    color: #999;
    font-weight: 400;
    }
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a { border-bottom: 0; }
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover { color: #ccc; }
#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''; }
#cssmenu ul ul li.has-sub > a::before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease; }
#cssmenu ul ul > li.has-sub:hover > a::before {
    top: 17px;
    height: 0; }
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover { background: #363636; }
#cssmenu ul ul ul li.active a { border-left: 1px solid #333; }
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a{ border-top: 1px solid #333; }

@media only screen and ( max-width: 1199px ) {
  #cssmenu ul li.active::before {top: -19px;}
}

@media only screen and ( max-width: 767px ) {
    #cssmenu .lineBreak { display: none; }
    #cssmenu {width:100%; padding: 0;}
    #cssmenu ul {width: 100%;display: none;/* margin-top: 5px; */}
    #cssmenu ul li {width: 100%;border-top: 1px solid #e8e8e8;padding: 12px 0 10px;height: 44px;}
    #cssmenu ul li:hover{/* background:#363636; */}
    #cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto;}
    #cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
    #cssmenu > ul > li{float:none}
    #cssmenu ul ul li a{padding-left:25px}
    #cssmenu ul ul li{background: #e8e8e8;}
    #cssmenu ul ul li:hover{background:#363636!important}
    #cssmenu ul ul ul li a{padding-left:35px}
    #cssmenu ul ul li a{color: #666;background:none;}
    #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
    #cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin: 24px 0 0 0;text-align:left;}
    #cssmenu > ul > li.has-sub > a::after,#cssmenu > ul > li.has-sub > a::before,#cssmenu ul ul > li.has-sub > a::after,#cssmenu ul ul > li.has-sub > a::before{display:none}
    #cssmenu #head-mobile{/* display:block; *//* padding:23px; *//* color:#ddd; *//* font-size:12px; *//* font-weight:700; */}
    #cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;/* border-left:1px solid #444; */height:46px;width:46px;cursor:pointer;}
    #cssmenu .submenu-button.submenu-opened{/* background:#262626; */}
    #cssmenu ul ul .submenu-button{height:34px;width:34px}
    #cssmenu .submenu-button::after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background: #999;content:'';}
    #cssmenu ul ul .submenu-button::after{top:15px;right:13px}
    #cssmenu .submenu-button.submenu-opened::after{background: #999;}
    #cssmenu .submenu-button::before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background: #999;content:'';}
    #cssmenu ul ul .submenu-button::before{top:12px;right:16px}
    #cssmenu .submenu-button.submenu-opened::before{display:none}
    #cssmenu ul ul ul li.active a{border-left:none}
    #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
    #cssmenu a.plrBorderCidadania { border: none; color: #26ae9d !important; }
    #cssmenu a.plrBorderCidadania:hover { color: #999 !important; }
    #cssmenu a.plrBorderEsportes { border: none; color: #b6cb3c !important; }
    #cssmenu a.plrBorderEsportes:hover { color: #999 !important; }
    #cssmenu a.plrBorderEducacao { border: none; color: #e0a732 !important; }
    #cssmenu a.plrBorderEducacao:hover { color: #999 !important; }
    #cssmenu a.plrBorderCultura { border: none; color: #d63e7f !important; }
    #cssmenu a.plrBorderCultura:hover { color: #999 !important; }
    #cssmenu a.plrBorderNoticias { border: none; color: #e94944 !important; }
    #cssmenu a.plrBorderNoticias:hover { color: #999 !important; }
    #cssmenu a.plrBorderInfantil { border: none; color: #ea7b31 !important; }
    #cssmenu a.plrBorderInfantil:hover { color: #999 !important; }
    #cssmenu a.plrBorderTecnologia { border: none; color: #724a90 !important; }
    #cssmenu a.plrBorderTecnologia:hover { color: #999 !important; }
    footer .menu ul {
      list-style: none;
      margin-left: 45px;
      margin-bottom: 20px; }
    .navBarTV>div>a.logo {
    display: none; }
    li.has-sub { padding-bottom: 20px; }
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
  .pcMenuShare { position: absolute; width: 60%; top: 50%; transform: translate(-50%, -50%); left: 50%; }
  .pcShare a.fa-close { /*float: right; margin: 10px; */}
  .pcShare a.fa-podcast span { font-family: "Raleway", sans-serif; font-size: 20px; font-weight: 400; padding: 20px 10px 30px; }
  .pcShare a.fa-download, .pcShare a.fa-podcast, .pcShare a.fa-facebook, .pcShare a.fa-twitter, .pcShare a.fa-whatsapp { display: block; /*margin: .5%;*/ box-sizing: border-box; padding: 5%; border-radius: 2px; /*background-color: white;*/ }
  .pcShare a.fa-download, .pcShare a.fa-facebook, .pcShare a.fa-twitter, .pcShare a.fa-whatsapp { float: left; /*width: 24%;*/ text-align: center; }
  .pcShare { display: none; }
  .cmpGigaBanner .gam-holder img {
    display: block;
    height: auto;
    width: 100%; } }

@media only screen and (max-width: 479px) {
  .navBarStations ul li {
    width: 100%;
    clear: both; }
  .navBarTV>div>ul { clear: both; width: 100%; }
  .navBarTV>div>ul>li { clear: both; width: 100%; margin-bottom: 3px; } }

@media only screen and (max-width: 480px) {
  .newsContainer a.fa.fa-podcast.btn { float: none; width: 100%; }
  .newsContainer .cmp3AdBanners.pull-right { float: left; display: block; width: 100%; }
  .newsContainer .cmp3AdBanners .adBanner300x250 .gam-holder { margin: 0 auto 20px auto;}
}

@media only screen and (max-width: 340px) {
  .newsContainer .cmp3AdBanners .adBanner300x250 { margin-left: -11px; padding: 0;}
}


@media only screen and (max-width: 558px) {
  .navBarTV>div>a {
    display: block;
    width: 100%;
    clear: both;
    margin-left: -10px;
    float: left; }
  .navBarTV>div>ul {padding: 0;margin: 20px 0 20px;float: left;position: relative;}
  .navBarTV>div>ul>li {
    padding: 10px 8px;
    background: #e8e8e8;
    border-radius: 2px; }
  .navBarTV>div>ul>li>a {
    font-size: 14px; }
  .navBarTV>div>a.fa.fa-search {
    /* margin-left: -10px; */
    /* float: right; */
    /* font-size: 1.5em; */
    /* margin: 0px 0 0; */
    /* display: none; */
    } }

@media only screen and (max-width: 991px) {
  .cmpList #programas-az-content ul {
    max-height: inherit;
    overflow: inherit;
    margin: 0; }
  .cmpList #programas-az-glossary li {
    float: left;
    background: #999;
    margin: 0;
    border: none;
    text-align: center;
    color: #f2f2f2 !important;
    width: 11.1%;
    padding: 0px;
    height: auto;
    box-sizing: border-box; }
  #cssmenu {
    width: 100%;
    padding: 0;
    display: none; } }

@media only screen and (max-width: 991px) { .cmpHorarioPrograma ul { overflow: inherit; max-height: inherit; } }

@media screen and (min-width: 0px) and (max-width: 739px) {
  .busca_modal input {
    font-size:50px;
    height:80px;
    margin-top:35%; }
  .busca_modal label {
    font-size: 16px;
    margin:15px 20%; } }

@media screen and (min-width: 740px) and (max-width: 1099px) {
  .busca_modal label { margin:20px 25%; } }

@media only screen and (max-width: 768px) {
  .tlPodcastBar { display: block; }
  .tlPodcastBar .pcMenuShare a.fa-podcast, .tlPodcastBar .pcMenuShare a.fa-volume-up { float: none; }
  .tlPodcastBar .pcMenuShare a { position: relative; float: none; clear: right; }
  .navBarTV>div>a.fa.fa-search { position: absolute; top: 3px; right: 10px; }
  .tlPodcastBar .pcMenuShare {
    padding: 0;
    display: block;
    clear: both;
    width: 100%;
    text-align: center; }
  .tlPodcastBar h2 {
    display: flex;
    font-size: 30pt;
    font-weight: 200;
    width: 100%;
    margin-bottom: 20px; }
  .header-bar .nome-emissora, .header-bar .extra-blocks { display: block; float: left; }
  .extra-blocks .extra-blocks-container .extra-blocks-content { display: block; float: left; min-height: inherit; }
  .extra-blocks .extra-blocks-container { display: block; float: left; min-height: inherit; }
  .cmpExtraBlocks { position: relative; }
  .cmpExtraBlocks.cmpEB_RedesSociais { margin: 0 0 15px 0; right: 0; }
  .cmpExtraBlocks.cmpEB_RedesSociais > ul {
    bottom: inherit;
    left: inherit;
    margin: 10px auto 0 auto;
    position: relative;
    right: inherit;
    width: 150px; }
  .cmpExtraBlocks.cmpEB_Aovivo { left: 0; }
  .cmpExtraBlocks.cmpEB_Aovivo a > span {
    bottom: inherit;
    display: block;
    font-size: 16px;
    font-weight: 500;
    left: inherit;
    line-height: normal;
    margin: 10px 0 0 0;
    overflow: inherit;
    position: relative;
    right: inherit;
    top: inherit; }
  .cmpExtraBlocks.cmpAssinePodcast { padding: 0; }
  .cmpExtraBlocks.cmpAssinePodcast > span { right: inherit; top: inherit; transform: inherit; }
  .cmpExtraBlocks.cmpAssinePodcast a.fa-podcast{ display: block; }
  .navBarStations {}
  .navBarStations ul {
    margin: 20px 0 0; }
  .navBarStations ul li {
    width: 48.7571315%;
    max-width: initial;
    background: #e8e8e8;
    margin: 0.3%;
    padding: 8px 20px; }
  .navBarStations ul li a span.nmRadio { display: block; }
  .navBarTV>div>ul>li>a { color: #666; }
  .secundario div.bgWhite { position: relative; }
  .secundario h3.heading {/* background-color: rgba(0,0,0,.4); */height: auto;bottom: 0;top: auto;}
  }

@media (min-width: 769px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand { margin-left: -10px; margin-right: 20px; }
  .container { width: 740px; }
  .navbar-text { margin-left: 10px; margin-right: 10px; }
  .navbar-right { margin-right: -10px; } }

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .cmpList ul li {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 17px; }
  .cmpList ul li a {
    padding: 10px 0px 20px 15px;
    height: 60px;
    display: table-cell;
    vertical-align: middle; }
  .secundario h3.heading {
    background-color: rgba(0,0,0,.4);
    height: auto;
    bottom: 0;
    top: auto; }
.cmpProgramsContainer {
    background: #676767;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 10px; }
.cmpProgramsContainer select {
    width: auto; } }

@media only screen and ( max-width: 768px ) {
  .mainHighlight h3.heading a {
    font-size: 1.4285714285714286em;
    line-height: 1.2em; }
  .secundario h3.heading { padding: 1em; height: auto; }
  .secundario h3.heading a { line-height: 1.2em; }
  .secundario h3.heading .metaTags { margin: 0; } }

@media (min-width: 992px) { .container { width: 960px; } }

@media screen and (max-width: 991px) {
  .compartilhar { margin-top: 0px; position: relative; }
  .compartilhar a { display: inline-block !important; margin-top: 0; }
  .compartilhar_url { display: none; }
  .compartilhar_rotulo {
    font-size:14px;
    color:#999999;
    font-style:italic;
    margin-bottom:10px; }
    a.link.fa-link{ display: none !important; }
.cmpProgramsContainer {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    padding: 10px; }
.cmpProgramsContainer h3 {
    display: block; }
.cmpProgramsContainer select {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
ul.cmpWeekPrograms {
    position: relative;
    margin: -10px;
    min-width: 360px; }
.cmpHorarioPrograma ul {
    max-height: auto; }
#cssmenu > ul > li > a {
    font-size: 12px;
    margin-right: 12px; } }

@media (min-width: 1200px) { .container { width: 1160px; } }

@media only screen and (max-width: 1199px) {
  .navbar-nav.navAbout>li { display: none; }
  .navbar-nav.navAbout>li:first-of-type, .navbar-nav.navAbout>li:last-of-type { display: block; }
  .navbar-nav.navHighlights { display: none; }
  .navBar {}
  .navBarTV>div>a {display: block;width: auto;float: left;margin-left: -10px;float: left;margin-bottom: 10px;}
  .navBarTV>div>a img { display: block; }
  .navBarTV>div>ul {padding: 25px 10px 0;display: block;margin: 0;float: left;}
  .navBarTV>div>ul>li { padding: 10px; }
  /*ul.lnkSocial>li>a.fa {
    padding: .4em .8em;
    text-align: center;
    display: block;
    font-size: 1.4em;
    width: 1.6em;
    height: 1.6em; }*/
  #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile { display: inline-block; }
  /*.navBarTV div a img:first-child { width: 77px; }*/
  #cssmenu>ul>li>a {
    padding: .4em .2em;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    margin-right: 10px; }
  .navBarTV div a img:first-child {
    /* width: 77px; */
    /* padding: 0; */
    /* padding: 15px 0 10px; */
    /* margin: 0; */
    }
  #cssmenu{
    font-family: "Raleway", sans-serif;background: transparent; padding: 0; }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .secundario h3.heading {
    background-color: rgba(0,0,0,.4);
    height: auto;
    bottom: 0;
    top: auto;
    padding: 20px; } }

.cmpLiveRadio {}
.cmpLiveRadio h1 {
  font-size: 4.50014587833524em;
  font-weight: 400;
  margin: 30px 0 20px;
}
.cmpLiveRadio > div > div > div > p:first-child {
  font-size: 2.0075000200752em;
  font-weight: 300;
  font-style: italic;
  color: #808184;
  margin-bottom: 10px;
}
.lstLiveRadio {
  list-style: none;
  font-size: 1.7565625175658em;
  color:#808184; }

.lstLiveRadio li i {
    display: inline-block;
    width: 1em;
}

.lstLiveRadio li {
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .cmpLiveRadio {}
  .cmpLiveRadio h1 {
    margin: 30px 20px 20px; }
  .cmpLiveRadio > div > div > div > p:first-child {
    margin: 0 20px 10px; }
.lstLiveRadio {
    margin: 0 20px; }
.lstLiveRadio li i {
    display: inline-block;
    width: 1em; } }
@media only screen and (max-width: 991px) {
#cssmenu {
  width: 100%;
  padding: 0; }
.lnkSocial {
  float: right; }
.navBarTV div {
  margin: 0 0 .6em; } }
@media only screen and (min-width: 992px) {
  .cmpHorarioPrograma ul { max-height: 178px; margin-bottom: none; }
  .secundario h3.heading {
    padding: 15% 20px 15%;
    width: 100%;
    z-index: 40;
    height: 100%;
    box-sizing: border-box;
    font-size: 1.4285714285714286em; }
  .secundario h3.heading a {z-index: 9999; } }

@media only screen and (min-width: 1200px) {
  .cmpHorarioPrograma ul { max-height: 245px; }
  .secundario h3.heading {
    padding: 25% 20px 25%; }
  .container-fluid { min-height: 52px; } }

@media only screen and (max-width: 991px) {
#cssmenu { width: 100%; padding: 0; display: none; } }

@media only screen and (max-width: 1199px) {
  #cssmenu { padding: 0 0 0 1em; margin: 0; margin-top: 11px; clear: none; }
  .navBarTV #cssmenu { margin-bottom: -7px; }
  .navBarTV #cssmenu ul li {/* padding-bottom: 10px; */}
  ul.nav.lnkSocial { right: -7px !important; } }

/* datepicker override */
.ui-corner-all { border-radius: 0 !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
#ui-datepicker-div {
  border: none;
  border-top: 5px solid #3563A4;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.175);
  box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.175);
  background: white; }

.ui-datepicker-week-end .ui-datepicker-other-month .ui-datepicker-unselectable .ui-state-disabled {
  paddin: 10px 15px; }
.ui-datepicker { width: initial; padding: .5em .5em 0; }
input.hasDatepicker {
  background: transparent;
  border: none; }
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
.posDatePicker .container-inline-date .form-item .form-item {
    position: absolute;
    right: 0; }
.ui-datepicker-trigger {
    border: none;
    background: transparent; }
.ui-datepicker-trigger .fa {
    color: darkgray; }
.ui-state-default.ui-state-highlight {
  border: none;
  background: #8491bc;
  color: white; }
.ui-state-default.ui-state-active {
  background: #3563A4;
  color: white; }

.ui-datepicker { width: auto; }
.btnDate { position: absolute; top: 0; right: 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {position: absolute;width: 40px;height: 40px;/* right: 0; *//* top: 0; */background: none;}
.ui-datepicker .ui-datepicker-prev { left: 0; }
.ui-datepicker .ui-datepicker-next { right: 0; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  background: none;
  color: transparent;
  display: block;
  right: initial;
  left: initial;
  position: absolute;
  margin: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: no-repeat;
  }
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 15px; }
.ui-corner-all { border-radius: none; }
.ui-datepicker { width: auto; }
.btnDate { position: absolute; top: 0; right: 0; }
#ui-datepicker-div .ui-datepicker-calendar tbody td { border: 0; padding: 1px 9px; font-size: 16px; display: table-cell; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {position: absolute;width: 40px;height: 40px;/* right: 0; *//* top: 0; */background: none;}
.ui-datepicker .ui-datepicker-prev { float: left; }
.ui-datepicker .ui-datepicker-next { float: right; }
.ui-datepicker .ui-datepicker-prev::after {
    font-family: "FontAwesome";
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    box-sizing:border-box;
    display: block;
    content: "\f104";
    font-size: 2em;
    color: black; }
.ui-datepicker .ui-datepicker-next::after {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 2em;
    color: black; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  background: none;
  color: transparent;
  display: block;
  right: initial;
  left: initial;
  position: absolute;
  margin: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: no-repeat; }
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 15px; }
.ui-datepicker-header { background: white; border: none; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: none; background: transparent; color: gray; text-align: center; }
.ui-datepicker-today .ui-state-default { background-color: #96C0E8; color: white; border-radius: 2px; }
.ui-state-default .ui-state-active { background-color: #3563A4; border-radius: 2px; color: white }
.ui-state-default.ui-state-active {background-color: #3563A4; border-radius: 2px; color: white; }
.ui-datepicker th { padding: 0; margin: 0; }
.ui-datepicker-prev { position: relative; display: block; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {display: none;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
    border: none;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-border-after: 0;
    -webkit-appearance: initial;
    -webkit-border-end: 0;
    -webkit-border-before: 0;
    -webkit-border-start: 0;
    padding: 1px 5px;
  }
  .ui-datepicker-title select, .ui-datepicker-month {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    padding: 1px 5px;
    text-align: center;
    width: 50%;
  }
#ui-datepicker-div .ui-state-hover{
    border: none;
    cursor: pointer;
}

#views-exposed-form-ultimas-block-ultimas-programa input.form-control.form-text.ctools-auto-submit-processed[readonly]{
  background: none;
}

.posDatePicker { position: relative; top: -51px; }
.posDatePicker input {
    text-align: left;
    margin-right: 0 !important;
    cursor: pointer;
    font-size: 1.5em;
    color: #3563A4;
    font-weight: 300;
    display: inline-block;
    width: 150px !important;
    height: 34px;
    padding: 0;
    position: relative;
    z-index: 8;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.posDatePicker .container-inline-date .form-item .form-item::after {
  content: "\f073";
  font-family: "FontAwesome";
  font-size: 1.8em;
  color: #3563A4;
  z-index: 1;
  position: absolute;
  top: 1px;
  right: 0;
}

.navBarLive p {
    display: block;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    color: black;
    margin: 0 0 0 .6em;
    font-size: 22px;
    }

.nav-bar.navBarLive i {margin-right: 0.2em;display: block;float: left;height: 31px;width: 10px;box-sizing: border-box;padding: .2em 0;max-width: 20px;max-height: 30px;font-size: .85em;}
.navBarLive {
    padding: .5em 1em;
    /* height: 6em; */
    /* background: #777; */
    position: relative;
    float: none;
    margin-top: 1.8em;
    margin-left: -10px;
    margin-right: -10px;
}
.navBarLive::before {
  content: '*horário de Brasília';
  position: absolute;
  top: -12px;
  left: 10px;
  font-weight: 600;
  clear: both;
  width: 100%;
  font-size: 10px;
  }
.navBarLive p:first-child {margin-left: 0px;vertical-align: baseline;border-left: solid 2px #999;}
.navBarLive ul {float: right;/* padding: 0 0 0 3em; */font-size: 10px;/* clear: both; */}
/* .navBarLive h4 {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    float: right;
    padding: .2em 0; } */
.navBarLive h4 {
    display: inline-block;
    float: left;
    /* vertical-align: baseline; */
    margin-left: 1em;
    font-size: 22px;
    }
.navBarLive a.dtDay {clear: both;display: block;font-size: 2em;/* top: -1em; */display: block;width: 40px;height: 35px;/* padding: 1em .3em .3em; */font-weight: 200;color: black;}
.navBarLive ul li {text-align: center;border-left: solid 1px #e2e2e2;}
.navBarLive ul li a {color: #777;font-weight: 500;}
.navBarLive h4 i.fa.fa-list { margin-right: .5em; }

/* FontAwesome do menu principal

#cssmenu #main-menu-links li:nth-child(1) a::before,
#cssmenu #main-menu-links li:nth-child(2) a::before {
  margin-right: .3em;
  font-family: "FontAwesome";
  font-size: 1em;
}
#cssmenu #main-menu-links li:nth-child(1) a::before { content: "\f005"; }
#cssmenu #main-menu-links li:nth-child(2) a::before { content: "\f030"; }

*/

ul.lnkSocial>li>a.fa.fa-audio-description { /* ajustar o Audio Description */ }

@media only screen and (min-width: 992px) {
  // .secundario hr { display: none; }
  .secundario h4.headband {position: absolute; color: white !important; font-style: italic; }
  .secundario h3.heading a {color: white;font-size: 17px;}
  // .secundario aside.share { display: none; }
  // .secundario h3.heading { position: absolute; top: 12%; line-height: 1em; display: none; }
  }

@media only screen and ( min-width: 992px ) and ( max-width: 1199px) {
  .secundario h3.heading { position: absolute; top: 50%; line-height: 1em; }
   }

@media only screen and (max-width: 991px) {
  // .secundario h4.headband { position: relative; top: initial; }
  }

p.nmPrograma {
    max-width: 400px;
    height: 1.8em;
    display: block;
    position: relative;
    font-size: 16px;
    float: left;
    color: #b2b2b2;
    font-weight: 300;
    overflow: hidden;
    line-height: 2em;
    margin: 0 0 0 1em;
    padding: 0;
    top: 0;
    }

.nmPrograma .navBar a {
    max-width: 190px;
    overflow: hidden;
    max-height: 1.3em;
    display: inline-block; }

.noAr {
    /* max-width: 50%; */
    position: relative;
    float: left;
    overflow: hidden;
    display: block;
}

p.next {
    display: block;
    color: #999;
    font-weight: 200;
    float: left;
    clear: both;
}
span.date-display-single {
    /*margin-left: 1em;*/
    color: #676767;
}
.programacao {
    float: right;
    display: block;
    /* width: 50%; */
}

.programacao p {
    clear: both;
    display: inline-block;
    width: auto !important;
}

.navBarLive a:hover {
    color: #333;
}

.programacao p {
    padding: 0 .6em;
    float: left;
}
.navBarLive * {}


.noAr p span {/* display: block; *//* float: left; *//* height: 30px; *//* vertical-align: baseline; *//* min-width: 45px; */}

span.nmPrograma {
    /* display: block; */
    /* float: left; */
    /* max-width: 64%; */
    /* overflow: hidden; */
    /* height: 30px; */
    /* font-size: 22px; */
}

.navBarLive ul li::first-child {
    border-left: none;
}
.noAr p .date-display-single::after { content: '*'; }
@media only screen and (max-width: 1199px) {
  .noAr p.next {/* display: none; */}
  .noAr p .date-display-single {/* clear: left; */}
  .noAr p span.nmPrograma {/* clear: right; */} }
@media only screen and (max-width: 1199px) {
.noAr {
    width: 100%;
    position: relative;
    height: 50%;
    border-right: none;
    float: left;
    overflow: hidden;
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 1em; }
.noAr p .date-display-single { clear: none; }
.programacao {
    float: left;
    display: block;
    height: 100%;
    width: 100%; }
.programacao p { padding: .3em 0; clear: none; display: block; float: left; width: auto; }
.navBarLive ul {
    float: right;
    padding: 0 0 0 3em;
    font-size: 10px;
    clear: none; } }
@media only screen and (max-width: 767px) {
  .noAr {  }
  .navBarLive { }
  .nmPrograma { white-space: normal; clear: both; border-top: solid 1px #e2e2e2; padding-top: .4em !important; width: 100%; }
  .navBarLive p:first-child {
    /* color: white; */
    font-weight: 400; }
  .navBarLive ul li a {/* color: white; */font-weight: 500;}
  .navBarLive ul {
    border-top: solid 1px #e2e2e2;
    width: 100%;
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    padding: .5em 1em; }
  .navBarLive p:first-child { margin: 0 .5em;  }
  .navBarLive ul li {
    text-align: center;
    margin-top: 1em;
    height: 40px;
    box-shadow: 0px 1px 1px rgba(0,0,0,.3);
    border-radius: 2px;
    margin-left: .2em; }
  .navBarLive {
      /* background: #cfcfcf; */
      margin: 0;
      margin-top: 1em;
      /* height: 8em; */
      padding: 0;
      height: auto;
      /* margin-left: -10px; */
      /* margin-right: -10px; */
  }
}
.navBarTV #cssmenu div.button {border-bottom: none !important;/* left: -6px; *//* top: -6px; */}




/*override */
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{list-style:none;line-height:1;display:table;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#cssmenu #head-mobile{display:none;}
#cssmenu{font-family:"Raleway",sans-serif;background:transparent;padding:0 21px 0;margin:0;/* margin-top: 9px; */}
#cssmenu > ul > li{float:left;display: inline-block;padding:0;}
#cssmenu > ul > li > a{font-size:14px;letter-spacing:1px;text-decoration:none;color:#666;font-weight:500;margin-right:20px;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#3563A4; font-weight: bold;}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px;}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:'';}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0;}
#cssmenu ul ul{position:absolute;left:-9999px;margin:20px 0 0 0;}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:white;transition:all .25s ease;}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto;}
#cssmenu li:hover > ul > li{height:35px;}
#cssmenu ul ul ul{margin-left:100%;top:0;}
#cssmenu ul ul li a{border-bottom:solid 1px rgba(64,64,64,.15);padding:10px 15px;width:170px;font-size:14px;text-decoration:none;color:#999;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#ccc;}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:'';}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0;}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333;}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:1px solid #333;}


@media only screen and (max-width: 767px){
  .lnkSocial > li:last-child {
    margin-left: 10px !important; }
  }

@media only screen and (max-width:991px){
  #cssmenu .lineBreak { display:none; }
  .navBarTV #cssmenu div.button {
    border-bottom: none !important;
    left: -25px;
    top: 10px; }
  .navBarTV>div>a {
    display: none !important; }
  #cssmenu .button{display:block;}
  #cssmenu{width:100%;padding:0;}
  #cssmenu ul{width:100%;display:none;}
  #cssmenu ul li{width:100%;border-top:1px solid #e8e8e8;padding:12px 0 10px;height:44px;}
  #cssmenu ul li:hover{}
  #cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto;}
  #cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
  #cssmenu > ul > li{float:none}
  #cssmenu ul ul li a{padding-left:25px}
  #cssmenu ul ul li{background:#e8e8e8;}
  #cssmenu ul ul li:hover{background:#363636!important}
  #cssmenu ul ul ul li a{padding-left:35px}
  #cssmenu ul ul li a{color:#666;background:none;}
  #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
  #cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:24px 0 0 0;text-align:left;}
  #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
  #cssmenu #head-mobile{}
  .button{width:32px;height:32px;cursor:pointer;z-index:12399994;float:left;display:block;font-size:1.5em;padding:4px;position:relative;}
  .button:after{}
  .button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:relative;content:'\f078';font-family:"FontAwesome";font-size:1em;margin-right:.4em;}
  .button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:4px;width:19px;background:#999;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;}
  .button.menu-opened:before{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);}
  #cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;height:46px;width:46px;cursor:pointer;}
  #cssmenu .submenu-button.submenu-opened{}
  #cssmenu ul ul .submenu-button{height:34px;width:34px}
  #cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#999;content:'';}
  #cssmenu ul ul .submenu-button:after{top:15px;right:13px}
  #cssmenu .submenu-button.submenu-opened:after{background:#999;}
  #cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#999;content:'';}
  #cssmenu ul ul .submenu-button:before{top:12px;right:16px}
  #cssmenu .submenu-button.submenu-opened:before{display:none}
  #cssmenu ul ul ul li.active a{border-left:none}
  #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
  #cssmenu a.plrBorderCidadania{border:none;color:#26ae9d !important;}
  #cssmenu a.plrBorderCidadania:hover{color:#999 !important;}
  #cssmenu a.plrBorderEsportes{border:none;color:#b6cb3c !important;}
  #cssmenu a.plrBorderEsportes:hover{color:#999 !important;}
  #cssmenu a.plrBorderEducacao{border:none;color:#e0a732 !important;}
  #cssmenu a.plrBorderEducacao:hover{color:#999 !important;}
  #cssmenu a.plrBorderCultura{border:none;color:#d63e7f !important;}
  #cssmenu a.plrBorderCultura:hover{color:#999 !important;}
  #cssmenu a.plrBorderNoticias{border:none;color:#e94944 !important;}
  #cssmenu a.plrBorderNoticias:hover{color:#999 !important;}
  #cssmenu a.plrBorderInfantil{border:none;color:#ea7b31 !important;}
  #cssmenu a.plrBorderInfantil:hover{color:#999 !important;}
  #cssmenu a.plrBorderTecnologia{border:none;color:#724a90 !important;}
  #cssmenu a.plrBorderTecnologia:hover{color:#999 !important;}
  #cssmenu>a:first-of-type {
    margin: 0;
    padding: 0;
    left: -20px;
    top: 3px;
  }
  #cssmenu>a:first-of-type img {
    padding: 15px 0 9px;
    height: 43px;
    width: auto;
  }
}
@media only screen and (max-width:480px){
  #cssmenu > a:first-of-type img {
    height: 43px;
    padding: 18px 0 10px;
    width: auto;
  }
}

@media only screen and (max-width:1199px){
  .navbar-nav.navAbout>li{display:none;}
  .navBar{}
  .navBarTV>div>a{display:block;width:auto;float:left;margin-left:-10px;float:left;margin-bottom:10px;}
  .navBarTV>div>a img{display:block;}
  .navBarTV>div>ul{padding:25px 10px 0;display:block;margin:0;float:left;}
  .navBarTV>div>ul>li{padding:10px;}
  #cssmenu {
    font-family: "Raleway",sans-serif;
    background: transparent;
    padding: 0 21px 0;
    margin: 0; }
    #cssmenu > ul > li > a {font-size:13px; margin-right:15px;}
    .noAr {/* width: 40%; */}
    .programacao {/* width: 60%; */display: block;clear: both;}
  .navBarTV #cssmenu { padding: 0; margin: 23px 0 -6px 10px; }
  /*.navBarTV div a img:first-child { padding: 2em 0 0; }*/
  ul.nav.lnkSocial { padding-top: 14px; }
}

@media only screen and (max-width:991px){
  .navBarTV #cssmenu {
    margin: 0 0 -6px;
    padding: 0;
  }
  ul.nav.lnkSocial { padding-top: 7px !important;}
}

#cssmenu { font-family: "Raleway", sans-serif; background: transparent; } }
.navBarTV #cssmenu div.button{ border-bottom: none !important; left: -6px; top: -6px; }
/*.navBarTV ul { padding: 0; }*/
ul#main-menu-links { height: initial; }
#cssmenu {
  font-family: "Raleway",sans-serif;
  background: transparent;
  padding: 0 21px 0;
  margin: 0; }

/* */
.navBarLive p {
  display: block;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: black;
  margin: 0 0 0 .6em;
  font-size: 18px;
  }
.noAr p span {
  /* display: block; */
  float: left;
  vertical-align: baseline;
  font-size: .8em;
  padding: 0;
  margin: .2em 0 0 .6em;
  }
.noAr p span::first-child { margin-left: -10px; }
.navBarLive ul li {
  font-size: 12px;
}
span.nmPrograma {
  /* display: block; */
  /* float: left; */
  /* max-width: 50%; */
  /* overflow: hidden; */
  /* height: 30px; */
  /* font-size: 22px; */
  }
/* */
@media only screen and (max-width: 1199px) {
  .noAr { clear: both; width: 100%; max-width: initial; }
  .programacao { width: 100%; clear: both; }
  .programacao p { border-left: 0; }
  .navBarLive p:first-child {
    margin-left: 0px;
    vertical-align: baseline;
    border-left: solid 2px #999; }
  .navBarLive p:first-child {
    margin-left: 0px;
    vertical-align: baseline;
    border-left: none;
    } }
@media only screen and (max-width: 360px) {
ul.lnkSocial>li>a.fa {
    padding: .5em;
    text-align: center;
    display: block;
    font-size: 1.3em;
    width: 1.3em;
    height: 1.6em; }
.nav-bar.navBarLive i {
    height: 25px;
    width: 5px;
    font-size: 14px; }
  .noAr {max-width: 300px;/* overflow: hidden; */}
  .noAr p span { font-size: 16px !important;
  height:25px; } }
.menu-909, .menu-910 { display: none !important; }

.secundario {}
.secundario div.bgWhite {
    position: relative;
}
.secundario h3.heading .metaTags {
  display: block;
  clear: both;
  font-size: 15px;
  color: white;
  padding: 0;
  margin: 0 0 0 55px;
  height: 22px;
  font-style: italic; }

.secundario h3.heading {
  position: absolute;
  display: block;
  text-shadow: 0 2px 3px rgb(0, 0, 0);
  font-family: "Raleway";
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  line-height: 1.2em;
  box-sizing: border-box;
  width: auto; }

.secundario .overlay { display: inline-block; position: relative; cursor: pointer; }

.secundario .overlay::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.4); }

@media only screen and ( max-width: 767px ) {
  .secundario h3.heading { padding: 1em; height: auto; }
  .secundario h3.heading a { line-height: 1.2em; }
  .secundario h3.heading .metaTags { margin: 0; } }

@media only screen and (max-width: 767px) {
  .secundario div.bgWhite { position: relative; }
  .secundario h3.heading { } }

@media only screen and ( max-width: 991px ) {
  .secundario h3.heading {
    height: auto;
    position: initial;
    bottom: 0;
    top: inherit;
    width: 100%;
    display: block;
    text-shadow: none;
    font-family: "Raleway";
    top: inherit;
    bottom: inherit;
    left: inherit;
    box-sizing: border-box;
    width: auto;
    margin: 0 10px 0 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .secundario h3.heading {
    background-color: transparent;
    height: auto;
    bottom: auto;
    top: auto; }
  .page-capa div#gam-holder-banner_master {
    position: relative;
    /*left: -52%;*/
    width: auto;
    padding: 7px 0.6em 20px 0.6em; }
  .page-capa div#gam-holder-banner_master {
    /*margin: 20px 0 0;
    overflow: initial;
    box-sizing: border-box;
    padding: 0;
    background: none;
    box-shadow: none; */}
    }

@media only screen and (min-width: 992px) {
  .cmpHorarioPrograma ul { max-height: 178px; margin-bottom: none; }
  .secundario .share { display: none; }
  .secundario h3.heading {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    padding: 45px 20px 20px;
    width: 100%;
    z-index: 40;
    box-sizing: border-box;
    font-size: 1.4285714285714286em;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
    pointer-events: none;
    }
  .secundario h4.headband {
    color: white !important;
    font-size: 16px;
    font-style: italic;
    left: 0;
    padding: 20px 20px 5px;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 2px 3px #000;
    top: 0;
    width: 100%;
    z-index: 41;
    }
  .secundario .imgHeading, .secundario .heading {
    color: white; }
  .secundario h3.heading a {color: white;}
  .secundario hr { display: none; }
  /*.secundario:not(:hover) .show-on-hover { display: none; }*/
  }

@media only screen and (min-width: 1200px) {
  .cmpHorarioPrograma ul { max-height: 245px; }
  .secundario h3.heading {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    line-height: 1.2em;
  }
  .secundario h3.heading a {
    font-size: 20px; }
  }
span.nmPrograma {
  /* display: block; */
  /* float: left; */
  /* max-width: 60%; */
  /* overflow: hidden; */
  /* min-width: 10em !important; */
  /* font-size: 22px; */ }
@media only screen and (max-width: 991px) {
  #cssmenu ul li.active::before {
    content: "\f0d8";
    font-family: fontawesome;
    left: -14px;
    position: absolute;
    top: 15px;
    color: #3563A4;
    transform: rotate(90deg);
    font-size: 1.5em;
    z-index: 900;
    text-shadow: 0px 0px 2px rgba(0,0,0,.3); } }
@media only screen and (max-width: 767px) {
  .nmPrograma a { white-space: normal; display: block !important; clear: both !important; width: 100%; font-size: 12px; }
  .noAr { /* max-width: 300px; */ overflow: initial; }
  .noAr p span {
    font-size: .8em;
    margin: .2em .6em; } }

  /* OVER WRITING CSS */
  .dnd-atom-wrapper, .dnd-widget-wrapper { padding: 0 !important; }


/* PÁGINA ADMINISTRATIVA DA PÁGINA DE FOTOS */
.page-atom-add-image-paginafotos #block-system-main,
.page-atom-add-image-nojs-options #block-system-main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .page-atom-add-image-paginafotos #block-system-main,
  .page-atom-add-image-nojs-options #block-system-main { width: 740px; }
}
@media (min-width: 992px) {
  .page-atom-add-image-paginafotos #block-system-main,
  .page-atom-add-image-nojs-options #block-system-main { width: 960px; }
}
@media (min-width: 1200px) {
  .page-atom-add-image-paginafotos #block-system-main,
  .page-atom-add-image-nojs-options #block-system-main { width: 1160px; }
}
/* END - PÁGINA ADMINISTRATIVA DA PÁGINA DE FOTOS */


/* E-OUV */

.eouv-manifestacoes{
  padding:20px 0;
}

.eouv-manifestacoes h4{
  font-family:'Raleway',sans-serif;
  color:#666666;
  text-transform:uppercase;
  font-weight:300;
}

.eouv-manifestacoes a{
  position: relative;
  text-decoration:none;
  font-family:'Raleway', sans-serif;
}

.eouv-manifestacoes img{
  width:100px;
  border-radius:5px;
  opacity:0.9;
}

.eouv-manifestacoes img:hover{
  opacity:1;
  box-shadow:0px 1px 5px #999;
}

/* BANNER - CONSENTIMENTO DE COOKIES */
@media screen and (min-width: 599px) {
  #sliding-popup .popup-content #popup-text {
    max-width: 80%;
  }
  #sliding-popup .popup-content #popup-buttons {
    max-width: 20%;
  }
}
#sliding-popup .popup-content #popup-text p {
  font-size: 14px;
  font-weight: 400;
}
#sliding-popup .eu-cookie-compliance-default-button {
  background: #3563A4;
  color: #fff;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
#sliding-popup .eu-cookie-compliance-default-button:hover {
  background: #294c7d;
}
