@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;
}

.reset {
  clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 500px) {
  body {
    background: #fff;
  }
}

input, select, textarea {
  font-family: "Montserrat", sans-serif;
}

.center {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.center::after {
  content: "";
  display: block;
  clear: both;
}

.top-bar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #000000;
}
.top-bar .links {
  float: left;
  font-size: 12px;
}
.top-bar .links a {
  text-transform: uppercase;
  text-decoration: none;
  color: #989898;
  float: left;
  margin-right: 20px;
  transition: 400ms;
}
.top-bar .links a:hover {
  color: #fff;
}
.top-bar .icons {
  float: right;
  font-size: 18px;
}
.top-bar .icons a {
  text-decoration: none;
  color: #7a7a7a;
  float: left;
  margin-left: 18px;
  line-height: 50px;
  transition: 400ms;
}
.top-bar .icons a:hover {
  color: #fff;
}
.top-bar .icons .open-search {
  padding-left: 18px;
  border-left: 1px solid #7a7a7a;
  line-height: 20px;
  margin: 15px 0 15px 18px;
  color: #7a7a7a;
  cursor: pointer;
  transition: 400ms;
}
.top-bar .icons .open-search:hover {
  color: #fff;
}

.search-wrapper {
  background: #000;
  display: none;
}
.search-wrapper .center {
  padding: 10px 0;
  border-bottom: 1px solid #7a7a7a;
}
.search-wrapper button {
  width: 5%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #ddd;
  background-color: transparent;
  border: 0;
  float: right;
  text-align: right;
  padding: 0;
  cursor: pointer;
  transition: 400ms;
}
.search-wrapper button:hover {
  color: #fff;
}
.search-wrapper input[type='text'] {
  width: 94%;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  outline: none;
  float: left;
}
.search-wrapper input[type='text']:-ms-input-placeholder {
  color: #7a7a7a;
}
.search-wrapper input[type='text']::placeholder {
  color: #7a7a7a;
}

.main-header {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 20;
}

