﻿
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,300italic,400italic,500,500italic,700,700italic);


/* Bolinha ao lado do nome do site */
header.titulo h1 a span, 
header.titulo h2 a span{color: #eb1f23;}

 /* Bolinha de Paginação dos destaques */

.owl-dots .owl-dot{
	display: inline-block;
	width: 20px; 
	height: 20px;
	margin: 0 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #c4c4c4;
}

.owl-dots {
	text-align: center;
	margin-top: 30px;
}

.owl_theme .owl-controls .owl-page.active,
.owl_theme .owl-controls.clickable .owl-page:hover,
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover{background-color: #068aca!important;}


.owl_theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

/* Traço acima dos Títulos no Header Padrão */
header.header_padrao h1:before,
header.header_padrao h2:before,
header.header_padrao h3:before{background-color: #eb1f23;}

/* Símbolo de "+" ao lado dos Títulos no Header Padrão */
header.header_padrao a:before{color: #eb1f23;}

/* Título das Categorias dentro de Vídeos ou Notícias (se houver) */
.thumb_article  .nome_esporte{color: #eb1f23;}

/* Título dos ítens da editoria no menu superior  */
.menu_titulo .parte2 h3{color: #eb1f23;}

/* Cor dos links dos ítens da editoria no menu superior  */
.menu_titulo .parte2 ul li a{color: #eb1f23;}

/* Cor da borda de baixo no menu superior  */
.menu_titulo nav {
    border-bottom: 8px solid #eb1f23;
}

/* Data nos Vídeos relacionados  */
section.videos_relacionados .date{color: #eb1f23;}


/* Fundo do botão de filtro para vídeos  */
.btn_padrao {background: #eb1f23;}

/* Seta de opção nos filtros para vídeos  */
.btn_select i {color: #eb1f23;}

/* Paginação em números na Galeria de fotos  */
section.galeria_destaque #galeria .descricao_foto span.numero{color: #eb1f23;}

/* Crédito na Galeria de fotos  */
section.galeria_destaque #galeria .descricao_foto span.credito{color: #eb1f23;}

/* Ícone de camera na lista de galerias */
section.lista_galerias .thumb_article h3:before{color: #eb1f23;}

/* Hora na lista de Notícias */
#lista_noticias .news_item span.hora{color: #eb1f23;}

/* Título Principal na interna de Notícia */
.header-noticias h1 {color: #eb1f23;}

/* Fundo da barra de créditos e legenda abaixo da foto na interna de Notícia */
p.credits{background-color: #203e62;}
/* Nome do crédito abaixo da foto na interna de Notícia */
p.credits i{color: #b5d6fd;}

/* Link dentro do conteúdo na interna de Notícia */
.texto_conteudo a,
.texto_conteudo a:hover,
.texto_conteudo a:focus{
	color: #eb1f23;
}
/* Título do "Veja Também" na interna de Notícia */
.veja_tambem span{color: #df6327;}
/* Setinha do "Veja Também" na interna de Notícia */
.veja_tambem ul li a:before{color: #005336;}

/* Setinha do "Ler Notícia Completa" na interna de Notícia */
a#texto_completo i{color: #eb1f23;}

/*.customNavigation a{
	position: absolute;
	font-size: 45px;
	bottom: -20px;
	color: #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/
 [role="button"] {
          cursor: auto;
      }
	  
.customNavigation {
    position: relative;
	font-size: 45px;
    top: -155px;
    z-index: 10;
}

.customNavigation a, .customNavigation a:hover, .customNavigation a:active, .customNavigation a:focus {
	color: #fff;
}

.customNavigation .prev { 
	float: left;
}

.customNavigation .next {
	float: right;
}

@media screen and (max-width: 450px) {
	.customNavigation {
		top: -155px;
	}
}

/***********************************/


.nav-header{
	display: none;
}

/*==============================
=            Header            =
==============================*/
.logo, .logo-inner{
	width: 50%;
	height: 140px;
	display: block;
	overflow: hidden;
	text-indent: -999999px;
	margin: 0px auto;
}
.logo-inner{
	height: 125px;
}
	.homepage{
		position: relative;
		height: 600px;
		background-image: url('../images/background-topo.png');
		background-position: top center;
		background-repeat: no-repeat;
	}
	.inner{
		z-index: 99999999;
		height: 320px;
		margin-bottom: 35px;
		background-image: url('../images/background-topo.png');
		background-position: top center;
		background-repeat: no-repeat;
		padding-top: 10px;
	}
.homepage-main{margin-top: -316px;}


/* Fim TOPO LOGO*/

/* INÍCIO da Barra Social HOME */

.social_home{
    display: FLEX;
    position: absolute;
    top: 60px;
    right: 90px;
    width: 170px;
}

.social_home i{
	color: #ec2024;
}

.social_home li {
	display: inline-block;
	margin-right: 10px;
}
.social_home li a{
	font-size: 30px;
	color: #FFF;
}

.social_home li:last-child{
	position: relative;
	top: -5px;
}

/* Fim SOCIAL HOME*/



header.titulo {
	height: 133px; 
	margin-bottom: 45px;
}
header.titulo {
	border-bottom: 11px solid #e2e2e2;
	display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
header.titulo .nav-rio {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 10px 0 0;
}
header.titulo .nav-rio a {
	width: 100%;
	height: 100%;
	display: block; 
}
header.titulo .nav-rio a i {
	color: #292929;
	font-size: 40px;
}
header.titulo h1,
header.titulo h2{
	display: inline-block;
	position: relative;
	top: 30px;
	-webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
}
header.titulo h1 a,
header.titulo h2 a{
	
	font-weight: 700;
	font-size: 80px;
	color: #292929; 
	display: block;
	letter-spacing: -4px;
}
header.titulo h1 a:hover,
header.titulo h2 a:hover{
	text-decoration: none;
	color: #292929; 
}
header.titulo h1 a span,
header.titulo h2 a span{
	font-weight: 700;
}
header.titulo .selo-pequeno {
	margin-top: 30px;
	width: 120px;
	height: 60px;
	float: right;
	position: relative;
	overflow: hidden; 
}



/*=============================================
=          Publicidades         =
=============================================*/
.banner{
	position: relative;
	text-align: center;
	z-index: 0;
	margin: 0px;
}

.banner span.publicidade{
	bottom: 22px;
    color: #8a8a8a;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    left: -20px;
    position: absolute;
    text-align: left;
	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);

	/* IE */
	-ms-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.publicidade_arroba{
	width: 300px;
	height: 250px;
	margin: 0px auto;
}


.publicidade_superbanner{
	margin: 15px 0;
	height: 90px;
	text-align: center;
}

.publicidade_superbanner_rio{
	margin-left: -30px;
}

.publicidade_halfbanner{
	width: 300px;
	height: 60px;
	margin: 0px auto;

}

.publicidade_megabanner{
	width: 940px;
	height: 110px;
	margin: 15px 0;
	text-align: center;


}

#publicidade_selomaster{
	width: 120px;
	height: 60px;
	position: relative;
	float: right;
	top: 25px;
}

#publicidade_selomaster.publicidade_selomaster_rio{
	top: 15px;
}

/* INÍCIO dos estilos para menu titulo */

.menu_titulo {
	display: table;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
}

.menu_titulo a i {
	color: #FFF;
	font-size: 60px;
}

.menu_titulo nav {
	background-color: #fff;
	width: 460px;
	position: absolute;
	top: 55px;
	left: 5px;
	z-index: 15;
	display: none;
	box-shadow: 0px 0px 10px 0px #666; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
	opacity: 0.95;
}

.menu_titulo:hover  nav{
	display: block;
}

.menu_titulo .seta{
	position: absolute;
	left: 10px;
	top: -10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	opacity: 0.95;
}

.menu_titulo .parte1,
.menu_titulo .parte2{
	width: 50%;
	float: left;
}

.menu_titulo .parte1 ul{
	margin: 10px 20px 10px 20px;
	padding: 0px;
	list-style-type: none;

}

.menu_titulo .parte1 ul li a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	border-bottom: 2px dotted #e2e1e1;
	line-height: 38px;
}
.menu_titulo .parte1 ul li:last-child a{
	border-bottom: 0px;
}
.menu_topo .parte1 ul li a:hover{
	color: #ee3155;
}

.menu_titulo .parte2{
	padding: 40px 0 15px 15px;
	background-color: #efedef;
}
.menu_titulo .parte2 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu_titulo .parte2 ul li a{
	display: block;
	font-size: 14px;
	line-height: 30px;
}

.menu_titulo .parte2 h3{
	font-size: 24px;
	margin: 10px 0 20px 0;
}

.menu_topo .parte2 h4{
	font-size: 14px;
	color: #444444;
	font-weight: normal;
	text-transform: uppercase;
}

/* FIM dos estilos para menu titulo */


main.principal{
	margin-bottom: 40px;
}

section.bg,
main.bg{
  background: url("../images/bg.png") no-repeat center 120px; }

.noPadding {
  padding: 0; }

.header-noticias {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  }
  .header-noticias h1 {
    /* font-family: "fira_sansbold"; */
	font-weight: 700;
    font-size: 60px; 
	margin-top: 0px;}
  .header-noticias h3 {
    /* font-family: "fira_sansbold"; */
	font-weight: 500;
    color: #414141; }
  .header-noticias p {
    color: #a7a7a7;
    font-size: 13px;
    /* font-family: "fira_sanslight"; */
	font-weight: 300;	}
    .header-noticias p:before {
      content: '\f007';
      font-family: "FontAwesome";
      margin-right: 10px;
      font-size: 15px; }

.content-share-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .content-share-header ul {
    margin: 0; }
    .content-share-header ul li {
      background: url("http://www.band.uol.com.br/includes/public/images/ico-share.png") no-repeat 0 0;
      width: 33px;
      height: 33px;
      position: relative;
      overflow: hidden;
      float: left;
      text-indent: -9999px;
      margin-top: 12px; }
      .content-share-header ul li.ico-menu-twitter {
        background-position: -42px 0;
        width: 34px;
        margin-left: 10px; }
      .content-share-header ul li a {
        width: 100%;
        height: 100%;
        display: block; }

.img-entry-destaque {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .img-entry-destaque figure {
    height: 645px; }
    .img-entry-destaque figure img {
      width: 100%;
      height: 100%; }
    .img-entry-destaque figure figcaption {
      position: absolute;
      bottom: 0;
      font-size: 14px;
      line-height: 28px;
      left: 0;
      width: 100%;
      padding: 2px 15px;
      background-color: #203e62;
      color: #fff;
      /* font-family: "fira_sansregular"; */
	  font-weight: 400;
      border-top: 3px solid #fff; }
      .img-entry-destaque figure figcaption span {
        color: #97c6ff;
        /* font-family: "fira_sansmedium_italic"; */
		font-weight: 500;
		font-style: italic; 
		}

.content-entry {
  position: relative;
  overflow: hidden; }
  .content-entry p {
    font-size: 18px;
    line-height: 30px;
    /* font-family: "fira_sansregular"; */
	font-weight: 400; 
    color: #666666;
    margin-bottom: 20px; }

.title-entry {
  color: #292929;
  font-size: 44px;
  /* font-family: "fira_sansbold"; */
  font-weight: 700;
  position: relative;
  display: inline-block; }
  .title-entry:before {
    content: '';
    width: 50px;
    height: 8px;
    background-color: #eb1f23;
    top: -10px;
    left: 0;
    position: absolute; }

.box-recomendadas .content-hidden {
  position: relative;
  overflow: hidden;
  width: 635px;
  margin: 0 auto; }

.box-recomendadas ul {
  width: 5000px; }

.box-recomendadas li {
  position: relative;
  overflow: hidden;
  width: 190px;
  float: left;
  margin-left: 30px; }
  .box-recomendadas li:first-child {
    margin-left: 0; }
  .box-recomendadas li figure {
    background-color: red;
    min-height: 160px; }
    .box-recomendadas li figure img {
      width: 100%;
      height: 100%; }
  .box-recomendadas li h4 a {
    /* font-family: "fira_sansbold"; */
	font-weight: 700;
    color: #2c2c2c;
    font-size: 18px; }

.box-recomendadas .btn-recomendadas {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 99;
  margin: -30px 0; }
  .box-recomendadas .btn-recomendadas i {
    font-size: 45px;
    color: #c9c9c9; }
  .box-recomendadas .btn-recomendadas.prev-recomendadas {
    left: 0; }
  .box-recomendadas .btn-recomendadas.next-recomendadas {
    right: 0; }

.content-gallery {
  position: relative;
  overflow: hidden; }
  .content-gallery h2 {
    font-size: 24px;
    /* font-family: "fira_sansbold"; */
	font-weight: 700;
    padding-left: 35px;
    position: relative; }
    .content-gallery h2:before {
      content: '\f030';
      font-family: 'FontAwesome';
      color: #eb1f23;
      font-size: 25px;
      position: absolute;
      top: 0;
      left: 0; }
  .content-gallery h4 {
    /* font-family: "fira_sansregular"; */
    font-weight: normal;
    font-size: 16px;
    color: #9f9f9f; }

.image-entry-text {
  position: relative;
  overflow: hidden; }
  .image-entry-text img {
    width: 100%;
    height: 100%; }
  .image-entry-text figcaption {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    line-height: 28px;
    left: 0;
    width: 100%;
    padding: 2px 15px;
    background-color: #203e62;
    color: #fff;
    /* font-family: "fira_sansregular"; */
	font-weight: normal;
    border-top: 3px solid #fff; }
    .image-entry-text figcaption span {
      color: #97c6ff;
      /* font-family: "fira_sansmedium_italic"; */ 
	  font-weight: 500;
	  font-style: italic; 
	  }

.entry-noticias-gallery {
  margin-bottom: 30px; }
  .entry-noticias-gallery .btn-gallery {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 99;
    margin: -30px 0; }
    .entry-noticias-gallery .btn-gallery i {
      font-size: 50px;
      color: #c9c9c9; }
    .entry-noticias-gallery .btn-gallery.prev-gallery {
      left: 0; }
    .entry-noticias-gallery .btn-gallery.next-gallery {
      right: 0; }
  .entry-noticias-gallery .gallery-hidden {
    width: 1080px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 600px; }
    .entry-noticias-gallery .gallery-hidden ul {
      width: 10000px; }
      .entry-noticias-gallery .gallery-hidden ul li {
        width: 1080px;
        height: 600px;
        float: left;
        position: relative; }
        .entry-noticias-gallery .gallery-hidden ul li figure {
          height: 600px;
          position: relative; }
          .entry-noticias-gallery .gallery-hidden ul li figure img {
            width: 100%;
            max-height: 100%; }
          .entry-noticias-gallery .gallery-hidden ul li figure figcaption {
            background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 10%, transparent 100%);
            background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 10%, transparent 100%);
            background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 10%, transparent 100%);
            background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 10%, transparent 100%);
            background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.65) 10%, transparent 100%);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            font-size: 20px;
            color: #fff;
            /* font-family: "fira_sansmedium"; */
			font-weight: 500;
            text-align: center; }
            .entry-noticias-gallery .gallery-hidden ul li figure figcaption span {
              color: #f2de36;
              display: block;
              font-style: 12px;
              /* font-family: "fira_sansmedium_italic"; */ 
			  font-weight: 500;
			  font-style: italic; }

.video-hidden {
  width: 1080px;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px auto; }
  .video-hidden iframe {
    border: none;
    height: 600px;
    width: 1080px; }



* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif; 
  }

a {
  font-family: 'Fira Sans', sans-serif; 
   }

a:hover {
  text-decoration: none; }

a:focus {
  border: none; }

/* Header padrão */
header.header_padrao{
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	position: relative;
}

header.header_padrao h1,
header.header_padrao h2,
header.header_padrao h3{
	font-size: 30px;
	font-weight: bold;
	color: #292929;
	line-height: 50px;
	letter-spacing: -1px;
}

@media (min-width: 1200px) {
	header.header_padrao h1,
	header.header_padrao h2,
	header.header_padrao h3 {
		font-size: 40px !important;
	}
}

aside header.header_padrao h1,
aside header.header_padrao h2,
aside header.header_padrao h3{
	font-size: 40px;
}
aside header.header_padrao a{
	font-size: 18px;

}


header.header_padrao h1:before,
header.header_padrao h2:before,
header.header_padrao h3:before{
	content: " ";
	display: block;
	position: absolute;
	top: -10px;
	left: 0px;
	width: 50px;
	height: 8px;

}

header.header_padrao a{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #292929;
	line-height: 45px;
}

header.header_padrao a:before{
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: -1px;
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f067";
}

header.header_padrao.twitter h2:before{
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f099";
	font-weight: normal;
}

header.header_padrao.instagram h2:before{
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f16d";
	font-weight: normal;
}

/* Header internas */
header.header_internas{
	background-color: #df6327;
	height: 37px;
	line-height: 37px;
	margin-bottom: 25px;
	position: relative;
}

header.header_internas h1,
header.header_internas h2,
header.header_internas h3{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-indent: 15px;
	line-height: 37px;
	letter-spacing: -1px;
}

header.header_internas a{
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	
}

.barra_divisao {
	border-bottom: 11px solid #e2e2e2;
}
/* INÍCIO dos estilos para box padrão (Vídeos, notícias e fotos) */

.thumb_article{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;

}

.thumb_article.thumb_article_main {
	min-height: 200px;
}

.thumb_article h3,
.thumb_article h4{
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #363636;
	line-height: 20px;
	margin-bottom: 0;
	letter-spacing: -0.5px;
}
.thumb_article h4{ padding: 0; margin: 0;}
.thumb_article .content {
	width: 100%;
	display: block;
	overflow: hidden;
/*	background: #FFC107;*/
	padding: 0px;
}

.thumb_article_mais_galeria .content figure {
    max-height: 210px;
}

.thumb_article.thumb_article_main .content {
	/*paulotosi*/
	margin-bottom: 10px;
}

.thumb_article .content figure {
	position: relative;
	overflow: hidden;
	display: block;
	
}

.thumb_article.thumb_article_main .content figure {
    height: 100%;
}

.thumb_article .content figure span {
	position: absolute;
	color: #fff;
}

.thumb_article  .nome_esporte {
	margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
	display: none;
}

.thumb_article .content figure i{
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 35px;
	height: 35px;
	font-size: 19px;
	color: #2f2f2f;
	background: #c0c0c0;
	border-radius: 100%;
	text-align: center;
	padding: 0 0 0 5px;
    line-height:35px;
	opacity: 0.8;
}

.thumb_article .video_time {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	font-size: 12px;
	color: #fff;
	padding: 0 3px;
}

.thumb_article .tag-video { background: #425508; color: #FFF; }
.thumb_article .tag-galeria { background: #bac59a;  color: #2f3c06; }
.thumb_article span { vertical-align: middle;}
.thumb_article span.tag {
	text-transform: uppercase;
	font-size: 8px;
	padding: 3px;
}
.slider_content_theme .thumb_article {
	position: relative;
	color: #1f1f1f;
	margin: 0 auto;
	width: 71.42857142857143%;
	height: 180px;
	overflow: hidden;
}

.thumb_article .content figure.featured_page{
    height:225px;
}
    .thumb_article .content figure.featured_page i {
        width:32px;
        height:32px;
        font-size:20px;
        padding:6px 0 0 3px;
    }

    .thumb_article .content figure.featured_inner{
        height:190px;
    }
        .thumb_article .title_inner {
	        padding: 5px 0px 0px;
	        margin-bottom: 0;
	        font-size: 14px;
	        font-weight: bold;
	        color: #000;
        }
.date{
	font-size: 11px;
	color: #afafaf;
	font-weight: 500;
	display: table;
}

/* FIM dos estilos para box padrão (Vídeos, notícias e fotos) */


/* INÍCIO dos estilos para filtros de vídeos */

.btn_padrao {
    display: block;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	font-weight: 500;
}

.btn_padrao:hover {
	color: #fff;
}

.btn_padrao_cinza {
	background: #b6b6b6;
}

.btn_expandir, .btn_expandir:hover {
    border: 2px solid #dadada;
    text-align: center;
	padding: 5px;
	font-size: 11px;
	line-height: 21px;
	margin-bottom: 50px;
	margin-top: - 30px;
	cursor: pointer;
}

.btn_select, .btn_select:hover {
	background: #fff;
	color: #4f4f4f;
	border: 1px solid #dfdfdf;
	cursor: pointer;
}

.btn_select i {
	position: absolute;
    right: 25px;
    font-size: 20px;
}



.menu_filter {
	position: absolute;
	height: 220px;
    background-color: rgba(255,255,255,0.98);
    z-index: 1;
    width: 300px;
	-webkit-box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.75);
	overflow: auto;
    
}

.menu_filter::-webkit-scrollbar-track {
    background-color: #dad7d7;
}

.menu_filter::-webkit-scrollbar {
    width: 6px;
    background: #dad7d7;
}

.menu_filter::-webkit-scrollbar-thumb {
    background: #eb1f23;
}



.menu_filter li a {
	display: block;
    padding: 10px;
	text-transform: uppercase;
	color: #a7a7a7;
}

.menu_filter li a:hover {
	color: #eb1f23;
	background-color: #d3e8c7;
}

/* FIM dos estilos para filtros de vídeos */

/*=================================
=            News List            =
=================================*/
.news{
	width: 100%;
	display: table;
	border-bottom: 0px;
	margin-bottom: 40px;
}
.list{
	color: #4e4e4e;
	margin-bottom: 20px;
}

.news figure, .figure {
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
	margin-bottom: 10px;
}
.news .picture,
.picture{
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.eliminado img{
	/* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-filter: grayscale(100%);
}

.news:hover .picture,
.picture:hover{
	opacity: 0.7;
	transition: opacity .35s;
}

.height_home{height: 170px;}

/*----------  News List Featured block  ----------*/
.news.featured h2{font-size: 36px;}
.news.featured p{font-size: 16px;}
.news.featured figure {height: auto;}
/*----------  /End News List Featured block  ----------*/

.news header h2{
	font-size: 24px;
	margin-bottom: 5px;
	letter-spacing: -0.5px;
}
.news header h3{
	font-size: 17px;
	margin-bottom: 0;
	letter-spacing: -0.5px;
	line-height: 125%;
}
.news header p{
	font-size: 14px;
	margin-bottom: 0;
	color: #959595;
}
.news header .hora{
	color: #eb1f23;
	font-weight: 500;
	font-size: 12px;
}
.data {
	background-color: #e2e2e2;
	color: #9f9f9f;
	line-height: 20px;
	font-size: 14px;
	text-indent: 5px;
	margin-bottom: 30px;
	display: block;
}
/*=====  End of Section News List block  ======*/

/* INÍCIO da Barra Social das Internas */

.social_internas{
	padding: 20px 0 0 0;
	margin-bottom: 30px;
	overflow: hidden;

}

.social_internas span{
	font-size: 16px;
	text-transform: uppercase;
	color: #858585;
	letter-spacing: -0.5px;
	display: block;
	margin-bottom: 10px;
}

.social_internas a{
	float: left;
	margin-right: 10px;

}

.social_internas .separador{
	float: left;
	border-right: 1px solid #d2d2d2;
	height: 46px;
	margin: 0 10px 0 0px;
}


/* INÍCIO dos estilos para páginas de VIDEOS */

.m-related-videos__date,
.m-related-videos__list__date,
.m-related-videos__controls__item .fa,
.l-last-videos__carousel .owl-next:before,
.l-last-videos__carousel .owl-prev:before{
	color: #eb1f23!important;
}

.m-most-views__page-title:before{
	background: #eb1f23!important;
}

.m-most-views__page-title{
	margin-bottom: 20px!important;	
}

.m-most-views__page-title:before{
	top: -12px!important;
}

/* FIM dos estilos para página de VIDEOS */




/* INÍCIO dos estilos para as SIDEBARS */

aside .lista_videos .destaque .thumb_article h2{
	font-size: 16px;
	line-height: 22px;
}

aside .lista_videos .thumb_article h2{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}


aside .lista_videos .destaque .thumb_article .content figure i{
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	left: 15px;
	bottom: 15px;
}

aside .lista_videos .thumb_article .content figure i{
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	left: 5px;
	bottom: 5px;
}

/* FIM dos estilos para as SIDEBARS */


/*Paulo Tosi - Criando enquete*/

.enquete_main>header {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  font-weight: 700;
}

.enquete_main>header>h1 {
  font-weight: 700;
  border-bottom: 5px solid #eb1f23;
}

.enquete_main>header>a {
  color: #fff;
  background: #eb1f23;
  padding: 5px;
  text-align: center;
  font-size: 0.8em;
}

.enquete_main>p {
  color: #bfbfbf;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.enquete_main_input {
  font-weight: 700;
  font-size: 18px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
}

.enquete_main_input>.radio {
  margin-right: 20px;
  margin-bottom: 10px;
}


.enquete_main_input>.radio input[type="radio"] {
  visibility: hidden;
  cursor: pointer;
}

.enquete_main_input>.radio input[type="radio"]:checked+span:before {
  background: #eb1f23;
}
.enquete_main_input>.radio input[type="radio"]+span:before {
  content: " ";
  position: relative;
  right: 5px;
  background-color: #ccc;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  visibility: visible;
  box-shadow: 0 0 0px 2px #999;
}


.enquete_main>a, .enquete_main>a:hover {
  display: block;
  text-transform: uppercase;
  color: #fff;
  background: #eb1f23;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

/*Paulo Tosi - FIM Criando enquete*/


/*Paulo Tosi - Criando Relacionados por dada */
input.ui, input.ui:focus, input.ui:active {
  background: transparent;
  color: transparent;
  outline: none;
  border: none;
  width: 1px;
}


.ui-datepicker-title {
  background: none !important;
  border: none !important;
}

.ui-state-default, .ui-widget-header {
  background: none !important;
  border: none !important;
}

.ui-state-active {
  background: #eb1f23 !important;
}

.ui-state-hover, .ui-state-highlight {
  background: none !important;
  border: none !important;
  background-color: rgba(108,176,70, .3) !important;
}

.videos_relacionados_data {
  background: #474747;
  background: -moz-radial-gradient(center, ellipse cover, #474747 0%, #474747 22%, #111 68%, #111 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #474747), color-stop(22%, #474747), color-stop(68%, #111), color-stop(100%, #111));
  background: -webkit-radial-gradient(center, ellipse cover, #474747 0%, #474747 22%, #111 68%, #111 100%);
  background: -o-radial-gradient(center, ellipse cover, #474747 0%, #474747 22%, #111 68%, #111 100%);
  background: -ms-radial-gradient(center, ellipse cover, #474747 0%, #474747 22%, #111 68%, #111 100%);
  background: radial-gradient(ellipse at center, #474747 0%, #474747 22%, #111 68%, #111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#111111', GradientType=1 );
  margin-top: 50px;
  overflow: hidden;
  min-height: 250px;
}

.videos_relacionados_data h1 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.videos_relacionados_data h1 > span {
  color: #eb1f23;
}

.videos_relacionados_data__titulo > i {
  color: #fff;
  cursor: pointer;
}


.videos_relacionados_data__titulo {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
}

.controle_calendario {
  display: none;
}

.controle_calendario a, .controle_calendario a:hover, .controle_calendario a:focus {
  color: #eb1f23;
  cursor: pointer;
}

.separador {
  border-right: 1px solid #d2d2d2;
  margin: 0 10px 0 10px;
}
.videos_relacionados_data .thumb_article {
    min-height: 170px;
}
.videos_relacionados_data .thumb_article h3 {
  color: #fff;
  font-size: 13px;
}
.videos_relacionados_data .thumb_article .date {
  color: #eb1f23;
  font-size: 10px;
}

/*Paulo Tosi - FIM Criando Relacionados por dada */

/*INICIO - destaque noticia*/
.destaque_denoticias div:first-child {

}

.destaque_denoticias .header_padrao h2 {
	font-size: 30px;
	text-transform: capitalize;
}

.destaque_denoticias .thumb_article h3 {
	font-size: 15px;
	margin-top: 10px;
}

.destaque_denoticias .thumb_article {
	height: 230px;
}


/* INÍCIO dos estilos para Interna de notícias */

#noticia.bg{
	background-position: center 170px;
}

section#noticia_foto .sub-title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.5px;
}

section#noticia_foto .social_internas img {
	height:40px;
}


.texto_oculto{
	overflow: hidden;
	height: 0px;
	margin-bottom: 40px;
	position: relative;
}

.texto_conteudo p {
	font-weight: 400;
	text-align: justify;
	margin-bottom: 20px;
}

.texto_oculto.desativado{
	height: auto;
	overflow: initial;
}

.texto_oculto .texto_rodape{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.59) 56%,rgba(255,255,255,0.9) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

a#texto_completo{
	text-align: center;
	display: block;
	margin: 20px auto 40px auto;
	border-top: 1px solid #d8d8d8;
	width: 80%;
	padding: 20px 0 20px 0;
	font-size: 15px;
	color: #404040;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;

}

a#texto_completo i{
	display: block;
}

.texto_conteudo .texto_rodape.oculto,
a#texto_completo.oculto{
	display: none;
}

.veja_tambem{
	margin: 20px 0 20px 0;
}

.veja_tambem span{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.veja_tambem ul li a{
	font-size: 16px;
	font-weight: bold;
	color: #3c3c3c;
	text-decoration: none !important;
}

.veja_tambem ul li a:before{
	font-family: "FontAwesome";
	content: "\f0da";
	font-weight: normal;
	margin-right: 5px;
}

.veja_tambem_lateral{
	margin: 0 30px 0px -15%;
	padding-right: 0px!important;
}

.veja_tambem_lateral figure{
	position: relative;
}

.veja_tambem_lateral figure span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	padding: 7px;
	background-color: #ab120d;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.veja_tambem_lateral .thumb_article h3{
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -0.5px;
	color: #2c2c2c;
	margin-top: 10px;
}

.veja_tambem_lateral ul li{
	margin-top: 15px;
}

.veja_tambem_lateral ul li a{
	color: #2c2c2c;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -0.6px;
	font-weight: 500;
	font-style: italic;
	display: block;

}
.veja_tambem_lateral ul li a:before{
	content: '\f111';
	font-family: "FontAwesome";
	margin-right: 5px;
	color: #ab120d;
	font-style: normal;
	font-size: 8px;
	position: relative;
	top: -3px;

}

p.credits{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 1px;
	padding: 0 0 0 5px;
	line-height: 28px;
	font-weight: 300;
}

p.credits i{
	font-size: 12px;
	line-height: 28px;
}

.texto_conteudo{
	color:#787878;
	font-size: 17px;
	line-height: 24px;
}


.video_player_box{
	background-position: 10px 10px;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 10px 10px 0 10px;
	border: 1px solid #d9d9d9;
	background: #fff;
	position: relative;
}

.video_player_box img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border: 10px solid #fff;
	z-index: 1;
}

.video_player_box img.flutuante{
	position: relative;
	border: 0px;
	border-bottom: 9px solid #fff;
}

ul.lista_tweets{
	padding-bottom: 25px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

ul.lista_tweets a{
	font-size: 16px;
	color: #acacac;
	letter-spacing: -0.4px;
	line-height: 23px;

}

ul.lista_tweets li:before{
	content: '\f099';
	font-family: "FontAwesome";
	color: #0fa6e0;
	font-size: 20px;
	margin-right: 10px;
}




#video_player{
	z-index: 2;
	position: relative;
}

#video_player.flutuante{
	width: 416px;
	position: fixed;
	bottom: 5%;
	right: 5%;
	padding: 8px;
	height: 260px;
	background: rgb(29,82,147); /* Old browsers */
	background: linear-gradient(to bottom,  rgba(29,82,147,1) 83%,rgba(27,133,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#video_player.flutuante iframe{
	height: 220px;
}


#video_player p{
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.4px;
	margin-bottom: 0px;
	display: none;
}

#video_player.flutuante p{
	display: block;
}

#video_player.flutuante span.fechar{
	font-family: "FontAwesome";
	font-size: 15px;
	color: #fff;
	background-color: #1d5293;
	border-radius: 100%;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	position: absolute;
	top: -27px;
	right: 0px;
	cursor: pointer;
}
#video_player.flutuante span.fechar:after{
	content: '\f00d';
}


#video_player.flutuante span.drag{
	font-family: "FontAwesome";
	font-size: 15px;
	color: #fff;
	background-color: #1d5293;
	border-radius: 100%;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	position: absolute;
	top: -27px;
	left: 0px;
	cursor: grab;
}
#video_player.flutuante span.drag:after{
	content: '\f256';
}

#galeria_topo{
	position: relative;

}

#galeria_topo .owl-prev,
#galeria_topo .owl-next{
	width: 45px;
	height: 65px;
	position: absolute;
	top: 45%;
	color: #acacac;
	font-size: 72px;
}


#galeria_topo .owl-prev{
	left: -75px;
}

#galeria_topo .owl-next{
	right: -75px;	
}

/* Galeria Embedada no Conteúdo */
.texto_conteudo #galeria_topo{
	margin-bottom: 20px;
}
.texto_conteudo #galeria_topo .owl-prev{
	left: 5px;
}
.texto_conteudo  #galeria_topo .owl-next{
	right: 5px;
}
/* FIM Galeria Embedada no Conteúdo */

#galeria_topo .owl-prev:before{
	font-family: "FontAwesome";
	content: "\f053";


}

#galeria_topo .owl-next:before{
	font-family: "FontAwesome";
	content: "\f054";
}

#galeria_topo item{
	position: relative;
}

#galeria_topo .texto_galeria{
	min-height: 660px;
}


