/*******************************************************************************
UNIVERSIDAD SURCOLOMBIANA
CTICD
César Fernández
webmaster
2020
******************************************************************************** */

@media all and (max-width: 1200px){
	.controlPlayer{
		top: 10px;
	}
}

@media all and (max-width: 1100px){
	.centro{
		padding: 0 15px;
	}
	
	.header .banderas{
		right: 15px;
	}
	
	.sm-menu a{
		border-bottom: 1px solid #A6B1B6;
	}

	.menu2do{
		display: none;
	}

	.menu2do ul li{
		width: 100%;
		margin: 0;
		text-align: right;
		border-bottom: 1px solid #1E262B;
	}
	.menu2do li:last-child, .sm-menu li:last-child{
		border: none;
	}
	.menu2do ul li a{
		display: block;
		padding: 8px 0;
	}
}

@media all and (max-width: 1000px){
	.interna .cabezote.imagen img{
		opacity: 0.5;
	}

	.interna .cabezote h4{
		margin-left: auto;
		margin-right: auto;
		width: 92%;
	}
}

@media all and (max-width: 760px){
	.notGrup h2{
		margin: 0;
		padding: 10px 0;
	}
	.notGrup h2:after{
		display: none;
	}

	.desgloce h1.titulo {
		font-size: 180%;
	}

	.interna .cabezote.imagen .hgroup{
		position: inherit;
	}
	.interna .cabezote.imagen{
		line-height: normal;
		justify-content: center;
	}
	.interna .cabezote.imagen figure{
		line-height: 0;
	}
	.interna .cabezote.imagen img{
		opacity: 1;
	}

	.interna .cabezote.sinimagen{
		padding: 30px 0;
	}

	.interna table{
		display: block;
		overflow-x: auto;
	}
}


@media all and (max-width: 540px){
	.notGrup h2{
		font-size: 120%;
	}
}

@media all and (max-width: 500px){
	.header .logos .figure{
		margin: 0;
	}
	.header .logos .figure img.colombia{
		display: none;
	}
}

@media (max-width: 479px){
	.notGrup h2{
		font-size: 110%;
	}
}

@media all and (max-width: 440px){
	.pagination ul li a{
		margin: 0;
	}

	.menInf ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}