

    .content > .content-body {
        padding: 26px 38px;
        display: flex;
        align-items: center;
        width: 100%;
    }

.content > .content-body > #contacto{
            width: 100%;
        }

.content > .content-body > .logo {
            background-color: var(--main-bg-color);
            margin-right: 12px;
            width: 134px;
            height: 134px;
            display: flex;
            align-items: center;
            justify-items: center;
            justify-content: center;
            border-radius: 16px;

        }

.content > .content-body > .logo > div {
                height: 82px;
                width: 82px;
                border-radius: 100px;
                background-color: white;
                display: flex;
                align-items: center;
                justify-items: center;
                justify-content: center;
            }

.content > .content-body > .logo > div > img {
                    width: 50px;
                    height: 50px;
                    display: block;
                    border-radius: 16px;
                }

.content > .content-body > .nombre {
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: flex-start;
        }

.content > .content-body > .nombre > h3 {
                margin: 0;
            }

.content > .content-body > .datos-equipo.active {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(2, 1fr);
            grid-column-gap: 18px;
            grid-row-gap: 18px;

        }

.content > .content-body > .datos-equipo.active > .cajadatos {
                display: flex;
                padding: 18px 18px;
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
                border-radius: 11px;
                background: #FFF;
                height: 100%;

            }

.content > .content-body > .datos-equipo.active > .telefono {
                grid-area: 1 / 1 / 2 / 2;
            }

.content > .content-body > .datos-equipo.active > .web {
                grid-area: 2 / 1 / 3 / 2;
            }

.content > .content-body > .datos-equipo.active > .email {
                grid-area: 1 / 2 / 2 / 3;
            }

.content > .content-body > .datos-equipo.active > .responsable {
                grid-area: 2 / 2 / 3 / 3;
            }

.content > .content-body > .datos-equipo.active > .pabellon {
                grid-area: 1 / 3 / 3 / 4;
            }

.content > .content-body > .datos-equipo.active > .pertenece {
                background: linear-gradient(157deg, var(--componet-primary-color) 25%, var(--componet-secondary-color) 61%);
                grid-area: 1 / 4 / 3 / 5;
            }

.content > .content-body > .datos-equipo.active > .pertenece > .tittle {
                    color: white;
                    font-family: 'Syne';
                    font-weight: bold;
                }

.content > .content-body > .datos-equipo.active > .pertenece > div {
                    color: white;
                }

.content > .content-body > .datos-equipo.active > .pertenece > .pertenece-content {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    flex-direction: column;
                    justify-content: space-between;
                }

.content > .content-body > .datos-equipo.active > .pertenece > .pertenece-content > .pertenece-button {
                        text-align: right;
                    }

.content > .content-body > .datos-equipo.active > .pertenece > .pertenece-content > .pertenece-button > a {
                            padding: 8px 16px;
                            justify-content: center;
                            align-items: center;
                            gap: 8px;
                            border-radius: 50px;
                            background: #FFF;
                        }

.content > .menu > ul {
            display: flex;
            margin-top: 32px;
            border: none;
        }

.content > .menu > ul > li {
                margin-right: 53px;
                height: 40px;
                display: flex;
            }

.content > .menu > ul > li > a {
                    color: #666666;
                    font-weight: 600;
                    padding-bottom: 12px;
                    border: none;
                }

.content > .menu > ul .active > a {
                    color: black;
                    font-weight: 600;
                    border: none;
                    border-bottom: 4px solid var(--componet-primary-color);
                }

.content #clasificacion {
        width: 100%;
    }

.content #clasificacion > .tittle {
            display: flex;

            padding: 12px 12px 12px 22px;
            align-items: center;
            border-radius: 15.549px;
            background: rgba(255, 255, 255, 0.60);
            -webkit-backdrop-filter: blur(1.2957518100738525px);
                    backdrop-filter: blur(1.2957518100738525px);
        }

.content #clasificacion > .tittle > h3 {
                color: #050505;
                font-family: "Syne";
                font-size: 17px;
                font-style: normal;
                font-weight: 600;
                line-height: 21px;
                letter-spacing: -0.102px;
                text-transform: uppercase;
            }

.content #clasificacion > .table-responsive > table > thead {
                    background-color: var(--componet-primary-color);
                    color: var(--componet-primary-color-text);


                }

.content #clasificacion > .table-responsive > table > thead > tr > th {
                            padding: 18px 10px;
                            text-align: center;
                        }

.content #clasificacion > .table-responsive > table > thead > tr > th:first-child {
                            text-align: left;
                            padding-left: 36px;
                        }

.content #clasificacion > .table-responsive > table > tbody > tr:nth-child(odd) {
                        background-color: var(--main-bg-color);
                    }

