.tv-widget {
    grid-column: 1/-1;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.tv-widget-player {
    max-width: 1200px;
    width: 100%;
    height: 520px;
}

.tv-widget-player iframe {
    border-radius: 15px;
}

.tv-widget-logo img {
    width: 170px;
}

.tv-widget-header {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

.tv-widget-title {
    position: absolute;
    bottom: 45px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/*.tv-widget-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 3.7) );
    z-index: 2;
    border-radius: 15px;
}*/

.tv-widget-title span {
    color: #FFFFFF;
    font-size: 12px;
    font-family: "NunitoSans-ExtraBold";
}

.tv-widget-title h1 {
    color: #FFFFFF;
    font-size: 42px;
    font-family: "NunitoSans-Bold";
}

.tv-widget-logo {
    position: absolute;
}

.tv-widget-thumb-container {
    max-width: 225px;
    height: 190px;
    position: relative;
    display: flex;
    cursor: pointer;
}

.splide__arrow--prev {
    left: -1em !important;
    background-color: white !important;
    opacity: 1 !important;
}

.splide__arrow--next {
    background-color: white !important;
    opacity: 1 !important;
    right: -1em;
}

.tv-widget-footer {
    display: flex;
    align-items: center;
    padding: 25px;
    width: 100%;
    height: 115px;
    background-color: white;
    border-radius: 15px;
    margin-top: 30px;
    justify-content: space-between;
}

.tv-widget-canal {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tv-widget-footer img{
    width: 45px;
    height: 45px;
}

.tv-widget-footer a{
   display: flex;
   gap: 10px;
   align-items: center
}

.tv-widget-canal strong {
    font-family: "NunitoSans-Bold";
    font-size: 14px;
    color: #4A4A4A;
}

.tv-widget-canal small {
    font-family: "NunitoSans-SemiBold";
    font-size: 11px;
    color: #989898;
}

.tv-widget-footer a span {
    font-family: "NunitoSans-Regular";
    font-size: 24px;
    color: #1E1E1EE5;
    max-width: 320px;
    line-height: 28px;
}

.tv-widget-footer a span strong {
    font-family: "NunitoSans-Bold";
    font-size: 24px;
    color: #1E1E1EE5;
}

.tv-widget-play-btn img {
    border-radius: 0 !important;

}

.tv-widget-thumb-container img {
    max-width: 225px;
    max-height: 190px;
    height: 100%;
    border-radius: 15px;
}

.tv-widget-splide {
    margin-top: 30px;
}

.tv-widget-thumb {
    position: absolute;
    gap: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
}

@media (max-width:800px){
    .tv-widget-title h1 {
        text-align: center;
    }    
    .tv-widget-thumb-container {
        max-width: unset;
        width: 100%;
    }
    .tv-widget-thumb-container img {
        max-width: unset;
        width: 100%;
    }

    .tv-widget-footer {
        flex-direction: column;
        height: unset;
        gap: 20px;
    }

    .tv-widget-footer a {
        text-align: center;
    }

    .tv-widget {
        padding: 20px;
    }
}
