@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Muli');
body {
	margin: 0px;
	padding: 0px;
}
#cafh-wrapper {
	z-index: 1;
}
#cafh-banner {
	width: 100%;
	z-index: 2;
}
#cafh-banner img {
	width: 100%;
	height: auto;
}
#cafh-head {
	width: 80%;
	z-index: 3;
	position: absolute;
	top: 40px;
	left: 10%;
	right: 10%;
	/*	margin: 0px auto;*/
	background: transparent;
	height: 80px;
}
#cafh-logo {
	width: 180px;
	height: 80px;
	float: left;
}
#cafh-logo img {
	width: 100%;
	height: auto;
}
#cafh-content {
	width: 75%;
	margin: 0px auto;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 40px;
}
#cafh-content p {
	text-align: justify;
	color: #123C8E;
	font-size: 18px;
	font-weight: 600;
}
#cafh-content ul {
	text-align: justify;
	color: #123C8E;
}
#cafh-footer {
	padding: 20px;
}
#cafh-footer p {
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	color: #123C8E;
}
#cafh-footer a {
	text-decoration: none;
	color: #123C8E;
}
#cafh-footer a:hover {
	text-decoration: underline;
}
#cafh-footer img {
	width: 150px;
	height: auto;
	float: right;
}
#cafh-content a {
	text-decoration: none;
	color: #123C8E;
}
#cafh-content a:hover {
	text-decoration: underline;
}
/*Inicia menú*/
#cafh-menu-contenedor {
	width: 70%;
	float: right;
}
#cafh-menu {
	background: transparent;
	width: auto;
	margin-top: 25px;
}
#cafh-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: block;
	zoom: 1;
	text-align: right;
}
#cafh-menu ul:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cafh-menu ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
#cafh-menu.align-right ul li {
	float: right;
}
#cafh-menu.align-center ul {
	text-align: center;
}
#cafh-menu ul li a {
	color: #123C8E;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}
#cafh-menu ul li a:hover {
	color: #123C8E;
}
#cafh-menu ul li a:hover:before {
	width: 100%;
}
#cafh-menu ul li a:after {
	content: "";
	display: block;
	position: absolute;
	right: -3px;
	top: 19px;
	height: 6px;
	width: 6px;
	background: transparent;
	opacity: .5;
}
#cafh-menu ul li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background: #123C8E;
	-webkit-transition: width .25s;
	-moz-transition: width .25s;
	-ms-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}
#cafh-menu ul li.last > a:after, #cafh-menu ul li:last-child > a:after {
	display: none;
}
#cafh-menu ul li.active a {
	color: #123C8E;
}
#cafh-menu ul li.active a:before {
	width: 100%;
}
#cafh-menu.align-right li.last > a:after, #cafh-menu.align-right li:last-child > a:after {
	display: block;
}
#cafh-menu.align-right li:first-child a:after {
	display: none;
}
@media screen and (max-width: 768px) {
#cafh-menu ul li {
	float: none;
	display: block;
}
#cafh-menu ul li a {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #fb998c;
}
#cafh-menu ul li.last > a, #cafh-menu ul li:last-child > a {
	border: 0;
}
#cafh-menu ul li a:after {
	display: none;
}
#cafh-menu ul li a:before {
	display: none;
}
}

/*Termina Menú*/
