.pe_propuesta {
	width:100%;
	height:auto;
	float:left;
}
.pe_p-contenedor {
	width:100%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
  	display: -webkit-flex;
  	flex-flow: row wrap;
  	-webkit-flex-flow: row wrap;
}
.pe_p_text {
	width: 100%;
	padding-left: 5%;
}
.pe_p_text h1, h2 {
	font-family: "OpenSans-Bold";
	color: #004780;
}
.pe_p_text h2 {
	font-size: 30px;
	line-height: 15px;
	text-align: center;
	color: #333333;
}
.pe_p_text h1 {
	margin-top: 7%;
	font-size: 50px;
	text-align: center;
}
.pe_p_text p {
	font-size: 16px;
	font-family: "OpenSans-Regular";
	color: #4e4e4e;
}
.pe_p_text h3 {
	font-size: 26px;
	font-family: "OpenSans-SemiBold";
	color: #4e4e4e;
	text-align: center;
}
.pe_p_img {
	width: 48%;
}
.pe_p_list {
	width: 100%;
	margin-top: 2%;
	display: flex;
  	display: -webkit-flex;
  	flex-flow: row wrap;
  	-webkit-flex-flow: row wrap;
}
.pe_p_list-left {
	width: 25%;
}

.pe_p_list-center {
	width: 25%;
}

.pe_p_list-centerb {
	width: 25%;
}

.pe_p_list-right {
	width: 25%;
}
.icon-profile {
	font-size:25px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	color: #ffffff !important; 
}
.icon-book {
	font-size:25px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	color: #ffffff !important; 
}
.icon-joomla {
	font-size:25px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	color: #ffffff !important; 
}
.icon-users {
	font-size:25px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	color: #ffffff !important; 
}
.icon-accessibility {
	font-size:25px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	color: #ffffff !important; 
}
.icon-user-check {
	font-size:25px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	color: #ffffff !important; 
}
.pe_p_icon-contenedor {
	width: 50px;
	height: 50px;
	padding-left: 15%;
	padding-top: 12%;
	border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border: 0px solid #000000;
	background-color: #0d4980;
}
.pe_niveles {
	width:100%;
	height:auto;
	float:left;
	margin-top:3%;
}
.pe_n-contenedor {
	width:100%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
  	display: -webkit-flex;
  	flex-flow: row wrap;
  	-webkit-flex-flow: row wrap;
}
.pe_n-info {
	width: 50%;
	padding-left: 5%;
	padding-right: 5%; 
}
.pe_n-info h2 {
	font-family: "OpenSans-Regular";
	margin-top: 10%;
	color: #333333;
}
.pe_n-info p {
	font-family: "OpenSans-Regular";
	text-align: justify;
	margin-top: 3%;
	font-size: 14px;
}
.pe_n-info ol {
	font-family: "OpenSans-Regular";
	margin-top: 3%;
	font-size: 13px;
}
.pe_n-imagen {
	width: 50%;
}
.pe_n-imagen img {
	display: block;
}
.pe_n-info_color {
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #0d4980;
	color: #ffffff; 
}
.pe_n-info_color h2 {
	font-family: "OpenSans-Regular";
	margin-top: 10%;
	color: #ffffff; 
}
.pe_n-info_color p {
	font-family: "OpenSans-Regular";
	text-align: justify;
	margin-top: 3%;
}
.pe_n-info_color ol {
	font-family: "OpenSans-Regular";
	margin-top: 3%;
	font-size: 14px;
}
.pe_meta {
	width:100%;
	height:auto;
	float:left;
	background: url(../images/fondo-estudent_opt.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pe_me-contenedor {
	width:100%;
	max-width:1160px;
	margin:0 auto;
}
.pe_m-logos {
	width:100%;
	max-width:610px;
	margin:0 auto;
	margin-top:10%;
	display: flex;
  	display: -webkit-flex;
  	flex-flow: row wrap;
  	-webkit-flex-flow: row wrap;
}
.pe_l1, .pe_l2, .pe_l3 {
	width:33.3%;
}
.pe_l1 img, .pe_l2 img, .pe_l3 img{
	width:95%;
	height:auto;
}
.pe_m-bold {
	font-family: "OpenSans-Bold";
	color:#FFFFFF;
	text-align:center;
	font-size:32px;
}
.pe_me-contenedor span {
	color:#ff7a33;
}
.pe_m-regular {
	font-family: "OpenSans-Regular";
	color:#FFFFFF;
	max-width:694px;
	text-align:center;
	margin:0 auto;
	margin-top:5%;
	padding-bottom:10%;
}

.pe_destacados {
	width: 100%;
	padding: 0;
	float: left;
}
.pe_d-contenedor {
	width:97%;
	max-width:1600px;
	margin: 0 auto;
	display: flex;
  	display: -webkit-flex;
  	flex-flow: row wrap;
  	-webkit-flex-flow: row wrap;
  	margin-top: 5%;
  	background-color: #bfbfbf;
}
.pe_d-titulo {
	width: 100%;
	text-align: center;
	padding-bottom: 3%;
	background-color: #ffffff;
}
.pe_t-titulo {
	font-family: "OpenSans-SemiBold";
	font-size: 30px;
	line-height:10px;
}
.pe_t-h1 {
	line-height:20px;
	font-family: "OpenSans-SemiBold";
	margin-left:0px;
}
.pe_barrita4 {
	width:168px;
	height:3px;
	background-color:#0d4980;
	margin: 0 auto;
	margin-top:13px;
}
.pe_d-seccion {
	width: 20%;
}
.pe_d-seccion img {
	display: block;
}
.pe_d-leyenda {
	background-color: #bfbfbf;
	width: 100%;
	text-align: center;
	padding-top: 4%;
	padding-bottom: 4%;
}
.pe_alu {
	font-family: "OpenSans-Regular";
	font-size: 12px;
}
.pe_logro {
	font-family: "OpenSans-Bold";
	font-size: 12px;
}

@media screen and (max-width: 800px) {
	.pe_p_text {
		width: 100%;
	}
	.pe_p_img {
		display: none;
	}
	.pe_n-info {
		width: 100%; 
	}
	.pe_n-imagen {
		display: none;
	}
	.pe_n-info_color {
		width: 100%;
	}
	.pe_n-info h2 {
		margin-top: 5%;
	}
	.pe_n-info_color h2 {
		margin-top: 5%; 
	}
	.pe_p_text h2 {
		margin-top: 15%;
		font-size: 30px;
		line-height: 15px;
	}
	.pe_p_text h1 {
		font-size: 35px;
	}
	.pe_p_list-left {
		width: 100%;
	}
	.pe_p_list-right {
		width: 100%;
	}
	
	

}

@media screen and (max-width: 480px) {
	.pe_d-seccion {
		width: 33.3%;
	}
	.telefonica {
		width:100%;
		
	}
	.i-telefonica {
		width:90%;
		margin: 0 auto;
	}
	.whatsapp {
		width:100%;
	}
	.i-whatsapp {
		width:90%;
		margin: 0 auto;
	}
	.correo {
		width:100%;
	}
	.i-correo {
		width:90%;
		margin: 0 auto;
	}

}
