.text1 span{
	padding: 5px 20px 5px 20px;
	background: #6b7989;
}
.text1{
	color: white;
}

.text2 span{
	padding: 5px 20px 5px 20px;
	background: #00d168;
}
.text2 {
	position: absolute;
	top: 39%;
	color: white;
	font-size: 3.5vw;
	letter-spacing: 0.25em;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.nosotros-info h3{
	color: #ffe000;
}

#section-level p{
	line-height: 28px;
}

.section-valores .row{
	margin-top: 50px;
}

@media screen and (max-width: 767px){
	.section-valores .row{
		margin-top: 0px;
	}
	.section-valores span{
		line-height: 3;
	}
}
