
.imagen-video {
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #272727;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: background-color .2s ease-out 50ms, -webkit-transform .2s ease-out 50ms;
	transition: background-color .2s ease-out 50ms, transform .2s ease-out 50ms;
	padding: 17% 0;
	background-position: 50%!important;
	background-size: cover;
    border: solid 6px #b7b7b7;
}

.imagen-video img {
	position: relative;
	z-index: 10;
	transition: all .3s;
	width: 20%
}

.imagen-video::after {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s
}

.video-thumb:hover .imagen-video {
	background-color: #222;
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.video-thumb:hover .imagen-video::after {
	background: rgba(0, 0, 0, 0)
}

.video-thumb:hover .imagen-video img {
	opacity: 0
}

.titulo-video {
	width: 100%;
	height: 30px;
	font-size: 13px;
	display: table;
	padding: 10px 20px;
    background: #23519a;
    color: #fff;
}

.video-modal,
.video-modal .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000
}

.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0;
	-webkit-transform: translate(500%, 0);
	transform: translate(500%, 0);
	-webkit-transition: -webkit-transform 0s linear 0s;
	transition: transform 0s linear 0s;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.video-modal .overlay {
	z-index: 0;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	-webkit-transition: opacity .2s ease-out 50ms;
	transition: opacity .2s ease-out 50ms
}

.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	height: auto;
	width: calc(100% - 200px);
	max-width: 1000px;
	max-height: calc(100% - 100px);
	margin: 0 auto;
	overflow-y: visible;
	background: #fff
}
.icono-chanel{
	width: 54px;
	border-radius: 30px;
	margin-right: 10px;
}
#myTab .nav-item .nav-link{
	background-color: #23519a;
	color: #fff;
	padding: 5px 15px !important;
	width: 240px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
#myTab .nav-link small{
	font-size: 10px;
	color: #baea6d;
}

#myTab .nav-item .nav-link.active{
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #f2f2f2;
}











.close-video-modal {
	display: block;
	position: absolute;
	right: 0;
	top: -30px;
	text-decoration: none;
	font-size: 1em;
	font-weight: 700;
	color: white;
	z-index: 1;
	background: red;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 7px;
	border-radius: 20px;
}

.video-sizer {
	display: block;
	width: 100%;
	height: auto
}

iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	box-shadow: 0 2px 16px rgba(0, 0, 0, .5)
}

.show-video-modal .video-modal {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0)
}

.show-video-modal .video-modal .overlay {
	opacity: 1
}

.show-video-modal .video-modal-content {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0)
}

@media (max-width: 767.98px) {
	.video-modal-content{
		width: 100%;
	}
}