.elementor-element.col-1 {
    width: 15%;
}
.elementor-element.col-2 {
    width: 85%;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-element.col-1 {
        width: 50%;
    }
    .elementor-element.col-2 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .elementor-element.col-1 {
        width: 30%;
    }
    .elementor-element.col-2 {
        width: 70%;
    }
}
body {
    font-family: 'Roboto', sans-serif;
}
.container {
    max-width: 1500px;
}
.nomes {
    font-size: 12px;
    font-family: 'Alumnin Sans', sans-serif;
    font-weight: 700;
    position: relative;
}
.match-item .nomes span {
    opacity: 1;
    transition: .3s ease;
}

.match-item .nomes span.completo {
    opacity: 0;
    transition: .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.match-item .col-6:hover .nomes span {
    opacity: 0;
}
.match-item .col-6:hover .nomes span.completo {
    opacity: 1;
}
.horario {
    font-size: 9px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.round {
    font-family: 'Alumnin Sans', sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 10px;
}
.carousel-indicators {
    bottom: -20px;
}
.carousel-indicators button {
    background-color: #cbcbcb !important;
    height: 5px !important;
}
.carousel-indicators button.active {
    background-color: #113676 !important;
}
.titulo-section {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    /* padding-left: 25px;
    border-left: 5px solid #44833a; */
    position: relative;
    max-height: 13px;
}
.titulo-section::before {
    /* content: ''; */
    background-color: #113676; 
    width: 5px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
}
.pontos, .number span.pts, .equipe-legend {
    font-size: 10px;
    font-weight: 700;
    font-family: 'Alumnin Sans', sans-serif;
    color: #9c9c9c;
}
@media (min-width: 1024px) {
    .titulo-section {
        margin-left: 10px;
    }
    .pontos, .number span.pts, .equipe-legend {
        font-size: 12px;
    }
}
.pontos.black, .equipe-legend {
    color: black;
}
.pontos span, .equipe-legend {
    text-align: center;
    flex: 1;
}
.equipe-legend {
    margin-right: auto;
    max-width: 60%;
    text-align: left;
}
#leaderboard .pontos > div {
    height: 100%;
}
#leaderboard .pontos span {
    font-size: 14px;
    color: #333;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#leaderboard .number {
    padding: 10px 0;
}
@media (max-width: 1024px) {
    .canaltransmissao {
        /* transform: translateY(-60px); */
    }
}
#leaderboard hr {
    color: #555 !important;
    border-width: 2px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* #leaderboard .pontos span:nth-child(even) {
    background-color: white;
} */
#leaderboard .pontos div:first-child span:nth-child(odd) {
    /* background-color: white; */
}
#leaderboard .pontos div:first-child span:nth-child(even) {
    /* background-color: transparent !important; */
}
.number {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Alumnin Sans', sans-serif;
    color: #737373;
}

.number img {
    max-height: 80px;
    max-width: 56px;
}

@media(min-width: 1024px){
.number img {
    max-height: 50px;
    max-width: 42px;
}
}

@media(max-width: 520px){
    .offset-4{
        margin-left: 0;
    }
    .offset-1{
        width: 33%;
    }
}
.placar {
    font-weight: 900;
    font-family: 'Alumnin Sans', sans-serif;
    font-size: 30px;
}
.setss {
    font-weight: 400;
    font-family: 'Alumnin Sans', sans-serif;
    font-size: 10px;
    color: #636363;
    position: relative;
}
.setss:has(span) {
    min-height: 40px !important;
}
.sets {
    position: absolute;
    white-space: nowrap;
    right: 50%;
    transform: translateX(50%);
    bottom: 15px;
}
.form-select {
    padding: 0 6px !important;
    border-width: 2px;
    border-color: #cecece;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
}

#leaderboard {
    position: relative;
}

#leaderboard::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
}

.col-infos {
    display: flex;
    justify-content: center;
    }
    .infos {
        font-size: 10px;
        font-style: italic;
        text-decoration: underline !important;
        color: black !important;
        margin-left: 5px;
    }
    .mvp.undefined {
    display: none !important;
}

@media (min-width: 768px) {
    .form-a {
        margin-top: -24px; margin-bottom: 20px;
    }
    .form-b {
        margin-top: 14px;
    }
}

.pagination li button {
    font-size: 13px;
    color: black;
}

.pagination li.active button {
    background-color: var(--e-global-color-text);
    border-color: var(--e-global-color-text);
    color: white;
}

#selectDivision option {
    display: none;
}

#selectDivision.masculino option[data-gender="male"] {
    display: block;
}

#selectDivision.feminino option[data-gender="female"] {
    display: block;
}

#selectDivision.todos option {
    display: block;
}