@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --dark-blue: #001343;
    --celest: #2dfff2;
    --gainsboro: #d9ff4b;
    --primary-accent-purple: #320072;
    --blue-70: #320072cc;
    --dark-purple: #250350;
}

body {
    margin: 0;
    padding: 0;
    background: transparent;
    font-family: "Poppins", serif;
    color: var(--primary-accent-purple);
}

#live-score {
    max-width: 660px;
    width: 100%;
    text-transform: uppercase;
    display: flex;
}
#live-score img {
    max-height: 66px;
}
#live-score > .left {
    background-image: linear-gradient(130deg, var(--gainsboro), var(--celest));
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
}
#live-score > .left span {
    font-weight: 700;
    transform: rotate(-90deg);
    display: block;
    flex: none;
}
#live-score > .right {
    background: var(--blue-70);
    padding: 10px;
    flex-grow: 1;
}
#live-score > .right .box {
    border: 1px solid var(--celest);
    padding: 20px;
}

#live-score .header {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
#live-score .header--left {
    color: #ffffff;
}
#live-score .header--left span {
    display: block;
    font-family: "Anybody", serif;
    font-style: italic;
}
#live-score .header--left #hora {
    font-weight: 700;
    font-size: 30px;
}
#live-score .header--left #fecha {
    font-size: 20px;
}
#live-score .header--right {
    display: flex;
    gap: 20px;
    align-items: center;
    background: white;
    border-radius: 100px;
    padding: 8px 14px 8px 20px;
}
#live-score .header--right #arena {
    display: block;
    font-size: 12px;
    line-height: 12px;
}
#live-score .header--right #state {
    display: block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}

#live-score .main {
    padding: 20px 20px 10px;
    background: var(--dark-purple);
}
#live-score .main--row-top {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 10px; 
    margin-bottom: 10px;
}
#live-score .main--row-top span {
    font-size: 14px;
}
#live-score .main--row-top .main--row-top_right {
    display: flex;
    align-items: center;
}
#live-score .main--row-top .main--row-top_right span {
    width: 50px;
    text-align: center;
}
#live-score .main--row-top .main--row-top_right span:last-child {
    font-weight: 600;
    color: var(--gainsboro);
}

#live-score .main--row {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
#live-score .main--row span {
    display: block;
}
#live-score .main--row-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#live-score .main--row-left > span {
    display: flex;
    align-items: center;
}
#live-score .main--row-left > span img {
    object-fit: contain;
    height: 60px;
    width: 100px;
}
#live-score .main--row-left .players {
    flex-grow: 1;
}
#live-score .main--row-left .players span {
    line-height: 18px;
    font-weight: 700;
}
#live-score .main--row-right {
    display: flex;
    align-items: center;
}
#live-score .main--row-right span {
    width: 50px;
    text-align: center;
    font-family: "Anybody", serif;
    font-style: italic;
    font-size: 30px;
    line-height: 30px;
}
#live-score .main--row-right span:last-child {
    font-weight: 600;
    color: var(--gainsboro);
}

.red--point {
    background-color: red;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    animation: live 2s infinite;
}

@keyframes live {
    0% { 
        opacity: 0.3; 
    }
    50% { 
        opacity: 1; 
    }
    100% { 
        opacity: 0.3; 
    }
}

@media (max-width: 600px) {

    #live-score .main--row-left > span {
        display: none;
    }
    #live-score .main--row-right span {
        font-size: 20px;
        line-height: 20px;
    }
    #live-score > .left {
        display: none;
    }
    #live-score > .right .box {
        padding: 0px;
        border: none;
    }
    #live-score .main--row-left .players span {
        font-size: 14px;
    }

}

.match-statistics {
    width: 100%;
    padding: 200px 0 100px;
    text-transform: uppercase;
    display: none;
    align-items: center;
    justify-content: center;
    background: url('../img/statistics.jpg') no-repeat center center;
    background-size: cover;
}
.match-statistics .box {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.match-statistics .side img {
    height: 100px;
    width: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}
.match-statistics .side center span {
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    line-height: 20px;
    display: block;
}

.match-statistics .mid {
    text-align: center;
}
.match-statistics h1 {
    font-family: "Anybody", serif;
    font-style: italic;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 40px;
    color: white;
    display: block;
}
.match-statistics .match--time {
    border-left: 1px solid var(--celest);
    border-right: 1px solid var(--celest);
    color: var(--celest);
    padding: 10px 20px;
    margin: 0 auto 40px;
    display: inline-block;
    text-align: center;
}

.match-statistics .match--row {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--primary-accent-purple);
    border-radius: 100px;
    margin-bottom: 10px;
    gap: 40px;
}
.match-statistics .match--row .point {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 100px;
    width: 84px;
    height: 34px;
    font-family: "Anybody", serif;
    font-style: italic;
    font-size: 20px;
}
.match-statistics .match--row .point--win {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gainsboro);
    font-weight: bold;
    border-radius: 100px;
    width: 84px;
    height: 34px;
    font-family: "Anybody", serif;
    font-style: italic;
    font-size: 20px;
}
.match-statistics .match--row p {
    margin: 0px;
    color: white;
    font-size: 18px;
}