#galeria_topo .descricao_foto{
	position: absolute;
	bottom: 0px;
	overflow: hidden;
}
#galeria_topo .descricao_foto span.numero{
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 700;
}

#galeria_topo .descricao_foto p.legenda{
	color: #494949;
	font-weight: 300;
	letter-spacing: 0px;
}
#galeria_topo .descricao_foto{
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 100px 15px 8px 15px;
	text-align: center;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 2%,rgba(0,0,0,0.91) 96%,rgba(0,0,0,0.91) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#galeria_topo .active .descricao_foto{
	display: block;
}

#galeria_topo .descricao_foto p.legenda{
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -0.7px;
	margin-bottom: 0px;
	font-weight: 500;
}

#galeria_topo .descricao_foto span.credito{
	font-size: 12px;
	color: #f2de36;
	font-style: italic;
}

/*=============================================
= INÍCIO dos estilo da página de AO VIVO      =
=============================================*/

iframe#player_aovivo{
	margin-top: 30px;
	margin-bottom: 15px;
}

.bg_player{
	position: relative;
	/*background: url('../images/bg_player.jpg') no-repeat top center; */	
}

#player_aovivo header{
	position: relative; 
	top: -5px;
}

/* NOME DO PROGRAMA  */
#player_aovivo span.titulo{
	color: #000; /* Cor da letra */
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-weight: 700;
	position: relative;
	float: left;
	line-height: 34px;
}

