lite-youtube:hover>.lty-playbtn, lite-youtube .lty-playbtn:focus {
    filter: none;
    transform: scale(1.23);
	background-color: #FFDA68;

}
lite-youtube > .lty-playbtn{
	background: no-repeat center/100px 100px;
	filter:none;
	background-color: #F5F9D2;
	mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"></path><path d="M719.4 499.1l-296.1-215A15.9 15.9 0 0 0 398 297v430c0 13.1 14.8 20.5 25.3 12.9l296.1-215a15.9 15.9 0 0 0 0-25.8zm-257.6 134V390.9L628.5 512 461.8 633.1z"></path></svg>') no-repeat center/100px 100px;
	transition: transform .3s ease;
}

.swiper-button-prev-banner-episodios::after, .swiper-button-next-banner-episodios::after {
  display: none;
}
i.arrow-l{
	background: url(../img/arrow-l.svg);
}
i.arrow-r{
	background: url(../img/arrow-r.svg);
}
.swiper-button-next i, .swiper-button-prev i{
	width:100%;
	height:100%;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#banner-episodios{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#banner-episodios .box-item {
	display: flex;
	justify-content: center;
    align-items: center;
	background: #264542;
	color:#F5F9D2;
	transition:.5s ease;
	font-family: "Lilita One";
	font-weight:normal;
	line-height:normal;
	font-size:25px;
	cursor: pointer;
	padding: 15px 10px;
	border-radius: 10px;
}
#banner-episodios .box-item.active, #banner-episodios .box-item:hover{
	color: #264542;
	background:#F5F9D2;
	transition:.5s ease;
}

#gacaro{
	position:relative;
}
#caroepi{
	width:85%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#gacaro .swiper-button-next, #gacaro .swiper-button-prev {
	color:#000000;
	font-size:25px;
}
#gacaro .swiper-button-next::after, #gacaro .swiper-button-prev::after {
	display:none;
}

#gacaro .swiper-slide img{
	height:100px;
	object-fit:cover;
	background:#ffffff;
	border: 3px solid #000000;
	border-radius:5px;
	width:100%;
}

@media screen and (max-width: 990px) {
	.swiper-button-prev-banner-episodios, .swiper-button-next-banner-episodios {
	  width: 25px !important;
	}
}
@media screen and (max-width: 767px) {
	#banner-episodios{
		width:75%;
	}
	#banner-episodios .box-item{
		font-size:20px;
	}
}