#score {
    padding: 20px;
    background: var(--dark-purple);
    margin-top: 30px;
}
#score .main--row-top {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 10px; 
    margin-bottom: 10px;
}
#score .main--row-top span {
    font-size: 14px;
}
#score .main--row-top .main--row-top_right {
    display: flex;
    align-items: center;
}
#score .main--row-top .main--row-top_right span {
    width: 50px;
    text-align: center;
}
#score .main--row {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#score .main--row:last-child {
    margin-bottom: 0px;
}
#score .main--row span {
    display: block;
}
#score .main--row-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#score .main--row-left > span {
    display: flex;
    align-items: center;
}
#score .main--row-left > span img {
    object-fit: contain;
    height: 60px;
    width: 100px;
}
#score .main--row-left .players {
    flex-grow: 1;
    text-align: left;
}
#score .main--row-left .players span {
    line-height: 18px;
    font-weight: 700;
}
#score .main--row-right {
    display: flex;
    align-items: center;
}
#score .main--row-right span {
    width: 50px;
    text-align: center;
    font-family: "Anybody", serif;
    font-style: italic;
    font-size: 30px;
    line-height: 30px;
}

@media (max-width: 1024px) {

    .match-statistics  .box {
        flex-direction: column;
    }
    .match-statistics .match--row {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--primary-accent-purple);
        border-radius: 100px;
        margin-bottom: 10px;
        gap: 20px;
    }

}

.matchs--mini {
    background-color: var(--blue-70);
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 20px 80px;
    position: relative;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
}
.matchs--mini .matchs--contenido {
    scroll-behavior: smooth;
    gap: 10px;
    display: flex;
    overflow: auto;
    align-items: center;
}
.matchs--mini .matchs--contenido::-webkit-scrollbar {
    display: none;
}
.matchs--mini .btn-izquierda {
    background-color: var(--gainsboro);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    display: flex;
    position: absolute;
    inset: 50% auto 0% 20px;
    transform: rotate(180deg);
}
.matchs--mini .btn-derecha {
    background-color: var(--gainsboro);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    display: flex;
    position: absolute;
    inset: 50% 20px 0% auto;
}
.matchs--mini .btn-izquierda,
.matchs--mini .btn-derecha {
    cursor: pointer;
}

.matchs--mini .matchs--head {
    color: white;
    text-transform: uppercase;
    font-family: "Anybody", serif;
    font-style: italic;
    min-width: 160px;
}
.matchs--mini .matchs--head strong {
    font-weight: bold;
    display: block;
    font-size: 24px;
}

#matchs--mini-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.matchs--mini .matchs--mini-match {
    gap: 6px;
    background-color: var(--blue-70);
    flex-flow: column;
    padding: 10px;
    display: inline-flex;
    width: 260px;
}
.matchs--mini .match--mini-time {
    color: white;
    text-align: center;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 12px;
}
.matchs--mini .match--mini-time.time-red {
    color: red;
}
.matchs--mini .match--mini-time.time-yellow {
    color: var(--gainsboro);
}
.matchs--mini .matchs--mini-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.matchs--mini .matchs--mini-row:last-child {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 6px;
}
.matchs--mini .matchs--mini-row img {
    object-fit: contain;
    height: 30px;
    width: 50px;
}
.matchs--mini .matchs--mini-row .matchs--mini-names {
    font-size: 11px;
    line-height: 14px;
    color: white;
    text-transform: uppercase;
}
.matchs--mini .matchs--scores {
    margin-left: auto;
}
.matchs--mini .matchs--mini-row .matchs--mini-names span{
    display: block;
}
.matchs--mini .matchs--mini-result {
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    display: inline-flex;
    margin-left: auto;
}
.matchs--mini .matchs--mini-result.result-yellow {
    color: var(--gainsboro);
}

