.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    aspect-ratio: 16/9;
}

.modulo-academia {
    border-radius: 0.3rem;
    padding: 2rem;
    color: #000;
    background-size: 45%;
    height: 310px;
    background-color: #eee;
}

.descripcion-academia {
    min-height: 130px;
}

.num_video {
    font-family: 'WorkSans-Bold';
    font-size: 15px;
    border-bottom: 1px solid var(--my-gris-c);
    padding: 1rem 0;
    padding-left: 10px;
    cursor: pointer;
}

.current {
    background-color: #eee;
}

.num_video .tab-item-academy {
    color: var(--my-rosa) !important;
    text-decoration: none;
    margin-bottom: 0;
}

.num_video a:hover {
    text-decoration: underline
}

.decoration-none{text-decoration: none;}