.nosotros1{
	background-image: url(../img/nosotros/nosotrosslider.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.nosotros1-txt{
	position: absolute;
	left: 9%;
	top: 25%;
	transform: translateY(-50%);
}
.nosotros1-txt h2{
	font-size: 4rem;
	color: #fff;
	margin: 0 0 25px 0;
	font-weight: 600;
	line-height: 1;
	text-shadow: 2px 2px 2px rgb(39, 39, 39);
}
.nosotros1-txt h2 span{
	font-size: 5.3rem;
	color: #006B52;
	font-weight: 700;
}
.nosotros1-txt p{
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px #545454;
}
/*--------------*/
.nosotros2{
	padding: 80px 0;
}
.nosotros2-2 img{
	border-radius: 1rem;
}
.nosotros2-1 h2{
	font-size: 2.8rem;
	margin: 0 0 50px 0;
}
.nosotros2-1 p{
	font-size: 1rem;
	margin-bottom: 0;
}
.nosotros2-1 div{
	color: #262626;
}
/*-------------*/
.nosotros3{
	color: #262626;
	padding: 60px 0 100px 0;
}
.nosotros3 h2{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 60px;
	position: relative;
}
.nosotros3 h2:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 8px;
    background: #006B52;
    left: 0;
    bottom: -28px;
}
.nosotros3 h3{
	font-size: 1.2rem;
	text-align: justify;
	margin-bottom: 40px;
}
.nosotros3 p{
	font-size: 1rem;
	text-align: justify;
}
/*-------------*/
.nosotros-historia{
	margin-bottom: 5rem;
}
.nosotros-historia-bg{
	background-image: url('../img/nosotros/nosotros-historia.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	padding-top: 4rem;
	padding-bottom: 4rem;

	display: flex;
	align-items: center;
}
.nosotros-historia-div{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(.4rem);

	display: flex;
	justify-content: center;
}
.nosotros-historia-div-int{
	text-align: center;
	max-width: 1200px;
	padding: 1rem;

	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.nosotros-historia-div-int-titulo{
	color: #F1FF23;
	font-weight: bold;
	margin: 0;
}
.nosotros-historia-div-int-texto{
	color: white;
	text-align: justify;
	font-size: 1.2rem;
	margin: 0;
}
/*-------------*/
.nosotros4-1 h2{
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 7rem;
	position: relative;
}
.nosotros4-1 h2:after{
	content: '';
	position: absolute;
    width: 50px;
    height: 8px;
    background: #006B52;
    left: 0;
    bottom: -28px;
}
.nos4-valores > div{
	background-color: #572a0e;
	height: 8.5rem;
	width: 8.5rem;
	margin: 0 auto 30px auto;
	border-radius: 5px;
    border: 3px solid #441c08;
	position: relative;
	transition: 0.5s;
}
.nos4-valores div div{
	width: 65%;
	height: 65%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}
.nos4-valores h3{
	font-size: 1.1rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 60px;
}
.n-valor1{
	background-image: url(../img/nosotros/iconos/responsabilidad.png);
	filter: invert(1);
}
.n-valor2{
	background-image: url(../img/nosotros/iconos/competitividad.png);
	filter: invert(1);
}
.n-valor3{
	background-image: url(../img/nosotros/iconos/transparencia.png);
	filter: invert(1);
}
.n-valor4{
	background-image: url(../img/nosotros/iconos/compromiso.png);
	filter: invert(1);
}
.n-valor5{
	background-image: url(../img/nosotros/iconos/sostenibilidad.png);
	filter: invert(1);
}
.n-valor6{
	background-image: url(../img/nosotros/iconos/innovacion.png);
	filter: invert(1);
}
.n-valor7{
	background-image: url(../img/nosotros/iconos/desarrollo.png);
	filter: invert(1);
}
.n-valor8{
	background-image: url(../img/nosotros/iconos/inclusividad.png);
	filter: invert(1);
}
.nosotros-marg{
	width: 90%;
	margin: auto;
}


.inicio5 {
    padding: 80px 1rem 110px;
}
.inicio5 h3 {
    font-size: 1.4rem;
	color: #006B52;
    font-weight: 600;
    margin: 40px 0 20px 0;
}
.inicio5 p {
    font-size: 0.9rem;
    color: #000;
    margin-bottom: 50px;
}
.inicio5 a {
    display: inline-block;
    color: #006B52;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px 25px;
    border: 2px solid #006B52;
    border-radius: 50px;
    text-decoration: none;
}

@media(min-width: 320px){
	.nosotros1-txt h2{
		font-size: 2.5rem;
	}
	.nosotros1-txt h2 span{
		font-size: 3.5rem;
	}
	.nosotros1{
		background-position: 10% center;
	}
	.nosotros2-1 h2{
		font-size: 2rem;
	}
	.nosotros2-1 p, .nosotros3 p{
		font-size: 0.9rem;
	}
	.nosotros3 h2, .nosotros4-1 h2{
		font-size: 1.5rem;
	}
	.nosotros3 h3{
		font-size: 1.1rem;
	}
}
@media(min-width: 375px){
	.nosotros1{
		background-position: center;
	}
	.nosotros3 h2, .nosotros4-1 h2 {
	    font-size: 1.6rem;
	}
}
@media(min-width: 425px){
	.nosotros1-txt h2{
		font-size: 3.2rem;
	}
	.nosotros1-txt h2 span{
		font-size: 4.5rem;
	}
}
@media(max-width: 767px){
	.nosotros1-txt{
		width: 80%;
		top: 22%;
	}
	.nosotros2-1 h2{
		text-align: center;
	}
	.nosotros2-1 p{
		margin-bottom: 40px;
	}
	.nosotros3{
		padding: 10px 0 70px 0;
	}
	.nosotros3-1:nth-child(2) div{
		margin-top: 40px;
	}
}
@media(min-width: 768px){
	.nosotros1{
		height: 420px;
	}
	.nosotros-marg{
		display: flex;
		width: 95%;
		margin: auto;
	}
	.nosotros2 .row{
		align-items: center;
	}
	.nosotros2-1 div{
		width: 90%;
		margin-left: 10%;
	}
	.nosotros3-1 div{
		width: 80%;
		margin-left: 10%;
	}
	.nosotros2-2 img{
		width: 90%;
		margin-left: 8%;
	}
	.nosotros4-1 h2{
		margin-left: 10%;
		margin-bottom: 5rem;
	}
	.nosotros1-txt h2{
		font-size: 3.8rem;
	}
	.nosotros1-txt h2 span{
		font-size: 5rem;
	}
	.nosotros2-1 h2 {
    	font-size: 1.7rem;
	    margin: 0 0 30px 0;
	}
	.nosotros2-1 p,.nosotros3 p{
		font-size: 0.9rem;
	}
	.nosotros3 h3{
		font-size: 1.1rem;
	}
	.nosotros3 h2,.nosotros4-1 h2{
		font-size: 1.5rem;
	}
	.nos4-valores > div{
		width: 6.5rem;
		height: 6.5rem;
	}
	.nos4-valores h3{
		font-size: 1rem;
	}
	.inicio5 h3 {
		font-size: 1.8rem;
	}
	.inicio5 p, .inicio5 a {
		font-size: 1rem;
	}
	.inicio5 {
		padding: 80px 0 140px 0;
	}
	.inicio5 a {
		padding: 15px 100px;
	}
}
@media(min-width: 992px){
	.nosotros2-1 div{
		width: 80%;
	}
	.nosotros2-1 h2{
		font-size: 2.4rem;
		margin-bottom: 50px;
	}
	.nos4-valores > div{
		width: 8.5rem;
		height: 8.5rem;
	}
	.nos4-valores h3{
		font-size: 1.1rem;
	}
}
@media(min-width: 1200px){

	.nosotros1-txt h2{
		font-size: 4rem;
	}
	.nosotros1-txt h2 span{
		font-size: 5.5rem;
	}
	.nosotros2-1 h2{
		font-size: 2.8rem;
	}
	.nosotros2-1 p,.nosotros3 p{
		font-size: 1rem;
	}
	.nosotros3 h3{
		font-size: 1.2rem;
	}
	.nosotros3 h2,.nosotros4-1 h2{
		font-size: 1.8rem;
	}
	.nosotros4-1 h2{
		margin-bottom: 7rem;
	}
}
@media(min-width: 1400px){
	.nosotros3 h3{
		font-size: 1.3rem;
	}
	
}
@media(min-width: 1600px){
	.nosotros2-1 h2{
		font-size: 3.2rem;
	}
	.nosotros2-1 p, .nosotros3 p{
		font-size: 1.3rem;
	}
	.nosotros3 h2, .nosotros4-1 h2{
		font-size: 2.4rem;
	}
	.nosotros3 h2{
		margin-bottom: 80px;
	}
	.nosotros3 h3{
		font-size: 1.5rem;
		margin-bottom: 50px;
	}
	.nosotros3 {
	    padding: 100px 0 150px 0;
	}
	.nosotros4-1 h2{
		margin-bottom: 8rem;
	}
	.nos4-valores > div {
	    width: 11rem;
	    height: 11rem;
	}
	.nos4-valores h3 {
	    font-size: 1.5rem;
	}
	.inicio5 {
	    padding: 100px 0 140px 0;
	}
	.nosotros1-txt h2 {
	    font-size: 5.5rem;
	    margin-bottom: 30px;
	}
	.nosotros1-txt h2 span {
	    font-size: 7rem;
	}
	.inicio5 h3 {
		font-size: 2.2rem;
		margin: 60px 0 20px 0;
	}
	.inicio5 p, .inicio5 a {
		font-size: 1.2rem;
	}
	.inicio5 {
		padding: 100px 0 140px 0;
	}
}
@media(min-width: 1900px){

}