#rank {
    color: #ffffff;
    max-width: 500px;
   	display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid white;
    padding: 30px;
}
#rank.rank-finals {
    background-image: linear-gradient(130deg, var(--gainsboro), var(--celest)) !important;
    border: none;
}
#rank h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Anybody", sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 32px;
    display: block;
}
#rank.rank-finals h2 {
    color: var(--primary-accent-purple);
}
#rank.rank-finals .rank--head {

    color: var(--primary-accent-purple);
}
#rank .rank--head {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 10px;
    padding: 20px 20px 0px;
    display: flex;
    font-size: 14px;
    color: white;
}
#rank .rank--head-left {
    display: flex;
    align-items: center;
}
#rank .rank--head-right span {
    width: 20px;
    display: inline-block;
    text-align: center;
}
#rank #rank--content {
    padding: 10px 20px;
    position: relative;
}
#rank #rank--content::after {
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
#rank .rank--row {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    border-bottom: 1px dashed rgba(255,255,255,.3);
}
#rank .rank--row:last-child {
    border-bottom: none;
}
#rank .rank--row #position {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
    width: 20px;
}
#rank .rank--row #team {
    display: flex;
    align-items: center;
    width: 190px;
    height: 55px;
}
#rank .rank--row #team img {
    height: 100%;
}
#rank .rank--row #points {
    color: var(--gainsboro);
    font-weight: bold;
}
#rank .rank--space {
    width: 50px;
}
#rank .rank--space-arrows {
    width: 40px;
}
#rank .rank--row-right {
    margin-left: auto;
}
#rank .rank--row-right span {
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}
#rank .rank-position-up {
    width: 20px;
    height: 20px;
    background: url('https://cdn.prod.website-files.com/663ba39d6d1c8d15eca6ea85/6797914d33350a073cf68ffc_up.png') no-repeat center;
    background-size: cover;
    display: inline-block;
}
#rank .rank-position-down {
    width: 20px;
    height: 20px;
    background: url('https://cdn.prod.website-files.com/663ba39d6d1c8d15eca6ea85/6797914d7bd9b408637f83e0_down.png') no-repeat center;
    background-size: cover;
    display: inline-block;
}
#rank .rank-position-equal {
    width: 20px;
    height: 20px;
    background: url('https://cdn.prod.website-files.com/663ba39d6d1c8d15eca6ea85/6797914d45214ae260970374_equals.png') no-repeat center;
    background-size: cover;
    display: inline-block;
}


#rank-finals-1-2 {
    color: #ffffff;
    max-width: 500px;
   	display: block;
    width: 100%;
    margin: 0 auto 40px;
    border: 1px solid white;
    padding: 30px;
}
#rank-finals-1-2.rank-finals {
    background-image: linear-gradient(130deg, var(--gainsboro), var(--celest)) !important;
    border: none;
}
#rank-finals-1-2 h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Anybody", sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 32px;
    display: block;
}
#rank-finals-1-2.rank-finals h2 {
    color: var(--primary-accent-purple);
}
#rank-finals-1-2.rank-finals .rank--head {

    color: var(--primary-accent-purple);
}
#rank-finals-1-2 .rank--head {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 10px;
    padding: 20px 20px 0px;
    display: flex;
    font-size: 14px;
    color: white;
}
#rank-finals-1-2 .rank--head-left {
    display: flex;
    align-items: center;
}
#rank-finals-1-2 .rank--head-right span {
    width: 20px;
    display: inline-block;
    text-align: center;
}
#rank-finals-1-2 #rank-content-1-2 {
    padding: 10px 20px;
    position: relative;
}
#rank-finals-1-2 #rank-content-1-2::after {
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
#rank-finals-1-2 .rank--row {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    border-bottom: 1px dashed rgba(255,255,255,.3);
}
#rank-finals-1-2 .rank--row:last-child {
    border-bottom: none;
}
#rank-finals-1-2 .rank--row #position {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
    width: 20px;
}
#rank-finals-1-2 .rank--row #team {
    display: flex;
    align-items: center;
    width: 190px;
    height: 55px;
}
#rank-finals-1-2 .rank--row #team img {
    height: 100%;
}
#rank-finals-1-2 .rank--row #points {
    color: var(--gainsboro);
    font-weight: bold;
}
#rank-finals-1-2 .rank--space {
    width: 50px;
}
#rank-finals-1-2 .rank--space-arrows {
    width: 40px;
}
#rank-finals-1-2 .rank--row-right {
    margin-left: auto;
}
#rank-finals-1-2 .rank--row-right span {
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}
#rank-finals-1-2 .rank-position-up {
    width: 20px;
    height: 20px;
    background: url('https://cdn.prod.website-files.com/663ba39d6d1c8d15eca6ea85/6797914d33350a073cf68ffc_up.png') no-repeat center;
    background-size: cover;
    display: inline-block;
}
#rank-finals-1-2 .rank-position-down {
    width: 20px;
    height: 20px;
    background: url('https://cdn.prod.website-files.com/663ba39d6d1c8d15eca6ea85/6797914d7bd9b408637f83e0_down.png') no-repeat center;
    background-size: cover;
    display: inline-block;
}
#rank-finals-1-2 .rank-position-equal {
    width: 20px;
    height: 20px;
    background: url('https://cdn.prod.website-files.com/663ba39d6d1c8d15eca6ea85/6797914d45214ae260970374_equals.png') no-repeat center;
    background-size: cover;
    display: inline-block;
}