/* TÍTULO (AO VIVO) */
#player_aovivo .on_air{
	margin-right: 10px;
	font-size: 27px;
	line-height: 34px;
	height: 34px;
	color: #fff; /* Cor da letra */
	background: #eb1f23;  /* Cor do fundo */
	border-radius: 13px;
	float: left;
	padding: 0 15px;
	max-width: 100%;
	font-weight: 700;
	line-height: -2px;
}

#aovivo .social_internas{
	
}

#aovivo .social_internas a{
	float: right;
	margin-left: 10px;
	margin-right: 0px;

}


#player_aovivo .social_internas i {
    width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#player_aovivo .social_internas a.facebook i{
	background-color: #4d71bb;
}

#player_aovivo .social_internas a.twitter i{
	background-color: #0fa6e0;
}

#aovivo .banner{
	margin: 0;
}

#aovivo .thumb_article figure i {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    color: #2f2f2f;
    background: #c0c0c0;
    border-radius: 100%;
    text-align: center;
    padding: 0 0 0 4px;
    line-height: 27px;
    opacity: 0.8;
}

#aovivo .thumb_article{
	min-height: 290px;
}

#aovivo figure{
	position: relative;
    display: block;
    overflow: hidden;
    background: #000;
    margin-bottom: 10px;
}


