@media screen and (min-width: 1280px) {
	.y-video ul li .video-img iframe {
		max-width: 275px;
	}
}


@media screen and (max-width: 1023px) {
	.video-sec.cursos iframe {
		width: 100%;
	}
	
	.video-sec .video-img iframe{
		width: 100%;
	}
}


@media screen and (max-width: 767px) {
    .pagi-1.cnt-2 .pagi-cnt h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
	
	.y-video {
		padding: 30px 0;
	}
	
	.buscar .bus-ti .bus-list.listado-cards h2 {
		font-size: 24px;
		line-height: 28px;
	}
}