


@font-face {
    font-family: "booster";
    src: url("https://assets.saberesdocentes.cl/edudistancia/fonts/booster-next-fy-regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "booster";
    src: url("https://assets.saberesdocentes.cl/edudistancia/fonts/BoosterNextFY-Bold.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "booster";
    src: url("https://assets.saberesdocentes.cl/edudistancia/fonts/BoosterNextFY-Black.otf") format("opentype");
    font-weight: 900;
}


.booster{
    font-family: 'booster', sans-serif !important;
    font-weight: 400;
}


.sc_cert-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width:750px;
    margin: 0 auto;
    color:rgba(0, 74, 152, 1);
}

.sd_cert-heading {
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    font-family: 'booster',sans-serif;
}

.sd_cert-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