#rank-finals-3-4 {
    color: #ffffff;
    max-width: 500px;
   	display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid white;
    padding: 30px;
}
#rank-finals-3-4.rank-finals {
    background-image: linear-gradient(130deg, var(--gainsboro), var(--celest)) !important;
    border: none;
}
#rank-finals-3-4 h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Anybody", sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 32px;
    display: block;
}
#rank-finals-3-4.rank-finals h2 {
    color: var(--primary-accent-purple);
}
#rank-finals-3-4.rank-finals .rank--head {

    color: var(--primary-accent-purple);
}
#rank-finals-3-4 .rank--head {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 10px;
    padding: 20px 20px 0px;
    display: flex;
    font-size: 14px;
    color: white;
}
#rank-finals-3-4 .rank--head-left {
    display: flex;
    align-items: center;
}
#rank-finals-3-4 .rank--head-right span {
    width: 20px;
    display: inline-block;
    text-align: center;
}
#rank-finals-3-4 #rank-content-3-4 {
    padding: 10px 20px;
    position: relative;
}
#rank-finals-3-4 #rank-content-3-4::after {
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
#rank-finals-3-4 .rank--row {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    border-bottom: 1px dashed rgba(255,255,255,.3);
}
#rank-finals-3-4 .rank--row:last-child {
    border-bottom: none;
}
#rank-finals-3-4 .rank--row #position {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
    width: 20px;
}
#rank-finals-3-4 .rank--row #team {
    display: flex;
    align-items: center;
    width: 190px;
    height: 55px;
}
#rank-finals-3-4 .rank--row #team img {
    height: 100%;
}
#rank-finals-3-4 .rank--row #points {
    color: var(--gainsboro);
    font-weight: bold;
}
#rank-finals-3-4 .rank--space {
    width: 50px;
}
#rank-finals-3-4 .rank--space-arrows {
    width: 40px;
}
#rank-finals-3-4 .rank--row-right {
    margin-left: auto;
}
#rank-finals-3-4 .rank--row-right span {
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}
#rank-finals-3-4 .rank-position-up {
    width: 20px;
    height: 20px;
    background: url('https://cdn.prod.website-files.com/663ba39d6d1c8d15eca6ea85/6797914d33350a073cf68ffc_up.png') no-repeat center;
    background-size: cover;
    display: inline-block;
}
#rank-finals-3-4 .rank-position-down {
    width: 20px;
    height: 20px;
    background: url('https://cdn.prod.website-files.com/663ba39d6d1c8d15eca6ea85/6797914d7bd9b408637f83e0_down.png') no-repeat center;
    background-size: cover;
    display: inline-block;
}
#rank-finals-3-4 .rank-position-equal {
    width: 20px;
    height: 20px;
    background: url('https://cdn.prod.website-files.com/663ba39d6d1c8d15eca6ea85/6797914d45214ae260970374_equals.png') no-repeat center;
    background-size: cover;
    display: inline-block;
}


@media (max-width: 768px) {
    
    #rank,
    #rank-finals-1-2 .rank--row #team,
    #rank-finals-1-2,
    #rank .rank--row #team,
    #rank-finals-3-4,
    #rank-finals-3-4 .rank--row #team {
        width: inherit;
    }

    #rank,
    #rank-finals-1-2,
    #rank-finals-3-4 {
        padding: 20px 0 0;
    }

    #rank #rank--content,
    #rank-finals-1-2 #rank--content,
    #rank-finals-3-4 #rank--content {
        padding: 10px 20px;
    }

    .matchs--mini {
        padding: 20px;
    }

}