@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url("./font/fontawesome-webfont.eot?v=4.7.0");
  src: url("./font/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./font/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./font/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./font/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 62.5%;
  color: #404040;
  margin: 0;
  background-color: #ffffff;
  scroll-behavior: smooth;
  height: 100%; }

html {
  min-height: 100%;
  scroll-behavior: smooth; }

a {
  text-decoration: none;
  color: #0031BB; }
  a:hover {
    text-decoration: underline; }

img {
  vertical-align: text-bottom;
  max-width: 100%; }

img[src$=".svg"] {
  width: 100%; }

.input textarea {
  font-family: "Source Sans Pro", sans-serif; }

.cinta960, .videoSuperiorEntrada figure, .marqueeEntradaWrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 1.0416%; }

.textoBranco {
  color: #ffffff !important; }

.fontNormal {
  font-weight: normal !important; }

.margemTopo20px {
  margin-top: 20px !important; }

.margemFundo20px {
  margin-bottom: 20px !important; }

.paddingTopo20px {
  padding-top: 20px !important; }

.paddingFundo20px {
  padding-bottom: 20px !important; }

.clear {
  clear: both !important; }

.clear hr {
  border: 0;
  border-bottom: 1px solid silver; }

.comprimirMargens {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.forcarFlexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.conteudos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  width: 97.9166%; }

.colunaEsquerda {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%; }

.colunaDireita {
  -ms-flex-preferred-size: 32.25%;
      flex-basis: 32.25%;
  max-width: 32.25%;
  overflow: hidden; }

h1.tituloSeccao {
  background-color: #919da4;
  margin: 0;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  text-align: left; }

h1.tituloSeccao a {
  color: white; }

h1.tituloSeccao p {
  margin: 0;
  padding: 0; }

.manchetesSeccao {
  text-align: right;
  font-size: 0.8em;
  clear: both;
  padding: 0;
  margin: 0;
  margin-top: 10px; }
  .manchetesSeccao a {
    color: inherit; }
  .manchetesSeccao time {
    display: block; }

.mancheteNivel1 {
  background-color: #ffffff;
  padding-left: 3.125%;
  padding-right: 3.125%;
  margin-top: 10px;
  padding-bottom: 10px;
  overflow: auto; }
  .mancheteNivel1 figure {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    width: 36%;
    max-width: 200px; }
    .mancheteNivel1 figure img {
      width: 100%; }
  .mancheteNivel1 h1 {
    margin: 0;
    line-height: 0.7em;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: none;
    font-weight: 600; }
    .mancheteNivel1 h1 a {
      color: #0031BB;
      font-size: 0.7em;
      letter-spacing: -1px; }
  .mancheteNivel1 h2 {
    font-weight: normal;
    font-size: 0.8em;
    margin-bottom: 0; }

.noticiasAssociadasEmbed {
  color: #0031BB;
  /*margin-left: 2%;*/
  line-height: 24px;
  margin-top: -5px;
  padding: 0;
  padding-left: 3.125%; }
  .noticiasAssociadasEmbed li {
    list-style: square;
    font-size: 0.8em;
    margin-left: 0px;
    list-style-position: inside; }

.colunaEsquerdaEntradaEsquerda {
  float: left;
  width: 49%;
  margin-top: 20px; }

.colunaEsquerdaEntradaDireita {
  float: right;
  margin-top: 20px;
  width: 49%; }

.destaqueDesporto {
  background-color: #ffffff;
  width: 100%;
  overflow: auto; }
  .destaqueDesporto figure {
    margin-left: 3.4129%;
    margin-right: 3.4129%;
    float: left;
    width: 45%; }
  .destaqueDesporto img {
    width: 100%;
    max-width: 130px;
    display: block;
    margin-bottom: 10px; }
  .destaqueDesporto hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid silver;
    border-bottom: none;
    border-left: none;
    border-right: none; }

.destaqueDesportoTitulo {
  margin: 0;
  margin-top: 10px;
  margin-right: 3.4129%;
  margin-left: 3.4129%;
  font-size: 1.1em;
  line-height: 1;
  padding-bottom: 15px; }
  .destaqueDesportoTitulo a {
    color: #0031BB;
    font-weight: 600;
    font-size: 0.8em; }

.destaqueDesportoTexto {
  clear: both;
  margin: 0;
  margin-left: 3.4129%;
  margin-right: 3.4129%;
  font-size: 0.8em;
  font-weight: normal; }
  .destaqueDesportoTexto p {
    margin: 0; }

.destaqueDesportoSub {
  clear: both;
  text-align: left; }

.destaqueDesportoSubData {
  margin: 0;
  margin-left: 3.4129%;
  font-size: 0.8em; }

.destaqueDesportoSubTitulo {
  margin: 0;
  margin-left: 3.4129%;
  margin-right: 3.4129%;
  padding: 0;
  line-height: 0.4em;
  font-weight: normal;
  margin-bottom: 5px; }
  .destaqueDesportoSubTitulo a {
    color: #0031BB;
    font-size: 0.4em; }

.destaqueEntretenimentoTexto {
  clear: none;
  margin: 0;
  margin-left: 3.4129%;
  margin-right: 3.4129%;
  font-size: 0.8em;
  font-weight: normal; }
  .destaqueEntretenimentoTexto p {
    margin: 0; }

.contentorFacebook * {
  max-width: 100% !important; }

.contentorFacebook {
  min-height: 550px; }

.noticiasDireitaUltimosVideos {
  width: 100%;
  overflow: auto;
  background-color: #ffffff;
  padding-bottom: 10px; }

.noticiasDireitaUltimosVideos article {
  width: 100%;
  overflow: auto;
  padding-top: 10px; }

.noticiasDireitaUltimosVideos figure {
  float: left;
  margin-left: 3.33%;
  width: 50%;
  max-width: 150px; }

.noticiasDireitaUltimosVideos img {
  width: 100%;
  display: block; }

.noticiasDireitaUltimosVideosDados {
  float: left;
  margin-left: 3.33%;
  width: 35%;
  font-size: 0.6em; }
  .noticiasDireitaUltimosVideosDados a {
    color: inherit; }

.noticiasDireitaUltimosVideosTitulo {
  float: left;
  width: 37%;
  font-size: 0.75em;
  margin: 0;
  margin-top: 5px;
  margin-left: 3.33%;
  overflow: hidden;
  font-weight: normal;
  clear: right;
  line-height: 1.2; }

.redesSociaisIcons {
  text-align: center;
  margin-top: 15px; }
  .redesSociaisIcons img {
    cursor: pointer; }
  .redesSociaisIcons a:hover {
    text-decoration: none; }

.pesquisaAtiva {
  position: absolute;
  border: 4px solid black;
  width: 100%;
  max-width: 250px;
  background-color: white;
  border-radius: 5px;
  z-index: 60000; }

.pesquisaAtivaTitulo {
  background-color: black;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 8px; }

.pesquisaAtivaItem {
  padding: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
  border-top: 1px solid silver; }
  .pesquisaAtivaItem a {
    color: black; }