.top-header {
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
.top-header .tc10 {
  float: right;
  margin: 4px 0;
}

.main-logo {
  float: left;
  text-decoration: none;
  padding-left: 135px;
  position: relative;
  padding-top: 10px;
}
.main-logo img {
  position: absolute;
  left: 0;
  top: 0;
}
.main-logo::after {
  content: "";
  display: block;
  clear: both;
}
.main-logo .label-site {
  font-size: 18px;
  line-height: 44px;
  font-weight: 300;
  color: #666666;
  text-transform: uppercase;
  float: left;
  margin-left: 25px;
}
.main-logo .label-logo {
  font-size: 14.5px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  line-height: 22px;
  float: left;
}
.main-logo .label-logo strong {
  text-transform: none;
  font-weight: 600;
  font-size: 28.5px;
}

.main-menu {
  line-height: 66px;
  height: 66px;
  padding-left: 138px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -3px;
  position: relative;
}
.main-menu .submenu {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: none;
}
.main-menu .submenu::after {
  content: "";
  width: 100vw;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  top: calc(100% - 10px);
  z-index: 5;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
}
.main-menu .submenu::before {
  content: "";
  width: 100vw;
  top: 0;
  z-index: 20;
  left: 50%;
  margin-left: -50vw;
  border-top: 2px solid #e0b430;
  position: absolute;
}
.main-menu .submenu .list-itens {
  width: 68%;
  padding: 40px 0;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 10;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-menu .submenu .list-itens::before {
  content: "";
  position: absolute;
  width: 377px;
  height: 100%;
  background: url(../../images/2017/marcadagua-menu.png) no-repeat center left;
  top: 0;
  right: -180px;
  z-index: 10;
}
.main-menu .submenu .list-itens .player {
  width: 26%;
  background: #000 no-repeat left bottom;
  background-size: cover;
  margin: -40px 0;
  position: relative;
}
.main-menu .submenu .list-itens .player .info {
  position: absolute;
  left: 7%;
  bottom: calc(7% + 42px);
}
.main-menu .submenu .list-itens .player .info .name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.main-menu .submenu .list-itens .player .info .posicao {
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  background: #e0b430;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 10px;
}
.main-menu .submenu .list-itens .player .more {
  width: 86%;
  height: 32px;
  background: #fff;
  position: absolute;
  bottom: 7%;
  left: 7%;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  color: #868686;
  text-decoration: none;
  font-size: 13px;
  transition: 400ms;
}
.main-menu .submenu .list-itens .player .more:hover {
  background: #868686;
  color: #fff;
}
.main-menu .submenu .list-itens .player .more i {
  font-size: 12px;
}
.main-menu .submenu .list-itens .column {
  width: 33.3333%;
  padding: 0 25px;
  border-right: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.main-menu .submenu .list-itens .column.single {
  width: 100%;
}
.main-menu .submenu .list-itens .column.half {
  width: 37%;
}
.main-menu .submenu .list-itens .column.half2 {
  width: 50%;
}
.main-menu .submenu .list-itens .column:last-child {
  border-right: 0;
}
.main-menu .submenu .list-itens .column .label-submenu {
  line-height: 32px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
}
.main-menu .submenu .list-itens .column a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #868686;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 400;
  transition: 400ms;
}
.main-menu .submenu .list-itens .column a p {
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
  margin-bottom: 10px;
}
.main-menu .submenu .list-itens .column a:hover, .main-menu .submenu .list-itens .column a:focus {
  color: #e0b430;
}
.main-menu .submenu .list-itens .column a i {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.main-menu .submenu .list-itens::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1000px;
  width: 1000px;
  height: 100%;
  background: #fff;
}
.main-menu .submenu .info-wrap {
  width: 32%;
  padding: 40px 0;
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #000;
  z-index: 10;
  position: relative;
  text-transform: none;
  padding-right: 25px;
  box-sizing: border-box;
}
.main-menu .submenu .info-wrap .submenu-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 20px;
}
.main-menu .submenu .info-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
  background: #f6f6f6;
}
.main-menu .submenu::after {
  content: "";
}
.main-menu .item {
  float: left;
  color: #868686;
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 400ms;
  text-decoration: none;
  cursor: pointer;
  padding: 0 3px;
}
.main-menu .item:hover {
  box-shadow: inset 0 -3px 0 #e0b430;
}
.main-menu .item:hover .submenu {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-banner {
  height: 700px;
  overflow: hidden;
  position: relative;
}
.main-banner .slick-dots {
  width: 90%;
  max-width: 1100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  bottom: 220px;
}
.main-banner .slick-dots li {
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: 400ms;
}
.main-banner .slick-dots li.slick-active {
  background: #e0b430;
}
.main-banner .slick-dots li button {
  display: none;
}
.main-banner .slick-arrow {
  position: absolute;
  bottom: 470px;
  left: 50%;
  width: 34px;
  height: 34px;
  background: #e0b430;
  text-align: center;
  line-height: 34px;
  color: #000000;
  font-size: 12px;
  transition: 400ms;
  cursor: pointer;
  z-index: 10;
}
.main-banner .slick-arrow:hover {
  background: #000;
  color: #e0b430;
}
.main-banner .slick-arrow.fa-chevron-left {
  margin-left: -550px;
}
.main-banner .slick-arrow.fa-chevron-right {
  margin-left: -515px;
}
.main-banner::after {
  content: "";
  width: 200%;
  height: 110px;
  bottom: -50px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-4deg);
}
.main-banner .item {
  width: 100%;
  height: 700px;
  background: no-repeat center center #000;
  position: relative;
  background-size: cover;
}
.main-banner .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-banner .item a .center {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 265px;
  transform: translate(-50%, 0);
}
.main-banner .item a .center .info {
  padding-right: 30%;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 180px;
}
.main-banner .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.patrocinadores-wrap.center {
  padding: 25px 40px 5px;
  background: #232323;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -ms-flex-pack: justify;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -120px auto 50px;
}
.patrocinadores-wrap.center::after {
  display: none;
}
.patrocinadores-wrap.center a {
  display: block;
  margin: 0 4% 20px;
}

