#popup{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.805);
    color: white;
    padding:1% 13%;
    text-align: center;
    z-index: 7;
}

.close-icon button{
    width: 60%;
    height: 60%;
    background-color: transparent;
    border: none;
}
.close-icon {
    position: absolute; /* Posicionamiento absoluto para el ícono de cerrar */
    right: 10px; /* Alineado a la derecha */
    top: 10px;
    width: 50px;
}

.close-icon:hover{
    right: 12px;
    top: 8px;
}

.close-icon svg{
    width: 40px;
}
.close-icon:hover svg{
    width: 45px;
}

#curso_pag ul, #curso_pag ol{
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 0 20%;
}

#curso_pag ul, #curso_pag ol *{
    text-align: start;
}
.interesados{
    display: inline;
}