.pesquisaAtivaItemTodos {
  text-align: center;
  background-color: #404040; }
  .pesquisaAtivaItemTodos a {
    color: white; }

.programacao1PaginaCaixa {
  /*margin-top: 10px;*/
  padding-top: 20px;
  padding-bottom: 10px;
  background: white;
  background: linear-gradient(to bottom, white 0%, white 49%, #eaeaea 100%);
  border-radius: 2px;
  margin-bottom: 10px; }

.programacaoLinha {
  display: table;
  width: 93.3333%;
  padding-left: 10px;
  padding-bottom: 10px; }

div.programacaoLinhaHoraAtivo {
  background: #3859b5;
  background: linear-gradient(to bottom, #3859b5 0%, #284fb8 47%, #0032bb 49%, #0032bb 100%);
  color: white;
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.5);
  font-weight: bold; }

.programacaoLinhaHora {
  display: table-cell;
  background-color: #e6e6e6;
  width: 25%;
  font-size: 14px;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  vertical-align: middle;
  height: 40px;
  color: black;
  font-weight: normal; }

div.programacaoLinhaProgramaAtivo {
  background: #f9f9f9;
  background: linear-gradient(to bottom, #f9f9f9 0%, #cdcdcd 50%, #cdcdcd 100%);
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.5);
  font-weight: bold; }

.programacaoLinhaPrograma {
  display: table-cell;
  background-color: #f1f1f1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 10px;
  vertical-align: middle;
  height: 40px;
  line-height: 1em;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  font-weight: normal;
  font-size: 0.95em; }
  .programacaoLinhaPrograma a {
    color: #0031BB; }
  .programacaoLinhaPrograma p {
    display: inline-block; }

.programacao1PaginaCaixa nav {
  text-align: right;
  background-image: url("../img/setaProgramacao.png");
  background-repeat: no-repeat;
  background-position: center right;
  margin-right: 20px;
  padding-right: 20px; }
  .programacao1PaginaCaixa nav a {
    color: black;
    font-size: 0.8em; }

.programacaoPopUpPrograma {
  position: absolute;
  background-color: #404040;
  background-color: rgba(64, 64, 64, 0.9);
  margin-top: 10px;
  width: 365px;
  min-height: 130px;
  border-radius: 5px;
  padding: 15px;
  z-index: 5000; }
  .programacaoPopUpPrograma figure {
    float: left;
    margin-right: 10px; }

.programacaoPopUpProgramaFechar {
  float: right;
  color: white;
  background: #7db9e8;
  background: linear-gradient(to bottom, #7db9e8 0%, #1172be 33%, #2989d4 100%);
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.5);
  width: 20px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer; }

.programacaoPopUpPrograma figure {
  float: left;
  margin-right: 10px; }

.programacaoPopUpProgramaTexto {
  color: white;
  float: left;
  font-size: 0.9em; }
  .programacaoPopUpProgramaTexto p {
    padding: 0;
    margin: 0; }

.programacaoEsquerda {
  float: left;
  width: 29.1904%;
  max-width: 165px; }
  .programacaoEsquerda ul {
    background-color: #e8e8e8;
    list-style: none;
    padding: 0;
    text-align: right;
    width: 90%; }
  .programacaoEsquerda li {
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px inset white;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase; }

.programacaoEsquerda li.selecionado {
  background-color: #0031BB; }

.programacaoEsquerda li a {
  color: inherit; }

.programacaoEsquerda li.selecionado a {
  color: white; }

.programacaoDireita {
  float: left;
  width: 68.2539%;
  max-width: 430px;
  margin-left: 3.1746%; }
  .programacaoDireita table {
    width: 100%; }
  .programacaoDireita td {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase; }

.programacaoDireitaHorario {
  text-align: center;
  border-bottom: 1px solid silver;
  font-weight: bold;
  width: 26.611%;
  font-size: 1em; }

.programacaoDireitaPrograma {
  text-align: left;
  border-bottom: 1px solid silver;
  font-size: 1em; }
  .programacaoDireitaPrograma a {
    color: #0031BB; }

.umaNoticia {
  border: 1px solid silver;
  background-color: white;
  width: 100%; }
  .umaNoticia h1 {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em; }
  .umaNoticia h2 {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em; }
  .umaNoticia iframe {
    max-width: 100%; }

.umaNoticiaImagem {
  text-align: center; }
  .umaNoticiaImagem img {
    width: 100%;
    max-width: 580px; }

.umaNoticiaDados {
  font-size: 0.8em;
  float: left;
  width: 30%;
  margin-left: 10px; }
  .umaNoticiaDados a {
    color: inherit; }

.umaNoticiaFacebook {
  margin-right: 10px;
  text-align: right;
  float: right;
  width: 60%;
  overflow: hidden; }

.umaNoticiaFacebookVideos {
  float: right;
  text-align: right;
  width: 250px;
  overflow: hidden; }

.umaNoticiaTexto {
  margin-left: 10px;
  margin-right: 10px;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px; }

.umaNoticiaTexto img {
  max-width: 100%; }

.umaNoticiaPartilha {
  margin-right: 10px;
  text-align: right; }
  .umaNoticiaPartilha img {
    margin-left: 5px;
    padding-bottom: 10px;
    cursor: pointer; }

.umaNoticiaComentarios {
  margin-right: 10px;
  width: 100%;
  background-color: white;
  padding-left: 1%;
  padding-right: 1%; }

.maisNoticiasSeccao {
  background-color: #f1f1f1;
  color: #404040;
  margin-top: 20px; }
  .maisNoticiasSeccao h1 {
    font-size: 21px;
    margin: 0;
    padding: 10px; }

.maisNoticiasSeccaoCaixas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.maisNoticiasSeccaoItem {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%; }
  .maisNoticiasSeccaoItem h2 {
    font-size: 14px; }
  .maisNoticiasSeccaoItem h3 {
    font-size: 12px;
    font-weight: normal; }

#noticiaNoticiasComVideo {
  margin-top: 20px; }

.umaNoticiaComentariosDisclaimer, .widgetDisqusCaixa {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.7em;
  border-bottom: 1px solid silver; }

.noticiasDireitaUltimas {
  padding: 10px;
  background-color: white; }

.noticiasDireitaUltimas article {
  border-bottom: 1px solid silver; }

.noticiasDireitaUltimasTitulo {
  font-size: 0.95em;
  line-height: 1.2em; }
  .noticiasDireitaUltimasTitulo a {
    color: #0031BB;
    font-weight: normal; }
    .noticiasDireitaUltimasTitulo a:hover {
      color: #0031BB; }

.noticiasDireitaUltimosVideosTitulo a {
  color: #0031BB;
  font-weight: 600; }

.ultimasManchete1 {
  background-color: white;
  width: 100%;
  overflow: auto; }
  .ultimasManchete1 figure {
    display: block;
    float: left;
    clear: none;
    width: 50.1672%;
    margin-right: 3%; }
    .ultimasManchete1 figure img {
      display: block;
      width: 100%; }
  .ultimasManchete1 h1 {
    clear: none;
    margin: 0;
    font-size: 1.4em;
    font-weight: 600;
    padding-bottom: 15px; }
    .ultimasManchete1 h1 a {
      color: #0031BB; }
  .ultimasManchete1 h2 {
    margin: 0;
    font-size: 0.9em;
    font-weight: normal;
    margin-top: 10px; }

.ultimasManchete1Dados {
  font-size: 0.8em;
  clear: both;
  padding-top: 5px; }
  .ultimasManchete1Dados a {
    color: inherit; }

.ultimasManchete2Esquerda {
  float: left;
  width: 48%; }

.ultimasManchete2EsquerdaTotal {
  width: 100% !important; }
  .ultimasManchete2EsquerdaTotal figure {
    max-width: 150px;
    float: left !important; }
  .ultimasManchete2EsquerdaTotal h1 {
    clear: none !important; }

.ultimasManchete2 figure {
  float: none;
  margin-right: 2%;
  width: 100%; }

.ultimasManchete2 h1 {
  clear: both;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: 600; }
  .ultimasManchete2 h1 a {
    color: #0031BB;
    font-size: 1.3em; }

.ultimasManchete2Dados {
  font-size: 0.7em;
  padding-top: 5px;
  padding-bottom: 5px; }

.ultimasManchete2Direita {
  float: right;
  width: 48%; }

.ultimasManchete2Dados a {
  color: inherit; }

.ultimasManchetes3 {
  background-color: #ffffff;
  padding: 10px; }

.ultimasManchetes3 article {
  background-color: #ffffff; }

.ultimasManchetes3Contentor {
  overflow: auto;
  display: table;
  width: 100%; }
  .ultimasManchetes3Contentor h1 {
    font-size: 1em;
    font-weight: normal;
    padding: 0;
    margin: 0; }
    .ultimasManchetes3Contentor h1 a {
      color: #0031BB; }
  .ultimasManchetes3Contentor figure {
    margin-right: 0;
    margin-left: 2%;
    float: right;
    width: 15.5709%; }
    .ultimasManchetes3Contentor figure img {
      width: 100%;
      display: block; }

.ultimasManchetes3ContentorDados {
  font-size: 0.75em;
  padding-top: 10px; }
  .ultimasManchetes3ContentorDados a {
    color: inherit; }

.videoAtual {
  width: 96.9899665552%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px; }
  .videoAtual h1 {
    color: white;
    line-height: 1;
    font-size: 1.6em; }
    .videoAtual h1 a {
      color: white; }
  .videoAtual p {
    padding: 0;
    margin: 0; }
  .videoAtual time {
    color: white;
    font-size: 0.8em; }
  .videoAtual h2 {
    color: white;
    font-size: 1em;
    margin: 0;
    margin-top: 10px;
    font-weight: normal; }
  .videoAtual h3 {
    color: white;
    font-size: 0.8em;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal; }

.autorFoto {
  text-align: right;
  padding-right: 2%;
  font-size: 12px;
  padding-bottom: 5px; }

.bannerPrograma {
  text-align: center;
  width: 97.9166666667%;
  padding: 0;
  position: relative;
  margin-left: 1.0416666667%;
  overflow: hidden;
  margin-top: 10px; }
  .bannerPrograma img {
    display: block;
    width: 100%; }
  .bannerPrograma figcaption {
    background-color: rgba(65, 65, 65, 0.8);
    color: white;
    position: absolute;
    margin-top: -41px;
    font-size: 1.5em;
    width: 100%;
    padding-left: 2.1276595745%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-weight: bold; }
    .bannerPrograma figcaption p {
      padding: 0;
      margin: 0; }
    .bannerPrograma figcaption sub {
      bottom: 0;
      font-size: 0.9em;
      font-weight: normal; }

h2.tituloSeccaoProgramas {
  background-color: #919da4;
  margin: 0;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px; }

.contentorUmPrograma {
  background-color: #f1f1f1;
  padding: 2%;
  color: black;
  overflow: auto; }

.contentorUmPrograma h3 {
  color: black;
  margin: 0;
  margin-top: 20px;
  font-weight: 600; }

.grupoProgramas {
  background-color: #f1f1f1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  color: #0031BB;
  margin-bottom: 25px; }
  .grupoProgramas img {
    max-width: 100%; }
  .grupoProgramas h1 {
    margin: 0;
    margin-top: 5px;
    font-size: 20px; }
  .grupoProgramas p {
    margin: 0; }
  .grupoProgramas select {
    background-color: #f1f1f1;
    border: 1px inset silver;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 70%; }

.programaPrimeiroVideoResumo {
  background-color: #0031BB;
  margin-top: 0px;
  color: white;
  padding: 10px;
  font-size: 14px; }

.grupoProgramasEsquerda {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%; }

.grupoProgramasDireita {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%; }

.grupoProgramasSelect {
  display: block;
  width: 100%;
  text-align: right; }

.grupoProgramasBarraCor {
  width: 100%;
  height: 15px;
  overflow: hidden; }

.desportoFundoCor {
  background-color: #f6602b; }

.informacaoFundoCor {
  background-color: #ffbe00; }

.entretenimentoFundoCor {
  background-color: #0031BB; }

.culturaFundoCor {
  background-color: #00b7e9; }

.bemestarFundoCor {
  background-color: #52bb20; }

.menuPrograma {
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }

.menuProgramaContentor {
  background-color: #0031BB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .menuProgramaContentor a {
    color: white; }

.menuProgramaContentorEsquerda {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .menuProgramaContentorEsquerda a {
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: 18px; }
    .menuProgramaContentorEsquerda a:hover {
      background-color: white;
      color: #0031BB; }
    .menuProgramaContentorEsquerda a:after {
      content: '';
      position: absolute;
      right: 0;
      top: 75%;
      height: 25%;
      -ms-transform: translateY(-125%);
          transform: translateY(-125%);
      background-color: white;
      width: 1px; }
    .menuProgramaContentorEsquerda a.menuInternoSelecionado {
      background-color: white;
      color: #0031BB; }

.menuProgramaContentorDireita {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 25%;
  -ms-flex-item-align: center;
      align-self: center; }
  .menuProgramaContentorDireita select {
    max-width: 90%;
    margin-right: 2%;
    font-size: 14px;
    border: 1px solid silver; }

.menuProgramaContentorTags {
  border-top: 1px solid #0031BB;
  border-bottom: 1px solid #0031BB;
  padding: 1%;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .menuProgramaContentorTags div {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    font-weight: bold;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    .menuProgramaContentorTags div:nth-child(2) {
      text-align: right; }
      .menuProgramaContentorTags div:nth-child(2) select {
        width: 100%;
        background-color: white;
        border: 1px solid transparent;
        color: #0031BB;
        font-weight: bold; }

.videoPlayerResponsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%; }
  .videoPlayerResponsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fundoCinza {
  background-color: #333333; }

.fundoCinzaClaro {
  background-color: #f1f1f1; }

.padding1pc {
  padding: 1%; }

.programaH1 {
  font-size: 24px; }

.programaOutrosVideosCompletos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px; }
  .programaOutrosVideosCompletos a {
    display: block;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
    background-color: #0031BB;
    color: white;
    margin-bottom: 4px; }
  .programaOutrosVideosCompletos img {
    width: 100%; }
  .programaOutrosVideosCompletos figcaption {
    padding: 2%;
    font-size: 13px;
    font-weight: bold; }
  .programaOutrosVideosCompletos div {
    font-weight: normal;
    text-align: right;
    margin-top: 5px; }

.programaClips {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px; }
  .programaClips a {
    display: block;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
    color: #404040;
    margin-bottom: 4px; }
  .programaClips img {
    width: 100%; }
  .programaClips figcaption {
    padding: 2%;
    font-size: 12px; }
  .programaClips div {
    font-weight: normal;
    text-align: right;
    margin-top: 5px; }

.programaCaixaImagens {
  width: 100%; }
  .programaCaixaImagens img {
    cursor: pointer; }

.programaCaixaImagensLinha1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.programaCaixaImagensLinha1Esquerda {
  -ms-flex-preferred-size: 66.8%;
      flex-basis: 66.8%; }
  .programaCaixaImagensLinha1Esquerda img {
    float: left; }
    .programaCaixaImagensLinha1Esquerda img:nth-child(1) {
      width: 61.2%;
      margin-right: 0.4%; }
    .programaCaixaImagensLinha1Esquerda img:nth-child(2) {
      width: 38%; }

.programaCaixaImagensLinha1Direita {
  -ms-flex-preferred-size: 33.2%;
      flex-basis: 33.2%;
  max-width: 33.1%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .programaCaixaImagensLinha1Direita img {
    width: 49.5%;
    max-width: 49.5%;
    margin-bottom: 1.6%; }

.programaCaixaImagensLinha2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3px; }
  .programaCaixaImagensLinha2 img {
    -ms-flex-preferred-size: 16.4%;
        flex-basis: 16.4%;
    max-width: 16.4%;
    margin-bottom: 3px; }

.programaImagensMais {
  background-color: #262626;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto;
  margin-top: 15px;
  cursor: pointer; }

.equipaProgramas img {
  width: 100%;
  max-width: 100%; }

.noAr {
  color: white;
  background-color: #0031BB;
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.5);
  border-radius: 5px;
  position: absolute;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -25px; }

.flex2Colunas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex2Colunas figure {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    background-color: #0031BB;
    color: white;
    font-size: 13px;
    font-weight: bold; }
    .flex2Colunas figure img {
      width: 100%;
      max-width: 100%; }
    .flex2Colunas figure figcaption {
      padding: 3px; }

.flex4Colunas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .flex4Colunas figure {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    background-color: #0031BB;
    color: white;
    font-size: 13px;
    font-weight: bold; }
    .flex4Colunas figure img {
      width: 100%;
      max-width: 100%; }
    .flex4Colunas figure figcaption {
      padding: 3px; }

.articlePesquisa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .articlePesquisa figure {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%; }
  .articlePesquisa div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 2%; }
  .articlePesquisa img {
    width: 100%;
    max-width: 90px; }
  .articlePesquisa h1 {
    margin: 0 !important; }
  .articlePesquisa .noticiasDados {
    margin: 0;
    text-align: right; }

[data-loadlater-id] img {
  transition: all 2s; }

.formContactos {
  margin-top: 30px;
  width: 100%;
  overflow: hidden; }
  .formContactos textarea {
    height: 150px; }
  .formContactos input, .formContactos textarea {
    width: 100%;
    border: 1px solid silver;
    padding: 5px;
    font-family: inherit;
    border-radius: 3px;
    background-color: #f9f9f9; }
    .formContactos input:focus, .formContactos textarea:focus {
      background-color: white; }
  .formContactos button {
    float: right;
    margin-top: 20px;
    margin-right: 2%;
    border: 1px solid #0031BB;
    color: #0031BB;
    background-color: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 2px;
    font-weight: bold;
    transition: all 0.25s; }
    .formContactos button:hover {
      background-color: #0031BB;
      color: white; }
    .formContactos button:active {
      -ms-transform: scale(0.95);
          transform: scale(0.95); }

.formContactosFieldLabel {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px; }

.formContactosCaixaMensagens {
  padding: 0;
  list-style: none;
  margin: 0;
  padding-top: 15px; }

.formContactosErro {
  color: red;
  font-weight: bold;
  animation: animarFormContactosMensagem;
  animation-duration: 0.5s; }

.formContactosOk {
  color: green;
  font-weight: bold;
  animation: animarFormContactosMensagem;
  animation-duration: 0.5s; }

@keyframes animarFormContactosMensagem {
  0% {
    transform: translateX(2%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

.videoSuperiorEntrada {
  position: relative;
  left: 0;
  right: 0;
  background-color: #919da4;
  clear: both;
  width: 100%;
  overflow: hidden; }
  .videoSuperiorEntrada figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    overflow: hidden;
    font-weight: bold; }
    .videoSuperiorEntrada figure > div {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      .videoSuperiorEntrada figure > div > div {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
        width: 100%; }
        .videoSuperiorEntrada figure > div > div iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .videoSuperiorEntrada figure figcaption {
      -ms-flex-item-align: center;
          align-self: center;
      color: white;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      font-size: 28px; }
      .videoSuperiorEntrada figure figcaption p {
        margin: 0; }

.videoSuperiorEntradaSeta {
  position: absolute;
  left: 0px;
  top: 0px;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  width: 32px;
  height: 32px;
  border: 1px solid #0031BB;
  border-radius: 999999px;
  background-image: url("../img/setaDireita.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  cursor: pointer; }

.videoSuperiorEntradaSetaCaixa {
  width: 100%;
  position: relative;
  padding-left: 35px;
  padding-right: 5px;
  font-weight: bold;
  line-height: 3;
  background-color: #919da4;
  color: #919da4;
  font-size: 11px; }
  .videoSuperiorEntradaSetaCaixa span {
    display: inline-block;
    padding-left: 40px; }

.videoSuperiorEntradaSetaRodado {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.videoSuperior940 {
  position: relative;
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }

.slideshow {
  margin-top: 10px;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  max-height: 370px; }
  .slideshow a {
    color: #ffffff; }
  .slideshow img {
    width: 100%;
    cursor: pointer; }

.slideShowLegendas {
  width: 24.5%;
  position: absolute;
  background-color: #404040;
  background-color: rgba(64, 64, 64, 0.5);
  right: 0;
  z-index: 6000;
  height: 100%;
  color: white; }

.slideShowLegendasTabela {
  display: table;
  width: 100%;
  height: 100%; }

.slideShowLegendasTabelaFila {
  display: table-row;
  height: 20%; }

.slideShowLegendasTabelaTdEsquerda {
  display: table-cell;
  border-bottom: 1px solid silver;
  text-align: right;
  vertical-align: middle; }
  .slideShowLegendasTabelaTdEsquerda:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #404040; }
  .slideShowLegendasTabelaTdEsquerda h1 {
    margin: 0;
    padding: 0;
    padding-right: 5%;
    line-height: 1;
    font-size: 17px; }
  .slideShowLegendasTabelaTdEsquerda h2 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
    padding-right: 5%; }
  .slideShowLegendasTabelaTdEsquerda h3 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    padding-right: 5%; }

.slideShowLegendasTabelaTdEsquerdaHoverJS {
  background-color: rgba(255, 255, 255, 0.5);
  color: #404040; }

.slideShowLegendasTabelaTdDireita {
  display: table-cell;
  width: 4.35%;
  background-color: black;
  border-bottom: 1px solid silver; }

.slideShowLegendasTabelaTdDireitaSelecionada {
  background-color: #0031BB; }

.slideShowEscondido {
  display: none; }

.slideshowFcPorto {
  margin-top: 10px;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  max-height: 370px; }
  .slideshowFcPorto img {
    display: block;
    width: 100%; }

.slideShowVideoOverlay {
  position: absolute;
  width: 75%;
  top: 0;
  bottom: 0;
  background-color: black; }

.slideShowVideoOverlayWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.slideShowVideoOverlay iframe {
  position: absolute;
  width: 100%; }

.slideshowMobile {
  display: none;
  font-size: 12px;
  text-align: center; }
  .slideshowMobile h1, .slideshowMobile h2, .slideshowMobile h3 {
    display: inline-block;
    margin: 0;
    pdding-left: 1%;
    pdding-right: 1%; }

.publicidadeSapo {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative; }

.publicidadeSapo img {
  max-width: 100% !important; }

.publicidadeSapo embed {
  max-width: 100% !important; }

.publicidadeSapoMobile {
  text-align: center;
  display: none; }

.publicidadeSapoMobile img {
  width: 100%;
  max-width: 300px; }

.videosBarraNegra {
  background-color: #333333; }

.videos {
  background-color: #333333;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid silver; }

.navegacaoVideos {
  list-style: none;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  padding: 0;
  width: 97.9166666667%;
  margin: 0 auto;
  background: #5f5f5f;
  background: linear-gradient(to bottom, #5f5f5f 0%, #393939 51%, #393939 100%);
  position: relative; }
  .navegacaoVideos:before {
    content: '';
    height: 10px;
    position: absolute;
    background-color: #0031BB;
    left: 0;
    right: 0;
    bottom: 0; }
  .navegacaoVideos ul {
    padding: 0;
    margin: 0;
    height: 51px;
    display: table;
    width: 61.170212766%; }
  .navegacaoVideos li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #333333;
    font-weight: bold;
    font-size: 1.2em;
    width: 33%;
    position: relative; }
    .navegacaoVideos li:after {
      content: '';
      height: 10px;
      position: absolute;
      background-color: #0031BB;
      left: 0;
      right: 0;
      bottom: 0; }
    .navegacaoVideos li:nth-child(3) {
      border-right: none; }
  .navegacaoVideos a {
    color: #ffffff; }

li.navegacaoVideosAtivo {
  background: #3859b5;
  background: linear-gradient(to bottom, #3859b5 0%, #284fb8 47%, #0032bb 49%, #0032bb 100%); }

.selectFalsoVideos {
  float: right;
  margin-right: 5%; }
  .selectFalsoVideos img {
    vertical-align: middle; }

.videosJanela {
  width: 97.9166666667%;
  /*height: 450px;*/
  margin: 0 auto;
  overflow: hidden; }

.menuVideosProgramasAjax {
  border-left: 3px solid #0031BB;
  border-right: 3px solid #0031BB;
  border-bottom: 3px solid #0031BB;
  position: absolute;
  background-color: black;
  box-shadow: -1px 10px 11px rgba(50, 50, 50, 0.75);
  max-height: 300px;
  overflow: auto;
  z-index: 11; }

.menuVideosNoticiasAjax {
  border-left: 3px solid #0031BB;
  border-right: 3px solid #0031BB;
  border-bottom: 3px solid #0031BB;
  position: absolute;
  background-color: black;
  box-shadow: -1px 10px 11px rgba(50, 50, 50, 0.75);
  max-height: 300px;
  overflow: auto;
  z-index: 11; }

.videosListaProgramasContentor {
  padding: 10px;
  cursor: pointer; }

.videosListaProgramas {
  clear: both;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: auto;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 15px; }
  .videosListaProgramas figure {
    float: left;
    width: 32%;
    margin-right: 4%; }
  .videosListaProgramas img {
    width: 100%;
    display: block; }
  .videosListaProgramas a {
    color: black; }
  .videosListaProgramas h1 {
    float: left;
    line-height: 1em;
    font-size: 1em;
    width: 100%; }

.videosListaProgramasContentorFechar {
  text-align: right;
  padding: 3px;
  padding-right: 10px;
  background-color: #0031BB;
  color: #ffffff;
  cursor: pointer; }

.videoJanelaConteudo {
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.videoJanelaUmItem {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  max-width: 16%;
  clear: none;
  margin: 0;
  margin-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  color: white;
  line-height: 1em;
  background-color: black;
  position: relative; }
  .videoJanelaUmItem figure {
    position: relative;
    z-index: 10; }
  .videoJanelaUmItem img {
    width: 91.4285714286%;
    width: 100%; }
  .videoJanelaUmItem:before {
    content: '';
    position: absolute;
    width: 5px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }

.videos4Colunas {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%; }

.informacaoBarraCor:before {
  background-color: #ffbe00; }

.desportoBarraCor:before {
  background-color: #f6602b; }

.entretenimentoBarraCor:before {
  background-color: #0031BB; }

.culturaBarraCor:before {
  background-color: #00b7e9; }

.bemestarBarraCor:before {
  background-color: #52bb20; }

.videoJanelaUmItemTitulo {
  text-align: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px; }
  .videoJanelaUmItemTitulo p {
    margin: 0;
    padding: 0; }
  .videoJanelaUmItemTitulo a {
    color: #0031BB;
    font-weight: bold; }

.videoJanelaUmItemResumo {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.8em; }
  .videoJanelaUmItemResumo p {
    margin: 0;
    padding: 0; }

.videoJanelaUmItemData {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.6em; }
  .videoJanelaUmItemData p {
    margin: 0;
    padding: 0; }

.videoJanelaConteudoContentor {
  position: relative; }

.grupoVideos {
  display: block;
  width: 100%;
  color: white;
  padding-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0031BB;
  border-top: 2px solid #262626;
  font-size: 1.2em;
  overflow: auto; }
  .grupoVideos input[type="search"] {
    color: #404040;
    border: 1px solid silver;
    border-radius: 3px; }

.video_pesquisa {
  float: right;
  font-size: 0.6em;
  padding-top: 3px;
  width: 20%;
  background-color: #c5c9cd;
  border-radius: 5px; }

.video_pesquisa:hover {
  background-color: white; }

.video_pesquisa_botao {
  float: right;
  background-image: url("../img/menu_topo_pesquisar.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 32px;
  height: 24px;
  overflow: hidden;
  border: 0; }

.aguarde {
  position: absolute;
  color: white;
  border: 1px solid white;
  background-color: #262626;
  border-radius: 5px;
  font-size: 1.5em;
  padding: 15px;
  z-index: 5000;
  animation: aguardeAnimation 1s infinite; }

@keyframes aguardeAnimation {
  0% {
    background-color: #262626; }
  100% {
    background-color: black; } }

.footer {
  background-color: #262626;
  width: 100%;
  overflow: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #ffffff;
  border-top: 1px solid silver;
  font-size: 0.9em; }
  .footer a {
    color: #ffffff; }

.footerColuna1 {
  width: 25%;
  float: left; }

.footerColuna2 {
  width: 25%;
  float: left;
  text-align: left; }

.footerColuna3 {
  width: 25%;
  float: left;
  text-align: left; }

.footerColuna4 {
  width: 25%;
  float: left;
  text-align: left; }

.footerFacebook {
  text-align: right; }

.meteo {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 20px;
  border-top: 1px solid silver; }
  .meteo h1 {
    margin: 0;
    font-size: 30px;
    color: #0031BB;
    font-weight: normal; }
  .meteo h2 {
    margin: 0;
    margin-top: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 0; }
  .meteo h3 {
    font-size: 24px;
    margin: 0;
    line-height: 0; }

.meteoAgora {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .meteoAgora div {
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%; }
    .meteoAgora div:nth-child(1) {
      padding-right: 2%;
      font-size: 32px;
      text-align: center; }
      .meteoAgora div:nth-child(1) span {
        display: block;
        font-size: 12px;
        line-height: 0;
        padding-bottom: 5px; }
    .meteoAgora div:nth-child(2) {
      text-align: left; }
  .meteoAgora button {
    background-color: #0031BB;
    border: 1px solid #0031BB;
    color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px; }

.meteoOutrosDias {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: center; }

.meteoOutrosDiasItems {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%; }
  .meteoOutrosDiasItems img {
    max-width: 50%; }

.meteoOutrosDiasItemsDia {
  font-weight: bold;
  font-size: 16px;
  color: #0031BB; }

.meteoOutrosDiasItemsTemperatura {
  font-weight: bold; }
  .meteoOutrosDiasItemsTemperatura span {
    font-weight: normal; }

.novoMeteoNota {
  font-size: 11px; }

.novoMeteoNotaDentro {
  font-size: 11px; }

.contentorRedesSociais {
  border: 1px solid silver;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .contentorRedesSociais ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid silver;
    overflow: auto;
    width: 100%;
    background-color: #414141;
    background-color: rgba(69, 69, 69, 0.5);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .contentorRedesSociais li {
    float: left;
    cursor: pointer;
    width: 50%;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.contentorRedesSociais li:nth-child(1) {
  border-right: 1px solid white; }

.redeSocial {
  display: none; }

.redeSocial hr {
  border: none;
  border-bottom: 1px solid silver;
  clear: both; }

.redeSocial hr:nth-last-child(1) {
  border: none; }

.videosMaisVistosEntrada figure {
  width: 40%;
  float: left;
  margin-right: 1%; }

.videosMaisVistosEntradaTitulo {
  width: 59%;
  font-size: 13px;
  float: left;
  font-weight: normal;
  text-align: left; }

.videosMaisVistos {
  border-radius: 3px; }

.videosMaisVistos > h1.tituloSeccao {
  background-color: white;
  color: #0031BB;
  background-image: none;
  border-bottom: 1px solid silver;
  font-size: 20px;
  font-size: 1.3em; }

.videosMaisVistosViews {
  text-align: right;
  padding-right: 2%;
  font-size: 12px; }

.instagramVeu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2147483648; }

.instagramGrande {
  position: fixed;
  background-color: white;
  left: 0;
  right: 0;
  top: 5%;
  bottom: 5%;
  z-index: 2147483648; }

.instagramGrandeConteudo {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  overflow: auto; }

.instagramGrandeTitulo {
  background-image: url("../img/instagram.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  font-size: 24px; }

.instagramGrandeFechar {
  float: right;
  font-size: 32px;
  cursor: pointer;
  margin-right: 1%; }

.instagramGrandeFotos {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 10px;
  overflow: auto;
  border-top: 1px solid #f1f1f1;
  padding-top: 10px; }
  .instagramGrandeFotos img {
    margin: 0.1%; }

.comentadoresEntrada {
  background-color: #f1f1f1;
  padding-bottom: 10px; }

.comentadoresEntrada h1 {
  padding-left: 2%;
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 21px; }

.comentadoresEntradaCaixa {
  width: 100%;
  position: relative;
  margin-top: 10px;
  overflow: hidden; }

.comentadoresEntradaTira {
  width: 586px;
  overflow: hidden;
  position: relative;
  transition: left 1s cubic-bezier(0.55, 0.085, 0.68, 0.53); }

.comentadoresEntradaItem {
  float: left;
  max-width: 33.3%; }

.comentadoresEntradaItem figure {
  margin-left: 4%;
  margin-right: 2%; }

.comentadoresEntradaItem img {
  max-width: 100%;
  width: 100%; }

.comentadoresEntradaLegenda {
  line-height: 1;
  padding-bottom: 10px;
  margin-left: 4%;
  margin-right: 2%; }

.comentadoresEntradaLegenda a {
  font-size: 12px; }

.comentadoresEntradaPrev {
  position: absolute;
  width: 42px;
  left: 0;
  top: 5%;
  bottom: 40%;
  z-index: 100;
  cursor: pointer;
  background-image: url("/img/setaEsquerda.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white; }

.comentadoresEntradaNext {
  position: absolute;
  width: 42px;
  right: 0;
  top: 5%;
  bottom: 40%;
  z-index: 100;
  cursor: pointer;
  background-image: url("/img/setaDireita.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white; }

.comentadoresEntradaMais {
  text-align: right;
  margin-right: 5%; }

.dossierTiplaManchete {
  width: 100%;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #f1f1f1;
  margin-bottom: 10px; }

.dossierTiplaMancheteItem {
  float: left;
  width: 31%;
  overflow: hidden;
  padding-bottom: 500em;
  margin-bottom: -500em;
  margin-left: 1.1%;
  margin-right: 1.1%; }
  .dossierTiplaMancheteItem h2 {
    font-weight: normal;
    font-size: 14px; }
  .dossierTiplaMancheteItem img {
    width: 100%; }

.comentadoresNaNoticia {
  background-color: #f1f1f1;
  padding-left: 1%;
  padding-right: 1%; }
  .comentadoresNaNoticia h1 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 21px;
    color: #404040; }

.comentadoresNaNoticiaItem {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden; }
  .comentadoresNaNoticiaItem:hover {
    background-color: silver; }
  .comentadoresNaNoticiaItem figure {
    float: left;
    width: 20%; }
  .comentadoresNaNoticiaItem h2 {
    float: left;
    width: 70%;
    margin-right: 0;
    margin-top: 0; }

.fcPorto2TituloSeccao {
  font-size: 18px;
  margin-top: 0; }

.fcPorto2NoticiasManchete {
  background-color: #f1f1f1;
  border-top: 1px solid #0031BB;
  border-bottom: 1px solid #0031BB;
  font-size: 12px; }

.fcPorto2NoticiasManchete figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }

.fcPorto2NoticiasManchete figure img {
  width: 100%;
  max-width: 100%;
  vertical-align: text-bottom;
  transition: all 0.25s; }

.fcPorto2NoticiasManchete figure img:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

.fcPorto2NoticiasManchete figure span {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
  min-width: 48%;
  vertical-align: text-bottom; }

.fcPorto2NoticiasManchete figure figcaption {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
  padding-left: 1%; }

.fcPorto2NoticiasManchete h1 {
  font-size: 24px; }

.fcPorto2NoticiasManchete h2 {
  font-size: 12px;
  font-weight: normal; }

.fcPortoNoticiasOutras {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f1f1f1;
  margin-top: 20px; }

.fcPortoNoticiasOutras article {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%;
  min-width: 24%;
  font-size: 11px; }

.fcPortoNoticiasOutras img {
  vertical-align: text-bottom;
  width: 100%;
  max-width: 100%;
  transition: all 0.25s; }

.fcPortoNoticiasOutras img:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

.fcPortoNoticiasOutras h1 {
  font-size: 13px; }

.fcPortoNoticiasOutras figure {
  overflow: hidden; }

.fcPortoNoticiasOutras figcaption {
  padding: 10px; }

.videosFcPortoCaixa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
  background-color: #f1f1f1; }

.videosFcPortoCaixa article {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%; }

.videosFcPortoCaixa figure {
  overflow: hidden; }

.videosFcPortoCaixa figcaption {
  padding: 10px; }

.videosFcPortoCaixa img {
  width: 100%;
  max-width: 100%;
  vertical-align: text-bottom;
  border-bottom: 3px solid #0031BB;
  transition: all 0.25s; }

.videosFcPortoCaixa img:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

.videosFcPortoCaixa h1 {
  font-size: 13px; }

.videosFcPortoManchete {
  -ms-flex-preferred-size: 49% !important;
      flex-basis: 49% !important;
  max-width: 49% !important; }

.programasFcPortoCaixa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
  background-color: #f1f1f1; }

.programasFcPortoCaixa article {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%;
  margin-bottom: 5px; }

.programasFcPortoCaixa img {
  vertical-align: text-bottom;
  width: 100%;
  max-width: 100%; }

.programasFcPortoCaixa figure {
  position: relative; }

.programasFcPortoCaixa figcaption {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px; }

.programasFcPortoCaixa h1 {
  font-size: 13px; }

.programasFcPortoCaixa h1 {
  margin: 0; }

/* Paginador */
.factoryPaginador {
  text-align: right;
  margin-top: 20px;
  margin-right: 5%; }

.factoryPaginadorLinks, .factoryPaginadorLinksInicio, .factoryPaginadorLinksFim {
  color: white;
  background-color: #0031BB;
  width: 32px;
  height: 32px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  border-radius: 2px;
  font-size: 18px; }

.factoryPaginadorPresente {
  color: white;
  width: 32px;
  height: 32px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  border-radius: 2px;
  font-size: 18px;
  background-color: silver;
  cursor: default; }

/* Paginador FIM */
/* Widget GuiaTV */
.widgetGuiaTV {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 15px;
  background-color: #f1f1f1;
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-top: 50px;
  border-top: 1px solid #0031BB;
  border-bottom: 1px solid #0031BB; }

.widgetGuiaTVLegenda {
  background-color: #0031BB;
  color: white;
  text-align: right;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px; }

.widgetGuiaTVLegenda h1 {
  margin: 0;
  line-height: 1; }

.widgetGuiaTVLegenda h2 {
  margin: 0;
  line-height: 1; }

.widgetGuiaTVTexto {
  padding-left: 2%; }

.widgetGuiaTVTexto h1 {
  font-size: 16px;
  line-height: 1; }

.widgetGuiaTVTexto h2 {
  font-size: 14px;
  line-height: 1;
  color: #0031BB; }

.widgetGuiTV-cols2 {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.widgetGuiTV-cols2:nth-child(1) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.widgetGuiTV-cols3 {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 37.5%;
      flex-basis: 37.5%;
  max-width: 37.5%; }

.widgetGuiTV-cols3:nth-child(1) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.widgetGuiTV-cols4 {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.widgetGuiTV-cols4:nth-child(1) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.widgetGuiTV-cols5 {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 18.75%;
      flex-basis: 18.75%;
  max-width: 18.75%; }

.widgetGuiTV-cols5:nth-child(1) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.widgetGuiTV-cols6 {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%; }

.widgetGuiTV-cols6:nth-child(1) {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

/* Widget GuiaTV FIM */
.fcPortoProgramasDestaque {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px; }
  .fcPortoProgramasDestaque article {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%; }
    .fcPortoProgramasDestaque article h1 {
      font-weight: normal;
      font-size: 24px;
      margin: 0; }

.fcPorto2Data {
  font-size: 11px; }

.anunciosCaixa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  max-width: 940px;
  background-color: #f1f1f1;
  margin: 0 auto;
  margin-top: 15px; }

.anunciosEsquerda {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  background-color: #0031BB;
  color: white;
  margin-right: 2%;
  text-align: right;
  padding-bottom: 5px;
  line-height: 1;
  font-weight: 600; }

.anunciosEsquerdaLinha1 {
  padding-right: 5%;
  font-size: 32px; }

.anunciosEsquerdaLinha2 {
  padding-right: 5%;
  font-size: 18px; }

.anunciosDireita {
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  max-width: 73%;
  line-height: 1.6; }

.anunciosDireitaLinha1 {
  font-weight: bold;
  font-size: 18px; }

.anunciosDireitaLinha2 {
  color: #0031BB;
  font-weight: bold; }

.anuncios_fundo_desporto {
  background-color: #f6602b; }

.anuncios_cor_desporto {
  color: #f6602b; }

.anuncios_fundo_informacao {
  background-color: #ffbe00; }

.anuncios_cor_informacao {
  color: #ffbe00; }

.anuncios_fundo_entretenimento {
  background-color: #0031BB; }

.anuncios_cor_entretenimento {
  color: #0031BB; }

.anuncios_fundo_cultura {
  background-color: #00b7e9; }

.anuncios_cor_cultura {
  color: #00b7e9; }

.anuncios_fundo_bemestar {
  background-color: #52bb20; }

.anuncios_cor_bemestar {
  color: #52bb20; }

.anuncios_botao, .anuncios_botao_desporto, .anuncios_botao_informacao, .anuncios_botao_entretenimento, .anuncios_botao_cultura, .anuncios_botao_bemestar, .anuncios_botao_default {
  display: block;
  float: right;
  padding: 5px;
  color: white; }

.anuncios_botao_desporto {
  background-color: #f6602b; }

.anuncios_botao_informacao {
  background-color: #ffbe00; }

.anuncios_botao_entretenimento {
  background-color: #0031BB; }

.anuncios_botao_cultura {
  background-color: #00b7e9; }

.anuncios_botao_bemestar {
  background-color: #52bb20; }

.anuncios_botao_default {
  background-color: #0031BB; }

@media only screen and (max-width: 660px) {
  .anunciosCaixa {
    display: block; }
  .anunciosEsquerda {
    max-width: 100%; }
  .anunciosDireita {
    max-width: 100%; } }

.galeriaHorarios {
  width: 100%;
  max-width: 940px;
  max-height: 144px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px; }
  .galeriaHorarios img {
    width: 100%; }

.menu_seccoes_noticias {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  background-color: #0031BB;
  color: white;
  display: table; }
  .menu_seccoes_noticias ul {
    margin: 0;
    display: table-row;
    width: 100%; }
  .menu_seccoes_noticias li {
    display: table-cell;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
  .menu_seccoes_noticias a {
    color: white;
    font-weight: normal; }

.menu_seccoes_noticias_ativa {
  background-color: white; }
  .menu_seccoes_noticias_ativa a {
    color: #0031BB; }

.menu_seccoes_noticias_mobile {
  display: none; }

.noticiaInforgrafia {
  margin-bottom: 15px; }
  .noticiaInforgrafia img {
    width: 100%; }

.infografiasDisplayWrapper {
  max-width: 598px;
  overflow: hidden; }

.infografiasDisplay {
  overflow: hidden; }
  .infografiasDisplay img {
    float: left; }

.infoGrafiaNavegacao {
  float: right; }

.infoGrafiaNavegacaoDireita {
  background-image: url("../img/setaDireita.png");
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  cursor: pointer; }

.infoGrafiaNavegacaoEsquerda {
  background-image: url("../img/setaEsquerda.png");
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin-right: 5px;
  cursor: pointer; }

.h1ComLinhas {
  background-image: none !important;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-radius: 0 !important; }

.h1ComLinhasDossiers {
  background-image: none !important;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-radius: 0 !important;
  color: black !important; }

.infografiasCaixa {
  position: relative;
  float: left;
  width: 50%;
  height: 350px; }

.infografiaCaixaConteudos {
  position: absolute;
  border: 1px solid rgba(21, 116, 189, 0.2);
  background-color: white;
  top: 5px;
  bottom: 5px;
  left: 2%;
  right: 2%; }

.infografiaCaixaConteudosTitulo {
  padding: 5px;
  padding-top: 5px;
  padding-bottom: 22px;
  height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: #0031BB;
  color: white;
  font-size: 0.8em;
  font-weight: bold; }

.infografiaCaixaConteudosTitulo a {
  color: white; }

.infografiaCaixaConteudosImagem {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  height: 270px;
  overflow: hidden; }

.infografiaCaixaConteudosImagem img {
  width: 100%; }

.infografiaCaixaConteudosVerMais {
  text-align: right;
  padding-right: 2%;
  padding-top: 5px; }

.reportagem {
  width: 48%;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 1%; }

.reportagem img {
  width: 100%;
  max-width: 100%; }

.reportagemTitulo {
  position: absolute;
  padding: 4px;
  left: 0;
  top: 0;
  right: 0;
  background-color: #262626;
  color: white;
  font-size: 12px;
  pointer-events: none; }

.reportagemLead {
  position: absolute;
  padding: 4px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #262626;
  color: white;
  font-size: 12px;
  pointer-events: none; }

.formPesquisa {
  background-color: #0031BB;
  text-align: right;
  padding: 1%;
  color: white;
  width: 100%;
  overflow: hidden; }
  .formPesquisa label {
    margin-top: -5px; }

.formPesquisa input[type="search"] {
  border: 1px solid silver;
  font-size: 0.8em;
  color: #404040; }

.formPesquisa select {
  border: 1px solid silver;
  font-size: 0.8em;
  color: #404040;
  background-color: white; }

.formPesquisa input[type="submit"] {
  border: 1px solid silver;
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black; }

.formPesquisa form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.formPesquisaColuna1 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1; }

.formPesquisaColuna2 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-item-align: center;
      align-self: center; }

.formPesquisaColuna3 {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center; }

.noticias {
  background-color: white;
  width: 100%;
  overflow: auto; }
  .noticias h1 {
    margin-left: 3%;
    margin-right: 3%;
    font-size: 1em;
    font-weight: normal; }
    .noticias h1 a {
      color: #0031BB; }

.noticiasDados {
  margin-left: 3%;
  font-size: 0.7em; }

.popupMapa {
  position: absolute;
  min-width: 200px;
  background-color: white;
  border: 1px solid #f1f1f1;
  padding: 5px;
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); }
  .popupMapa h1 {
    margin: 0;
    font-size: 16px;
    color: #0031BB; }
  .popupMapa select {
    border: 1px solid #f1f1f1;
    width: 100%;
    background-color: #f1f1f1;
    font-size: 14px;
    padding: 3px; }

.popupMapaFechar {
  cursor: pointer;
  float: right;
  font-weight: bold;
  font-size: 18px;
  height: 25px;
  width: 25px;
  text-align: center; }

.chatBox {
  width: 100%;
  overflow: hidden;
  position: relative; }

.chatNickVeu {
  position: absolute;
  background-color: #0031BB;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.chatNickCaixa {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .chatNickCaixa h1 {
    font-size: 32px;
    line-height: 1;
    margin-top: 0;
    color: white; }
  .chatNickCaixa input[type="text"] {
    border: 1px solid white;
    font-size: 16px;
    display: block;
    width: 100%; }
  .chatNickCaixa input[type="button"] {
    border: 1px solid white;
    background-color: #0031BB;
    color: white;
    font-size: 16px;
    display: block;
    width: 100%;
    max-width: 250px;
    margin-left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    margin-top: 15px; }

.chatSalas {
  width: 100%;
  overflow: hidden; }

.chatSalasItem {
  float: left;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  border-right: 1px solid white;
  cursor: pointer;
  background-color: #262626; }
  .chatSalasItem:nth-last-child(1) {
    border: none; }

.chatSalasItemAtivo {
  background-color: #0031BB; }

.chatDescricao {
  font-size: 12px;
  color: #0031BB;
  padding-top: 3px;
  padding-bottom: 3px; }

.chatDialogo {
  width: 100%;
  background-color: white;
  overflow-y: auto;
  height: 350px;
  max-height: 350px;
  padding: 10px; }

.chatFala {
  font-size: 14px;
  line-height: 2; }
  .chatFala i {
    color: #0031BB;
    font-size: 10px; }
  .chatFala strong {
    display: block;
    color: silver; }

.chatAcao {
  width: 100%; }
  .chatAcao input[type="text"] {
    font-size: 15px;
    padding: 5px;
    width: 100%;
    border: none;
    background-color: white;
    border-bottom: 1px solid #262626;
    color: black;
    margin-top: 5px; }
  .chatAcao input[type="button"] {
    border: 1px solid white;
    background-color: #0031BB;
    color: white;
    font-size: 16px;
    display: block;
    width: 100%;
    max-width: 250px;
    margin-left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    margin-top: 15px; }

.chatEstaSala {
  display: none; }

.chatEstaSalaAtiva {
  display: block; }

.reyterPaginador {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 3px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  clear: both;
  text-align: right;
  width: 100%; }
  .reyterPaginador span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    line-height: 1.8; }

.reyterPaginadorConteudo {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  text-align: right; }

.reyterPaginadorAnterior {
  color: #404040;
  background-color: #0031BB; }
  .reyterPaginadorAnterior a {
    color: white; }

.reyterPaginadorSeguinte {
  color: #404040;
  background-color: #0031BB; }
  .reyterPaginadorSeguinte a {
    color: white; }

.reyterPaginadorItemInactivo {
  background-color: #0031BB; }
  .reyterPaginadorItemInactivo a {
    text-decoration: none;
    color: white; }

.reyterPaginadorItemActivo {
  background-color: #f1f1f1; }
  .reyterPaginadorItemActivo a {
    text-decoration: none;
    color: #404040; }

.reyterPaginadorItemUltimaPagina {
  background-color: #f1f1f1; }
  .reyterPaginadorItemUltimaPagina a {
    text-decoration: none;
    color: #404040; }

.galeriaVeu {
  position: fixed;
  background-color: black;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20000000001;
  animation-name: animarVeu;
  animation-duration: 0.25s; }

@keyframes animarVeu {
  0% {
    bottom: 100%;
    opacity: 0; }
  100% {
    bottom: 0;
    opacity: 1; } }

.galeriaVeuFechar {
  position: absolute;
  background-color: white;
  font-size: 42px;
  width: 42px;
  text-align: center;
  line-height: 1;
  top: 10px;
  right: 2%;
  z-index: 100;
  cursor: pointer; }

.galeriaPrev {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42px;
  z-index: 50;
  font-size: 32px;
  weight: bold;
  cursor: pointer; }
  .galeriaPrev div {
    position: absolute;
    text-align: center;
    width: 40px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    background-color: white; }

.galeriaNext {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 42px;
  z-index: 50;
  font-size: 32px;
  weight: bold;
  cursor: pointer; }
  .galeriaNext div {
    position: absolute;
    text-align: center;
    width: 40px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    background-color: white; }

.galeriaConteudo {
  position: absolute;
  left: 15px;
  top: 50px;
  right: 15px;
  bottom: 40px;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  animation-duration: 0.25s; }
  .galeriaConteudo iframe {
    display: block;
    width: 100%;
    height: 100%; }

@keyframes animarGaleria {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.galeriaLegenda {
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: fixed;
  left: 3%;
  bottom: 15px; }

.galeriaFacebook {
  cursor: pointer;
  position: absolute;
  padding: 10px;
  z-index: 100; }

.tooltip {
  position: absolute;
  background-color: #0031BB;
  color: white;
  font-size: 14px;
  padding: 2px;
  border: 1px solid white;
  box-shadow: 2px 3px 4px 0px rgba(255, 255, 255, 0.75);
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
  min-width: 100px;
  text-align: center;
  animation-name: animarTooltip;
  animation-duration: 0.25s; }

@keyframes animarTooltip {
  0% {
    opacity: 0;
    transform: scale(0.2) translateY(-20px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px); } }

.destaqueHeroCaixa {
  border-bottom: 2px solid #fea525;
  margin-top: 15px;
  background-color: #f1f1f1; }
  .destaqueHeroCaixa > h1 {
    font-size: 21px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #fea525;
    border-bottom: 2px solid #fea525; }

.destaquesHero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px; }
  .destaquesHero img {
    width: 100%;
    max-width: 100%; }
  .destaquesHero h1 {
    font-size: 14px; }

.heroLead {
  font-size: 13px;
  margin-bottom: 25px;
  display: none; }

.destaquesHero1 article {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  .destaquesHero1 article h1 {
    font-size: 16px; }
  .destaquesHero1 article:nth-child(1) h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px; }
  .destaquesHero1 article:nth-child(1) .heroLead {
    display: block; }

.destaquesHero2 article {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%; }

.destaquesHero3 article {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%; }

.destaquesHero4 article {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%; }
  .destaquesHero4 article:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    .destaquesHero4 article:nth-child(1) h1 {
      font-size: 16px; }
  .destaquesHero4 article:nth-child(1) h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px; }
  .destaquesHero4 article:nth-child(1) .heroLead {
    display: block; }

.heroData {
  font-size: 12px;
  text-align: right; }

.heroDossier {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  padding-right: 1%; }
  .heroDossier a {
    float: right;
    display: block;
    padding: 5px; }

.noticias-divisor-padding {
  padding-top: 5px;
  padding-bottom: 5px; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.noticias-nivel1 {
  margin-top: 20px; }
  .noticias-nivel1 img {
    max-width: 100%; }

.noticias-seccao {
  position: relative;
  padding-left: 10px;
  font-weight: bold;
  color: #919da4;
  font-size: 18px;
  margin-bottom: 5px;
  display: block; }
  .noticias-seccao:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #ffbe00; }

.noticias-manchete {
  border-bottom: 1px solid #c9cfd2;
  padding-bottom: 15px; }
  .noticias-manchete h1 {
    font-size: 22px;
    margin: 0; }
  .noticias-manchete figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 13px; }
    .noticias-manchete figure a {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
      max-width: 48%; }
    .noticias-manchete figure figcaption {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
      max-width: 48%; }
  .noticias-manchete ul {
    font-size: 12px;
    color: #0031BB; }
    .noticias-manchete ul li {
      padding-top: 3px;
      padding-bottom: 3px; }
      .noticias-manchete ul li:nth-last-child(1) {
        padding-bottom: 0; }

.noticias-manchete-creditos {
  font-size: 12px; }

.noticias-fundo-cinza {
  background-color: #f1f1f1;
  padding-top: 5px;
  padding-bottom: 5px; }

.noticias-grupo3 {
  border-bottom: 1px solid #c9cfd2;
  padding-top: 10px;
  padding-bottom: 10px; }

.noticias-grupo3-artigos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .noticias-grupo3-artigos article {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%; }
  .noticias-grupo3-artigos img {
    width: 100%;
    max-width: 100%; }
  .noticias-grupo3-artigos h1 {
    font-size: 12px;
    margin-bottom: 0; }
  .noticias-grupo3-artigos p {
    font-size: 12px; }

.noticias-nivel2 {
  border-bottom: 1px solid #c9cfd2;
  padding-top: 10px;
  padding-bottom: 10px; }

.noticias-nivel2-manchete h1 {
  font-size: 15px; }

.noticias-nivel2-manchete figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .noticias-nivel2-manchete figure a, .noticias-nivel2-manchete figure figcaption {
    display: block; }
  .noticias-nivel2-manchete figure > a {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    max-width: 27%;
    margin-right: 2%; }
  .noticias-nivel2-manchete figure figcaption {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }

.noticias-nivel2-manchete img {
  max-width: 100%; }

.noticias-grupo2 {
  border-bottom: 1px solid #c9cfd2;
  padding-top: 10px;
  padding-bottom: 10px; }

.noticias-grupo2-artigos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .noticias-grupo2-artigos article {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%; }
  .noticias-grupo2-artigos img {
    max-width: 100%; }
  .noticias-grupo2-artigos h1 {
    font-size: 14px;
    margin-bottom: 0; }

.noticias-normais {
  padding-top: 10px;
  padding-bottom: 10px; }

.noticias-normais-grupo2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .noticias-normais-grupo2 h1 {
    font-size: 14px; }
  .noticias-normais-grupo2 article {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
    border-bottom: 1px solid #c9cfd2;
    padding-bottom: 10px; }

.noticias-norte {
  margin-top: 10px; }

.noticias-arquivo-digital {
  width: 100%;
  margin-top: 50px; }
  .noticias-arquivo-digital article {
    margin-bottom: 20px; }
  .noticias-arquivo-digital img {
    width: 100%; }

.noticias-arquivo-digital-titulo {
  background-color: #919da4;
  color: white;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 0.5;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.noticias-arquivo-digital-ver-mais {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 13px; }

.noticias-3-colunas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .noticias-3-colunas .noticias-3-colunas-coluna {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%; }
  .noticias-3-colunas img {
    max-width: 100%; }
  .noticias-3-colunas h1 {
    font-size: 12px;
    margin-bottom: 0; }
  .noticias-3-colunas p {
    font-size: 12px; }

.twitter-tweet {
  margin: 0 auto; }

#menuStreamingAtivo {
  display: none; }

.streamingBars {
  height: 10px;
  width: 5px;
  position: relative;
  margin-right: 5px;
  margin-top: 12px; }

.streamingBar {
  background: white;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: streamingAnimacao 0ms -800ms linear infinite alternate; }

@keyframes streamingAnimacao {
  0% {
    opacity: .35;
    height: 3px; }
  100% {
    opacity: 1;
    height: 15px; } }

.streamingBar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms; }

.streamingBar:nth-child(2) {
  left: 5px;
  animation-duration: 433ms; }

/* Grelha mini - INICIO */
.guiaTVListaItemMini {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid rgba(145, 157, 164, 0.5); }

.guiaTVListaItemHoraMini {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 36px;
  padding: 5px;
  position: relative; }
  .guiaTVListaItemHoraMini span {
    font-size: 20px; }

.guiaTVListaItemDadosMini {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: left;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: 5%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .guiaTVListaItemDadosMini h1 {
    font-size: 18px; }
  .guiaTVListaItemDadosMini a {
    display: block; }

.guiaTvMaisMini {
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }

.guiaTVListaItemLiveMini {
  background-color: #0031BB;
  color: white;
  padding: 2px;
  border-radius: 0;
  font-size: 12px;
  text-align: center; }

.guiaTVListaItemSelecionadoMini {
  background-color: rgba(145, 157, 164, 0.5); }

/* Grelha Mini - FIM */
.menuPortoCanal {
  color: white;
  font-size: 16px;
  top: 0;
  z-index: 10000;
  position: relative; }

.menuPortoCanalSpacer {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.menuPortoCanalPrimeiraLinha {
  background-color: #0031BB; }

.menuPortoCanalPrimeiraLinhaConteudo {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 10px;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .menuPortoCanalPrimeiraLinhaConteudo > a, .menuPortoCanalPrimeiraLinhaConteudo > div {
    -ms-flex-item-align: center;
        align-self: center; }

.menuPortoCanalPrimeiraLinhaConteudoLogo {
  width: 120px;
  padding-top: 5px;
  padding-bottom: 5px; }

.menuPortoCanalPrimeiraLinhaSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  margin-right: 5px; }
  .menuPortoCanalPrimeiraLinhaSearch input {
    border: none;
    color: #404040;
    padding: 5px;
    width: 200px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -ms-flex-item-align: center;
        align-self: center;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.25s; }
    .menuPortoCanalPrimeiraLinhaSearch input:focus {
      background-color: white;
      width: 350px;
      transition: all 0.25s; }
  .menuPortoCanalPrimeiraLinhaSearch button {
    border: none;
    width: 32px;
    height: 31px;
    background-color: transparent;
    -ms-flex-item-align: center;
        align-self: center;
    background-image: url("/img/lupa.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center; }

.menuPortoCanalPrimeiraLinhaConteudoFacebook {
  margin-left: 2%;
  padding-left: 2%;
  border-left: 1px solid white; }

.menuPortoCanalSegundaLinha {
  background-color: #2649c7;
  border-bottom: 1px solid white;
  z-index: 10000;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0; }

.menuPortoCanalSegundaLinhaConteudo {
  width: 100%;
  max-width: 940px;
  height: 36px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .menuPortoCanalSegundaLinhaConteudo a {
    font-weight: bold;
    color: white;
    padding-left: 1%;
    padding-right: 1%;
    line-height: 2;
    position: relative;
    transition: all 0.5s; }
    .menuPortoCanalSegundaLinhaConteudo a:hover {
      text-decoration: none;
      background-color: #0031BB;
      transition: all 0.5s; }
    .menuPortoCanalSegundaLinhaConteudo a:after {
      content: '';
      display: block;
      height: 5px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 1px; }
    .menuPortoCanalSegundaLinhaConteudo a:nth-child(1) {
      padding-left: 0;
      line-height: 0; }
      .menuPortoCanalSegundaLinhaConteudo a:nth-child(1) img {
        -ms-flex-item-align: center;
            align-self: center; }

[data-menuportocanalitem-toggle="N"] {
  display: none; }

.menuPortoCanalSegundaLinhaConteudoActivo:after {
  background-color: #919da4; }

.menuPortoCanalSegundaLinhaConteudoLogo {
  width: 100px; }

/* Hamburguer */
a.hamburguer {
  width: 36px;
  max-width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 20;
  position: relative;
  display: none; }
  a.hamburguer:hover {
    background-color: transparent !important; }

#nav-toggle {
  position: absolute;
  left: 1px;
  top: 5px; }

#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 32px;
  background: white;
  position: absolute;
  display: block;
  content: ''; }

#nav-toggle span:before {
  top: -10px; }

#nav-toggle span:after {
  bottom: -10px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out; }

#nav-toggle.active span {
  background-color: transparent; }

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0; }

#nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

#nav-toggle.active span:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* HAMBURGUER --> FIM */
.menuPortoCanalMobile {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  animation-name: menuPortoCanalMobileAnimar;
  animation-duration: 0.5s;
  color: #0031BB;
  display: none; }

@keyframes menuPortoCanalMobileAnimar {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.menuPortoCanalMobileItems {
  padding-top: 100px;
  width: 100%;
  max-height: 100%;
  max-width: 350px;
  padding-left: 2%;
  padding-right: 2%;
  margin: 0 auto;
  overflow: auto; }
  .menuPortoCanalMobileItems a {
    transition: all 0.25s; }
    .menuPortoCanalMobileItems a:hover {
      padding-left: 3%;
      transition: all 0.25s; }
  .menuPortoCanalMobileItems a, .menuPortoCanalMobileItems form {
    display: block;
    font-size: 3rem;
    font-weight: 300;
    line-hright: 4;
    overflow: hidden;
    border-bottom: 1px solid #0031BB; }
    .menuPortoCanalMobileItems a span, .menuPortoCanalMobileItems form span {
      display: block;
      margin-left: 100%;
      transition: all 0.25s;
      white-space: nowrap; }
    .menuPortoCanalMobileItems a:hover, .menuPortoCanalMobileItems form:hover {
      text-decoration: none; }
  .menuPortoCanalMobileItems form {
    padding-top: 10px;
    padding-bottom: 10px; }
    .menuPortoCanalMobileItems form > span {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .menuPortoCanalMobileItems form button {
      width: 48px;
      background-color: #0031BB;
      border: none;
      background-image: url("/img/lupa.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 24px 24px; }
    .menuPortoCanalMobileItems form input {
      width: calc(100% - 48px);
      font-size: 1.5rem;
      border: none;
      background-color: rgba(0, 49, 187, 0.5);
      transition: all 0.25s;
      padding: 10px; }
      .menuPortoCanalMobileItems form input:focus {
        background-color: white;
        width: 350px;
        transition: all 0.25s; }

/* MEDIA QUERIES */
@media only screen and (max-width: 600px) {
  [data-menu-trespontos] {
    display: none !important; }
  .menuPortoCanalPrimeiraLinha {
    display: none; }
  .menuPortoCanalSegundaLinha {
    left: 0;
    right: 0;
    background-color: #0031BB; }
    .menuPortoCanalSegundaLinha a {
      display: none; }
  [data-menuportocanalitem-toggle="N"] {
    display: block !important; }
  .hamburguer {
    display: block !important; }
  .menuPortoCanalSegundaLinhaConteudo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .menuPortoCanalSpacer {
    display: none; } }

/* MEDIA QUERIES */
.presidenciais2016UmCandidato {
  margin: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.25s; }
  .presidenciais2016UmCandidato img:hover {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
    transition: all 0.25s; }
  .presidenciais2016UmCandidato h1 {
    font-size: 12px;
    text-align: center; }

.maresVivasCalendario {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .maresVivasCalendario > div {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    background-color: #f1f1f1; }
  .maresVivasCalendario ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .maresVivasCalendario ul li {
      border-top: 1px solid silver;
      padding: 5px; }
      .maresVivasCalendario ul li span {
        font-weight: bold; }

.maresVivasCalendarioItemData {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px; }

.maresVivasCalendarioItemLive {
  margin-top: 20px;
  background-color: #0031BB;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 1%; }

.maresVivasCalendarioItemSelecionado {
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

.maresVivasVideos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.maresVivasUmVideo {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  position: relative;
  margin-bottom: 15px; }
  .maresVivasUmVideo img {
    width: 100%;
    max-width: 100%; }

.pesquisaWidgetCaixaPosicionamento {
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }

.pesquisaWidgetCaixa {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  background-color: #919da4;
  border: 1px solid white;
  border-left: 1px solid #919da4;
  border-right: 1px solid #919da4;
  border-radius: 3px;
  position: absolute;
  z-index: 6500;
  box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.75);
  transition: opacity 0.25s, transform 0.25s;
  top: -150%; }

.pesquisaWidgetCampos {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 49, 187, 0.2);
  display: -ms-flexbox;
  display: flex; }
  .pesquisaWidgetCampos input {
    border: 1px solid white;
    width: 100%;
    padding: 8px;
    border-radius: 3px; }
  .pesquisaWidgetCampos button {
    width: 50px;
    max-width: 50px;
    background-image: url("../img/lupa.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    border: none; }

.pesquisaWidgetChamada {
  background-image: url("../img/lupa.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center; }

.pesquisaWidgetChamadaFechar {
  background-image: url("../img/fechar.png"); }

.entradaEntretenimentoDestaque {
  position: relative;
  diplay: block;
  margin-top: 20px; }
  .entradaEntretenimentoDestaque img {
    max-width: 100%; }
  .entradaEntretenimentoDestaque figcaption {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 20%, black 100%);
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    pointer-events: none; }
  .entradaEntretenimentoDestaque h1 {
    margin-top: 0;
    line-height: 1;
    font-size: 24px;
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .entradaEntretenimentoDestaque h1:before {
      content: '';
      display: block;
      width: 3px;
      top: 0;
      bottom: 0;
      left: 0;
      position: absolute; }

.entradaEntretenimentoDestaqueZonaCreditos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .entradaEntretenimentoDestaqueZonaCreditos div {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .entradaEntretenimentoDestaqueZonaCreditos div:nth-child(2) {
      text-align: right; }

.entradaEntretenimentoOutros {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px; }
  .entradaEntretenimentoOutros figure {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
    margin-right: 0.5%;
    margin-bottom: 10px;
    background-color: #f1f1f1; }
    .entradaEntretenimentoOutros figure:nth-child(3n+3) {
      margin-right: 0; }
  .entradaEntretenimentoOutros img {
    max-width: 100%; }
  .entradaEntretenimentoOutros figcaption {
    position: relative;
    padding-left: 8px;
    padding-bottom: 5px; }
    .entradaEntretenimentoOutros figcaption:before {
      content: '';
      width: 3px;
      position: absolute;
      top: 5px;
      left: 0;
      height: 20px; }
  .entradaEntretenimentoOutros h1 {
    font-size: 14px;
    margin-top: 0;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .entradaEntretenimentoOutros p {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.entradaEntretenimentoOutrosReceita {
  background-color: #52bb20;
  color: white; }

.entradaVideosFacebookContentor {
  color: white;
  background-color: #3b5998;
  margin-top: 20px; }
  .entradaVideosFacebookContentor h1 {
    font-size: 24px;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px; }

.entradaVideosFacebook {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.entradaVideosFacebookUmaCaixa {
  -ms-flex-preferred-size: 49.5%;
      flex-basis: 49.5%;
  max-width: 49.5%;
  width: 49.5%; }
  .entradaVideosFacebookUmaCaixa div {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    width: 100%; }
    .entradaVideosFacebookUmaCaixa div iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .entradaVideosFacebookUmaCaixa h1 {
    font-size: 13px;
    padding-top: 5px; }
  .entradaVideosFacebookUmaCaixa .noticias-manchete-creditos {
    padding-left: 10px;
    padding-bottom: 10px;
    display: block; }

.entradaVideosFacebookContentorSiganos {
  text-align: right; }
  .entradaVideosFacebookContentorSiganos a {
    display: inline-block;
    border: 1px solid white;
    border-radius: 3px;
    margin-top: 3%;
    margin-right: 3%;
    margin-bottom: 1%;
    padding: 10px;
    color: white; }
    .entradaVideosFacebookContentorSiganos a:active {
      -ms-transform: scale(0.95);
          transform: scale(0.95); }

.entradaLocalidade {
  border-top: 1px solid silver;
  margin-top: 20px; }

.entradaLocalidadeConteudos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .entradaLocalidadeConteudos article {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%; }
    .entradaLocalidadeConteudos article:nth-child(1) {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      margin-bottom: 20px;
      -ms-flex-pack: justify;
          justify-content: space-between;
      font-size: 16px; }
      .entradaLocalidadeConteudos article:nth-child(1) > div {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%; }
        .entradaLocalidadeConteudos article:nth-child(1) > div:nth-child(1) {
          -ms-flex-preferred-size: 65%;
              flex-basis: 65%; }
  .entradaLocalidadeConteudos img {
    max-width: 100%; }

.entradaLocalidadeData {
  font-size: 12px; }

.entradaLocalidadeTituloCidade a {
  display: block; }

.entradaLocalidadeTitulo {
  font-weight: bold;
  font-size: 14px; }

.entradaLocalidadeCidade {
  background-color: #ffbe00;
  color: inherit;
  font-size: 12px;
  padding: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  color: black; }

.marqueeEntradaWrapper {
  max-width: 940px;
  background-color: #0031BB;
  overflow: auto;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px; }

.marqueeEntradaIcon {
  background-color: white;
  border: 1px solid #0031BB;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 5px;
  padding-top: 7px;
  color: #0031BB;
  font-weight: bold; }

.estaSemana {
  background-color: rgba(145, 157, 164, 0.2);
  background-image: url("../img/estasemana.jpg");
  background-position: center center;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
  color: white;
  text-align: left !important; }
  .estaSemana h1 {
    background-color: #f6602b;
    margin: 0;
    font-size: 18px;
    padding: 3%;
    color: white; }

.estaSemanaConteudo {
  padding: 3%; }
  .estaSemanaConteudo p {
    margin: 0;
    mix-blend-mode: exclusion; }

.estaSemanaSubtitulo {
  font-size: 22px;
  mix-blend-mode: exclusion; }

.estaSemanaTexto1 {
  font-size: 24px;
  font-weight: bold;
  mix-blend-mode: exclusion; }

.estaSemanaTexto2 {
  font-size: 18px;
  font-weight: bold;
  mix-blend-mode: exclusion; }

.estaSemanaTexto3 {
  font-size: 16px;
  mix-blend-mode: exclusion; }

.emDestaque {
  padding: 10px;
  background-color: white; }
  .emDestaque h1 {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 1.2em;
    text-transform: uppercase; }
    .emDestaque h1 p {
      display: inline-block; }
  .emDestaque h2 {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 0.8em;
    font-weight: normal;
    color: black; }
  .emDestaque img {
    max-width: 100%; }

.emDestaqueAzul {
  padding-bottom: 10px; }
  .emDestaqueAzul a {
    color: #0031BB;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase; }

.emDestaqueSaberMais {
  text-align: right; }
  .emDestaqueSaberMais a {
    color: #0031BB; }

.umaNoticiaPartilhaNovoFormato {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
  margin-right: 5px; }
  .umaNoticiaPartilhaNovoFormato div {
    padding: 5px;
    margin-left: 5px;
    border-radius: 3px;
    cursor: pointer; }
    .umaNoticiaPartilhaNovoFormato div:before {
      font-family: FontAwesome;
      color: white; }
    .umaNoticiaPartilhaNovoFormato div:after {
      padding-left: 5px;
      padding-right: 5px;
      color: white; }
    .umaNoticiaPartilhaNovoFormato div:active {
      -ms-transform: scale(0.95);
          transform: scale(0.95); }

[data-accao="twitter"] {
  background-color: #55acee; }
  [data-accao="twitter"]:before {
    content: '\f099'; }
  [data-accao="twitter"]:after {
    content: 'Twittar'; }

[data-accao="facebook"] {
  background-color: #3b5998; }
  [data-accao="facebook"]:before {
    content: '\f09a'; }
  [data-accao="facebook"]:after {
    content: 'Partilhar'; }

[data-accao="googleplus"] {
  background-color: #dd4b39; }
  [data-accao="googleplus"]:before {
    content: '\f0d5'; }
  [data-accao="googleplus"]:after {
    content: 'Partilhar'; }

[data-accao="whatsapp"] {
  background-color: #4dc247; }
  [data-accao="whatsapp"]:before {
    content: '\f232'; }
  [data-accao="whatsapp"]:after {
    content: 'Partilhar'; }

[data-accao="imprimir"] {
  background-color: #919da4; }
  [data-accao="imprimir"]:before {
    content: '\f02f'; }
  [data-accao="imprimir"]:after {
    content: 'Imprimir'; }

@media only screen and (max-width: 790px) {
  .umaNoticiaPartilhaNovoFormato {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-bottom: 5px;
    margin-right: 5px; }
    .umaNoticiaPartilhaNovoFormato div {
      padding: 5px;
      margin-left: 5px;
      border-radius: 3px;
      cursor: pointer; }
      .umaNoticiaPartilhaNovoFormato div:before {
        font-family: FontAwesome;
        color: white;
        min-width: 21px;
        display: block;
        text-align: center; }
      .umaNoticiaPartilhaNovoFormato div:after {
        display: none; } }

.imagemFullscreenVeu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20000000001; }

.imagemFullscreenConteudo {
  position: absolute;
  left: 1%;
  top: 1%;
  right: 1%;
  bottom: 1%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.imagemFullscreenFechar {
  backgorund-color: black;
  position: absolute;
  right: 2%;
  top: 1%;
  color: white;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  cursor: pointer; }

.heroEntrada {
  background-color: #465a65;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  background-image: url("/img/fundoHeroEntrada.png"); }

.heroEntradaSpacer {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.heroEntradaCentro {
  width: 100%;
  max-width: 920px; }

.heroEntradaCaixa {
  width: 650px;
  max-width: 90%;
  position: relative; }
  .heroEntradaCaixa:after {
    content: '';
    display: block;
    padding-bottom: 39.5%; }

.heroEntradaOverlay {
  position: absolute;
  left: -2%;
  top: -2%;
  right: -2%;
  bottom: -2%;
  background-image: url("../img/artefactosHeroEntrada.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
  pointer-events: none; }

.heroEntradaTira {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.5s; }
  .heroEntradaTira > a {
    -ms-flex-positive: 1;
        flex-grow: 1;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    min-width: 650px; }

.heroLegenda {
  position: absolute;
  z-index: 5;
  top: 30%;
  left: 100%;
  display: none;
  font-size: 32px; }
  .heroLegenda:nth-child(1) {
    display: block; }
  .heroLegenda > div {
    margin: 0;
    color: white;
    white-space: nowrap;
    animation-name: animarLegenda;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    font-weight: bold;
    -ms-transform: translateX(30%);
        transform: translateX(30%);
    opacity: 0; }
    .heroLegenda > div:nth-child(1) {
      animation-delay: 0s; }
    .heroLegenda > div:nth-child(2) {
      animation-delay: 0.25s; }
    .heroLegenda > div:nth-child(3) {
      animation-delay: 0.5s; }
    .heroLegenda > div span {
      background-color: #012ac4;
      padding-left: 10px;
      padding-right: 10px;
      box-shadow: 0px 1px 5px 0px rgba(255, 255, 255, 0.75); }

@keyframes animarLegenda {
  0% {
    transform: translateX(100%);
    opacity: 0.1;
    filter: blur(10px); }
  100% {
    transform: translateX(-70%);
    opacity: 1;
    filter: blur(0px); } }

.heroEntradaNavegador {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 20px; }

.heroEntradaNavegadorItem {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  border: 3px solid rgba(0, 0, 0, 0.5); }

.heroEntradaNavegadorBolaSelecionada {
  background-color: white;
  transition: background-color 0.25s;
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

.heroEntradaCaixaInterior {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

@media screen and (max-width: 1200px) {
  .heroLegenda {
    font-size: 24px; } }

@media screen and (max-width: 1000px) {
  .heroLegenda {
    top: 15%; } }

@media screen and (max-width: 800px) {
  .heroEntradaCaixa {
    max-width: 70%; }
  .heroLegenda {
    font-size: 20px; }
  .heroEntradaTira > a {
    min-width: 535px; } }

@media screen and (max-width: 500px) {
  .heroEntradaCaixa {
    max-width: 80%; }
  .heroLegenda {
    top: 5%;
    left: 80%; }
  .heroEntradaTira > a {
    min-width: 370px; } }

@media screen and (max-width: 400px) {
  .heroEntradaCaixa {
    max-width: 100%; }
  .heroLegenda {
    left: 50%; }
  .heroEntradaTira > a {
    min-width: 350px; } }

.novosConteudosPopup {
  position: fixed;
  right: 0;
  top: 50%;
  width: 90%;
  max-width: 320px;
  border-radius: 3px;
  background-color: white;
  color: black;
  animation-name: animarNovosConteudosPopup;
  animation-duration: 1s;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.75); }

.novosConteudosPopup-Header {
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.novosConteudosPopup-HeaderFechar {
  width: 32px;
  cursor: pointer;
  color: black;
  font-size: 24px; }

.novosConteudosPopup-HeaderTitulo {
  text-align: center;
  padding-left: 10px;
  font-weight: bold; }

.novosConteudosPopup-Botoes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px; }
  .novosConteudosPopup-Botoes button {
    font-size: 12px;
    margin-left: 1px;
    margin-right: 1px;
    border: none;
    padding: 5px;
    border-radius: 3px;
    transition: all 0.5s;
    font-weight: bold; }
    .novosConteudosPopup-Botoes button:hover {
      transition: all 0.5s; }

.novosConteudosPopup-Botoes-Videos {
  background-color: black;
  color: white; }
  .novosConteudosPopup-Botoes-Videos:hover {
    background-color: white;
    color: black; }

.novosConteudosPopup-Botoes-Noticias {
  background-color: #0031bb;
  color: white; }
  .novosConteudosPopup-Botoes-Noticias:hover {
    background-color: white;
    color: #0031bb; }

.novosConteudosPopup-Botoes-Atualizar {
  background-color: #E65100;
  color: white; }
  .novosConteudosPopup-Botoes-Atualizar:hover {
    background-color: white;
    color: #E65100; }

@keyframes animarNovosConteudosPopup {
  0% {
    right: -100%;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

.programaPodcasts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.programasPodcastsItem {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  border: 8px solid white;
  margin-bottom: 20px; }
  .programasPodcastsItem h1 {
    margin: 0;
    font-size: 16px; }
  .programasPodcastsItem iframe {
    max-width: 100%;
    min-width: 100%; }

.programasPodcastsItemData {
  text-align: right;
  font-size: 11px;
  padding-right: 15px; }

@media screen and (max-width: 1100px) {
  .programasPodcastsItem {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

@media screen and (max-width: 900px) {
  .programasPodcastsItem {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.publicidadeRodape {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 5px solid white;
  display: none;
  z-index: 100; }

.publicidadeRodapeContentor {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 60px;
  max-height: 60px;
  overflow: hidden; }
  .publicidadeRodapeContentor img {
    max-height: 100%;
    max-width: 100%; }

.publicidadeRodapeSoImagem {
  text-align: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  .publicidadeRodapeSoImagem a {
    display: block;
    width: 100%;
    min-width: 100%;
    text-align: center;
    display: inline-block !important;
    height: 100%; }

.publicidadeRodapeImagemTexto {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%; }
  .publicidadeRodapeImagemTexto a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.publicidadeRodapeImagemTexto-Imagem {
  margin-right: 20px; }

.publicidadeRodapeImagemTexto-Texto {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 18px; }
  .publicidadeRodapeImagemTexto-Texto p {
    margin: 0; }
    .publicidadeRodapeImagemTexto-Texto p:nth-child(1) {
      font-weight: bold; }

.publicidadeFullscreen {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000000010;
  display: none; }

.publicidadeFullscreenFechar {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-color: white;
  color: black;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  z-index: 2; }

.publicidadeFullscreenCaixa {
  position: absolute;
  left: 0;
  top: 5%;
  right: 0;
  bottom: 5%;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

@media only screen and (max-width: 700px) {
  .noticias-grupo3-artigos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .noticias-grupo3-artigos article {
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
      max-width: 49%; } }

@media only screen and (max-width: 660px) {
  .esconderMobile660 {
    display: none !important; }
  .mostrarMobile660 {
    display: block !important; }
  .colunaEsquerda {
    float: none;
    width: 95%;
    max-width: 95%;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    margin: 0 auto; }
  .colunaDireita {
    float: none;
    width: 95%;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
    clear: both; }
  .publicidadeSapo {
    display: none; }
  .publicidadeSapoMobile {
    margin-top: 20px;
    display: block;
    overflow: hidden; }
  .menu_topo li {
    font-size: 0.70em; }
  .navegacaoVideos li {
    font-size: 0.9em; }
  .programacaoEsquerda {
    width: 95%;
    max-width: 95%;
    float: none;
    background-color: red;
    margin: 0 auto; }
  .programacaoEsquerda ul {
    text-align: left;
    width: 100%; }
  .programacaoEsquerda li {
    padding-left: 10%; }
  .programacaoDireita {
    width: 95%;
    max-width: 95%;
    float: none;
    margin: 0 auto; }
  .menu_seccoes_noticias li {
    font-size: 0.8em; }
  /* slideshow.css */
  .slideShowLegendasTabelaTdEsquerda h1 {
    line-height: 1em;
    font-size: 0.7em; }
  .slideShowLegendasTabelaTdEsquerda h2 {
    line-height: 1em;
    font-size: 0.7em; }
  .slideShowLegendasTabelaTdEsquerda h3 {
    line-height: 1em;
    font-size: 0.7em; }
  .contentorFacebook, .contentorRedesSociais {
    display: none; }
  .metereologiaContentor {
    height: auto;
    overflow: auto; }
  .footerColuna1, .footerColuna2, .footerColuna3, .footerColuna4 {
    width: 50%;
    float: left; }
  .footerColuna3, .footerColuna4 {
    padding-top: 30px; }
  .anunciosEsquerda {
    float: none;
    width: 100%;
    text-align: center; }
  .programasFcPortoCaixa article {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .videoJanelaUmItem {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    margin-right: 0%; }
    .videoJanelaUmItem:nth-last-child(1) {
      margin-right: 0; } }

@media only screen and (max-width: 500px) {
  .esconderMobile {
    display: none !important; }
  .mostrarMobile {
    display: block !important; }
  .menu_seccoes_noticias_mobile {
    display: block; }
  .menu_seccoes_noticias_desktop {
    display: none; }
  #menu_seccoes_noticias {
    color: black; }
  .slideshow {
    display: none; }
  .colunaEsquerdaEntradaEsquerda {
    float: none;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px; }
  .colunaEsquerdaEntradaDireita {
    float: none;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px; }
  .contentorFacebook {
    display: none; }
  #metereologia {
    display: none; }
  .slideshowMobile {
    display: block;
    width: 98%;
    margin: 0 auto;
    background-color: #0031BB; }
    .slideshowMobile a {
      color: white; }
    .slideshowMobile h1 {
      display: block; }
  .slideshowMobile img {
    width: 100%; }
  .maisNoticiasSeccaoItem h3 {
    display: none; }
  .fcPorto2NoticiasManchete figure span {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    min-width: 100%; }
  .fcPorto2NoticiasManchete figure figcaption {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .fcPortoNoticiasOutras article {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
    min-width: 49%; }
  .videosFcPortoManchete {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important; }
  .videosFcPortoCaixa article {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%; }
  .programasFcPortoCaixa article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .videoJanelaUmItem {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
    margin-right: 0%; }
    .videoJanelaUmItem:nth-last-child(1) {
      margin-right: 0; }
  .menuProgramaContentor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .menuProgramaContentorEsquerda {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .menuProgramaContentorDireita {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    text-align: right;
    padding-bottom: 10px; }
  .noticias-grupo3-artigos {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .noticias-grupo3-artigos article {
      -ms-flex-preferred-size: 98%;
          flex-basis: 98%;
      max-width: 98%; }
  .noticias-normais-grupo2 {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .noticias-normais-grupo2 article {
      -ms-flex-preferred-size: 98%;
          flex-basis: 98%;
      max-width: 98%; }
  .noticias-3-colunas {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .noticias-3-colunas .noticias-3-colunas-coluna {
      -ms-flex-preferred-size: 98%;
          flex-basis: 98%;
      max-width: 98%; }
  .noticias-manchete {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .noticias-manchete h1 {
      font-size: 22px;
      margin: 0; }
    .noticias-manchete figure {
      display: block;
      -ms-flex-preferred-size: 98%;
          flex-basis: 98%;
      max-width: 98%; }
      .noticias-manchete figure figcaption {
        display: block;
        -ms-flex-preferred-size: 98%;
            flex-basis: 98%;
        max-width: 98%; }
    .noticias-manchete img {
      width: 100%; }
  .noticias-grupo2-artigos {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .noticias-grupo2-artigos article {
      -ms-flex-preferred-size: 98%;
          flex-basis: 98%;
      max-width: 98%; }
    .noticias-grupo2-artigos img {
      width: 100%; }
  .guiaTVListaItem > div:nth-child(2) {
    display: none; }
  .guiaTVListaItem > div:nth-child(3) {
    padding-bottom: 25px; }
  .entradaLocalidadeConteudos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .entradaLocalidadeConteudos article {
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important; } }

/* Widget GuiaTv */
@media only screen and (max-width: 700px) {
  .widgetGuiaTVLegenda {
    text-align: center; }
  .widgetGuiaTVTexto {
    text-align: center; }
  .widgetGuiaTVTexto h1 {
    font-size: 13px;
    font-size: 1.3rem; }
  .widgetGuiaTVTexto h2 {
    font-size: 12px;
    font-size: 1.2rem; }
  .widgetGuiTV-cols6 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%; }
  .widgetGuiTV-cols6:nth-child(1) {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

/* Widget GuiaTv FIM */
/* Vídeo superior */
@media only screen and (max-width: 950px) {
  .videoSuperiorEntrada figure > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .videoSuperiorEntrada figure figcaption {
    display: none; }
  .videoSuperiorEntradaSetaCaixa span {
    display: none; } }

/* Vídeo superior FIM*/
/* Nova página de entrada */
@media only screen and (max-width: 950px) {
  .entradaVideosFacebook {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .entradaVideosFacebookUmaCaixa {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%;
    width: 95%; }
  .entradaEntretenimentoOutros figure {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%; }
    .entradaEntretenimentoOutros figure:nth-child(2n+2) {
      margin-right: 0; }
  .entradaEntretenimentoOutros img {
    width: 100%; } }

/* Nova página de entrada FIM */