.row {
  margin-bottom: 50px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.row::after {
  content: "";
  display: block;
  clear: both;
}

.games-wrapper {
  width: 48.5%;
  float: left;
  border: 2px solid #f6f6f6;
}
.games-wrapper .bottom {
  padding: 25px;
  position: relative;
}
.games-wrapper .bottom .row-games {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0;
}
.games-wrapper .bottom .game {
  width: 50%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 7%;
  border-right: 1px solid #dedede;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.games-wrapper .bottom .game .date {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}
.games-wrapper .bottom .game:last-child {
  border-right: 0;
}
.games-wrapper .bottom .game img {
  width: 38px;
  height: auto;
  -ms-flex-positive: none;
      flex-grow: none;
}
.games-wrapper .bottom .placar {
  font-size: 25px;
  font-weight: 300;
  color: #909090;
}
.games-wrapper .bottom .placar strong {
  font-weight: 600;
  color: #e0b430;
}
.games-wrapper .top {
  padding: 25px;
  border-bottom: 2px solid #f6f6f6;
  position: relative;
}
.games-wrapper .top::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 90px 0 0;
  border-color: #f6f6f6 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.games-wrapper .top::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 110px 90px;
  border-color: transparent transparent #f6f6f6 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.games-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 10;
  font-size: 15px;
  transition: 400ms;
}
.games-wrapper .slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
  color: #000 !important;
}
.games-wrapper .slick-arrow:hover {
  color: #e0b430;
}
.games-wrapper .slick-arrow.fa-chevron-left {
  left: 0;
}
.games-wrapper .slick-arrow.fa-chevron-right {
  right: 0;
}
.games-wrapper .title {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #909090;
}
.games-wrapper .button {
  width: 220px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #232323;
  border-radius: 6px;
  display: block;
  margin: 15px auto 0;
  transition: 400ms;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.games-wrapper .button i {
  margin-left: 3px;
}
.games-wrapper .button:hover {
  background: #fff;
  color: #232323;
  box-shadow: inset 0 0 0 2px #232323;
}
.games-wrapper .item {
  outline: none;
}
.games-wrapper .info-game {
  padding: 0 50px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.games-wrapper .info-game .info {
  text-align: center;
  color: #232323;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.games-wrapper .info-game .info strong {
  font-weight: 700;
}

.widget-header {
  margin-bottom: 25px;
  line-height: 30px;
}
.widget-header .more {
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  transition: 400ms;
  text-decoration: none;
}
.widget-header .more i {
  margin-left: 3px;
}
.widget-header .more:hover {
  color: #e0b430;
}
.widget-header h2 {
  float: left;
  font-size: 22px;
  color: #909090;
  text-transform: uppercase;
}
.widget-header::after {
  content: "";
  display: block;
  clear: both;
}

.news-wrapper {
  margin-bottom: 60px;
}

.news-wrapper .list, .multimidia-wrapper .list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.news-wrapper .list:hover .item, .multimidia-wrapper .list:hover .item {
  opacity: 0.4;
}
.news-wrapper .list .item, .multimidia-wrapper .list .item {
  width: 32%;
  text-decoration: none;
  transition: 400ms;
}
.news-wrapper .list .item:hover, .multimidia-wrapper .list .item:hover {
  opacity: 1;
}
.news-wrapper .list .item img, .multimidia-wrapper .list .item img {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 15px;
}
.news-wrapper .list .item .date, .multimidia-wrapper .list .item .date {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #909090;
  margin-bottom: 4px;
}
.news-wrapper .list .item .title, .multimidia-wrapper .list .item .title {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.pontv {
  background: #000;
  margin-bottom: 50px;
  position: relative;
}
.pontv iframe {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.pontv .info {
  padding: 35px 25px;
  width: 60%;
  background: url(../../images/2017/marcadagua-pontv.png) no-repeat right -140px top;
}
.pontv .info p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  width: 65%;
  margin-bottom: 35px;
}
.pontv .info p strong {
  font-weight: 600;
}
.pontv .info .button {
  height: 38px;
  line-height: 38px;
  width: 170px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: block;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  margin-right: 10px;
  transition: 400ms;
}
.pontv .info .button i {
  margin-left: 4px;
}
.pontv .info .button.white {
  background: #ffffff;
  color: #000;
}
.pontv .info .button.white:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  background-color: transparent;
}
.pontv .info .button.signup {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  background-color: transparent;
}
.pontv .info .button.signup i {
  font-size: 16px;
}
.pontv .info .button.signup:hover {
  background: #ffffff;
  color: #000;
}
.pontv .info img {
  display: block;
  margin-bottom: 25px;
}

.elenco-wrapper {
  padding-top: 50px;
  background: url(../../images/2017/marcadagua-elenco.png) no-repeat center center #000;
  background-size: cover;
}
.elenco-wrapper .widget-header {
  margin-bottom: 70px;
}
.elenco-wrapper .widget-header .more {
  color: #fff;
}
.elenco-wrapper .widget-header .more:hover {
  color: #e0b430;
}
.elenco-wrapper .name {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 31px;
  margin-bottom: 15px;
}
.elenco-wrapper .posicao {
  font-size: 13px;
  color: #000;
  line-height: 22px;
  padding: 0 8px;
  background: #e0b430;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.elenco-wrapper .list {
  margin: 0 -20px;
  position: relative;
}
.elenco-wrapper .item {
  padding: 0 20px 270px;
    height: 100px;
  outline: none;
  position: relative;
}
.elenco-wrapper .item img {
  width: calc(100% - 80px);
  position: absolute;
  left: 20px;
  bottom: 0;
}
.elenco-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 15;
  font-size: 24px;
  transition: 400ms;
  color: #fff;
}
.elenco-wrapper .slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
  color: #fff !important;
}
.elenco-wrapper .slick-arrow:hover {
  color: #e0b430;
}
.elenco-wrapper .slick-arrow.fa-chevron-left {
  left: 0;
}
.elenco-wrapper .slick-arrow.fa-chevron-right {
  right: 0;
}

