.videocurso img {
    width: 100%;
    padding: 10px 40px;
}

.videocurso img {
    width: 100%;
    height: 100%;
}


.course-container {
    padding: 10px 40px;
}

.examen-container {
    padding: 10px 40px;
}



.course-container h1 {
    font-size: 24px;
    color: #333;
    line-height: 1;
}

.course-actions {
    display: flex;
    /* Activa Flexbox */
    align-items: flex-start;
    /* Centra los elementos verticalmente */
    justify-content: space-around;
    /* Distribuye el espacio uniformemente */
}

.course-actions .button {
    background-color: #eee;
    border: none;
    padding: 10px 20px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
}

.course-actions .button:hover {
    background-color: #ddd;
}

.course-description {
    background-color: #eee;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.content-row {
    display: flex;
    justify-content: space-between;
}

.btn-group {
    display: flex;
    /* Alinea los botones horizontalmente */
    border: 1px solid #ccc;
    /* Borde común alrededor del grupo */
    border-radius: 5px;
    /* Bordes redondeados para el grupo completo */
}

.btn-group {
    border-radius: 20px;
    margin-right: 5px;
}

.btn-group button {
    background-color: #f0f0f0;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    outline: none;
}

.btn-group button.like:hover,
.btn-group button.like:focus,
.btn-group button.like:active {
    background-color: #ddd;
}

.btn-group button.dislike:hover,
.btn-group button.dislike:focus,
.btn-group button.dislike:active {
    background-color: #ddd;
}


.btn-group button.like {
    border-right: 1px solid #ccc;
    border-radius: 20px 0 0 20px;
}

.btn-group button.dislike {
    border-radius: 0px 20px 20px 0px;
}

.stream-item__nicname {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 10px;
    text-transform: uppercase;
    opacity: 1;
}

.stream-item__time {
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.stream-item__tags .tag {
    font-size: 14px;
}

/* Comentarios ocultos por defecto */
.comments_form {
    display: none;
}

/* Comentarios activos por defecto */
.comments_form.active {
    display: block;
}

.fl-subnav1 {
    padding: 20px 40px 0px 40px;
}

.uk-subnav1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    justify-content: left;
    list-style: none;
}



.uk-subnav1 a {
    margin-right: 10px;
    background-color: #acabab;
    padding: 10px 20px;
    border-radius: 5px;
    flex-grow: 1;
    text-align: center;

}

.uk-subnav1 a li {
    color: #333
}

ol,
ul {
    padding-left: 0px;
}

/* Cuando el mouse está encima del enlace (hover) */
.uk-subnav1 a:hover {
    background-color: #84B026 !important;
    color: #fff;
}

/* Cuando el enlace está activo (pestaña seleccionada) */
.active-tab {
    background-color: #84B026 !important;
    color: #fff;
}

.game-profile-price {
    text-align: center;
}

.game-profile-price .comprar {
    max-width: 40%;
    background-color: #dc7c2a;
}

.game-profile-price .comprar:hover {
    background-color: #84B026;
}

.game-profile-price__value .precioanterior  {
    color: #aaa8a8;
}

.comentario {
    display: flex;
    justify-content: space-between;
    /* Alinea los elementos a cada extremo */
    align-items: center;
    /* Centra los elementos verticalmente */
    /* Establece el ancho del contenedor */
    margin: 20px 40px;
}

.comentarios-toggle {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    color: #84B026;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.31;
    transition: all 0.25s linear;
}

.comentarios-toggle p {
    cursor: pointer;
}

.comentarios-ejemplo {
    margin-bottom: 20px;
}

.comentariolista {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


.foto-comentario {
    border-radius: 50%;
    margin-right: 10px;
    width: 50px;
}

.foto-comentario1 {
    border-radius: 50%;
    margin-right: 10px;
    width: 10%;
}

.texto-comentario {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.uk-button-default {
    background-color: #84B026;
    color: #fff;
    border: 1px solid #84B026;
}

.assidematerial {
    padding: 0px 40px 10px 0px;
}

.widget-title {
    margin-bottom: 0;
    padding: 0px 20px 16px 0px;
    font-size: 16px;
    line-height: 1;
}

.uk-accordion-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
}


.uk-accordion-content p {
    font-size: 14px;
    cursor: pointer;
}

.btnmaterial {
    font-size: 16px;
    font-weight: 600;
    background-color: #ccc;
}


.control-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0px 40px;
}

