@charset "UTF-8";
/*  ==========================================================================
    Imports
    ========================================================================== */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/*  ==========================================================================
    Home slider
    ========================================================================== */
.swiper-home {
  margin-bottom: 33px;
}
.swiper-home .swiper-slide {
  height: 90px;
}
.swiper-home .swiper-slide {
  position: relative;
  height: 310px;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-home .above {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home-slider_bg.png) repeat-y center center;
}
.swiper-home .ink-grid .inner {
  position: relative;
}
.swiper-home .description {
  position: absolute;
  top: 0;
  left: 72px;
  padding: 40px 0 0;
  color: #fff;
  text-align: left;
  z-index: 1;
}

.swiper-home .image-bg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.arrow-directions .ink-grid {
  position: relative;
  z-index: 99;
}

.arrow-directions .arrow {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 99;
  font-size: 36px;
  color: #FFF;
  text-shadow: 2px 2px 2px #000;
}

.arrow-directions .arrow:focus,
.arrow-directions .arrow:hover {
  outline: none;  
  color: #ec1c24;  
}

.arrow-directions .arrow .fa {
  font-size: 38px;
}

.arrow-directions .arrow-right {
  left: auto;
  right: 0;
}

.swiper-home .description p {
  margin-bottom: .3em;
  font-size: 1.125em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.swiper-home .description .slab {
  font-size: 1.375em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.swiper-home .description h2 {
  margin-bottom: 0;
  font-size: 3.750em;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.swiper-home .description h3 {
  margin-top: 40px;
  max-width: 340px;
  margin-bottom: 20px;
  font-size: 1.750em;
  line-height: 1.3;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.swiper-home .text {
  margin-bottom: 2em;
}

.bullet-pagination {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  text-align: center;
}
.bullet-pagination span,
.bullet-pagination [class^="fa-"] {
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ec1c24;
  font-size: 14px;
  margin: 0 5px;
}
.bullet-pagination span.active,
.bullet-pagination [class^="fa-"].active {
  color: #fff;
  cursor: normal;
}

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

  .arrow-directions .arrow {
    top: 110px;
    left: 10px;
  }  
  
  .arrow-directions .arrow.arrow-right {
    right: 10px;
    left: auto;
  }  

  .swiper-home .description {
    left: 40px;
  }

  .swiper-home .image-bg {
    background-size: auto 270px ;
  }
  
}

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

  .arrow-directions .arrow {
    display: none;
  }    
}

/*  ==========================================================================
    TPA main styles
    ========================================================================== */
.main-section {
  overflow: hidden;
}

.main-content-wrapper {
  float: left;
  width: 100%;
}

.main-sidebar {
  float: right;
  width: 300px;
  min-height: 1px;
  margin-left: 45px;
}

/*  ==========================================================================
    =Header
    ========================================================================== */
.main-header {
  background: #660105 url(../img/main-header.png) no-repeat center top;
}
.main-header .main-header-inner {
  background: url(../img/main-header_shadow.png) no-repeat 0 0;
  position: relative;
}
.main-header .header-wrapper {
  position: relative;
  z-index: 999;
  height: 103px;
}
.add-mt {
    margin-top: 53px !important;
}
.add-extram {
    margin-top: 8px !important;
}
.main-header .child-menu {
  display: none;
}
.main-header .logo {
  margin-top: 16px;
  width: 129px;
  height: 75px;
  text-indent: -9000px;
  overflow: hidden;
  background: url(../img/logotpa.png) no-repeat 0 0;
}
.main-header h1 {
  color: #ec1c24;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 18px 0 0 10px;
  float: left;
  text-transform: uppercase;
}
.main-header .ink-navigation {
  margin-top: 25px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.main-header .ink-navigation li {
  margin: 0 7px 0 0;
}
.main-header .ink-navigation a {
  color: #fff;
  text-decoration: none;
}

.main-header .ink-navigation .parent-item {
  color: #fff;
  text-decoration: none;
  padding: 0.5em 1em;
  display: block;
  line-height: 1.7;
}

.main-header .ink-navigation  li > a:focus,
.main-header .ink-navigation .parent-item:focus {
  outline: none;  
  color: #ec1c24;    
}
.main-header .ink-navigation li.active a,
.main-header .ink-navigation li > a:hover {
  color: #ec1c24;
}
.main-header .ink-navigation li.active .parent-item,
.main-header .ink-navigation li > .parent-item:hover {
  color: #ec1c24;
}
.main-header .ink-navigation .trigger-search {
  margin: 0;
  padding: 0.5em 1em;
  line-height: 1.7;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-header .ink-navigation .trigger-search .fa {
  font-size: 20px;
  cursor: pointer;
}
.main-header .quick-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #e9e4e4;
}
.main-header .quick-search.fixed {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 30px;
}
.main-header .quick-search .control {
  position: relative;
  padding-right: 90px;
  padding-left: 44px;
}
.main-header .quick-search .fa {
  position: absolute;
  left: 17px;
  top: 28px;
  color: #b3b3b3;
  font-size: 20px;
}
.main-header .quick-search input[type="text"],
.main-header .quick-search input[type="search"] {
  width: 100%;
  border: 0;
  /*padding: 14px 0;*/
  padding: 24px 0 22px;
  font-size: 24px;
  color: #b3b3b3;
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.main-header .quick-search input[type="text"]:focus, .main-header .quick-search input[type="text"]:active,
.main-header .quick-search input[type="search"]:focus,
.main-header .quick-search input[type="search"]:active {
  border-color: rgba(153, 153, 153, 0.9);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-header .quick-search .button {
  position: absolute;
  right: 0;
  top: 17px;
}
.main-header.ink-sticky-stuck {
  z-index: 100;
  height: 40px !important;
}
.main-header.ink-sticky-stuck .header-wrapper {
  height: 40px;
}
.main-header.ink-sticky-stuck .ink-navigation {
  margin-top: 0;
}
.main-header.ink-sticky-stuck .ink-navigation ul.menu.horizontal li.trigger-search,
.main-header.ink-sticky-stuck .ink-navigation ul.menu.horizontal li a {
  line-height: 1.1;
}
.main-header.ink-sticky-stuck .logo {
  margin-top: 3px;
  width: 163px;
  height: 34px;
  background-image: url(../img/tpa-logo-medium.png);
}

.main-header #main-navigation > li {
  position: relative;
  min-height: 78px;
}
.main-header #main-navigation > li > a {
  cursor: default;
}
.main-header #main-navigation > li > a.fire-click {
  cursor: pointer;
}
.main-header #main-navigation > li .child-menu {
  position: absolute;
  padding: 8px 0;
  top: 100%;
  left: 0;
  width: 195px;
  background: #000;
}
.main-header #main-navigation > li .child-menu li {
  text-align: center;
  margin: 0;
  float: none;
}
.main-header #main-navigation > li .child-menu li a {
  font-size: 17px;
  line-height: 1.2;
}
.main-header #main-navigation > li .child-menu.child1 {
  left: -35px;
}
.main-header #main-navigation > li .child-menu.child2 {
  left: -28px;
}
.main-header #main-navigation > li .child-menu.child3 {
  left: -10px;
}

.ink-sticky-stuck.main-header #main-navigation > li {
  height: 39px;
  min-height: 39px;
}

.no-touch .main-header #main-navigation > li:hover .child-menu {
  display: block;
}

.main-header #main-navigation > li.fake_hover .child-menu {
  display: block;
}

.page-header {
  padding: 20px 0 0;
}
.page-header.bottom-space {
  margin-bottom: 40px;
}
.page-header .top-link {
  margin-top: 10px;
}
.page-header .column-group.gutters > [class*=all-],
.page-header .column-group.gutters > .all-auto {
  margin-bottom: 16px;
}
.page-header .group-dropdowns .dropdown-holder {
  top: 27px;
}
.page-header .group-dropdowns {
  margin-top: 8px;
}
.page-header h2 {
  color: #ec1c24;
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
.page-header .box-button {
  margin: 10px 0 0 14px;
}

.top-link a {
  color: #ec1c24;
}

.lista-trigger-container {
  position: relative;
}

.lista-trigger {
  background: #ec1c24;
  color: #FFF;
  font-size: 15px;
  padding: 0;
}
.lista-trigger a {
  background: #ec1c24;
  color: #FFF;
  display: block;
  height: 45px;
  padding: 12px 20px;
  font-weight: 700;
}
.lista-trigger a:hover {
  background: #9D050B;
  color: #fff;
  text-decoration: none;
}
.lista-trigger .fa-filter {
  margin-right: 6px;
  font-size: 18px;
}
.lista-trigger .fa-chevron-down {
  margin-left: 6px;
}

.full-nav {
  display: table;
  width: 100%;
  background: #e2e2e2;
}
.full-nav .full-nav-row {
  display: table-row;
  width: 100%;
}
.full-nav .full-nav-row li {
  float: none;
  display: table-cell;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  border-left: 1px solid #fff;
  white-space: nowrap;
}
.full-nav .full-nav-row li:first-child {
  padding: 0;
  border: none;
}
.full-nav .full-nav-row li a {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #565656;
  padding: 8px 0;
  line-height: 1.6;
}
.full-nav .full-nav-row li a:hover {
  background: #ec1c24;
  color: #FFF;
  text-decoration: none;
}
.full-nav .full-nav-row li.active a {
  background: #ec1c24;
  color: #FFF;
  text-decoration: none;
}
.full-nav.medium-style {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 9;
  display: block;
  background: #9D050B;
}
.full-nav.medium-style .full-nav-row {
  display: block;
  margin: 0;
}
.full-nav.medium-style .full-nav-row li {
  float: left;
  display: block;
  width: 25%;
  border: 0;
}
.full-nav.medium-style .full-nav-row li a {
  background: #9D050B;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  padding: 8px 2px 8px 15px;
}
.full-nav.medium-style .full-nav-row li a:hover {
  background: #ec1c24;
}
.full-nav.medium-style .full-nav-row li a small {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
}

.full-nav {
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  background: #e2e2e2;
}
.full-nav .full-nav-row {
  display: block;
  margin: 0;
}
.full-nav .full-nav-row li {
  float: left;
  display: block;
  width: 25%;
  border: 0;
}
.full-nav .full-nav-row li:first-child {
  padding: 0;
  border: none;
}
.full-nav .full-nav-row li a {
  background: #9D050B;
  color: #FFF;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  padding: 8px 2px 8px 15px;
}
.full-nav .full-nav-row li a::hover {
  background: #ec1c24;
  color: #FFF;
  text-decoration: none;
}
.full-nav .full-nav-row li .active a {
  background: #ec1c24;
  color: #FFF;
  text-decoration: none;
}
.full-nav.medium-style {
  top: 0;
  left: 0;
}
.full-nav.medium-style .full-nav-row li {
  width: 33.3%;
}
.full-nav.medium-style .full-nav-row li a {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.menu-active {
  color: #ec1c24 !important;
}

.trigger-wrapper {
  position: relative;
}

.video-embed {
  text-align: center;
  background: #000;
  position: relative;
}
.video-embed .embed {
  position: relative;
  margin: 0 auto;
  width: 99%;
  padding-top: 56.21%;
}
.video-embed .embed #player-video,
.video-embed .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-embed .caption {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .hide-all#menu-mobile {
    display: block !important;
  }
}
/*  ==========================================================================
    =Article detail
    ========================================================================== */
.section-main-content {
  min-height: 30px;
}

.galeria-container.ink-tabs {
  margin: 0;
  font-size: 1em;
}
.galeria-container.ink-tabs .tabs-content {
  margin-top: 0;
  overflow: auto;
}
.galeria-container.ink-tabs > .tabs-nav {
  border-bottom: none;
  margin: 0;
}
.galeria-container.ink-tabs > .tabs-nav li {
  width: 50%;
  border-bottom: none;
}
.galeria-container.ink-tabs > .tabs-nav li.active a {
  background: #ec1c24;
  color: #fff;
  border: none;
}
.galeria-container.ink-tabs > .tabs-nav li a {
  display: block;
  margin: 0;
  background: #e2e2e2;
  color: #717171;
  text-align: center;
  -webkit-border-radius: 0;
  padding: 9px 0 10px;
  border-radius: 0;
  line-height: 1.6;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 500;
  text-transform: none;
}
.galeria-container.ink-tabs > .tabs-nav li a i {
  font-size: 22px;
  margin-right: 4px;
  vertical-align: middle;
}
.galeria-container.ink-tabs > .tabs-nav li a:hover {
  text-decoration: none;
}

.video-player {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-programacao-thumb-big {
  width: 380px !important;
  height: 283px !important;
}

.video-programacao-thumb-small {
  height: 283px !important;
}

.detail-swiper.swiper-container {
  margin-bottom: 0;
}

.detail-swiper .swiper-wrapper,
.detail-swiper .swiper-slide {
  /*height: auto!important;*/
}

.detail-swiper .swiper-slide {
  position: relative;
  display: table;
  vertical-align: middle;
}
.detail-swiper .slider_image {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 53px;
}
.detail-swiper .slider_image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 100px;
}
.detail-swiper .counter-swiper {
  clear: both;
  height: 53px;
  line-height: 43px;
  vertical-align: middle;
  background: #EEE;
  text-align: right;
  padding: 7px 10px 10px;
  color: #333;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 80px;
  z-index: 9;
}

.detail-swiper .counter-swiper {
  
}

.detail-swiper .arrow {
  height: 50px;
  line-height: 49px;
  width: 62px;
  top: 50%;
  margin-top: -65px;
  padding-left: 4px;
  position: absolute;
  display: block;
  text-align: center;
  vertical-align: middle;
  background: #ec1c24;
  color: #fff;
  left: 0;
  padding: 0 0 4px 0;
}
.detail-swiper .arrow .fa {
  line-height: 50px;
  vertical-align: middle;
  font-size: 25px;
}
.detail-swiper .arrow.arrow-right {
  left: auto;
  right: 0;
}

.media_image,
.slider_image {
  text-align: center;
}
.media_image figcaption,
.slider_image figcaption {
  color: #333;
  font-size: 13px;
  padding: 10px 0;
  line-height: 1.3;
}
.media_image figcaption p,
.slider_image figcaption p {
  margin: 0 0 3px;
}
.media_image figcaption .src,
.slider_image figcaption .src {
  font-size: 11px;
  color: #666;
  display: block;
}

.slider_image figcaption {
  min-height: 53px;
  background: #EEE;
  padding: 10px 24px;
  color: #333;
  text-align: left;
}

.article-content > header {
  margin-top: 26px;
  padding-bottom: 18px;
  position: relative;
}
.article-content .top {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  vertical-align: middle;
}
.article-content .top i {
  margin-left: 6px;
  font-size: 18px;
  vertical-align: bottom;
}
.article-content .title {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}
.article-content .sub-header {
  margin-bottom: 4px;
}
.article-content time {
  font-size: 13px;
  display: block;
  margin: 0;
  color: #666;
}
.article-content .content-column {
  padding: 14px 0 0;
}

#galeria-fotos .swiper-wrapper {
  margin-bottom: 20px;
}