.full-patrocinadores {
  padding: 25px 0;
  background: #232323;
}
.full-patrocinadores .patrocinadores-wrap {
  margin: 0 auto;
}

.multimidia-wrapper {
  padding: 60px 0 70px;
}
.multimidia-wrapper .widget-header {
  margin-bottom: 35px;
}
.multimidia-wrapper .abas li {
  float: left;
  list-style: none;
  font-size: 24px;
  color: #e5e5e5;
  text-transform: uppercase;
  line-height: 30px;
  margin-right: 25px;
  cursor: pointer;
  transition: 400ms;
  position: relative;
}
.multimidia-wrapper .abas li:hover {
  color: #333333;
}
.multimidia-wrapper .abas li.active {
  color: #333333;
}
.multimidia-wrapper .abas li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333333;
  bottom: -4px;
  left: 0;
}

.tc10-wrap {
  padding: 120px 0 340px;
  background: #0b0b0b;
  overflow: hidden;
  position: relative;
}
.tc10-wrap::after {
  content: "";
  width: 200%;
  height: 110px;
  bottom: -50px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-4deg);
}
.tc10-wrap .logo-tc10 {
  max-width: 30%;
  float: left;
}
.tc10-wrap .info {
  width: 60%;
  float: right;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
}
.tc10-wrap .info .button {
  width: 220px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 400ms;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  margin-top: 40px;
}
.tc10-wrap .info .button:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}
.tc10-wrap .info .title {
  color: #e0b430;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

.list-tc10 {
  margin-top: -250px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: wrap;
  justify-content: center;
}
.list-tc10 .item {
  width: 31%;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #f6f6f6;
  padding: 30px 30px 90px;
  position: relative;
  text-align: center;
  color: #333333;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  margin: 0 10px 20px;
}
.list-tc10 .item .button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: 36px;
  line-height: 36px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  transition: 400ms;
}
.list-tc10 .item .button:hover {
  background-color: transparent;
  color: #333;
  box-shadow: inset 0 0 0 2px #333;
}
.list-tc10 .item .logo {
  width: 100%;
  height: 110px;
  background: no-repeat center center;
  margin-bottom: 20px;
}
.list-tc10 .item .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.social-itens {
  padding-bottom: 100px;
}
.social-itens .list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-itens .list .item {
  width: 25%;
  height: 275px;
  background: #f6f6f6 no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 35px 30px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #7a7a7a;
  text-decoration: none;
}
.social-itens .list .item a {
  color: #7a7a7a;
  font-weight: 600;
  text-decoration: none;
}
.social-itens .list .item .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.social-itens .list .item .fa {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.social-itens .list .item .fa.fa-facebook::after {
  border-color: transparent transparent #7383b6 transparent;
}
.social-itens .list .item .fa.fa-twitter::after {
  border-color: transparent transparent #5cb3f4 transparent;
}
.social-itens .list .item .fa::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #333333 transparent;
}
.social-itens .list .item .fa::before {
  position: relative;
  z-index: 10;
}
.social-itens .widget-header h2 {
  color: #333333;
}

