/* *******************************************************************************
UNIVERSIDAD SURCOLOMBIANA
CTIC
César Fernández
webmaster
2017
*********************************************************************************/
.slider {
	clear: both;
}

.owl-carousel .owl-item .cubre {
	position: absolute;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.owl-carousel .owl-item.center .cubre {
	height: 0;
}

.notGrup {
	float: left;
	width: 100%;
}

.notGrup div {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 0;
	margin-left: -30%;
	width: 60%;
	max-width: 940px;
	text-align: center;
	background-color: rgba(77, 98, 108, 0.8);
}

.notGrup h2{
	padding: 10px 0;
}

.notGrup h2 a{
	display: block;
	padding: 0 15px;
	font-weight: normal;
	text-decoration: none;
}

.notGrup h2:after {
    border-bottom: 1px solid #DBE0E2;
    content: "";
    position: absolute;
	bottom: 20px;
	left: 50%;
    margin-left: -15%;
    width: 30%;
}

.notGrup a {
	color: #DDD;
}

.notGrup:hover a {
	color: #FFF;
}

.notGrup:hover div{
	background-color: rgba(77, 98, 108, 0.9);
}

.notGrup:hover a:after,
.notGrup h2 a:hover:after {
    border-bottom-color: #999;
    margin-left: -10%;
    width: 20%;
}



.notGrup img {
	float: right;
	width: 100%;
}

.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	z-index: 10;
	top: 50%;
	display: block;
	margin-top: -38px;
	width: 36px;
	height: 56px;
	text-indent: 9999px;
	line-height: 9999px;
	text-transform: uppercase;
	overflow: hidden;
	cursor: pointer;
	background: url(https://www.usco.edu.co/imagen-institucional/piezas/flechas.png) 0 0 no-repeat;
	opacity: 0.5;
}

.owl-theme .owl-nav .owl-prev {
	left: 1%;
}

.owl-theme .owl-nav .owl-next {
	right: 1%;
	background-position: 100% 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	opacity: 1;
}

.controlPlayer{
	position: absolute;
	z-index: 10;
	top: -10px;
	right: 20px;
}

.btnPlayer {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 9999px;
	line-height: 9999px;
	text-transform: uppercase;
	overflow: hidden;
	cursor: pointer;
}

.btnPlayer, .btnPlayer.playD {
	background: #8F141B url(https://www.usco.edu.co/imagen-institucional/piezas/controles.png) 0 0 no-repeat;
}

.btnPlayer.stop, .btnPlayer.stopD {
	background-position: 100% 0;
}

.btnPlayer:hover {
	background-color: #333;
}

.btnPlayer.esconde {
	display: none;
}

/*
.btnPlayer.playD{ background-position: 0 100%; }
.btnPlayer.stopD{ background-position: 100% 100%; }
*/
.btnPlayer.prevD {
	background-position: 0 100%;
}

.btnPlayer.nextD {
	background-position: 100% 100%;
}

.control .btnPlayer {
	background-color: #DFD4A6;
}

.control .btnPlayer:hover {
	background-color: #C7B363;
}


/*******************************************************/
@media ( max-width : 1200px){
	.notGrup div{
		margin-left: -40%;
		width: 80%;
	}
}

@media ( max-width : 1000px){
	.notGrup div{
		margin-left: -47%;
		width: 94%;
	}
}

@media ( max-width : 900px){
	.controlPlayer, .owl-nav{
		display: none;
	}
}
@media ( max-width : 479px){
	.notGrup div{
		bottom: 50%;
		transform: translateY(50%);
		-webkit-transform: translateY(50%);
	}
}
