﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Roboto", sans-serif;
  background: #e4e6e7;
  width: 100%;
  min-width: 980px;
  overflow-x: hidden;
}

.mini-news .article {
  margin-bottom: 10px;
}
.mini-news .article:after {
  content: "";
  display: block;
  clear: both;
}
.mini-news .article img {
  float: left;
}
.mini-news .article .title-news-menu {
  float: right;
  width: 125px;
  color: #fff;
  line-height: 25px;
  padding: 5px 0;
  font-size: 14px;
  text-transform: none;
}

.center {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.publicidade-dark {
  padding: 20px 0;
  background: #000;
  text-align: center;
}

.main-content {
  padding: 50px 0;
}
.main-content.white {
  background: #fff;
}
.main-content:after {
  content: "";
  display: block;
  clear: both;
}


.sidebar {
  width: 300px;
  float: right;
  position: relative;
}
.sidebar .mb {
  margin-bottom: 50px;
}

.content-side {
  float: left;
  width: 630px;
  position: relative;
}

.widget-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #8b8c8d;
  font-size: 21px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 30px;
}
.widget-title a {
  float: right;
  color: #666666;
  text-decoration: none;
  font-size: 13px;
  transition: 400ms;
}
.widget-title a:hover {
  color: #333;
}
.widget-title a:before {
  margin-right: 10px;
}

.news-widget:after {
  content: "";
  display: block;
  clear: both;
}
.news-widget article {
  width: 295px;
  float: left;
  margin-bottom: 20px;
}
.news-widget a:nth-child(2n) article{
  clear: both;
}
.news-widget article img{width: 100%;}
.news-widget a:nth-child(2n+1) article{
  float: right;
}
.news-widget .date {
  font-size: 15px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 5px;
  margin-top: 10px;
}
.news-widget .title-article {
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  color: #333333;
}

.our-games {
  margin-bottom: 35px;
}
.our-games .header {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #d3d7d6;
  font-size: 17px;
  font-weight: 700;
  color: #666666;
}
.our-games .arrows {
  float: right;
  font-size: 22px;
  color: #999999;
}
.our-games .arrows div {
  float: left;
  cursor: pointer;
}
.our-games .arrows div:before {
  margin: 0;
  height: 50px;
  line-height: 50px;
}


.last-games-wrap {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: #fff;
  font-size: 17px;
  color: #666666;
  font-weight: 300;
}
.last-games-wrap li {
  display: none;
}
.last-games-wrap li:first-child {
  display: block;
}
.last-games-wrap span {
  float: right;
}

.next-games-wrap {
  padding: 20px;
  background: #fff;
  position: relative;
}
.next-games-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.next-games-wrap li {
  display: none;
}
.next-games-wrap li:first-child {
  display: block;
}
.next-games-wrap header {
  font-size: 17px;
  line-height: 22px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 15px;
}
.next-games-wrap header span {
  font-weight: 300;
  float: right;
}
.next-games-wrap .icon-ticket {
  font-size: 19px;
  font-weight: 700;
  color: #e49715;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-decoration: none;
}
.next-games-wrap .icon-ticket:before {
  margin-right: 5px;
}

.teams-wrap {
  float: left;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  color: #666666;
}
.teams-wrap p:first-child {
  margin-bottom: 10px;
}

.games-badges {
  width: 170px;
  float: left;
  margin-right: 20px;
  height: 58px;
  background: url(../images/2016/dash-game.png) no-repeat center center;
  position: relative;
}
.games-badges img:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.games-badges img:last-child {
  position: absolute;
  right: 0;
  top: 0;
}


.elenco-list-wrap {
  width: 820px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.elenco-list-wrap ul {
  width: 100000px;
}
.elenco-list-wrap ul:after {
  content: "";
  display: block;
  clear: both;
}
.elenco-list-wrap li {
  width: 190px;
  float: left;
  border-top: 3px solid #fff;
  margin-right: 20px;
}
.elenco-list-wrap li:last-child {
  margin-right: 0;
}
.elenco-list-wrap li img {
  vertical-align: middle;
}
.elenco-list-wrap li .info {
  background: #fff;
  text-align: center;
  color: #333;
  padding: 10px 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
}
.elenco-list-wrap li .name {
  font-weight: 700;
  font-size: 17px;
}

.white-wrapper {
  padding: 35px 0;
  background: #fff;
}
.white-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.pics-videos {
  margin-bottom: 20px;
}
.pics-videos:after {
  content: "";
  display: block;
  clear: both;
}
.pics-videos li {
  float: left;
  width: 320px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.pics-videos img {
  vertical-align: middle;
}
.pics-videos .info {
  padding: 15px 20px;
  background: #eeeeee;
}
.pics-videos .date {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 5px;
  color: #666;
}
.pics-videos .title {
  font-size: 19px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  font-weight: 700;
  color: #333;
}

.sub-widget-title {
  margin-bottom: 20px;
}
.sub-widget-title:after {
  content: "";
  display: block;
  clear: both;
}
.sub-widget-title a {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  text-decoration: none;
  float: left;
}
.sub-widget-title a:before {
  margin-right: 10px;
  font-size: 18px;
}
.sub-widget-title .arrows {
  line-height: 16px;
  float: right;
  border-left: 1px solid #666;
  padding-left: 20px;
}
.sub-widget-title .arrows:after {
  content: "";
  display: block;
  clear: both;
}
.sub-widget-title .arrows div {
  float: left;
  font-size: 18px;
  cursor: pointer;
  color: #999;
  transition: 400ms;
}
.sub-widget-title .arrows div:hover {
  color: #333;
}
.sub-widget-title .arrows div:before {
  margin: 0;
}

.roll-mande-fotos {
  width: 300px;
  overflow: hidden;
}
.roll-mande-fotos li {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  float: left;
}
.roll-mande-fotos li .info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.roll-mande-fotos li .info a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.social-posts-wrapper {
  position: relative;
  width: 100%;
  height: 631px;
}
.social-posts-wrapper img {
  vertical-align: middle;
}
.social-posts-wrapper .instagram {
  position: absolute;
  left: 0;
  top: 0;
  width: 315px;
  height: 315px;
}
.social-posts-wrapper .instagram:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #333333 transparent;
}
.social-posts-wrapper .instagram:after {
  content: "";
  font-family: "fontello";
  position: absolute;
  font-size: 32px;
  color: #fff;
  bottom: 10px;
  right: 12px;
}
.social-posts-wrapper .instagram.last {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.social-posts-wrapper .facebook {
  width: 265px;
  height: 107.5px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 473.5px;
  padding: 25px;
  color: #666666;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.social-posts-wrapper .facebook .title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 5px;
}
.social-posts-wrapper .facebook a {
  font-weight: 700;
  color: #666;
  text-decoration: none;
}
.social-posts-wrapper .facebook.last {
  left: 315px;
  top: 157.5px;
}
.social-posts-wrapper .facebook:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #b6b6b6 transparent;
}
.social-posts-wrapper .facebook:after {
  content: "";
  font-family: "fontello";
  position: absolute;
  font-size: 20px;
  color: #fff;
  bottom: 10px;
  right: 12px;
}
.social-posts-wrapper .twitter {
  width: 265px;
  height: 107.5px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 316px;
  padding: 25px;
  color: #666666;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.social-posts-wrapper .twitter .title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 5px;
}
.social-posts-wrapper .twitter a {
  font-weight: 700;
  color: #666;
  text-decoration: none;
}
.social-posts-wrapper .twitter.last {
  top: 0;
  left: 315px;
}
.social-posts-wrapper .twitter:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #c5c5c5 transparent;
}
.social-posts-wrapper .twitter:after {
  content: "";
  font-family: "fontello";
  position: absolute;
  font-size: 20px;
  color: #fff;
  bottom: 10px;
  right: 12px;
}

