/* -EL CAMPANARIO ABOUT US STYLES- */
.about, .spaces {
	background: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.about h2, .spaces h2 {
	color: #9A7333;
	padding: 5px 0px;
}

.about h3, .spaces-content h3 {
	color: #1C1C1C;
	padding: 5px 0px 25px 0px;
}

.about p {
	color: #999999;
	padding: 25px 15px 25px 0px;
}

.about-img {
	width: 100%;
	max-width: 570px;
	max-height: 488px;
	position: relative;
	padding: 5px 0px;
	margin: 0px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/* -EL CAMPANARIO ABOUT PARALLAX- */
.cover {
	height: 500px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	position: relative;
	background: #FFFFFF url(../images/El-campanario_El-mejor-lugar-para-tu-proximo-evento_About.jpg) 50% 0 no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cover-logo {
	margin: 0px auto;
	top: -30px;
	padding: 25px;
	background: #1C1C1C;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.logo2 {
	width: 100%;
	max-width: 500px;
	max-height: 45px;
	margin: 0px auto;
	position: relative;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/*  -EL CAMPANARIO SPACES- */
.spaces-content {
	position: relative;
	display: flex;
	padding: 60px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.spaces-content h4 {
	font-size: 24px;
	padding: 10px 0px;
	color: #9A7333;
}

.spaces-content p {
	color: #999999;
	padding: 25px 0px;
}

.spaces-img {
	width: 100%;
	max-width: 570px;
	position: relative;
	padding: 0px 15px;
	margin: 0px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}




/* -MAX WIDHT 768px- */
@media screen and (max-width: 768px) {
	.spaces-content {
		padding: 45px 0px;
	}

	.spaces-img {
		padding: 15px;
	}

	.spaces-content p {
		padding: 15px 0px;
	}

	.cover {
		height: 380px;
	}

	.about p {
		padding: 10px 0px;
	}

	.cover-logo {
		top: 0px;
	}
}


/* -MAX WIDHT 680px- */
@media screen and (max-width: 680px) {
	.spaces-content {
		padding: 30px 0px;
		border-bottom: 1px solid rgba(210, 210, 210, 0.2);
	}

	.spaces-content:last-child {
		border-bottom: none;
	}

	.spaces-img {
		padding: 15px;
	}

	.spaces-content p {
		padding: 15px 0px;
	}
}