main{
/*	display: flex;
	justify-content: flex-end;*/
}
main .titulo{
	color: #3D87AB;
	padding: 0 14%;
    font-size: 24px;
	box-sizing: border-box;
}
main .sp{
    position: relative;
    width: 75%;
    border: 2px solid #3D87AB;
    margin-bottom: 32px;
}
main .sp img{
    display: block;
    position: absolute;
    right: -37px;
    top: -26px;
}
main strong{
	font-size: 15px;
    color: #3D87AB;
    font-family: 'Raleway', Verdana, sans-serif;
    font-weight: 700;
}
#quienes-somos p{
	margin-bottom: 18px;
	font-family: 'Raleway', Verdana, sans-serif;
    color: #373737;
    font-size: 14px;
    line-height: 20px;
	padding: 0 10%;
	box-sizing: border-box;
}