.baner-principal {
    background-size: cover;
    background-position: center;
    margin-top: -70px;
    padding: 150px 30px;
}

.curso-main {
    width: 1000px;
    max-width: 1000px;
    flex-direction: row;
}

.condenedores-cursos {
    width: 300px;
    flex-shrink: 0;
}

.info-cursos {
    width: 100%;
    flex-grow: 1;
}

.siderbar-cursos {
    background: #fff;
    padding: var(--l);
    border-radius: var(--l);
}

.avatar-alumnos div img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: -15px;
}

.avatar-alumnos div {
    padding-right: 15px;
}

.img-destacada {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: var(--l);
}

.banner-imagen-lateral {
    border-radius: var(--l);
    width: 100%;
    height: 100px;
    object-fit: cover;
}

@media screen and (max-width: 700px) {
    .curso-main {
        flex-direction: column !important;
    }

    .baner.condenedores-cursos {
        display: none;
    }

    .condenedores-cursos {
        width: 100%;
        margin-top: 0px;
    }

    .baner-principal {
        padding: 100px 20px;
    }
}
