@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 {
  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; }

.novoLayout-bodyBranco {
  background-color: white; }

.novoLayout-bodyEscuro {
  background-color: #191919;
  color: rgba(255, 255, 255, 0.8); }
  .novoLayout-bodyEscuro a {
    color: white; }

.novoLayout-conteudos {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

.novoLayout-paddingTop-caixas {
  padding-top: 20px; }

.novoLayout-tituloSeccao {
  background-color: #0031BB;
  color: white;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 21px; }
  .novoLayout-tituloSeccao a {
    border: 1px solid white;
    font-size: 16px;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    color: white; }

.novoLayout-subTituloSeccao {
  color: #0031BB;
  border-bottom: 1px solid silver;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 21px;
  font-weight: 300; }

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

.novoLayout-conteudos-duasColunas-esquerda {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 15px; }

.novoLayout-conteudos-duasColunas-direita {
  text-align: center;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 303px;
  min-width: 303px; }

.novoLayout-duasColunasIguais {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .novoLayout-duasColunasIguais > div {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    width: 49%;
    max-width: 49%; }

.novoLayout-quatroColunasIguais {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*
   O tamanho de texto varia nos items de acordo com o número de colunas.
   Essa informação está nos _items.scss
   */ }
  .novoLayout-quatroColunasIguais > div {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
    transition: all 0.25s; }

.novoLayout-seisColunasIguais {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .novoLayout-seisColunasIguais > div {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    transition: all 0.25s; }

.novoLayout-videoResponsive {
  position: relative;
  width: 100%; }
  .novoLayout-videoResponsive:after {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .novoLayout-videoResponsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.novoLayout-disqus {
  width: 100%;
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

.novoLayout-item {
  height: 100%;
  transition: all 0.25s;
  margin-bottom: 20px; }
  .novoLayout-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
    transition: all 0.25s; }
  .novoLayout-item img {
    width: 100%;
    max-width: 100%; }

.novoLayout-item-imagem {
  position: relative;
  overflow: hidden; }

.novoLayout-item-imagem-video:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px; }

.novoLayout-item-imagem-video-INFORMACAO:after {
  background-color: #ffbe00; }

.novoLayout-item-imagem-video-DESPORTO:after {
  background-color: #f6602b; }

.novoLayout-item-imagem-video-ENTRETENIMENTO:after {
  background-color: #0031BB; }

.novoLayout-item-imagem-video-CULTURA:after {
  background-color: #00b7e9; }

.novoLayout-item-imagem-video-BEMESTAR:after {
  background-color: #52bb20; }

.novoLayout-item-texto {
  padding: 10px;
  padding-left: 0;
  padding-right: 0; }

.novoLayout-item-texto-video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.novoLayout-item-texto-video-conteudos {
  margin-left: 0;
  width: 100%; }

.novoLayout-item-anteTitulo {
  font-size: 12px; }

.novoLayout-item-titulo {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0; }

.novoLayout-item-lead {
  font-weight: normal;
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 0;
  word-break: break-word; }

.novoLayout-item-data {
  font-size: 11px;
  text-align: left;
  padding-top: 10px; }

/* Overrides relacionados com o número de colunas */
.novoLayout-quatroColunasIguais .novoLayout-item-titulo {
  font-size: 16px; }

.novoLayout-quatroColunasIguais .novoLayout-item-imagem-video:after {
  font-size: 50px; }

.novoLayout-seisColunasIguais .novoLayout-item-titulo {
  font-size: 14px; }

.novoLayout-seisColunasIguais .novoLayout-item-imagem-video:after {
  font-size: 50px; }

.novoLayout-item-nomePrograma, .novoLayout-item-nomePrograma-sobreFundoEscuro {
  margin-bottom: 5px; }
  .novoLayout-item-nomePrograma a, .novoLayout-item-nomePrograma-sobreFundoEscuro a {
    color: #225cff; }

.novoLayout-barraPesquisaInterior {
  background-color: rgba(0, 49, 187, 0.5);
  padding-top: 15px;
  padding-bottom: 15px; }

.novoLayout-barraPesquisaInterior-barra {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .novoLayout-barraPesquisaInterior-barra input {
    border: none;
    color: black;
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 10px; }
  .novoLayout-barraPesquisaInterior-barra button {
    border: none;
    background-color: #0031BB;
    border: 1px solid white; }

.novoLayout-item-superGrande {
  padding-left: 5px;
  padding-right: 5px; }

.novoLayout-item-superGrande-Programa {
  font-weight: bold;
  padding-top: 15px;
  font-size: 18px; }
  .novoLayout-item-superGrande-Programa a {
    color: #225cff; }

.novoLayout-item-superGrande-anteTitulo {
  padding-top: 5px; }

.novoLayout-item-superGrande-titulo {
  margin: 0;
  font-size: 42px;
  font-weight: 300;
  padding-top: 10px;
  color: white; }

.novoLayout-item-superGrande-lead {
  padding-top: 5px;
  font-size: 15px; }

.novoLayout-item-superGrande-data {
  font-size: 12px;
  padding-top: 15px; }

.novoLayout-item-superGrande-toolbox {
  border-bottom: 1px solid #0031BB;
  color: white; }

.novoLayout-item-superGrande-toolbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px; }

.novoLayout-item-superGrande-toolbox-esquerda {
  display: -ms-flexbox;
  display: flex; }

.novoLayout-item-superGrande-icon {
  width: 115px;
  height: 32px;
  padding-left: 32px;
  position: relative;
  color: white;
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 5px; }
  .novoLayout-item-superGrande-icon:before {
    font-family: fontawesome;
    position: absolute;
    left: 15px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.novoLayout-item-superGrande-icon-apagarLuz:before {
  content: '\f0eb'; }

.novoLayout-item-superGrande-icon-apagarLuz:after {
  content: 'apagar a luz';
  line-height: 1.8; }

.novoLayout-item-superGrande-icon-acenderLuz:before {
  content: '\f0eb'; }

.novoLayout-item-superGrande-icon-acenderLuz:after {
  content: 'acender a luz';
  white-space: nowrap;
  line-height: 1.8; }

.novoLayout-item-superGrande-icon-download:before {
  content: '\f019'; }

.novoLayout-item-superGrande-icon-download:after {
  content: 'download';
  white-space: nowrap;
  line-height: 1.8; }

/* Grelha mini - INICIO */
.novoLayout-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); }

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

.novoLayout-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; }
  .novoLayout-guiaTVListaItemDadosMini h1 {
    font-size: 18px; }
  .novoLayout-guiaTVListaItemDadosMini a {
    display: block; }

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

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

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

/* Grelha Mini - FIM */
div.novoLayout-emDestaque-fundoEscuro h2 {
  color: white; }

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

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

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

.novoLayout-dialogsVeu {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000000002;
  animation-name: animar-novoLayout-dialogsVeu-Entrada;
  animation-duration: 0.25s; }

@keyframes animar-novoLayout-dialogsVeu-Entrada {
  0% {
    left: -100%;
    right: 100%; }
  100% {
    left: 0;
    right: 0; } }

.novoLayout-dialogsVeuFechar {
  color: black;
  font-size: 48px;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background-color: white;
  border: 1px solid silver;
  border-radius: 3px; }
  .novoLayout-dialogsVeuFechar:hover {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .novoLayout-dialogsVeuFechar:after {
    content: '\00D7';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.novoLayout-dialogsVeuConteudo {
  position: absolute;
  top: 75px;
  bottom: 15px;
  left: 50%;
  min-width: 250px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-pack: center;
      justify-content: center; }

.novoLayout-dialogsConteudo-Titulo {
  font-size: 20px;
  font-weight: normal;
  color: #0031BB; }

.novoLayout-dialogsConteudo-Texto {
  font-size: 14px;
  line-height: 1.5; }

.novoLayout-dialogsConteudo-Botoes {
  border-top: 1px solid silver;
  margin-top: 15px;
  text-align: right;
  padding: 10px; }

.novoLayout-dialogsConteudo-Notas {
  font-size: 14px;
  line-height: 1.5; }

[data-dialogsbotoes] {
  border: none;
  margin-left: 5px;
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  border-radius: 3px;
  min-width: 100px; }
  [data-dialogsbotoes]:active {
    -ms-transform: scale(0.95);
        transform: scale(0.95); }

[data-dialogsbotoes="cancelar"] {
  background-color: #919da4;
  color: black; }

[data-dialogsbotoes="ok"] {
  background-color: #0031BB;
  color: white; }

.novoLayout-forms input, .novoLayout-forms textarea {
  border: 1px solid silver;
  padding: 5px;
  font-size: 14px;
  width: 100%; }

.novoLayout-forms input[type="radio"] {
  width: auto;
  margin-right: 5px; }

.novoLayout-forms label {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: none; }

.novoLayout-forms input[type="text"], .novoLayout-forms input[type="email"] {
  border: 1px solid silver;
  border-radius: 3px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: black; }

.novoLayout-forms input[type="button"], .novoLayout-forms button, .novoLayout-forms input[type="submit"] {
  background-color: #0031BB;
  color: white;
  border: 1px solid white;
  border-radius: 3px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px; }

.novoLayout-forms select {
  border: 1px solid silver;
  background-color: white;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  color: black; }

.PortoCanalToastsContainer {
  position: fixed;
  z-index: 9999999999;
  top: 2%;
  right: 2%;
  bottom: 2%;
  width: 96%;
  max-width: 350px;
  overflow-x: hidden;
  overflow-y: auto; }

.PortoCanalToastsToast {
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 42px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: center;
  animation-name: revealFactoryToast;
  animation-duration: 0.25s;
  margin-bottom: 5px; }

.PortoCanalToastsToastFechar {
  position: absolute;
  top: 5px;
  right: 5px; }

@keyframes revealFactoryToast {
  0% {
    margin-left: 100%;
    opacity: 0; }
  100% {
    margin-left: 0;
    opacity: 1; } }

.TOAST-TIPO-info {
  background-color: #0288d1;
  border: 1px solid #09a7fd;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABXFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9dtgTAAAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+EGCRAhKqiGp+gAAAAxSURBVBjTY2AgDRQXovGLUUWKQQALHyaKxEehIYxiZP3FcIBiGIr56HyICLoTSfAfAHq7Ia6HqN+uAAAAAElFTkSuQmCC"); }

.TOAST-TIPO-ok {
  background-color: #2e7d32;
  border: 1px solid #3ca241;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABPlBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+lso7hAAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+EGCRAyNURh648AAAAoSURBVBjTY2AAg0wgYEAGZAgQApmZaFowBBgyqeEOrLZkYghkYhUAADEAHYnqEgcGAAAAAElFTkSuQmCC"); }

.TOAST-TIPO-warning {
  background-color: #ef6c00;
  border: 1px solid #ff8623;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAACHFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9npun0AAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+EGCRA1KGgmEZEAAAA1SURBVBjTdc2xDQAwCANB9l/nF4yiiIAe4cq+xhFLwFtiAMkdHXjACiQwgHZRR9m+GFAmOAdWMVHQkyDm+wAAAABJRU5ErkJggg=="); }

.TOAST-TIPO-error {
  background-color: #d32f2f;
  border: 1px solid #dc5959;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAACPVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9v7exRAAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+EGCRA3Jr2oXhQAAABBSURBVBjTZY8LDgAwBEPf/Q/lbIuZYppI1S8FDrsgYULTokiqE/RPSitSv0JpJ3QZFYyx1+8wDeXgMras7+fm+wfZvGN1TB9dsAAAAABJRU5ErkJggg=="); }

.TOAST-TIPO-wait {
  background-color: #0031BB;
  border: 1px solid #003eee;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAB71BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8TT1YpAAAAAXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+EGCREMKRBnxooAAAAwSURBVBjTY2BYggIYGDAFGND5yCIMOAQY0PkwEQYGVBEGfALYjcC0BKc78HkFm28BG6tj8WMWDtEAAAAASUVORK5CYII=");
  animation-name: animarFactoryWait;
  animation-duration: 0.75s;
  animation-iteration-count: infinite; }

@keyframes animarFactoryWait {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.98);
    opacity: 0.7; } }

.novoLayout-galeriaSuperiorBaixa {
  position: relative; }
  .novoLayout-galeriaSuperiorBaixa img {
    width: 100%; }
  .novoLayout-galeriaSuperiorBaixa a {
    display: block;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.25s; }
    .novoLayout-galeriaSuperiorBaixa a:nth-child(1) {
      display: block;
      opacity: 1;
      position: relative;
      z-index: 2; }

.novoLayout-guiaTVNav {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  height: 53px;
  background-color: #0031BB; }

.novoLayout-guiaTVNavTiraSetas {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 15;
  color: white;
  z-index: 5;
  background-color: #0031BB; }
  .novoLayout-guiaTVNavTiraSetas:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-family: FontAwesome; }

.novoLayout-guiaTVNavTiraSetasPrev {
  left: 0; }
  .novoLayout-guiaTVNavTiraSetasPrev:after {
    content: '\f053'; }

.novoLayout-guiaTVNavTiraSetasNext {
  right: 0; }
  .novoLayout-guiaTVNavTiraSetasNext:after {
    content: '\f054'; }

.novoLayout-guiaTVNavTira {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  transition: left 0.5s ease;
  width: 5000px; }
  .novoLayout-guiaTVNavTira a {
    display: block;
    text-align: center;
    -ms-flex-preferred-size: 14.28%;
        flex-basis: 14.28%;
    color: white;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px; }
    .novoLayout-guiaTVNavTira a span {
      display: block;
      font-weight: normal; }

.novoLayout-guiaTVNavTiraSelecionado, .novoLayout-guiaTVNavTira a:hover {
  color: #0031BB !important;
  background-color: white !important; }

/* Novo layout da lista */
.novoLayout-GuiaTVLista-ItemCaixa {
  border-bottom: 1px solid silver;
  padding-top: 15px;
  padding-bottom: 15px; }
  .novoLayout-GuiaTVLista-ItemCaixa:nth-child(1) {
    border-top: 1px solid silver; }

.novoLayout-GuiaTVLista-Item {
  width: 100%;
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

.novoLayout-GuiaTVLista-Item-Linha01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.novoLayout-GuiaTVLista-Item-Linha01-Hora {
  padding-right: 30px; }

.novoLayout-GuiaTVLista-Item-Linha01-HoraConteudo {
  font-size: 36px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding-top: 5px;
  padding-bottom: 5px; }
  .novoLayout-GuiaTVLista-Item-Linha01-HoraConteudo span {
    font-size: 20px;
    margin-left: 5px;
    line-height: 3.2; }

.novoLayout-GuiaTVLista-Item-Linha01-HoraLive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .novoLayout-GuiaTVLista-Item-Linha01-HoraLive a {
    background-color: #0031BB;
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap; }

a.liveFcPortoTv {
  background-color: #032252;
  margin-top: -15px; }
  a.liveFcPortoTv:after {
    content: '';
    width: 75px;
    height: 24px;
    display: block;
    background-image: url("/uploads/diversos/fcportoTv.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto; }

.novoLayout-GuiaTVLista-Item-Linha01Spacer {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.novoLayout-GuiaTVLista-Item-Linha01-Programa {
  -ms-flex-item-align: center;
      align-self: center;
  text-transform: uppercase;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 18px;
  font-weight: bold; }
  .novoLayout-GuiaTVLista-Item-Linha01-Programa p {
    text-transform: none;
    font-size: 15px;
    font-weight: normal; }

.novoLayout-GuiaTVLista-Item-Linha01-ProgramaObservacoes {
  color: #404040;
  font-size: 75%; }

.novoLayout-GuiaTVLista-Item-Linha01-ProgramaTipo {
  height: 2px; }

.novoLayout-GuiaTVLista-Item-Linha01-ProgramaTipo-default {
  background-color: #919da4; }

.novoLayout-GuiaTVLista-Item-Linha01-ProgramaTipo-informacao {
  background-color: #ffbe00; }

.novoLayout-GuiaTVLista-Item-Linha01-ProgramaTipo-desporto {
  background-color: #f6602b; }

.novoLayout-GuiaTVLista-Item-Linha01-ProgramaTipo-entretenimento {
  background-color: #0031BB; }

.novoLayout-GuiaTVLista-Item-Linha01-ProgramaTipo-cultura {
  background-color: #00b7e9; }

.novoLayout-GuiaTVLista-Item-Linha01-ProgramaTipo-bemestar {
  background-color: #52bb20; }

.novoLayout-GuiaTVLista-Item-Linha01-Imagem {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 30px;
  position: relative; }
  .novoLayout-GuiaTVLista-Item-Linha01-Imagem img {
    max-width: 150px; }

.novoLayout-GuiaTVLista-ItemNoAr {
  background-color: red;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0; }

.novoLayout-GuiaTVLista-ItemCaixaNoAr {
  background-color: rgba(0, 49, 187, 0.1); }

.novoLayout-GuiaTVLista-Item-botaoTruncar {
  background-color: #0031BB;
  color: white;
  border: none;
  margin-right: 15px; }

[data-programacao-resumo="inteiro"] {
  display: none; }

.thumbsColunaDireitaCaixa {
  text-align: left; }
  .thumbsColunaDireitaCaixa article {
    margin-bottom: 15px; }

.thumbsColunaDireitaImagem {
  width: 100%;
  max-width: 100%; }

.thumbsColunaDireitaTitulo {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 5px; }

.thumbsColunaDireitaLead {
  font-size: 12px; }

.thumbsColunaDireitaDados {
  font-size: 11px; }

.programasLista-novoLayout {
  background-color: #f1f1f1;
  margin-bottom: 20px; }

.programasListaConteudo-novoLayout {
  width: 100%;
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.programasListaLogo-novoLayout {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 15px; }

.programasListaDireita-novoLayout {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  -ms-flex-item-align: center;
      align-self: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px; }

.programasListaDireitaCima-novoLayout {
  margin-bottom: 50px; }

.programasListaTipoPrograma-novoLayout {
  height: 15px; }

.programasListaTipoPrograma-novoLayout-Desporto {
  background-color: #f6602b; }

.programasListaTipoPrograma-novoLayout-Informacao {
  background-color: #ffbe00; }

.programasListaTipoPrograma-novoLayout-Entretenimento {
  background-color: #0031BB; }

.programasListaTipoPrograma-novoLayout-Cultura {
  background-color: #00b7e9; }

.programasListaTipoPrograma-novoLayout-BemEstar {
  background-color: #52bb20; }

.programasListaTipoProgramaTitulo-novoLayout {
  color: #0031BB;
  font-size: 20px;
  margin: 0;
  margin-top: 5px; }

.programasListaTipoProgramaDescricao-novoLayout {
  color: #0031BB;
  font-size: 16px; }

.programasListaDireitaBaixo-novoLayout {
  position: relative; }
  .programasListaDireitaBaixo-novoLayout select {
    border: none;
    width: 100%;
    padding: 5px;
    background-color: transparent;
    border: 1px solid silver;
    font-size: 16px; }

/* Parte do layout para pesquisa */
.programasListaComImagem {
  display: none; }

.programasListaComImagemSeccao h1 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  color: #0031BB; }

.programasListaComImagemSeccaoItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .programasListaComImagemSeccaoItems figure {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    width: 12%;
    min-width: 120px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px; }
  .programasListaComImagemSeccaoItems img {
    max-width: 100%; }
  .programasListaComImagemSeccaoItems figcaption {
    font-weight: bold;
    font-size: 14px; }

.programasListaComImagemSeccaoItems-Pesquisa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center; }
  .programasListaComImagemSeccaoItems-Pesquisa input {
    border: 0;
    color: #404040;
    font-size: 16px;
    font-weight: normal;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px; }
  .programasListaComImagemSeccaoItems-Pesquisa button {
    border: none;
    background-color: transparent;
    width: 27px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: 15px; }
    .programasListaComImagemSeccaoItems-Pesquisa button:after {
      content: '\f00d';
      font-family: FontAwesome; }

.programasListaComImagemSemResultados {
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
  display: none; }
  .programasListaComImagemSemResultados button {
    background-color: #0031BB;
    color: white;
    display: inline-block;
    border: none;
    padding: 8px; }

.arquivoDigital-novolayout {
  margin-top: 50px; }

.arquivoDigitalItems-novolyout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .arquivoDigitalItems-novolyout article {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    margin-bottom: 20px; }
    .arquivoDigitalItems-novolyout article img {
      width: 100%;
      max-width: 100%; }

.arquivoDigitalTitulo-novolayout {
  background-color: #0031BB;
  color: white;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

.arquivoDigitalVerMais-novolayout {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .arquivoDigitalVerMais-novolayout a {
    display: block;
    padding: 15px;
    padding-top: 5px; }

.novoLayout-Programa-Ilustracao {
  position: relative; }
  .novoLayout-Programa-Ilustracao figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 32px;
    font-weight: 300;
    padding: 15px; }
  .novoLayout-Programa-Ilustracao img {
    width: 100%; }

.novoLayout-Programa-menuInterno {
  background-color: #0031BB;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.novoLayout-Programa-menuInterno-Esquerda {
  display: -ms-flexbox;
  display: flex; }
  .novoLayout-Programa-menuInterno-Esquerda a {
    -ms-flex-item-align: center;
        align-self: center;
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #0031BB;
    position: relative; }
    .novoLayout-Programa-menuInterno-Esquerda a:hover {
      background-color: white;
      color: #0031BB;
      text-decoration: none; }
      .novoLayout-Programa-menuInterno-Esquerda a:hover:before {
        display: none; }
  .novoLayout-Programa-menuInterno-Esquerda span {
    -ms-flex-item-align: center;
        align-self: center; }
    .novoLayout-Programa-menuInterno-Esquerda span:nth-last-child(1) {
      display: none; }

a.novoLayout-Programa-menuInterno-Esquerda-Selecionado:before {
  content: '\f0d8';
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
  position: absolute;
  left: 50%;
  bottom: -9px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.novoLayout-Programa-menuInterno-Direita {
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px; }
  .novoLayout-Programa-menuInterno-Direita select {
    -ms-flex-item-align: center;
        align-self: center;
    border: none;
    color: black;
    background-color: white;
    font-size: 14px;
    padding: 5px; }

.novoLayout-ProgramaFotos {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 20px;
  height: auto; }
  .novoLayout-ProgramaFotos a {
    border: 3px solid white;
    display: block; }
  .novoLayout-ProgramaFotos img {
    max-width: 100%;
    vertical-align: text-top; }

.novoLayout-ProgramaFotos-PrimeiraLinha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.novoLayout-ProgramaFotos-PrimeiraLinha01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }
  .novoLayout-ProgramaFotos-PrimeiraLinha01 a {
    width: 100%; }

.novoLayout-ProgramaFotos-PrimeiraLinha-02 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  display: -ms-flexbox;
  display: flex; }
  .novoLayout-ProgramaFotos-PrimeiraLinha-02 a {
    width: 100%; }

.novoLayout-ProgramaFotos-PrimeiraLinha-03 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .novoLayout-ProgramaFotos-PrimeiraLinha-03 a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: 50%; }

.novoLayout-ProgramaFotos-SegundaLinha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .novoLayout-ProgramaFotos-SegundaLinha a {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%; }

.novoLayout-ProgramaSobre {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

/* SubPágina de imagens */
.novoLayout-ProgramaFotos-Imagens a {
  border: 3px solid white; }

.novoLayout-ProgramaFotos-Imagens-Linha01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .novoLayout-ProgramaFotos-Imagens-Linha01 img {
    max-width: 100%; }
  .novoLayout-ProgramaFotos-Imagens-Linha01 a:nth-child(1) {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%; }
  .novoLayout-ProgramaFotos-Imagens-Linha01 a:nth-child(2) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%; }

.novoLayout-ProgramaFotos-Imagens-Linha02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .novoLayout-ProgramaFotos-Imagens-Linha02 img {
    max-width: 100%; }
  .novoLayout-ProgramaFotos-Imagens-Linha02 a {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }

.novoLayout-ProgramaFotos-Imagens-VerMais {
  text-align: center;
  padding-top: 50px; }

/* CHAT */
.novoLayout-chatBox {
  width: 100%;
  overflow: hidden;
  position: relative; }

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

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

.novoLayout-chatNickCaixa {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .novoLayout-chatNickCaixa h1 {
    font-size: 32px;
    line-height: 1;
    margin-top: 0;
    color: white; }

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

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

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

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

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

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

.novoLayout-chatAcao {
  width: 100%; }

.novoLayout-chatEstaSala {
  display: none; }

.novoLayout-chatEstaSalaAtiva {
  display: block; }

.novoLayout-slideshowImagensVeu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.99);
  z-index: 2000000001; }

.novoLayout-slideshowImagensVeu-Toolbox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  color: white;
  background-color: black;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 10; }

.novoLayout-slideshowImagensVeu-Toolbox-Legenda {
  -ms-flex-positive: 1;
      flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 13px; }

.novoLayout-slideshowImagensVeu-Toolbox-Fechar {
  cursor: pointer;
  font-size: 60px;
  width: 42px;
  min-width: 42px;
  text-align: center;
  overflow: hidden;
  line-height: 0.7; }

.novoLayout-slideshowImagensVeu-Conteudo {
  position: absolute;
  left: 0;
  top: 45px;
  right: 0;
  bottom: 15px;
  overflow: hidden; }

.novoLayout-slideshowImagensVeu-Tira {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.25s; }

.novoLayout-slideshowImagensVeu-Setas {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
  min-width: 60px;
  cursor: pointer; }
  .novoLayout-slideshowImagensVeu-Setas:after {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 50%;
    font-size: 32px; }

.novoLayout-slideshowImagensVeu-Setas-Prev {
  left: 0; }
  .novoLayout-slideshowImagensVeu-Setas-Prev:after {
    content: '\f053';
    left: 15px; }

.novoLayout-slideshowImagensVeu-Setas-Next {
  right: 0; }
  .novoLayout-slideshowImagensVeu-Setas-Next:after {
    content: '\f054';
    right: 15px; }

.novoLayout-slideshowImagensVeu-Imagem {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.novoLayout-Programa-Pesquisa {
  background-color: #0031BB;
  border-radius: 3px;
  padding: 15px;
  color: white;
  display: -ms-flexbox;
  display: flex; }
  .novoLayout-Programa-Pesquisa label {
    margin-right: 15px; }
    .novoLayout-Programa-Pesquisa label:nth-last-child(1) {
      width: 200px;
      max-width: 200px;
      margin-right: 0; }
  .novoLayout-Programa-Pesquisa input[type="text"], .novoLayout-Programa-Pesquisa select {
    color: #404040; }

.novoLayout-Programa-Pesquisa-Legenda {
  padding-bottom: 15px; }

.novoLayout-Programa-Tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #0031BB;
  color: white;
  padding: 15px;
  border-radius: 3px; }
  .novoLayout-Programa-Tags div {
    -ms-flex-item-align: center;
        align-self: center; }
    .novoLayout-Programa-Tags div:nth-child(1) {
      font-weight: bold; }

.fcPorto-banner-novoLayout {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
  overflow: hidden; }

.novoLayout-FcPorto-tituloSeccao {
  color: #0031BB;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px; }
  .novoLayout-FcPorto-tituloSeccao:after {
    content: '';
    display: inline-block;
    border-bottom: 1px solid #0031BB;
    width: 50px; }

h1.fcPortoTitulo-FundoAzul {
  background-color: #0d47a1;
  color: white !important;
  margin-top: 13px !important;
  margin-bottom: 13px !important;
  font-size: 20px;
  padding: 5px; }

/*                                     HERO                                     */
.fcPorto-hero-novoLayout {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

.fcPorto-heroWrapper-novoLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.fcPorto-heroWrapper-centro-novoLayout {
  border-left: 1px solid silver;
  padding-right: 15px; }

.fcPorto-heroWrapper-direita-novoLayout {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  background-color: #f1f1f1; }

.fcPorto-heroWrapper-esquerda-novoLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 15px; }

.fcPorto-heroWrapper-esquerda-manchete-novoLayout {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #fdfdfd;
  transition: all 0.25s; }
  .fcPorto-heroWrapper-esquerda-manchete-novoLayout:hover {
    background-color: #cacaca;
    transition: all 0.25s; }
  .fcPorto-heroWrapper-esquerda-manchete-novoLayout img {
    max-width: 100%; }

.fcPorto-heroWrapper-esquerda-manchete-titulo-novoLayout {
  padding: 10px; }
  .fcPorto-heroWrapper-esquerda-manchete-titulo-novoLayout h1 {
    font-size: 28px;
    margin: 0;
    margin-top: 10px; }

.fcPorto-heroWrapper-esquerda-manchete-texto-novoLayout {
  padding: 10px; }
  .fcPorto-heroWrapper-esquerda-manchete-texto-novoLayout p {
    font-size: 14px; }

.fcPorto-heroWrapper-esquerda-submanchetes-novoLayout {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .fcPorto-heroWrapper-esquerda-submanchetes-novoLayout img {
    max-width: 100%; }

.fcPorto-heroWrapper-esquerda-submanchetes-01-novoLayout,
.fcPorto-heroWrapper-esquerda-submanchetes-02-novoLayout {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #fdfdfd;
  transition: all 0.25s; }
  .fcPorto-heroWrapper-esquerda-submanchetes-01-novoLayout:hover,
  .fcPorto-heroWrapper-esquerda-submanchetes-02-novoLayout:hover {
    background-color: #cacaca;
    transition: all 0.25s; }
  .fcPorto-heroWrapper-esquerda-submanchetes-01-novoLayout h1,
  .fcPorto-heroWrapper-esquerda-submanchetes-02-novoLayout h1 {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px; }
  .fcPorto-heroWrapper-esquerda-submanchetes-01-novoLayout div,
  .fcPorto-heroWrapper-esquerda-submanchetes-02-novoLayout div {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px; }

.fcPorto-heroWrapper-esquerda-submanchetes-01-novoLayout {
  margin-right: 7.5px; }

.fcPorto-heroWrapper-esquerda-submanchetes-02-novoLayout {
  margin-left: 7.5px; }

.fcPortoAutorData {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 11px; }

.fcPorto-anteTitulo {
  color: #f6602b; }

.fcPorto-Live-Titulo {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  color: #0031BB;
  text-align: center; }

.fcPorto-proximoEquipaA-mini {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #0D47A1;
  color: white;
  padding: 5px;
  margin-top: 20px; }
  .fcPorto-proximoEquipaA-mini > div {
    -ms-flex-item-align: center;
        align-self: center; }

.fcPorto-proximoEquipaA-mini-DataHora {
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }
  .fcPorto-proximoEquipaA-mini-DataHora p {
    margin: 0; }

.fcPorto-proximoEquipaA-mini-CasaEquipa,
.fcPorto-proximoEquipaA-mini-ForaEquipa {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

.fcPorto-proximoEquipaA-mini-Logo {
  background-color: #e4e4e4;
  padding: 3px; }
  .fcPorto-proximoEquipaA-mini-Logo img {
    max-width: 35px; }

.fcPortoProximaEmissao {
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }
  .fcPortoProximaEmissao > div {
    -ms-flex-item-align: center;
        align-self: center; }

.fcPortoProximaEmissaoDataHora {
  text-align: center;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex; }
  .fcPortoProximaEmissaoDataHora p {
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center; }

.fcPortoProximaEmissaoDataHora-Data {
  padding-right: 20px; }
  .fcPortoProximaEmissaoDataHora-Data span {
    display: block; }
    .fcPortoProximaEmissaoDataHora-Data span:nth-child(1) {
      font-size: 24px;
      font-weight: normal; }

.fcPortoProximaEmissaoDataHora-Hora {
  display: -ms-flexbox;
  display: flex;
  font-weight: normal; }
  .fcPortoProximaEmissaoDataHora-Hora span:nth-child(1) {
    font-size: 32px;
    font-weight: 300; }
  .fcPortoProximaEmissaoDataHora-Hora span:nth-child(2) {
    font-size: 24px;
    font-weight: 300;
    line-height: 0.5;
    padding-top: 12px;
    padding-left: 3px; }

.fcPortoProximaEmissaoDescricao {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-weight: 600; }

.fcPorto-proximoEquipaA-mini-Liga {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 5px;
  font-size: 13px; }

.proximoJogoEquipaA-Maxi-PosJogo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #0031BB;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .proximoJogoEquipaA-Maxi-PosJogo > div {
    cursor: pointer; }
  .proximoJogoEquipaA-Maxi-PosJogo img {
    width: 100%;
    max-width: 50px; }

.proximoJogoEquipaA-Maxi h1 {
  color: #0031BB;
  text-align: left;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .proximoJogoEquipaA-Maxi h1 span {
    color: #404040;
    font-size: 18px;
    -ms-flex-item-align: center;
        align-self: center; }

.proximoJogoEquipaA-Maxi h2 {
  text-align: right;
  font-size: 18px;
  margin-top: 0; }

.proximoJogoEquipaA-Maxi h3 {
  text-align: center;
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 20px; }

.proximoJogoEquipaA-Maxi-Jogo {
  display: -ms-flexbox;
  display: flex;
  background-color: #607D8B;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative; }
  .proximoJogoEquipaA-Maxi-Jogo > div {
    -ms-flex-item-align: center;
        align-self: center; }

.proximoJogoEquipaA-Maxi-Jogo-Equipas {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  padding-top: 10px; }

.proximoJogoEquipaA-Maxi-Jogo-Golos {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px; }

.proximoJogoEquipaA-Maxi-Jogo-Data {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  font-weight: bold; }
  .proximoJogoEquipaA-Maxi-Jogo-Data p {
    margin: 0;
    text-align: center; }

.proximoJogoEquipaA-Maxi-Jogo-Logos {
  background-color: #fdfdfd;
  padding: 3px;
  padding-top: 13px;
  margin-top: -1px; }
  .proximoJogoEquipaA-Maxi-Jogo-Logos img {
    max-width: 35px; }

.proximoJogoEquipaA-Maxi-Jogo-Abrir {
  width: 34px;
  height: 32px;
  position: relative;
  margin-top: 10px;
  border-left: 1px solid white; }
  .proximoJogoEquipaA-Maxi-Jogo-Abrir:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    left: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    cursor: pointer; }

.proximoJogoEquipaA-Menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #607D8B;
  display: none; }

.proximoJogoEquipaA-Menu-Filter {
  padding: 5px; }
  .proximoJogoEquipaA-Menu-Filter input {
    width: 100%;
    color: #404040; }

.proximoJogoEquipaA-Menu-Items {
  max-height: 150px;
  overflow: auto; }

.proximoJogoEquipaA-Menu-Items-Jogo {
  padding: 10px;
  border-bottom: 1px solid white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  cursor: pointer; }
  .proximoJogoEquipaA-Menu-Items-Jogo > div {
    -ms-flex-item-align: center;
        align-self: center; }

/*                                     NOTÍCIAS                                     */
.fcPortoNoticias-Box {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

.fcPortoNoticias {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px; }

.fcPortoNoticias-Esquerda {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  margin-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fcPortoNoticias-Esquerda img {
    max-width: 100%; }
  .fcPortoNoticias-Esquerda a {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-right: 1.3%;
    margin-bottom: 15px;
    background-color: #fdfdfd;
    transition: all 0.25s; }
    .fcPortoNoticias-Esquerda a:hover {
      background-color: #cacaca;
      transition: all 0.25s; }
    .fcPortoNoticias-Esquerda a:nth-child(4n+4) {
      margin-right: 0; }
  .fcPortoNoticias-Esquerda h1 {
    font-size: 18px; }

.fcPortoNoticias-Direita {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #fdfdfd; }
  .fcPortoNoticias-Direita img {
    max-width: 100%; }
  .fcPortoNoticias-Direita a {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    color: #404040;
    padding: 10px;
    border-top: 3px solid #f6602b;
    transition: all 0.25s; }
    .fcPortoNoticias-Direita a:hover {
      background-color: #cacaca;
      transition: all 0.25s; }
  .fcPortoNoticias-Direita h1 {
    font-size: 18px; }

.fcPortoResumos-novoLayout-Box {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

.fcPortoResumos-novoLayout {
  display: -ms-flexbox;
  display: flex; }
  .fcPortoResumos-novoLayout img {
    max-width: 100%; }
  .fcPortoResumos-novoLayout figure {
    border-right: 15px solid white;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    background-color: #fdfdfd;
    transition: all 0.25s; }
    .fcPortoResumos-novoLayout figure:hover {
      background-color: #cacaca;
      transition: all 0.25s; }
    .fcPortoResumos-novoLayout figure:nth-child(4n+4) {
      border-right: none; }
  .fcPortoResumos-novoLayout h1 {
    font-size: 18px; }

.fcPortoDesportoEmDireto-novoLayout {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
  display: block;
  margin-top: 20px; }
  .fcPortoDesportoEmDireto-novoLayout img {
    max-width: 100%;
    position: relative;
    z-index: 1; }

.fcPortoPalmares-novoLayout-Box {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

.fcPortoPalmares-novoLayout {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.1); }
  .fcPortoPalmares-novoLayout img {
    width: 120px;
    max-width: 100%;
    margin: 0 auto; }
  .fcPortoPalmares-novoLayout figure {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center; }
  .fcPortoPalmares-novoLayout figcaption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-positive: 1;
        flex-grow: 1;
    transition: all 0.25s; }
    .fcPortoPalmares-novoLayout figcaption:hover {
      color: black;
      transition: all 0.25s; }
    .fcPortoPalmares-novoLayout figcaption h1 {
      font-size: 16px; }
    .fcPortoPalmares-novoLayout figcaption h2 {
      font-size: 16px; }

.fcPortoProgramas-novoLayout-Box {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

.fcPortoProgramas-novoLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fcPortoProgramas-novoLayout img {
    max-width: 100%; }
  .fcPortoProgramas-novoLayout a {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-right: 15px solid white;
    background-color: #fdfdfd;
    transition: all 0.25s;
    margin-bottom: 20px; }
    .fcPortoProgramas-novoLayout a:hover {
      background-color: #cacaca;
      transition: all 0.25s; }
    .fcPortoProgramas-novoLayout a:nth-child(4n+4) {
      border-right: none; }
  .fcPortoProgramas-novoLayout h1 {
    font-size: 20px;
    margin-top: 5px; }

.fcPortoClipsHeroWrapper-novoLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .fcPortoClipsHeroWrapper-novoLayout img {
    max-width: 100%; }
  .fcPortoClipsHeroWrapper-novoLayout figure {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    background-color: #fdfdfd;
    transition: all 0.25s; }
    .fcPortoClipsHeroWrapper-novoLayout figure:hover {
      background-color: #cacaca;
      transition: all 0.25s; }
  .fcPortoClipsHeroWrapper-novoLayout h1 {
    font-size: 20px; }

.fcPortoClips-paginados-novoLayout {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  .fcPortoClips-paginados-novoLayout img {
    max-width: 100%; }
  .fcPortoClips-paginados-novoLayout h1 {
    font-size: 18px; }
  .fcPortoClips-paginados-novoLayout figure {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-right: 15px solid white;
    background-color: #fdfdfd;
    transition: all 0.25s; }
    .fcPortoClips-paginados-novoLayout figure:hover {
      background-color: #cacaca;
      transition: all 0.25s; }
    .fcPortoClips-paginados-novoLayout figure:nth-child(4n+4) {
      border-right: none; }

.fcPorto11APorto-novoLayout {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 20px; }
  .fcPorto11APorto-novoLayout img {
    max-width: 100%; }

.fcPorto11APortoWrapper-novoLayout {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fcPorto11APortoWrapper-novoLayout img {
    max-width: 100%; }
  .fcPorto11APortoWrapper-novoLayout h1 {
    font-size: 18px; }
  .fcPorto11APortoWrapper-novoLayout figure {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-right: 15px solid white;
    background-color: #fdfdfd;
    transition: all 0.25s; }
    .fcPorto11APortoWrapper-novoLayout figure:hover {
      background-color: #cacaca;
      transition: all 0.25s; }
    .fcPorto11APortoWrapper-novoLayout figure:nth-child(4n+4) {
      border-right: none; }
  .fcPorto11APortoWrapper-novoLayout a {
    display: block; }

.fcPortoFotos-novoLayout {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
  border-top: 3px solid white; }
  .fcPortoFotos-novoLayout a {
    position: relative;
    cursor: pointer; }
  .fcPortoFotos-novoLayout .fcPortoFotos-legenda-novoLayout {
    background-color: rgba(38, 38, 38, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: white; }
  .fcPortoFotos-novoLayout img {
    max-width: 100%; }

.fcPortoFotos-cima-novoLayout a, .fcPortoFotos-baixo-novoLayout a {
  display: block; }
  .fcPortoFotos-cima-novoLayout a:after, .fcPortoFotos-baixo-novoLayout a:after {
    content: '\f0b2';
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
    font-size: 12px;
    z-index: 2;
    color: white;
    opacity: 0;
    transition: all 0.25s; }
  .fcPortoFotos-cima-novoLayout a:hover:after, .fcPortoFotos-baixo-novoLayout a:hover:after {
    opacity: 1;
    font-size: 24px;
    transition: all 0.25s; }

.fcPortoFotos-cima-novoLayout {
  display: -ms-flexbox;
  display: flex; }

.fcPortoFotos-cimaEsquerda-novoLayout {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-right: 3px solid white; }

.fcPortoFotos-cimaDireita-novoLayout {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fcPortoFotos-cimaDireita-novoLayout a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-right: 3px solid white;
    border-bottom: 3px solid white; }
    .fcPortoFotos-cimaDireita-novoLayout a:nth-child(2n+2) {
      border-right: none; }
    .fcPortoFotos-cimaDireita-novoLayout a:nth-child(3) {
      border-bottom: none; }
    .fcPortoFotos-cimaDireita-novoLayout a:nth-child(4) {
      border-bottom: none; }

.fcPortoFotos-baixo-novoLayout {
  display: -ms-flexbox;
  display: flex;
  border-top: 3px solid white; }
  .fcPortoFotos-baixo-novoLayout a {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-right: 3px solid white; }
    .fcPortoFotos-baixo-novoLayout a:nth-last-child(1) {
      border-right: none; }
  .fcPortoFotos-baixo-novoLayout img {
    max-width: 100%; }

.fcPortoFotos-mobile-novoLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none; }
  .fcPortoFotos-mobile-novoLayout a {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    border-bottom: 3px solid white;
    border-right: 3px solid white; }
    .fcPortoFotos-mobile-novoLayout a:nth-child(3n+3) {
      border-right: none; }
  .fcPortoFotos-mobile-novoLayout img {
    width: 100%; }

.fcPortoClips-novoLayout {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

.fcPortoModalidades-novoLayout-Box {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%; }

.fcPorto-Veu-novoLayout {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 20000000001; }

.fcPorto-VeuFechar-novoLayout {
  position: absolute;
  right: 2%;
  top: 15px;
  cursor: pointer;
  font-size: 60px;
  width: 40px;
  text-align: center;
  line-height: 0.8;
  background-color: white;
  z-index: 1; }

.fcPorto-VeuContentor-novoLayout {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.fcPorto-VeuContentorConteudo-novoLayout {
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }
  .fcPorto-VeuContentorConteudo-novoLayout > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }

.fcPorto-VeuContentorConteudo-novoLayout-FACEBOOK {
  position: absolute;
  width: 1000px;
  max-width: 75%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .fcPorto-VeuContentorConteudo-novoLayout-FACEBOOK:after {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .fcPorto-VeuContentorConteudo-novoLayout-FACEBOOK > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fcPorto-VeuContentorThumbs-novoLayout {
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.9); }

.fcPorto-VeuContentorThumbs-Item-novoLayout {
  width: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 6px solid black;
  border-left: 3px solid black;
  border-right: 3px solid black;
  cursor: pointer; }

.tickerNovoEntradaWrapper {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #0031BB;
  overflow: auto;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 3px; }

.tickerNovoEntradaIcon {
  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; }

.anunciosNovoCaixa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  max-width: 1500px;
  background-color: #f1f1f1;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #0031BB; }

.anunciosNovoEsquerda {
  -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; }

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

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

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

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

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

.anunciosNovo_fundo_desporto {
  background-color: #f6602b; }

.anunciosNovo_cor_desporto {
  color: #f6602b; }

.anunciosNovo_fundo_informacao {
  background-color: #ffbe00; }

.anunciosNovo_cor_informacao {
  color: #ffbe00; }

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

.anunciosNovo_cor_entretenimento {
  color: #0031BB; }

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

.anunciosNovo_cor_cultura {
  color: #00b7e9; }

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

.anunciosNovo_cor_bemestar {
  color: #52bb20; }

.anunciosNovo_botao, .anunciosNovo_botao_desporto, .anunciosNovo_botao_informacao, .anunciosNovo_botao_entretenimento, .anunciosNovo_botao_cultura, .anunciosNovo_botao_bemestar, .anunciosNovo_botao_default {
  display: block;
  float: right;
  padding: 5px;
  color: white; }

.anunciosNovo_botao_desporto {
  background-color: #f6602b; }

.anunciosNovo_botao_informacao {
  background-color: #ffbe00; }

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

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

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

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

@media only screen and (max-width: 660px) {
  .anunciosNovoCaixa {
    display: block; }
  .anunciosNovoEsquerda {
    max-width: 100%; }
  .anunciosNovoDireita {
    max-width: 100%; } }

.superHeroNovo {
  background-color: #f1f1f1;
  margin-bottom: 20px; }

.superHeroTitulo {
  margin: 0;
  font-size: 21px;
  border-top: 1px solid #fea525;
  border-bottom: 1px solid #fea525;
  padding: 10px; }

.superHeroNovoCima {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px; }

.superHeroNovoCimaEsquerda, .superHeroNovoCimaDireita {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.superHeroNovoCimaEsquerda {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px; }

.superHeroNovoCimaLegenda {
  font-size: 32px; }
  .superHeroNovoCimaLegenda p {
    font-size: 14px; }

.superHeroNovoData {
  text-align: right;
  font-size: 12px;
  padding-right: 10%;
  padding-top: 10px; }

.superHeroNovoBaixo {
  padding: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #fea525;
  border-bottom: 1px solid #fea525;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .superHeroNovoBaixo .superHeroNovoData {
    padding-right: 5px;
    padding-bottom: 10px; }

.superHeroNovoBaixoItem {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%; }
  .superHeroNovoBaixoItem a {
    font-weight: bold; }
  .superHeroNovoBaixoItem img {
    max-width: 100%; }

.superHeroNovoBaixoItem-SemImagem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .superHeroNovoCima {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 10px;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .superHeroNovoCimaEsquerda, .superHeroNovoCimaDireita {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
    padding-right: 0; }
  .superHeroNovoCimaLegenda {
    width: 100%; }
  .superHeroNovoBaixoItem {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }

@media screen and (max-width: 450px) {
  .superHeroNovoBaixoItem {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 15px;
    padding-top: 15px; }
  [data-superHeroBaixoImage="S"] {
    display: none; }
  .superHeroNovoData {
    display: none; } }

.manchetesEntrada {
  margin-top: 20px; }

.manchetesEntradaCima {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid silver; }

.manchetesEntradaCimaEsquerda {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: bold; }
  .manchetesEntradaCimaEsquerda .manchetesEntradaSeccao {
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px; }
    .manchetesEntradaCimaEsquerda .manchetesEntradaSeccao:before {
      content: '';
      width: 3px;
      background-color: #ffbe00;
      margin-right: 5px; }

.manchetesEntradaCimaDireita {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  background-color: #e5e8e9; }

.manchetesEntradaCimaEsquerda-Topo img {
  display: block;
  width: 100%; }

.manchetesEntradaCimaEsquerda-Topo h1 {
  font-size: 28px;
  margin-bottom: 0; }

.manchetesEntradaCimaEsquerda-Baixo {
  font-size: 13px; }
  .manchetesEntradaCimaEsquerda-Baixo p {
    font-size: 15px;
    font-weight: normal; }

.manchetesEntradaCimaEsquerdaRelacionadas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px; }
  .manchetesEntradaCimaEsquerdaRelacionadas a {
    padding: 5px;
    font-weight: normal; }
  .manchetesEntradaCimaEsquerdaRelacionadas span {
    width: 12px;
    margin-right: 5px; }
    .manchetesEntradaCimaEsquerdaRelacionadas span svg {
      width: 12px;
      max-width: 12px;
      max-height: 12px; }

.manchetesEntradaCimaEsquerdaAutorData {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 15px;
  padding-right: 20px; }

.manchetesEntradaCimaDireitaItem {
  padding: 10px;
  transition: all 0.5s; }
  .manchetesEntradaCimaDireitaItem:hover {
    transition: all 0.5s;
    background-color: #919da4; }
  .manchetesEntradaCimaDireitaItem:nth-child(1) {
    padding-top: 5px; }
  .manchetesEntradaCimaDireitaItem h1 {
    font-size: 16px; }
  .manchetesEntradaCimaDireitaItem img {
    max-width: 100%; }
  .manchetesEntradaCimaDireitaItem .manchetesEntradaSeccao {
    font-size: 13px;
    font-weight: bold; }

.manchetesEntradaCimaDireitaItem-UltimaHora {
  background-color: #fea525; }
  .manchetesEntradaCimaDireitaItem-UltimaHora a {
    color: black; }
  .manchetesEntradaCimaDireitaItem-UltimaHora:hover {
    background-color: #ef8d01; }

div.manchetesEntradaCimaDireitaItem-FcPorto {
  background-color: #0031BB; }
  div.manchetesEntradaCimaDireitaItem-FcPorto:hover {
    background-color: #002488; }
  div.manchetesEntradaCimaDireitaItem-FcPorto a {
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    div.manchetesEntradaCimaDireitaItem-FcPorto a img {
      max-width: 100px;
      margin-right: 10px; }
  div.manchetesEntradaCimaDireitaItem-FcPorto .manchetesEntradaSeccao {
    color: rgba(255, 255, 255, 0.8); }
  div.manchetesEntradaCimaDireitaItem-FcPorto .manchetesEntradaCimaDireitaData {
    color: rgba(255, 255, 255, 0.8); }

.manchetesEntradaCimaToolbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .manchetesEntradaCimaToolbox svg {
    max-width: 16px;
    width: 16px;
    margin-left: 5px;
    margin-right: 5px;
    color: silver;
    max-height: 16px; }

.manchetesEntradaBaixoToolbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 10%; }
  .manchetesEntradaBaixoToolbox svg {
    width: 16px;
    max-width: 16px;
    max-height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    color: silver; }

.manchetesEntradaBaixo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid silver; }

.manchetesEntradaBaixoItem {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  padding-top: 10px;
  padding-bottom: 10px; }
  .manchetesEntradaBaixoItem .manchetesEntradaSeccao {
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: bold; }
    .manchetesEntradaBaixoItem .manchetesEntradaSeccao:before {
      content: '';
      width: 3px;
      background-color: #ffbe00;
      margin-right: 5px; }

.manchetesEntradaBaixoItemConteudo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.manchetesEntradaBaixoItemConteudoEsquerda {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 10px; }
  .manchetesEntradaBaixoItemConteudoEsquerda h1 {
    font-size: 16px; }

.manchetesEntradaBaixoItemConteudoDireita {
  width: 200px;
  min-width: 200px; }
  .manchetesEntradaBaixoItemConteudoDireita img {
    max-width: 100%; }

.manchetesEntradaBaixoItemConteudoEsquerda-Data {
  font-size: 13px; }

.manchetesEntradaCimaDireitaData {
  text-align: right;
  font-size: 13px;
  padding-bottom: 10px; }

/* RESPONSIVE */
@media screen and (max-width: 1200px) {
  .manchetesEntradaCimaEsquerda {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .manchetesEntradaCimaEsquerda-Topo h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .manchetesEntradaCimaDireita {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 15px;
    border-top: 1px solid silver;
    padding-top: 15px;
    background-color: white; }
  .manchetesEntradaCimaDireitaItem {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 10px; }
    .manchetesEntradaCimaDireitaItem:nth-child(1) > a:nth-child(1) {
      display: none; }
    .manchetesEntradaCimaDireitaItem:nth-last-child(1) {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .manchetesEntradaBaixoItemConteudo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .manchetesEntradaBaixoItemConteudoEsquerda {
    width: 100%;
    margin: 0; }
  .manchetesEntradaBaixoItemConteudoDireita {
    width: 100%;
    margin: 0;
    padding-top: 10px; } }

@media screen and (max-width: 850px) {
  .manchetesEntradaBaixoItemConteudoDireita {
    display: none; } }

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

.tagsEntradaNovo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: -15px; }

.tagsEntradaNovoPastilha {
  max-width: 50%;
  background-color: white;
  border: 1px solid #a6a6a6;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-align: left;
      align-items: left;
  font-size: 13px;
  font-weight: bold;
  color: black;
  background-color: #eceff1; }

.tagsEntradaNovoPastilhaContador {
  width: 20px;
  height: 20px;
  background-color: rgba(38, 38, 38, 0.2);
  border-radius: 100%;
  margin-left: 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6; }

.entretenimentoEntradaNovo {
  padding-top: 20px; }

.entretenimentoEntradaNovoCima {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 15px; }

.entretenimentoEntradaNovoCimaItem {
  -ms-flex-preferred-size: 49.5%;
      flex-basis: 49.5%;
  position: relative;
  color: white; }
  .entretenimentoEntradaNovoCimaItem img {
    max-width: 100%; }

.entretenimentoEntradaNovoCimaLegenda {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 20%, black 100%); }
  .entretenimentoEntradaNovoCimaLegenda h1 {
    margin: 0;
    font-size: 24px;
    display: -ms-flexbox;
    display: flex; }
    .entretenimentoEntradaNovoCimaLegenda h1:before {
      content: '';
      display: block;
      width: 3px;
      background-color: #0031BB;
      margin-right: 5px; }

.entretenimentoEntradaNovoCimaLegenda-Baixo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 10px; }
  .entretenimentoEntradaNovoCimaLegenda-Baixo p {
    margin: 0;
    font-size: 13px; }

.entretenimentoEntradaNovoBaixo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 10px; }
  .entretenimentoEntradaNovoBaixo img {
    max-width: 100%; }

.entretenimentoEntradaNovoBaixo-Item {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%; }
  .entretenimentoEntradaNovoBaixo-Item h1 {
    font-size: 16px;
    display: -ms-flexbox;
    display: flex; }
    .entretenimentoEntradaNovoBaixo-Item h1:before {
      content: '';
      display: block;
      width: 3px;
      background-color: #0031BB;
      margin-right: 5px; }

.entretenimentoEntradaNovoBaixo-Item-AutorData {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 13px; }

/* RESPONSIVE */
@media screen and (max-width: 1100px) {
  .entretenimentoEntradaNovoCimaLegenda {
    position: relative;
    padding-left: 0;
    padding-right: 10px;
    background-color: white;
    background-image: none;
    color: #404040; } }

@media screen and (max-width: 1000px) {
  .entretenimentoEntradaNovoBaixo-Item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    padding-bottom: 10px; } }

@media screen and (max-width: 450px) {
  .entretenimentoEntradaNovoCimaItem {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 15px; } }

.comentadoresEntradaNovo {
  padding-top: 50px; }
  .comentadoresEntradaNovo img {
    max-width: 100%; }

.comentadoresEntradaNovoCaixa {
  padding-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.comentadoresEntradaNovoCaixaEsquerda {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 100%; }
  .comentadoresEntradaNovoCaixaEsquerda .comentadoresEntradaNovoItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .comentadoresEntradaNovoCaixaEsquerda h1 {
    font-size: 24px; }

.comentadoresEntradaNovoCaixaDireita {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%; }
  .comentadoresEntradaNovoCaixaDireita .comentadoresEntradaNovoItem {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    padding-bottom: 15px; }
  .comentadoresEntradaNovoCaixaDireita h1 {
    font-size: 16px;
    font-weight: normal; }

.comentadoresEntradaNovoMais {
  text-align: right;
  padding-bottom: 15px;
  padding-right: 15px; }

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .comentadoresEntradaNovoCaixaEsquerda {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .comentadoresEntradaNovoCaixaDireita {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media screen and (max-width: 750px) {
  .comentadoresEntradaNovoCaixaDireita .comentadoresEntradaNovoItem {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }

.maisNasNoticiasNovo {
  margin-top: 30px; }

.maisNoticiasNovoSubtitulo {
  font-size: 18px;
  border-bottom: 1px solid silver;
  margin: 0;
  padding: 15px; }

.maisNasNoticiasNovoCaixa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .maisNasNoticiasNovoCaixa article {
    border-bottom: 1px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .maisNasNoticiasNovoCaixa article h1 {
      font-size: 14px; }

.maisNasNoticiasNovoCreditos {
  font-size: 13px; }

/* COM VIDEO */
.maisNoticiasNovoComVideo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 15px; }
  .maisNoticiasNovoComVideo img {
    max-width: 100%; }
  .maisNoticiasNovoComVideo article {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 30px; }
    .maisNoticiasNovoComVideo article h1 {
      font-size: 14px; }

.maisNasNoticiasSeccao {
  display: block;
  font-size: 14px;
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px; }
  .maisNasNoticiasSeccao:before {
    content: '';
    display: block;
    width: 3px;
    background-color: #ffbe00;
    margin-right: 5px; }

/* De proximidade */
.maisNasNoticiasProximidadeCaixa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px; }
  .maisNasNoticiasProximidadeCaixa img {
    max-width: 100%; }

.maisNasNoticiasProximidadeItem {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  margin-bottom: 20px; }
  .maisNasNoticiasProximidadeItem:nth-child(1) {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .maisNasNoticiasProximidadeItem:nth-child(1) h1 {
      font-size: 18px; }
    .maisNasNoticiasProximidadeItem:nth-child(1) .maisNasNoticiasProximidadeItemImagem {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%; }
    .maisNasNoticiasProximidadeItem:nth-child(1) .maisNasNoticiasProximidadeItemTexto {
      -ms-flex-preferred-size: 38%;
          flex-basis: 38%; }

.maisNasNoticiasProximidadeItemTexto a {
  display: block; }

.maisNasNoticiasProximidadeItemTexto h1 {
  font-size: 14px; }

/* Por Secção */
.maisNasNoticiasUltimasSeccaoCaixa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px; }
  .maisNasNoticiasUltimasSeccaoCaixa img {
    max-width: 100%; }

.maisNasNoticiasUltimasSeccaoItem {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  margin-bottom: 20px; }

.maisNasNoticiasUltimasSeccaoItemTexto a {
  display: block; }

.maisNasNoticiasUltimasSeccaoItemTexto h1 {
  font-size: 14px; }

.maisNasNoticiasUltimasSeccaoItemMundo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .maisNasNoticiasUltimasSeccaoItemMundo .maisNasNoticiasUltimasSeccaoItemImagem {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    margin-right: 20px; }

/* RESPONSIVE */
@media screen and (max-width: 1200px) {
  .maisNoticiasNovoComVideo article {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%; }
  .maisNasNoticiasProximidadeItem:nth-child(1), .maisNasNoticiasProximidadeItem:nth-child(2) {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    display: block; }
    .maisNasNoticiasProximidadeItem:nth-child(1) h1, .maisNasNoticiasProximidadeItem:nth-child(2) h1 {
      font-size: 18px; }
    .maisNasNoticiasProximidadeItem:nth-child(1) .maisNasNoticiasProximidadeItemImagem, .maisNasNoticiasProximidadeItem:nth-child(2) .maisNasNoticiasProximidadeItemImagem {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .maisNasNoticiasProximidadeItem:nth-child(1) .maisNasNoticiasProximidadeItemTexto, .maisNasNoticiasProximidadeItem:nth-child(2) .maisNasNoticiasProximidadeItemTexto {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

@media screen and (max-width: 850px) {
  .maisNasNoticiasProximidadeItem {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%; }
  .maisNoticiasNovoComVideo article {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%; }
  .maisNasNoticiasNovoCaixa article {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }

.programaEmDestaqueEntrada {
  margin-top: 50px;
  padding: 20px; }
  .programaEmDestaqueEntrada img {
    max-width: 100%; }

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

.programaEmDestaqueEntradaItem {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  background-color: white; }

.programaEmDestaqueEntradaItemLegenda {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  display: block; }

.programaEmDestaqueEntradaItemPrimeiro {
  background-color: transparent;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center; }

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .programaEmDestaqueEntradaItem {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%; }
  .programaEmDestaqueEntradaItemPrimeiro {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .programaEmDestaqueEntradaItemPrimeiro img {
      display: none; }
    .programaEmDestaqueEntradaItemPrimeiro h1 {
      margin: 0;
      margin-bottom: 15px; } }

@media screen and (max-width: 750px) {
  .programaEmDestaqueEntradaItem {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 10px; } }

.tagsNome {
  font-size: 24px;
  padding: 20px;
  border-bottom: 1px solid silver; }

.tagsManchete {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid silver;
  padding-bottom: 20px; }
  .tagsManchete img {
    max-width: 100%; }

.tagsMancheteEsquerda {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%; }
  .tagsMancheteEsquerda h1 {
    font-size: 24px; }

.tagsMancheteDireita {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%; }

.tagsMancheteAutorData {
  font-size: 13px;
  text-align: right; }

.tagsItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 20px; }
  .tagsItems img {
    max-width: 100%; }

.tagsItem {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  border-bottom: 1px solid silver; }

.tagsItemEsquerda {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 80%; }
  .tagsItemEsquerda h1 {
    margin: 0;
    font-size: 16px; }
  .tagsItemEsquerda .tagsMancheteAutorData {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.tagsItemDireita {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  padding-left: 20px; }

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .tagsItemDireita {
    width: 100px;
    min-width: 100px;
    max-width: 100px; }
  .tagsItemEsquerda h1 {
    font-size: 14px; } }

@media screen and (max-width: 800px) {
  .tagsItem {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .tagsItemEsquerda {
    width: 100%; }
  .tagsItemDireita {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0; }
  .tagsManchete {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.heroEntradaNovo {
  background-color: #f5f5f5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px; }

.heroEntradaWrapperNovo {
  position: relative;
  overflow: hidden; }

.heroEntradaCaixaInteriorNovo {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.heroEntradaTiraNovo {
  display: -ms-flexbox;
  display: flex;
  transition: margin-left 0.25s; }

.heroEntradaNovoSlide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-width: 100%; }

.heroEntradaNovoSlideEsquerda, .heroEntradaNovoSlideDireita {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  .heroEntradaNovoSlideEsquerda img, .heroEntradaNovoSlideDireita img {
    max-width: 100%; }

.heroEntradaNovoSlideEsquerda {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }
  .heroEntradaNovoSlideEsquerda > div {
    font-size: 24px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px; }
  .heroEntradaNovoSlideEsquerda h1 {
    margin: 0;
    font-size: 40px; }
  .heroEntradaNovoSlideEsquerda > div, .heroEntradaNovoSlideEsquerda > h1 {
    -ms-transform: translateX(50%);
        transform: translateX(50%);
    opacity: 0; }

.heroEntradaLegendasComAnimacao > div, .heroEntradaLegendasComAnimacao > h1 {
  animation-name: heroEntradaNovoAnimarLegendas;
  animation-duration: 1s;
  animation-fill-mode: forwards; }
  .heroEntradaLegendasComAnimacao > div:nth-child(1), .heroEntradaLegendasComAnimacao > h1:nth-child(1) {
    animation-delay: 0; }
  .heroEntradaLegendasComAnimacao > div:nth-child(2), .heroEntradaLegendasComAnimacao > h1:nth-child(2) {
    animation-delay: 0.5s; }
  .heroEntradaLegendasComAnimacao > div:nth-child(3), .heroEntradaLegendasComAnimacao > h1:nth-child(3) {
    animation-delay: 1s; }

.heroEntradaNavegadorNovo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  transition: all 0.25s; }
  .heroEntradaNavegadorNovo > div {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer; }

div.heroEntradaNavegadorNovoSelecionado {
  background-color: black;
  transition: all 0.25s; }

@keyframes heroEntradaNovoAnimarLegendas {
  0% {
    transform: translateX(50%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

/* RESPONSIVE */
@media screen and (max-width: 1200px) {
  .heroEntradaNovoSlideEsquerda > div {
    font-size: 18px; }
  .heroEntradaNovoSlideEsquerda h1 {
    font-size: 32px; } }

@media screen and (max-width: 1000px) {
  .heroEntradaNovoSlideEsquerda > div {
    font-size: 18px; }
  .heroEntradaNovoSlideEsquerda h1 {
    font-size: 24px; } }

@media screen and (max-width: 850px) {
  .heroEntradaNovoSlideEsquerda > div {
    font-size: 16px; }
  .heroEntradaNovoSlideEsquerda h1 {
    font-size: 18px; } }

@media screen and (max-width: 700px) {
  .heroEntradaNovoSlide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .heroEntradaNovoSlide .heroEntradaNovoSlideEsquerda, .heroEntradaNovoSlide .heroEntradaNovoSlideDireita {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .heroEntradaNovoSlideEsquerda {
    width: 100%; }
    .heroEntradaNovoSlideEsquerda > div {
      font-size: 24px; }
    .heroEntradaNovoSlideEsquerda h1 {
      font-size: 32px;
      display: none; }
  .heroEntradaNavegadorNovo {
    bottom: auto;
    top: 20px; } }

@media screen and (max-width: 450px) {
  .heroEntradaNovoSlideEsquerda > div {
    font-size: 18px; }
  .heroEntradaNovoSlideEsquerda h1 {
    font-size: 24px; } }

.desportoEmDiretoEntrada {
  background-image: url("/uploads/banners/desportoEmdiretoEntradaFundo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px; }
  .desportoEmDiretoEntrada img {
    max-width: 100%; }

.desportoEmDiretoEsquerda {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  text-align: center; }

.desportoEmDiretoDireita {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  text-align: center; }

.menuInternoNoticias {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #0031BB;
  margin-bottom: 15px; }
  .menuInternoNoticias a {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    text-align: center;
    color: white;
    padding: 10px; }

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

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

@media only screen and (max-width: 1100px) {
  .programasListaComImagemSeccaoItems-tituloSeccao {
    display: block; }
  .programasListaComImagemSeccaoItems-Legenda {
    margin-bottom: 10px;
    min-width: 100%; }
  .programasListaComImagemSeccaoItems-Pesquisa {
    -ms-flex-pack: end;
        justify-content: flex-end;
    min-width: 100%; }
  .arquivoDigitalItems-novolyout article {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%; } }

@media only screen and (max-width: 950px) {
  .novoLayout-quatroColunasIguais > div {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%; }
  .novoLayout-seisColunasIguais > div {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%; }
  .novoLayout-GuiaTVLista-Item-Linha01-Imagem {
    display: none; }
  .arquivoDigitalItems-novolyout article {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%; } }

@media only screen and (max-width: 660px) {
  /* Tem que ser 660px por causa do responsive da PUB Sapo */
  .novoLayout-conteudos-duasColunas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .novoLayout-conteudos-duasColunas-esquerda {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .novoLayout-conteudos-duasColunas-direita {
    margin: 0 auto; }
  .novoLayout-seisColunasIguais > div {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%; }
  .programasListaLogo-novoLayout {
    display: none; }
  .programasListaDireita-novoLayout {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .arquivoDigitalItems-novolyout article {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }

@media only screen and (max-width: 500px) {
  .arquivoDigitalItems-novolyout {
    -ms-flex-pack: center;
        justify-content: center; }
    .arquivoDigitalItems-novolyout article {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 300px; } }

@media only screen and (max-width: 400px) {
  .novoLayout-seisColunasIguais > div {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }

@media only screen and (max-width: 1300px) {
  .fcPorto-heroWrapper-esquerda-manchete-novoLayout {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%; }
  .fcPorto-heroWrapper-esquerda-submanchetes-novoLayout {
    -ms-flex-preferred-size: 66.6%;
        flex-basis: 66.6%; } }

@media only screen and (max-width: 1000px) {
  .fcPorto-banner-novoLayout img {
    max-width: 150%; }
  .fcPorto-heroWrapper-esquerda-manchete-titulo-novoLayout h1 {
    font-size: 22px; }
  .fcPortoNoticias-Esquerda h1 {
    font-size: 16px; }
  .fcPortoNoticias-Direita h1 {
    font-size: 16px; }
  .fcPortoResumos-novoLayout h1 {
    font-size: 16px; }
  .fcPortoPalmares-novoLayout figcaption h1 {
    font-size: 13px; }
  .fcPortoPalmares-novoLayout figcaption h2 {
    font-size: 14px; }
  .fcPortoClipsHeroWrapper-novoLayout h1 {
    font-size: 18px; }
  .fcPortoClips-paginados-novoLayout h1 {
    font-size: 16px; }
  .fcPorto11APortoWrapper-novoLayout h1 {
    font-size: 16px; }
  .fcPortoProgramas-novoLayout h1 {
    font-size: 16px; } }

@media only screen and (max-width: 900px) {
  .fcPorto-heroWrapper-esquerda-submanchetes-novoLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fcPorto-heroWrapper-esquerda-submanchetes-01-novoLayout, .fcPorto-heroWrapper-esquerda-submanchetes-02-novoLayout {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px); }
  .fcPortoEsconderMobile900 {
    display: none !important; }
  .fcPorto-heroWrapper-novoLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .proximoJogoEquipaA-Maxi {
    display: -ms-flexbox;
    display: flex; }
  .proximoJogoEquipaA-Maxi-ResponsiveEsquerda, .proximoJogoEquipaA-Maxi-ResponsiveDireita {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    .proximoJogoEquipaA-Maxi-ResponsiveEsquerda:nth-child(1), .proximoJogoEquipaA-Maxi-ResponsiveDireita:nth-child(1) {
      margin-right: 15px; }
  .fcPortoNoticias {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fcPortoNoticias-Esquerda {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0; }
  .fcPortoNoticias-Direita {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .fcPortoNoticias-Direita a {
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
      margin-right: 1%; }
  .fcPortoFotos-novoLayout .fcPortoFotos-legenda-novoLayout {
    font-size: 14px;
    padding: 5px;
    position: static; } }

@media only screen and (max-width: 700px) {
  .fcPorto-heroWrapper-esquerda-submanchetes-novoLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fcPortoEsconderMobile900 {
    display: block !important; }
  .proximoJogoEquipaA-Maxi {
    display: block; }
  .proximoJogoEquipaA-Maxi-ResponsiveEsquerda:nth-child(1), .proximoJogoEquipaA-Maxi-ResponsiveDireita:nth-child(1) {
    margin-right: 0; }
  .fcPortoNoticias-Esquerda a {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%; }
    .fcPortoNoticias-Esquerda a:nth-child(2n+2) {
      margin-right: 0; }
  .fcPortoFotos-mobile-novoLayout {
    display: -ms-flexbox;
    display: flex; }
  .fcPortoFotos-Desktop-novoLayout {
    display: none; }
  .fcPortoResumos-novoLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fcPortoResumos-novoLayout figure {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
      margin-bottom: 20px; }
      .fcPortoResumos-novoLayout figure:nth-child(2n+2) {
        border-right: none; }
  .fcPortoPalmares-novoLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fcPortoPalmares-novoLayout figure {
      -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
      padding: 5px; }
  .fcPortoClips-paginados-novoLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fcPortoClips-paginados-novoLayout figure {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      .fcPortoClips-paginados-novoLayout figure:nth-child(2n+2) {
        border-right: none; }
  .fcPorto11APortoWrapper-novoLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fcPorto11APortoWrapper-novoLayout figure {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      .fcPorto11APortoWrapper-novoLayout figure:nth-child(2n+2) {
        border-right: none; }
  .fcPortoProgramas-novoLayout a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    .fcPortoProgramas-novoLayout a:nth-child(2n+2) {
      border-right: none; } }

@media only screen and (max-width: 600px) {
  .fcPorto-heroWrapper-esquerda-novoLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fcPorto-heroWrapper-esquerda-manchete-novoLayout {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    max-width: 450px;
    margin: 0 auto; }
  .fcPorto-heroWrapper-esquerda-submanchetes-novoLayout {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .fcPorto-banner-novoLayout {
    margin-top: 37px; }
  .fcPorto-heroWrapper-esquerda-manchete-titulo-novoLayout h1 {
    font-size: 16px; }
  .fcPorto-heroWrapper-esquerda-submanchetes-01-novoLayout h1,
  .fcPorto-heroWrapper-esquerda-submanchetes-02-novoLayout h1 {
    font-size: 16px; }
  .fcPorto-heroWrapper-esquerda-manchete-texto-novoLayout p {
    font-size: 12px; }
  .fcPorto-heroWrapper-esquerda-manchete-texto-novoLayout .fcPortoAutorData {
    display: none; } }

@media only screen and (max-width: 450px) {
  .fcPorto-heroWrapper-esquerda-novoLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0; }
  .fcPorto-heroWrapper-esquerda-manchete-novoLayout {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .fcPorto-heroWrapper-esquerda-submanchetes-novoLayout {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .proximoJogoEquipaA-Maxi-Jogo-Logos {
    display: none; }
  .fcPortoNoticias-Direita a {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%; }
  .fcPortoPalmares-novoLayout figure {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%; } }

@media only screen and (max-width: 350px) {
  .fcPortoFotos-mobile-novoLayout {
    -ms-flex-pack: center;
        justify-content: center; }
    .fcPortoFotos-mobile-novoLayout a {
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
      border-right: none; } }
