/* --------------------------------------------------------
/* ---- SECCIÓN 3: 
-------------------------------------------------------- */
.ed__pl_figura_1 {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 40px;
	overflow: hidden;
}

.ed__pl_figura_1 .figure_bg {
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	z-index: -1;
}

.ed__pl_figura_1 .figure_left {
	width: 200px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ed__pl_figura_1 .figure_right {
	width: 200px;
	height: auto;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* --------------------------------------------------------
/* ---- SECCIÓN 8: 
-------------------------------------------------------- */

.ed__pl_dots_title {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	display: inline-block;
	padding-top: 60px;
	padding-bottom: 0px;
}

.ed__pl_dots_title .c_title {
	width: 400px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.ed__pl_dots_title .c_title .puntos_l {
	width: 200px;
	height: auto;
	position: absolute;
	left: 0px;
	left: -120px;
	top: 20px;
}

.ed__pl_dots_title .c_title .puntos_r {
	width: 200px;
	height: auto;
	position: absolute;
	right: -130px;
	top: 20px;
}

.ed__pl_dots_title .c_title .puntos_l-2 {
	width: 200px;
	height: auto;
	position: absolute;
	left: 0px;
	left: -220px;
	top: 20px;
}

.ed__pl_dots_title .c_title .puntos_r-2 {
	width: 200px;
	height: auto;
	position: absolute;
	right: -220px;
	top: 20px;
}

/* --------------------------------------------------------
/* ---- SECCIÓN 9: 
-------------------------------------------------------- */
.ed__pl_contactanos {
	width: 100%;
	height: 440px;
	position: relative;
	padding-top: 0px;
	overflow: hidden;
	background-position: center center !important;
	background-size: cover !important;
}

.ed__pl_contactanos .figure_bg {
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	z-index: -1;
}

.ed__pl_contactanos .c_title {
	width: 60%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.pl_saber_mas {
	display: none;
}

.ed__pl_contacto {
	width: 100%;
	height: auto;
	position: relative;
}

.ed__pl_contacto .formulario {
	width: 800px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.ed__pl_figura_1 .figure_left {
		width: 120px;
	}

	.ed__pl_figura_1 .figure_right {
		width: 120px;
	}

	.ed__pl_contactanos .figure_bg img {
		width: 136%;
		left: -10%;
		position: relative;
	}

	.ver_mas_pl {
		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 800px) {
	.ed__pl_dots_title .c_title .puntos_l {
		display: none;
	}

	.ed__pl_dots_title .c_title .puntos_r {
		display: none;
	}

	.ed__pl_dots_title .c_title .puntos_l-2 {
		display: none;
	}

	.ed__pl_dots_title .c_title .puntos_r-2 {
		display: none;
	}

	.ed__pl_contacto .formulario {
		width: 80%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
}
@media only screen and (max-width: 768px) {
	.ed__pl_contactanos {
		display: none;
	}

	.pl_saber_mas {
		display: block;
	}
}

@media only screen and (max-width: 568px) {
	.ed__pl_figura_1 .figure_left {
		width: 80px;
		left: -40px;
	}

	.ed__pl_figura_1 .figure_right {
		width: 80px;
		right: -40px;
	}

	.ed__pl_figura_1 .figure_bg img {
		width: 150%;
		margin: 0 auto;
	}

	.ed__pl_dots_title .c_title {
		width: 100%;
	}

	.ed__pl_dots_title {
		padding-top: 20px;
	}

	.ed__pl_figura_1 {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
}