.header__on_air {
	display: none;
	align-self: center;
	padding: 20px;
}



@media only screen and (max-width: 768px) {
	#aovivo iframe{
		height: 400px;
	}

	.lista_videos .header_padrao{
		margin-top: 30px;
	}

	#player_aovivo{
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 600px) {
	#aovivo iframe{
		height: 250px;
	}
}

@media only screen and (max-width: 380px) {
	#aovivo iframe{
		height: 220px;
	}
}

@media only screen and (max-width: 320px) {
	#aovivo iframe{
		height: 180px;
	}
}



@media only screen and (max-width: 420px) {

	h1.aovivo{
		width: 100%;
		
	}

	iframe#player_aovivo{
		margin-bottom: 0px;
	}

	#player_aovivo .on_air{
		display: block;
		margin: 10px 0 10px 0;
		width: 100%;
		text-align: center;
		line-height: 25px;
		height: 25px;
		font-size: 20px;
	}

	#player_aovivo span.titulo{
		display: block;
		width: 100%;
		font-size: 30px;
		text-align: center;
		
	}

	#aovivo .social_internas a{
		float: none;
	}

	#aovivo .social_internas{
		text-align: center;
	}
}

/*=============================================
= FINAL dos estilo da página de AO VIVO      =
=============================================*/