.majestour-wrapper {
  width: 100%;
  padding: 40px 0;
  background: url(../images/2016/bg-majestour.jpg) no-repeat center center;
  background-size: cover;
}
.majestour-wrapper .widget-title {
  color: #464646;
  border-color: #464646;
}
.news-wrapper .list .item img {
    height: 200px;
}

.publicity {
  padding: 20px 0;
  text-align: center;
}

.patrocinadores-wrapper {
  padding: 40px 0 110px;
  background: #333333;
}
.patrocinadores-wrapper .center:after {
  content: "";
  display: block;
  clear: both;
}
.patrocinadores-wrapper .widget-title {
  font-weight: 300;
  color: #fff;
  border-color: #fff;
  margin-bottom: 50px;
}
.patrocinadores-wrapper .crystal, .patrocinadores-wrapper .powerrade, .patrocinadores-wrapper .macneeds, .patrocinadores-wrapper .monroe, .bistrotfitness, .patrocinadores-wrapper .pilotpen, .patrocinadores-wrapper .pontetv{
  float: left;
  height: 46px;
  margin-right: 74px;
  margin-bottom: 35px;
}
.patrocinadores-wrapper .crystal {
  width: 135px;
  background: url(../images/2016/crystal.png) no-repeat center center;
}
.patrocinadores-wrapper .powerrade {
  width: 222px;
  background: url(../images/2016/powerade.png) no-repeat center center;
}
.patrocinadores-wrapper .minerva {
  width: 222px;
  background: url(../images/2016/minerva.foods.png) no-repeat center center;
}
.patrocinadores-wrapper .macneeds {
  width: 187px;
  background: url(../images/2016/macneeds.png) no-repeat center center;
  margin-left:310px;
  margin-top:20px;
}
.patrocinadores-wrapper .bistrotfitness {
  width: 187px;
  background: url(../images/2016/bistrot.png) no-repeat center center;
  margin-left: 408px;
  margin-top: 40px;
  display:none;
}
.patrocinadores-wrapper .pilotpen {
  width: 187px;
  background: url(../images/2016/pilotpen.png) no-repeat center center;
  margin-left: 145px;
  margin-top: 40px;
}

.patrocinadores-wrapper .pontetv  {
  width: 205px;
  background: url(../images/2016/pontetv.png) no-repeat center center;
  margin-top: 40px;
}

.patrocinadores-wrapper .bodyaction  {
  width: 172px;
  background: url(../images/2016/bodyaction.png) no-repeat center center;
  margin-top: -95px;
  margin-left: 685px;
}

.patrocinadores-wrapper .rededofutebol {
  width: 148px;
  background: url(../images/2016/rede-futebol.png) no-repeat center center;
  margin-left:389px;
  margin-top:10px;
}
.patrocinadores-wrapper .monroe {
  width: 192px;
  background: url(../images/2016/monroe.png) no-repeat center center;
  margin-right: 0;
}
.patrocinadores-wrapper .clear, .patrocinadores-wrapper .pbf, .patrocinadores-wrapper .adidas, .patrocinadores-wrapper .cemedi, .patrocinadores-wrapper .am4, .patrocinadores-wrapper .skin, .patrocinadores-wrapper .minerva, .patrocinadores-wrapper .brahma, .patrocinadores-wrapper .caixa,.patrocinadores-wrapper .sorrisus,.patrocinadores-wrapper .kodilar,.patrocinadores-wrapper .baterax, .patrocinadores-wrapper .rededofutebol, .patrocinadores-wrapper .bodyaction {
  float: left;
  height: 70px;
  margin-right: 72px;
}
.patrocinadores-wrapper .clear {
  width: 264px;
  background: url(../images/2016/clear-channel.png) no-repeat center center;
}
.patrocinadores-wrapper .skin {
  width: 160px;
  background: url(../images/2016/viva-schinn.png) no-repeat center center;
}
.patrocinadores-wrapper .pbf {
  width: 118px;
  background: url(../images/2016/pbf.png) no-repeat center center;
}
.patrocinadores-wrapper .adidas {
  width: 92px;
  background: url(../images/2016/adidas.png) no-repeat center center;
}
.patrocinadores-wrapper .cemedi {
  width: 160px;
  background: url(../images/2016/cemedi.png) no-repeat center center;
}
.patrocinadores-wrapper .am4 {
  width: 83px;
  background: url(../images/2016/am4.png) no-repeat center center;
  margin-right: 56opx;
}

.patrocinadores-wrapper .brahma {
	width: 160px;
  background: url(../images/2016/brahma.png) no-repeat center center;
  margin-right: 90px;
  margin-left:72px;
}

.patrocinadores-wrapper .caixa {
  width: 160px;
  background: url(../images/2016/CAIXA_volume_negativa.png) no-repeat center center;
  margin-right: 48px;
  margin-left:209px;
}

.patrocinadores-wrapper .sorrisus {
  width: 212px;
  background: url(../images/2016/sorrisus.png) no-repeat center center;
  margin-right: 28px;
}

.patrocinadores-wrapper .kodilar {
     width: 212px;
    height: 110px;
    background: url(../images/2016/kodilar_negativa.png) no-repeat center center;
  margin-right: -119px;
  margin-top: -19px;
}

