/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 18, 2019, 1:52:46 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 29, 2018, 11:28:33 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 1, 2019, 10:22:34 AM
    Author     : mv
*/
.color-wc {
  color: #ff4b79;
}
.zz-wc-pagetitle {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 900;
  padding-top: 14px;
  margin-bottom: 4px;
  color: #Fff;
}
.zz-wc-pagesubtitle {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  margin-bottom: 12px;
  color: #Fff;
}
.zz-wc-square {
  box-sizing: border-box;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #ff4b79;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #ff4b79;
  background: #fff no-repeat center;
}
.zz-wc-square.is-result {
  background-color: #ff4b79;
  color: #fff;
}
.zz-wc-square.is-active {
  background: url(/images/totobola/icn-x-main.png) no-repeat center;
  background-size: 24px 22px;
  background-position-x: -2px;
  color: transparent;
}
.zz-wc-square.is-active.is-result {
  background: url(/images/totobola/icn-x-result-active.png) no-repeat center;
  background-size: 24px 22px;
  background-position-x: -2px;
  color: transparent;
}
@media only screen and (max-width: 768px) {
  .zz-wc-square {
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 15px;
  }
  .zz-wc-square.is-active,
  .zz-wc-square.is-active.is-result {
    background-size: 17px 16px;
    background-position-x: -1px;
  }
}
.zz-wc-title {
  font-family: 'Roboto Condensed';
  font-size: 26px;
  line-height: 30px;
  padding: 24px 16px;
}
@media only screen and (max-width: 768px) {
  .zz-wc-title {
    font-size: 18px;
  }
}
.zz-wc-captions {
  float: right;
  width: 60%;
  color: #4a4a4a;
  text-align: right;
  padding-top: 18px;
}
.zz-wc-caption {
  line-height: 22px;
  font-stretch: condensed;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .zz-wc-caption {
    line-height: 16px;
    font-size: 10px;
    margin-bottom: 4px !important;
  }
  .zz-wc-caption .zz-wc-square {
    float: right;
    margin-right: 0;
    margin-left: 8px;
  }
}
.zz-wc-date {
  padding-top: 22px;
}
@media only screen and (max-width: 768px) {
  .zz-wc-date {
    width: 40%;
    clear: both;
    color: #4a4a4a;
    margin-left: 0 !important;
    padding: 16px 0;
    font-size: 11px;
    line-height: 20px;
  }
}
.zz-wc-bg {
  background: no-repeat center;
  height: 72px;
}
.zz-wc-bg.is-normal {
  background-image: url(/images/totobola/bg-verde.svg);
}
.zz-wc-bg.is-extra {
  background-image: url(/images/totobola/bg-castanho.svg);
}
@media only screen and (max-width: 768px) {
  .zz-wc-bg {
    background-position: top center;
    background-size: 100% auto;
  }
  .zz-wc-bg.is-normal {
    background-image: url(/images/totobola/bg-verde-m.png);
  }
  .zz-wc-bg.is-extra {
    background-image: url(/images/totobola/bg-castanho-m.png);
  }
}
.zz-wc-table {
  background: #fff;
  margin-bottom: 64px;
  width: 100%;
  font-family: Roboto;
  font-size: 16px;
  vertical-align: top;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .zz-wc-table {
    font-size: 14px;
  }
}
.zz-wc-table th {
  height: 72px;
  background: transparent;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .zz-wc-table .nowrap {
    white-space: normal;
  }
}
.zz-wc-game-tr td {
  padding: 4px 8px;
  background: #eee;
  margin-bottom: 4px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .zz-wc-game-tr td {
    padding: 8px;
  }
}
.zz-wc-game-tr .zz-wc-result-icn {
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 768px) {
  .zz-wc-game-tr .zz-wc-result-icn {
    margin-right: 0px;
    font-size: 18px;
    line-height: 16px;
  }
}
.zz-wc-game-tr .zz-wc-result-icn.is-correct {
  color: green;
}
.zz-wc-game-tr .zz-wc-result-icn.is-incorrect {
  color: red;
}
.zz-wc-game-space td {
  background: #fff;
  height: 4px;
}
.zz-wc-game-div hr {
  border-top: 0;
  border-bottom: 2px solid red;
  margin: 0 0 4px 0;
}
.zz-wc-super14 {
  font-weight: bold;
  font-family: 'Roboto Condensed';
  margin-bottom: 4px;
  padding-left: 8px;
  line-height: 22px;
  text-transform: uppercase;
  color: #026a41;
  background: url(/images/totobola/img-super.svg) no-repeat left center;
}
.zz-wc-slider {
  height: 380px;
  overflow: hidden;
}
.zz-wc-slider .slick-list {
  margin: 0 auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .zz-wc-slider .slick-list {
    width: 812px;
  }
}
.zz-wc-slider .slick-track {
  height: 90%;
  margin-top: 20px;
}
.zz-wc-slider .zz-icn-chevron-right,
.zz-wc-slider .zz-icn-chevron-left {
  position: absolute;
  top: 66px;
  cursor: pointer;
  margin-top: 0;
}
.zz-wc-slider .zz-icn-chevron-right.slick-disabled,
.zz-wc-slider .zz-icn-chevron-left.slick-disabled {
  opacity: 0;
}
.zz-wc-slider .zz-icn-chevron-left {
  left: 24px;
}
.zz-wc-slider .zz-icn-chevron-right {
  right: 24px;
}
.zz-wc-slider.is-ready {
  overflow: visible;
}
.zz-wc-slider-item {
  float: left;
  width: 270px;
  margin: 0 13px;
  border-radius: 8px;
}
.match-item__league {
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 8px;
  height: 60px;
}
.match-item__league img {
  margin: 0 auto;
  height: auto;
  width: auto;
  max-height: 60px;
  max-width: 160px;
}
.match-item__league img.no-img {
  filter: alpha(opacity=100);
  opacity: 1;
}
.lazyload-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.match-item__info--teasure {
  text-align: center;
  margin: 0 0 32px;
  font-size: 14px;
  font-size: 0.875rem;
}
.match-item__info--teasure span {
  display: block;
}
.match-item__info {
  width: 100%;
  display: table;
  font-size: 0;
  text-align: center;
}
.match-item__info .match-item__info--team {
  position: relative;
}
.match-item__info--team {
  display: inline-block;
  width: 65px;
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: BebasNeueBold, Helvetica, sans-serif;
  color: #fff;
  height: 50px;
}
.match-item__info--team img {
  display: block;
  max-width: 50px;
  max-height: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.match-item__info.teams {
  margin-top: 15px;
}
.match-item__info--team.red-block {
  background: #c70101;
}
.match-item__info--team.gray-block {
  background: #707070;
  font-size: 32px;
  font-size: 2rem;
}
.match-item__info--team.estado-1 {
  background: #1a1a1a;
  font-size: 30px;
  line-height: 50px;
  padding-left: 2px;
}
.match-item__info--team.estado-0 {
  background: #707070;
  font-size: 24px;
  line-height: 50px;
  padding-left: 2px;
}
.match-item__info {
  width: 100%;
  display: table;
  font-size: 0;
  text-align: center;
}
.match-item__info .match-item__info--team.team-name {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: MontserratSemiBold, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #1a1a1a;
  height: 24px;
  padding-top: 0;
}
.match-item__info .match-item__info--team.team-name span {
  padding-right: 0;
  line-height: 1.3;
}
.match-item__info .match-item__info--team.team-name:first-child span {
  text-align: right;
}
.match-item__info .match-item__info--team.team-name:last-child span {
  text-align: left;
}
.match-item__info .match-item__info--team.team-name ~ .team-name span {
  padding-left: 0;
}
.match-item__info .match-item__info--team.team-name-vs {
  color: #717171;
}
.match-item__info .match-item__info--team {
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(white, #000);
  -webkit-mask-image: none;
}
.match-item__cta {
  margin: 10px 0;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.match-item__cta a {
  border: 1px solid rgba(26, 26, 26, 0.2);
  font-size: 14px;
  font-size: 0.875rem;
  color: #1a1a1a;
  display: inline-block;
  text-transform: uppercase;
  font-family: SourceSansProSemiBold, Helvetica, sans-serif;
}
.match-item__cta a:hover {
  background-color: rgba(184, 183, 185, 0.15);
}
.match-item__cta a.live {
  background: #c70101;
  color: #fff;
  border: 1px solid #c70101;
}
.match-item__cta a.live .icon-cta-arrow {
  float: right;
  margin: 2px 0 0 10px;
}
.match-item__cta a.live:hover {
  background-color: #9f0000;
  border: 1px solid #9f0000;
}
.match-item__cta a {
  height: 50px;
  border-radius: 100px;
  line-height: 50px;
  padding: 0 32px;
  font-family: SourceSansProSemiBold, Helvetica, sans-serif;
}
.wc_content {
  width: 960px;
  background-color: #fff;
}