/*=============================================
=          Apresentador         =
=============================================*/
.apresentador {
	margin-bottom: 100px;
}

.apresentador__titulo {
	position: relative;
	font-size: 20px;
    font-weight: bold;
    color: #292929;
    line-height: 50px;
    letter-spacing: -1px;
}

.apresentador__titulo:before {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
    width: 50px;
    height: 8px;
    background-color: #eb1f23;	
}

.apresentador__nome {
	font-size: 30px;
    font-weight: bold;
    color: #292929;
    line-height: 50px;
    letter-spacing: -1px;
}

.apresentador__header {
	display: flex;
    justify-content: space-between;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.apresentador__descricao {
    text-align: justify;
}

.apresentador__header .social_internas p{
	padding-right: 10px;
}

.apresentador__header .social_internas {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}

.apresentadores__nav {
	overflow: auto;
}

.apresentadores__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apresentadores__menu__item {
	padding:10px;
}

.apresentadores__menu__link {
	display: block;
    border-radius: 50%;
    overflow: hidden;
	opacity: 0.4;
}

.apresentadores__menu__link:hover, 
.apresentadores__menu__link.active {
	opacity: 1;
}



@media (min-width: 768px) {
	.apresentador__header {
		-webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: row;
			  flex-direction: row;
	}
}

@media (min-width: 1200px) {
	.apresentador__nome {
		font-size: 40px;
	}
	
	.apresentador__titulo {
		font-size: 40px;
	}
}



/* INÍCIO dos estilos para Apresentadores */
#apresentadores h2{
	font-size: 40px;
	color: #3b3b3b;
	letter-spacing: -2px;
	font-weight: 700;
}

