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

#nd-play-regioes-widget { 
    padding: 30px 0;
    background: #101621;
    background: -webkit-linear-gradient(0deg, rgba(16, 22, 33, 1) 0%, rgba(27, 41, 64, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(16, 22, 33, 1) 0%, rgba(27, 41, 64, 1) 100%);
    background: linear-gradient(0deg, rgba(16, 22, 33, 1) 0%, rgba(27, 41, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101621", endColorstr="#1B2940", GradientType=0);
}


#nd-play-regioes-widget .logo-nd-play {
    margin-bottom: 20px;
    display: inline-block;
}

#nd-play-regioes-widget .live-program-frame {
    border-radius: 12px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

#nd-play-regioes-widget .live-program-frame::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top:0;
    transition: all;
    background-color: #000;
    transition: opacity 0.2s ease-in-out;
}

#nd-play-regioes-widget .live-program-frame:hover::after{
    opacity: 0.3;
}

#nd-play-regioes-widget .live-program-frame i {
    position: absolute;
    font-size: 50px;
    color: #fff;
    z-index: 1;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

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

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

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

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

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

#nd-play-regioes-widget a.lkMore i {
	font-size: 17px;
}


#nd-play-regioes-widget a.lkAovivo {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-white);
	line-height: 16px;
    background-color: #D73C3C;
    line-height: 28px;
    padding: 0 10px;
}

#nd-play-regioes-widget a.lkAovivo:hover {
	color: var(--gray-light);
}

#nd-play-regioes-widget a.lkAovivo i {
	margin-right: 8px;
}



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

#nd-play-regioes-widget .nd-play-regiao-videos {
	margin-bottom: 20px;
}

#nd-play-regioes-widget .nd-play-regiao-videos img {
	border-radius: 8px;
}

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

#nd-play-regioes-widget .nd-play-regiao-videos .categoria:hover {
	color: var(--bs-white);
}

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

#nd-play-regioes-widget .nd-play-regiao-videos h2 a {
	color: var(--bs-white);
}

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

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

#nd-play-regioes-widget .nd-play-regiao-videos article {
    width: 290px;
    padding: 20px;
    transition: all 0.2s linear;
    opacity: 0.3;
}

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

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

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

#nd-play-regioes-widget .nd-play-regiao-videos article h2 {
	font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

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

#nd-play-regioes-widget .prev {
    width: 34px;
    height: 34px;
    background-color: var(--bs-white);
    opacity: 0.3;
    padding: 0;
    margin-top: 15px;
}

#nd-play-regioes-widget .next:hover,
#nd-play-regioes-widget .prev:hover {
    opacity: 1;
}


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

    #nd-play-regioes-widget {
        padding: 45px 0;
    }

    
    #nd-play-regioes-widget .logo-nd-play {
        margin-bottom: 30px;
    }


    #nd-play-regioes-widget .wide-right {
        padding-right: 0;
    }

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

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

    #nd-play-regioes-widget .live-program-frame {
        margin-bottom: 0;
    }

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

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

    #nd-play-regioes-widget a.lkAovivo {
        line-height: 40px;
        border-radius: 4px;
        font-size: 18px;
    }

    #nd-play-regioes-widget .nd-play-regiao-videos .swiper-wrapper {
        
        padding-left: 0;
    }

    #nd-play-regioes-widget .nd-play-regiao-videos article,
    #nd-play-regioes-widget .nd-play-regiao-videos article.swiper-slide-active {
        padding: 0;
        width: 300px;
        opacity: 1;
    }

    #nd-play-regioes-widget .nd-play-regiao-videos article h2 {
        font-size: 16px;
        line-height: 1.3;
    }


}