/* --------------------------------------------------------
/* ---- SECCIÓN 1: 
-------------------------------------------------------- */

.ed_plan_lector_slide_module {
	width: 100%;
	max-width: 100%;
	height: 768px;
	position: relative;
	margin: 0 auto;
	background-position: center right !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	z-index: 9;
	margin-bottom: 30px;
}

.ed_plan_lector_slide_module .slide {
	width: 800px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	opacity: 0.9;
}

.ed_plan_lector_slide_module .dots {
	width: 320px;
	height: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -25px;
	margin: 0 auto;
}

.ed_plan_lector_slide_module .ed__main_subtitle_medium {
	font-size: 24px;
	line-height: 28px;
}

.dots_movil {
	width: 320px;
	height: auto;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	display: none;
}

.ed_plan_lector_slide_module .slide .info {
	width: 600px;
	height: auto;
	position: absolute;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ed_plan_lector_slide_module .slide_2 .custom_text_block .subtitle {
	width: 100%;
	height: auto;
	height: auto;
	font-family: "Montserrat-Regular";
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	color: #00bd9a;
	margin-bottom: 10px;
}

.ed_plan_lector_slide_module .slide_2 .custom_text_block .title {
	width: 100%;
	height: auto;
	bottom: 0px;
	font-family: "Montserrat-ExtraBold";
	font-size: 24px;
	line-height: 34px;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
}

.ed_plan_lector_slide_module .slide_2 .custom_text_block .description {
	width: 100%;
	height: auto;
	text-align: left;
	font-family: "Montserrat-Light";
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.ed_plan_lector_slide_module .slide_2 .custom_text_block .description span {
	background-color: #fbc84f !important;
	color: #1f2c4a !important;
	font-family: "Montserrat-Light";
	font-size: 18px;
	line-height: 24px;
}

.ed_plan_lector_slide_module .slide_2 .custom_text_block .btn_conoce {
	width: 160px;
	height: auto !important;
	position: relative;
}

.ed_plan_lector_slide_module .slide_2 .custom_text_block .btn_conoce .texto {
	width: 100%;
	height: auto;
	font-family: "Montserrat-Regular";
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1480px) {
	.ed_plan_lector_slide_module {
		width: 100%;
		height: 600px;
		background-position: center right !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		z-index: 9;
	}

	.ed_plan_lector_slide_module .slide {
		width: 600px;
	}

	.ed_plan_lector_slide_module .slide .info {
		width: 80%;
	}

	.ed_plan_lector_slide_module .ed__main_title {
		font-size: 26px;
		line-height: 32px;
	}

	.ed_plan_lector_slide_module .ed__main_subtitle_medium {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 992px) {
	.ed_plan_lector_slide_module {
		width: 100%;
		height: 600px;
		background-position: top right !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		z-index: 9;
	}

	.ed_plan_lector_slide_module .dots {
		display: none;
	}

	.dots_movil {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.ed_plan_lector_slide_module {
		width: 100%;
		height: 600px;
		background-position: bottom right !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		z-index: 9;
		overflow: hidden !important;
	}
	.ed_plan_lector_slide_module .slide .info {
		top: 35%;
	}
	.ed_plan_lector_slide_module .slide {
		width: 500px;
		opacity: 0.8;
	}

	.ed__module_image_text .block_m_l {
		width: 100%;
	}
	.ed__module_image_text .imagen {
		width: 100%;
	}

	.ed__module_image_text .edebe__main_title_medium_span {
		text-align: center;
		margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 480px) {
	.ed_plan_lector_slide_module .slide {
		opacity: 1;
	}
	.ed_plan_lector_slide_module {
		background-size: 0px !important;
	}

	.ed_module_blog .ed__main_title {
		font-size: 20px;
		line-height: 28px !important;
	}
	.ed_module_blog br {
		display: none;
	}
}

@media only screen and (max-width: 420px) {
	.ed_plan_lector_slide_module {
		width: 100%;
		height: 600px;
		background-position: bottom right !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		z-index: 9;
		overflow: hidden !important;
	}

	.ed_plan_lector_slide_module .slide {
		width: 500px;
		opacity: 1;
	}
	.ed_plan_lector_slide_module .dots {
		display: none;
	}

	.ed_plan_lector_slide_module .slide .info {
		width: 70%;
		top: 40%;
		left: 40%;
	}

	.ed_plan_lector_slide_module .ed__main_title {
		font-size: 20px;
		line-height: 26px;
	}

	.ed__main_subtitle_medium {
		font-size: 16px;
		line-height: 20px;
	}

	.dots_movil {
		width: 260px;
	}

	.ed_plan_lector_slide_module {
		background-size: 0px !important;
	}
}

@media only screen and (max-width: 340px) {
	.ed_plan_lector_slide_module .slide .info {
		width: 60%;
		top: 40%;
		left: 35%;
	}

	.btn_conoce_mas {
		width: 180px;
		height: 60px;
	}
}
