article .tn-tribunaPlay{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 274px;
}
article .tn-tribunaPlay .header-tribunaPlay > header{
    width: 100%;
    margin-bottom: 15px;
}
article .tn-tribunaPlay .header-tribunaPlay header > h3{
    font-size: 22px;
    font-family: "lato-bold",sans-serif;
    background-color: #e61f22 ;
    color:#fff;
    border-radius: 5px;
    padding: 5px 10px;
}

article .tn-tribunaPlay > .content-tribunaPlay{
display: flex;
justify-content: space-between;
width: 100%;
border:1px solid #f1f1f1;
background-color: #fff;
border-radius: 0 5px 5px 0;
}

article .tn-tribunaPlay > .content-tribunaPlay .text-tribunaPlay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
article .tn-tribunaPlay .content-tribunaPlay > .img-tribunaPlay{
    position: relative;
    width: 70%;
    cursor: pointer;
    
}
article .tn-tribunaPlay .content-tribunaPlay > .img-tribunaPlay figure > #icon-tnPlay{
    position: absolute;
    top: 40%;
    left: 40%;
    width: 50px;
    height: 50px;
}
article .tn-tribunaPlay .content-tribunaPlay > .img-tribunaPlay figure{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 215px;
}
article .tn-tribunaPlay .content-tribunaPlay > .img-tribunaPlay figure > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
}
article .tn-tribunaPlay > .content-tribunaPlay .text-tribunaPlay > a {
    text-decoration: none;
}
article .tn-tribunaPlay > .content-tribunaPlay .text-tribunaPlay > a:visited {
    color: #333;    
}
article .tn-tribunaPlay > .content-tribunaPlay .text-tribunaPlay > a .img-tx-tribunaPlay{
    width: 150px;
    margin-bottom: 10px;
}
article .tn-tribunaPlay > .content-tribunaPlay .text-tribunaPlay > a .img-tx-tribunaPlay  img{
    width: 150px;
    height: 47px;
}
article .tn-tribunaPlay > .content-tribunaPlay .text-tribunaPlay a .content-tx-tribunaPlay  h3{
    font-size: 22px;
    font-family: "lato-bold",sans-serif;
    color:#333;
}

@media(max-width: 1024px){
    article .tn-tribunaPlay{
        display: none;
    }
}