<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.top-carousel::-webkit-scrollbar {
    opacity: 0;
}

body.top-carousel {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
	overflow: hidden;
}

.m-carousel-container._mcc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;

}

._mcc .m-carousel-title{
width: 67px;
    background-color: #e2e2e2;
    padding: 4px 6px;
    font-size: 9px;
    text-align: center;
    transform: rotate(-90deg);
}

._mcc .m-carousel-group {position: relative; width: 90%; padding: 0 15px}

._mcc .m-carousel {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
/*  max-width: 1200px;*/
/*  margin-bottom: 20px;*/
}

._mcc .m-cards {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

._mcc .m-card {
  flex: 0 0 240px;
  width: 240px;
  height: 100px;
  margin: 5px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

._mcc button {
  font-size: 20px;
  cursor: pointer;
  border: none;
  margin: 5px;
  filter: opacity(40%);
}
._mcc button:hover {
  filter: opacity(100%);
}


._mcc .prev-btn {
  position: absolute;
  left: -25px;
  transform: translateY(-50%);
  top: 50%;
  background-color: #fff;
  z-index: 1;
}

._mcc .next-btn {
  position: absolute;
  right: -25px;
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
  background-color: #fff;
  z-index: 1;
}

._mcc .team{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
._mcc .title{
  display: flex;
  width: 100%;
  font-size: 8px;
  color: #a8a8a8;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1px;
}
._mcc .title a {
	margin-left: 3px;
}
._mcc .img-team-container {
  display: flex;
  flex-wrap: wrap;
  width: 42px;
  height: 64px;
  padding-right: 3px;
}
._mcc .img-player{
  width: 42px;
  overflow: hidden;
  height: 32px;
}

._mcc .img-player img{
  height: 32px;
  object-fit: contain;
  position: relative;
}

._mcc .img-player img:nth-child(1){
  left: -9px;
}
._mcc .img-player img:nth-child(2){
  top: -43px;
  left: 11px;
}


/*  ------- */
._mcc .img-team{
  width: 42px;
  overflow: hidden;
  height: 32px;
}

._mcc .img-team img{
  height: 32px;
  object-fit: contain;
  position: relative;
  max-width: 100%;
}


/*  ------- */

._mcc .green-div{
  display: block;
  width: 3px;
  background-color: #006729;
  z-index: 10;
}

._mcc .team-info-container{
    display: flex;
}
._mcc .match-info{text-align: left;}
._mcc .group-team-info{
  height: 64px;
  display: flex;
  align-items: space-between;
  flex-wrap: wrap;
}
._mcc .team-info{
  display: flex;
  align-items: center;
  text-align: left;
	min-height: 15px;
  width: 100%;
  text-transform: uppercase;
  font-family: "Bitter", serif;
  font-weight: bold;
}
._mcc .score{
  font-size: 16px;
  color: #113676;
  font-weight: bold;
  padding-right: 4px;
}
._mcc .name{
  font-size: 16px;
  font-weight: bold;
  color: #3b75d9;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 38px;
}
._mcc .scorebord{
  font-size: 8px;
  letter-spacing: 0.06rem;
	min-height: 9px;
}


@media(max-width: 500px) {
  ._mcc .next-btn, ._mcc .prev-btn{ display:none; }
  .m-cards{overflow-x: scroll; transform: none!important}
}

.m-card .canaltransmissao {
	display: block;
}

.m-card .canaltransmissao[src*="-voleibrasil_site"] {
    max-width: 108px !important;
}

.m-card .home-space.team-info {
  position: relative;
}

.m-card .team.cinza * {
  color: #a1a1a1 !important;
}

.m-card .team.aovivo .home-space.team-info::after,
.m-card .team.embreve .home-space.team-info::after {
  content: 'Em Breve';
  width: 50px;
  transform: rotate(-90deg);
  color: #07b544;
  font-size: 8px;
  text-align: center;
  line-height: 9px;
  font-family: 'Open Sans';
  font-weight: bold;
  text-transform: capitalize;
  margin-left: -10px;
  border-top: 2px solid #07b544;
  margin-bottom: -28px;
}

.m-card .team.aovivo .home-space.team-info::after {
  content: 'Ao Vivo';
  color: #c90404;
  border-color: #c90404;
  margin-left: 0;
}</pre></body></html>