#apresentadores h2 span{
	font-size: 18px;
	color: #0078a9;
	letter-spacing: -1px;
	font-weight: 500;
}

#apresentadores p{
	text-indent: 40px;
	font-size: 16px;
	line-height: 20px;
}

#apresentadores figure.foto_apresentador{

}
/*.apresentadores_lista{
	overflow: hidden;
}

.apresentadores_lista ul li a{
	display: block;
	width: 100%;
	height: 80px;
	border-radius: 100%;
	opacity: 0.4;
	overflow: hidden;
}

.apresentadores_lista ul li a.ativo,
.apresentadores_lista ul li a:hover{ 
	opacity: 1;
}*/


#apresentadores hr{
	margin: 30px 0 35px 0;
	border: #e0e0e0 solid;
    border-width: 7px 0 0;
    clear: both;
    height: 0;
}

/* FIM dos estilos para Apresentadores */

/* FIM dos estilos para Interna de notícias */

/*=====================================
=            Breadcrumb Program            =
=====================================*/
.bg_breadcrumb_program{
	width: 100%;
	overflow: hidden;
	background: #a7b1ba;
	height: 35px;
}
.breadcrumb_program{
	padding: 9px 0 0 0;
	/*height: 30px;*/
}
.breadcrumb_program li{
	display: inline-block;
}
.breadcrumb_program li a{
	font-style: italic;
	color: #FFF;
	font-size: 16px;
	text-transform: lowercase;
}
.breadcrumb_program li a:hover{ color: rgba(0, 0, 0, 0.4); }
.breadcrumb_program li:after{
	content: "/";
	color: #FFF;
	padding: 0 5px 0 5px;
}
.breadcrumb_program li:last-child a{
	font-weight: bold;
	font-size: 18px;
}
.breadcrumb_program li:last-child:after{content: "";}
/*=====  End of Breadcrumb Program  ======*/


