#portada{
	position: relative;
	overflow: hidden;
	min-height: 300px;
}

.sp-layer{
	visibility: hidden;
}

.sp-layer h2,
.sp-layer h3{
	color: #4A71B1;
}

.sp-layer h2{
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 24px;
}

.sp-layer h3{
	font-weight: 400;
	margin: 0;
	font-size: 18px;
	position: relative;
}

.sp-layer h3:after{
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 5px;
	background: #B5CA6E;
	bottom: -15px;
}

.sp-layer a{
	display: block;
	width: 120px;
    height: 35px;
    line-height: 35px;
	margin-top: 40px;
	background: #4A71B1;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
}

.valores{
	overflow: hidden;
}

.valor{
	display: flex;
	flex-direction: row;
    justify-content: space-evenly;
	padding: 60px 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #444;
	background: #eee;
	position: relative;
}

.valor:not(:last-of-type) {
    padding-bottom: 0;
}

.valor span{
	float: right;
}

.valor i {
    display: inline-block;
    font-size: 45px;
    margin-right: 15px;
    color: #4A71B1;
}

.separator{
	width: 40px;
	height: 3px;
	background: #4A71B1;
	border: none;
}

.valor p{
	font-size: 14.5px;
	text-transform: none;
	max-width: 260px;
	margin: 0 auto;
	font-weight: 300;
	color: #4A71B1;
}

@media only screen and (min-width: 993px){
	.sp-layer h2{
		font-size: 40px;
	}
	.sp-layer h3{
		font-size: 28px;
	}
	.sp-layer a{
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.valor{
		width: 33.33%;
		height: 275px;
		float: left;
		padding: 80px 20px;
	}

	.valor:not(:last-of-type) {
	    padding-bottom: 80px;
	}

	.valor:not(:last-of-type):after {
	    content: '';
	    display: block;
	    position: absolute;
	    height: 100px;
	    width: 2px;
	    top: 50%;
	    right: 0;
	    margin-top: -50px;
	    background: #bdbdbd;
	}
}