/* -EL CAMPANARIO ABOUT US STYLES- */
.contact {
	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;
}

.contact h2 {
	color: #9A7333;
	padding: 5px 0px;
}

.contact h3 {
	color: #1C1C1C;
	padding: 5px 0px 25px 0px;
}

.contact-form {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 40px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact-form ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	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;
}

.contact-form li {
	padding: 8px 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;
}

.contact-form label {
	font-family: 'Lato', Helvetica, sans-serif;
	color: rgba(28, 28, 28, 1);
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact-form input, .contact-form select {
	width: 100%;
	padding: 10px 15px;
	position: relative;
	display: block;
}

.contact-form input, .contact-form select {
	font-family: 'Lato', Helvetica, sans-serif;
	color: rgba(28, 28, 28, 1);
	font-size: 16px;
	background-color: #FFFFFF;
	border: 1px solid rgba(28, 28, 28, .3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
}

.contact-form select, .contact-form select>option {
	padding: 10px 15px;
	font-family: 'Lato', Helvetica, sans-serif;
	color: rgba(28, 28, 28, .5);
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact-form input:focus, .contact-form textarea:focus {
	border: 1px solid rgba(28, 28, 28, .5);
	background: #F3F3F3;
}

::-webkit-input-placeholder {
	color: rgba(28, 28, 28, .5) !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

:-moz-placeholder {
	color: rgba(28, 28, 28, .5) !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

::-moz-placeholder {
	color: rgba(28, 28, 28, .5) !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

:-ms-input-placeholder {
	color: rgba(28, 28, 28, .5) !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.avisos-de-privacidad {
	margin: 0px auto;
	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;
}

input[type="checkbox"] {
	width: 15px;
	height: 15px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	background-color: #FFFFFF !important;
	margin: 0px 10px;
	top: 2px;
}

.avisos {
	padding: 10px 0px;
	font-family: 'Lato', Helvetica, sans-serif;
	color: rgba(28, 28, 28, .5);
	font-size: 16px;
	display: inline-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;
}

.avisos span a {
	color: #9A7333;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: solid 1px rgba(154, 115, 51, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.avisos span a:hover {
	border-bottom: solid 1px 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;
}

.contact-form button {
	margin: 0px auto;
	padding-top: 40px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.map {
	background: #F3F3F3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.frame {
	width: 100%;
	height: 500px;
	position: relative;
	display: flex;
	padding: 0px;
	box-shadow: rgba(28, 28, 28, 0.1) 0px 10px 30px 0px;
	-webkit-box-shadow: rgba(28, 28, 28, 0.1) 0px 10px 30px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}