.container-full {
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-full .qode-page-content-holder {
    width: 100%;
    max-width: 1200px;
}
h3.qode-course-single-title {

    color: white;
}
h3.qode-course-single-title {
    font-size: 32px;
    line-height: 39px;
}
.content .container .container_inner {
    margin-top: 80px;
}
h3.titulo-biblioteca {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
}
.description-biblioteca a {
    color: #0C4C90;
}
article.list-biblioteca {
    margin-bottom: 20px;
}
.qode-page-content-holder.qode-grid-col-9, .qode-sidebar-holder.qode-grid-col-3 {
    padding: 30px 20px;
    background-color: white;
}
.qode-grid-col-3 {
    width: 28%;
    margin-right: 2%;
}
.qode-grid-col-9 {
    width: 75%;
}
h3.title-category {
    color: #0C4C90;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    margin-left: 10px;
}
h2.titulo-categoria-post {
    color: #0C4C90;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
}
ul.loop-categorias {
    list-style-type: none;
}
ul.loop-categorias li {
    padding: 10px;
}
ul.loop-categorias li.active, ul.loop-categorias li.active a {
    color:#0C4C90;
    font-weight: 700;
    background-color: #E2E5FA;
}
.qode-course-single-holder .qode-grid-row {
    display: flex;
}
@media only screen and (max-width: 1024px) {
    .qode-course-single-holder .qode-sidebar-holder {
        margin-top: 0;
    }
}
@media only screen and (max-width: 600px) {
    .qode-course-single-holder .qode-grid-row {
        display: flex;
        flex-direction: column;
    }
    .qode-grid-col-3 {
        width: 100%;
        margin-right: 0;
        order:1;
    }
    .qode-grid-col-9 {
        width: 100%;
        order:0;
        margin-bottom: 15px;
    }
}