/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2022 | 22:53:53 */
.w3-border{
	background: #C4C4C4;
	border-radius: 20px;
	height: 7px;
	width: 80%;
}

.w3-grey{
	color: #fff!important;
    background-color: #DB0099 !important;
	border-radius: 20px;
	height: 7px;
}

#video_historial{
}

#video_historial .slider-container {
}

#video_historial .slider-wrapper{
	display:flex;
	flex-direction:row;
	overflow:hidden;
	padding-left: 55px;	
}

#video_historial .swiper-slide {
	transition: all 300ms ease-in-out;
	border-radius: 5px;
	text-align: start;
	font-size: 18px;
	display: flex;
	height: 270px;
	margin-top:30px;
	/*width: 31%;*/
	max-width: 550px;
    margin-right: 3%
}

#video_historial .slide-col{
	display:flex;
	flex-direction:column;
	width:50%;
    justify-content: space-between;
    align-items: flex-start;
	background: #505050;
	height:160px;
}

.slide-col:last-child{
	padding:10px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	color:white;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.slide-title{
	font-weight: 700;
	font-size: 1rem;
}

.slide-row{
	display:flex;
	flex-direction:row;
	align-items: start;
}
.slide-badge{
 	background: #DB0099;
 	font-size: 0.8rem;
	width: max-content;
    border-radius: 7px;
	padding:4px;
	margin-right:4px;
	line-height:12px;
}

.slide-p{
 	font-size: 0.8rem;
	padding: 4px;
	line-height:12px;
}


.slide-col img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 160px;
  object-fit: cover;
}

.slide-col:hover{
  cursor: pointer;
}

.slide-col:active {
  cursor: pointer;
}

#video_historial .swiper-slide:hover {
  transform: scale(1.1);
  transition: all 300ms ease-in-out;
  transition-delay: 100ms;
  z-index: 1;
}

#video_historial .swiper-button-next,#video_historial .swiper-button-prev{
	color:white;
}



@media only screen and (max-width: 600px) {

	#video_historial .swiper-slide {
		flex-direction: column;
		transition: all 300ms ease-in-out;
		border-radius: 5px;
		text-align: start;
		font-size: 18px;
		display: flex;
		height: 270px;
		margin-top:30px;
		max-width: 550px;
		margin-right: 3%
	}
	
	#video_historial > div > div > div:nth-child(1) > div:nth-child(2){
		border-radius: 0px 0px 10px 10px;
	}
	
	.slide-col img{
	border-radius: 10px 10px 0px 0px;
	
	}
	
	.slide-title {
    font-size: 0.8rem;
	}
	
	

}