.sec1{
	background-image: url(../img/nosotros/slider.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}

.sec2{
	display: grid;
	grid-template-columns: 0.5fr 0.5fr;
	padding-top: 30px;
}
.sec2img{
	background-image: url(../img/nosotros/1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}
.sec2txt{
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 80px;
	padding-right: 300px;
	text-align: justify;
}

.sec3{
	display: grid;
	grid-template-columns: 0.5fr 0.5fr;

}
.sec3img{
	background-image: url(../img/nosotros/2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}
.sec3txt{
	padding-top: 20px;
    padding-bottom: 50px;
	padding-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: justify;
    padding-left: 300px;
    justify-content: center;
}

.sec4{
	background-image: url(../img/nosotros/sliderfooter.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}

@media (max-width: 1200px) {
	.sec2txt {
		padding-right: 150px;
	}
	.sec3txt {
		padding-left: 150px;
	}
}
@media (max-width: 1024px) {
	.sec2txt {
		padding-right: 50px;
	}
	.sec3txt {
		padding-left: 50px;
	}
}
@media (max-width: 768px) {
	.sec2 {
		grid-template-columns: 1fr;
	}
	.sec3 {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 425px) {
	.sec2txt {
		padding: 20px;
	}
	.sec3txt {
		padding: 20px;
	}
}