.ed_module_ensenando {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 0px;
	padding-bottom: 60px;
}

.ed_module_ensenando .main-content {
	width: 100%;
	height: 180px;
	position: relative;
	margin: 0 auto;
}

.ed_module_ensenando .main-content-b {
	width: 100%;
	height: 160px;
	position: relative;
	margin: 0 auto;
}

.ed_module_ensenando .lines-top {
	width: 100%;
	height: 80px;
	position: relative;
	margin: 0 auto;
	background: url(../../images/figuras/blue_lines_top_small.png);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.ed_module_ensenando .lines-bottom {
	width: 100%;
	height: 80px;
	position: relative;
	margin: 0 auto;
	background: url(../../images/figuras/blue_lines_bottom_small.png);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	margin-bottom: 30px;
}

.ed_module_ensenando .lines-top-yellow {
	width: 100%;
	height: 80px;
	position: relative;
	margin: 0 auto;
	background: url(../../images/figuras/yellow_lines_top_small.png);
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.ed_module_ensenando .lines-bottom-yellow {
	width: 100%;
	height: 80px;
	position: relative;
	margin: 0 auto;
	background: url(../../images/figuras/yellow_lines_bottom_small.png);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	margin-bottom: 30px;
}

.ed_module_ensenando .info {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ed_module_ensenando .info_v2 {
	width: 50%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ed_module_ensenando .title {
	width: 100%;
	height: auto;
	bottom: 0px;
	font-family: "Montserrat-ExtraBold";
	font-size: 34px;
	line-height: 42px;
	letter-spacing: 3px;
	margin-bottom: 10px;
	display: inline-block;
}

.ed_module_ensenando .title_content {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.title_content_medium {
	width: 50% !important;
	height: auto;
	margin: 0 auto;
}

.ed_module_ensenando .subtitle {
	font-size: 22px;
	line-height: 26px;
	padding: 8px;
	margin-top: 5px;
	display: inline-block;
	font-family: "Quicksand-Bold" !important;
}

.ed_module_ensenando .personaje {
	width: 240px;
	height: auto;
	position: absolute;
	bottom: -60%;
	left: 5%;
	z-index: 1;
}

.ed_module_ensenando .personajefull {
	width: 320px;
	height: auto;
	position: absolute;
	bottom: 15px;
	z-index: 1;
	transform: rotate(3deg);
}

.ed_module_ensenando .personaje_right {
	width: 240px;
	height: auto;
	position: absolute;
	bottom: -5%;
	right: 0%;
	z-index: 1;
}

.ed_module_ensenando .personajefull_right {
	width: 320px;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 43px;
	z-index: 1;
	transform: rotate(-3deg);
}

.ed_module_ensenando .personaje_right_b {
	width: 240px;
	height: auto;
	position: absolute;
	bottom: -40%;
	right: 5%;
	z-index: 1;
}

.module-contact-yellow span {
	margin-right: 5px;
	padding: 4px;
}

@media only screen and (max-width: 1380px) {
	.ed_module_ensenando .personajefull_right {
		width: 260px;
		right: -50px;
	}
}

@media only screen and (max-width: 1180px) {
	.ed_module_ensenando .personajefull_right {
		width: 220px;
	}
}

@media only screen and (max-width: 1120px) {
	.ed_module_ensenando .personaje {
		width: 180px;
		height: auto;
		position: absolute;
		bottom: -10%;
		left: 0%;
	}

	.ed_module_ensenando .personaje_right {
		width: 140px;
		height: auto;
		position: absolute;
		bottom: -10%;
		right: 0%;
		z-index: 1;
	}

	.ed_module_ensenando .personaje_right_b {
		width: 180px;
		height: auto;
		position: absolute;
		bottom: -10%;
		right: 0%;
		z-index: 1;
	}
}

@media only screen and (max-width: 1192px) {
	.ed_module_ensenando .personajefull {
		width: 264px;
		bottom: 20px;
	}
}

@media only screen and (max-width: 1060px) {
	.ed_module_ensenando .personajefull {
		width: 200px;
		bottom: 26px;
	}
}

@media only screen and (max-width: 992px) {
	.ed_module_ensenando .personajefull_right {
		display: none;
	}

	.ed_module_ensenando .personajefull {
		display: none;
	}
	.ed_module_ensenando .personaje {
		display: none;
	}

	.ed_module_ensenando .personaje_right {
		display: none;
	}

	.ed_module_ensenando .personaje_right_b {
		display: none;
	}

	.title_content_medium {
		width: 100% !important;
	}

	.module-contact-yellow span {
		display: table;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.ed_module_ensenando .title {
		font-size: 28px;
		line-height: 36px;
	}

	.ed_module_ensenando .subtitle {
		font-size: 18px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.ed_module_ensenando .title {
		font-size: 24px;
		line-height: 30px;
	}

	.ed_module_ensenando .subtitle {
		font-size: 16px;
		line-height: 18px;
	}

	.ed_module_ensenando .lines-bottom {
		height: 50px;
	}

	.ed_module_ensenando .main-content-b {
		height: auto;
	}

	.ed_module_ensenando .main-content {
		width: 100%;
		height: 180px;
		position: relative;
		margin: 0 auto;
	}
	.ed_module_ensenando .info {
		position: relative;
		left: 0px;
		top: 0px;
		right: 0px;
		transform: none;
		-webkit-transform: none;
		margin: 0 auto;
	}

	.ed_module_ensenando .main-content-b br {
		display: none;
	}

	.ed_module_ensenando {
		padding-bottom: 0px;
	}

	.ed_module_ensenando_v2 {
		padding-bottom: 80px !important;
	}

	.edebe__small_padding .ed_module_ensenando_v2 {
		padding-bottom: 0px !important;
	}

	.ed_module_ensenando .info {
		width: 80%;
	}
}

@media only screen and (max-width: 400px) {
	.ed_module_ensenando .info {
		width: 80%;
	}

	.ed_module_ensenando_v2 {
		padding-bottom: 40px !important;
	}
}