.patrocinadores-wrapper .baterax {
  width: 212px;
  background: url(../images/2016/logo_baterax_rodape.png) no-repeat center center;
  margin-left: 375px;
}

.footer-bar {
  height: 84px;
  line-height: 84px;
  background: #333333;
  font-size: 13px;
}
.footer-bar a {
  color: #fefefe;
  text-decoration: none;
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  transition: 400ms;
}
.footer-bar a:hover {
  color: #e49715;
}
.footer-bar .am4 {
  position: absolute;
  right: 0;
  top: 0;
  height: 84px;
  width: 115px;
  background: url(../images/2016/assinatura-am4.png) no-repeat center center;
}

.list-majestour {
  width: 820px;
  position: relative;
  margin: 0 auto;
}
.list-majestour > li {
  display: none;
}
.list-majestour > li:first-child {
  display: block;
}
.list-majestour > li:after {
  content: "";
  display: block;
  clear: both;
}
.list-majestour > li .right-majestour {
  width: 360px;
  float: right;
}
.list-majestour > li .right-majestour img {
  float: right;
}
.list-majestour > li .right-majestour iframe {
  margin-bottom: 20px;
}
.list-majestour > li .right-majestour:after {
  content: "";
  display: block;
  clear: both;
}
.list-majestour > li .left-majestour {
  width: 420px;
  float: left;
}
.list-majestour > li .title {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  line-height: 50px;
  text-transform: uppercase;
}
.list-majestour > li .sub-title {
  color: #333333;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}
.list-majestour > li .price {
  font-size: 17px;
  line-height: 20px;
  float: left;
  margin-right: 40px;
}
.list-majestour > li .price span {
  font-weight: 700;
}
.list-majestour > li .more {
  float: left;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  color: #333;
  background: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 40px;
  transition: 400ms;
}
.list-majestour > li .more:hover {
  color: #fff;
  background: #333;
}

.pagination-majestour {
  width: 100%;
  height: 5px;
  text-align: center;
  margin-top: 25px;
}
.pagination-majestour li {
  width: 80px;
  height: 5px;
  background: #fff;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.pagination-majestour li.active {
  background: #666666;
}

.relative-wrap {
  position: relative;
}
.relative-wrap .arrow {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  border: 3px solid #030303;
  border-radius: 50%;
  color: #030303;
  transition: 400ms;
}
.relative-wrap .arrow:hover {
  background: #030303;
  color: #fff;
}
.relative-wrap .icon-left-open {
  left: 0;
  text-indent: -1px;
}
.relative-wrap .icon-right-open {
  right: 0;
  text-indent: 1px;
}

.itens-majestour {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.itens-majestour:after {
  content: "";
  display: block;
  clear: both;
}
.itens-majestour li {
  float: left;
  line-height: 16px;
  width: 50%;
}

.about-us {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}
.about-us header {
  font-size: 22px;
  font-weight: 700;
  color: #c39c0f;
}
.about-us .area-title {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 25px;
}

.news-sidebar header {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}
.news-sidebar li {
  margin-bottom: 25px;
}
.news-sidebar li:after {
  content: "";
  display: block;
  clear: both;
}
.news-sidebar li img {
  float: left;
}
.news-sidebar li .info {
  float: right;
  width: 200px;
}
.news-sidebar li a {
  text-decoration: none;
}
.news-sidebar li .title-news {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  line-height: 20px;
  margin-bottom: 10px;
}
.news-sidebar li .date {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #666666;
}

.in-the-web {
  border: 1px dotted #7f7f7f;
  background: #faf9f9;
  margin-top: 30px;
  overflow: hidden;
}
.in-the-web header {
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 15px;
}
.in-the-web .like-it {
  background: url(../images/2016/bg-faceponte.gif) left top no-repeat;
  width: 300px;
  height: 100px;
  margin-bottom: 10px;
  position: relative;
}
.in-the-web .like-it .fb_iframe_widget {
  width: 55px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 40px;
}
.in-the-web .twitter-wrap {
  margin: 0 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.in-the-web .twitter-wrap .header {
  padding-bottom: 10px;
  border-bottom: 1px dotted #7f7f7f;
  font-weight: 700;
  margin: 0 0 10px;
}
.in-the-web .twitter-wrap .time {
  margin-bottom: 15px;
  font-style: italic;
  color: #999;
  margin-top: 5px;
  font-size: 12px;
}


.content-wrap .sidebar img{height: auto !important;}

strong {
  font-weight: 700;
}

.repeat-list {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #666;
}
.repeat-list li {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.repeat-list .more {
  margin: 20px 0 30px;
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #c39c0f;
  transition: 400ms;
  text-decoration: none;
}
.repeat-list .more:hover {
  color: #000;
}
.repeat-list iframe, .repeat-list img {
  width: 100%;
  margin-bottom: 30px;
  vertical-align: middle;
}
.repeat-list .item-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #666666;
}
.repeat-list .item-date {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 20px;
}

.repeat-pagination {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 300;
}
.repeat-pagination a {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  margin: 0 3px;
}
.repeat-pagination a:before {
  margin: 0;
  color: #c39c0f;
  font-size: 16px;
}

.footer-header-widget {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #bfbfbf;
  color: #555555;
}

.more-searched {
  width: 460px;
  float: left;
  margin-top: 60px;
}

.send-video {
  width: 460px;
  float: right;
  margin-top: 60px;
}
.send-video .field {
  margin-bottom: 30px;
}
.send-video .field:after {
  content: "";
  display: block;
  clear: both;
}
.send-video label {
  line-height: 44px;
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  float: left;
}
.send-video label.dual {
  line-height: 22px;
}
.send-video .input-wrap {
  width: 360px;
  float: right;
}
.send-video .input-wrap .input {
  width: 205px;
  float: left;
}
.send-video .input {
  height: 44px;
  line-height: 44px;
  background: #eceaea;
  float: right;
  padding: 0 15px;
  font-family: "Roboto";
  font-size: 14px;
  color: #333;
  border: 0;
  width: 330px;
}
.send-video .button {
  width: 110px;
  float: right;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #c39c0f;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto";
}

.list-searched a {
  color: #242424;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}
.list-searched .title {
  font-size: 16px;
  line-height: 18px;
  color: #c39c0f;
  font-weight: 700;
  margin-bottom: 10px;
}
.list-searched li {
  margin-bottom: 30px;
}

.videos-wrapper-list header {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  padding-bottom: 25px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 25px;
  position: relative;
}
.videos-wrapper-list header .arrows {
  height: 22px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 6px;
}
.videos-wrapper-list header .arrows div {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  background: #c3c3c3;
  color: #fff;
  transition: 400ms;
  font-size: 11px;
}
.videos-wrapper-list header .arrows div:hover {
  background: #333;
}
.videos-wrapper-list header .arrows .icon-left-open {
  float: left;
  text-indent: -1px;
}
.videos-wrapper-list header .arrows .icon-right-open {
  float: right;
  text-indent: 1px;
}

.repeat-videos:after {
  content: "";
  display: block;
  clear: both;
}
.repeat-videos li {
  width: 220px;
  float: left;
  margin-right: 26px;
  margin-bottom: 30px;
}
.repeat-videos li a {
  text-decoration: none;
}
.repeat-videos li .title {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 15px;
}
.repeat-videos li .desc {
  font-size: 13px;
  line-height: 18px;
  color: #242424;
  font-weight: 300;
}
.repeat-videos li:nth-child(4n) {
  margin-right: 0;
}
.repeat-videos li:nth-child(4n+1) {
  clear: both;
}
.repeat-videos li .image {
  width: 220px;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.repeat-videos li .image:hover:before, .repeat-videos li .image:hover:after {
  opacity: 1;
}
.repeat-videos li .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 400ms;
}
.repeat-videos li .image:after {
  content: "";
  font-family: "fontello";
  position: absolute;
  border: 6px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  text-indent: 1px;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  opacity: 0;
  transition: 400ms;
}

.slides-video-featured:after {
  content: "";
  display: block;
  clear: both;
}
.slides-video-featured li {
  width: 960px;
  float: left;
}
.slides-video-featured li:after {
  content: "";
  display: block;
  clear: both;
}

.video-featured-wrapper {
  padding: 25px 0;
  background: #242424;
  width: 100%;
  margin-bottom: 50px;
}
.video-featured-wrapper .roll {
  overflow: hidden;
  width: 960px;
}
.video-featured-wrapper .arrow {
  position: absolute;
  top: 50%;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  transition: 400ms;
}
.video-featured-wrapper .arrow:hover {
  color: #c39c0f;
}
.video-featured-wrapper .arrow.icon-left-open {
  left: -80px;
}
.video-featured-wrapper .arrow.icon-right-open {
  right: -80px;
}
.video-featured-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.video-featured-wrapper .info-video {
  width: 350px;
  padding-top: 20px;
  float: right;
}
.video-featured-wrapper .video-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
.video-featured-wrapper .desc-video {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}
.video-featured-wrapper iframe {
  float: left;
}
.video-featured-wrapper .video-classificacao {
  font-size: 12px;
  font-weight: 300;
  color: #dcdcdc;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.video-featured-wrapper .video-classificacao span:before {
  margin: 0 0 0 5px;
  font-size: 14px;
  color: #b6b6b6;
}
.video-featured-wrapper .video-classificacao span.yellow:before {
  color: #c39c0f;
}
.video-featured-wrapper .icon-comment, .video-featured-wrapper .icon-share {
  font-size: 12px;
  line-height: 18px;
  color: #c39c0f;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 40px;
  float: left;
  text-decoration: none;
}
.video-featured-wrapper .icon-comment:before, .video-featured-wrapper .icon-share:before {
  font-size: 14px;
  margin-right: 5px;
}

.search-videos {
  position: absolute;
  right: 0;
  background: #eceaea;
  top: 20px;
  width: 350px;
  height: 44px;
  line-height: 44px;
}
.search-videos input[type='text'] {
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  color: #242424;
  font-family: "Roboto";
  width: 280px;
  margin-left: 15px;
  border: 0;
  outline: none;
  background: transparent;
}
.search-videos input[type='text']::-webkit-input-placeholder {
  color: #242424;
  text-transform: uppercase;
}
.search-videos input[type='text']::-moz-placeholder {
  color: #242424;
  text-transform: uppercase;
}
.search-videos input[type='text']:-moz-placeholder {
  color: #242424;
  text-transform: uppercase;
}
.search-videos input[type='text']:-ms-input-placeholder {
  color: #242424;
  text-transform: uppercase;
}
.search-videos .icon-search {
  float: right;
  margin-right: 15px;
  cursor: pointer;
  font-size: 18px;
  transition: 400ms;
}
.search-videos .icon-search:hover {
  color: #c39c0f;
}

.comments-wrap {
  width: 590px;
  float: left;
}

.sidebar-videos {
  width: 330px;
  float: right;
}
.sidebar-videos .footer-header-widget.yellow {
  color: #c39c0f;
}
.sidebar-videos .send-video {
  width: 100%;
}
.sidebar-videos .send-video .input-wrap {
  width: 250px;
}
.sidebar-videos .send-video .input-wrap .input {
  width: 100px;
}
.sidebar-videos .send-video .input {
  width: 220px;
}

.list-sidebar-other-videos li {
  margin-bottom: 40px;
}
.list-sidebar-other-videos li:last-child {
  margin-bottom: 0;
}
.list-sidebar-other-videos li:after {
  content: "";
  display: block;
  clear: both;
}
.list-sidebar-other-videos li .info {
  width: 150px;
  padding-top: 10px;
  float: right;
  font-size: 13px;
  line-height: 18px;
  color: #242424;
  font-weight: 300;
}
.list-sidebar-other-videos li .info .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.list-sidebar-other-videos li .info a {
  color: #242424;
  text-decoration: none;
}
.list-sidebar-other-videos li .image {
  width: 170px;
  height: 120px;
  float: left;
  position: relative;
}
.list-sidebar-other-videos li .image:hover:before, .list-sidebar-other-videos li .image:hover:after {
  opacity: 1;
}
.list-sidebar-other-videos li .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 400ms;
}
.list-sidebar-other-videos li .image:after {
  content: "";
  font-family: "fontello";
  position: absolute;
  border: 4px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  text-indent: 1px;
  width: 36px;
  height: 36px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: 400ms;
}

.floater-maes{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../images/maes-floater.png) no-repeat top center #fff;background-color: rgba(255,255,255,.95);z-index: 999999999999;display: none;}
.floater-maes a{position: absolute;height: 100px;width: 100%;z-index: 5;top: 0;left: 0;}
.floater-maes .pics{width: 960px;margin: 590px auto 20px;position: relative;}
.floater-maes .pics div{float: left;margin: 0 1px 1px 0;width: 118px;height: 118px;}
.floater-maes .pics div img{width: 118px;height: 118px;}
.floater-maes .close{width: 49px;height: 50px;cursor: pointer;position: absolute;top: -560px;right: 0;background: url(../images/close-floater-maes.png);z-index: 10;}
.header-mae-content{padding-right: 400px;border-bottom: 1px dotted #ccc;padding-bottom: 20px;margin-bottom: 50px;position: relative;margin-top: 90px;}
.header-mae-content .ico{bottom: 0;right: 80px;width: 311px;height: 425px;background: url(../images/mae-ico.png) no-repeat;position: absolute;}
.content-mae{float: right;font-size: 20px;color: #666666;font-family:'Titillium Web', Arial, Helvetica, sans-serif;line-height: 40px;width: 550px;font-weight: 400;}
.content-mae .name{font-size: 24px;font-weight: 600;}
.item-mae img{float: left;}
.item-mae:after{content: '';display: block;clear: both;}
.item-mae{margin-bottom: 40px;}
.boxhinoesq {
    width: 48%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    font-weight: 300;
    background: #f6f6f6;
    margin-bottom: 30px;
}
.boxhinoesq em{
  font-style: italic;
  font-weight: 500;
  margin-bottom: -10px;
  display: block;
}
.boxhinodir {
    width: 48%;
    float: right;
}

.jp-audio {
    width: 100%;
    margin-bottom: 30px;
}
.content-wrap .boxhinodir p{font-size: 20px;font-weight: 500; color:#000000;margin-bottom: 5px;}
.content-wrap .boxhinodir div.boxversao{background:url(../images/ico-musica.gif) left top no-repeat #ffffff;  padding-left:26px; font:14px; color:#cc9900; line-height:27px; font-weight:600; margin-bottom:15px;}
.content-wrap .boxhinodir div.boxversao a{line-height:27px; color:#cc9900;}
.content-wrap .boxhinodir div.boxversao:last-child{margin-bottom:0;}
.content-wrap .boxhinodir div.boxversao.ie7{margin-bottom:0;}
.boxmascote {
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.content-wrap .content-side .boxmascote img {
    width: 164px;
    margin: 0 !important;
    height: 164px;
}

.boxmascote .info {
    padding: 20px;
    flex-grow: 2;
    width: 100%;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.boxmascote .info h2 {
    margin-bottom: 20px;
}

.boxmascote .info a {
    height: 46px;
    line-height: 46px;
    background: #000000;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 6px;
    transition: 400ms;
}

.boxmascote .info a:hover {
    background: transparent;
    color: #000;
    box-shadow: inset 0 0 0 2px #000;
}

.boxmascote .info a i {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
a.item-download {
    display: block;
    width: 100%;
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #000000;
    box-sizing: border-box;
    border-radius: 6px;
    transition: 400ms;
}

a.item-download .fa-music {
    margin-right: 5px;
}

a.item-download .fa-download {
    float: right;
    line-height: 46px;
    font-size: 20px;
}

a.item-download:hover {
    background: #fff;
    color: #000;
    box-shadow: inset 0 0 0 2px #000;
}
.content-wrap .content-side.full {
    width: 100%;
}

ul.abas-fraqueado {
    width: 24%;
    float: left;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: #333333;
    margin-bottom: 40px;
}

ul.abas-fraqueado li {
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #4a4a4a;
    cursor: pointer;
    font-weight: 400;
    transition: 400ms;
}

ul.abas-fraqueado li:last-child {
    border: none;
}

ul.abas-fraqueado li:hover, ul.abas-fraqueado li.marcado {
    color: #e0b430;
}

.box-cont-franq {
    width: 74%;
    float: right;
}

.box-cont-franq .titulo {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.box-cont-franq a.link {
    text-align: center;
    display: block;
    font-weight: 500;
    color: #e0b430;
    transition: 400ms;
}

.box-cont-franq a.link:hover {
    color: #000;
}
.box-cont-franq > div {
    width: 50% !important;
    float: left !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.box-cont-franq table {
    width: 100% !important;
}
.box-cont-franq > div span {
    background: transparent !important;
}

.box-cont-franq > div:first-child, .box-cont-franq > div:nth-child(2) {
    background: #f2f2f2 !important;
    color: #969696 !important;
    font-weight: 700;
    line-height: 40px !important;
    height: 40px !important;
}
.box-cont-franq > div {
    background: transparent !important;
    border: 0 !important;
    line-height: 60px !important;
    height: 60px !important;
    overflow: hidden;
    text-align: left !important;
    font-size: 13px !important;
    font-family: "Montserrat", sans-serif !important;
    padding: 0 20px !important;
    border-bottom: 1px solid #dadada !important;
}

.box-cont-franq > div span {
    font-family: "Montserrat", sans-serif !important;
}

.box-cont-franq > div.conteudolista:nth-child(2n) {
    font-weight: 400;
}
.box-cont-franq table tr:first-child td {
    background: #f2f2f2 !important;
    line-height: 40px !important;
}

.box-cont-franq table tr:first-child td span {
    color: #969696 !important;
    text-transform: uppercase;
}

.box-cont-franq table {
    border: 0 !important;
    font-family: "Montserrat", sans-serif !important;
}

.box-cont-franq table td {
    padding: 0 20px !important;
    line-height: 60px !important;
    background: #fff !important;
    font-size: 13px !important;
    border-bottom: 1px solid #dadada;
}
.content-wrap .content-side img{height: auto !important;margin-bottom: 20px !important;}
.content-wrap .content-side hr{padding: 0 !important;}
.players-list .item .info .position:empty {
    display: none !important;
}
.players-list .item {
    background-size: cover !important;
}
.players-list {
    justify-content: flex-start !important;
}

.players-list
 .item {
    margin-right: 1px !important;
}
.content-wrap .content-side img.player-picture {
    width: 200px !important;
    float: left;
    margin: 0 20px 20px 0 !important;
}
.roll-estatuto {
    border: 3px solid #f6f6f6;
}

.roll-estatuto .item {
    float: left;
    width: 100%;
}
.roll-estatuto .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 10;
    background: #e0b430;
    font-size: 16px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    transition: 400ms;
}

.roll-estatuto {
    position: relative;
    margin-bottom: 30px;
}

.roll-estatuto .slick-arrow:hover {
    background: #000;
    color: #fff;
}

.roll-estatuto .slick-arrow.fa-chevron-left {
    left: 0;
}

.roll-estatuto .slick-arrow.fa-chevron-right {
    right: 0;
}
.ui-accordion .ui-accordion-header {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 15px;
    margin-bottom: 10px;
    padding: 14px;
}

.ui-icon, .ui-widget-content .ui-icon {
    font-weight: 600;
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 18px;
}

.ui-accordion .ui-accordion-content {
    margin-top: -10px;
}

div#accordion {
    margin-bottom: 30px;
}

.box-elenco-2017 {
    position: relative;
    height: 310px;
}

.box-elenco-2017 .dadosjogador {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 35%;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.content-wrap .content-side p.profile-label {
    margin-bottom: 0 !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #e0b430;
    clear: both;
}

.content-wrap .content-side p:empty {
    display: none !important;
}

h2.player-position {
    font-size: 12px;
    color: #000000;
    background: #e0b430;
    float: left;
    line-height: 20px;
    padding: 0 6px;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

h1.player-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 10px;
}
table {
    font-size: 16px;
    font-family: 'Montserrat';
}

td.campos {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    height: auto;
    padding-bottom: 5px;
}

table input[type='text'], table select {
    width: 100% !important;
    border: 1px solid #ededed;
    line-height: 38px;
    border-radius: 6px;
    background: #fff;
    height: 40px;
    font-size: 13px;
    color: #9d9d9d;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    padding: 0 15px;
    box-sizing: border-box;
}

.content-side table {
    margin-bottom: 30px;
}
.content-wrap td {
    position: relative;
}

.content-wrap td span {
    position: absolute;
    bottom: 0;
    line-height: 32px;
    right: 15px;
    font-size: 20px;
    color: red;
}

td.obrigatorio {
    font-family: 'Montserrat';
    color: red;
}

table input[type="submit"] {
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    border: 0;
    background: #e0b430;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: 400ms;
    text-transform: uppercase;
}

table input[type="submit"]:hover {
    background: transparent;
    color: #e0b430;
    box-shadow: inset 0 0 0 2px #e0b430;
}
.patrocinadores-base .slick-slide img {
    width: auto !important;
    display: block;
    margin: 0 auto !important;
}

.patrocinadores-base .roll {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 30px;
}
.box-cont-franq li {
    text-align: center;
}

.box-cont-franq ul {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.box-cont-franq {
    margin-bottom: 30px;
}

.box-cont-franq ul:last-child {
    border-bottom: 0;
}

.box-cont-franq .left-align {
    text-align: left !important;
}
.content-wrap td label.fa {
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    transition: 400ms;
}

.content-wrap td label.fa:hover {
    color: #e0b430;
}

.content-side .filter-wrapper table {
    margin-bottom: 0;
}
div#noticiasrepeat-2017 .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    transition: 400ms;
}

div#noticiasrepeat-2017 .item img {
    width: 210px;
    margin-right: 20px;
    margin-bottom: 0 !important;
}

p.datanoticia {
    color: #909090;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px !important;
}

.infonoticia {
    flex-grow: 2;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

.infonoticia
 .titulo {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px !important;
}

div#noticiasrepeat-2017:hover .item {
    opacity: 0.5;
}

div#noticiasrepeat-2017 .item:hover {
    opacity: 1;
}
div#galerias-2018 .item {
    width: 24%;
    float: left;
    margin-bottom: 40px;
    transition: 400ms;
    margin-right: 1.3333333%;
}

div#galerias-2018::after {content: '';display: block;clear: both;}

div#galerias-2018 .item:nth-child(4n) {
    margin-right: 0;
}
div#galerias-2018 .item:nth-child(4n + 1) {
  clear: both;
}
#galerias-2018 .date {
    color: #84909c;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
}

#galerias-2018 img {
    margin-bottom: 10px !important;
    vertical-align: middle;
}

#galerias-2018 .titulo {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    color: #84909c;
}

div#galerias-2018:hover .item {
    opacity: 0.5;
}

div#galerias-2018 .item:hover {
    opacity: 1;
}
.others-galleries .item {
    padding: 0 8px;
    box-sizing: border-box;
    float: left;
    transition: 400ms;
}

.others-galleries {
    margin: 0 -8px 30px;
    position: relative;
}

.others-galleries .slick-arrow {
  position: absolute;
  right: 8px;
  top: -55px;
  width: 34px;
  height: 34px;
  background: #f2f2f2;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  font-size: 12px;
  transition: 400ms;
}
.others-galleries .slick-arrow:hover {
  background: #000000;
  color: #f2f2f2;
}
.others-galleries .slick-arrow.slick-disabled {
  opacity: 0.1;
  cursor: default;
}
.others-galleries .slick-arrow.fa-chevron-left {
  right: 43px;
}

.content-wrap .content-side .others-galleries p {
    margin-bottom: 0 !important;
}

.others-galleries .slick-track:hover .item {
    opacity: .5;
}

.others-galleries .slick-track .item:hover {
    opacity: 1;
}
div#galerias-2018 .item {
    max-height: 176px;
    overflow: hidden;
}
.boxmascote .info p {
    font-size: 14px;
    font-weight: 300;
    margin-top: -10px;
}
.pictures {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pictures img {
    width: 32% !important;
}

.boxmascote.normal-style-link .info a {background: transparent;color: #333;text-transform: none;padding: 0;line-height: inherit;height: auto;}

.boxmascote.normal-style-link .info a:hover {
    box-shadow: none;
    color: #e0b430;
}
table textarea {
    width: 100% !important;
    border: 1px solid #ededed;
    line-height: 38px;
    border-radius: 6px;
    background: #fff;
    height: 40px;
    font-size: 13px;
    color: #9d9d9d;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    padding: 0 15px;
    box-sizing: border-box;
    resize: none;
}
table img + input[type="submit"] {
    position: absolute;
    right: 0;
    top: 1px;
    width: 120px !important;
}
.content-side table.conselho td {
    padding-bottom: 0;
    height: auto;
    font-weight: 300;
    font-size: 13px;
    line-height: 50px;
    border-bottom: 1px solid #dadada;
}

.content-side table.conselho tr.topo td {
    background: #f2f2f2;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #969696;
}
.players-list .item .info .position{height: auto !important;}
.tbl-stand {
    width: 100%;
}

.tbl-stand th {
    background: none;
    color: #969696;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    height: 48px !important;
    vertical-align: middle;
    border-bottom: 2px solid #333333;
}

.tbl-stand th a {
    font-size: 12px;
    background: transparent !important;
    color: #969696 !important;
}

.tbl-stand th.tbl-sort-asce a {
    background: none;
    color: #969696;
}
.tbl-stand td {
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
}

.tbl-stand td.tbl-st-pts {
    font-size: 18px;
    font-weight: 700;
}

.tbl-stand td.tbl-st-pos {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.tbl-stand td.tbl-st-var-up, .tbl-stand td.tbl-st-var-down {
    color: #868686;
}
.tbl-stand td.tbl-st-team a, .tbl-stand td.tbl-st-team span {
    padding: 0 20px !important;
    font-size: 15px;
    text-align: left !important;
    color: #333333;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.tbl-stand .tbl-line0, .tbl-stand-pos .tbl-line0, .tbl-matrix-over th, .tbl-matrix-over tr.tbl-line1:hover, .tbl-matrix-over tr.tbl-line0:hover, .tbl-matrix-over td.tbl-hover, .tbl-matrix-over td.tbl-hover a, .tbl-matrix .tbl-line0, .tbl-matrix .tbl-line0 th, .tbl-results .tbl-line0, .tbl-topscorers .tbl-line0, .tbl-owngoals .tbl-line0, .tbl-K1 tr.tbl-line0 td, tr.tbl-line3 td, .tbl-K2 tr.tbl-line0 td, tr.tbl-line3 td, .tbl-K3 tr.tbl-line0 td, tr.tbl-line3 td, .tbl-F4 tr.tbl-line0 td, tr.tbl-line3 td, .tbl-F4 th.tbl-groupT1, .tbl-stand .tbl-line0 .tbl-st-pos, .tbl-stand .tbl-line1 .tbl-st-pos{background-image: none !important;}

.tbl-stand td.tbl-st-team a {
    display: block;
    padding: 0 5px !important;
}
.mata-mata-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #f6f6f6;
    margin-bottom: 20px;
    padding: 15px 15px 20px;
}

.mata-mata-wrapper .mandante {
    display: flex;
    width: 35%;
    align-items: center;
    justify-content: flex-end;
}

.content-wrap .mata-mata-wrapper img {
    margin-bottom: 0 !important;
    width: 50px !important;
}

.mata-mata-wrapper .mandante img {
    margin-left: 20px;
}

.mata-mata-wrapper .visitante {
    display: flex;
    width: 35%;
    align-items: center;
}

.mata-mata-wrapper .visitante img {
    margin-right: 20px;
}

.content-wrap .mata-mata-wrapper p {
    margin-bottom: 0 !important;
}

.content-wrap .mata-mata-wrapper .location {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #000;
    margin-bottom: 15px !important;
}

.mata-mata-wrapper .placar {
    font-size: 25px;
    font-weight: 300;
    color: #909090;
}

.mata-mata-wrapper .placar .number {
    font-weight: 600;
    color: #e0b430;
}
.main-menu .submenu .list-itens .column {
    position: relative;
    z-index: 15;
}
.content-wrap .content-side .content-news-details img {
    width: 100% !important;
}
div#galerias-2018.listagem .item {
    max-height: 1000px;
}
div#galerias-2018.wallpapers .item {
    width: 32%;
    margin-right: 2%;
    clear: none;
    margin-bottom: 5px;
}

div#galerias-2018.wallpapers .item:nth-child(3n) {
    margin-right: 0;
}

div#galerias-2018.wallpapers .item:nth-child(3n+1) {
    clear: both;
}

