.pleca.orange .image-nosotros{
	max-width:1400px;
	margin:0px auto;
	background:url("../images/img-nosotros.png") no-repeat right bottom;
}

.pleca.orange .container .row{
	height:478px;
}

.body-page{
	padding-top:80px;
	padding-bottom:80px;
}

.body-page .shading img{
	margin-right:15px;
	min-width:64px;
	flex-shrink: 0;
}

.body-page .shading div.contenido{
	padding-top:20px;
}

.body-page .shading p{
	font-family: 'Muli', sans-serif;
	font-size:16px;
	color:#435059;
	letter-spacing: .5;
	line-height: 22px;
}

.blue-card < .col{
	margin-top:25px !important;
}

.blue-card{	
	background: #199EDA;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.06);
	border-radius: 6px;
	padding:15px;
	width:100%;
	height:100%;	
}

.blue-card h6{
	font-family: 'Muli', sans-serif;
	color:white;
	font-size:18px;
	font-weight: 600;
	margin-bottom:15px;
}

.blue-card p{
	font-family: 'Muli', sans-serif;
	color:white;
	font-size:16px;
}

div.mision{
	/* Rectangle 2: */
	background: #FFFFFF;
	border: 1px solid rgba(10,64,106,0.48);
	box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
	border-radius: 6px;
	padding:15px;
	color:#0A406A;
	font-size:20px;
	width:100%;
	height:100%;
}

div.mision.purple{	
	border: 1px solid rgba(143,65,152,0.48);	
	color:#8F4198;
}

div.reconocimiento{
	width:100%;
	height:100%;
}

div.reconocimiento img{
   max-width: 100%;
   margin:15px auto;
}

/* Caracteristicas */
div.caracteristica{
	padding:25px;
}

div.caracteristica .circle{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	flex-shrink: 0;	
	font-size: 26px;
	font-weight:500;
	color:white; 
	margin:20px 15px 20px 0px;
}

div.caracteristica h6{
	font-weight: 500;
	font-size:18px;
}

div.caracteristica ul{
	margin:0px;	
}
div.caracteristica ul li{
	color:#5A6B78;	
	font-size:18px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 18px;
	margin-bottom:30px;
}
.border-blue .circle{
	background: #199EDA;
}
.border-green .circle{
	background: #1FAF4B;
}
.border-orange .circle{
	background: #FF6B0E;
} 

.border-blue h6{
	color: #199EDA;
}
.border-green h6{
	color: #1FAF4B;
}
.border-orange h6{
	color: #FF6B0E;
} 

/*Servicios*/
.servicios .servicio{
	width:100%;
	height:100%;
}

.servicios .servicio img{
	width:30px;
	min-width:30px;
	margin-bottom:25px;
}

div.servicio ul li{
	color:#5A6B78;	
	font-size:16px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	letter-spacing: .5px;
	line-height: 22px;
	margin-bottom:10px;
}

/* Equipo */
div.equipo .grid .item{
	height:100%;
}
div.equipo .grid .item .img{
	width:164px;
	height: 174px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	flex-shrink: 0;
	margin-right:15px;
	border-radius: 6px;
}

div.equipo .grid .item .info h4 span{
	font-size:16px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
}

div.equipo .grid .item .info div{
	font-size:16px;
	font-family: 'Muli', sans-serif;
	color:#435059;
	line-height: 22px;
	letter-spacing: .5px;
}

div.equipo .arrows{
	display:flex;
	align-items: center;
	justify-content: flex-end;
}

div.equipo .arrows i{
	cursor: pointer;
    font-size: 50px;
    font-weight: normal;
    color: #00A787;
}

/* MAteriales */
div.materiales .grid .item .img{
	border:1px #8F4198 solid;
	width:120px;
	height:148px;
}

div.materiales .grid .item .info h6, div.materiales .grid .item .info h4{
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	font-size:16px;	
}

div.materiales .grid .item .info p.autor{
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	font-size:16px;	
	font-style: italic;	
}

div.materiales .grid a{
	text-decoration: none !important;
}

/*Margin*/
.mt-85{
	margin-top:85px;
}
.mt-20{
	margin-top:20px;
}
.mr-25{
	margin-right:25px;
}
/*Borders*/
.border-blue{
	/* Rectangle 29: */	
	border: 1.5px solid #199EDA;
	border-radius: 6px 6px 0px 0px;
	position: relative;
	background:white;
	z-index:3;
}
.border-blue:after{
	content:'';
	position:absolute;
	border-left: 15px solid transparent;
  	border-right: 15px solid transparent; 
  	border-top: 15px solid #FFF;
  	bottom:-14px;
  	left:16px;
}

.border-blue:before{
	content:'';
	position:absolute;
	border-left: 17px solid transparent;
  	border-right: 17px solid transparent; 
  	border-top: 17px solid #199EDA;
  	bottom:-18px;
  	left:14px;
}

.border-green{
	/* Rectangle 29: */	
	border: 1.5px solid #1FAF4B;
	border-radius: 0px;
	position: relative;
	background:white;
	margin-top:-1px;
	z-index: 2;
}
.border-green:after{
	content:'';
	position:absolute;
	border-left: 15px solid transparent;
  	border-right: 15px solid transparent; 
  	border-top: 15px solid #FFF;
  	bottom:-14px;
  	left:16px;
}

.border-green:before{
	content:'';
	position:absolute;
	border-left: 17px solid transparent;
  	border-right: 17px solid transparent; 
  	border-top: 17px solid #1FAF4B;
  	bottom:-18px;
  	left:14px;
}

.border-orange{
	/* Rectangle 29: */	
	border: 1.5px solid #FF6B0E;
	border-radius: 0px 0px 6px 6px;
	position: relative;
	background:white;
	margin-top:-1px;
}

@media all and (max-width:767px){
	.caracteristica .row{
		display:block !important;
	}

	.pleca.orange .image-nosotros{
		background-size: 100%;
    	padding-bottom: 50px;
	}

	div.equipo .grid .item .img{
		width:100%;
		height:230px;
		margin-bottom: 25px;
	}
	div.materiales .grid .item .img{
		width:120px !important;
		height:148px !important;
		margin:30px auto;		
	}
	div.equipo .grid .item .info h4 span{
		display:block;
	}
}