/*================================================================
=            Bootstrap 3 Media Queries For All Devices - Mobile First Method               =
=================================================================*/

/*==========   ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
.videos_relacionados_data__titulo {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	section.video_destaque {
		margin: 10px;
	}
	
	.player {
		height: 425px;
	}
	
	.videos_relacionados_data__titulo, .videos_relacionados_data__titulo h1 {
		font-size: 30px;
	}

	.videos_relacionados_data__titulo i {
	  margin-left: 10px;
	  margin-right: 10px;
	}
	.destaque_denoticias .thumb_article {
		height: 280px;
	}
	
	.videos_relacionados_data .thumb_article {
		min-height: 260px;
	}

	.destaque_denoticias .thumb_article .content{
		height: 190px;
	}
	
	.thumb_article.thumb_article_main {
		min-height: 260px;
	}
	
	.ultimos_videos .thumb_article.thumb_article_main .content {
		height: 125px;
	}
	
	.controle_calendario {
	  -webkit-display: flex;
	  -moz-display: flex;
	  -ms-display: flex;
	  -o-display: flex;
	  display: flex;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.player {
    height: 380px;
}
/*Paulo Tosi - Criando enquete*/
.enquete {
	margin-top: 10px;
}	
.enquete_main {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.enquete_main>header {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.enquete_main>header>a {
  width: 100%;
}
.enquete_main>p {
  width: 300px;
  margin-left: 10px;
  line-height: 22px;
}

.enquete_main_input {
  width: 500px;
}
/*Paulo Tosi - FIM Criando enquete*/
	.destaque_denoticias .thumb_article {
		height: 330px;
	}
	.destaque_denoticias .thumb_article .content{
		height: 265px;
	}
	
	.ultimos_videos .thumb_article.thumb_article_main .content {
		height: 165px;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.player {
		height: 530px;
	}
	.enquete_main>p {
		width: 240px;
	}
	
	.videos_relacionados_data .thumb_article {
		    min-height: 180px;
	}

	.enquete_main_input {
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
		width: 600px;
	}
	
	.destaque_denoticias .thumb_article {
		height: 245px;
	}
	.destaque_denoticias .thumb_article .content{
		height: 175px;
	}
	
	.ultimos_videos .thumb_article.thumb_article_main .content {
		height: 105px;
	}
	
	.thumb_article.thumb_article_main {
		min-height: 210px;
	}
	
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 1195px) {
	/*.thumb_article.thumb_article_main .content {
		height: 85px;
	}*/
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.thumb_article h3,
	.thumb_article h4{
		font-size: 20px;
		line-height: 20px;
	}

	


	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	main.bg, main{
		background-image: none;
		margin: 20px 5px 5px 5px;
	}

	.header-noticias h1{
		font-size: 42px;
		line-height: 44px;
		letter-spacing: -2px;
	}

	.header-noticias h3{
		font-size: 20px;
		line-height: 28px;
	}
	
	.social_internas .separador{
		margin: 20px 0 0 0;
	}

	p.credits{
		font-size: 16px;
		line-height: 22px;
		padding: 8px 8px 0px 8px;
	}

	p.credits i{
		font-size: 16px;
	}

	.header-noticias p{
		font-size: 16px;
		font-weight: 400;
	}

	.descricao_foto{
		position: relative!important;
	}

	section.galeria_destaque #galeria h1{
		font-size: 48px;
	}
	#galeria .imagens .owl-prev,
	#galeria .imagens .owl-next{
		font-size: 45px;
	}
	#galeria .imagens .owl-prev{
		left: 5px;
	}
	#galeria .imagens .owl-next{
		right: 5px;
	}

	section.galeria_destaque #galeria .descricao_foto span.numero{
		font-size: 48px;
		letter-spacing: -3px;

	}

	section.galeria_destaque #galeria .descricao_foto p.legenda{
		font-size: 18px;
		padding-left: 30px;
		letter-spacing: -1px;
	}
	section.galeria_destaque #galeria .descricao_foto span.credito{
		padding-left: 30px;
		font-size: 14px;
		font-weight: 400;
	}





}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	
	/*Paulo Tosi - Ajuste videos destaque */

	.player {
	   height: 215px;
	}

	/*Paulo Tosi - FIM - Ajuste videos destaque */


	.social_internas img{
		width: 40px;
	}

	.social_internas .separador{
		height: 40px;
	}

	.social_internas .separador{
		margin: 0 10px 0 10px;
	}

	.social_internas{
		padding: 15px;
	}
	
	.thumb_article.thumb_article_main {
		min-height: 0px;
	}
	
	/*.thumb_article.thumb_article_main .content {
		height: 115px;
	}*/
	
	section.lista_galerias .thumb_article {
		min-height: 0px;
	}
	
	.thumb_article_mais_galeria .content figure {
		max-height: 115px;
	}

	.veja_tambem_lateral{
		margin: 0 0 0 -15px;
	}

	.veja_tambem_lateral ul li a{
		font-size: 20px;
		line-height: 28px;
	}
	
	.veja_tambem_lateral ul li a:before{
		font-size: 11px;
	}

	
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}












