/* 30211 */
.jmvcontainer,.jmvcontainer-fluid,.jmvcontainer-sm,.jmvcontainer-md,.jmvcontainer-lg,.jmvcontainer-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
    
.jmvcontainer,.jmvcontainer *,.jmvcontainer *::before,.jmvcontainer *::after{
    box-sizing: border-box;
}

.card-course-content .subtitulo::-webkit-scrollbar-thumb {
    background: #3ead2b;
    border-radius: 10px;
}
.card-course-content .subtitulo::-webkit-scrollbar-track {
    background: #e8e8e9;
    border-radius: 10px;
}
.card-course-content .subtitulo::-webkit-scrollbar {
    width: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

/* 36338 */

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

/* 36603 */
.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill,
.reportbuilder-report-container {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

/* 39648 */
.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.m-0{
    margin: 0 !important;
}

.w-100{
    width: 100% !important;
}

/* ------- */
.color-dark{
    color: #555 !important;
}
.content-course-categories{
    display:flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    margin: 30px 0;
}

.card-course-category {
    /* border: 1px solid rgba(0, 0, 0, .1); */
    border-radius: 30px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 5px 1px rgba(211, 211, 211, .5);
    color: #555;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    background-size: auto 90%;
    background-size: 55% auto;
}

.card-course {
    border-radius: 30px;
    box-shadow: 3px 3px 5px 1px rgba(211, 211, 211, .5);
    color: #555;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.card-course .course-cover{
    height: auto;
    width: 100%;
}
.card-course-content {
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    padding: 30px 15px 15px 15px;
}
.course-title-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
}
.course-title-content h5{
    margin: auto;
    background: #f79148;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: -5px;
}
.card-course-content .subtitulo{
    font-size: 14px;
    line-height: normal;
    overflow-y: auto;
}

.card-course-content .avance{
    width: 100%;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.card-course-content .avance .item{
    background-color: #FFF;
    color: var(--color-text);
    border-color: var(--color-text);
    border: 1px solid;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 7px;
    position: relative;
    z-index: 10;
}
.card-course-content .avance .item:before,
.card-course-content .avance .item:after{
    content: '';
    position: absolute;
    height: 5px;
    z-index: -1;
    background: var(--color-text);
}
.card-course-content .avance .item:before{
    left: -50%;
    right: 98%;
}
.card-course-content .avance .item:after{
    left: 98%;
    right: -50%;
}
/* .card-course-content .avance .item:nth-child(9n):before */
.card-course-content .avance .item:first-child:before {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
/* .card-course-content .avance .item:nth-child(8n):after */
.card-course-content .avance .item:last-child:after{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.card-course-content .avance .item.completed{
    background-color: var(--color-text);
    color: #FFF;
}

.card-course-category:hover,
.card-course:hover {
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .3);
}

.card-course-category .titulo{
    font-size: 1.54rem;
    line-height: normal;
    max-width: 40%;
    min-height: 50px;
}

.card-course-category .subtitulo{
    max-width: 90%;
    line-height: normal;
    margin-bottom: auto;
}
.card-course-category .content-progress{
    max-width: 100%;
    line-height: normal;
}

.card-course-category .avance-text{
    font-weight: bold;
    display: flex;
}

.card-course-category .avance-modulos{
    text-align: right;
}
.category_item .content-progress .progress,
.card-course-category .content-progress .progress{
    height: 12px;
    margin: 5px 0;
    border-radius: 6px;
    border: 1px solid;
    background-color: #FFFFFF !important;
    box-shadow: none;
    background: none;
}
.category_item .content-progress .progress-bar,
.card-course-category .content-progress .progress-bar{
    width: 0%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* #id_description_editoreditable{
    min-height: 120px !important;
    height: 150px;
} */

/* .div {
    display: block;
    position: relative;
    top: -2px;
    height: 500px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 2038 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(47, 73, 94, 1)" d="M 0 0 C 221 0 221 -12 442 -12 L 442 -12 L 442 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(47, 73, 94, 1)" d="M 441 -12 C 693.5 -12 693.5 257 946 257 L 946 257 L 946 0 L 441 0 Z" stroke-width="0"></path> <path fill="rgba(47, 73, 94, 1)" d="M 945 257 C 1182.5 257 1182.5 554 1420 554 L 1420 554 L 1420 0 L 945 0 Z" stroke-width="0"></path><path fill="rgba(47, 73, 94, 1)" d="M 1419 554 C 1728.5 554 1728.5 350 2038 350 L 2038 350 L 2038 0 L 1419 0 Z" stroke-width="0"></path></svg>');
    background-size: cover;
    background-repeat: no-repeat;
} */
   
   
.btn-programa{
    display: inline-block;
    background: #00ae9e;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
.btn-modulos{
    display: inline-block;
    background: #ef8729;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
.category-title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.category_item {
    box-shadow: 3px 3px 5px 1px rgba(211, 211, 211, .5);
    border-radius: 20px;
    padding: 5px 20px;
    margin: 15px 0;
    font-size: 18px;
    cursor: pointer;
}
.category_imagecircle {
    --p: 70px;
    width: var(--p);
    height: var(--p);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.category_item .category_title{
    color: var(--color-text);
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
    line-height: normal;
}
.category_item .content-progress {
    align-self: center;
}
.category_item.active,
.category_item:hover {
    background-color: var(--color-text);
    color: var(--color-bg);
}
.category_item.active .category_title,
.category_item:hover .category_title{
    color: var(--color-bg);
}
.category_item.active .content-progress .progress,
.category_item:hover .content-progress .progress{
    border-color: var(--color-bg) !important;
    background-color: var(--color-text) !important;
}
.category_item.active .content-progress .progress-bar,
.category_item:hover .content-progress .progress-bar{
    background-color: var(--color-bg) !important;
}
.category_item.active .content-progress .avance,
.category_item:hover .content-progress .avance{
    color: var(--color-bg) !important;
}


.courses-content{
    box-shadow: 3px 3px 5px 1px rgba(211, 211, 211, .5);
    border-radius: 30px;
    overflow: hidden;
}
.courses-content-header {
    display: flex;
    text-align: center;
    font-size: 16px;
    height: 50px;
    background-color: rgb(242, 242, 242);
    font-weight: bold;
}

.courses-content-deatails .course-item {
    height: 50px;
    display: flex;
    font-size: 16px;
}
.collapse:not(.in){
    height: 0 !important;
}

.jmvcourse_container{
    height: 250px;
}

@media (min-width: 576px) {
    .jmvcontainer,.jmvcontainer-sm {
        max-width:540px
    }
}
@media (max-width: 767px) {
    .courses-content-deatails .course-item {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: 1px solid #ececec;
        padding: 5px;
    }
    .jmvcourse_container{
        height: auto;
        max-width: 350px;
    }
    .card-course {
        flex-direction: column;
    }
    .card-course-content {
        padding: 15px 20px;
    }
}
@media (min-width: 768px) {
    .jmvcontainer,.jmvcontainer-sm,.jmvcontainer-md {
        max-width:720px
    }
    .d-md-block {
        display: block !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-none {
        display: none !important
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }
    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }
    .card-course-category .subtitulo{
        max-width: 60%;
    }
    .card-course-category .content-progress{
        max-width: 60%;
    }
}

@media (min-width: 992px) {
    .jmvcontainer,.jmvcontainer-sm,.jmvcontainer-md,.jmvcontainer-lg {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .jmvcontainer,.jmvcontainer-sm,.jmvcontainer-md,.jmvcontainer-lg,.jmvcontainer-xl {
        max-width:1140px
    }
}