.news-bar {
  padding: 30px 0;
  background: #272727;
}
.news-bar .center {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-bar .box {
  margin-right: 30px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  padding: 5px 30px 5px 0;
  border-right: 1px solid #595959;
}
.news-bar .box:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.news-bar .box .links {
  line-height: 40px;
  font-size: 18px;
  color: #cccccc;
}
.news-bar .box .links a {
  float: left;
  margin-right: 18px;
  text-decoration: none;
  color: #ccc;
  transition: 400ms;
  line-height: 40px;
}
.news-bar .box .links a:hover {
  color: #e0b430;
}
.news-bar .box .row {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0;
}
.news-bar .box .row .button {
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: 0;
  text-align: center;
  width: 50px;
  box-shadow: inset 0 0 0 2px #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 400ms;
}
.news-bar .box .row .button:hover {
  color: #333;
  background: #fff;
}
.news-bar .box .row .input {
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 10px;
  box-sizing: border-box;
  outline: none;
  width: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
  background: #fff;
  border-radius: 6px;
}
.news-bar .box .row .input.small {
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: 60px;
  text-align: center;
}
.news-bar .box .box-header {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #e0b430;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.news-bar .box .box-header span {
  font-size: 14px;
  color: #909090;
  text-transform: none;
}

.patrocinadores-footer {
  padding: 45px 0 0;
  background: #000000;
}
.patrocinadores-footer .logo-footer {
  display: block;
  margin: 0 auto 35px;
}
.patrocinadores-footer .list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.patrocinadores-footer .list img {
  margin: 0 35px 40px;
}
.patrocinadores-footer .site-map {
  border-top: 1px solid #333333;
}
.patrocinadores-footer .site-map .open {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  transition: 400ms;
}
.patrocinadores-footer .site-map .open:hover, .patrocinadores-footer .site-map .open.active {
  background: #272727;
}

.main-footer {
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}
.main-footer a {
  color: #999999;
  text-decoration: none;
  margin-right: 15px;
  float: left;
  transition: 400ms;
}
.main-footer a.am4 {
  float: right;
  height: 60px;
  width: 38px;
  background: url(../../images/2017/assinatura.png) no-repeat center center;
}
.main-footer a:hover {
  color: #e0b430;
}
.main-footer span {
  float: left;
}
.main-footer span a {
  float: none;
}

.map-wrapper {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 40px 0;
  display: none;
}
.map-wrapper .column {
  width: 22%;
  float: left;
  margin-right: 4%;
}
.map-wrapper .column:last-child {
  margin-right: 0;
}
.map-wrapper .column .area {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.map-wrapper .column a.area {
  margin-bottom: 0;
}
.map-wrapper .column a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  transition: 400ms;
}
.map-wrapper .column a:hover {
  color: #e0b430;
}
.map-wrapper .column a.sub-item {
  padding-left: 15px;
}

.page-header {
  padding: 25px 0;
  background: #f6f6f6;
}
.page-header .center {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.page-header .center::after {
  display: none;
}
.page-header .left-page-header {
  width: 70%;
}
.page-header .buttons span {
  width: 1px;
  height: 32px;
  float: left;
  margin: 0 14px 0 7px;
  background: #d7d7d7;
}
.page-header .buttons button {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 0;
  padding: 0;
  box-shadow: inset 0 0 0 2px #d7d7d7;
  border-radius: 6px;
  font-size: 15px;
  color: #c3c3c3;
  background-color: transparent;
  transition: 400ms;
  float: left;
  margin-right: 7px;
  cursor: pointer;
}
.page-header .buttons button:hover {
  background: #d7d7d7;
  color: #a3a3a3;
}
.page-header .buttons button:last-child {
  margin-right: 0;
}
.page-header .page-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
  color: #000;
  text-transform: uppercase;
}
.page-header .breadcrumb {
  font-size: 14px;
  line-height: 18px;
  color: #9d9d9d;
}
.page-header .breadcrumb span {
  color: #e0b430;
}

.content-wrap {
  padding: 60px 0;
}
.content-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.content-wrap .sidebar {
  width: 24%;
  float: right;
}
.content-wrap .sidebar img {
  max-width: 100%;
  vertical-align: middle;
}
.content-wrap .content-side {
  width: 72%;
  float: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
.content-wrap .content-side .title-others {
  font-size: 16px;
  color: #868686;
  text-transform: uppercase;
}
.content-wrap .content-side .other-post {
  margin-bottom: 20px;
}
.content-wrap .content-side .other-post .date {
  font-size: 14px;
  margin-bottom: 5px;
}
.content-wrap .content-side .other-post .title {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
}
.content-wrap .content-side .other-post .link {
  font-size: 14px;
  line-height: 22px;
  color: #e0b430;
  font-weight: 400;
  display: block;
  text-decoration: none;
  transition: 400ms;
}
.content-wrap .content-side .other-post .link:hover {
  color: #000;
}
.content-wrap .content-side .other-post::after {
  content: "";
  display: block;
  clear: both;
}
.content-wrap .content-side .other-post img {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.content-wrap .content-side p {
  margin-bottom: 20px;
}
.content-wrap .content-side .fonte {
  font-style: italic;
  font-weight: 400;
  color: #909090;
}
.content-wrap .content-side img {
  width: 100%;
  margin-bottom: 10px;
}
.content-wrap .content-side strong {
  font-weight: 600;
}
.content-wrap .content-side .news-title {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  margin-bottom: 15px;
}
.content-wrap .content-side .date {
  font-weight: 400;
  line-height: 18px;
  color: #909090;
  margin-bottom: 15px;
}
.content-wrap .content-side hr {
  border: 0;
  width: 100%;
  height: 1px;
  margin: 0 0 25px;
  background: #e7e7e7;
}

.other-links {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}
.other-links a {
  width: calc(33.333333% - 7px);
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  background: #f6f6f6;
  color: #272727;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 400ms;
}
.other-links a:hover {
  background: #272727;
  color: #f6f6f6;
}

.side-title {
  font-size: 18px;
  color: #232323;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.side-title.mt {
  margin-top: 40px;
}

.more-sidebar {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #868686;
  text-transform: uppercase;
  text-decoration: none;
  transition: 400ms;
  margin-bottom: 40px;
  display: block;
}
.more-sidebar:hover {
  color: #e0b430;
}

.list-news-sidebar {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
}
.list-news-sidebar .item {
  padding: 15px 0;
  border-top: 1px solid #d7d7d7;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  transition: 400ms;
  text-decoration: none;
  display: block;
}
.list-news-sidebar .item:hover {
  color: #e0b430;
}
.list-news-sidebar .item .date {
  color: #909090;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 5px;
}

.social-sidebar .picture {
  position: relative;
  display: block;
}
.social-sidebar .picture .fa {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.social-sidebar .picture .fa::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #333333 transparent;
}
.social-sidebar .picture .fa::before {
  position: relative;
  z-index: 10;
}
.social-sidebar .picture img {
  vertical-align: middle;
}
.social-sidebar .social-links {
  background: #f6f6f6;
  height: 60px;
  line-height: 60px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 15%;
}
.social-sidebar .social-links a {
  text-decoration: none;
  line-height: 60px;
  text-decoration: none;
  font-size: 22px;
  color: #010101;
  transition: 400ms;
}
.social-sidebar .social-links a:hover {
  color: #e0b430;
}

.share-wrapper {
  padding: 12px 15px;
  border: 2px solid #f6f6f6;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.share-wrapper .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
}
.share-wrapper .buttons div#___plus_0 {
  width: 100px !important;
}
.share-wrapper .buttons .fb_iframe_widget {
  margin-right: 10px;
}
.share-wrapper .label {
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  line-height: 40px;
  float: left;
  margin: 0 15px 0 0 !important;
}
.share-wrapper .box-link {
  float: left;
  height: 40px;
  line-height: 38px;
  padding: 0 12px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 300;
  color: #9d9d9d;
}

.quick-access {
  padding: 40px 0 60px;
  background: #f6f6f6;
}
.quick-access .title-quick-access {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #272727;
}
.quick-access .list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 40px;
}
.quick-access .list .item {
  width: 150px;
  text-align: center;
  display: block;
  font-size: 19px;
  line-height: 26px;
  color: #272727;
  text-decoration: none;
}
.quick-access .list .item img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
}

