#fondo-citacion{
    display: none; 
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */  
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#div-citacion{
    position: absolute;
    top:5%;
    font-family: poppins;
    color: white;
    overflow: hidden;
    font-size: 30px;
    background-color: rgb(92, 6, 6);
    border-radius: 40px;
    box-shadow: 0px 0px 40px white;
    width: 90%;
    left: 5%;
    height: 90%;
    padding: 0px;
    margin: 0px;
    border: 0px;            
}


#div-barra-citacion{
    display: flex;
    height: 5%;
    align-items: center;
    background-color: rgb(0, 0, 0);
    justify-content: space-between;
}

#nombre-barra-citacion{
    display: flex;
    height: 100%;
    font-family: poppins;
    font-size: 45px;
    color: white;
    align-items: center;
    margin-left: 20px;
    justify-content: center;
}

#div-cruz-citacion{
    display: flex;
    align-items: center;
    width: 6%;
    height: 100%;
    padding-right: 10px;
}

#cruz-citacion{
    width: 100%;
    height: 80%;
}

#div-cuadros-citacion{
    display: flex;
    position: absolute;
    left: 2%;
    width: 96%;
    height: 91%;
    bottom:2%;
}

#div-plantel-citacion{
    /*display: flex;*/
    position: absolute;
    width: 49%;
    height: 92%;
    background-color: rgba(0, 0, 0, 0.2);  
    overflow: hidden;    
}

#div-convocados-citacion{
    /*display: flex;*/
    position: absolute;
    left:51%;
    width: 49%;
    height: 92%;
    background-color: rgba(0, 0, 0, 0.2);      
    overflow: hidden;   
}

#boton-cancha-citacion{
    display: flex;
    position: absolute;
    left:2%;
    top:92%;
    width: 96%;
    height: 6%;    
    background-color: rgba(255, 255, 255, 0.2);
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-family: poppins;
    font-size: 40px;
    color: white;    
}

#boton-cancha-citacion:hover{
    background-color: transparent;
    border: 2px solid white;
}

.li-plantel-citacion{
    display: flex;
    font-family: poppins;
    color: white;
    font-size: 40px;
    align-items: center;
    justify-content: left; 
    width: 100%;   
    height: 4.4%;    
}

#titulo-ul-plantel-citacion,
#titulo-ul-convocados-citacion{
    display: flex;
    position: absolute;
    height: 4%;
    left: 2%;
    font-size: 40px;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.2);
    justify-content: center;
    align-items: center;
}


#ul-plantel-citacion{
    position: absolute;    
    list-style: none;
    width: 98%;
    top: 4.5%;
    height: 98%;    
    left: 2%;
    padding: 0px;    
    margin: 0px;    
}

#ul-convocados-citacion{
    position: absolute;
    list-style: none;
    width: 98%;
    height: 98%;
    left: 2%;
    top: 4.5%;    
    padding: 0px;
    margin: 0px;
}


.li-convocados-presionado{
    background-color: blue;
}


span {
    white-space: pre;
    color: rgba(255, 255, 255, 0.5);
}

/*----------------------------------------------------------*/