.li-position{
	padding: 0 7px 0 7px!important;
	margin: 0 0 1.6rem 0;
}
.icon-finesed-middle{
    width: 4rem;
    height: 4rem;
    top: 36%;
    font-size: 35px;
    color: white; 
    padding-top: 2%; 
    border-radius: 50%;
    background: linear-gradient(to bottom right, #a6ffa9, #008b06);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.content-card{
    margin: 1% 0;
}
.card-lesson{
    width: 19%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.4rem;
    background: white;
    margin: 0 1% 2% 0;
}
.card-lesson:hover{
    background: #d5d5d5;
}
.h3-course {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: black;
    text-align: center;
    margin-bottom: 0.8rem;
}
.course-btn {
    transition: .25s;
}
.group-btn-flex{
    display: flex;
    margin: 1% 0 0 0;
}
.course-image {
    width: 56%;
    margin: 0 auto;
    height: auto;
}
.course-btn.active {
    opacity: .8;
    transform: unset;
    border: 0;
    outline: none;
    pointer-events: none;
}
.url-card-course{
    background-color: white;
    border-radius: 0.4rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.btn-begin {
    transition: .25s;
}

.btn-begin:hover {
    opacity: .85;
    color: #fff;
}
.btn-card-lesson{
    color: white;
    background-color: #626262!important;
    border-radius: 3px;
    text-align: center;
    padding: 1px;
    margin: .3% 1.6% 0 0;
    font-size: 12px;
}
.btn-card-lesson:hover{
    color: white;
}
.content-course h2,
.content-course h3,
.content-course h4,
.content-course h5{
    font-size: 19px!important;
    color: #8d0aa4;
}
@media only screen and (max-width: 1280px) {
    /* 1536x864 */
    li.li-position {
        max-width: 25%;
    }
    article.bg-white.shadow-sm.rounded-lg.uk-transition-toggle.md\:flex.mb-8 {
        max-width: 75%;
    }
}
@media only screen and (max-width: 1024px) {
    /* 1536x864 */
    li.li-position {
        max-width: -webkit-fill-available;
    }
    article.bg-white.shadow-sm.rounded-lg.uk-transition-toggle.md\:flex.mb-8 {
        max-width: 100%;
    }
    .group-btn-flex{
        overflow: auto;
          display: flex;
          white-space: nowrap;
          flex-wrap: inherit;
          padding: 0 0 1rem 0;
    }
}
@media only screen and (max-width: 600px){
    article.bg-white.shadow-sm.rounded-lg.uk-transition-toggle.md\:flex.mb-8 {
        max-width: 94%;
        margin: 0% auto 5% auto;
    }
    .md\:w-5\/12.md\:h-60.h-40.overflow-hidden.rounded-l-lg.relative {
        border-radius: 0.3rem 0.3rem 0 0;
    }
    .h-40 {
        height: 18rem;
    }
    .card-lesson {
        width: 49%;
    }
}
@media only screen and (max-width: 600px){
    article.bg-white.shadow-sm.rounded-lg.uk-transition-toggle.md\:flex.mb-8 {
        max-width: 100%;
        margin: 0% auto 5% auto;
    }
}

@media only screen and (max-width: 432px){
    .card-lesson {
        width: 46%;
        margin: 0 4% 4% 0;
    }
}

@media only screen and (max-width: 414px){
.h-40 {
    height: 14rem;
}
.mg-txt-h{
    display: none;
}
}

@media only screen and (max-width: 384px){
.flex.space-x-2.items-center.text-sm.pt-3,
.mb-flex{
    overflow: auto;
      display: flex;
      white-space: nowrap;
      flex-wrap: inherit;
      padding: 0 0 1rem 0;
}
}











































































