.parte-img-nosotros{
	position: relative;
	width: 100%;
	height: 50vh;
}
.parte-img-nosotros img{
	position: relative;
	width: 100%;
	height: inherit;
	vertical-align: top;
	object-fit: cover;
}
.filtro-nosotros{
	position: absolute;
	width: 100%;
	height: inherit;
	
	left: 0px;
	background: rgba(242,208,24,0.60);
}
.nos{
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}
.conte-img-tex{
	position: absolute;
	width: 100%;
	height: inherit;
}
.nos h4{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Merriweather', serif;
	font-weight: 900;
}
.nos h5{
	position: relative;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.caji-valor{
	position: relative;
    padding-left: 8px;
    padding-right: 8px;
}
.cubre-valores {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 5px;

    -webkit-box-shadow: 0px 3px 4px 0px #000000; 
box-shadow: 0px 3px 4px 0px #000000;
}
.cubre-valores img{
	position: relative;
	width: 30%;
	vertical-align: top;
}
.texto-valor{
	position: relative;
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.conte-img-tex h2 {
    position: relative;
    font-size: 45px;
    line-height: 45px;
   font-family: 'Neuton', serif;
    font-weight: bold;
}
.cesa {
    position: relative;
    height: 100vh;
}
@media screen  and (max-width: 992px){
	.nos{
		margin-top: 16px;
	}
	.parte-img-nosotros{
		height: 80vh;
	}
	.caji-valor{
		margin-top: 16px;
	}
}

@media screen  and (max-width: 768px){
	.parte-img-nosotros{

		height: 100vh;
		min-height: 800px;
	}
	.nos h4{
		font-size: 45px;
		line-height: 45px;
	}
	.nos h5{
		font-size: 20px;
		line-height: 20px;
	}
	.texto-valor{
		font-size: 30px;
	}
}

@media screen  and (max-width: 576px){
	
	.nos h5{
		font-size: 16px;
		line-height: 16px;
		margin-top: 16px;
	}
	.texto-valor{
		font-size: 25px;
	}
}