/* --------------------------------------------------------
/* ---- MODULOS PORTADA 
-------------------------------------------------------- */
.ed__module_portada {
	width: 100%;
	height: 580px;
	position: relative;
	margin: 0 auto;
	background-position: 50% 65% !important;
	background-size: cover !important;
}

.ed__module_portada .title_a {
	width: 560px;
	height: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	bottom: -15%;
	z-index: 999;
}

.ed__module_portada .title_b {
	width: 540px;
	height: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	bottom: -15%;
	z-index: 999;
	padding: 20px;
	border-radius: 40px;
}

.ed__module_portada .title_c {
	width: 400px;
	height: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	border-radius: 50%;
	bottom: -15%;
	z-index: 999;
	padding: 20px;
}

.slider_title_container {
	width: 90%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;
}

/* --------------------------------------------------------
/* ---- MODULOS BOTONES 
-------------------------------------------------------- */
.ed__modules_btns {
	width: 100%;
	height: 200px;
	margin-top: 60px;
	margin-bottom: 0px;
	position: relative;
}

.ed__modules_btns .base {
	width: 100%;
	max-width: 1280px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ed__modules_btns .block {
	width: 33.33%;
	height: auto;
	float: left;
}

.custom-center-conten {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

/* --------------------------------------------------------
/* ---- MODULO ENSEÑANDO
-------------------------------------------------------- */

/* --------------------------------------------------------
/* ---- MODULOS ILUMINAMOS 
-------------------------------------------------------- */

/* --------------------------------------------------------
/* ---- RESPONSIVE
-------------------------------------------------------- */

/* --------------------------------------------------------
/* ---- PROYECTOS RELACIONADOS
-------------------------------------------------------- */

@media only screen and (max-width: 992px) {
	.ed__module_portada {
		height: 440px;
		margin-bottom: 60px;
	}

	.ed__module_portada .title_a {
		width: 420px;
	}

	.ed__modules_btns .block {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.ed__module_portada .title_b {
		width: 50%;
		margin-bottom: 60px;
	}

	.ed__module_portada .title_c {
		width: 300px;
		height: auto;
		bottom: 0%;
	}
} /*992*/

@media only screen and (max-width: 568px) {
	.ed__module_portada .title_a {
		width: 90%;
		bottom: -8%;
	}

	.ed__main_title {
		font-size: 26px;
	}
	.ed__main_subtitle {
		font-size: 22px;
	}

	.ed__module_portada .title_b {
		width: 90%;
	}

	.ed__modules_btns {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 0px;
		position: relative;
	}
}

@media only screen and (max-width: 400px) {
	.ed__main_title {
		font-size: 22px;
	}
	.ed__main_subtitle {
		font-size: 20px;
	}

	.ed__module_portada .title_c {
		width: 300px;
	}
}
