body.page-template-page-quienessomos{
	background-color: #fff;
	margin-top:-50px !important;
}

.page-template-page-quienessomos header{
	margin-top:50px;
	padding-bottom:150px;
}

.quienessomos{
	margin-top:50px;
}
.quienessomos .container{
	position:relative;
	padding-bottom:50px;
}

.quienessomos p{
	width:45%;
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
	margin: 40px auto;
	text-align:center;
}
.propuesta{
	margin: 0px 0 80px;
}
.propuesta .container{
	display:table;
}
.propuesta .container .imagen{
	margin:75px auto;
}
.propuesta-items{
	max-width:500px;
	margin: 0 auto;
}
.propuesta-items ul{
	width:100%;
	margin:0px;
}
.propuesta-items ul li{
	width:50%;
	float:left;
	list-style: none;
}
.propuesta-items ul li::before {
  content: "\2022";  
  color: red; 
  font-weight: bold;
  display: inline-block;
  width: 1em; 
  margin-left: -1em; 
}
.propuesta .subtitle h2{
	margin-top:10px;
}