@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
.author-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 2%; }
  .author-listing .inner-author {
    width: 49%;
    display: flex;
    margin-bottom: 4%;
    gap: 2%; }
    @media only screen and (max-width: 767px) {
      .author-listing .inner-author {
        width: 100%; } }
    .author-listing .inner-author > div {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .author-listing .inner-author > div a {
        display: inline-block; }
      .author-listing .inner-author > div img {
        border-radius: 10px; }
        @media only screen and (max-width: 767px) {
          .author-listing .inner-author > div img {
            max-width: 90px;
            height: auto; } }
      .author-listing .inner-author > div p {
        margin: 0; }
      .author-listing .inner-author > div .author-name {
        font-weight: 700;
        font-size: 18px;
        text-decoration: none;
        color: #000; }
      .author-listing .inner-author > div .author-link {
        background-color: #000;
        color: #fff;
        border-radius: 10px;
        text-decoration: none;
        padding: 10px 20px;
        font-weight: 700;
        font-size: 12px; }
        .author-listing .inner-author > div .author-link:hover {
          background-color: #6d23c1; }

.authors-pagination {
  display: flex;
  gap: 10px;
  justify-content: center; }
  .authors-pagination a,
  .authors-pagination span {
    text-decoration: none;
    padding: 5px;
    border-radius: 5px; }
  .authors-pagination span {
    background-color: #e7e7e7;
    color: #000; }
  .authors-pagination a {
    background-color: #000;
    color: #fff; }

.nv-breadcrumbs {
  max-width: 1080px;
  text-align: center;
  margin: 0 auto;
  color: #8c8c8c;
  font-size: 13px;
  width: 100%;
  order: -5;
  padding-bottom: 25px; }
  @media only screen and (max-width: 992px) {
    .nv-breadcrumbs {
      text-align: left; } }
  .nv-breadcrumbs.cat-breadcrumbs {
    position: absolute;
    text-align: left;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    padding: 0 16px;
    max-width: 1202px;
    top: 20px; }
    @media only screen and (max-width: 992px) {
      .nv-breadcrumbs.cat-breadcrumbs {
        position: relative;
        text-align: center;
        padding-top: 20px;
        transform: none;
        left: inherit;
        top: inherit; } }
  .nv-breadcrumbs .nv-breadcrumbs-sep::before {
    content: "\f054";
    font-family: "torcedores" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    margin: 0 3px; }

#navve-cookie-block.navve-cookie-hidden {
  display: none; }

#navve-cookie-block.navve-cookie-block {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.35);
  font-family: Lato, Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #fff;
  background-color: #333;
  line-height: 1.75em; }

#navve-cookie-block .navve-cookie-block-inner {
  padding: 16px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center; }

#navve-cookie-block .navve-cookie-block-inner-text a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px dashed #fff; }

#navve-cookie-block .navve-cookie-block-inner-actions {
  margin: 0 0 0 24px; }

#navve-cookie-block .navve-cookie-block-inner-button {
  line-height: 1em;
  padding: 10px 24px;
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 600;
  border-width: 0;
  background-color: #6d23c1;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  cursor: pointer; }

#navve-cookie-block .navve-cookie-block-inner-button:hover {
  background-color: #8a30f1; }

.bc-footer {
  width: 100%;
  display: block;
  background: #333;
  padding: 32px;
  margin-top: 30px; }
  .bc-footer,
  .bc-footer a {
    color: #fff; }
  .bc-footer .bc-row {
    width: 100%;
    max-width: 1272px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .bc-footer .bc-row div {
      width: 23.5%;
      gap: 2%; }
      @media only screen and (max-width: 767px) {
        .bc-footer .bc-row div {
          width: 49%; } }
      @media only screen and (max-width: 575px) {
        .bc-footer .bc-row div {
          width: 100%;
          gap: 0; }
          .bc-footer .bc-row div > i {
            margin-bottom: 20px; } }
      .bc-footer .bc-row div div {
        width: 100%; }
    .bc-footer .bc-row ul {
      list-style: none;
      padding: 0;
      margin-top: 0; }
      .bc-footer .bc-row ul:not(.bc-social) li:not(:first-child) {
        margin-top: 5px; }
      .bc-footer .bc-row ul.bc-social {
        display: flex;
        gap: 15px;
        padding-top: 10px; }
        .bc-footer .bc-row ul.bc-social li a {
          text-decoration: none; }
          .bc-footer .bc-row ul.bc-social li a i.ic-tiktok {
            background: url(../../img/social/tiktok.svg);
            width: 20px;
            height: 20px;
            display: inline-block;
            background-size: cover; }
  .bc-footer .bc-site-name {
    position: relative;
    margin-top: 0; }
    .bc-footer .bc-site-name a {
      text-decoration: none;
      display: inline-block;
      background-image: url(../images/logo-branco.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 200px;
      height: 23px; }
      .bc-footer .bc-site-name a strong {
        display: none; }
  .bc-footer #footer-bc-widget {
    width: 100%;
    max-width: 1272px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-top: 1px solid #666;
    margin-top: 20px; }
  .bc-footer #footer-bc-widget p {
    margin-bottom: 0;
    font-size: 13px; }

@media only screen and (max-width: 1023px) {
  .site-header .content-block {
    display: flex;
    align-items: center;
    padding: 0 15px; }
    .site-header .content-block .site-name,
    .site-header .content-block .navve-search,
    .site-header .content-block .navve-search > .ic-search,
    .site-header .content-block .h-menu .ic-bars {
      position: relative;
      top: inherit;
      left: inherit;
      right: inherit; }
    .site-header .content-block .site-name {
      transform: initial;
      width: 90%; } }
    @media only screen and (max-width: 1023px) and (max-width: 1023px) {
      .site-header .content-block .site-name {
        width: 80%; } }

@media only screen and (max-width: 1023px) {
      .site-header .content-block .site-name a {
        background-position: center; }
    .site-header .content-block .h-menu .ic-bars {
      transform: initial;
      display: flex;
      justify-content: end; }
    .site-header .content-block .navve-search {
      padding: 0;
      height: 22px;
      text-align: right; }
    .site-header .content-block .navve-search,
    .site-header .content-block .h-menu {
      width: 5%; } }
    @media only screen and (max-width: 1023px) and (max-width: 1023px) {
      .site-header .content-block .navve-search,
      .site-header .content-block .h-menu {
        width: 10%; } }

.logged-in .site-header {
  top: 32px !important; }

.logged-in .site-wrapper {
  padding-top: 142px !important; }

.page-content .page-block {
  padding: 50px 16px;
  width: 100%;
  max-width: 1112px;
  margin: 0 auto; }
  .page-content .page-block h1 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px; }

.alm-load-more-btn {
  line-height: 1em;
  padding: 10px 24px;
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 600;
  border-width: 0;
  background-color: #6d23c1;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  cursor: pointer; }
  .alm-load-more-btn:hover {
    background-color: #8a30f1; }

.bcb-atts {
  padding: 10px; }

table .tbl-medals,
table .tbl-medalists,
table .tbl-medalsnoc,
table .tbl-medalsbra,
table .tbl-stand {
  font-family: inherit;
  font-size: 1em;
  line-height: 1em; }

table td.tbl-medal-g div p,
table td.tbl-medal-s div p,
table td.tbl-medal-b div p,
table td.tbl-stand div p {
  font-size: 12px; }

table td.tbl-medal-g div {
  background-image: url("img-medal-g.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px; }

table td.tbl-medal-s div {
  background-image: url("img-medal-s.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px; }

table td.tbl-medal-b div {
  background-image: url("img-medal-b.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px; }

table td.tbl-medal-g div p,
table td.tbl-medal-s div p,
table td.tbl-medal-b div p {
  margin: 0; }

table .tbl-logo {
  clear: both; }
  table .tbl-logo a {
    display: block;
    background: url("img-logo-link.gif") no-repeat;
    width: 180px;
    height: 20px;
    text-indent: -5000px;
    float: right; }

table .tbl-medals,
table .tbl-medalists,
table .tbl-medalsnoc,
table .tbl-medalsbra,
table .tbl-stand,
table .tbl-results {
  color: #333;
  empty-cells: show;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.7em; }

table .tbl-medals a,
table .tbl-medalists a,
table .tbl-medalsnoc a,
table .tbl-medalsbra a,
table .tbl-results a {
  color: #000; }

table .tbl-medals th,
table .tbl-medalists th,
table .tbl-medalsnoc th,
table .tbl-medalsbra th,
table .tbl-medals th a,
table .tbl-medalists th a,
table .tbl-medalsnoc th a,
table .tbl-medalsbra th a,
table .tbl-stand th a {
  background-color: transparent;
  color: #9e9e9e;
  font-weight: normal;
  transition-property: background-color, color;
  transition-duration: 0.3s; }

table .tbl-medals th {
  padding: 12px 0 12px 8px;
  white-space: nowrap; }
  table .tbl-medals th a:hover,
  table .tbl-medals th.tbl-sort-asce a,
  table .tbl-medals th.tbl-sort-desce a {
    color: #000; }
  table .tbl-medals th.tbl-st-g, table .tbl-medals th.tbl-st-s, table .tbl-medals th.tbl-st-b, table .tbl-medals th.tbl-st-t {
    text-align: right; }

table .tbl-medalists th {
  width: 200px;
  text-align: left; }
  table .tbl-medalists th a:hover,
  table .tbl-medalists th.tbl-sort-asce a,
  table .tbl-medalists th.tbl-sort-desce a {
    color: #000; }
  table .tbl-medalists th a {
    cursor: pointer;
    display: block;
    height: 22px;
    padding-top: 5px; }
  table .tbl-medalists th.tbl-sort-asce a {
    background-image: url("img-sort-asce.gif");
    background-repeat: no-repeat;
    background-position: 4px 12px;
    padding-left: 10px; }
  table .tbl-medalists th.tbl-sort-desce a {
    background-image: url("img-sort-desce.gif");
    background-repeat: no-repeat;
    background-position: 4px 12px;
    padding-left: 10px; }
  table .tbl-medalists th.tbl-team.tbl-sort-asce a {
    padding-left: 22px;
    background-position: 12px 12px; }
  table .tbl-medalists th.tbl-event.tbl-sort-desce a,
  table .tbl-medalists th.tbl-event.tbl-sort-asce a {
    padding-left: 22px;
    background-position: 12px 12px; }
  table .tbl-medalists th.tbl-team.tbl-sort-desce a {
    padding-left: 22px;
    background-position: 12px 12px; }

table .tbl-medalsnoc th {
  width: 212px;
  text-align: left; }
  table .tbl-medalsnoc th a:hover,
  table .tbl-medalsnoc th.tbl-sort-asce a,
  table .tbl-medalsnoc th.tbl-sort-desce a {
    color: #000; }
  table .tbl-medalsnoc th.tbl-medal a {
    padding-left: 22px; }
  table .tbl-medalsnoc th a {
    cursor: pointer;
    display: block;
    height: 22px;
    padding-top: 5px; }
  table .tbl-medalsnoc th.tbl-sort-asce a {
    background-image: url("img-sort-asce.gif");
    background-repeat: no-repeat;
    background-position: 4px 12px;
    padding-left: 10px; }
  table .tbl-medalsnoc th.tbl-sort-desce a {
    background-image: url("img-sort-desce.gif");
    background-repeat: no-repeat;
    background-position: 4px 12px;
    padding-left: 10px; }
  table .tbl-medalsnoc th.tbl-team.tbl-sort-asce a,
  table .tbl-medalsnoc th.tbl-team.tbl-sort-desce a {
    padding-left: 22px;
    background-position: 12px 12px; }
  table .tbl-medalsnoc th.tbl-sport.tbl-sort-asce a,
  table .tbl-medalsnoc th.tbl-sport.tbl-sort-desce a {
    padding-left: 22px;
    background-position: 12px 12px; }
  table .tbl-medalsnoc th.tbl-medal.tbl-sort-asce a,
  table .tbl-medalsnoc th.tbl-medal.tbl-sort-desce a {
    padding-left: 22px;
    background-position: 12px 12px; }

table .tbl-medalsbra th {
  width: 212px;
  text-align: left; }
  table .tbl-medalsbra th a:hover,
  table .tbl-medalsbra th.tbl-sort-asce a,
  table .tbl-medalsbra th.tbl-sort-desce a {
    color: #000; }
  table .tbl-medalsbra th.tbl-medal a {
    padding-left: 22px; }
  table .tbl-medalsbra th a {
    cursor: pointer;
    display: block;
    height: 22px;
    padding-top: 5px; }
  table .tbl-medalsbra th.tbl-sort-asce a {
    background-image: url("img-sort-asce.gif");
    background-repeat: no-repeat;
    background-position: 4px 12px;
    padding-left: 10px; }
  table .tbl-medalsbra th.tbl-sort-desce a {
    background-image: url("img-sort-desce.gif");
    background-repeat: no-repeat;
    background-position: 4px 12px;
    padding-left: 10px; }
  table .tbl-medalsbra th.tbl-team.tbl-sort-asce a,
  table .tbl-medalsbra th.tbl-team.tbl-sort-desce a {
    padding-left: 22px;
    background-position: 12px 12px; }
  table .tbl-medalsbra th.tbl-sport.tbl-sort-asce a,
  table .tbl-medalsbra th.tbl-sport.tbl-sort-desce a {
    padding-left: 22px;
    background-position: 12px 12px; }

table .tbl-stand th {
  text-align: left;
  padding-left: 0; }
  table .tbl-stand th a:hover,
  table .tbl-stand th.tbl-sort-asce a,
  table .tbl-stand th.tbl-sort-desce a {
    color: #000; }
  table .tbl-stand th.tbl-st-var, table .tbl-stand th.tbl-st-pts, table .tbl-stand th.tbl-st-pld, table .tbl-stand th.tbl-st-w, table .tbl-stand th.tbl-st-d, table .tbl-stand th.tbl-st-l, table .tbl-stand th.tbl-st-gf, table .tbl-stand th.tbl-st-ga, table .tbl-stand th.tbl-st-gd, table .tbl-stand th.tbl-st-per {
    text-align: right; }

table .tbl-results th {
  font-weight: normal;
  padding: 12px 8px 8px 0;
  text-align: left;
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: transparent;
  color: #9e9e9e;
  transition-property: background-color, color;
  transition-duration: 0.3s; }
  table .tbl-results th a:hover,
  table .tbl-results th.tbl-sort-asce a,
  table .tbl-results th.tbl-sort-desce a {
    color: #000; }
  table .tbl-results th a {
    background-color: transparent;
    color: #9e9e9e;
    font-weight: normal;
    transition-property: background-color, color;
    transition-duration: 0.3s; }

table .tbl-medals,
table .tbl-medalists,
table .tbl-medalsnoc,
table .tbl-medalsbra {
  background-color: transparent; }

table .tbl-medals td,
table .tbl-medalists td,
table .tbl-medalsnoc td,
table .tbl-medalsbra td,
table .tbl-stand td,
table .tbl-results td {
  transition: background-color 0.3s; }

table .tbl-medals tr:hover td,
table .tbl-medalists tr:hover td,
table .tbl-medalsnoc tr:hover td,
table .tbl-medalsbra tr:hover td,
table .tbl-stand tr:hover td,
table .tbl-results tr:hover td {
  background-color: rgba(0, 0, 0, 0.05); }

table .tbl-caption {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  font-weight: bold; }

table .tbl-medals th,
table .tbl-medals td {
  border-bottom: 1px solid #e0e0e0; }

table .tbl-medals th,
table .tbl-medals .tbl-st-sport {
  text-align: left; }

table .tbl-medals .tbl-st-team span,
table .tbl-medals .tbl-st-team a {
  text-align: left;
  height: auto;
  display: inline-block; }

table .tbl-medals .tbl-st-sport span,
table .tbl-medals .tbl-st-sport a {
  text-align: left;
  height: auto;
  display: inline-block; }

table .tbl-stand th,
table .tbl-stand td {
  border-bottom: 1px solid #e0e0e0; }

table .tbl-results th,
table .tbl-results td {
  border-bottom: 1px solid #e0e0e0; }

table .tbl-medals td {
  padding: 12px 19px 12px 8px; }

table .tbl-stand td {
  padding: 12px 19px 12px 8px;
  font-size: 0.875em; }

table .tbl-results td {
  font-size: 0.875em;
  vertical-align: top;
  padding: 12px 8px 8px 0; }

table .tbl-st-g,
table .tbl-st-s,
table .tbl-st-b,
table .tbl-st-t {
  text-align: right; }

table .tbl-st-var-up,
table .tbl-st-var-down,
table .tbl-st-var-none,
table .tbl-st-pts,
table .tbl-st-pld,
table .tbl-st-w,
table .tbl-st-d,
table .tbl-st-l,
table .tbl-st-gf,
table .tbl-st-ga,
table .tbl-st-gd,
table .tbl-st-per {
  text-align: right; }

table .tbl-medals .tbl-st-team,
table .tbl-stand .tbl-st-team {
  border-right: 1px solid #747474; }

table .tbl-stand th,
table .tbl-results th {
  padding: 12px 0 12px 8px;
  white-space: nowrap; }

table .tbl-medals th::after {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.4em;
  margin: 0 0 0 2px;
  white-space: nowrap;
  content: "\25BE";
  color: rgba(0, 0, 0, 0); }

table .tbl-stand th::after {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.4em;
  margin: 0 0 0 2px;
  white-space: nowrap;
  content: "\25BE";
  color: rgba(0, 0, 0, 0);
  margin-left: 0; }

table .tbl-medals th a,
table .tbl-stand th a {
  cursor: pointer;
  display: inline-block;
  height: auto;
  font-size: 0.8em;
  text-transform: uppercase; }

table .tbl-medals th.tbl-sort-asce::after,
table .tbl-stand th.tbl-sort-asce::after {
  content: "\25B4";
  color: #000; }

table .tbl-medals th.tbl-sort-desce::after,
table .tbl-stand th.tbl-sort-desce::after {
  content: "\25BE";
  color: #000; }

table th.tbl-st-g a,
table th.tbl-st-s a,
table th.tbl-st-b a {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 16px;
  text-indent: 999em;
  padding: 0; }

table th.tbl-st-g a {
  background-color: #fad85d; }

table th.tbl-st-s a {
  background-color: #b6b6b6; }

table th.tbl-st-b a {
  background-color: #db7e45; }

table .tbl-medalists td {
  width: 200px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top; }

table .tbl-medalists .tbl-event {
  width: 250px;
  text-align: left; }
  table .tbl-medalists .tbl-event a {
    padding-left: 12px; }

table .tbl-medalists td.tbl-event {
  padding-left: 12px; }

table .tbl-medalists .tbl-team a b,
table .tbl-medalists .tbl-team span b {
  font-weight: normal;
  display: none; }

table .tbl-medalists .tbl-team a i,
table .tbl-medalists .tbl-team span i {
  font-style: normal; }

table .tbl-medalsnoc td {
  width: 200px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top; }
  table .tbl-medalsnoc td.tbl-event, table .tbl-medalsnoc td.tbl-team {
    padding-left: 12px; }

table .tbl-medalsnoc .tbl-team p {
  margin: 0; }

table .tbl-medalsnoc .tbl-event {
  width: 250px;
  text-align: left; }

table .tbl-medalsnoc th.tbl-event {
  width: 262px; }
  table .tbl-medalsnoc th.tbl-event.tbl-sort-asce a,
  table .tbl-medalsnoc th.tbl-event.tbl-sort-desce a {
    padding-left: 22px;
    background-position: 12px 12px; }

table .tbl-medalsnoc .tbl-event a {
  padding-left: 12px; }

table .tbl-medalsnoc .tbl-team a,
table .tbl-medalsnoc td.tbl-sport,
table .tbl-medalsnoc .tbl-sport a {
  padding-left: 12px; }

table .tbl-medalsnoc .tbl-medal {
  width: 100px; }

table .tbl-medalsnoc .tbl-medal-g {
  background-image: url("img-medal-g.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 20px;
  width: 80px; }

table .tbl-medalsnoc .tbl-medal-s {
  background-image: url("img-medal-s.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 20px;
  width: 80px; }

table .tbl-medalsnoc .tbl-medal-b {
  background-image: url("img-medal-b.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 20px;
  width: 80px; }

table .tbl-medalsnoc tr.tbl-type1 td.tbl-team span,
table .tbl-medalsnoc tr.tbl-type2 td.tbl-team span {
  display: none; }

table .tbl-medalsbra td {
  width: 200px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top; }
  table .tbl-medalsbra td.tbl-event, table .tbl-medalsbra td.tbl-team {
    padding-left: 12px; }

table .tbl-medalsbra .tbl-team p {
  margin: 0; }

table .tbl-medalsbra .tbl-event {
  width: 250px;
  text-align: left; }

table .tbl-medalsbra th.tbl-event {
  width: 262px; }
  table .tbl-medalsbra th.tbl-event.tbl-sort-asce a,
  table .tbl-medalsbra th.tbl-event.tbl-sort-desce a {
    padding-left: 22px;
    background-position: 12px 12px; }

table .tbl-medalsbra .tbl-event a {
  padding-left: 12px; }

table .tbl-medalsbra .tbl-team a {
  padding-left: 12px; }

table .tbl-medalsbra .tbl-medal {
  width: 100px; }

table .tbl-medalsbra .tbl-medal-g {
  background-image: url("img-medal-g.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 20px;
  width: 80px; }

table .tbl-medalsbra .tbl-medal-s {
  background-image: url("img-medal-s.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 20px;
  width: 80px; }

table .tbl-medalsbra .tbl-medal-b {
  background-image: url("img-medal-b.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 20px;
  width: 80px; }

table .tbl-medalsbra tr.tbl-type1 td.tbl-team span,
table .tbl-medalsbra tr.tbl-type2 td.tbl-team span {
  display: none; }

@media (min-width: 768px) {
  table .tbl-stand th::after {
    font-size: 1.4em; }
  table .tbl-stand td {
    font-size: 1em;
    padding: 12px 19px 12px 8px; }
  table .tbl-results td {
    font-size: 1em; } }

@media (min-width: 1024px) {
  table .tbl-caption {
    padding-left: 0; } }

/**
Main Child scss file
*/
/*
 * @param $property - css property name
 * @param $value - use map variables
 */
/**
 * Single sidebar mixin
 */
/**
 * Double sidebar mixin
 * @param $fluid - Boxy or Fluid container
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

.bcb-atts a .bcb-square-logo {
  border-radius: 15px; }
  @media not all and (min-width: 768px) {
    .bcb-atts a .bcb-square-logo {
      border-radius: 10px; } }

.bcb-atts .bcb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: blue;
  border-radius: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  min-height: 58px;
  padding: 0 22px;
  outline: solid 1px blue;
  border: none;
  transition: background-color 400ms, color 400ms; }
  @media not all and (min-width: 768px) {
    .bcb-atts .bcb-btn {
      min-height: 42px;
      border-radius: 10px; } }
  .bcb-atts .bcb-btn:hover {
    color: blue;
    background-color: transparent !important; }

.bcb-atts .conditions {
  position: relative;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
  color: #737373; }
  .bcb-atts .conditions a {
    color: blue; }

body.blog-name-Torcedores .bcb-atts .bcb-btn {
  display: grid;
  margin: 0 auto;
  width: 30%;
  background-color: #ad000e;
  outline: none;
  border: 1px solid #ad000e;
  min-height: 42px; }
  @media (max-width: 576px) {
    body.blog-name-Torcedores .bcb-atts .bcb-btn {
      width: 40%; } }
  body.blog-name-Torcedores .bcb-atts .bcb-btn:hover {
    background-color: #fff;
    color: #ad000e; }

body.blog-name-Torcedores {
  font-family: "Montserrat", sans-serif; }
  body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper {
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 7px 6px rgba(0, 0, 0, 0.06);
    background-color: transparent; }
    body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer {
      width: 100%; }
      body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer-bonus-code input.bcb-bonus-input {
        width: 100%;
        margin-right: 2%;
        border-radius: 15px;
        text-align: left;
        padding-left: 25px;
        border-color: gray;
        font-weight: 700;
        background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' x='0' y='0' width='106' height='106' viewBox='0 0 106 106'%3E%3Cdefs%3E%3Cpattern id='diagonalHatch' patternUnits='userSpaceOnUse' width='0.4' height='5' patternTransform='rotate(-45 2 2)'%3E%3Cpath d='M -1,0 l 6,0' stroke='%23646464' stroke-width='.6'/%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' width='106' height='106' stroke='%23000000' stroke-width='0' fill='url(%23diagonalHatch)'/%3E%3C/svg%3E"); }
      body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer-bonus-code a.bcb-btn:last-child {
        margin-left: 0; }
      body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer-bonus-code .bcb-btn-copy-code,
      body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer-bonus-code .bcb-btn {
        max-width: unset;
        padding: 0 22px !important;
        color: #fff;
        background-color: #ee193a;
        border: 1px solid #ee193a; }
        body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer-bonus-code .bcb-btn-copy-code:hover,
        body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer-bonus-code .bcb-btn:hover {
          background-color: #ad000e !important;
          color: #fff; }
        body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer-bonus-code .bcb-btn-copy-code span,
        body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer-bonus-code .bcb-btn span {
          display: block; }
        body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer-bonus-code .bcb-btn-copy-code::after,
        body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer-bonus-code .bcb-btn::after {
          display: none; }
      body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .operator-header-3-offer .bcb-sub-title {
        display: block;
        margin-top: 0; }
    body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .bcb-usp-list-item .bcb-usp-list-icon {
      border-radius: 0; }
    @media (max-width: 767.98px) {
      body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .conditions {
        margin-top: 35px; } }
    body.blog-name-Torcedores .bcb-atts .operator-header-3-wrapper .conditions .bcb-link {
      color: #ee193a; }

.operator-header-3-wrapper {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 0 0 7px 6px rgba(0, 0, 0, 0.06);
  background-color: initial; }
  .operator-header-3-wrapper.bcb-container {
    margin: 16px 0; }
    .operator-header-3-wrapper.bcb-container .operator-header-3-bookmaker {
      width: 100%; }
      .operator-header-3-wrapper.bcb-container .operator-header-3-bookmaker-rating-score {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        max-height: 56px; }
      .operator-header-3-wrapper.bcb-container .operator-header-3-bookmaker .operator-headline {
        font-size: 20px;
        line-height: 1.4em; }
        @media not all and (min-width: 768px) {
          .operator-header-3-wrapper.bcb-container .operator-header-3-bookmaker .operator-headline {
            font-size: 18px; } }
    .operator-header-3-wrapper.bcb-container .operator-header-3-offer {
      width: 100%; }
      .operator-header-3-wrapper.bcb-container .operator-header-3-offer .bcb-sub-title {
        display: none; }
      .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code {
        display: inline-flex;
        margin-top: 16px;
        flex-direction: column; }
        @media not all and (min-width: 768px) {
          .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code {
            display: inline-block;
            width: 100%;
            margin: 0; } }
        .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code-untargetable {
          display: none; }
        .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-bonus-input {
          flex-grow: 1;
          width: initial;
          min-height: 58px;
          margin-right: 20px;
          padding: 12px 26px;
          border-color: blue;
          border-radius: 15px;
          text-align: initial;
          font-family: "Roboto", sans-serif !important;
          font-size: 18px;
          font-weight: 500 !important; }
          @media not all and (min-width: 992px) {
            .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-bonus-input {
              min-height: 42px;
              padding: 12px 18px; } }
          @media not all and (min-width: 768px) {
            .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-bonus-input {
              display: inline-block;
              flex-grow: initial;
              width: 100%;
              border-radius: 10px; } }
        .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn {
          display: inline-flex;
          width: 100%;
          margin-top: 16px; }
          .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn span {
            display: inline-block;
            margin-left: 7px; }
          .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn.bcb-btn-copy-code {
            position: relative;
            max-width: 0;
            padding: 0 !important;
            outline: none;
            color: transparent;
            background-color: initial; }
            @media not all and (min-width: 768px) {
              .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn.bcb-btn-copy-code {
                max-height: 0;
                right: 0; } }
            .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn.bcb-btn-copy-code span {
              display: none; }
            .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn.bcb-btn-copy-code::after {
              content: "Copied!";
              position: absolute;
              bottom: 0;
              right: 34px;
              width: 120px;
              height: 78px;
              font-size: 12px;
              line-height: 1.2rem;
              text-align: right;
              white-space: nowrap;
              padding-right: 26px;
              color: black;
              background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMTUxLjAwMDAwMHB0IiBoZWlnaHQ9IjI3OS4wMDAwMDBwdCIgdmlld0JveD0iMCAwIDE1MS4wMDAwMDAgMjc5LjAwMDAwMCIKIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPgoKPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsMjc5LjAwMDAwMCkgc2NhbGUoMC4xMDAwMDAsLTAuMTAwMDAwKSIKZmlsbD0iIzAwMDAwMCIgc3Ryb2tlPSJub25lIj4KPHBhdGggZD0iTTQzMCAyNzQxIGMtMjUgLTE3IC00IC0yMyA5NSAtMjcgODggLTMgMjA4IC0yNSAyNDUgLTQ1IDggLTQgNDQgLTIxCjgwIC0zOCA5MSAtNDIgMTMwIC02OCAxOTcgLTEzMSAxMzUgLTEyOSAyMjkgLTI4NiAyODMgLTQ3MSAzMyAtMTE1IDM2IC0xNjUKMTggLTI1MyBsLTExIC01OCAtNDkgNCBjLTU3IDYgLTYwIC0zIC0yNSAtNzggMTMgLTI3IDMyIC02OCA0MiAtOTEgMTEgLTI0IDI0Ci00MyAyOSAtNDMgOSAwIDEyMiAxNTMgMTM0IDE4MSAxIDMgLTE2IDEwIC0zOSAxNSBsLTQxIDkgLTIgMTMwIGMtMiAxMTYgLTYKMTQwIC0zMyAyMjMgLTMzIDk5IC05NiAyMjkgLTE0MyAyOTYgLTEyMiAxNzYgLTMxOSAzMTQgLTUxNSAzNjIgLTc3IDE5IC0yNDUKMjggLTI2NSAxNXoiLz4KPHBhdGggZD0iTTU3MyAxMzgxIGMtMjMgLTExIC01MiAtMzUgLTY3IC01NyAtMjMgLTM1IC0yNiAtNDggLTI2IC0xMjkgMCAtMTAxCjcgLTExNSA1NSAtMTE1IDQ2IDAgNTUgMTUgNTUgOTcgMCAxMjEgLTI1IDExNCAzOTEgMTExIDMzNCAtMyAzNTEgLTQgMzY1IC0yMgoxMSAtMTYgMTQgLTgwIDE0IC0zNDYgMCAtMzg1IDggLTM2MCAtMTEyIC0zNjAgLTg2IDAgLTExMiAtMTYgLTEwNiAtNjYgNSAtNDMKMzkgLTU2IDEzMSAtNTAgMTAxIDcgMTQ4IDMyIDE3OSA5NSAyMiA0NCAyMyA1OCAyNiAzNTYgMiAyMDMgMCAzMjggLTggMzYxCi0xMyA2MSAtNTkgMTE3IC0xMDkgMTMzIC0yMiA3IC0xNTkgMTEgLTM5MCAxMSAtMzI3IDAgLTM1OSAtMiAtMzk4IC0xOXoiLz4KPHBhdGggZD0iTTE0NyA5NjYgYy0yMSAtOCAtNDcgLTIyIC01OSAtMzMgLTQ3IC00MiAtNDggLTUwIC00OCAtNDMzIDAgLTMyNSAyCi0zNjMgMTcgLTM4OCAyNSAtMzggMzQgLTQ3IDczIC02OCAzMiAtMTcgNjUgLTE5IDM4MCAtMjIgMzY4IC00IDM5OCAtMSA0NTgKNDQgNjIgNDggNjIgNDggNjIgNDMzIDAgMjIyIC00IDM2MCAtMTEgMzc4IC0xMyAzNyAtNjUgODEgLTEwOSA5MyAtNTcgMTYKLTcxNyAxMiAtNzYzIC00eiBtNzU5IC0xMjAgYzExIC0xNiAxNCAtODAgMTQgLTM0NSAwIC0yODggLTIgLTMyNiAtMTcgLTM0MwotMTUgLTE3IC00MCAtMTggLTM2NiAtMTggLTMxMiAwIC0zNTIgMiAtMzY5IDE3IC0xNyAxNSAtMTggMzkgLTE4IDM0OSBsMCAzMzMKMjMgMTYgYzE5IDE0IDY1IDE1IDM3MCAxMyAzMzIgLTMgMzQ5IC00IDM2MyAtMjJ6Ii8+CjwvZz4KPC9zdmc+Cg==);
              background-position: 89px 8px;
              background-repeat: no-repeat;
              background-size: 31px; }
              @media not all and (min-width: 768px) {
                .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn.bcb-btn-copy-code::after {
                  bottom: 47px;
                  right: 6px;
                  background-size: 27px; } }
            .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn.bcb-btn-copy-code:has(span)::after {
              content: "Copy code here"; }
    .operator-header-3-wrapper.bcb-container .bcb-usp-list-item {
      font-size: 16px;
      font-weight: 300; }
      .operator-header-3-wrapper.bcb-container .bcb-usp-list-item .bcb-usp-list-icon {
        border-radius: 0 !important;
        background-size: cover; }
  .operator-header-3-wrapper.blur-code.bcb-container .operator-header-3-offer-bonus-code .blur-layer {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 50%;
    height: 40px;
    backdrop-filter: blur(5px); }
    @media not all and (min-width: 768px) {
      .operator-header-3-wrapper.blur-code.bcb-container .operator-header-3-offer-bonus-code .blur-layer {
        top: 10px;
        width: 60%;
        height: 30px; } }
  .operator-header-3-wrapper.no-code.bcb-container .operator-header-3-offer-bonus-code .bcb-bonus-input {
    display: none; }
  .operator-header-3-wrapper.no-code.bcb-container .operator-header-3-offer-bonus-code .bcb-btn {
    width: 100%; }
    @media not all and (min-width: 768px) {
      .operator-header-3-wrapper.no-code.bcb-container .operator-header-3-offer-bonus-code .bcb-btn {
        margin-top: 0; } }
    .operator-header-3-wrapper.no-code.bcb-container .operator-header-3-offer-bonus-code .bcb-btn::after {
      display: none; }

body.blog-name-24chasa .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-bonus-input {
  border-color: #ee193a; }

body.blog-name-24chasa .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn:not(.bcb-btn-copy-code) {
  background-color: #ee193a;
  outline: solid 1px #ee193a; }
  body.blog-name-24chasa .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn:not(.bcb-btn-copy-code):hover {
    color: #ee193a; }

body.blog-name-24chasa .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn-copy-code::after {
  content: "Копирано!"; }

body.blog-name-24chasa .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn-copy-code:has(span)::after {
  content: "Копирай"; }

body.blog-name-24chasa .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .conditions a {
  color: #ee193a; }

body.blog-name-sokalabongo .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn.bcb-btn-copy-code::after {
  content: "Kunakiliwa!"; }

body.blog-name-sokalabongo .operator-header-3-wrapper.bcb-container .operator-header-3-offer-bonus-code .bcb-btn.bcb-btn-copy-code:has(span)::after {
  content: "Nakala Code Hapa"; }

body.blog-name-Torcedores {
  font-family: "Montserrat", sans-serif; }
  body.blog-name-Torcedores .bcb-sport-block-data .event-odds-1 {
    background-color: unset;
    border: 1px solid #dcddde;
    border-radius: 7px; }
    body.blog-name-Torcedores .bcb-sport-block-data .event-odds-1__heading__left {
      text-align: right;
      flex: unset;
      width: calc(50% + 20px); }
      @media (max-width: 767.98px) {
        body.blog-name-Torcedores .bcb-sport-block-data .event-odds-1__heading__left {
          width: calc(50% + 15px); } }
      body.blog-name-Torcedores .bcb-sport-block-data .event-odds-1__heading__left::after {
        content: "-";
        display: inline-block;
        margin: 0 10px; }
    body.blog-name-Torcedores .bcb-sport-block-data .event-odds-1__heading__right {
      text-align: left; }
    body.blog-name-Torcedores .bcb-sport-block-data .event-odds-1__bottom {
      justify-content: space-around; }
      body.blog-name-Torcedores .bcb-sport-block-data .event-odds-1__bottom__offer {
        height: 30px;
        font-size: 16px;
        justify-content: center; }
        body.blog-name-Torcedores .bcb-sport-block-data .event-odds-1__bottom__offer .event-odds-1__bottom_operator_img img {
          height: 30px;
          width: 30px;
          margin-right: 0;
          border-radius: 0;
          border-radius: 10px 0 0 10px; }
        body.blog-name-Torcedores .bcb-sport-block-data .event-odds-1__bottom__offer .event-odds-1__bottom_operator_odd {
          width: 74px;
          line-height: 0;
          font-size: 16px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex: unset;
          background-color: #ad000e;
          border-color: #ad000e;
          border-radius: 10px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }

body.blog-name-Torcedores .event-odds-4 {
  background-color: #fff;
  border: 1px solid #dcddde;
  border-radius: 7px; }
  body.blog-name-Torcedores .event-odds-4__table_info {
    display: flex;
    align-items: center; }
  body.blog-name-Torcedores .event-odds-4__table_odds .event-odds-4__odds-link .bcb-btn {
    color: #fff;
    background-color: #268032;
    height: 30px;
    font-size: 16px;
    border-color: #268032;
    border-radius: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  body.blog-name-Torcedores .event-odds-4 .cta-container {
    display: none; }

body.blog-name-Torcedores {
  font-family: "Montserrat", sans-serif; }
  body.blog-name-Torcedores .bcb-sport-block-data .event-list-1 {
    background-color: transparent; }
    body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event {
      border: 1px solid rgba(128, 128, 128, 0.308);
      border-radius: 7px; }
      body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event {
        margin-bottom: 20px; }
      body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-info {
        flex-grow: 1; }
        @media (max-width: 991.98px) {
          body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-info {
            margin-bottom: 10px; } }
        body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-info .event-list-1__event-time {
          flex-direction: row-reverse; }
          body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-info .event-list-1__event-time span:first-child {
            font-weight: 400;
            margin: 0; }
            body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-info .event-list-1__event-time span:first-child::before {
              content: "-";
              display: inline-block;
              margin: 0 5px; }
        body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-info .event-list-1__event-teams {
          flex-grow: 1;
          display: flex;
          justify-content: center; }
          @media (max-width: 992px) {
            body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-info .event-list-1__event-teams {
              justify-content: flex-start; } }
          body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-info .event-list-1__event-teams .bcb-sub-title {
            font-weight: 700; }
            body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-info .event-list-1__event-teams .bcb-sub-title:first-child::after {
              content: "x";
              display: inline;
              margin: 0 5px; }
      body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-odds {
        width: unset; }
        body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-odds .event-list-1__bookmaker:not(:first-child) {
          margin-left: 30px; }
        body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-odds .event-list-1__bookmaker-image {
          margin-right: -5px; }
          body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-odds .event-list-1__bookmaker-image img {
            width: 30px;
            height: 30px;
            border-radius: 0;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px; }
        body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-odds .event-list-1__bookmaker .event-list-1__odd {
          background-color: #268032;
          padding: 0;
          line-height: 30px;
          font-size: 16px;
          font-weight: 700;
          border: 0;
          border-radius: 0 10px 10px 0; }
  @media (min-width: 1100px) {
    body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-odds .event-list-1__bookmaker .event-list-1__odd {
      font-size: 11px; }
    body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-odds .event-list-1__bookmaker:not(:first-child) {
      margin-left: 0; }
    body.blog-name-Torcedores .event-list-1__bookmaker span:last-child {
      min-width: 35px; }
    body.blog-name-Torcedores .bcb-sport-block-data .event-list-1__event-info,
    body.blog-name-Torcedores .bcb-sub-title {
      font-size: 12px; } }

body.blog-name-Torcedores {
  font-family: "Montserrat", sans-serif; }
  body.blog-name-Torcedores .bcb-atts {
    padding: 10px; }
    body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4 {
      background-color: transparent;
      border-radius: 10px;
      box-shadow: 0 0 7px 6px rgba(0, 0, 0, 0.06); }
      body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__top {
        flex-direction: column; }
        body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__top__bookmaker {
          width: 100%; }
          body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__top__bookmaker a {
            position: relative; }
            body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__top__bookmaker a .bcb__stars {
              position: absolute; }
        body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__top .bcb-operator-title {
          font-size: 14px; }
        body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__top .bcb-square-logo {
          height: 40px;
          width: auto;
          border-radius: 10px; }
        body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__top--cta {
          width: 100%; }
          body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__top--cta .bcb-btn {
            background-color: #ee193a;
            border-color: #ee193a;
            margin-top: 35px;
            width: 100%;
            min-height: 42px; }
            body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__top--cta .bcb-btn:hover {
              background-color: #fff;
              color: #ee193a; }
      body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__bottom {
        margin-top: 20px; }
        @media (min-width: 992px) {
          body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .operator-info-4__bottom {
            margin-top: 40px; } }
    body.blog-name-Torcedores .bcb-atts .operator-info-4-wrapper .bcb-link {
      color: #ee193a; }

/*# sourceMappingURL=torcedores.min.css.map */