@charset "UTF-8";
/*   	
	Author URI: http://olivasdigital.com.br/
	Developer: Olivas Digital
	Date: xx/xx/xxxx
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

iframe {
  border: 0px; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* GRID */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 9, 2016 */
@font-face {
  font-family: 'oswalddemibold';
  src: url("oswald-demibold-webfont.woff2") format("woff2"), url("oswald-demibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldheavy';
  src: url("fonts/Oswald/oswald-heavy-webfont.woff2") format("woff2"), url("fonts/Oswald/oswald-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldlight';
  src: url("fonts/Oswald/oswald-light-webfont.woff2") format("woff2"), url("fonts/Oswald/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldmedium';
  src: url("fonts/Oswald/oswald-medium-webfont.woff2") format("woff2"), url("fonts/Oswald/oswald-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswald_regularregular';
  src: url("fonts/Oswald/oswald-regular-webfont.woff2") format("woff2"), url("fonts/Oswald/oswald-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldbold';
  src: url("fonts/Oswald/oswald-bold-webfont.woff2") format("woff2"), url("fonts/Oswald/oswald-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.row:after, .clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden; }

.sprite {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  display: block; }

.sprite-facebook {
  width: 11px;
  height: 20px;
  background-position: -10px -10px; }

.sprite-instagram {
  width: 21px;
  height: 20px;
  background-position: -41px -10px; }

.sprite-line {
  width: 1141px;
  height: 2px;
  background-position: -82px -10px; }

.sprite-next_arrow {
  width: 9px;
  height: 24px;
  background-position: -1243px -10px; }

.sprite-play-large {
  width: 132px;
  height: 132px;
  background-position: -1272px -10px; }

.sprite-play-small {
  width: 83px;
  height: 83px;
  background-position: -1424px -10px; }

.sprite-prev_arrow {
  width: 9px;
  height: 24px;
  background-position: -1527px -10px; }

.sprite-search {
  width: 21px;
  height: 21px;
  background-position: -1556px -10px; }

.sprite-search-large {
  width: 55px;
  height: 52px;
  background-position: -1549px -74px; }

.sprite-hamburguer {
  width: 24px;
  height: 24px;
  background-position: -1558px -43px; }

.sprite-twitter {
  width: 15px;
  height: 20px;
  background-position: -1597px -10px; }

/****ALL******/
html, body {
  font-family: 'oswald_regularregular';
  font-size: 16px;
  height: 100%;
  min-height: 100%; }

body.extra-spacing {
  padding-top: 135px; }

/*FONTS*/
.demibold {
  font-family: 'oswalddemibold'; }

.heavy {
  font-family: 'oswaldheavy'; }

.light {
  font-family: 'oswaldlight'; }

.medium {
  font-family: 'oswaldmedium'; }

.regular, .menu-vida-melhor .menu-horizontal ul li a, .sobre-o-programa .col-left blockquote h3 {
  font-family: 'oswald_regularregular'; }

.bold, .menu-principal .menu > li a, .copy .programacao .close, .copy .programacao .atual .horario, .copy .programacao .seguinte .horario, .copy .programacao .proximos .horario, .menu-horizontal ul li a, .resposta-busca, .mais-assistidos ul li .text h3 {
  font-family: 'oswaldbold'; }

.opensans, .topo .busca form input, .videos ul li a .legenda span, .custom-select select, .paginacao, .mais-assistidos ul li .text span, .sobre-o-programa .col-left p, .anuncie p, .anuncie span, .conteudo-institucional .col-left, .interna-culinaria .info_receita span, .interna-culinaria .content_left ul li, .interna-culinaria .content_left p, .interna-culinaria .content_left span {
  font-family: 'Open Sans', sans-serif; }

.left, .alignleft {
  display: block;
  float: left; }

.right, .alignright {
  display: block;
  float: right; }

.alignright {
  margin-left: 20px;
  margin-bottom: 20px; }

.alignleft {
  margin-right: 20px;
  margin-bottom: 20px; }

.aligncenter {
  margin-top: 20px;
  margin-bottom: 20px; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 52.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden; }

.flex-video.widescreen {
  padding-bottom: 57.25%; }

.flex-video.vimeo {
  padding-top: 32px; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0; } }
input:focus, textarea:focus, button:focus {
  outline: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/*SIMPLE GRID*/
.container {
  width: 100%;
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto; }

.row {
  width: 100%;
  height: auto; }

.col-12 {
  width: 100%; }

.col-6 {
  width: 100%; }
  @media (min-width: 1070px) {
    .col-6 {
      width: 50%;
      float: left; } }

.col-4 {
  width: 100%; }
  @media (min-width: 1070px) {
    .col-4 {
      width: 25%;
      float: left; } }

.col-3 {
  width: 100%; }
  @media (min-width: 1070px) {
    .col-3 {
      width: 20%;
      float: left; } }

.col-2 {
  width: 100%; }
  @media (min-width: 1070px) {
    .col-2 {
      width: 16.66667%;
      float: left; } }

.col-1 {
  width: 100%; }
  @media (min-width: 1070px) {
    .col-1 {
      width: 8.33333%;
      float: left; } }

/*HEADER*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2; }

.header {
  display: block;
  position: fixed;
  top: 60px;
  padding-top: 2px;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #ffffff;
  z-index: 3;
  -webkit-transition: left .5s ease;
  -moz-transition: left .5s ease;
  transition: left .5s ease; }
  .header.active {
    left: 0; }
  @media (min-width: 1070px) {
    .header {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      left: 0;
      top: 0px;
      padding-top: 0; } }

.topo-mobile {
  width: 100%;
  height: 60px;
  background: #0092f2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9; }
  @media (min-width: 1070px) {
    .topo-mobile {
      display: none; } }
  .topo-mobile .logotipo {
    width: 60px;
    display: block;
    height: auto;
    padding: 10px;
    background: #ffffff; }
    .topo-mobile .logotipo img {
      width: 100%;
      height: auto; }
  .topo-mobile .hamburguer span {
    margin-top: 12px;
    cursor: pointer; }

.topo {
  width: 100%;
  height: auto;
  background: #0092f2; }
  @media (min-width: 1070px) {
    .topo {
      height: 80px; } }
  @media (min-width: 1070px) {
    .topo .social, .topo .busca {
      margin-top: 20px; } }
  @media (max-width: 1069px) {
    .topo .social {
      margin-top: 10px;
      padding-top: 10px; } }
  @media (min-width: 1070px) {
    .topo .social {
      float: left; } }
  .topo .social a {
    display: inline-block;
    margin: 0 10px; }
    @media (min-width: 1070px) {
      .topo .social a {
        margin: 10px; } }
  .topo .social .sprite-you-tube {
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_youtube.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom; }
  .topo .busca {
    float: left; }
    .topo .busca form {
      display: block;
      width: 225px;
      height: 32px;
      background: #ebebeb;
      position: relative;
      margin: 3px 10px; }
      .topo .busca form input {
        position: absolute;
        border: none;
        background: transparent;
        font-size: 14px;
        color: #252525; }
      .topo .busca form input[type="text"] {
        width: 190px;
        height: 32px;
        top: 0;
        right: 0; }
      .topo .busca form input[type="submit"] {
        width: 21px;
        height: 21px;
        top: 5px;
        left: 7px;
        font-size: 0;
        background-image: url("../img/sprite.png");
        background-repeat: no-repeat;
        background-position: -1556px -10px; }
  .topo .menu-topo {
    margin: 15px 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px; }
    @media (min-width: 1070px) {
      .topo .menu-topo {
        text-align: right;
        margin: 34px 0;
        font-size: 13px; } }
    .topo .menu-topo a {
      color: #ffffff;
      text-decoration: none;
      margin: 10px; }
  .topo a:hover {
    opacity: .8; }

.lbl_info_signal {
  margin-right: 40px; }
  @media (max-width: 1068px) {
    .lbl_info_signal {
      font-size: 7px !important;
      display: none; } }

@media (min-width: 1070px) {
  .menu-principal {
    text-align: center; } }
@media (min-width: 1070px) {
  .menu-principal.fixed {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #cfcfcf; }
    .menu-principal.fixed .menu {
      padding-top: 20px !important;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; } }
.menu-principal .logotipo {
  display: none;
  text-align: center;
  margin: 20px auto; }
  @media (min-width: 1070px) {
    .menu-principal .logotipo {
      display: block;
      height: 117px;
      -webkit-transition: height .3s ease;
      -moz-transition: height .3s ease;
      transition: height .3s linear; } }
@media (min-width: 1070px) {
  .menu-principal.fixed .logotipo {
    display: block;
    float: left;
    height: 66px;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    transition: width 1s ease; }
    .menu-principal.fixed .logotipo img {
      height: 60px; } }
.menu-principal ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.menu-principal .menu {
  list-style: none;
  -webkit-transition: padding-top .5s ease;
  -moz-transition: padding-top .5s ease;
  transition: padding-top .5s ease; }
  .menu-principal .menu > li {
    display: block;
    margin: 20px 10px; }
    @media (min-width: 1070px) {
      .menu-principal .menu > li {
        display: inline-block;
        margin: 20px 30px 0px;
        height: 30px; } }
    .menu-principal .menu > li a {
      color: #0092f2;
      font-size: 16px;
      text-decoration: none;
      line-height: 7px; }
    .menu-principal .menu > li > a:hover {
      opacity: .8; }
    .menu-principal .menu > li.has-submenu {
      position: relative; }
      .menu-principal .menu > li.has-submenu > a:after {
        content: url("../img/seta-menu.png");
        display: block;
        float: right;
        margin-top: 2px;
        margin-left: 10px; }
      .menu-principal .menu > li.has-submenu.active a {
        color: #ffcc00; }
      .menu-principal .menu > li.has-submenu.active > a:after {
        content: url("../img/seta-menu-2.png"); }
      @media (max-width: 1069px) {
        .menu-principal .menu > li.has-submenu .voltar {
          display: block;
          color: #fff;
          padding: 20px;
          font-size: 16px;
          text-align: right;
          cursor: pointer;
          border-top: 2px solid #fff; }
        .menu-principal .menu > li.has-submenu .sub-menu-thumb {
          position: fixed;
          top: 60px;
          left: 0;
          height: 100%;
          z-index: 4;
          width: 300px;
          background: #0092f2;
          overflow: auto;
          left: -320px;
          -webkit-transition: left .5s ease;
          -moz-transition: left .5s ease;
          transition: left .5s ease; }
          .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu {
            width: 100%;
            display: block;
            float: left;
            background: #004f9e; }
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul {
              display: block;
              width: 100%;
              height: auto; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul a {
                color: #ffffff;
                display: block;
                padding: 15px 0px 15px 10px;
                -webkit-transition: .2s ease;
                -moz-transition: .2s ease;
                transition: .2s ease;
                font-size: 14px;
                font-family: Open Sans;
                font-weight: bold;
                position: relative; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul a.active {
                  background: #0092f2;
                  color: #ffcc00; }
                  .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul a.active:after {
                    content: ">";
                    font-family: 'oswaldbold';
                    position: absolute;
                    right: 60px;
                    top: 15px; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul .end {
                background: #0067bc;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul .end a:after {
                  display: none; }
          .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu {
            display: block;
            width: 100%;
            float: left;
            background: #0092f2; }
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li {
              width: 100%;
              float: left; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li:nth-child(1) {
                background: #0041ab; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li:nth-child(2) {
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075e9+0,003fd3+100 */
                background: #0075e9;
                /* Old browsers */
                background: -moz-linear-gradient(left, #0075e9 0%, #003fd3 100%);
                /* FF3.6-15 */
                background: -webkit-linear-gradient(left, #0075e9 0%, #003fd3 100%);
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, #0075e9 0%, #003fd3 100%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075e9', endColorstr='#003fd3',GradientType=1 );
                /* IE6-9 */ }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li:nth-child(2) header {
                  border-right: 1px solid rgba(255, 255, 255, 0.5); }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li:nth-child(3) {
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075e9+0,0025ce+100 */
                background: #0075e9;
                /* Old browsers */
                background: -moz-linear-gradient(left, #0075e9 0%, #0025ce 100%);
                /* FF3.6-15 */
                background: -webkit-linear-gradient(left, #0075e9 0%, #0025ce 100%);
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, #0075e9 0%, #0025ce 100%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075e9', endColorstr='#0025ce',GradientType=1 );
                /* IE6-9 */ }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li header {
                display: block;
                padding: 16px 20px;
                font-weight: bold;
                min-height: 101px; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li header span {
                  display: block;
                  margin-bottom: 5px; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li header .momento {
                  font-size: 14px;
                  color: #ffcc00; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li header .nome {
                  font-size: 16px;
                  color: #fff; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li header .hora {
                  font-size: 24px;
                  color: #fff; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li img {
                display: block;
                margin: 0;
                width: 100%; }
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #all li, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #religiosos li, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #variedades li {
              width: 50%;
              height: auto;
              float: left;
              background: #000; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #all li img, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #religiosos li img, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #variedades li img {
                display: block;
                margin: 0;
                width: 100%;
                opacity: 0.8;
                -webkit-transition: opacity 1s ease;
                -moz-transition: opacity 1s ease;
                transition: opacity 1s ease; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #all li img:hover, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #religiosos li img:hover, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #variedades li img:hover {
                  opacity: 1; }
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #jornalismo li, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #esporte li, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #receitas li, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #entrevistas li {
              width: 100%;
              height: auto;
              float: left;
              background: #000; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #jornalismo li img, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #esporte li img, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #receitas li img, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #entrevistas li img {
                display: block;
                margin: 0;
                width: 100%;
                -webkit-transition: opacity 1s ease;
                -moz-transition: opacity 1s ease;
                transition: opacity 1s ease;
                height: 100%; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #jornalismo li img:hover, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #esporte li img:hover, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #receitas li img:hover, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #entrevistas li img:hover {
                  opacity: 1; } }
      @media (min-width: 1070px) {
        .menu-principal .menu > li.has-submenu .voltar {
          display: none; }
        .menu-principal .menu > li.has-submenu .sub-menu-thumb {
          width: 100%;
          height: auto;
          overflow: hidden;
          text-align: left;
          top: 30px;
          display: none;
          background: #0092f2;
          position: absolute;
          width: 870px;
          height: 258px;
          left: -200px; } }
  @media (min-width: 1070px) and (min-width: 1070px) {
    .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu {
      width: 23%;
      display: block;
      float: left;
      background: #004f9e; } }
      @media (min-width: 1070px) {
          .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul {
            display: block;
            width: 100%;
            height: auto; }
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul a {
              color: #ffffff;
              display: block;
              padding: 7px 0px 7px 15px;
              -webkit-transition: .2s ease;
              -moz-transition: .2s ease;
              transition: .2s ease;
              font-size: 13px;
              font-family: Open Sans;
              font-weight: normal;
              position: relative;
              line-height: 18px; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul a.active {
                background: #0092f2;
                color: #ffcc00; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul a.active:after {
                  content: ">";
                  font-family: 'oswaldbold';
                  display: block;
                  height: 32px;
                  position: absolute;
                  right: 60px;
                  top: 0px;
                  line-height: 32px; }
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul .end {
              background: #0067bc;
              border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .list-menu ul .end a:after {
                display: none; }
          .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu {
            display: none;
            width: 77%;
            float: left;
            background: #0092f2; } }
    @media (min-width: 1070px) and (min-width: 1070px) {
      .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu {
        display: block; } }
      @media (min-width: 1070px) {
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li {
              width: 33.33333333333333%;
              float: left; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li:nth-child(1) {
                background: #0041ab; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li:nth-child(2) {
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075e9+0,003fd3+100 */
                background: #0075e9;
                /* Old browsers */
                background: -moz-linear-gradient(left, #0075e9 0%, #003fd3 100%);
                /* FF3.6-15 */
                background: -webkit-linear-gradient(left, #0075e9 0%, #003fd3 100%);
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, #0075e9 0%, #003fd3 100%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075e9', endColorstr='#003fd3',GradientType=1 );
                /* IE6-9 */ }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li:nth-child(2) header {
                  border-right: 1px solid rgba(255, 255, 255, 0.5); }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li:nth-child(3) {
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075e9+0,0025ce+100 */
                background: #0075e9;
                /* Old browsers */
                background: -moz-linear-gradient(left, #0075e9 0%, #0025ce 100%);
                /* FF3.6-15 */
                background: -webkit-linear-gradient(left, #0075e9 0%, #0025ce 100%);
                /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, #0075e9 0%, #0025ce 100%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075e9', endColorstr='#0025ce',GradientType=1 );
                /* IE6-9 */ }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li header {
                display: block;
                padding: 16px 20px;
                font-weight: bold;
                min-height: 101px; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li header span {
                  display: block;
                  margin-bottom: 5px; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li header .momento {
                  font-size: 14px;
                  color: #ffcc00; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li header .nome {
                  font-size: 16px;
                  color: #fff; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li header .hora {
                  font-size: 24px;
                  color: #fff; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #grade li img {
                display: block;
                margin: 0;
                width: 100%; }
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #all li, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #religiosos li, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #variedades li {
              width: 25%;
              height: auto;
              float: left;
              background: #000; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #all li img, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #religiosos li img, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #variedades li img {
                display: block;
                margin: 0;
                width: 100%;
                height: 130px;
                opacity: 0.5;
                -webkit-transition: opacity 1s ease;
                -moz-transition: opacity 1s ease;
                transition: opacity 1s ease; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #all li img:hover, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #religiosos li img:hover, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #variedades li img:hover {
                  opacity: 1; }
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #jornalismo li img {
              opacity: 0.8; }
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #jornalismo li, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #esporte li, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #receitas li, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #entrevistas li {
              width: 50%;
              height: auto;
              float: left;
              background: #000; }
              .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #jornalismo li img, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #esporte li img, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #receitas li img, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #entrevistas li img {
                display: block;
                margin: 0;
                width: 100%;
                opacity: .5;
                -webkit-transition: opacity 1s ease;
                -moz-transition: opacity 1s ease;
                transition: opacity 1s ease;
                height: 100%; }
                .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #jornalismo li img:hover, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #esporte li img:hover, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #receitas li img:hover, .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu #entrevistas li img:hover {
                  opacity: 1; }
            .menu-principal .menu > li.has-submenu .sub-menu-thumb .thumb-menu .hide-sub-sub-menu {
              display: none; } }
    .menu-principal .menu > li.menu-ao-vivo a {
      background: #ffcc00;
      padding: 10px 25px 5px;
      color: #0045b6; }
      @media (min-width: 1070px) {
        .menu-principal .menu > li.menu-ao-vivo a {
          width: auto; } }
    @media (max-width: 1069px) {
      .menu-principal .menu > li.menu-radio-player {
        width: 110px;
        text-align: center;
        color: #ffcc00;
        background: #0092f2;
        padding: 5px 0 0; }
        .menu-principal .menu > li.menu-radio-player .lb {
          margin-bottom: 3px;
          display: inline-block; } }
    @media (min-width: 1070px) {
      .menu-principal .menu > li.menu-radio-player {
        margin: 0;
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        transform: translateY(6px);
        padding: 3px 3px 3px 7px;
        background: #0092f2; }
        .menu-principal .menu > li.menu-radio-player span {
          display: inline-block;
          font-size: 14px;
          color: #ffcc00; }
          .menu-principal .menu > li.menu-radio-player span.lb {
            transform: translateY(-5px); } }

/*RODAPE*/
.rodape {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #0051a1;
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 1070px) {
    .rodape {
      text-align: left; } }
  .rodape .small {
    max-width: 777px; }
  .rodape ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 1070px) {
      .rodape ul {
        display: block; } }
    .rodape ul li {
      display: block;
      margin-bottom: 8px; }
    .rodape ul a {
      color: #ffffff;
      font-size: 13px;
      text-decoration: none; }
      .rodape ul a:hover {
        text-decoration: underline; }
  .rodape .social {
    display: block; }
    .rodape .social a {
      display: inline-block;
      margin: 10px 20px 10px 0; }
      .rodape .social a:hover {
        opacity: .9; }
    .rodape .social .sprite-you-tube {
      width: 24px;
      height: 24px;
      background-image: url("../img/icon_youtube.png");
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: bottom; }
  .rodape span {
    color: #ffffff;
    font-size: 14px; }

.copy {
  width: 100%;
  height: 45px;
  background: #0092f2;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 45px;
  -webkit-transition: margin-bottom .5s ease;
  -moz-transition: margin-bottom .5s ease;
  transition: margin-bottom .5s ease; }
  .copy .open {
    right: 10px;
    position: absolute;
    margin-top: 6px;
    cursor: pointer;
    height: 33px; }
  @media (min-width: 1070px) {
    .copy.active {
      margin-bottom: 90px; } }
  .copy.active .open {
    display: none; }
  .copy.active .programacao {
    bottom: 0; }
  .copy .programacao {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background: #0086ed;
    text-align: left;
    position: fixed;
    bottom: -90px;
    -webkit-transition: bottom .5s ease;
    -moz-transition: bottom .5s ease;
    transition: bottom .5s ease;
    z-index: 999;
    background: -moz-linear-gradient(left, #0086ed 0%, #004792 100%);
    background: -webkit-linear-gradient(left, #0086ed 0%, #004792 100%);
    background: linear-gradient(to right, #0086ed 0%, #004792 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086ed', endColorstr='#004792',GradientType=1 );
    display: none; }
    @media (min-width: 1070px) {
      .copy .programacao {
        display: block; } }
    .copy .programacao .container {
      position: relative; }
    .copy .programacao .close {
      position: absolute;
      right: -55px;
      display: block;
      background: #ffcc00;
      width: 50px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      top: 50%;
      margin-top: -12px;
      color: #0045b6;
      -webkit-transition: background .2s ease;
      -moz-transition: background .2s ease;
      transition: background .2s ease;
      cursor: pointer; }
      .copy .programacao .close:hover {
        background: #ffffff;
        color: #ffcc00; }
    .copy .programacao .atual, .copy .programacao .seguinte, .copy .programacao .proximos {
      width: 30%;
      float: left;
      font-size: 13.5px;
      padding: 12px 15px 6px;
      background: #0040ab;
      height: 90px; }
      .copy .programacao .atual img, .copy .programacao .seguinte img, .copy .programacao .proximos img {
        width: 100%;
        display: block;
        margin: 0; }
      .copy .programacao .atual .thumb, .copy .programacao .seguinte .thumb, .copy .programacao .proximos .thumb {
        width: 35%;
        float: left; }
      .copy .programacao .atual .text, .copy .programacao .seguinte .text, .copy .programacao .proximos .text {
        width: 65%;
        float: left; }
      .copy .programacao .atual .yellow, .copy .programacao .seguinte .yellow, .copy .programacao .proximos .yellow {
        color: #ffcc00;
        margin: 0; }
      .copy .programacao .atual span, .copy .programacao .seguinte span, .copy .programacao .proximos span {
        display: block;
        margin: 0;
        padding: 0 0 0 10px;
        line-height: 24px;
        width: 100%;
        float: left;
        color: #fff; }
      .copy .programacao .atual .horario, .copy .programacao .seguinte .horario, .copy .programacao .proximos .horario {
        font-size: 22px; }
    .copy .programacao .seguinte {
      width: 20%;
      float: left;
      font-size: 14.5px;
      background: -moz-linear-gradient(left, #0086ed 0%, #004792 100%);
      background: -webkit-linear-gradient(left, #0086ed 0%, #004792 100%);
      background: linear-gradient(to right, #0086ed 0%, #004792 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086ed', endColorstr='#004792',GradientType=1 ); }
    .copy .programacao .proximos {
      width: 12.5%;
      float: left;
      background: transparent;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      font-size: 14.5px; }
      .copy .programacao .proximos .titulo {
        height: 48px;
        display: flex;
        align-items: flex-end; }

.ultimos-videos {
  width: 100%;
  height: auto;
  margin-bottom: 80px; }
  .ultimos-videos .videos {
    display: none; }
  .ultimos-videos .videos.active {
    display: block; }

.programacao-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 80px; }
  .programacao-box .videos {
    display: none; }
  .programacao-box .videos.active {
    display: block; }
  .programacao-box #busca-alfabeto {
    text-align: center;
    display: block;
    margin: 35px 0px; }
    .programacao-box #busca-alfabeto .letras {
      float: none;
      text-transform: uppercase;
      color: #8f8f8f;
      font-size: 27px;
      cursor: pointer;
      line-height: 26px;
      margin-right: 23px;
      text-decoration: none; }
      .programacao-box #busca-alfabeto .letras.active {
        color: #007de0; }
  .programacao-box .busca-prog {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background: #ebebeb; }
    @media (min-width: 1070px) {
      .programacao-box .busca-prog {
        padding: 17px 20px 15px 30px; } }
    .programacao-box .busca-prog input[type=text] {
      border: 0px;
      font-family: Open Sans;
      font-size: 22px;
      padding: 8px 22px 12px 22px;
      letter-spacing: -.10px;
      width: 93%;
      color: #6c6a6a; }
      @media (min-width: 1070px) {
        .programacao-box .busca-prog input[type=text] {
          float: left; } }
    .programacao-box .busca-prog input[type=submit] {
      background: url("../img/manifyer.png") center no-repeat;
      width: 57px;
      padding: 5px;
      height: 51px;
      cursor: pointer;
      display: inline-block;
      border: 4px solid #ffc100;
      text-indent: -9999px; }
      @media (min-width: 1070px) {
        .programacao-box .busca-prog input[type=submit] {
          float: right; } }
    .programacao-box .busca-prog label {
      font-size: 24px;
      letter-spacing: -.10px;
      font-weight: 700;
      color: #0092f2;
      top: 18px;
      display: block;
      margin-right: 30px; }
      @media (min-width: 1070px) {
        .programacao-box .busca-prog label {
          position: relative; } }
      @media (min-width: 1070px) {
        .programacao-box .busca-prog label {
          float: left; } }
    .programacao-box .busca-prog .custom-select {
      width: 393px;
      margin-right: 25px; }
      @media (min-width: 1070px) {
        .programacao-box .busca-prog .custom-select {
          float: left; } }
      .programacao-box .busca-prog .custom-select select {
        background: url("../img/select-estados.png") no-repeat !important;
        width: 300px;
        background-position: top right;
        height: 57px; }
        @media (min-width: 1070px) {
          .programacao-box .busca-prog .custom-select select {
            width: 420px; } }
  .programacao-box .grid-programas {
    width: 100%;
    margin-top: 48px; }
    .programacao-box .grid-programas .item-programa {
      width: 31.95%;
      float: left;
      margin-right: 2%;
      height: 390px;
      margin-bottom: 30px;
      display: block; }
      .programacao-box .grid-programas .item-programa img {
        width: 100%;
        max-height: 272px; }
      .programacao-box .grid-programas .item-programa a {
        text-decoration: none; }
      .programacao-box .grid-programas .item-programa .nome-prog {
        color: #0086ed;
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 0px; }
      .programacao-box .grid-programas .item-programa p {
        font-size: 18px;
        color: #767676;
        margin-top: 5px; }
    .programacao-box .grid-programas .item-programa:nth-child(3n) {
      margin-right: 0px; }
  .programacao-box .pagination {
    display: table;
    position: relative;
    width: 100%; }
    .programacao-box .pagination ul {
      position: absolute;
      left: 0px;
      right: 0px;
      margin: 40px auto;
      clear: both;
      padding: 0px;
      width: 16%; }
      .programacao-box .pagination ul li {
        list-style: none;
        float: left;
        margin-right: 20px; }
        .programacao-box .pagination ul li a {
          text-decoration: none;
          font-size: 20px;
          line-height: 22.54px;
          color: #0b0101; }
          .programacao-box .pagination ul li a.active {
            font-size: 34px;
            line-height: 17.54px;
            color: #0092f2; }
  .programacao-box .baixe-app .left {
    text-align: right;
    padding-top: 45px; }
    @media (min-width: 1070px) {
      .programacao-box .baixe-app .left {
        float: left; } }
    @media (min-width: 1070px) {
      .programacao-box .baixe-app .left {
        width: 58.7%; } }
    .programacao-box .baixe-app .left img {
      display: block;
      float: right;
      user-drag: none;
      user-select: none;
      -moz-user-select: none;
      -webkit-user-drag: none;
      -webkit-user-select: none;
      -ms-user-select: none; }
  .programacao-box .baixe-app .right {
    padding-top: 80px;
    display: block;
    float: left; }
    @media (min-width: 1070px) {
      .programacao-box .baixe-app .right {
        margin-left: -100px; } }
  .programacao-box .baixe-app p {
    font-size: 16px;
    color: #616161; }
  .programacao-box .baixe-app h2 {
    font-size: 57.7px;
    color: #007ddf;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 53.26px; }
    .programacao-box .baixe-app h2 strong {
      text-transform: uppercase;
      font-weight: 700;
      line-height: 58.26px; }
  .programacao-box .baixe-app img {
    margin-right: 15px;
    margin-top: 20px;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  .programacao-box .baixe-app a {
    text-decoration: none; }
  .programacao-box .mapa-cobertura {
    padding-top: 45px; }
    .programacao-box .mapa-cobertura p {
      color: #616161;
      font-size: 16px;
      font-weight: 600; }
      .programacao-box .mapa-cobertura p span {
        font-weight: 700;
        color: #007bdd; }
    .programacao-box .mapa-cobertura .left {
      width: 55%; }
      .programacao-box .mapa-cobertura .left h2 {
        text-transform: uppercase;
        font-size: 24px;
        padding-left: 20px;
        color: #0092f2; }
    .programacao-box .mapa-cobertura #brazil-map {
      float: left;
      height: 464px;
      width: 484px;
      margin-top: 60px;
      cursor: pointer; }
    .programacao-box .mapa-cobertura .emissoras {
      display: table;
      width: 100%;
      clear: both; }
      .programacao-box .mapa-cobertura .emissoras .img {
        width: 21%;
        float: left;
        text-align: center; }
        .programacao-box .mapa-cobertura .emissoras .img img {
          margin-top: 5px; }
      .programacao-box .mapa-cobertura .emissoras p {
        font-size: 16px;
        color: #0092f2;
        float: left;
        font-weight: 700; }
        .programacao-box .mapa-cobertura .emissoras p span {
          font-size: 12px;
          color: #616161;
          font-weight: 600; }

.share iframe {
  margin-right: 15px;
  margin-top: 15px; }

#live {
  background: #a3a3a3;
  background: -moz-linear-gradient(top, #a3a3a3 0%, rgba(235, 235, 235, 0.96) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a3a3a3), color-stop(100%, rgba(235, 235, 235, 0.96)));
  background: -webkit-linear-gradient(top, #a3a3a3 0%, rgba(235, 235, 235, 0.96) 100%);
  background: -o-linear-gradient(top, #a3a3a3 0%, rgba(235, 235, 235, 0.96) 100%);
  background: -ms-linear-gradient(top, #a3a3a3 0%, rgba(235, 235, 235, 0.96) 100%);
  background: linear-gradient(to top, #a3a3a3 0%, rgba(235, 235, 235, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#ebebeb', GradientType=1 );
  margin-top: -40px;
  position: relative;
  z-index: 1; }
  #live .player-live {
    width: 100%;
    padding: 36px 94px;
    left: 0px;
    display: table;
    margin-top: 30px;
    margin-bottom: 48px; }
    #live .player-live .live {
      margin: 0 auto;
      cursor: pointer;
      float: none;
      display: block; }
    #live .player-live img {
      max-width: 100%;
      height: auto; }

@media screen and (max-width: 766px) {
  #player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden; }
    #player .video-mobile {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; } }
/*BANNER HOME*/
.banner-home {
  width: 100%;
  height: auto;
  background: #0053a3;
  padding-top: 60px; }
  .banner-home .container {
    padding: 0; }
  @media (min-width: 1070px) {
    .banner-home {
      padding-top: 0; }
      .banner-home .container {
        padding: 0 10px; } }
  .banner-home .col-left, .banner-home .col-right {
    width: 100%;
    float: left; }
    .banner-home .col-left .banner:after, .banner-home .col-right .banner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/black-filter.png) center no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .banner-home .col-left .banner .legenda, .banner-home .col-right .banner .legenda {
      z-index: 2; }
  @media (min-width: 1070px) {
    .banner-home .col-left {
      width: 62.85%; } }
  .banner-home .col-left .banner {
    width: 100%;
    display: block;
    height: auto;
    position: relative; }
    .banner-home .col-left .banner img {
      width: 100%;
      display: block;
      margin: 0; }
    .banner-home .col-left .banner .legenda {
      position: absolute;
      width: 100%;
      height: 200px;
      top: 50%;
      margin-top: -80px;
      text-align: center; }
      .banner-home .col-left .banner .legenda i.sprite {
        display: inline-block;
        margin-bottom: 10px; }
      .banner-home .col-left .banner .legenda span {
        color: #ffffff;
        font-size: 18px; }
        .banner-home .col-left .banner .legenda span strong {
          color: #ffcc00; }
  .banner-home .col-right {
    height: auto;
    overflow: hidden; }
    @media (min-width: 1070px) {
      .banner-home .col-right {
        width: 37.15%; } }
    .banner-home .col-right .banner {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
      @media (min-width: 767px) {
        .banner-home .col-right .banner {
          width: 50%;
          float: left; } }
      @media (min-width: 1070px) {
        .banner-home .col-right .banner {
          width: 100%; } }
      .banner-home .col-right .banner img {
        width: 100%;
        max-height: 201px;
        display: block;
        margin: 0; }
      .banner-home .col-right .banner .legenda {
        position: absolute;
        width: 100%;
        bottom: 20px;
        text-align: center; }
        .banner-home .col-right .banner .legenda span {
          color: #ffffff;
          font-size: 18px; }
          .banner-home .col-right .banner .legenda span strong {
            color: #ffcc00; }

/*******************
*COMPONENTES GERAIS*
*******************/
/*BREADCRUMB*/
.breadcrumb {
  width: 100%;
  height: auto;
  font-size: 13px;
  text-transform: uppercase;
  color: #8f8f8f; }
  .breadcrumb a {
    color: #8f8f8f;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline; }
  .breadcrumb span {
    color: #0092f2; }

/*ADS MEIO DA PAGINA*/
.ads {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  overflow: hidden; }
  .ads .container {
    padding: 0 10px; }
  .ads div div div {
    width: 100% !important; }
  @media (min-width: 1070px) {
    .ads {
      margin: 80px 0; }
      .ads .container {
        padding: 0 10px; } }
  .ads img {
    width: 100%;
    max-width: 970px; }

/*HEAD TITULO*/
.head {
  text-align: center;
  margin-bottom: 20px;
  position: relative; }
  .head h1, .head h2 {
    padding: 20px 60px 10px;
    background: #0092f2;
    display: inline-block;
    color: #ffffff;
    margin: 0;
    font-size: 28px; }
    @media (min-width: 1070px) {
      .head h1, .head h2 {
        font-size: 36px; } }
  .head hr {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    margin-top: -2px; }
  .head .btn-interacao {
    position: absolute;
    top: 43px;
    right: 0;
    display: block; }
    @media (max-width: 1069px) {
      .head .btn-interacao {
        position: absolute;
        top: -50px;
        right: 0;
        left: 0; } }

.interna-culinaria .head {
  text-align: center;
  margin-bottom: 20px;
  position: relative; }
  .interna-culinaria .head h2 {
    max-width: 735px;
    line-height: 49px; }

/*MENU HORIZONTAL*/
.menu-horizontal ul {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center; }
  .menu-horizontal ul li {
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 20px;
    border-right: 2px solid #ffcc00; }
    @media (min-width: 1070px) {
      .menu-horizontal ul li {
        padding: 0px 39px; } }
    .menu-horizontal ul li:last-child {
      border: none; }
    .menu-horizontal ul li a {
      color: #767676;
      font-size: 15px;
      text-decoration: none; }
      @media (min-width: 1070px) {
        .menu-horizontal ul li a {
          font-size: 18px; } }
      .menu-horizontal ul li a:hover {
        color: #0092f2; }
      .menu-horizontal ul li a.active {
        color: #0092f2; }

/*CONTAINER VIDEOS*/
.videos ul {
  display: block;
  max-width: 940px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center; }
  .videos ul li {
    display: block;
    width: 100%;
    padding: 15px;
    float: left;
    overflow: hidden; }
    @media (min-width: 767px) {
      .videos ul li {
        width: 50%; } }
    .videos ul li .logo-programa {
      position: absolute;
      top: 10px;
      left: 13px;
      width: 24%;
      opacity: 1 !important;
      transition: none !important; }
    .videos ul li a {
      display: block;
      width: 100%;
      height: auto;
      position: relative; }
      .videos ul li a img {
        height: auto;
        display: block;
        margin: 0;
        opacity: .7;
        -webkit-transition: opacity .2s ease;
        -moz-transition: opacity .2s ease;
        transition: opacity .2s ease; }
      .videos ul li a .efeito {
        width: 100%; }
      .videos ul li a .programa {
        position: absolute;
        z-index: 2;
        top: 20px;
        left: 20px;
        max-width: 100%; }
      .videos ul li a:hover img {
        opacity: 1; }
      .videos ul li a .legenda {
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -100px;
        height: auto;
        width: 200px;
        text-align: center;
        z-index: 1; }
        @media (min-width: 767px) {
          .videos ul li a .legenda {
            margin-left: -150px; } }
        @media (min-width: 767px) {
          .videos ul li a .legenda {
            width: 300px; } }
        .videos ul li a .legenda i {
          display: none;
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          transform: scale(0.9); }
          @media (min-width: 767px) {
            .videos ul li a .legenda i {
              display: inline-block; } }
        .videos ul li a .legenda span {
          color: #ffffff;
          font-size: 12px;
          line-height: 14px;
          font-weight: 700;
          display: block;
          margin-top: 15px;
          text-transform: uppercase; }
          @media (min-width: 767px) {
            .videos ul li a .legenda span {
              font-size: 16px; } }
          @media (min-width: 767px) {
            .videos ul li a .legenda span {
              line-height: 20px; } }
          .videos ul li a .legenda span strong {
            color: #ffcc00;
            display: block;
            margin-top: 10px;
            font-size: 12px;
            font-weight: 600; }

/*BOT├âO VER MAIS*/
.ver-mais a {
  display: block;
  width: 240px;
  height: 65px;
  line-height: 65px;
  border: 4px solid #ffcc00;
  text-align: center;
  margin: 20px auto;
  font-size: 24px;
  color: #0092f2;
  text-decoration: none;
  -webkit-transition: border-color .2s ease;
  -moz-transition: border-color .2s ease;
  transition: border-color .2s ease; }
  .ver-mais a:hover {
    border-color: #0092f2; }

/*SELECT*/
.custom-select {
  width: 224px;
  /* Tamanho final do select */
  padding-right: 50px;
  overflow: hidden;
  /* Esconde o conte├║do que passar do tamanho especificado */ }

.custom-select select {
  border: none;
  background: url("../img/select_bg.png") no-repeat #fff;
  /* Imagem de fundo (Seta) */
  background-position: top left;
  /*Posi├º├úo da imagem do background*/
  width: 265px;
  /* Tamanho do select, maior que o tamanho da div "div-select" */
  height: 52px;
  /* altura do select, importante para que tenha a mesma altura em todo os navegadores */
  font-weight: 600;
  font-size: 16px;
  /* Tamanho da Fonte */
  padding: 13px 20px 13px 12px;
  /* Configura├º├Áes de padding para posicionar o texto no campo */
  color: #494444;
  /* Cor da Fonte */
  text-indent: 0.01px;
  /* Remove seta padr├úo do FireFox */
  text-overflow: "";
  /* Remove seta padr├úo do FireFox */
  /* Remove seta padr├úo do IE*/ }
  .custom-select select select::-ms-expand {
    display: none; }
  .custom-select select:focus {
    outline: none;
    border: none;
    background-color: #fff; }
  .custom-select select option {
    width: 220px; }

/*FORMULARIO DE PESQUISA*/
.menu-pequisa {
  display: block;
  background: #ebebeb;
  text-align: center;
  padding: 12px;
  margin: 55px 0 60px; }
  .menu-pequisa div, .menu-pequisa input {
    display: block;
    margin: 10px auto; }
    @media (min-width: 767px) {
      .menu-pequisa div, .menu-pequisa input {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px; } }
  .menu-pequisa span {
    font-size: 24px;
    color: #0092f2;
    margin: 5px 10px 15px; }
    @media (min-width: 767px) {
      .menu-pequisa span {
        display: block; } }
    @media (min-width: 1070px) {
      .menu-pequisa span {
        display: inline-block;
        margin: 10px 10px 0px;
        vertical-align: middle; } }
  .menu-pequisa input {
    width: 55px;
    height: 52px;
    border: 4px solid #ffcc00;
    font-size: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    transition: border-color .2s ease; }
    .menu-pequisa input:focus {
      outline: none; }
    .menu-pequisa input:hover {
      border-color: #0092f2; }
    .menu-pequisa input.inp-text {
      background: #fff;
      width: 80%;
      font-size: 15px;
      padding: 0 15px;
      border: 2px solid #E5E5E5; }
      @media (min-width: 1070px) {
        .menu-pequisa input.inp-text {
          width: 660px; } }

/*PAGINACAO*/
.paginacao {
  font-size: 20px;
  color: #0b0101; }
  .paginacao a {
    color: #0b0101;
    text-decoration: none;
    margin: 20px 5px 0; }
    .paginacao a:hover {
      text-decoration: underline; }
  .paginacao span {
    color: #0092f2;
    font-size: 34px;
    margin: 20px 5px 0;
    font-weight: 700; }

/*CONTAINER MAIS ASSISTIDOS*/
.resposta-busca {
  display: block;
  padding: 30px;
  color: #0092f2;
  font-size: 18px;
  background: #f7f7f7; }

.mais-assistidos {
  margin-bottom: 80px; }
  .mais-assistidos .subtl {
    color: #0086ed;
    font-size: 17px;
    font-size: 28px;
    margin-bottom: -10px; }
  .mais-assistidos ul {
    margin: 40px 0 20px;
    padding: 0; }
    .mais-assistidos ul li {
      display: block;
      width: 100%;
      float: left;
      padding: 12px 20px; }
      @media (min-width: 767px) {
        .mais-assistidos ul li {
          width: 50%; } }
      .mais-assistidos ul li a {
        text-decoration: none; }
      .mais-assistidos ul li .thumb {
        width: 100%;
        position: relative; }
        @media (min-width: 1070px) {
          .mais-assistidos ul li .thumb {
            width: 61%;
            float: left;
            padding-right: 20px; } }
        .mais-assistidos ul li .thumb a {
          display: block;
          background-size: cover; }
        .mais-assistidos ul li .thumb img {
          width: 100%;
          height: auto;
          display: block; }
        .mais-assistidos ul li .thumb .logo-programa {
          position: absolute;
          top: 13px;
          left: 13px;
          width: 25% !important; }
        .mais-assistidos ul li .thumb .play {
          position: absolute;
          z-index: 2;
          top: 50%;
          left: 50%;
          margin-top: -41px;
          margin-left: -41px;
          opacity: .6;
          -webkit-transition: opacity .3s ease;
          -moz-transition: opacity .3s ease;
          transition: opacity .3s ease;
          -webkit-transform: scale(0.5);
          -moz-transform: scale(0.5);
          transform: scale(0.5); }
          @media (min-width: 767px) {
            .mais-assistidos ul li .thumb .play {
              -webkit-transform: scale(0.8);
              -moz-transform: scale(0.8);
              transform: scale(0.8); } }
        .mais-assistidos ul li .thumb:hover .play {
          opacity: 1; }
      .mais-assistidos ul li .text {
        width: 100%;
        float: left; }
        @media (min-width: 1070px) {
          .mais-assistidos ul li .text {
            width: 39%;
            float: left;
            padding-right: 20px; } }
        .mais-assistidos ul li .text h3 {
          color: #0092f2;
          font-size: 16px;
          margin: 20px 0 10px 0; }
          @media (min-width: 767px) {
            .mais-assistidos ul li .text h3 {
              font-size: 24px; } }
          @media (min-width: 1070px) {
            .mais-assistidos ul li .text h3 {
              margin: 35px 0 10px; } }
        .mais-assistidos ul li .text span {
          font-weight: 600;
          font-size: 13px;
          color: #767676; }
          @media (min-width: 767px) {
            .mais-assistidos ul li .text span {
              font-size: 18px; } }
    .mais-assistidos ul.single-col li {
      width: 100%;
      padding: 12px 0px; }
      @media (min-width: 767px) {
        .mais-assistidos ul.single-col li {
          width: 80%; } }
      @media (min-width: 767px) {
        .mais-assistidos ul.single-col li .thumb {
          width: 27%; } }
      .mais-assistidos ul.single-col li .thumb .play {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        transform: scale(0.5); }
      @media (min-width: 767px) {
        .mais-assistidos ul.single-col li .text {
          width: 73%; } }
      .mais-assistidos ul.single-col li .text h3 {
        margin: 23px 0 5px; }
        @media (min-width: 1070px) {
          .mais-assistidos ul.single-col li .text h3 {
            max-width: 50%; } }

.acompanhe {
  margin-bottom: 80px; }
  .acompanhe .videos {
    margin: 30px auto;
    max-width: 1040px;
    padding: 0 20px;
    position: relative; }
    .acompanhe .videos .next {
      right: 0px; }
      @media (min-width: 1070px) {
        .acompanhe .videos .next {
          right: -20px; } }
    .acompanhe .videos .prev {
      left: 0px; }
      @media (min-width: 1070px) {
        .acompanhe .videos .prev {
          left: -20px; } }
    .acompanhe .videos .next, .acompanhe .videos .prev {
      position: absolute;
      cursor: pointer;
      top: 50%;
      margin-top: -14px;
      opacity: .7;
      -webkit-transition: opacity .2s ease;
      -moz-transition: opacity .2s ease;
      transition: opacity .2s ease; }
      .acompanhe .videos .next:hover, .acompanhe .videos .prev:hover {
        opacity: 1; }
  .acompanhe #owl-demo .item {
    margin: 3px; }
  .acompanhe #owl-demo .item img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 85px;
    backface-visibility: hidden;
    border-radius: 15px; }

/*BANNER INSTITUCIONAL*/
.banner-single.institucional {
  width: 100%;
  background-position: 50% 0;
  text-align: center;
  margin-bottom: 20px;
  height: 200px;
  margin-top: 60px; }
  @media (min-width: 767px) {
    .banner-single.institucional {
      height: 300px; } }
  @media (min-width: 1070px) {
    .banner-single.institucional {
      height: 400px; } }
  @media (min-width: 1070px) {
    .banner-single.institucional {
      margin-top: 0; } }
  @media (max-width: 1069px) {
    .banner-single.institucional {
      background-size: cover; } }

/*BANNER SINGLE*/
.banner-single {
  width: 100%;
  background-position: center;
  text-align: center;
  margin-bottom: 20px; }
  .banner-single span {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase; }

.vida-melhor {
  background-image: url("../img/culinaria/banner_vida_melhor.jpg");
  height: 396px; }
  .vida-melhor .chamada {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 90px 0; }
  .vida-melhor img {
    display: block;
    margin: 0 auto 40px;
    width: 100%; }
  .vida-melhor span {
    color: #7c0794; }

.programacao {
  background-image: url("../img/institucional/banner_institucional.jpg");
  height: 396px; }
  .programacao .chamada {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 90px 0; }
  .programacao img {
    display: block;
    margin: 0 auto 40px; }

.menu-vida-melhor {
  padding: 90px 0 70px; }
  .menu-vida-melhor .menu-horizontal ul li {
    padding: 0px 10px;
    border-right: 2px solid #a9a9a9; }
    @media (min-width: 1070px) {
      .menu-vida-melhor .menu-horizontal ul li {
        padding: 0px 20px; } }
    .menu-vida-melhor .menu-horizontal ul li:last-child {
      border: none; }
    .menu-vida-melhor .menu-horizontal ul li a {
      color: #a9a9a9;
      font-size: 18px; }
      @media (min-width: 1070px) {
        .menu-vida-melhor .menu-horizontal ul li a {
          font-size: 23px; } }
      .menu-vida-melhor .menu-horizontal ul li a.active {
        color: #0092f2; }

.sobre-o-programa .container.small {
  max-width: 990px; }
.sobre-o-programa .head {
  margin-bottom: 75px; }
.sobre-o-programa .col-left, .sobre-o-programa .col-right {
  width: 100%; }
  @media (min-width: 767px) {
    .sobre-o-programa .col-left, .sobre-o-programa .col-right {
      float: left; } }
@media (min-width: 767px) {
  .sobre-o-programa .col-left {
    width: 59.09090909090909%;
    margin-right: 2.02020202020202%; } }
.sobre-o-programa .col-left h2 {
  color: #0086ed;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 25px; }
.sobre-o-programa .col-left p {
  color: #a9a9a9;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 25px; }
  .sobre-o-programa .col-left p span {
    color: #006cc6;
    font-weight: 700;
    font-size: 18px; }
.sobre-o-programa .col-left blockquote {
  display: block;
  padding: 35px 20px;
  margin: 0;
  background: #0092f2;
  color: #ffffff; }
  .sobre-o-programa .col-left blockquote h3 {
    font-size: 24px;
    margin: 0 0 25px; }
  .sobre-o-programa .col-left blockquote p {
    color: #ffffff;
    margin-bottom: 0; }
@media (min-width: 767px) {
  .sobre-o-programa .col-right {
    width: 38.88888888888889%; } }
.sobre-o-programa .col-right img {
  width: 100%;
  height: auto; }

.anuncie {
  margin-top: 40px; }
  .anuncie .container.small {
    max-width: 990px; }
  .anuncie .head {
    margin-bottom: 75px; }
  .anuncie h2 {
    color: #0086ed;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 30px; }
  .anuncie p, .anuncie span {
    color: #a9a9a9;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px; }
    .anuncie p span, .anuncie span span {
      color: #006cc6;
      font-weight: 700;
      font-size: 18px; }
    .anuncie p a, .anuncie span a {
      text-decoration: none;
      color: #a9a9a9; }
      .anuncie p a:hover, .anuncie span a:hover {
        text-decoration: underline; }
  .anuncie .subtl {
    margin: 0 !important; }
    .anuncie .subtl span {
      font-size: 16px !important;
      color: #0086ed !important; }
  .anuncie span {
    color: #0086ed;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px; }
  .anuncie img {
    width: 100%;
    height: auto; }
  @media (min-width: 767px) {
    .anuncie .col-right {
      padding: 0 0 0 40px; } }
  .anuncie .col-right h2 {
    margin-top: 27px; }
  .anuncie .col-right a {
    color: #0086ed;
    padding: 18px 75px 12px;
    border: 3px solid #ffc100;
    text-decoration: none;
    display: inline-block;
    font-size: 24px; }
  .anuncie .banners-anuncie-aqui {
    margin-left: 10%; }

.conteudo-institucional {
  margin-top: 40px; }
  .conteudo-institucional .col-left {
    width: 100%;
    float: left;
    padding: 20px 3% 0 5%;
    font-size: 16px;
    color: #616161; }
    @media (min-width: 767px) {
      .conteudo-institucional .col-left {
        width: 73%; } }
    .conteudo-institucional .col-left strong, .conteudo-institucional .col-left b {
      font-weight: 900; }
    .conteudo-institucional .col-left i, .conteudo-institucional .col-left em {
      font-style: italic; }
    .conteudo-institucional .col-left a, .conteudo-institucional .col-left span {
      color: #0092f2; }
    .conteudo-institucional .col-left .texto {
      margin-bottom: 20px; }
  .conteudo-institucional .col-right {
    width: 100%;
    float: left;
    padding-top: 20px; }
    @media (min-width: 767px) {
      .conteudo-institucional .col-right {
        width: 27%; } }
    .conteudo-institucional .col-right img {
      width: 100%;
      height: auto; }

/*FACEBOOK*/
.fb_iframe_widget {
  display: block;
  position: relative;
  float: left;
  margin-top: -2px;
  margin-right: 10px; }

.grade-container {
  padding: 50px; }

/*INTERNA CULINARIA*/
.interna-culinaria .small {
  max-width: 990px; }
.interna-culinaria .social {
  padding: 30px 0; }
  .interna-culinaria .social p {
    font-size: 14px;
    color: #7f7f7f;
    margin: 0; }
  .interna-culinaria .social .fb-like {
    margin-right: 0;
    margin-top: 0;
    display: inline-block;
    float: none;
    vertical-align: top !important; }
  .interna-culinaria .social .twitter-share-button {
    display: inline-block;
    vertical-align: top !important; }
  .interna-culinaria .social .g-plusone {
    display: inline-block;
    vertical-align: top !important; }
  .interna-culinaria .social .print {
    display: inline-block;
    vertical-align: top !important; }
.interna-culinaria .info_receita {
  background: #0092f2;
  padding: 15px 20px 20px;
  margin-bottom: 30px;
  color: #ffffff;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .interna-culinaria .info_receita .chef h2:before {
    content: url("../img/icones/chef.png"); }
  .interna-culinaria .info_receita .tipo h2:before {
    content: url("../img/icones/tipo_de_prato.png"); }
  .interna-culinaria .info_receita .rendimento h2:before {
    content: url("../img/icones/rendimento.png"); }
  .interna-culinaria .info_receita h2:before {
    margin: 0 10px 0 0; }
  .interna-culinaria .info_receita h2 {
    font-size: 24px;
    margin: 10px 0; }
  .interna-culinaria .info_receita span {
    font-size: 14px;
    font-weight: 600; }
  .interna-culinaria .info_receita .chef {
    display: block;
    width: 100%;
    float: left; }
    @media (min-width: 767px) {
      .interna-culinaria .info_receita .chef {
        width: 40%; } }
  .interna-culinaria .info_receita .tipo {
    display: block;
    width: 100%;
    float: left; }
    @media (min-width: 767px) {
      .interna-culinaria .info_receita .tipo {
        width: 30%; } }
  .interna-culinaria .info_receita .rendimento {
    display: block;
    width: 100%;
    float: left; }
    @media (min-width: 767px) {
      .interna-culinaria .info_receita .rendimento {
        width: 30%; } }
.interna-culinaria .content_left {
  width: 100%; }
  @media (min-width: 1070px) {
    .interna-culinaria .content_left {
      width: 55%;
      margin-right: 5%;
      float: right; } }
  .interna-culinaria .content_left.content_video {
    width: 100% !important;
    margin-right: 0%;
    float: none; }
  .interna-culinaria .content_left h3 {
    color: #0092f2;
    font-size: 16px; }
  .interna-culinaria .content_left h3:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .interna-culinaria .content_left .ingredientes h3:before {
    content: url("../img/icones/ingredientes.png");
    vertical-align: top; }
  .interna-culinaria .content_left .preparo h3:before {
    content: url("../img/icones/preparo.png"); }
  .interna-culinaria .content_left .item {
    padding-top: 10px; }
  .interna-culinaria .content_left ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .interna-culinaria .content_left ul li {
      font-size: 16px;
      color: #a9a9a9; }
  .interna-culinaria .content_left h3, .interna-culinaria .content_left h4 {
    color: #0092f2;
    font-size: 16px;
    font-weight: 900;
    margin: 10px 0; }
  .interna-culinaria .content_left p {
    padding: 0 0 10px 0; }
  .interna-culinaria .content_left p, .interna-culinaria .content_left span {
    font-size: 16px;
    color: #a9a9a9; }
  .interna-culinaria .content_left strong, .interna-culinaria .content_left b {
    font-weight: 600; }
  .interna-culinaria .content_left em, .interna-culinaria .content_left i {
    font-style: italic; }
.interna-culinaria .content_video {
  width: 100%; }
.interna-culinaria .content_right {
  width: 100%; }
  @media (min-width: 1070px) {
    .interna-culinaria .content_right {
      width: 40%;
      float: right; } }
  .interna-culinaria .content_right img {
    width: 100%;
    height: auto; }
.interna-culinaria .print.bottom {
  display: block;
  text-align: center;
  background: #e1e1e1;
  padding: 20px;
  width: 100%;
  text-decoration: none;
  color: #2a81cc;
  font-weight: 900;
  font-size: 23px; }
  .interna-culinaria .print.bottom span:before {
    content: url("../img/icones/print.png");
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }

.NotFound {
  text-align: center;
  font-size: 21px; }

@media print {
  .topo-mobile, .header, .overlay, .banner-single, .breadcrumb, .menu-vida-melhor, .menu-pequisa, .video,
  .social, .rodape, .ads, .mais-assistidos, .acompanhe, .print {
    display: none !important; }

  img {
    display: none !important; }

  .info_receita {
    display: none !important; } }
.results-cobertura {
  float: left;
  margin: 50px auto;
  display: block;
  position: relative; }
  .results-cobertura table {
    width: 75%;
    margin: 0 auto;
    display: block; }
    .results-cobertura table tbody {
      width: 100%;
      display: block; }
      .results-cobertura table tbody tr {
        width: 100%; }
        .results-cobertura table tbody tr th {
          background: #007bdd;
          color: white;
          padding: 10px;
          width: 25%; }
        .results-cobertura table tbody tr td {
          text-align: center;
          padding: 10px;
          color: #005499; }
          @media (min-width: 1070px) {
            .results-cobertura table tbody tr td {
              width: 300px; } }

@media (max-width: 1179px) {
  .programacao-box .mapa-cobertura #brazil-map {
    float: none;
    width: 100%; }
  .programacao-box .mapa-cobertura .left {
    width: 100%; }
  .programacao-box .mapa-cobertura .emissoras {
    display: block;
    float: left;
    min-width: 50%;
    height: 72px;
    clear: initial;
    width: auto; }
    .programacao-box .mapa-cobertura .emissoras .img {
      width: auto;
      margin-right: 10px; }
    .programacao-box .mapa-cobertura .emissoras p {
      font-size: 13px; } }
#programacao .container {
  background: #ebebeb; }
#programacao .calendarioProgramacao {
  margin: 30px auto;
  max-width: 1100px;
  padding: 10px 20px;
  position: relative; }
  #programacao .calendarioProgramacao a {
    color: #6c6a6a;
    font-size: 30px;
    text-decoration: none;
    text-align: center; }
    #programacao .calendarioProgramacao a strong {
      display: block; }
    #programacao .calendarioProgramacao a small {
      font-size: 17px;
      display: block; }
  #programacao .calendarioProgramacao .diaAtual a {
    color: #007bdd; }
  #programacao .calendarioProgramacao .gonext {
    right: 0px;
    background-image: url("../img/next_yellow.png"); }
    @media (min-width: 1070px) {
      #programacao .calendarioProgramacao .gonext {
        right: -20px; } }
  #programacao .calendarioProgramacao .goprev {
    left: 0px;
    background-image: url("../img/prev_yellow.png"); }
    @media (min-width: 1070px) {
      #programacao .calendarioProgramacao .goprev {
        left: -20px; } }
  #programacao .calendarioProgramacao .gonext, #programacao .calendarioProgramacao .goprev {
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -14px;
    opacity: .7;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 18px;
    height: 31px; }
    #programacao .calendarioProgramacao .gonext:hover, #programacao .calendarioProgramacao .goprev:hover {
      opacity: 1; }
#programacao #carosel-programacao .item {
  margin: 3px; }
#programacao #carosel-programacao .item img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 70px; }

#progamacaoDoDia {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden; }
  #progamacaoDoDia .container {
    height: auto;
    overflow: auto; }
    @media (min-width: 1070px) {
      #progamacaoDoDia .container {
        max-height: 610px; } }
  #progamacaoDoDia .programas {
    display: none; }
    #progamacaoDoDia .programas.active {
      display: block; }
  #progamacaoDoDia ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    #progamacaoDoDia ul li {
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      border-top: 1px solid #cfcfcf;
      padding: 10px 0; }
      #progamacaoDoDia ul li .hora, #progamacaoDoDia ul li .thumb, #progamacaoDoDia ul li .text {
        float: left; }
      #progamacaoDoDia ul li .hora {
        width: 100%; }
        @media (min-width: 1070px) {
          #progamacaoDoDia ul li .hora {
            width: 22%; } }
        #progamacaoDoDia ul li .hora .box_blue {
          color: #007cde;
          width: 120px;
          padding: 40px 0;
          text-align: center;
          margin: 0px auto;
          font-size: 30px;
          font-weight: bold; }
          @media (max-width: 1069px) {
            #progamacaoDoDia ul li .hora .box_blue {
              width: 100%;
              background: #007cde;
              margin: 0;
              color: #fff; } }
        #progamacaoDoDia ul li .hora.active .box_blue {
          background: #007cde;
          color: #fff;
          position: relative;
          padding: 17px 0; }
          #progamacaoDoDia ul li .hora.active .box_blue span {
            font-size: 24px;
            color: #ffcc00; }
          #progamacaoDoDia ul li .hora.active .box_blue:after {
            position: absolute;
            width: 20px;
            height: 20px;
            background: #007cde;
            right: -10px;
            top: 50%;
            margin-top: -10px;
            content: " ";
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg); }
            @media (max-width: 1069px) {
              #progamacaoDoDia ul li .hora.active .box_blue:after {
                display: none; } }
      #progamacaoDoDia ul li .thumb {
        width: 100%; }
        @media (min-width: 1070px) {
          #progamacaoDoDia ul li .thumb {
            width: 14%; } }
        #progamacaoDoDia ul li .thumb img {
          width: 100%;
          display: block; }
      #progamacaoDoDia ul li .text {
        width: 100%; }
        @media (min-width: 1070px) {
          #progamacaoDoDia ul li .text {
            width: 34%;
            padding-left: 20px; } }
        #progamacaoDoDia ul li .text h3 {
          font-size: 24px;
          color: #007cde;
          margin: 0 0 10px; }
        #progamacaoDoDia ul li .text p {
          font-size: 18px;
          color: #767676;
          font-weight: 500;
          margin: 0; }
          @media (min-width: 1070px) {
            #progamacaoDoDia ul li .text p {
              height: 49px;
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; } }

.nicescroll-rails {
  background: #ebebeb;
  width: 10px !important;
  opacity: 1 !important; }
  .nicescroll-rails div {
    width: 10px !important;
    background: #ccc !important; }

.player {
  width: 240px !important;
  height: 240px !important; }

/*# sourceMappingURL=main.css.map */