.group-galerias .swiper-wrapper {
  display: none;
}

.share {
  margin-bottom: 18px;
}
.share.top-share .top {
  margin-bottom: 8px;
}

.share.bottom-share .top {
  display: inline-block;
  vertical-align: middle;
}
.share.bottom-share ul {
  display: inline-block;
  margin-left: 16px;
}
.share.bottom-share ul a {
  vertical-align: middle;
}
.share .top {
  font-weight: 400 !important;
  margin-bottom: 0;
  line-height: 25px;
}
.share ul {
  margin: 0;
  padding: 0;
}
.share ul li {
  margin-right: 10px;
}
.share ul a {
  color: #ec1c24;
  font-size: 18px;
}
.share ul a i {
  font-size: 20px;
}
.share ul a:hover {
  color: #007ED5;
  text-decoration: none;
}

.share.header-share {
  position: relative;
  min-height: 33px;
}

.share.header-share .top {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

.share.header-share ul {
  margin-left: 80px;
}

.aside > .pub-row:first-child {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  body .share.header-share .top {
    position: relative;
    left: auto;
    top: auto;
    text-align: left;
    padding-top: 6px;
  }

  body .share.header-share ul {
    padding: 0 10px;
    width: 300px;
    position: relative;
    left: auto;
    top: auto;
    margin-left: 10px;
  }  
  
  body .share.header-share .send-email.top-send-email {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 10px;
  }  
}

.aside {
  float: right;
  margin-left: 36px;
  clear: right;
}
.aside .article-image,
.aside .share,
.aside .module,
.aside .pub-row {
  width: 300px;
}
.aside .module {
  margin-bottom: 20px;
}

.intro {
  padding-top: 4px;
  font-size: 19px;
  color: #000;
  font-weight: 500;
}

.list-tags ul.inline {
  margin: 0;
}
.list-tags ul.inline li {
  padding: 0 13px 0 0;
  margin: 0 0 8px 0;
}

.box-button,
.tag {
  display: inline-block;
  padding: 1px 6px 3px;
  background: #ec1c24;
  color: #fff;
  font-size: 15px;
}

a.box-button:hover,
a.tag:hover {
  background: #007ED5;
  text-decoration: none;
  color: #fff;
}

.article-related {
  clear: both;
}
.article-related .list .article-resume time {
  font-size: 13px;
}
.article-related .list .article-resume h4 {
  font-size: 17px;
  font-weight: 500;
}
.article-related .list .article-resume h4 a {
  color: #000;
}

.next-article .article-resume {
  position: relative;
  padding: 8px 65px 0 0;
}
.next-article .article-resume .media {
  margin-bottom: 6px;
}
.next-article .article-resume h4 {
  font-size: 16px;
  font-weight: 500;
}
.next-article .article-resume .arrow-button {
  position: absolute;
  top: 55px;
  right: 0;
  color: #fff;
}
.next-article .article-resume .arrow-button i {
  font-size: 20px;
}

.arrow-button {
  height: 50px;
  line-height: 52px;
  width: 48px;
  display: block;
  text-align: center;
  vertical-align: middle;
  background: #ec1c24;
  color: #fff;
}
.arrow-button:hover {
  background: #007ED5;
  text-decoration: none;
}

.text-entry {
  font-size: 19px;
  color: #333;
  font-weight: 400;
  font-family: 'Georgia', serif;
}

.text-entry a {
  color: #333;
  text-decoration: underline;
}
.text-entry a:hover {
  color: #333;
  text-decoration: none;
}
.text-entry p {
  margin: 0 0 1.5em;
}
.text-entry *[style*="font-size:small"],
.text-entry *[style*="font-size: small"] {
  font-size: 1em !important;
}
.text-entry *[style*="text-align:justify"],
.text-entry *[style*="text-align: justify"] {
  text-align: left !important;
}
.text-entry .sans,
.text-entry h1,
.text-entry h2,
.text-entry h3,
.text-entry h4,
.text-entry h5,
.text-entry h6 {
  font-family: Ubuntu, sans-serif;
}
.text-entry h1,
.text-entry h2,
.text-entry h3 {
  font-size: 32px;
}
.text-entry .light {
  font-weight: normal !important;
}
.text-entry .color {
  color: #ec1c24 !important;
}
.text-entry blockquote {
  position: relative;
  background: #ec1c24;
  color: #FFF;
  border-left: none;
  padding: 44px 46px 4px 86px;
  margin: 0 0 1.5em;
  font-weight: normal;
  font-size: 24.5px;
  font-style: italic;
  line-height: 2;
}
.text-entry blockquote:before {
  content: open-quote;
  position: absolute;
  top: 39px;
  left: 37px;
  font-style: italic;
  font-size: 87px;
  line-height: 1;
}
.text-entry blockquote *:last-child:after {
  content: close-quote;
  position: absolute;
  font-style: italic;
  font-size: 87px;
  line-height: 1;
  margin-top: 6px;
}
.text-entry blockquote cite {
  margin-left: 1.2em;
  font-size: 0.8em;
}
.text-entry blockquote cite:before {
  content: "- ";
}

.ink-table td[class*=large-], 
.ink-table th[class*=large-], 
.ink-table tr[class*=large-], 
.ink-table thead[class*=large-], 
.ink-table tbody[class*=large-], 
.ink-table tfoot[class*=large-] {
    float: none;
}


.text-entry table.ink-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.text-entry table.ink-table tr th {
  padding: 5px 10px;
  line-height: 1.3;
}
.text-entry table.ink-table tr th[data-sortable="true"]:hover {
  cursor: pointer;
  text-decoration: underline;
}
.text-entry table.ink-table tr th[data-sortable="true"]:hover i {
  text-decoration: none;
}
.text-entry table.ink-table tr th[data-sortable="true"] i {
  padding-left: .5em;
}
.text-entry table.ink-table tr td {
  padding: 5px 10px;
  line-height: 1.3;
}
.text-entry table.ink-table.hover tbody tr:hover {
  cursor: pointer;
}
.text-entry table.ink-table.bordered {
  border-collapse: separate;
}
.text-entry table.ink-table {
  background: #fff;
  font-size: 16px;
}
.text-entry table.ink-table tr th, 
.text-entry table.ink-table tr td {
  border-bottom: #bbb 1px solid;
  background: none;
}
.text-entry table.ink-table tfoot tr th, 
.text-entry table.ink-table tfoot tr td {
  border-top: #bbb 1px solid;
}
.text-entry table.ink-table.alternating tbody tr:nth-child(odd) {
  background-color: whitesmoke;
}
.text-entry table.ink-table.hover tbody tr:hover {
  background: #fefbd6;
  color: #555;
}
.text-entry table.ink-table.bordered {
  border: #bbb 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

@media only screen and (max-width: 600px) {
  .text-entry table.ink-table.responsive-table td {
    display: block;
    width: 100%;
  }
}


.text-entry table.ink-table.nested-bordered {
  border-spacing: 2px;
}
.text-entry table.ink-table.nested-bordered td {
  padding: 8px 4px;
  border: #bbb 1px solid!important;
}
.text-entry table.ink-table.bordered tr th {
  border-left: #bbb 1px solid;
}
.text-entry table.ink-table.bordered tr th:first-child {
  border-left: none;
}
.text-entry table.ink-table.bordered tr:last-child td {
  border-bottom: none;
}
.text-entry table.ink-table.bordered tr td {
  border-left: #bbb 1px solid;
}
.text-entry table.ink-table.bordered tr td:first-child {
  border-left: none;
}
.text-entry table.ink-table tbody > tr.red td {
  background: #c91111;
  color: white;
}
.text-entry table.ink-table tbody > tr.green td {
  background: #4a9b17;
  color: white;
}
.text-entry table.ink-table tbody > tr.blue td {
  background: #0f75da;
  color: white;
}
.text-entry table.ink-table tbody > tr.orange td {
  background: #ff9c00;
  color: white;
}
.text-entry table.ink-table tbody > tr.black td {
  background: #000;
  color: #cccccc;
}
.text-entry table.ink-table tbody > tr.yellow td {
  background: #ffd500;
  color: black;
}

.text-entry table.ink-table h1,
.text-entry table.ink-table h2,
.text-entry table.ink-table h3,
.text-entry table.ink-table h4,
.text-entry table.ink-table h5,
.text-entry table.ink-table h6{
  margin: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.entry-header {
  line-height: 1.1;
  color: #333333;
  font-size: 34px;
}

.page-error {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  max-width: 480px;
  padding: 96px 0 80px;
}
.page-error h2 {
  color: #ec1c24;
  font-size: 84px;
  line-height: 1;
  margin-bottom: 40px;
}
.page-error a {
  color: #ec1c24;
  text-decoration: underline;
}
.page-error a:hover {
  text-decoration: none;
}
.page-error p {
  max-width: 380px;
}

/*  ==========================================================================
    =Thumbnails boxs
    ========================================================================== */
.article-resume a {
  color: #333333;
  text-decoration: none;
}
.article-resume a:hover .text {
  text-decoration: underline;
}
.article-resume:hover .caption,
.article-resume:hover h2,
.article-resume:hover h3,
.article-resume:hover h4,
.article-resume:hover h5 {
  text-decoration: underline;
}
.article-resume time {
  font-size: 12px;
  color: #666666;
  font-weight: 500;
}
.article-resume footer {
  font-size: 0.938em;
}
.article-resume footer .link-comments {
  margin-right: 4px;
  color: #000;
}
.article-resume footer .link-photo,
.article-resume footer .link-movie {
  color: #f08200;
  text-decoration: none;
}
.article-resume.type1 .description {
  font-size: 14px;
}
.article-resume.type1 h4 {
  font-size: 18px;
  font-weight: 500;
}
.article-resume.type1 h4 a {
  color: #000;
}
.article-resume.type2 h4 {
  font-size: 14px;
  font-weight: 400;
}
.article-resume.type2 h4 a {
  color: #000;
}
.article-resume .description.medium-inline {
  display: inline;
}
.article-resume .description.medium-inline p {
  display: block;
  padding-bottom: 3px;
}
.article-resume footer.medium-inline {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
  white-space: nowrap;
}
.article-resume footer.medium-inline i.fa-comment {
  color: #4d4d4d;
}
.article-resume footer.medium-inline I.fa-camera {
  font-size: 16px;
}

.media {
  position: relative;
  margin-bottom: 12px;
}
.media .square_images,
.media .res_images {
  overflow: hidden;
}
.media .fa-play-circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -29px;
  color: #fff;
  font-size: 66px;
}
.media .fa-play-circle.bigger {
  font-size: 80px;
  margin: -40px 0 0 -40px;
}
.media img {
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  -webkit-transition: all .3s linear 0.1s;
  -moz-transition: all .3s linear 0.1s;
  -o-transition: all .3s linear 0.1s;
  transition: all .3s linear 0.1s;
}
.media figcaption {
  position: absolute;
  bottom: 14px;
  left: 0;
  text-transform: uppercase;
  font-style: 1.125em;
}
.media figcaption h1,
.media figcaption h2,
.media figcaption h3,
.media figcaption h4,
.media figcaption h5,
.media figcaption h6 {
  display: block;
  padding: 2px 6px;
  line-height: 1.2;
  float: left;
  clear: left;
  background: #fff;
  color: #ec1c24;
}
.media figcaption h4 {
  font-size: 1em;
  line-height: 1.4;
}
.media figcaption h5 {
  font-size: 1.500em;
}

a:hover .media img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: contrast(130%);
}
a:hover .fa-play-circle {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.resumes li {
  margin: 1em 0;
}

.description {
  display: block;
  font-size: 0.938em;
  color: #000;
  padding-top: 4px;
}
.description p {
  margin-bottom: 0.2em;
}
.description h2 {
  margin-bottom: 0.1em;
  font-size: 2.05em;
  font-weight: 500;
}
.description h3 {
  margin-bottom: 0.1em;
  font-size: 1em;
  font-weight: 500;
}
.description h4 {
  margin-bottom: 0.1em;
  font-size: 1em;
  font-weight: 400;
}

/*  ==========================================================================
    =Modules
    ========================================================================== */

.module-tempo.ink-tabs .tabs-content {
  margin-top: 0;
}
    
.tempo-itens {
  display: table;
  width: 100%;
  height: 74px;
}

#tempo-dropdown {
  max-height: 240px;
  overflow: auto;
}

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

  .tempo-itens {
    height: auto;
    margin-left: 0!important;
  }  

  .tempo-itens .small-100 {
    border-top: 1px solid #cccccc;
    padding: 7px 0;
  }

  .tempo-itens .small-100:first-child {
    border-top: none;
  }  

  .tempo-itens .header {
    width: 80px;
    text-align: left;    
  }  

  .tempo-itens .tempo-image {
    padding-top: 0px;
  }

  .tempo-itens .prev {
    padding-top: 0;
  } 

  .tempo-itens .actual {
    padding-left: 8px;
  }

  .tempo-itens .tempo-image {
    padding-right: 8px;
    padding-top: 0px;
  }

}

