html {
    scroll-behavior: smooth;
}

.background_convocatoria {
    background-color: #111;
    background-image: url("data:image/svg+xml;utf8,<svg width='8' height='8' xmlns='http://www.w3.org/2000/svg'><circle cx='1' cy='1' r='1' fill='%23ffce00' fill-opacity='0.1'/></svg>");
    /* margin-top: 118px; */
}

.convocatoria {
    max-width: 960px;
    padding: 40px;
    margin: 0 auto;
    color: #f2f2f2;
    border-radius: 20px;
    /* text-align: justify; */
    /* font-family: 'Segoe UI', sans-serif; */
    /* font-size: 17px; */
    /* line-height: 1.8; */
}

.convocatoria section {
    margin-bottom: 20px;
    padding: 30px;
    background-color: #000;
    border-radius: 16px;
    /* border: solid 10px #f2f2f2; */
    box-shadow: 0 0 10px rgba(255, 145, 0, 0.1);
}

.convocatoria h3 {
    /* color: #ffce00; */
    color: #f2f2f2;
    font-size: 1.6em;
    margin-bottom: 20px;
    border-left: 6px solid #ff9100;
    padding-left: 14px;
    text-transform: uppercase;

    & .icono {
        color: #ffce00;
        margin-left: 5px;
    }
}

.convocatoria p {
    margin: 12px 0;
    color: #ddd;
}

.convocatoria ul,
.convocatoria ol {
    padding-left: 25px;
    margin-top: 10px;
}


.convocatoria ul li,
.convocatoria ol li {
    margin-bottom: 10px;
    background-color: #181818;
    padding: 7px 15px;
    border-radius: 10px;
    border-left: 4px solid #ff9100;
}

/* .convocatoria ul li,
.convocatoria ol li {
    margin-bottom: 10px;
    border-radius: 10px;
    list-style-type: disc;
} */

/* li::marker {
    color: #ffce00;
} */

.convocatoria a {
    color: #ffce00;
    font-weight: bold;
    text-decoration: none;
}

.convocatoria a:hover {
    color: #ffa726;
    /* text-decoration: underline; */
}

.convocatoria strong {
    color: #ff9100;
}

@media (max-width: 768px) {
    .background_convocatoria {
        margin-top: 113px;
    }
}