.ficha-tecnica ul {
  padding: 10px 20px;
  background: #f2f2f2;
}
.ficha-tecnica li {
  line-height: 20px;
  font-size: 14px;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}
.ficha-tecnica li:last-child {
  border-bottom: 0;
}
.ficha-tecnica li .label {
  color: #909090;
  font-size: 12px;
  font-weight: 300;
}
.ficha-tecnica .header {
  height: 48px;
  line-height: 48px;
  background: #333333;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.title-content {
  font-size: 22px;
  text-transform: uppercase;
  color: #909090;
  font-weight: 500;
}

hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: #d7d7d7;
  margin: 25px 0;
}

.reset {
  clear: both;
}

.images-wrapper {
  padding-top: 50px;
  position: relative;
}
.images-wrapper .header {
  margin-bottom: 30px;
}
.images-wrapper .header::after {
  content: "";
  display: block;
  clear: both;
}
.images-wrapper .header .title-content {
  float: left;
  margin-bottom: 0;
}
.images-wrapper .slick-arrow {
  position: absolute;
  right: 0;
  top: -55px;
  width: 34px;
  height: 34px;
  background: #f2f2f2;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  font-size: 12px;
  transition: 400ms;
}
.images-wrapper .slick-arrow:hover {
  background: #000000;
  color: #f2f2f2;
}
.images-wrapper .slick-arrow.slick-disabled {
  opacity: 0.1;
  cursor: default;
}
.images-wrapper .slick-arrow.fa-chevron-left {
  right: 35px;
}
.images-wrapper .roll {
  margin: 0 -5px;
}
.images-wrapper .roll:hover .item {
  opacity: 0.5;
}
.images-wrapper .roll:hover .item:hover {
  opacity: 1;
}
.images-wrapper .roll .item {
  padding: 0 5px;
  text-decoration: none;
  display: block;
  transition: 400ms;
}
.images-wrapper .roll .item img {
  width: 100%;
  vertical-align: middle;
}

