.main_us {
	margin-top: 70px;
}

.quienes_sosmos {
	width: 100%;
	background: url("../img/nosotros/quienes_somos.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.box_quienes_somos_container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.title_content_quienes_somos {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 100px 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
/*	background: rgba(61, 61, 59, 0.8);*/

}

	.box_container_title_qs {
		width: 100%;
		max-width: 1000px;
	}

.img_content_quienes_somos {
	width: 100%;
	overflow: hidden;
}

.img_content_quienes_somos img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 700px) {

	.box_quienes_somos_container {
		flex-direction: row;
	}
}

@media (min-width: 900px) {

}



/*Valores*/

.our_valores {
	background: #fff;
	width: 100%;
	padding: 20px 0px;
	box-sizing: border-box;
}

	.box_container_valores {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.title_content_valores {
		width: 100%;
		height: 20vh;
		box-sizing: border-box;
		padding: 20px 30px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.img_content_valores {
		width: 80%;
		height: 45vh;
		overflow: hidden;
	}

	.img_content_valores img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	@media (min-width: 700px) {
		.box_container_valores {
			flex-direction: row-reverse;
		}

		.title_content_valores {
			width: 40%;
		}

		.img_content_valores {
			width:60%;
		}
	}

	@media (min-width: 900px) {
		.img_content_valores {
			height: 60vh;
		}
	}


/**************************/

/*Presencia*/

.our_precense {
	background: url("../img/nosotros/aguamap.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: calc(100vh - 70px);
	padding: 20px 0px;
	box-sizing: border-box;
}

	.box_container_precense {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.title_content_precense {
		width: 100%;
		height: 150px;
		box-sizing: border-box;
		padding: 20px 30px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		color: #fff;
	}

	.img_content_precense {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.img_content_precense img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	@media (min-width: 700px) {
		.box_container_precense {
			flex-direction: column;
		}
	}

	@media (min-width: 900px) {

	}

	/**************************/

/*numbers*/

.our_numbers {
	background: #303030;
	height: auto;
	min-height: 300px;
	width: 100%;
	padding: 20px 0px;
	box-sizing: border-box;
}

	.box_container_numbers {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		color: #fff;
	}

	.title_content_numbers {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 20px 30px;
		text-align: center;
	}

	.cont_content_numbers {
		width: 100%;
		max-width: 1000px;
		height: auto;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	@media (min-width: 600px) {
		.cont_content_numbers {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			flex-wrap: wrap;
		}
	}

	.card_on_numbers {
		height: auto;
		width: 200px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
		.card_on_numbers h3 {
			font-size: 80px;
		}

		.card_on_numbers p {
			font-size: 25px;
		}
	



/*our brands*/
.our_brand {
    height: auto;
    width: 100%;
    box-sizing: border-box;
}

.text_brand_title {
    text-align: center;
    padding: 20px;
}

.box_logos_brand {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 20px;
}

.logs_brands {
    width: 150px;
    height: 70px;
    object-fit: contain;
    padding: 8px;
}


	@media (min-width: 700px) {
		
	}

	@media (min-width: 900px) {

	}