.programas-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    row-gap: 15px;
    gap: 15px;
}

.programas-list-item{
    color: white;
    list-style: none;
    border: 1px white solid;
    display: flex;
    width: 46%;
    padding: 15px;
    height: 220px;
}

.programa-visual{
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.programa-visual> form{
    height: 170px;
    width: 170px;   
}

.programa-visual> form> button{
    padding: 0;
    border: none;
    margin: 0;
    height: 170px;
    width: 170px;
    cursor: pointer;
    background-color: black;
}

.programa-visual> form> button> img{
    height: 170px;
    width: 170px;
}

.programa-texto{
    text-align: justify;
    margin: 0;
    width: 60%;
    padding: 0px 10px;
    overflow-y: scroll;
}

.programa-texto> p{
    margin-top: 0;
}

.programas-link{
    text-decoration: none;
    margin: 0;
    display: flex;
    text-align: justify;
    width: 100%;
    justify-content: center;
}

#video-cover{
    object-fit: cover;
}
