.nosotros {
	background-color: var(--basecolor);
}

.nostitle {
	font-size: 2em;
	font-weight: bold;
	color: #000;
	margin: 4rem 0 1rem 0;
	padding: 0;
	text-align: center;
}

.imageFin {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.imageNosotros {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
		url("img/ImagenII.jpg");
	width: 100%;
	height: 30vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.productos {
	/* background-color: var(--basewhite); */
}

@media (min-width: 850px) {
	.nostitle {
		margin: 8rem 0 2rem;
	}
	.textContainer {
		max-width: 60%;
		margin: auto;
	}

	.imageNosotros {
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
			url("img/ImgenIIDESK.jpg");
		width: 100%;
		height: 110vh;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 35% 0%;
	}
}

@media (min-width: 1550px) {
	.textContainer {
		max-width: 40%;
		margin: auto;
	}
}
