.video-container {
	width: 100%;
	margin: 30px auto;
	background: rgba(0, 0, 0, .4);
	border-radius: 5px;
	box-shadow: 10px 10px 8px -4px rgba(0, 0, 0, .7);
    max-height: none;
	position: relative;
}

.videoUno.video-thumb {
	display: inline-block;
	width: 30.9%;
	margin: 1%
}
.videoUno.video-thumb:nth-child(2){
    width: 60%;
    margin: -60px 0 0;
}
.videoDos.video-thumb {
	display: inline-block;
	width: 30.9%;
	margin: 1%
}
.videoDos.video-thumb:nth-child(1){
    width: 60%;
    margin: -60px 0 0;
}
.titulo-video-principal{
    width: 40%;
    float: left;
    padding: 40px;
    background-color: #fff;
    margin-top: 0px;
    margin-right: -20px;
    position: relative;
    z-index: 1;
}
.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
}

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

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

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

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

.videoDos.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;
}
#myTab2 {
	border-bottom: none;
}
#myTab2 .nav-link{
	font-size: 10px;
	color: #000;
	border: solid 1px #baea6d;
	background: #fff;
}
#myTab2 .nav-item .nav-link.active{
	background-color: #fff;
	color: #000;
	border: solid 1px #baea6d;
	background: #baea6d;
}

@media (max-width: 1399.98px) { 
	.videoUno.video-thumb:nth-child(2) {
		width: 50%;
	}
	.videoDos.video-thumb:nth-child(1) {
		width: 50%;
	}
	.titulo-video-principal {
	width: 50%;
	float: left;
	padding: 40px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: -5px;
	position: relative;
	z-index: 1;
	}
 }




@media (max-width: 1199.98px) { 
	#myTab .nav-item .nav-link {
	width: 196px;
	}

 }

@media (max-width: 992px) { 
    .titulo-video-principal{
        width: 90%;
        margin-left:  5%;
        margin-bottom: 10px;
        padding: 20px;
    }
    .videoUno.video-thumb:nth-child(2) {
		width: 100%;
		margin: 0px 0 0;
    }
	.videoDos.video-thumb:nth-child(1) {
		width: 100%;
		margin: 0px 0 0;
    }
	.titulo-video-principal {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
		padding: 20px;
	}
 }

@media (max-width:768px) {
	.videoUno.video-thumb {
		width: 30.5%
	}
	.videoDos.video-thumb {
		width: 30.5%
	}
}

@media (max-width:640px) {
	.video-modal-content {
		width: calc(100% - 1em)
	}
	.nav-item{
		max-width: 100%;
	}
}
@media (max-width: 575.98px) { 
    .cover-videos{
        padding: 120px 0;
    }
    .imagen-video{
        border: solid 3px #b7b7b7;
    }
 }


@media (max-width:490px) {
	.canal-label{
		width: 160px;
	}
	
}
@media (max-width:420px) {
	.videoUno.video-thumb {
		width: 47%
	}
	.videoDos.video-thumb {
		width: 47%
	}
	#myTab .nav-item .nav-link {
		width: 148px;
	}
}

.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)
}