.control-buttons .btn {
    padding: 5px 10px;
    border: none;
    background-color: #aaa8a8;
    color: #000;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}


.control-buttons .btn:hover {
    background-color: #84B026;
    color: #fff;
}

.ultimainfo {
    margin: 50px 40px 0px 40px;
}






@media (min-width: 960px) {
    .barraderecha {
        padding: 0 20px 0px 50px;
        position: fixed;
        top: 75px;
        left: 75%;
    }

    .derechomovil {
        display: none;
    }

}



@media only screen and (max-width: 1600px) {

    .content-row {
        flex-direction: column;
    }





}


@media only screen and (max-width: 1300px) {
    .course-container h1 {
        font-size: 22px;
    }

    .barraderecha {
        padding-left: 30px;
        left: 75%;
    }

    .videocurso img {
        padding: 10px 30px;
    }

    .control-buttons {
        padding: 0px 30px;
    }

    .course-container {
        padding: 10px 30px;
    }

    .examen-container {
        padding: 10px 30px;
    }

    .fl-subnav1 {
        padding: 20px 30px 0px 30px;
    }

    .b-post-single .entry-content {
        padding: 0px 30px;
    }

}


@media only screen and (max-width: 1200px) {
    .course-container h1 {
        font-size: 18px;
    }

    .stream-item__nicname {
        font-size: 14px;
    }

    .stream-item__time {
        font-size: 12px;
    }

    .stream-item__tags .tag {
        font-size: 12px;
    }

    .course-actions .button {
        font-size: 12px;
    }

    .course-actions .button {
        padding: 8px 15px;
        border-radius: 15px;
        font-size: 12px;
    }

    .btn-group button {
        padding: 8px 15px;
        font-size: 12px;
    }

    .btn-group button.dislike {
        border-radius: 0px 15px 15px 0px;
    }

    .btn-group button.like {
        border-radius: 15px 0 0 15px;
    }

    .control-buttons .btn {
        font-size: 12px;
    }

    .course-description {
        font-size: 12px;
    }

    .entry-content p {
        font-size: 12px;
        line-height: 1.3;
    }

    a {
        font-size: 12px;
    }

    .stream-item__title {
        font-size: 14px;
    }

    .uk-accordion-title {
        font-size: 14px;
        line-height: 1.2;
    }

    .uk-accordion-content p {
        font-size: 12px;
        margin: 10px 0;
    }

    .btnmaterial {
        font-size: 14px;
    }

    .uk-button {
        padding: 10px;
        font-size: 14px;
        line-height: 1;
        border-radius: 20px;
    }

    .assidematerial {
        padding: 20px 10px 10px 0px;
    }

    .progress {
        font-size: 12px;
    }


}

@media only screen and (max-width: 960px) {

    .uk-grid {
        margin-left: 0px;
    }

    .uk-grid>* {
        padding-left: 0px;
    }

    .widget-inner {
        padding: 10px;
    }

    .uk-accordion {
        padding: 10px;
    }




    .section-sidebar {
        margin-bottom: 10px;
    }

    .fl-subnav1 {
        padding: 20px 0px 0px 0px;
        margin-top: 30px;
    }

    .game-profile-price .comprar {
        max-width: 60%;
        background-color: #dc7c2a;
    }


    .game-profile-price .uk-button {
        height: 40px;
        font-size: 16px;
        line-height: 1.31;
    }



    .game-profile-price__value {
        font-size: 20px;
        margin: 10px 0;
    }


    .videocurso img {
        padding: 0;
    }

    .fixedmovil {
        position: fixed;
        padding-right: 30px;
        z-index: 5;
        width: 100%;
    }

    .control-buttons {
        background-color: #aaa8a8;
        padding: 5px 20px;
    }

    .course-container {
        margin-top: 60%;
    }

    .widget-search {
        margin-bottom: 0px;
    }

    .widget-search .form-sidebar__input {
        width: 100%;
        height: 30px;
        margin-bottom: 0;
        padding: 10px;
    }

    .barraderecha {
        display: none;
    }

    .uk-accordion-content {
        margin-top: 0px;
    }

    .assidematerial {
        padding: 0px 10px;
        margin: 0px;
        text-align: center;
    }




}


@media only screen and (max-width: 568px) {


    .control-buttons {
        padding: 0px 5px;
    }

    .course-container {
        padding: 10px 5px;
    }

    .examen-container {
        padding: 10px 5px;
    }



    .course-actions {
        flex-wrap: wrap;
    }

    .course-actions .button {
        font-size: 10px;
        padding: 5px;
    }


    .btn-group button {
        padding: 4px 5px;
        font-size: 10px;
    }


    .fl-subnav1 ul {
        margin-bottom: 0px;
    }


    .uk-subnav1 a {
        margin-right: 5px;
        padding: 5px;
        flex-grow: 1;
        font-size: 10px;
    }

    html .b-post-single .entry-content {
        padding: 10px;
    }

    .comments_form {
        padding: 10px;
        margin: 0px 0 0 0;
        border: 1px solid #F2F2F2;
    }

    .comentario {
        margin: 0px 0;
    }

    .texto-comentario {
        padding: 5px;
    }

    .texto-comentario strong {
        font-size: 12px;
    }

    .fl-form {
        padding: 10px 0px;
        margin-top: 0;
    }

    .fl-form input[type='text'] {
        padding: 5px;

    }

    .uk-input {
        font-size: 12px;
        line-height: 1;
        height: 30px;
        padding-right: 5px;
    }

    .uk-input::placeholder {
        font-size: 12px;
    }

    .uk-button {
        padding: 8px;
        font-size: 12px;
    }



    .ultimainfo {
        margin-top: 0px;
    }

    .descargar1 {
        text-align: center;
    }

    .descargar1 a {
        font-size: 16px;
    }

    .control-buttons .btn {
        font-size: 10px;
    }

    .game-profile-price {
        padding: 10px;
    }

    .course-description {
        margin-bottom: 0;
    }

    .game-profile-price .uk-button {
        height: 40px;
        font-size: 13px;
        line-height: 2;
    }



}


