/* CSS general */

body {
    margin: 2 auto;
    font-family: Heebo;
}

/* Header */

#titulo {
    font-size: 28px;
    text-align: center;
    margin-top: 0;
}

#encabezado-tabla {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
}

.logo-euro {
    width: 8rem;
    margin-bottom: 0;
}


/* Desplegables */

.desplegables {
    display: flex;
    justify-content: left;
}

.boton-grupo {
    width: 34px;
    height: 34px;
    background-color: #b1bce7;
    color: white;
    text-align: center;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: white solid 4px;
}

.boton-grupo a {
    text-decoration: none;
    color: white;
}

.boton-grupo:hover {
    background-color: #5e7bee;
    cursor:pointer;
}

.boton-grupo.active {
    background-color: #5e7bee;
}

/* Tabla */

th {
    background-color: #395be1;
    height: 22px;
    color: rgb(255, 255, 255);
    text-align: center;
}

td {
    text-align: center;
    border: rgb(255, 255, 255) 2px solid;

}

tr {
    border: rgb(255, 255, 255) 1px solid;
    align-items: center;

}

.escudo {
    width: 24px;
    border: #000000 2px solid;
    border-radius: 100%;
    margin: 0rem 0.5rem 0rem 0.5rem;
}

.tabla-grupo {
    border-collapse:collapse;
    width: 100%;
    background-color: rgb(245, 245, 245);
    line-height: 3.4rem;
    font-size: 20px;
    text-align: center;
    display: none;
}

.col-1 {
    width: 22%;
}

.col-1 p {
    display: flex;
    justify-content: right;
    padding-right: 12px;
}



.col-2 .col-3 .col-4 .col-5 .col-6 .col-7 {
    width: 13%;
}

.celda-equipo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.interior-celda-equipo {
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 22px;
}

/* Footer */

#creditos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#img-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#texto-fuente {
    color: #325680;
    font-size: 1.2rem;
    font-weight: bolder;
}

#logo-epdata {
    padding-top: 1rem;
    width: 6rem;
}

.tabla-grupo.active {
    display: table;
}

#salto-titulo {
    display: none;
}

@media (max-width: 1150px) {
    .nom-equipo {
        justify-content: right;
        line-height: 18px;
        text-align: right;
    }
}

@media (max-width: 500px) {

    #salto-titulo {
        display: inline;
    }

    .nom-equipo {
        display: none;
    }

    .nombre-grupo {
        display: none;
    }

    #titulo {
        font-size: 22px;
        text-align: center;
        margin-top: 0;
        line-height: 24px;
    }

    #creditos {
    display: flex;
    justify-content: space-between;
    }

    #texto-fuente{
        font-size: 14px;
        padding-top: 10px;
    }

    .tabla-grupo {
        font-size: 18px;
    }

}
