.videos-container h1 {
    font-family: Verdana;
    font-weight: 700;
    font-size: 32px;
}

.videos-container h4 {
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
}

.videos-btn-back {
    background-color: var(--bellota-color-primary);
    color: #FFF;
}

.videos-btn-back:hover {
    background-color: var(--bellota-color-primary-hover);
    color: #FFF;
}

.videos-show-frame-item h3 {
    font-family: Verdana;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    color: #000;
}

.videos-show-frame-item h3:hover {
    color: var(--bellota-color-primary);
}

.videos-category-title {
    color: var(--bellota-color-primary);
    font-family: Verdana;
    font-weight: 700;
    font-size: 20px;
}

.videos-category-title:hover {
    text-decoration: underline;
    color: var(--bellota-color-primary-hover);
}

.videos-sidebar h5 {
    color: var(--bellota-color-primary);
    font-family: Verdana;
    font-weight: 700;
    font-size: 16px;
}

.videos-sidebar li {
    list-style: none;
    color: #000;
}

.videos-sidebar li a {
    font-family: Verdana;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.videos-sidebar li:hover,
.videos-sidebar li a:hover {
    color: var(--bellota-color-primary);
}

.videos-sidebar li span {
    background-color: var(--bellota-color-primary);
    color: #FFF;
    font-family: Verdana;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.videos-btn-youtube {
    color: #000;
    font-family: Verdana;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid var(--bellota-color-primary);
    border-radius: 5px;
    background-color: transparent;
}

.videos-btn-youtube:hover {
    color: #FFF;
    text-decoration: none;
    background-color: var(--bellota-color-primary);
}