.content #clasificacion > .table-responsive > table > tbody > tr:nth-child(even) {
                        background-color: var(--main-content-color);
                    }

.content #clasificacion > .table-responsive > table > tbody > .equipo-actual > td > .posicion,.content #clasificacion > .table-responsive > table > tbody > .equipo-actual > td .puntos {
                                background: var(--componet-primary-color);
                                color: var(--componet-primary-color-text);
                            }

.content #partidos {
        width: 100%;
    }

.content #partidos > div > table > thead {
                    background-color: var(--componet-primary-color);
                    color: var(--componet-primary-color-text);

                }

.content #partidos > div > table > thead > tr > th {
                            padding: 18px 10px;
                            text-align: center;
                        }

.content #partidos > div > table > thead > tr > th:first-child {
                            text-align: left;
                            padding-left: 36px;
                        }

.content #partidos > div > table > tbody > tr:nth-child(odd) {
                        background-color: var(--main-bg-color);
                    }

.content #partidos > div > table > tbody > tr:nth-child(even) {
                        background-color: var(--main-content-color);
                    }

.content #partidos > div > table > tbody > tr > td:first-child {

                            padding-left: 36px;
                        }

.content #partidos > div > table > tbody > tr > td > .col-estadisticas,.content #partidos > div > table > tbody > tr > td .col-directo {
                                display: flex;
                                justify-content: center;
                            }

.content #partidos > div > table > tbody > tr > td > .col-estadisticas > a,.content #partidos > div > table > tbody > tr > td .col-directo > a {
                                    min-width: 36px;
                                    margin: 4px;
                                }

.content #partidos > div > table > tbody > tr > td > .equipos-col {
                                display: flex;
                            }

.content #partidos > div > table > tbody > tr > td > .equipos-col > .escudos-partido {
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    gap: 10px;
                                    margin-right: 10px;
                                }

.content #partidos > div > table > tbody > tr > td > .equipos-col > .escudos-partido > a {
                                        min-width: 43px;
                                        min-height: 43px;
                                        display: flex;
                                        border-radius: 36px;
                                        background-color: white;
                                        justify-content: center;
                                        align-content: center;
                                        align-items: center;
                                    }

.content #partidos > div > table > tbody > tr > td > .equipos-col > .escudos-partido > a > img {
                                            width: 34px;
                                            min-width: 34px;
                                            min-height: 34px;
                                            display: block;
                                            border-radius: 36px;
                                        }

.content #partidos > div > table > tbody > tr > td > .custom-col {
                                display: flex;
                                padding: 8px 16px;
                                justify-content: center;
                                align-items: center;
                                gap: 8px;
                                align-self: stretch;
                                border-radius: 50px;
                                background: #FFF;

                            }

.content #partidos > div > table > tbody > tr > td > .custom-col-circle {
                                max-width: 36px;
                                max-height: 36px;
                                display: flex;
                                padding: 9px;
                                align-items: center;
                                gap: 10px;
                                align-self: stretch;
                                border-radius: 50px;
                                background: #FFF;
                            }

.content #partidos > div > table > tbody > tr > td > .center-col {
                                display: flex;
                                justify-content: center;
                            }

.content #partidos > div > table > tbody > tr > .col-lugar {
                            max-width: 166px;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

.content .capa_jornada {
        height: 36px;
        width: 36px;
        background-color: var(--main-content-color);
        text-align: center;
        font-size: 14px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        border-radius: 50px;
    }

.content .capa_jornada.jornada_actual {
            background-color: var(--componet-primary-color);
            color: white;
        }

.content .custom-width {
        width: auto;
        padding: 0 10px;
    }

.content .titulos-competiciones > h4 {
            font-family: "Syne", sans-serif;
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
        }

.content .titulo_jornadas {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: end;
    }

.content .nombre-jornada-actual {
        color: #050505;

        font-feature-settings: lining-nums proportional-nums;

        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Syne", sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: -0.102px;
        text-transform: uppercase;
    }

.content .fecha-jornada-actual {
        color: #666;
        font-feature-settings: lining-nums proportional-nums;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Syne", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: -0.084px;
        text-transform: uppercase;
    }

.button-qr {
    width: -moz-max-content;
    width: max-content;
}

.button-qr > a {
        margin: 0;
        padding: 0 16px;
        background: linear-gradient(157deg, var(--componet-primary-color) 25%, var(--componet-secondary-color) 61%);
    }

.button-qr > a > span{
            color: var(--componet-primary-color-text);
        }

.button-qr > a > svg > path{
                stroke: var(--componet-primary-color-text);
            }

.button-qr > a > svg > rect {
                fill: none;
            }