html{ scroll-behavior: smooth; }

.nosotros-cont{
	max-width: 1600px;
	margin: auto;
	height: auto;
	margin-top: 65px;
	padding-bottom: 50px;
}

.nosotros-secc1>img{
	width: 100%;
}

.imgb1B{display: none;}

.nosotros-secc2{
	background-color: #ececec;
	width: 100%;
	position: relative;
}

.sub-secc{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
	align-items: center;
	padding: 60px 0px;
}

.sub-secc2{
	width: 100%;
	text-align: center;
	height: auto;
	justify-content: center;
	align-items: center;
	padding: 60px 0px;
}

.sub-secc-titu{
	font-family: calibri;
	color: #57585d;
	font-size: 48px;
	width: 29%;
	text-align: center;
}

.sub-secc-linea{
	width: 2px;
	height: 100px;
	background-color: #e1e2e7;
	text-align: center;
}

.sub-secc-inf{
	width: 70%;
	font-family: calibri;
	color: #57585d;
	font-size: 20px;
	text-align: justify;
	padding: 0% 10%;
}

.sub-secc-titu2{
	font-family: calibri;
	color: #57585d;
	font-size: 48px;
	width: 100%;
	text-align: center;
}

.sub-secc-inf2{
	width: 100%;
	font-family: calibri;
	color: #57585d;
	font-size: 20px;
	text-align: center;
	padding: 0% 10%;
}

#nosotrosSecc3{
	width: 100%;
	height: 600px;
	background-color: #fff;
	text-align: center;
	padding: 0px 0px;
	position: relative;
	transition: all 0.5s;
}

.has-clic{
	font-family: calibri;
	font-size: 38px;
	color: #57585d;
	font-weight: bold;
	padding: 30px 0px;
}

#circu{
	width: 400px;
	position: absolute;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -200px;
	z-index: 1;
	visibility: visible;
	transition: all 0.5s;
}


#obj1,#obj2,#obj3,#obj4,#obj5,#obj6{
	align-items: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	transition: all 0.5s;
}

#cir1, #cir2, #cir3, #cir4, #cir5, #cir6{
	width: 50px;
	height: 50px;
	background-color: #2c256e;
	border-radius: 50%;
	margin-right: 10px;
	color: #fff;
}

#in1,#in2,#in3,#in4,#in5,#in6{
	width: 250px;
	opacity: 0;
	transition: all 0.8s;
	text-align: left;
	font-family: calibri;
	color: #2c256e;
}

@media screen and (max-width: 1100px){
	#nosotrosSecc3{height: 400px;}

	.has-clic{font-size: 30px;}

	#circu{
		margin-top: -50px;
		margin-left: -100px;
		width: 200px;
		height: 200px;
	}

	#in1,#in2,#in3,#in4,#in5,#in6{width: 180px;}
}


@media screen and (max-width: 500px){

	.imgb1A{display: none;}
	.imgb1B{display: block;}
	
	.sub-secc{display: block; width: 100%; padding: 20px 20px;}
	.sub-secc-titu{	font-size: 28px; padding: 0px;}
	.sub-secc-linea{display: none;}
	.sub-secc-inf{font-size: 16px; width: 100%; padding: 0px;}

	.sub-secc2{display: block; width: 100%; padding: 20px 20px;}
	.sub-secc-titu2{font-size: 28px; padding: 0px; margin: 0px; text-align: left;}
	.sub-secc-inf2{font-size: 12px; width: 100%; padding: 0px; text-align: justify;}

	.has-clic{
		font-size: 26px;
	}
}
