.curso-card__link{
    transition: all 200ms;
    text-decoration: none;
    color: inherit;
}

.curso-card__link:hover{
    transform: scale(1.03);
}

:root{
    --plyr-color-main: #ffac2c !important;
}

.plyr__video-embed iframe {
    top: -50% !important;
    height: 200% !important;
}

.plyr__video-embed iframe {
    pointer-events: none;
}


.section__dropwdown--link:hover > .w-dropdown-list{
    background-color: rgb(237 237 237) !important;
}

.lesson__selected{
    background-color: rgb(237 237 237) !important;
}


.wrapper {
    width: 500px;
}

.progress-bar {
    width: 100%;
    background-color: #f9f9f9;
    padding: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.progress-bar-fill {
    display: block;
    height: 22px;
    background-color: #0061ff;
    border-radius: 3px;
    
    transition: width 500ms ease-in-out;
}
