/* --------------------------------------------------------
/* ---- SECCIÓN 7: 
-------------------------------------------------------- */

.section_aprenderan {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
}

.section_aprenderan .figura_1 {
	width: 100%;
	height: auto;
	position: relative;
}

.section_aprenderan .figura_1 .bloque_a {
	width: 40%;
	height: auto;
	position: absolute;
	top: 100px;
	left: 0;
}

.section_aprenderan .figura_1 .bloque_a .elemeto_title {
	width: 160px;
	height: auto;
	position: absolute;
	right: 15%;
	bottom: -30px;
}

.section_aprenderan .figura_1 .bloque_b {
	width: 50%;
	height: auto;
	position: absolute;
	top: 40px;
	right: 0;
}

.section_aprenderan .figura_1 .bloque_b .info {
	width: 80%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}

.section_aprenderan .figura_2 {
	width: 100%;
	height: auto;
	position: relative;
}

.section_aprenderan .figura_2 .imagen {
	width: 50%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.section_aprenderan .figura_2 .elemento_f {
	width: 140px;
	height: auto;
	position: absolute;
	left: -40px;
	bottom: -30px;
}

.section_aprenderan .info_text {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 1180px) {
	.section_aprenderan .figura_1 .bloque_b .info {
		width: 90%;
		top: 10px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1080px) {
	.section_aprenderan .ed__main_title_large {
		font-size: 28px;
		line-height: 34px;
	}

	.section_aprenderan .ed_parrafo_large {
		font-size: 24px;
		line-height: 32px;
	}

	.section_aprenderan .figura_1 .bloque_a {
		top: 40px;
	}

	.section_aprenderan .figura_1 .bloque_a .elemeto_title {
		width: 147px;
		height: auto;
		position: absolute;
		right: 15%;
		bottom: -19%;
	}
}

@media only screen and (max-width: 992px) {
	.section_aprenderan {
		padding-bottom: 40px;
	}

	.section_aprenderan .figura_morada {
		position: absolute;
	}

	.section_aprenderan .figura_1 .bloque_a {
		width: 80%;
		height: auto;
		position: relative;
		margin: 0 auto;
		margin-bottom: 0px;
	}

	.section_aprenderan .figura_1 .bloque_b {
		width: 80%;
		height: auto;
		position: relative;
		margin: 0 auto;
		margin-bottom: 30px;
		top: 11px;
	}

	.section_aprenderan .figura_1 .bloque_a {
		width: 70%;
	}

	.section_aprenderan .figura_1 .bloque_a .elemeto_title {
		display: none;
	}
	.section_aprenderan .figura_1 .bloque_b .info {
		width: 100%;
		top: 0px;
		text-align: center;
	}

	.section_aprenderan .ed_parrafo_large {
		text-align: center !important;
		color: #000 !important;
	}

	.section_aprenderan .figura_2 {
		width: 80%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.section_aprenderan .block_grid_2 {
		width: 90%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 40px;
		float: none;
	}
}

/* --------------------------------------------------------
/* ---- Responsive: 1024px
-------------------------------------------------------- */

@media only screen and (max-width: 880px) {
	.section_aprenderan .figura_1 .bloque_b {
		width: 90%;
	}

	.section_aprenderan .ed__main_title_large {
		font-size: 24px;
		line-height: 30px;
	}

	.section_aprenderan .ed_parrafo_large {
		font-size: 20px;
		line-height: 26px;
	}

	.section_aprenderan .figura_2 .elemento_f {
		width: 90px;
		height: auto;
		position: absolute;
		left: -40px;
		bottom: -26px;
	}
}

@media only screen and (max-width: 480px) {
	.section_aprenderan .ed__main_title_large {
		font-size: 20px;
		line-height: 24px;
	}

	.section_aprenderan .ed_parrafo_large {
		font-size: 18px;
		line-height: 24px;
	}

	.section_aprenderan .figura_2 {
		width: 100%;
	}

	.section_aprenderan .figura_2 .elemento_f {
		width: 60px;
		height: auto;
		position: absolute;
		left: -15px;
		bottom: -15px;
	}
}
