* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #829195;
	font-family: open-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
}

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

.text-center {
	text-align: center;
}

.contenedor {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	background: #FFF;
}

.flyer {
	margin-bottom: -5px;
}

.flyer img {
	width: 100%;
}

.menu {
	background: #515F60;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu .link {
	padding: 10px;
}

.menu a {
	display: block;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	background: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	text-align: center;
}

.menu a:hover {
	color: #FCAC8B;
}

.footer-text {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: open-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #313332;
}

.footer-text a {
	text-decoration: none;
	color: #313332;
	font-family: open-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
	transition: .3s;
}

.footer-text a:hover {
	color: #7AAB38;
}

/* Modal */

/*.modal {
	display: none;
	width: 90%;
	max-width: 600px;
	border-radius: 3px;
	padding: 0;
}

.modal .fancybox-close-small {
	top: 15px;
}

.modal .modal-header {
	padding: 20px;
	border-bottom: 1px #EEE solid;
	margin-bottom: 10px;
}

.modal .modal-header h2 {
	color: #313332;
	font-family: open-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.modal .modal-body {
	padding: 10px 20px;
	text-align: justify;
}

.modal .modal-body h2 {
	font-family: hucklebuck-jf,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin-bottom: 20px;
}

.modal .modal-body h3 {
	color: #7AAB38;
}

.modal .modal-body p {
	padding: 20px 0;
	line-height: 25px;
}

.modal .modal-body ol {
	margin-left: 20px;
}

.modal .modal-body ol li {
	margin-bottom: 15px;
}

.modal .modal-body a {
	margin-top: 20px;
	color: #444;

	transition: color 0.3s;
}

.modal .modal-body a:hover {
	color: #666;
}

.modal .image img {
	width: 100%;
	height: auto;
}

.cita {
	margin-bottom: 20px;
	font-style: italic;
}*/

@media (max-width: 575.98px) {
	.contenedor {
		width: 100%;
	}
}