h1 {
	font-size: 2rem;
	font-weight: bold;
}

.hr {
	text-align: center;
	border-bottom: .2rem solid #fff;
	display: block;
	width: 80%;
	margin: 0 auto 2rem;
}

.campus h4 {
	text-align: center;
	margin-bottom: 1rem;
}

.campus ul li {
	font-weight: 500;
	font-size: 1rem;
}

.contacto ul li {
	font-size: 1.3rem;
	font-weight: bold;
}


.max {
	font-size: 2.5rem;
	font-weight: bold;
}

#shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 500;
}
#formRow.activo {
	background-color: #4a7bad;
	padding: 25px 20px;
	border-radius: 1.5rem;
}