.boxbaixaring {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}

.boxbaixaring
 a {
    display: inline-block;
    padding: 0 15px;
    background: #000;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 6px;
    clear: both;
    margin: 0 !important;
    color: #fff;
    font-weight: 400;
    transition: 400ms;
}

.boxbaixaring strong {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.boxbaixaring a:hover {
    color: #000;
    background: transparent;
    box-shadow: inset 0 0 0 2px #000;
}

.boxbaixaring a i {
    margin-left: 5px;
}

.list-ringtones::after {
    content: '';
    display: block;
    clear: both;
}

.list-ringtones {
    margin-bottom: 30px;
}
.infonoticia p.category {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px;
    background: #e0b430;
    border-radius: 4px;
    color: #fff;
}

ul.categoriasbusca {
    width: 100%;
    margin: 50px 0 0;
}

ul.categoriasbusca li {
    box-sizing: border-box;
    font-size: 14px;
    transition: 400ms;
    cursor: pointer;
}

ul.categoriasbusca li:hover, ul.categoriasbusca li.active {
    background: #e0b430;
}

section.footer-pontv {
    padding: 50px 0;
    background: #f6f6f6;
}

.more-searched {
    width: 46%;
    margin-top: 0;
}

.send-video {
    width: 46%;
    margin-top: 0;
}

.send-video .field:last-child {
    margin-bottom: 0;
}

.footer-header-widget {font-weight: 400;text-transform: uppercase;color: #909090;padding-bottom: 12px;border-color: #d7d7d7;}
.list-searched .title {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
}

.list-searched a {
    font-size: 14px;
    line-height: 22px;
    color: #909090;
}

.list-searched li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}

.list-searched li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.send-video label {
    font-size: 13px;
    text-transform: uppercase;
    color: #333333;
    line-height: 16px !important;
    width: 90px;
}

.send-video .field {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
}

.send-video .field::after {
    display: none;
}

.send-video .input {
    flex-grow: 2;
    height: 40px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}
.send-video .field:last-child {
    padding-top: 20px;
    align-items: flex-end;
}

.field
 .g-recaptcha {
    margin: 0;
}

.send-video .button {
    margin: 0 0 6px;
    height: 40px;
    line-height: 40px;
    width: 90px;
    font-size: 14px;
    text-transform: uppercase;
    background: #000;
    border-radius: 6px;
    transition: 400ms;
}

.send-video
 .reset {
    display: none;
}

.send-video .button:hover {
    color: #000;
    background: transparent;
    box-shadow: inset 0 0 0 2px #000;
}

.video-featured-wrapper {
    margin-bottom: 0;
    padding: 50px 0;
}

.slides-video-featured li {
    width: 100%;
}

.video-featured-wrapper .roll {
    width: 100%;
}

.slides-video-featured .iframe-youtube {
    width: 48%;
}

.video-featured-wrapper .info-video {
    width: 48%;
}

.video-featured-wrapper iframe {
    width: 100%;
}

.video-featured-wrapper .video-title {
    font-weight: 400;
    line-height: 26px;
}

.video-featured-wrapper .desc-video {
    font-size: 14px;
    line-height: 21px;
}

.votou {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

p.video-classificacao .fa:hover::before {
    color: #e0b430 !important;
}

.video-classificacao span::before {
    cursor: pointer;
    transition: 400ms;
}

.video-featured-wrapper p.video-classificacao {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4d4848;
}

.video-featured-wrapper .icon-comment, .video-featured-wrapper .icon-share {
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    transition: 400ms;
}

.video-featured-wrapper .icon-share {
    cursor: pointer;
}

.video-featured-wrapper .icon-share:hover {
    color: #fff;
}

.video-featured-wrapper .icon-comment i, .video-featured-wrapper .icon-share i {
    margin-right: 3px;
}

.videos-wrapper-list header {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #909090;
    border: 0;
    padding-bottom: 0;
}
.repeat-videos li {
    width: 23%;
    margin-right: 2.666666%;
}

.repeat-videos li:nth-child(4n) {
    margin-right: 0;
}

.repeat-videos li .image {
    width: 100%;
    height: 190px;
}

.repeat-videos li .title {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.repeat-videos li .desc {
    line-height: 20px;
}
.repeat-videos li .image:after {
    content: "\f04b";
    text-indent: 4px;
    font-family: FontAwesome;
}

.content-wrap .content-side.tac img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.content-wrap .content-side.tac {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.content-wrap .content-side.tac .data-estilo {
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 40px;
}


@media print {
  .content-wrap .sidebar, .share-wrapper, .quick-access, .news-bar, .patrocinadores-footer .list, .patrocinadores-footer .site-map, .main-footer, .flash, .top-bar, section.page-header .buttons, .main-menu, .other-links, .content-wrap .content-side .title-others, .boxhinodir, .title-others + .players-list, section.footer-pontv, .filter-wrapper {
      display: none !important;
  }

  .boxhinoesq {
      width: 100%;
  }

  .main-header {
      box-shadow: none;
      border-bottom: 2px solid #ccc;
      margin-bottom: 30px;
  }

  .content-wrap .content-side {
      width: 100% !important;
  }

  .patrocinadores-footer {
      padding: 30px 0 !important;
  }

  .patrocinadores-footer .logo-footer {
      margin-bottom: 0 !important;
  }

  .other-links {
      padding-bottom: 0 !important;
  }

  .other-links a {
      border: 3px solid #333 !important;
      height: 44px !important;
  }

  .patrocinadores-footer {
      border-top: 5px solid #000 !important;
  }

  section.center.content-wrap {
      padding: 30px 0;
  }

  .page-header {
      border-bottom: 3px solid #666;
  }

  .page-header .breadcrumb {
      color: #000;
  }

  .page-header .breadcrumb span {
      color: #000;
      text-decoration: underline;
  }
}
.box-cont-franq table tr:first-child td {
    background: #f2f2f2 !important;
    color: #969696 !important;
    font-weight: 700;
    line-height: 40px !important;
    height: 40px !important;
    overflow: hidden;
    text-align: left !important;
    vertical-align: top !important;
    font-size: 13px !important;
    font-family: "Montserrat", sans-serif !important;
    padding: 0 20px !important;
    border-bottom: 1px solid #dadada !important;
}

.box-cont-franq table tr:first-child td span {
    font-size: 13px;
    display: block;
    line-height: 40px;
    text-align: left;
    float: left;
    position: static !important;
}
.box-cont-franq > div:first-child, .box-cont-franq > div:nth-child(2){
  text-transform: uppercase;
}
.boxes-base {
    display: flex;
    flex-wrap: wrap;
}

.boxes-base a {
    background: #333;
    width: calc(33.3333% - 20px);
    margin-right: 30px;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    transition: 400ms;
}

.boxes-base a:hover {
    background: #666;
}

.boxes-base a p {
    margin: 0 !important;
}

.content-side .boxes-base a img {
    max-width: 80px;
}

.boxes-base a:nth-child(3n) {
    margin-right: 0;
}

/*Nova page*/

.container {
    padding-right: 170px !important;
    padding-left: 11% !important;
}

.info-program {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    padding: 15px;
    background-color: white;
    padding-bottom: 100px;
}

    .info-program .left {
        width: 60%;
    }

    .info-program .right {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ponte-plus{
      font-family: 'Montserrat', sans-serif;
    }

.ponte-plus .title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
    margin-top: 55px;
}

.ponte-plus .title-beneficio {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.info-program .right img {
  margin-top: 55px;
}

.ponte-plus .text {
    font-size: 14px;
    margin-bottom: 0px;
}

.ponte-plus .text-beneficio{
  font-size: 14px;
  margin-bottom: 50px;
}

.info-program .btn-regulamento {
    background-color: #FFDA00;
    font-size: 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border: 1px solid transparent;
}

    .info-program .btn-regulamento:hover {
        background: black;
        color: #F3F3F3;
        border: 1px solid black;
        transition: 400ms;
    }

    .info-program .btn-regulamento p {
        padding: 10px 40px;
    }

@media (max-width: 780px) {
    .container {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}

@media (max-width: 450px) {
    .info-program .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .info-program .right {
        width: 100%;
        margin: 15px 0px;
    }
}

.como-funciona {
    background-color: #F3F3F3;
    padding: 15px;
    padding-bottom: 100px;
}

.group-beneficio {
    display: flex;
    justify-content: space-between;
}

    .group-beneficio .beneficio {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 250px;
    }

.beneficio .number {
    padding: 10px 15px;
    background-color: #FFDA00;
    color: #fff;
    border-radius: 25px;
    font-weight: bold;
}

.group-beneficio .info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.beneficio .info img {
    margin-top: 30px;
    height: 70px;
}

.beneficio .info .text {
    margin-top: 0px;
}

.beneficio .info .title {
    font-size: 15px;
}

@media (max-width: 780px) {
    .group-beneficio {
        flex-wrap: wrap;
    }
}

@media (max-width: 450px) {
    .ponte-plus .title {
        text-align: center;
    }

    .group-beneficio {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .group-beneficio .beneficio {
            width: 100%;
        }
}

.baixe-app {
    background-image: url(/conteudo/portela-plus/bg-app.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 530px;
    display: flex;
}

    .baixe-app .left {
        width: 55%;
    }

    .baixe-app .right {
        width: 45%;
    }

    .baixe-app .title {
        margin: 0px;
        padding: 2em 0 1em 0;
    }

    .baixe-app .right {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .baixe-app .grp-download {
        margin-top: 15%;
    }

@media (max-width: 780px) {
    .baixe-app .right img {
        width: 255px;
    }

    .group-beneficio .beneficio {
        width: 300px;
    }
}

@media (max-width: 450px) {
    .baixe-app {
        flex-wrap: wrap;
        height: 100%;
        background-color: #FFDA00;
    }

        .baixe-app .left {
            width: 100%;
        }

        .baixe-app .right {
            width: 100%;
        }

        .baixe-app .grp-download {
            display: flex;
            justify-content: center;
        }

        .baixe-app .right img {
            padding: 15% 0px;
        }
}

@media (max-width: 380px) {
    .baixe-app .grp-download {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
