.ourcompany {
	background-color: #051323;
	background-image: url('../images/1_4_n.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ourteam {
    background-color: #898b80;
    background-image: url('../images/Equipo.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
	background-position: top center;
    min-height: 450px;
}

.ourassets {
	background-color: #898b80;
	background-image: url('../images/1_8.jpg');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.career{
	background-image: linear-gradient(rgba(0, 70, 147, 0.5), rgba(0, 70, 147, 0.5)), url('../images/Empleos.jpg');
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-height: 380px;
}