/* -GOOGLE FONTS- */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

/* -FONTS-USE- */
/*
font-family: 'Playfair Display', Georgia, serif;
font-family: 'Lato', Helvetica, sans-serif;
/*


/* -EL CAMPANARIO GENERAL STYLES- */
::selection {
	background: rgba(154, 115, 51, 1);
	color: rgba(244, 242, 242, 1);
}

::-moz-selection {
	background: rgba(154, 115, 51, 1);
	color: rgba(244, 242, 242, 1);
}

::-o-selection {
	background: rgba(154, 115, 51, 1);
	color: rgba(244, 242, 242, 1);
}

::-webkit-selection {
	background: rgba(154, 115, 51, 1);
	color: rgba(244, 242, 242, 1);
}

body {
	font-size: 16px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 0.5pt;
	color: #1C1C1C;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

html, body {
	height: 100%;
}

section {
	padding: 100px 0px;
}

footer{
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a:hover, a:focus {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

a:focus, button:focus, input:focus, textarea:focus  {
	outline: none;
}

a:focus, button:focus, input:focus, textarea:focus, .submit-style:focus {
	outline: none;
}

button {
	border: none;
	background: transparent;
	padding: 0px;
	margin: 0px;
	display: block;
}

.no-padding {
	padding: 0;
}

.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}



/* -EL CAMPANARIO TEXT STYLES- */
h1 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 1pt;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

h2 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 1pt;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

h3 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

h4 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: .5pt;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

h6 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 18px;
	color: #9A7333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

p {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

p span {
	font-weight: 700;
}




/* -EL CAMPANARIO BUTTONS STYLES- */
button.primary a, .contact-form button.primary a {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .5pt;
	color: #FFFFFF;
	background: #9A7333;
	border: 1px solid #9A7333;
	padding: 10px 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

button.primary a:hover, .contact-form button.primary a:hover {
	color: #9A7333;
	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;
}

button.secondary {
	padding: 15px 0px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

button.secondary a {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #9A7333;
	font-weight: 700;
	letter-spacing: .5pt;
	border-bottom: 1px solid #9A7333;
	padding: 8px 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


button.primary2 a {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .5pt;
	color: #9A7333;
	background: #FFFFFF;
	border: 1px solid #9A7333;
	padding: 10px 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

button.primary2 a:hover {
	color: #FFFFFF;
	background: #9A7333;
	-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 HEADER CTC- */
.header-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-content {
	background: #1C1C1C;
	padding: 5px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-content ul li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-content ul li a {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	letter-spacing: .5pt;
	color: #FFFFFF;
	font-weight: 700;
	display: inline-block;
	text-align: right;
	padding-right: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-content ul li a:hover {
	color: #F3F3F3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-content ul li a span {
	font-weight: 300;
}




/* -EL CAMPANARIO BREAD CRUMB- */
.bread-crumb {
	height: auto;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 60px 0px;
	position: relative;
	display: flex;
	background: #FFFFFF url(../images/El-campanario_El-mejor-lugar-para-tu-proximo-evento_Bread.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;
}

.bread-content {
	padding-top: 40px;
	 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;
}

.bread-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: .5pt;
	color: #999999;
	padding: 8px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bread-links {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1pt;
	color: #9A7333;
	padding: 5px 0px;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bread-links a {
	color: #999999;
	border-bottom: 1px solid rgba(154, 115, 51, 0);
	position: relative;
	padding: 2px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bread-links a:hover {
	color: #9A7333;
	border-bottom: 1px solid rgba(154, 115, 51, 1);
	-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 PARALLAX FILL- */
.fill {
	height: auto;
	margin: 0px;
	padding: 0px;
	-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 FOOTER- */
/* -UPPER FOOTER- */
.footer {
	padding: 30px 0;
	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;
}

.footer-wrapper {
	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;
}

.footer-content {
	padding: 15px 0px;
	margin: 0px auto;
	position: relative;
	display: flex;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-brand {
	padding: 10px 15px 10px 0px;
	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;
}

.footer-logo {
	width: 100%;
	max-width: 235px;
	max-height: 25px;
	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;
}

.footer-brand p {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 1pt;
	color: #FFFFFF;
	padding: 20px 0px;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-brand_social ul, .footer-menu ul {
	display: block;
	position: relative;
	margin-top: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-brand_social li {
	margin: 15px 0px;
	padding: 0px 15px 0px 0px;
	display: inline-block;
	text-decoration: none;
}

.footer-brand_social li a {
	color: #FFFFFF;
	padding: 10px;
	font-size: 22px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-brand_social li a:hover {
	color: #9A7333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-menu, .footer-contacto {
	padding: 10px 0px 10px 15px;
	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;
}

.footer-menu h6, .footer-contacto h6 {
	color: #9A7333;
}

.footer-menu li {
	display: block;
	text-decoration: none;
	margin: 0px;
	text-transform: uppercase; 
}

.footer-menu li a, .footer-contacto li a {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .5pt;
	line-height: 12px;
	color: #FFFFFF;
	padding: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-menu li a:hover, .footer-contacto li a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-contacto li {
	display: block;
	text-decoration: none;
	margin: 8px 0px;
}



/* -LOWER FOOTER- */
.lower-footer {
	padding: 6px 0;
	background: #9A7333;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.lower-footer p, .lower-footer p a {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: .5pt;
	color: #FFFFFF;
	padding: 2px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.lower-footer p a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	-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 1200px- */
@media screen and (max-width: 1200px) {
	h1 {
		font-size: 20px;
		line-height: 20px;
	}

	h2 {
		font-size: 11px;
		line-height: 11px;
	}

	h3 {
		font-size: 26px;
		line-height: 36px;
	}

	h4 {
		font-size: 24px;
	}

	h6 {
		font-size: 16px;
	}

	p {
		font-size: 14px;
		line-height: 24px;
	}

	button.primary a, button.primary2 a, .contact-form button.primary a {
		font-size: 14px;
		padding: 10px 20px;
	}

	button.secondary a {
		font-size: 14px;
	}

	.footer-brand p {
		font-size: 12px;
		line-height: 18px;
	}
}




/* -MAX WIDHT 768px- */
@media screen and (max-width: 768px) {
	section {
		padding: 60px 0px;
	}

	h1 {
		font-size: 18px;
		line-height: 18px;
	}

	h2 {
		font-size: 10px;
		line-height: 10px;
	}

	h3 {
		font-size: 24px;
		line-height: 34px;
	}

	h4 {
		font-size: 20px;
	}

	h6 {
		font-size: 14px;
	}

	.footer-menu, .footer-contacto {
		padding: 10px 0px;
	}
	
	.footer-brand p {
		font-size: 11px;
		line-height: 15px;
	}
}




/* -MAX WIDHT 680px- */
@media screen and (max-width: 680px) {
	section {
		padding: 40px 0px;
	}

	h1 {
		font-size: 16px;
		line-height: 16px;
	}

	h2 {
		font-size: 10px;
		line-height: 10px;
	}

	h3 {
		font-size: 24px;
		line-height: 34px;
	}

	h4 {
		font-size: 20px;
	}

	h6 {
		font-size: 14px;
	}

	.footer-brand {
		padding: 10px 0px;
	}

	.footer-brand p {
		font-size: 11px;
		line-height: 15px;
	}
}