/*
handler: nd-play-home-widget
deps: bootstrap-5,bootstrap-icons,swiper-11,ndmais-button
version: 1.0.7
*/

#nd-play-v2 {
	padding: 40px 0 ;
	background: linear-gradient(143.13deg, rgb(27, 41, 64) 17.711%, rgb(16, 22, 33) 56.567%);
}

#nd-play-v2 .title {
	margin-bottom: 25px;
}

#nd-play-v2 .title .btnAcessar {
    color: var(--bs-black);
    font-size: 16px;
    font-weight: 600;
    background-color: var(--bs-white);
    padding: 10px 25px;
    border-radius: 8px;
}

#nd-play-v2 .title .btnAcessar:hover {
    background-color: var(--gray-light);
}

#nd-play-v2 .heading {
    margin-bottom: 15px;
}

#nd-play-v2 .heading h2 {
	font-size: 28px;
	font-weight: 700;
	color: var(--bs-white);
}

#nd-play-v2 .site-button{
    margin: 0;
}

#nd-play-v2 a.lkMore {
	font-size: 14px;
	font-weight: 700;
    margin: 0;
    line-height: 32px;
    padding: 0 15px;
}

#nd-play-v2 a.lkMore:hover {
	color: var(--gray-light);
}


#nd-play-v2 .ultimos-videos {
	margin-bottom: 20px;
}

#nd-play-v2 .ndplay-videos {
	margin-bottom: 20px;
}

#nd-play-v2 .ndplay-videos img {
	border-radius: 8px;
}

#nd-play-v2 .ndplay-videos .categoria {
	font-size: 11px;
	font-weight: 500;
	color: var(--blue-light);
}

#nd-play-v2 .ndplay-videos .categoria:hover {
	color: var(--bs-white);
}

#nd-play-v2 .ndplay-videos h2 {
	font-size: 14px;
	font-weight: 500;
	color: var(--bs-white);
    line-height: 1.5;
}

#nd-play-v2 .ndplay-videos h2 a {
	color: var(--bs-white);
}

#nd-play-v2 .ndplay-videos h2 a:hover {
	color: var(--blue-extra-light);
}

#nd-play-v2 a.lkMore {
    margin-left: 20px;
}

#nd-play-v2 .ndplay-videos article {
    opacity: 0.3;
    width: 290px;
    padding: 20px;
    transition: opacity 0.2s linear;
}

#nd-play-v2 .ndplay-videos article.swiper-slide-active {
    padding: 10px 0;
	transition: all 0.2s linear;
    opacity: 1;
}

#nd-play-v2 .ndplay-videos article img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#nd-play-v2 .ndplay-videos article .categoria {
	font-size: 12px;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

#nd-play-v2 .ndplay-videos article h3 {
	font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

#nd-play-v2 .ndplay-videos article h3 a {
    color: #fff;
}

#nd-play-v2 .ndplay-programas article {
	width: 290px;
	padding: 20px;
	transition: all 0.2s linear;
    opacity: 0.3;
}

#nd-play-v2 .ndplay-programas article.swiper-slide-active {
	padding: 10px 0;
	transition: all 0.2s linear;
    opacity: 1;
}

#nd-play-v2 .ndplay-programas article img {
	border-radius: 14px;
	transition: all 0.2s linear;
    margin-bottom: 10px;
}

#nd-play-v2 .ndplay-programas article h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

#nd-play-v2 .ndplay-programas article h3 a {
    color: #fff;
}



#nd-play-v2 .video-next,
#nd-play-v2 .program-next {
    width: 34px;
    height: 34px;
    margin-left: 15px;
    background-color: var(--bs-white);
    opacity: 0.3;
    padding: 0;
}

#nd-play-v2 .video-prev,
#nd-play-v2 .program-prev {
    width: 34px;
    height: 34px;
    background-color: var(--bs-white);
    opacity: 0.3;
    padding: 0;
}

#nd-play-v2 .video-next:hover,
#nd-play-v2 .video-prev:hover,
#nd-play-v2 .program-next:hover,
#nd-play-v2 .program-prev:hover {
    opacity: 1;
}

@media only screen and (min-width : 992px) {

    #nd-play-v2 {
	    padding: 60px 0 ;   
    }


    #nd-play-v2 .title img {
		max-width: initial;
	}

    #nd-play-v2 .heading {
        margin-bottom: 20px;    
    }

    #nd-play-v2 .heading h2 {
		font-size: 40px;
	}

    #nd-play-v2 .ultimos-videos {
        margin-bottom: 30px;
    }

    #nd-play-v2 a.lkMore {
        margin-left: 30px;
    }


    #nd-play-v2 .ndplay-videos .swiper-wrapper {
        padding-left: 0;
    }

    #nd-play-v2 .ndplay-videos article,
    #nd-play-v2 .ndplay-videos article.swiper-slide-active {
        padding: 0;
        opacity: 1;
    }

    #nd-play-v2 .ndplay-videos article h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    #nd-play-v2 .ndplay-programas {
		height: auto;
	}

    #nd-play-v2 .ndplay-programas article,
    #nd-play-v2 .ndplay-programas article.swiper-slide-active {
		padding: 0;
        opacity: 1;
	}

    #nd-play-v2 .ndplay-programas{
        margin-bottom: 30px;
    }
    
    #nd-play-v2 .ndplay-programas article h3{
        font-size: 20px;
        text-align: left;
        padding-left: 8px;
    }

}