.body {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height:650px;
}

#head{
	padding-left: 140px;
	padding-top: 60px;
}

#head h1,h2{
	color:#fafafa;
	font-family: 'Archivo Narrow', sans-serif;
	text-shadow: 3px 3px 5px rgba(0, 0, 138, 1);
}

#head h1{
	font-size:40px;
	line-height: 44px;
	font-weight: bold;
}

#head h2{
	font-size:24px;
	margin-top:-5px;
}

.menu{
	margin-left:-95px;
	margin-top:25px;
}

.menu{
	list-style: none;
}

.menu li {
	margin-bottom:2px;
	width: 300px;
}
.menu li a{
	background: rgba(20, 65, 134, 0.6);
	padding:12px 0px;
	width: 300px;
	display: block;
	font-family: 'Play', sans-serif;
	color:#fff;
}

.menu li a:hover{
	background: rgba(7, 24, 48, 0.6);
	text-decoration: none;
	transition: all 0.4s;
}

.menu li a .active{
	background: rgba(7, 24, 48, 0.6);
	text-decoration: none;
}

.menu li a div{
	background-color: #0a3975;
	width: 32px;
	float: left;
	text-align: center;
	padding: 10px 0px;
	position: relative;
	top: -10px;
	bottom: -10px;
	margin-right: 5px;
	margin-bottom: -20px;
}

.escuelas{
	margin-top:15px;
	font-family: 'Play', sans-serif;
}

.school-div{
	border-right:1px solid #222;
	border-left:1px solid #222;
	border-bottom:5px solid #222;
}

.school-div .num{
	background: #222;
	padding: 8px 8px 9px 8px;
	color: #fff;
	font-size: 20px;
	width: 35px;
	text-align: center;
	position: absolute;
	top: 15px;
	left: -25px;
	margin-bottom: -40px;
}

.school-div h3{
	background-color: #222;
	width: 100%;
	padding:10px;
	padding-left:10px;
	color:#fff;
	margin-top:15px;
	font-size: 24px;
}

.content-school #phone{
	margin-top:15px;
}

.content-school #email{
	margin-top:20px;
}

.content-school{
	color:#666;
	padding-right:20px;
}

.content-school img{
	margin-left:20px;
}

.content-school p{
	line-height: 15px;
	margin-left:10px;margin-top:-4px;
}

.content-school .bold{
	font-weight: bold;
	color:#000;
}

.content-school .pre-list{
	margin-top:25px;
	margin-bottom:20px;
}

.img-school img{
	margin-top:5px;
}

/*RESPONSIVE*/


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	#head {
	padding-left: 20px;
	padding-top: 40px;
	}

}

/* Portrait tablets and small desktops */
@media (max-width: 600px) {
	
	#head {
		padding-left: 20px;
		padding-top: 40px;
	}

	.body {
		background-image: url(../img/bg.jpg);
		background-repeat: no-repeat;
		background-position: -100px top;
		width: 100%;
		height:650px;
	}

	#menu-mobile{
		margin-top:30px;
		font-size:18px;
		margin-bottom:40px;
	}
	#menu-mobile p{
		color:#fff;
		font-weight: bold;
		margin-bottom:-0px;
	}
	
}