.tempo-itens .tempo-temp {
  display: table-cell;
}

.tempo-itens .tempo-image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 2px;
  height: 68px;
}

/* TP 240914 */
.tempo-itens .tempo-image.actual {
  padding-right: 20px;
}
/* TP 240914 END */

.tempo-itens .actual {
  display: table-cell;
  font-size: 24px;
  line-height: 1;
  vertical-align: top;
}

.tempo-itens .actual strong {
  display: block;
  font-weight: 400;
  padding-top: 18px;
}

.tempo-itens .prev {
  display: table-cell;
  padding-top: 16px;
  font-size: 18px;
  padding-left: 16px;
  line-height: 1;
}
.tempo-itens .prev .max {
  color: #ec1c24;
}
.tempo-itens .prev .min {
  color: #009ac0;
}

.tempo-itens .header {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.header-box {
  position: relative;
}
.header-box .column {
  margin-bottom: 4px !important;
  position: relative;
}
.header-box .header-wrapper {
  position: relative;
  min-height: 58px;
  border-bottom: 4px solid #cccccc;
  margin-bottom: 10px;
}
.header-box.fake .header-wrapper {
  min-height: 62px;
  border-bottom: 4px solid transparent;
}
.header-box.fake .add-h { 
  min-height: 73px !important;
} 
.header-box .title {
  line-height: 38px;
  vertical-align: middle;
  margin-right: 16px;
}

.pub-row,
.pub-column {
  text-align: center;
}
.pub-row .pub,
.pub-column .pub {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.pub-row .pub .text,
.pub-column .pub .text {
  position: absolute;
  right: 0;
  top: -23px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #bfbfbf;
}
.pub-row .pub .text.onright,
.pub-column .pub .text.onright {
  left: auto;
  right: 0;
}

.pub-row {
  margin-top: 40px;
}
.pub-row.fix-top {
  margin-top: 14px;
}
.pub-row .pub .text {
  right: auto;
  left: 10px;
}

.main-sidebar .pub .text {
  right: 0;
}

.section-columns .section-bottom {
  padding-top: 1.6em;
}

.programacao-slider {
  position: relative;
  padding: 0 90px 16px;
}
.programacao-slider .swiper-slide {
  min-height: 90px;
}
.programacao-slider .box-slide {
  float: left;
  width: 144px;
  padding: 0 13px;
}
.programacao-slider .arrow {
  position: absolute;
  display: block;
  height: 80px;
  line-height: 76px;
  width: 80px;
  text-align: center;
  vertical-align: middle;
  background: #e6e6e6;
  color: #fff;
  top: 0;
  left: 0;
  padding: 0 0 4px 0;
}
.programacao-slider .arrow .fa {
  line-height: 70px;
  vertical-align: middle;
  font-size: 70px;
}
.programacao-slider .arrow.arrow-right {
  left: auto;
  right: 0;
}
.programacao-slider .item-top {
  height: 34px;
  border-bottom: 1px solid #ec1c24;
}
.programacao-slider .item-bottom {
  padding: 8px 0 0;
  font-size: 0.938em;
}
.programacao-slider a {
  color: #ec1c24;
}
.programacao-slider time {
  font-size: 1.188em;
  font-weight: 300;
  color: #999999;
}
.programacao-slider .no-ar {
  float: right;
  margin-top: 4px;
}

.highlight-list .article-resume {
  text-align: center;
}
.highlight-list .media {
  display: block;
}
.highlight-list .description .small {
  font-weight: 700;
}
.highlight-list .description h2 a {
  color: #000;
}

.list-with-thumbs .article-resume footer {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
  white-space: nowrap;
}
.list-with-thumbs .article-resume footer .link-comments {
  color: #999999;
}
.list-with-thumbs .media {
  display: block;
}
.list-with-thumbs .description {
  display: inline;
}
.list-with-thumbs .description p {
  display: block;
}
.list-with-thumbs .description h2 {
  display: inline;
  font-size: 20px;
}
.list-with-thumbs .description h2 a {
  color: #000;
}
.list-with-thumbs .description .small {
  font-weight: 700;
}

.list-archive .description h2 {
  font-size: 16px;
}
.list-archive .description .small {
  font-weight: 700;
}

.collapse-panels.ready .panel-header {
  cursor: pointer;
}

.panel-header h3 {
  background: #ec1c24;
  color: #fff;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 23px;
  margin: 0;
  text-transform: uppercase;
}
.panel-header.active h3 {
  background: #9d050b;
}
.panel-header.active .fa:before {
  content: "\f077";
}
.panel-header .fa {
  margin-top: 5px;
  margin-right: 6px;
}

.context-slider {
  background: #ec1c24;
  color: #fff;
  clear: both;
  position: relative;
  padding: 0 36px;
}
.context-slider .outside {
  z-index: 100;
  background: #ec1c24;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.context-slider a {
  color: #fff;
}
.context-slider .arrow {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 8px;
}
.context-slider .arrow .fa {
  font-size: 70px;
}
.context-slider .arrow.arrow-right {
  left: auto;
  right: 8px;
}

.element-border {
  float: left;
  clear: both;
  border-top: 4px solid #fff;
}
.element-border.half {
  width: 60px;
}

.bio-slider {
  padding: 28px 0;
}
.bio-slider a {
  text-decoration: underline;
}
.bio-slider .bio-profile {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.bio-slider .media {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.bio-slider .media .circle {
  position: relative;
  margin: 0 auto;
  max-width: 175px;
}
.bio-slider .media .circle img {
  position: relative;
  margin-top: -10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.bio-slider .media .circle.shadow:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -7px;
  width: 100%;
  height: 100%;
  background: #ae1117;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.bio-slider .bio-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.5;
}
.bio-slider .bio-text h2 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 22px;
}

.bio-detail {
  padding: 0 50px;
}
.bio-detail .back-slider {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  font-family: Georgia, serif;
  font-weight: bold;
  z-index: 101;
  cursor: pointer;
}
.bio-detail .back-slider .fa {
  font-size: 18px;
  margin-right: 8px;
}
.bio-detail .bio-profile {
  vertical-align: top;
}
.bio-detail .media {
  vertical-align: top;
  padding-top: 10px;
}
.bio-detail .bio-slider .bio-text h2 {
  margin: 0 0 16px;
}
.bio-detail .bio-slider .text {
  clear: both;
  padding: 0 0 8px;
}

dl.details dt {
  margin: 0;
  padding: 14px 0 2px;
  font-size: 18px;
  text-transform: uppercase;
}
dl.details dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.list-group {
  padding: 15px 0;
}
.list-group .column-group.gutters {
  margin-left: 0 !important;
}
.list-group .article-resume {
  margin-bottom: 12px !important;
}
.list-group .article-resume h2 {
  display: inline;
  font-size: 20px;
}
.list-group .article-resume h2 a {
  color: #000;
}
.list-group .article-resume .small {
  font-weight: 700;
}
.list-group .article-resume .small a {
  color: #ec1c24;
}

ul.horizontal-tabs,
.horizontal-tabs {
  margin: 0 0 30px;
  padding: 0;
}
ul.horizontal-tabs li,
.horizontal-tabs li {
  margin: 0;
  border-bottom: none;
}
ul.horizontal-tabs li.active a,
.horizontal-tabs li.active a {
  background: #ec1c24;
  color: #fff;
  border: none;
}
ul.horizontal-tabs li a,
.horizontal-tabs li a {
  display: block;
  margin: 0;
  padding: 9px 0 10px;
  background: #e2e2e2;
  color: #717171;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 1.6;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 500;
  text-transform: none;
}
ul.horizontal-tabs li a i,
.horizontal-tabs li a i {
  font-size: 22px;
  margin-right: 4px;
  vertical-align: middle;
}
ul.horizontal-tabs li a:hover,
.horizontal-tabs li a:hover {
  background: #ec1c24;
  color: #fff;
  border: none;
  text-decoration: none;
}

/*  ==========================================================================
    =Lists
    ========================================================================== */
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list .article-resume .small {
  font-weight: 700;
}
.list .article-resume h4 {
  font-size: 18px;
}
.list .article-resume.type2 h4 {
  font-size: 14px;
  font-weight: 400;
}
.list.mini .article-resume h4 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.list.mini .article-resume h4 a {
  color: #000;
}
.list.side-by-side.now li {
  padding: 0.5em 0 0.2em;
}
.list.table-columns {
  display: table;
  vertical-align: middle;
  width: 100%;
}
.list.table-columns li {
  display: table-row;
  vertical-align: middle;
}
.list.table-columns li:first-child .cell {
  border-top: 0;
}
.list.table-columns .cell {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.7;
  border-top: 1px solid #b3b3b3;
  padding: 3px 0;
  color: #000;
}
.list.list-columns li {
  border-top: 1px solid #b3b3b3;
  position: relative;
  margin: 0;
}
.list.list-columns li:first-child {
  border-top: 0;
}
.list.list-columns li.active, .list.list-columns li:hover {
  background: #f1f1f1;
}
.list.list-columns .row {
  display: table;
  width: 100%;
}
.list.list-columns .cell {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
  padding: 8px 0;
  color: #000;
}
.list.list-columns .cell a {
  color: #000000;
  text-decoration: none;
}
.list.ficha-tecnica {
  padding-top: 6px;
}
.list.ficha-tecnica .cell {
  color: #666;
}
.list.ficha-tecnica .align-right {
  color: #333;
}
.list.table-girabola .cell {
  height: 46px;
  padding: 0;
  line-height: 1.2;
  vertical-align: middle;
}
.list.table-girabola .cell.points {
  width: 50px;
}
.list.table-girabola .cell .image img {
  margin-right: 40px;
}
.list.table-girabola strong {
  padding: 0 2px 0 0;
  font-size: 14px;
}
.list.table-girabola .class {
  font-size: 19px;
}
.list.table-girabola .class small {
  font-size: 12px;
  color: #000;
  vertical-align: middle;
}
.list.table-girabola .position {
  font-size: 23px;
  font-weight: 700;
  padding-right: 8px;
  padding-left: 2px;
  color: #ec1c24;
}
.list.list-horarios li {
  padding-right: 60px;
}
.list.list-horarios .no-ar {
  position: absolute;
  right: 0;
  top: 9px;
}
.list.list-horarios .timer {
  width: 83px;
  padding-left: 11px;
}
.list.list-horarios .timer time {
  color: #ec1c24;
}

/*  ==========================================================================
    =Sidebar
    ========================================================================== */
.main-sidebar .module {
  margin-bottom: 30px;
}

.module-header {
  border-bottom: 4px solid #ec1c24;
  min-height: 48px;
  padding-bottom: 4px;
}
.module-header.mini {
  min-height: 36px;
}
.module-header.mini .title {
  font-size: 23px;
}
.module-header.grey-border {
  border-color: #cccccc;
}
.module-header .title {
  font-weight: 500;
  font-size: 32px;
}

.side-by-side.now .article-resume {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.side-by-side.now .article-resume .media {
  display: table-cell;
  width: 54%;
  padding-right: 10px;
}
.side-by-side.now .article-resume .media img {
  display: block;
}
.side-by-side.now .article-resume .media .fa-play-circle {
  font-size: 54px;
  margin: -27px 0 0 -27px;
}
.side-by-side.now .article-resume .description {
  display: table-cell;
  width: 46%;
  vertical-align: middle;
}
.side-by-side.now .article-resume .description .text {
  font-size: 0.95em;
}

.programacao-slider.mini-programacao {
  position: relative;
  padding: 16px 0;
}
.programacao-slider.mini-programacao .box-slide {
  float: left;
  width: 150px;
  padding: 0 26px 0 0;
}

/*  ==========================================================================
    =Footer
    ========================================================================== */
.main-footer {
  min-height: 100px;
  background: #f1f1f1;
}
.main-footer .top-section {
  position: relative;
  border-bottom: 1px solid #fff;
}
.main-footer .top-section .column-group.gutters > div {
  margin-bottom: 0;
}
.main-footer .top-bar {
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #d9d9d9;
}
.main-footer .footer-navigation {
  height: 50px;
  margin-bottom: 0;
}
.main-footer .footer-navigation .home-link {
  background: url(../img/logo_footer_home.png) no-repeat 0 0;
  width: 37px;
  height: 37px;
  text-indent: -9000px;
  overflow: hidden;
}
.main-footer .footer-navigation .ink-navigation {
  padding: 7px 0 0;
}
.main-footer .footer-navigation .ink-navigation ul.menu.horizontal a {
  font-size: 1em;
  vertical-align: middle;
  color: #4d4d4d;
  line-height: 1.3;
}
.main-footer .modude-newsletter {
  position: relative;
  padding-bottom: 20px;
}
.main-footer .modude-newsletter .msg {
  position: absolute;
  bottom: 7px;
  left: 0;
  padding-left: 126px;
  width: 100%;
  font-size: 13px;
}
.main-footer .modude-newsletter.ink-form label {
  color: #111;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
}
.main-footer .facebook-action h3 {
  margin-top: 1px;
  font-size: 0.875em;
  line-height: 28px;
  vertical-align: middle;
}
.main-footer .facebook-action a {
  display: inline-block;
  color: #3c5b99;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  padding-right: 38px;
  background: url(../img/icon-facebook.png) no-repeat right center;
}
.main-footer .box-fotter {
  padding-top: 24px;
  min-height: 86px;
  margin-bottom: 0 !important;
}
.main-footer .superbrands {
  margin-top: 4px;
  position: relative;
  z-index: 1;
}
.main-footer .module-logos {
  position: relative;
}
.main-footer .lista-logos {
  position: absolute;
  white-space: nowrap;
  top: 100%;
  margin-left: -26px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.main-footer .lista-logos li {
  padding: 0;
  width: 33.3%;
  text-align: center;
}
.main-footer .lista-logos li img {
  max-height: 27px;
  width: auto;
}
.main-footer .group-form {
  width: 300px;
}
.main-footer .right-sep {
  border-right: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.main-footer .bottom-section {
  padding: 12px 0 20px;
}
.main-footer .bottom-section .ink-navigation.small-navigation {
  margin-bottom: 13px;
}
.main-footer .bottom-section .ink-navigation.small-navigation {
  position: relative;
  margin-left: -7px;
}
.main-footer .bottom-section .ink-navigation.small-navigation a {
  padding: 0.5em 7px;
  font-size: 0.750em;
  line-height: 1.2;
  color: #666666;
}
.main-footer .bottom-section .note {
  font-size: 0.625em;
  color: #666666;
}
.main-footer .bottom-section .note2 {
  font-size: 0.750em;
  color: #666666;
}
.main-footer .bottom-section .note2 a {
  color: #666666;
}
.main-footer .bottom-section ul.unstyled {
  margin-top: 0;
}
.main-footer .bottom-section ul.inline li {
  display: inline-block;
  padding: 0 .3em;
}

.msg.erro {
  color: #c91111;
}

/*  ==========================================================================
    =Utilities
    ========================================================================== */
::-webkit-input-placeholder {
  color: #b3b3b3;
}

:-moz-placeholder {
  color: #b3b3b3;
}

::-moz-placeholder {
  color: #b3b3b3;
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

hr {
  border: 0;
  border-top: 1px solid #f2f2f2;
  margin: 1em 0;
}

.sep {
  color: #b3b3b3;
  padding: 0 3px;
  font-weight: 400;
}

.no-ar {
  display: inline-block;
  background: #ec1c24;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
}

.mark {
  display: inline-block;
  background: #ec1c24;
  color: #fff;
  min-width: 12px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 3px;
}

.color1 {
  background: #f69c2d;
}

.control-group.inline label {
  display: inline-block;
  margin-right: 5px;
}
.control-group.inline .control {
  display: inline-block;
}

.large-first-column {
  clear: left !important;
}

.small-collapse .collapse-trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  vertical-align: middle;
  height: 38px;
  cursor: pointer;
}
.small-collapse .collapse-trigger .fa {
  float: right;
  width: 38px;
  line-height: 38px;
  font-size: 20px;
  vertical-align: middle;
  color: #ec1c24;
}
.small-collapse .collapse-trigger.active .fa:before {
  content: "\f077";
}

.back-top {
  color: #ec1c24;
  font-weight: 700;
  font-size: 18px;
}
.back-top .fa {
  font-size: 16px;
  margin-left: 4px;
}
.back-top:hover {
  text-decoration: none;
}

/*  ==========================================================================
    =Titles
    ========================================================================== */
.title {
  margin: 0;
  font-size: 2.563em;
  font-weight: 300;
  color: #ec1c24;
}
.title.medium-text {
  font-size: 19px;
  font-weight: 500;
}
.title.large-text {
  font-size: 41px;
}
.title.medium {
  font-weight: 500;
}
.title.light {
  font-weight: 300;
}
.title.black {
  color: #000;
}
.title.grey {
  color: #999999;
}

.top {
  display: block;
  font-size: 0.9em;
  line-height: 1;
  color: #ec1c24;
  text-transform: uppercase;
  margin: 3px 0 2px;
  font-weight: 700;
}
.top a {
  color: #ec1c24;
}
.top.small {
  margin-bottom: 1px;
  font-weight: 400;
  font-size: 0.8em;
}

/*  ==========================================================================
    =Buttons
    ========================================================================== */
.button {
  display: inline-block;
  padding: 11px 37px 12px 28px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  background: #ec1c24;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  transition: all 500ms ease-in;
  border-right: 0;
  border-left: 45px solid transparent;
  border-bottom: 45px solid #fff;
  opacity: 0.16;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=16)";
  filter: alpha(opacity=16);
}
.button.mini {
  padding: 6px 2px;
  font-size: 14px;
  font-weight: 500;
}
.button.mini:after {
  border-left: 18px solid transparent;
  border-bottom: 18px solid #fff;
}
.button.block {
  display: block;
  text-align: center;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button:hover:after {
  border-left: 450px solid transparent;
  border-bottom: 450px solid white;
}
.button.large-align-left {
  text-align: left;
}
.button.tiny-bigger {
  padding: 1px 14px 1px 14px;
  line-height: 1;
  font-size: 2.563em;
  font-weight: 300;
}
.button small {
  color: #fff;
  font-size: 15px;
}
.button .fa {
  font-size: 14px;
  line-height: 18px;
  vertical-align: bottom;
  position: relative;
  margin: 0 4px 0 -3px;
}
.button.fixed-medium {
  min-width: 190px;
}

input[type="text"].text-form,
.text-form {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 20px;
  color: #b3b3b3;
  font-weight: 400;
  height: 28px;
  border-radius: 3px;
  display: block;
  text-align: left;
  box-shadow: inset 1px 3px 9px rgba(0, 0, 0, 0.05);
}
input[type="text"].text-form.larger,
.text-form.larger {
  height: 38px;
  font-size: 15px;
}
input[type="text"].text-form.larger .submit,
.text-form.larger .submit {
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}
input[type="text"].text-form.widthButton,
.text-form.widthButton {
  padding-right: 38px;
  position: relative;
}
input[type="text"].text-form.widthButton .submit,
.text-form.widthButton .submit {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 38px;
  font-size: 22px;
  font-weight: 700;
}

.ink-dropdown .text-form {
  color: #666666;
}

.submit {
  width: 34px;
  height: 28px;
  background: white;
  color: #999999;
  display: block;
  padding: 0 2px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.submit .fa {
  font-size: 20px;
  color: #999999;
}

.group-form {
  position: relative;
  padding-right: 38px;
  margin: 0 !important;
}
.group-form input[type="text"],
.group-form input[type="email"] {
  width: 100%;
  border: 1px solid #b3b3b3;
  border-right: 0;
  padding: 4px 6px;
  font-size: 11px;
  line-height: 20px;
  color: #b3b3b3;
  font-weight: 400;
  height: 28px;
  border-radius: 3px 0 0 3px;
  display: block;
  box-shadow: inset 1px 3px 9px rgba(0, 0, 0, 0.05);
}
.group-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  font-size: 14px;
  font-weight: 700;
  border-left: 1px solid #999999;
  border-radius: 0 3px 3px 0;
}

.tabs-nav .active .button small {
  color: #ec1c24;
}

.fix-dropdown.ink-dropdown ul.dropdown-menu {
  margin: 0;
  position: absolute;
  top: 100%;
  background: white;
  z-index: 30;
  min-width: 100%;
  max-width: 12em;
  padding: 0;
  margin-left: 0px;
  font-size: .85em;
}

/*  ==========================================================================
    =Module Tabs
    ========================================================================== */
.tabs-content {
  margin-top: 10px;
}
.tabs-content .info {
  font-size: 0.875em;
}

.tabs-programacao .title {
  margin-right: 0;
}
.tabs-programacao .ink-tabs .tabs-content {
  margin-top: 20px;
}
.tabs-programacao .ink-tabs .tabs-nav {
  margin: 0;
  white-space: nowrap;
}
.tabs-programacao .ink-tabs .tabs-nav li {
  float: left;
  margin-left: 20px;
}
.tabs-programacao .ink-tabs .tabs-nav li:first-child {
  margin-left: 0;
}
.tabs-programacao .ink-tabs .tabs-nav a.button {
  padding: 1px 10px 1px 10px;
  border: 1px solid #ec1c24;
  line-height: 1;
  font-size: 2.563em;
  font-weight: 300;
  color: #fff;
}
.tabs-programacao .ink-tabs .tabs-nav :hover a.button {
  color: #fff;
  text-decoration: none;
  background: #ec1c24;
  border-color: #ec1c24;
}
.tabs-programacao .ink-tabs .tabs-nav .active a.button:hover,
.tabs-programacao .ink-tabs .tabs-nav .active a.button {
  color: #ec1c24;
  cursor: default;
  text-decoration: none;
  background: #fff;
  border-color: #ec1c24;
}

.module-alertas.ink-tabs .tabs-content {
  margin-top: 10px;
  overflow: visible;
}

.info {
  font-size: 0.875em;
  color: #333333;
}

/*  ==========================================================================
    =Helpers
    ========================================================================== */
.fix:before,
.fix:after {
  content: " ";
  display: table;
}

.fix:after {
  clear: both;
}

.fix {
  *zoom: 1;
}

.first-column {
  clear: left;
}

.clear {
  clear: both;
}

.ovh {
  overflow: hidden;
}

.page-back {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  max-width: 480px;
}
.page-back h2 {
  color: #ec1c24;
  font-size: 84px;
  line-height: 1;
  margin-bottom: 40px;
}
.page-back a {
  color: #ec1c24;
  text-decoration: underline;
}
.page-back a:hover {
  text-decoration: none;
}
.page-back p {
  max-width: 380px;
}

img.captcha {
  margin-top: 10px;
}

.lista-trigger-container {
  position: relative;
}
.lista-trigger-container #lista-programas {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
}

/*  ==========================================================================
    =Forms
    ========================================================================== */
.ink-form select,
.ink-form textarea,
.ink-form input[type="text"],
.ink-form input[type="password"],
.ink-form input[type="datetime"],
.ink-form input[type="datetime-local"],
.ink-form input[type="date"],
.ink-form input[type="month"],
.ink-form input[type="time"],
.ink-form input[type="week"],
.ink-form input[type="number"],
.ink-form input[type="email"],
.ink-form input[type="url"],
.ink-form input[type="search"],
.ink-form input[type="tel"],
.ink-form input[type="color"] {
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 6px 9px;
  line-height: 1.3;
  border: 1px solid #c6c6c6;
  resize: none;
  background: white;
  vertical-align: middle;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.ink-form select:focus,
.ink-form textarea:focus,
.ink-form input[type="text"]:focus,
.ink-form input[type="password"]:focus,
.ink-form input[type="datetime"]:focus,
.ink-form input[type="datetime-local"]:focus,
.ink-form input[type="date"]:focus,
.ink-form input[type="month"]:focus,
.ink-form input[type="time"]:focus,
.ink-form input[type="week"]:focus,
.ink-form input[type="number"]:focus,
.ink-form input[type="email"]:focus,
.ink-form input[type="url"]:focus,
.ink-form input[type="search"]:focus,
.ink-form input[type="tel"]:focus,
.ink-form input[type="color"]:focus {
  outline: none;
  border-color: rgba(153, 153, 153, 0.9);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
}

.ink-form .title {
  margin: 0 0 14px;
}
.ink-form p.tip {
  font-size: 16px;
  margin: 8px 0 14px;
  line-height: 1.2;
}
.ink-form .control-group.validation.error p.tip {
  color: #ec1c24;
}

.separator-top {
  border-top: 4px solid #e2e2e2 !important;
  padding-top: 14px;
}

.separator-bottom {
  border-bottom: 4px solid #e2e2e2 !important;
  padding-top: 14px;
}

.separator-vertical {
  border-top: 4px solid #e2e2e2 !important;
  border-bottom: 4px solid #e2e2e2 !important;
  padding-top: 14px;
  padding-bottom: 4px;
}

.bottom-send-email {
  overflow: hidden;
}

.send-email .ink-form p.tip {
  margin: 0;
  max-width: 230px;
}

.group-dropdowns {
  position: relative;
}
.group-dropdowns .ink-dropdown {
  margin: 0 0 0 22px;
  position: static;
  display: inline-block;
  width: auto;
}
.group-dropdowns .ink-dropdown .top {
  display: inline-block;
}
.group-dropdowns .dropdown-holder {
  position: absolute;
  top: 52px;
  right: 0;
  width: 332px;
}
.group-dropdowns .dropdown-holder ul.dropdown {
  margin: 0;
  position: relative;
  top: auto;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.group-dropdowns .dropdown-holder ul.dropdown li .item,
.group-dropdowns .dropdown-holder ul.dropdown li a {
  display: block;
  font-size: 17px;
}

.send-email {
  background: #fff;
}
.send-email.expandido {
  background: #f1f1f1;
  position: relative;
  z-index: 30;
  padding-left: 16px;
  padding-right: 16px;
}
.send-email.expandido.separator-vertical {
  border: none !important;
}
.send-email.expandido .all-100,
.send-email.expandido .control-group {
  padding-left: 0 !important;
  margin-bottom: 15px !important;
}
.send-email.expandido .column-group.gutters {
  margin-left: 0;
}

.ink-form .error-holder {
  position: relative;
  padding-left: 154px !important;
}
.ink-form .error-holder .control {
  position: absolute;
  left: 0;
  top: 0;
}

/*  ==========================================================================
    =Bug fixs
    ========================================================================== */
.ie9 .top-section .no-medium-right-sep,
.ie9 .top-section .module-logos {
  margin-bottom: 0 !important;
}
.ie9 .main-footer .lista-logos {
  margin-top: 20px;
}

.no-flexbox .reverse .column-newsletter {
  float: left !important;
}
.no-flexbox .reverse .facebook-action {
  float: right !important;
}
.no-flexbox .column-group > [class^='large-'].large-push-right,
.no-flexbox .column-group > [class^='large-'].push-right {
  float: right;
}
.no-flexbox .bio-slider .media,
.no-flexbox .bio-slider .bio-text {
  float: none !important;
}

/*  ==========================================================================
    =Override Ink
    ========================================================================== */
.ink-dropdown .top {
  font-weight: 400;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.ink-dropdown .top:hover {
  color: #007ED5;
  text-decoration: none;
}
.ink-dropdown .top span {
  line-height: 24px;
  vertical-align: middle;
}
.ink-dropdown .top .fa {
  font-size: 22px;
  margin-left: 6px;
  line-height: 22px;
  vertical-align: middle;
}

ul.dropdown.tpa {
  background: #ec1c24;
  color: #fff;
  z-index: 30;
  border: 0;
  min-width: 10em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 8px 14px;
  margin-left: 0;
  font-size: 1em;
}
ul.dropdown.tpa li {
  padding: 0;
  margin: 0;
}
ul.dropdown.tpa li.active a {
  background: #fff;
  color: #ec1c24;
}
ul.dropdown.tpa li .item,
ul.dropdown.tpa li a {
  display: block;
  padding: 8px 6px;
  color: #fff;
}
ul.dropdown.tpa li .item:hover,
ul.dropdown.tpa li a:hover {
  background: #fff;
  color: #ec1c24;
}
ul.dropdown.tpa.horizontal {
  padding: 0;
}
ul.dropdown.tpa.horizontal li {
  display: block;
  width: 25%;
  float: left;
  margin: 0;
  text-align: center;
}
ul.dropdown.tpa.horizontal a {
  display: block;
  color: #fff;
  padding: 12px 0;
  font-size: 18px;
}
ul.dropdown.tpa.horizontal a i {
  font-size: 20px;
}

.no-top-space {
  margin-top: 0 !important;
}

.article-resume.featured .channels.small, .article-resume .channels.small {
  color: #e2e2e2;
  font-weight: 400;
}
.article-resume.featured .channels a, .article-resume .channels a {
  color: #ec1c24;
}
.article-resume.featured .channels a:hover, .article-resume .channels a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 901px) {
  .double-bottom-space {
    /*margin-bottom: 40px;*/
  }
}
/*  ==========================================================================
    =Historia
    ========================================================================== */

.table-group {
  display: table;
  width: 100%;
  vertical-align: middle;
}

.table-group .table-cell {
  display: table-cell;
  width: 100%;
}

.table-cell p {
  margin: 0;
}
.table-cell p + p{
  margin: 6px 0 0;
}

.table-cell.middle {
  vertical-align: middle;
}

.box-feature .table-group {
  padding: 10px;
  height: 90px;
  margin-top: 2px;
}

.box-feature .ink-tabs .tabs-content {
  overflow: auto;
  font-size: 0.7em;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #dfdfdf;
  background: #FFF;  
}

.box-feature-text {
  overflow: hidden;
}
.box-feature-image {
  width: 199px;
  margin-right: 3px;
  float: left;
}

@media screen and (max-width: 567px) {
  .embed-section .box-feature-image {
    display: none;
  }  
}

.pagination-arrows .swiper-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 45px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(http://imgs.sapo.pt/tpa/img/epg-left.png);
}
.pagination-arrows .swiper-arrow.swiper-arrow-right {
  left: auto;
  right: 0;
  background-image: url(http://imgs.sapo.pt/tpa/img/epg-right.png);
}

.tabs-swiper.swiper-container,
.tabs-swiper.swiper-slide {
  height: 45px;
}

.swiper-global {
  position: relative;
  padding: 0 54px;
}
.tabs-swiper .tabs-nav li.active a {
  background: #ce0000;
  color: #fff;
  border: none;
}

.tabs-swiper .swiper-slide {
    width: 68px;
}
.tabs-swiper .swiper-wrapper.tabs-nav {
    width: 68px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs-swiper .swiper-slide a {
  display: block;
  height: 45px;
  background: #e3e3e3;
  font-size: 0.8em;
  color: #4b4b4c;
  text-align: center;
  text-decoration: none;
  padding: 12px 0 0;
  margin: 0 4px 0 0;  
}

.embed-section {
  overflow: hidden;
}

.embed-section .outer-photos {
  background: #ebebeb;
  border: 1px solid #cecece;
  padding: 7px;
  margin-bottom: 25px;
}

.article-inside-image {
  float: left;
  clear: left;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) and (max-width: 968px) {
  .content-column h3.intro,
  .text-entry * {
    clear: left;
  }
}



@media screen and (min-width: 768px) and (max-width: 968px) {
 
}

/*  ==========================================================================
    Imports media
    ========================================================================== */
@media screen and (min-width: 768px) and (max-width: 968px) {
  /*  ==========================================================================
      Header
      ========================================================================== */
  .main-header .ink-navigation {
    margin-top: 30px;
    font-size: 15px;
  }
  .main-header .ink-navigation li {
    margin: 0;
  }
  .main-header .ink-navigation ul.menu.horizontal li .parent-item,
  .main-header .ink-navigation ul.menu.horizontal li a {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main-header .ink-navigation .trigger-search {
    margin: 0;
    padding: 0.5em 1em;
    line-height: 1.7;
    vertical-align: middle;
  }
  .main-header .ink-navigation .trigger-search .fa {
    font-size: 20px;
    cursor: pointer;
  }

  .main-header #main-navigation > li {
    min-height: 73px;
  }
  .main-header #main-navigation > li .child-menu {
    width: 170px;
  }
  .main-header #main-navigation > li .child-menu li a {
    font-size: 15px;
  }
  .main-header #main-navigation > li .child-menu.child1 {
    left: -35px;
  }
  .main-header #main-navigation > li .child-menu.child2 {
    left: -29px;
  }
  .main-header #main-navigation > li .child-menu.child3 {
    left: -12px;
  }

  /*  ==========================================================================
      =TPA main styles
      ========================================================================== */
  .galeria-container.ink-tabs,
  .ink-navigation ul.full-width,
  .full-width {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
  }
  .galeria-container.ink-tabs hr,
  .ink-navigation ul.full-width hr,
  .full-width hr {
    margin: 12px 0 0;
  }

  .full-width.padding-space {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-section.expanded {
    clear: both;
    overflow: visible;
  }

  /*  ==========================================================================
      =Buttons
      ========================================================================== */
  .button.large-align-left {
    text-align: center;
  }
  .button.tiny-bigger {
    padding: 1px 6px 1px 6px;
  }

  /*  ==========================================================================
      =Modules
      ========================================================================== */
  .header-box.more-bottom-space .header-wrapper {
    margin-bottom: 26px;
  }
  .header-box .header-wrapper {
    margin-bottom: 16px;
  }
  .header-box .info {
    margin: 20px 0 0 6px;
    vertical-align: bottom;
  }
  .header-box .title {
    line-height: 44px;
    margin-bottom: 6px;
  }
  .header-box .tabs-nav {
    padding-bottom: 6px;
  }

  .highlight-list .article-resume {
    text-align: left;
  }
  .highlight-list .article-resume > a {
    color: #ec1c24;
  }
  .highlight-list .media img {
    display: block;
  }
  .highlight-list .description h2 {
    color: #ec1c24;
    font-size: 25px;
  }
  .highlight-list .description .small {
    color: #000;
  }

  .description.medium-inline {
    display: inline;
  }
  .description.medium-inline p {
    display: block;
  }
  .description.medium-inline h2 {
    display: inline;
  }

  .article-resume footer.medium-inline {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin: 4px;
    vertical-align: top;
  }
  .article-resume + .pub-column {
    text-align: left;
  }

  .text-entry {
    font-size: 19px;
    color: #333;
    font-weight: 400;
    font-family: 'Georgia', serif;
  }
  .text-entry p {
    margin: 0 0 1.5em;
  }
  .text-entry *[style*="font-size:small"],
  .text-entry *[style*="font-size: small"] {
    font-size: 1em !important;
  }
  .text-entry *[style*="text-align:justify"],
  .text-entry *[style*="text-align: justify"] {
    text-align: left !important;
  }
  .text-entry .sans,
  .text-entry h1,
  .text-entry h2,
  .text-entry h3,
  .text-entry h4,
  .text-entry h5,
  .text-entry h6 {
    font-family: Ubuntu, sans-serif;
  }
  .text-entry h1,
  .text-entry h2,
  .text-entry h3 {
    font-size: 32px;
  }
  .text-entry blockquote {
    font-size: 22px;
    margin-left: -16px;
  }
  .text-entry blockquote:before {
    top: 37px;
  }

  .full-nav {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    background: #e2e2e2;
  }
  .full-nav .full-nav-row {
    display: block;
    margin: 0;
  }
  .full-nav .full-nav-row li {
    float: left;
    display: block;
    width: 25%;
    border: 0;
  }
  .full-nav .full-nav-row li:first-child {
    padding: 0;
    border: none;
  }
  .full-nav .full-nav-row li a {
    background: #9D050B;
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    padding: 8px 2px 8px 15px;
  }
  .full-nav .full-nav-row li a:hover {
    background: #ec1c24;
    color: #FFF;
    text-decoration: none;
  }
  .full-nav .full-nav-row li.active a {
    background: #ec1c24;
    color: #FFF;
    text-decoration: none;
  }
  .full-nav.medium-style {
    top: 0;
    left: 0;
  }
  .full-nav.medium-style .full-nav-row li {
    width: 33.3%;
  }
  .full-nav.medium-style .full-nav-row li a {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .lista-trigger-container {
    position: relative;
  }
  .lista-trigger-container #lista-programas {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
  }

  /*  ==========================================================================
      =Module Tabs
      ========================================================================== */
  .tabs-programacao .title {
    margin-right: 16px;
  }

  .no-medium-right-sep {
    border-right: 0 !important;
  }

  .module-alertas.ink-tabs .tabs-content {
    margin-top: 0;
    line-height: 1.2;
  }

  .programacao-slider .box-slide {
    width: 33.3%;
  }

  /*  ==========================================================================
      =Home slider
      ========================================================================== */
  .swiper-home {
    margin-bottom: 33px;
  }
  .swiper-home .swiper-slide {
    height: 276px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .swiper-home .description {
    padding-top: 10px;
  }
  .swiper-home .description p {
    margin-bottom: .3em;
    font-size: 1.375em;
  }
  .swiper-home .description .slab {
    font-size: 1.375em;
  }
  .swiper-home .description .text {
    margin-bottom: 0.8em;
  }
  .swiper-home .description .text p {
    font-size: 1.125em;
  }

  /*  ==========================================================================
      =Article detail
      ========================================================================== */
  .aside {
    display: inline;
    margin-left: 32px;
  }
  .aside.medium-aside {
    width: 195px;
  }
  .aside.medium-aside .module {
    width: 195px;
  }

  .intro {
    font-size: 19px;
    color: #000;
    font-weight: 500;
  }

  .text-entry {
    font-size: 19px;
    color: #333;
    font-weight: 400;
    font-family: 'Georgia', serif;
  }
  .text-entry p {
    margin: 0 0 1.5em;
  }

  .next-article .article-resume .arrow-button {
    width: 65px;
    right: -16px;
    color: #fff;
  }

  /*  ==========================================================================
      =Footer
      ========================================================================== */
  .main-footer .top-bar {
    height: 60px;
  }
  .main-footer .footer-navigation {
    padding: 5px 0;
    height: 60px;
    background: #d9d9d9;
  }
  .main-footer .modude-newsletter.ink-form label {
    color: #111;
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .main-footer .module-logos {
    padding: 0;
  }
  .main-footer .sep-top-border {
    border-top: 1px solid #fff;
  }
  .main-footer .superbrands {
    float: left;
    margin: 0;
    padding: 8px 26px 8px 0;
    border-right: 1px solid #fff;
  }
  .main-footer .superbrands img {
    max-width: 86px;
    height: auto;
  }
  .main-footer .lista-logos {
    float: left;
    width: auto;
    position: relative;
    margin: 0;
    padding: 22px 0 0 42px;
  }
  .main-footer .lista-logos li {
    width: auto;
    padding: 0 0.5em;
  }
  .main-footer .group-form {
    max-width: 300px;
  }
  .main-footer .right-sep {
    border-right: 1px solid #fff;
    position: relative;
    z-index: 1;
  }
  .main-footer .bottom-section {
    padding: 12px 0 20px;
  }
  .main-footer .bottom-section .ink-navigation.small-navigation {
    margin-bottom: 13px;
  }
  .main-footer .bottom-section .ink-navigation.small-navigation {
    margin-left: -7px;
  }
  .main-footer .bottom-section .ink-navigation.small-navigation a {
    padding: 0.5em 7px;
    font-size: 0.750em;
    line-height: 1.2;
    color: #666666;
  }
  .main-footer .bottom-section .note {
    font-size: 0.625em;
    color: #666666;
  }
  .main-footer .bottom-section .note2 {
    font-size: 0.750em;
    color: #666666;
  }
  .main-footer .bottom-section .note2 a {
    color: #666666;
  }
  .main-footer .bottom-section ul.unstyled {
    margin-top: 0;
  }
  .main-footer .bottom-section ul.inline li {
    display: inline-block;
    padding: 0 .3em;
  }

  .featured-image-holder {
    padding: 0;
  }

  .featured .media img {
    max-width: 300px;
  }

  /*  ==========================================================================
      =Helpers
      ========================================================================== */
  .large-first-column {
    clear: none !important;
  }

  .medium-first-column {
    clear: left !important;
  }
}
@media screen and (max-width: 767px) {
  /*  ==========================================================================
      =Header
      ========================================================================== */
  .main-header .main-header-inner {
    background: #2f0003;
  }
  .main-header .header-wrapper {
    height: 55px;
    z-index: 100;
  }
  .main-header .header-wrapper .large-push-left.medium-push-left {
    float: none !important;
  }
  .main-header .menu-trigger {
    display: block !important;
    margin-top: 16px;
    margin-right: 7px;
    float: right;
    color: #ec1c24;
  }
  .main-header .menu-trigger .fa {
    font-size: 28px;
  }
  .main-header .menu-trigger.active {
    color: #fff;
  }
  .main-header.ink-sticky-stuck .logo,
  .main-header .logo {
    float: left;
    margin-left: 7px;
    margin-top: 16px;
    width: 45px;
    height: 25px;
    background-image: url(../img/tpa-logo-small.png);
  }
  .main-header.ink-sticky-stuck .menu-trigger {
    margin-top: 7px;
  }
  .main-header.ink-sticky-stuck .logo {
    margin-top: 8px;
  }
  .main-header .ink-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 6;
    margin-top: 0;
    font-size: 19px;
  }
  .main-header .ink-navigation ul.menu.horizontal {
    padding-top: 12px;
    background: #2f0003;
  }
  .main-header .ink-navigation ul.menu.horizontal > li {
    border-top: 1px solid #5b3638;
  }
  .main-header .ink-navigation ul.menu.horizontal li {
    float: none;
    display: block;
  }
  .main-header .ink-navigation ul.menu.horizontal a {
    padding: 8px 4px 8px 20px;
  }
  .main-header .ink-navigation ul.menu.horizontal ul.child-menu {
    display: block;
    padding-bottom: 10px;
  }
  .main-header .ink-navigation ul.menu.horizontal ul.child-menu a {
    color: #ec1c24;
    text-transform: none;
    line-height: 1.2;
    padding: 8px 4px 8px 30px;
  }
  .main-header .ink-navigation .trigger-search {
    display: none !important;
  }
  .main-header .ink-navigation.show-all {
    display: block;
  }
  .main-header .quick-search {
    display: none !important;
  }
  .main-header .quick-search .fa {
    left: 2px;
    top: 14px;
    font-size: 18px;
  }
  .main-header .quick-search .control {
    padding-right: 90px;
    padding-left: 28px;
  }
  .main-header .quick-search input[type="text"],
  .main-header .quick-search input[type="search"] {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 43px;
  }
  .main-header .quick-search .button {
    position: absolute;
    right: -10px;
    top: 0;
  }
  .main-header .quick-search-small {
    display: block !important;
    position: relative;
    height: 38px;
    z-index: 99;
    background: #2f0003;
  }
  .main-header .quick-search-small .control {
    position: relative;
    padding-right: 38px;
  }
  .main-header .quick-search-small .fa {
    position: absolute;
    left: 12px;
    top: 13px;
    font-size: 14px;
    color: #b3b3b3;
  }
  .main-header .quick-search-small input[type="text"],
  .main-header .quick-search-small input[type="search"] {
    width: 100%;
    border: 1px solid #b3b3b3;
    border-right: 0;
    padding: 4px 6px 4px 33px;
    font-size: 16px;
    line-height: 20px;
    color: #b3b3b3;
    font-weight: 400;
    height: 38px;
    border-radius: 3px 0 0 3px;
  }
  .main-header .quick-search-small .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    display: block;
    line-height: 1.42857143;
    text-align: center;
    border-radius: 0 3px 3px 0;
  }

  .main-header #main-navigation > li {
    position: relative;
    min-height: 78px !important;
    height: auto !important;
  }
  .main-header #main-navigation > li .child-menu {
    position: relative;
    padding: 0 0 10px;
    top: auto;
    left: auto;
    width: 100%;
    background: none;
  }
  .main-header #main-navigation > li .child-menu li {
    text-align: left;
    margin: 0;
    float: none;
  }
  .main-header #main-navigation > li .child-menu li a {
    color: #ec1c24;
    text-transform: none;
    font-size: 1em;
    line-height: 1.2;
    padding: 4px 4px 4px 30px;
  }
  .main-header #main-navigation > li .child-menu.child1 {
    left: auto;
  }
  .main-header #main-navigation > li .child-menu.child2 {
    left: auto;
  }
  .main-header #main-navigation > li .child-menu.child3 {
    left: auto;
  }

  .xmedium-100 {
    width: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
  }

  .lista-trigger.double-bottom-space {
    margin-bottom: 0;
  }

  .full-nav .full-nav-row li {
    float: none;
    display: block;
    width: auto;
    border: 0;
  }
  .full-nav .full-nav-row li:first-child {
    padding: 0;
    border: none;
  }
  .full-nav .full-nav-row li a {
    background: #9D050B;
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    padding: 8px 2px 8px 15px;
  }
  .full-nav .full-nav-row li a:hover {
    background: #ec1c24;
    color: #FFF;
    text-decoration: none;
  }
  .full-nav .full-nav-row li.active a {
    background: #ec1c24;
    color: #FFF;
    text-decoration: none;
  }
  .full-nav.medium-style {
    top: 0;
    left: 0;
  }
  .full-nav.medium-style .full-nav-row li {
    width: 50%;
  }
  .full-nav.medium-style .full-nav-row li a {
    font-size: 15px;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .lista-trigger-container .article-resume {
    padding-bottom: 20px;
  }
  .lista-trigger-container .description h2 {
    font-size: 16px;
  }
  .lista-trigger-container .top.small a {
    color: #ec1c24;
  }

  /*  ==========================================================================
      TPA main styles
      ========================================================================== */
  .main-section {
    overflow: visible;
  }

  .main-content-wrapper {
    float: none;
    width: auto;
  }

  .main-sidebar {
    float: none;
    width: auto;
    margin-left: 0;
  }

  /*  ==========================================================================
      =Header
      ========================================================================== */
  .page-header {
    padding: 16px 0;
  }
  .page-header.bottom-space {
    margin-bottom: 0;
  }
  .page-header .group-dropdowns .ink-dropdown {
    margin-left: 6px;
  }
  .page-header .group-dropdowns {
    margin-top: 8px;
  }
  .page-header .group-dropdowns .dropdown-holder {
    top: 39px;
    max-width: 320px;
  }
  .page-header h2 {
    font-size: 27px;
  }
  .page-header .box-button {
    margin: 0 10px 0 0;
  }

  /*  ==========================================================================
      =Thumbnails boxs
      ========================================================================== */
  .article-resume a {
    color: #333333;
    text-decoration: none;
  }
  .article-resume a:hover .text {
    text-decoration: underline;
  }
  .article-resume .channels a {
    color: #ec1c24;
  }
  .article-resume .small {
    font-weight: 500;
    color: gray;
  }
  .article-resume .top a {
    color: #ec1c24;
  }
  .article-resume.featured .small {
    font-weight: 700;
    font-size: 0.75em;
    color: #ec1c24;
  }
  .article-resume.featured .small a {
    color: #ec1c24;
  }
  .article-resume.bigger-titles .small {
    padding-bottom: 2px;
    color: #ec1c24;
    font-weight: 700;
  }
  .article-resume.bigger-titles .description {
    padding-top: 0;
  }
  .article-resume.bigger-titles .media h4 {
    font-size: 1.688em;
    line-height: 1.1;
  }

  .media figcaption {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 0;
    font-size: 1em;
  }
  .media figcaption h1,
  .media figcaption h2,
  .media figcaption h3,
  .media figcaption h4,
  .media figcaption h5,
  .media figcaption h6 {
    padding: 0;
    float: none;
    background: transparent;
  }
  .media figcaption h4 {
    font-size: 0.75em;
    line-height: 1.6;
  }
  .media figcaption h5 {
    font-size: 1.56em;
  }

  .featured .media figcaption {
    padding-top: 6px;
    margin-top: 0;
  }
  .featured .media figcaption h4 {
    font-size: 1.56em;
    line-height: 1.2;
  }
  .featured .media figcaption h5 {
    font-size: 1.56em;
  }

  .description .text {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.3;
  }

  /*  ==========================================================================
      =Lists
      ========================================================================== */
  .list.list-horarios .no-ar {
    right: 6px;
  }
  .list.ficha-tecnica {
    padding-top: 6px;
  }
  .list.ficha-tecnica .row {
    display: block;
    padding: 8px 10px 10px;
  }
  .list.ficha-tecnica .cell {
    padding: 0;
    display: block;
    text-align: left;
    color: #8F8F8F;
    font-size: 14px;
  }
  .list.ficha-tecnica .align-right {
    color: #333;
  }

  /*  ==========================================================================
      =Article detail
      ========================================================================== */
  .galeria-container.ink-tabs {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 1em;
  }

  .video-player {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .detail-swiper.swiper-container {
    margin-bottom: 20px;
  }
  .detail-swiper .arrow {
    width: 44px;
  }
  
  .slider_image figcaption {
    padding: 10px 14px;
  }

  .article-content > header {
    padding-bottom: 18px;
    position: relative;
  }
  .article-content > header.videofoto {
    margin-top: -10px;
  }
  .article-content .top {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    vertical-align: middle;
  }
  .article-content .top i {
    margin-left: 6px;
    font-size: 18px;
    vertical-align: bottom;
  }
  .article-content .title {
    font-size: 27px;
  }
  .article-content .title.medium-text {
    font-size: 19px;
  }
  .article-content .sub-header {
    margin-bottom: 18px;
  }
  .article-content time {
    line-height: 20px;
    vertical-align: middle;
  }
  .article-content .content-column {
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    clear: both;
  }

  .aside {
    float: right;
    margin-left: 36px;
    clear: right;
  }
  .aside .share {
    width: auto;
  }

  .intro {
    font-size: 17px;
    line-height: 1.3;
  }

  .next-article .article-resume {
    display: table;
    width: 100%;
  }
  .next-article .article-resume .media {
    display: table-cell;
    float: left;
    margin: 0;
    width: 152px;
    padding-right: 12px;
  }
  .next-article .article-resume .description {
    height: 90px;
    vertical-align: middle;
    display: table-cell;
  }
  .next-article .article-resume .arrow-button {
    top: 32px;
    width: 41px;
    right: -10px;
    color: #fff;
  }

  .text-entry {
    font-size: 19px;
    color: #333;
    font-weight: 400;
    font-family: 'Georgia', serif;
  }
  .text-entry p {
    margin: 0 0 1.5em;
  }
  .text-entry .light {
    font-weight: 700 !important;
  }
  .text-entry blockquote {
    padding: 86px 10px 40px;
    font-size: 22px;
    line-height: 1.6;
    margin-left: -10px;
  }
  .text-entry blockquote:before {
    left: 2px;
    top: 22px;
    font-size: 146px;
  }
  .text-entry blockquote *:last-child:after {
    bottom: -55px;
    right: 23px;
    font-size: 146px;
    margin-top: 0;
    line-height: 1;
  }

  .small-no-border {
    border: none !important;
  }

  .entry-header {
    font-size: 27px;
  }

  .pub-row .pub .text,
  .pub-column .pub .text {
    font-weight: 400;
  }

  .page-error {
    padding: 46px 0 26px;
  }
  .page-error h2 {
    color: #ec1c24;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .page-error a {
    color: #ec1c24;
    text-decoration: underline;
  }
  .page-error a:hover {
    text-decoration: none;
  }
  .page-error p {
    max-width: 380px;
  }

  /*  ==========================================================================
      =Forms
      ========================================================================== */
  .send-email {
    background: #fff;
    z-index: 22;
  }
  .send-email.top-send-email {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 10px;
    right: 10px;
    margin-top: 49px;
  }

  .share.top-share {
    margin-bottom: 0;
  }
  .share.top-share .top {
    text-align: right;
  }
  .share.top-share .pos-list {
    position: absolute;
    z-index: 23;
    width: 100%;
    left: 0;
  }
  .share.top-share .pos-list .separator-vertical {
    border-top: none !important;
  }
  .share.top-share ul {
    background: #ec1c24;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    width: 180px;
    width: 300px;
    position: absolute;
    z-index: 1;
    right: 10px;
  }
  .share.top-share ul li {
    display: inline-block;
    margin: 0;
    width: 25%;
  }
  .share.top-share ul a {
    display: block;
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
  }
  .share.top-share ul a i {
    font-size: 20px;
  }
  .share.top-share ul a.active {
    background: #fff;
    color: #ec1c24;
  }
  .share.bottom-share .top {
    display: block;
  }
  .share.bottom-share ul {
    display: block;
    margin-left: 0;
  }
  .share + .pub-row {
    margin-top: 90px;
  }

  .ink-form .error-holder {
    position: relative;
    padding-left: 0 !important;
  }
  .ink-form .error-holder .control {
    padding-top: 20px;
    position: relative;
    left: auto;
    top: auto;
  }

  /*  ==========================================================================
      =Modules
      ========================================================================== */
  .module-header,
  .header-box .header-wrapper {
    min-height: 44px;
    border-color: #e6e6e6;
  }

  .section-columns .media img {
    display: none;
  }
  .section-columns .featured .media img {
    display: block;
    max-width: 300px;
  }
  .section-columns .section-bottom {
    padding-bottom: 20px;
  }
  .section-columns.small-thumbs .media img {
    display: block;
  }

  .side-by-side .article-resume {
    display: table;
    width: 100%;
    vertical-align: middle;
  }
  .side-by-side .article-resume .media {
    display: table-cell;
    width: 40%;
    padding-right: 10px;
  }
  .side-by-side .article-resume .media img {
    display: block;
  }
  .side-by-side .article-resume .media .fa-play-circle {
    font-size: 38px;
    margin: -19px 0 0 -19px;
  }
  .side-by-side .article-resume .description {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
  }
  .side-by-side .article-resume .description .text {
    font-size: 0.95em;
  }

  .programacao-slider {
    position: relative;
    margin-top: 42px;
    padding: 0 60px 16px;
  }
  .programacao-slider .swiper-slide {
    width: 200px;
    padding: 0 3px;
  }
  .programacao-slider .box-slide {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    min-height: 0;
    padding: 0 3px;
  }
  .programacao-slider .arrow {
    height: 54px;
    line-height: 49px;
    width: 44px;
    background: #ec1c24;
    color: #fff;
    top: 0;
    left: -10px;
    padding-left: 4px;
  }
  .programacao-slider .arrow .fa {
    line-height: 30px;
    vertical-align: middle;
    font-size: 30px;
  }
  .programacao-slider .arrow.arrow-left {
    padding-right: 4px;
  }
  .programacao-slider .arrow.arrow-right {
    right: -10px;
    padding-left: 4px;
  }
  .programacao-slider .item-top {
    position: relative;
    height: auto;
    padding-bottom: 8px;
    text-align: center;
  }
  .programacao-slider .item-bottom {
    text-align: center;
    margin-bottom: 20px;
  }
  .programacao-slider .no-ar {
    position: absolute;
    right: 0;
  }

  .highlight-list .article-resume {
    text-align: left;
  }
  .highlight-list .article-resume > a {
    color: #ec1c24;
  }
  .highlight-list .media img {
    display: block;
  }
  .highlight-list .description h2 {
    color: #ec1c24;
    font-size: 25px;
  }
  .highlight-list .description .small {
    color: #000;
  }

  .description.medium-inline {
    display: inline;
  }
  .description.medium-inline p {
    display: block;
  }
  .description.medium-inline h2 {
    display: inline;
  }

  .article-resume footer.medium-inline {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin: 4px;
    vertical-align: top;
  }
  .article-resume + .pub-column {
    text-align: left;
  }

  .element-border {
    float: none;
    clear: both;
    margin: 0 auto;
  }

  .context-slider {
    padding: 0 14px;
  }
  .context-slider .arrow {
    top: 50px;
    margin-top: 0;
    left: 18px;
    z-index: 20;
  }
  .context-slider .arrow .fa {
    font-size: 110px;
  }

  .bio-slider {
    padding: 26px 0;
  }
  .bio-slider .bio-profile {
    display: block;
  }
  .bio-slider .media {
    display: block;
    text-align: center;
    padding: 0 10px 30px 30px !important;
  }
  .bio-slider .media .circle img {
    margin-top: 0;
  }
  .bio-slider .bio-text {
    display: block;
    text-align: center;
  }

  .bio-detail {
    padding: 0 28px;
  }
  .bio-detail .back-slider.bottom {
    position: relative;
    top: auto;
    left: auto;
    text-decoration: underline;
  }

  .list-group {
    padding-top: 0;
  }
  .list-group hr {
    display: none;
  }
  .list-group .column-group.gutters {
    margin-left: 0 !important;
  }
  .list-group .article-resume {
    margin-bottom: 20px !important;
  }
  .list-group .article-resume h2 {
    display: inline;
    font-size: 20px;
  }
  .list-group .article-resume h2 a {
    color: #000;
  }
  .list-group .article-resume .small {
    font-weight: 700;
  }
  .list-group .article-resume .small a {
    color: #ec1c24;
  }

  ul.horizontal-tabs li a,
  .horizontal-tabs li a {
    font-size: 14px;
  }
  ul.horizontal-tabs li a i,
  .horizontal-tabs li a i {
    font-size: 22px;
    margin-right: 4px;
    vertical-align: middle;
  }

  /*  ==========================================================================
      =Sidebar
      ========================================================================== */
  .module-header {
    padding-bottom: 0;
  }
  .module-header .title {
    line-height: 38px;
    color: #999999;
  }
  .module-header .title.small-red {
    color: #ec1c24;
  }

  .article-related .module-header .title {
    color: #ec1c24;
  }

  /*  ==========================================================================
      =Buttons
      ========================================================================== */
  .button {
    font-size: 18px;
    font-weight: 700;
  }
  .button.large-align-left {
    text-align: center;
  }
  .button.tiny-bigger {
    padding: 1px 6px 1px 6px;
  }

  /*  ==========================================================================
      =Titles
      ========================================================================== */
  .title {
    font-size: 1.438em;
    line-height: 1.2;
    font-weight: 400;
  }
  .title.small-tiny {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
  }

  /*  ==========================================================================
      =Module Tabs
      ========================================================================== */
  .tabs-programacao .title {
    margin-right: 0;
  }
  .tabs-programacao .header-wrapper {
    padding-bottom: 9px;
  }
  .tabs-programacao .ink-tabs .tabs-content {
    overflow: visible;
  }
  .tabs-programacao .ink-tabs .tabs-nav li {
    margin-left: 2px;
  }
  .tabs-programacao .ink-tabs .tabs-nav a.button {
    padding: 1px 8px 1px 8px;
    border: 1px solid transparent;
    line-height: 1;
    font-size: 1.438em;
    font-weight: 300;
  }
  .tabs-programacao .ink-tabs .tabs-nav :hover a.button {
    color: #fff;
    text-decoration: none;
    background: #ec1c24;
    border-color: #ec1c24;
  }
  .tabs-programacao .ink-tabs .tabs-nav .active a.button:hover,
  .tabs-programacao .ink-tabs .tabs-nav .active a.button {
    color: #ec1c24;
    cursor: default;
    text-decoration: none;
    background: #fff;
    border-color: #ec1c24;
  }

  /*  ==========================================================================
      =Footer
      ========================================================================== */
  .main-footer .top-bar {
    display: none;
  }
  .main-footer .column-newsletter {
    padding-right: 10px;
    background: #FFF;
    text-align: center;
    border-top: 1px solid #f2f2f2;
  }
  .main-footer .modude-newsletter {
    padding-bottom: 0;
  }
  .main-footer .modude-newsletter.ink-form label {
    display: block;
    line-height: 1.4;
    padding-bottom: 8px;
  }
  .main-footer .modude-newsletter .msg {
    position: static;
    bottom: auto;
    left: auto;
    padding-left: 0;
  }
  .main-footer .modude-newsletter .group-form {
    width: 100%;
    padding-right: 48px;
  }
  .main-footer .modude-newsletter .group-form input[type="text"],
  .main-footer .modude-newsletter .group-form input[type="email"] {
    padding: 20px 6px;
    font-size: 14px;
    height: 42px;
  }
  .main-footer .modude-newsletter .group-form .submit {
    width: 48px;
    height: 42px;
    display: block;
    padding: 0 2px;
    font-size: 13px;
  }
  .main-footer .facebook-action {
    padding-right: 10px;
    background: #FFF;
    text-align: center;
    border-top: 4px solid #f2f2f2;
  }
  .main-footer .facebook-action h3 {
    margin-top: 1px;
    font-size: 0.875em;
    line-height: 28px;
    vertical-align: middle;
  }
  .main-footer .facebook-action a {
    padding-left: 38px;
    background: url(../img/icon-facebook.png) no-repeat left center;
  }
  .main-footer .box-fotter {
    padding-top: 14px;
    min-height: 60px;
    margin-bottom: 0 !important;
  }
  .main-footer .superbrands {
    float: left;
    width: 78px;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    border-right: 1px solid #fff;
  }
  .main-footer .superbrands img {
    max-width: 52px;
    height: auto;
    margin: 0 auto;
  }
  .main-footer .lista-logos {
    float: none;
    overflow: hidden;
    width: auto;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 20px 0 0 16px;
  }
  .main-footer .lista-logos li {
    width: auto;
    padding: 0 0.5em;
  }
  .main-footer .right-sep {
    border-right: 0;
  }
  .main-footer .bottom-section {
    text-align: center;
    padding-bottom: 40px;
  }
  .main-footer .bottom-section .ink-navigation.small-navigation {
    padding: 8px 0 20px;
  }
  .main-footer .bottom-section .ink-navigation.small-navigation li:first-child a {
    padding-left: 0.5em;
  }
  .main-footer .bottom-section .ink-navigation.small-navigation a {
    padding-top: 0.7em;
    padding-bottom: 1em;
    display: block;
    text-align: center;
    font-size: 0.813em;
    line-height: 1.2;
    color: #666666;
  }

  /*  ==========================================================================
      =Home slider
      ========================================================================== */
  .swiper-home {
    margin-bottom: 33px;
  }
  .swiper-home .swiper-wrapper {
    width: 100% !important;
    height: auto !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transition: 0s;
    -webkit-transition: 0s;
  }
  .swiper-home .swiper-slide {
    width: 100% !important;
    height: auto !important;
    position: relative;
    background-position: center center;
    float: none;
    margin-bottom: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .swiper-home .swiper-slide.active {
    height: 270px;
    padding-top: 145px;
  }
  .swiper-home .swiper-slide.active .button {
    display: block;
  }
  .swiper-home .swiper-slide-duplicate {
    display: none !important;
  }
  .swiper-home .ink-grid .inner {
    display: table;
    width: 100%;
    position: static;
  }
  .swiper-home .above {
    display: none;
  }
  .swiper-home .ink-grid {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    z-index: 1;
  }
  .swiper-home .description {
    padding-left: 3.33333px;
    padding-right: 3.33333px;
    position: static;
    display: table-cell;
    height: 125px;
    vertical-align: middle;
    top: auto;
    left: auto;
    width: auto;
    background: rgba(0, 0, 0, 0.71);
    text-align: center;
    padding-top: 0;
  }
  .swiper-home .description br {
    display: none;
  }
  .swiper-home .description p {
    margin-bottom: .5em;
    font-size: 0.8em;
  }
  .swiper-home .description h2 {
    font-size: 1.688em;
    margin: .2em 0;
  }
  .swiper-home .description h3 {
    font-size: 1.250em;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
  }
  .swiper-home .description .slab {
    font-size: 1.375em;
  }
  .swiper-home .description .text {
    margin-bottom: 0;
  }
  .swiper-home .description .text p {
    font-size: 0.9em;
  }
  .swiper-home .bullet-pagination {
    display: none;
  }
  .swiper-home .button {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    text-indent: -9000px;
    overflow: hidden;
    z-index: 2;
  }

  /*  ==========================================================================
      =no flexbox support
      ========================================================================== */
  html.no-flexbox .small-full-width {
    margin-left: 0;
    margin-right: 0;
  }
  html.no-flexbox .small-full-width.force,
  html.no-flexbox .padding-space,
  html.no-flexbox .content-column {
    margin-left: -10px;
    margin-right: -10px;
  }
  html.no-flexbox .top-section > .ink-grid .column-group.fixcolumn {
    margin-right: -10px;
  }
  html.no-flexbox .tabs-programacao .ink-tabs .tabs-nav a.button {
    padding: 1px 7px;
  }
  html.no-flexbox .double-bottom-space,
  html.no-flexbox .small-double-bottom-space,
  html.no-flexbox .double-bottom-space,
  html.no-flexbox .small-double-bottom-space {
    margin-bottom: 40px;
  }
  html.no-flexbox .small-quarter-bottom-space {
    margin-bottom: 3px;
  }
  html.no-flexbox div.pub-row {
    margin-top: 40px;
  }

  /*  ==========================================================================
      TPA main styles
      ========================================================================== */
  .small-full-width {
    margin-left: -10px;
    margin-right: -10px;
  }

  .ink-navigation ul.full-width,
  .small-full-width,
  .full-width {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
  .ink-navigation ul.full-width hr,
  .small-full-width hr,
  .full-width hr {
    margin: 10px 0 0;
  }
  .ink-navigation ul.full-width.fixpos,
  .small-full-width.fixpos,
  .full-width.fixpos {
    position: absolute;
  }

  .small-full-width.padding-space,
  .full-width.padding-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-content-wrapper {
    float: none;
    width: auto;
  }
  .main-content-wrapper .main-section {
    margin-right: 0;
  }

  .main-sidebar {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .double-bottom-space {
    margin-bottom: 36px;
  }

  .small-quarter-bottom-space {
    margin-bottom: 3px;
  }

  .group-dropdowns .small-push-left {
    float: left;
  }

  .video-archive .media {
    margin-bottom: 0;
  }
  .video-archive .article-resume {
    margin-bottom: 20px !important;
  }
}

/* TP 100914 */
.radio-label {
    margin-left: 5px;
    position: relative;
    margin-right: 5px;
    top: 15px;
    cursor: pointer;
}
.radios {
    line-height: 0;
    margin-top: 5px;
    margin-bottom: 0px;
}
/* TP 100914 END */

/* TP 240914 */
/* Weather Fonts */
@font-face {
  font-family: 'weathericons';
  src: url('../fonts/weathericons-regular-webfont.eot');
  src: url('../fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/weathericons-regular-webfont.woff') format('woff'), url('../fonts/weathericons-regular-webfont.ttf') format('truetype'), url('../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wi {
  width: 64px;
  height: 45px;
  font-size: 40px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-cloudy:before{content:"\f002"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-rain:before{content:"\f008"}.wi-day-showers:before{content:"\f009"}.wi-day-snow:before{content:"\f00a"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-sunny:before{content:"\f00d"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-thunderstorm:before{content:"\f010"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-cloudy:before{content:"\f013"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-lightning:before{content:"\f016"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-rain:before{content:"\f019"}.wi-showers:before{content:"\f01a"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-windy:before{content:"\f021"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-clear:before{content:"\f02e"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-cloudy:before{content:"\f031"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-rain:before{content:"\f036"}.wi-night-showers:before{content:"\f037"}.wi-night-snow:before{content:"\f038"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-celsius:before{content:"\f03c"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-refresh:before{content:"\f03e"}.wi-cloud-up:before{content:"\f040"}.wi-cloud:before{content:"\f041"}.wi-degrees:before{content:"\f042"}.wi-down-left:before{content:"\f043"}.wi-down:before{content:"\f044"}.wi-fahrenheit:before{content:"\f045"}.wi-horizon-alt:before{content:"\f046"}.wi-horizon:before{content:"\f047"}.wi-left:before{content:"\f048"}.wi-lightning:before{content:"\f016"}.wi-night-fog:before{content:"\f04a"}.wi-refresh-alt:before{content:"\f04b"}.wi-refresh:before{content:"\f04c"}.wi-right:before{content:"\f04d"}.wi-sprinkles:before{content:"\f04e"}.wi-strong-wind:before{content:"\f050"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-thermometer:before{content:"\f055"}.wi-tornado:before{content:"\f056"}.wi-up-right:before{content:"\f057"}.wi-up:before{content:"\f058"}.wi-wind-west:before{content:"\f059"}.wi-wind-south-west:before{content:"\f05a"}.wi-wind-south-east:before{content:"\f05b"}.wi-wind-south:before{content:"\f05c"}.wi-wind-north-west:before{content:"\f05d"}.wi-wind-north-east:before{content:"\f05e"}.wi-wind-north:before{content:"\f060"}.wi-wind-east:before{content:"\f061"}.wi-smoke:before{content:"\f062"}.wi-dust:before{content:"\f063"}.wi-snow-wind:before{content:"\f064"}.wi-day-snow-wind:before{content:"\f065"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-day-sleet-storm:before{content:"\f068"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-solar-eclipse:before{content:"\f06e"}.wi-lunar-eclipse:before{content:"\f070"}.wi-meteor:before{content:"\f071"}.wi-hot:before{content:"\f072"}.wi-hurricane:before{content:"\f073"}.wi-smog:before{content:"\f074"}.wi-alien:before{content:"\f075"}.wi-snowflake-cold:before{content:"\f076"}.wi-stars:before{content:"\f077"}.wi-moon-full:before{content:"\f078"}.wi-moon-waxing-gibbous:before{content:"\f079"}.wi-moon-waxing-quarter:before{content:"\f07a"}.wi-moon-waxing-crescent:before{content:"\f07b"}.wi-moon-young:before{content:"\f07c"}.wi-moon-new:before{content:"\f07d"}.wi-moon-old:before{content:"\f07e"}.wi-moon-waning-crescent:before{content:"\f080"}.wi-moon-waning-quarter:before{content:"\f081"}.wi-moon-waning-gibbous:before{content:"\f082"}.wi-night-partly-cloudy:before{content:"\f083"}
/* TP 240914 END */


@media screen and (min-width: 734px) {
  .streaming-large { display: block;}
  .streaming-medium { display: none;}
  .streaming-small { display: none;}
}

@media screen and (max-width: 733px) {
  .streaming-large { display: none;}
  .streaming-medium { display: block;}
  .streaming-small { display: none;}
}

@media screen and (max-width: 500px) {
  .streaming-large { display: none;}
  .streaming-medium { display: none;}
  .streaming-small { display: block;}
}

.streaming-small,
.streaming-medium,
.streaming-large {
  text-align: center;
}

.streaming-small img,
.streaming-medium img,
.streaming-large img {
  display: block;
  margin: 0 auto;
}