button.fancybox-button.fancybox-button--share {
  display: none !important;
}

.filter-wrapper {
  padding: 20px;
  background: #f6f6f6;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 25px;
}
.filter-wrapper .input {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
  color: #9d9d9d;
  box-sizing: border-box;
  background: #fff;
  outline: none;
}
.filter-wrapper .input:-ms-input-placeholder {
  color: #9d9d9d;
}
.filter-wrapper .input::placeholder {
  color: #9d9d9d;
}
.filter-wrapper .button {
  width: 52px;
  padding-top: 24px;
}
.filter-wrapper .button .submit {
  width: 100%;
  text-align: center;
  padding: 0;
  border: 0;
  height: 40px;
  line-height: 40px;
  background: #232323;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 400ms;
}
.filter-wrapper .button .submit:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #232323;
  color: #232323;
}
.filter-wrapper .box {
  margin-right: 10px;
  -ms-flex-positive: 2;
      flex-grow: 2;
  width: 100px;
}
.filter-wrapper .box label {
  display: block;
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.total-list {
  text-align: right;
  font-weight: 300;
  font-size: 13px;
  color: #333333;
  margin-bottom: 30px;
}
.total-list strong {
  font-weight: 700;
}

.paginacao-2017 {
  text-align: center;
  margin-bottom: 80px;
}
.paginacao-2017 li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.paginacao-2017 li a {
  color: #c3c3c3;
  text-decoration: none;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  box-shadow: inset 0 0 0 2px #f6f6f6;
  color: #c3c3c3;
  font-size: 17px;
  border-radius: 6px;
}
.paginacao-2017 li a[title="Anterior"] {
  background: #c7c7c7;
  color: #fff;
  font-size: 12px;
  font-family: "FontAwesome";
  box-shadow: none;
  transition: 400ms;
}
.paginacao-2017 li a[title="Anterior"]::before {
  content: "";
  margin-left: -2px;
}
.paginacao-2017 li a[title="Anterior"]:hover {
  background: #999;
}
.paginacao-2017 li a[title="Anterior"] img {
  display: none;
}
.paginacao-2017 li a[title="Próximo"] {
  background: #c7c7c7;
  color: #fff;
  font-size: 12px;
  font-family: "FontAwesome";
  box-shadow: none;
  transition: 400ms;
}
.paginacao-2017 li a[title="Próximo"]::before {
  content: "";
  margin-left: 2px;
}
.paginacao-2017 li a[title="Próximo"]:hover {
  background: #999;
}
.paginacao-2017 li a[title="Próximo"] img {
  display: none;
}
.paginacao-2017 li a.selec {
  box-shadow: inset 0 0 0 2px #c7c7c7;
}
.paginacao-2017 li img {
  width: auto;
  vertical-align: middle;
  margin-bottom: 0;
}

.players-list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.players-list:hover .item {
  opacity: 0.5;
}
.players-list:hover .item:hover {
  opacity: 1;
}
.players-list .item {
  width: calc(33.3333% - 1px);
  margin-bottom: 1px;
  background: #000 no-repeat left bottom;
  height: 340px;
  position: relative;
  transition: 400ms;
}
.players-list .item::before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  height: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.players-list .item .info {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.players-list .item .info .name {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.players-list .item .info .position {
  margin-bottom: 0;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  background: #e0b430;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  float: left;
}

/* reduz a altura das imagens */
.players-list .square {
  background-position-y: 0px !important;
  height: 225px !important;  
}

.ui-accordion .ui-accordion-header {
    background: #333 !important;
    padding: 15px 20px !important;
    cursor: pointer;
}

.ui-accordion .ui-accordion-content {
    border: 1px solid #333 !important;
    margin-bottom: 20px !important;
    padding: 20px !important;
}
.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;
}
