.badges__curso {
    padding: 20px;
    display: flex;
    gap: 20px;
}

.items__detalle {
    display: flex;
    justify-content: space-around;
    color: #fff !important;
    margin-top: 160px;
    margin-bottom: 20px;
}

.item__curso {
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.badge__warning {
    background: #faff00;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.badge__white {
    background-color: #ffffff;
    color: #000;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}

.punto__vivo {
    color: #0ab68b;
}

.informacion__curso {
    width: 40%;
}

.detalle__temario {
    width: 60%;
}

.contenido__curso {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    padding: 0px 20px 20px 20px;
    font-size: 14px;
}

.title__detalle__curso {
    text-align: start;
    font-size: 30px;
    color: #000;
}

.sub__title__detalle__curso {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.parrafo__detalle__curso {
    font-size: 14px;
}

.temario p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.secciones h3 {
    font-size: 20px;
    font-weight: 600;
    background-color: #2d5bff;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.btn__tiempo__restante {
    width: 100%;
}

.inscripcion__compartir {
    margin-top: 20px;
    display: flex;
    gap: 50px;
}

.btn_suscribirse__detalle {
    width: 100%;
}

.btn__warning__ligth {
    background-color: #fcab28;
    color: #fff;
    border: 1px solid #fcab28;
    padding: 0.5rem;
    border-radius: 5px;
    cursor: pointer;
    trasition: 0.5s;
}

.btn__warning__ligth:hover {
    background-color: #fff;
    color: #fcab28;
    border: 1px solid #fcab28;
    padding: 0.5rem;
    border-radius: 5px;
    cursor: pointer;
    trasition: 0.5s;
}

.btn__compartir__detalle {
    width: 100%;
}

.perfil__campo {
    display: flex;
    gap: 50px;
    margin-top: 20px;
}

.perfil__campo div h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.perfil__campo div p {
    font-size: 14px;
}

.certificado h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.certificado p {
    font-size: 14px;
}

.cursos__recomendados__dtl h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.cursos_recomendados_items {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.imag__curso {
    width: 100%;
}

.imag__curso img {
    width: 100%;
    width: inherit;
}

.detalle__cur__recomend {
    width: 100%;
}

.detalle__cur__recomend h2 {
    font-size: 16px;
    color: #2d5bff;
    font-weight: 600;
}

.detalle__cur__recomend p {
    font-size: 14px;
    font-weight: 600;
}


@media screen and (max-width: 850px) {
    .contenido__curso {
        flex-direction: column;
    }

    .detalle__temario {
        width: 100%;
    }

    .informacion__curso {
        width: 100%;
    }
}

@media screen and (max-width: 730px) {
    .items__detalle {
        display: flex;
        justify-content: space-around;
        color: #fff !important;
        margin-top: 60px;
        margin-left: 25px;
        margin-bottom: 20px;
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .cursos_recomendados_items {
        display: flex;
        gap: 25px;
        margin-top: 15px;
        flex-direction: column;
    }
}

@media screen and (max-width: 460px) {
    .perfil__campo {
        display: flex;
        gap: 0px;
        margin-top: 20px;
        flex-direction: column;
    }
}

@media screen and (max-width: 300px) {
    .detalleCurso {
        width: 140% !important;
    }
}

@media screen and (max-width: 280px) {
    .detalleCurso {
        width: 150% !important;
    }
}

@media screen and (max-width: 200px) {
    .detalleCurso {
        width: 200% !important;
    }
}