/*Proyecto PAPIME stylesheet*/


@import url('navbar.css');

@media (max-width: 979px){
	.page-header{
		margin-top: 70px;
	}

	.page-header h1{
		font-size: 40px;
	}
}

@media (max-width: 767px){
	.page-header{
		margin-top: 60px;
	}

	.page-header h1{
		font-size: 35px;
		text-align: center;
	}

	h1 small{
		font-size: 19px;
	}

	h2{
		font-size: 25px;
		font-weight: normal;
	}

	.dl-horizontal{
		font-size: 17px;
	}

	.dl-horizontal dt{
		text-align: center;
		font-weight: normal;
	}

	.dl-horizontal dd{
		text-align: center;
		margin-top: 5px;
		margin-bottom: 15px;
		font-weight: bold;
	}

	.collapse p{
		font-size: 15px;
	}
}