.card-time,
.card-sem-campeonatos {
    box-shadow: 0 0 5px #55555525;
    border: unset;
    margin-bottom: 1.5rem;
}

.card-sem-campeonatos {
    box-shadow: 0 0 3px #777,
        0 0 5px #ffebee;
    text-shadow: 0 0 2px #FFF9C4;
    margin: 1rem auto;
    max-width: 900px;
}

.card-sem-campeonatos .card-title {
    font-weight: 900;
    font-size: 1.5rem;
    color: #777;
    margin-bottom: 0;
}

.card-time .card-body,
.card-sem-campeonatos .card-body {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.time-row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.time-div {
    padding: 5px;
}

@media(min-width: 1400px) {
    .time-div {
        width: 11.11111%;
    }
}
.time-div-content {
    height: 100px;
    padding: 5px;
    border: 2px solid color-mix(in sRGB, #262b43 12%, #fff);
    border-radius: .625rem;
    transition: ease-in-out .2s;
}
@media (min-width: 992px) {
    .time-div-content {
        height: 150px;
    }
}
.time-div-content:hover {
    transform: translateY(-5px) scale(1.03);
}