@media (max-width: 575.98px) {
	#banner-top-quienes-somos {
		padding-top: 50px;
		min-height: 380px !important;
		background-position-x: 90% !important;
	} #banner-top-quienes-somos .title {
		font-size: 8vw !important;
		background-position-y: 25vw !important;
	} #banner-top-quienes-somos .boton a {
		font-size: 5vw !important;;
	} #banner-top-quienes-somos .b-left {
		width: 100% !important;
	} #banner-top-quienes-somos .boton {
		text-align: center !important;
		padding-top: 50px !important;
	} #quienes-block-1 .row-mision {
		margin-top: 50px !important;
	}
} @media (min-width: 575.98px) and (max-width: 767.98px) {
  #banner-top-quienes-somos {
		padding: 80px 0px;
		min-height: 380px !important;
	} #banner-top-quienes-somos .title { 
    font-size: 6vw !important;
		background-position-y: 20vw !important;
	} 
} @media (min-width: 767.98px) and (max-width: 991.98px) {
  #banner-top-quienes-somos {	
		min-height: 400px !important;
	}
  #banner-top-quienes-somos .title { 
		background-position-y: 20vw !important;
	}	
} @media (min-width: 991.98px) and (max-width: 1199.98px) {
  #banner-top-quienes-somos {	
		min-height: 450px !important;
	}
}

/* BANNER QUIENES SOMOS */
#banner-top-quienes-somos {
	background-image: url('/img/quienes_somos/banner_borrego.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	min-height: 550px;
} #banner-top-quienes-somos .title {
	font-family: "Biennale-b";
	font-size: 60px;
	padding: 20% 0% 0% 0%;
	line-height: 1.2;
	margin-bottom: 50px;
} #banner-top-quienes-somos .boton {
	text-align: right;
	padding-top: 100px;
} #banner-top-quienes-somos .boton a {
	font-family: "Biennale-b";
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	background-color: #49b900;
	padding: 8px 40px 8px 40px;
	border-radius: 100px;
} #banner-top-quienes-somos .b-left {
	width: 60%;
} #banner-top-quienes-somos .desc {
	font-family: "Biennale-l";
}

/* QUINES SOMOS */
#quienes-block-1 {
	padding: 25px 0px;
} #quienes-block-1 .line-1 {
	font-family: "Biennale-sb";
	color: #313131;
	text-align: center;
	font-size: 40px;
} #quienes-block-1 .line-1 span {
	color: #49b900;
} #quienes-block-1 .vision {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 0;
} #quienes-block-1 .mision {
	display: flex;
	justify-content: space-between;
	align-items: center;	
	margin-top: -70px;
} #quienes-block-1 .img-vision {
  background-image: url('/img/quienes_somos/smiling-teacher-with-pupils.jpg ');
	background-size: cover;
	background-position: top;
	width: 500px;
	height: 200px;
	margin-right: 60px;
} #quienes-block-1 .img-mision {
  background-image: url('/img/quienes_somos/smiley-teacher-holding-tablet.jpg');	
	background-size: cover;
	background-position: top;
	width: 300px;
	height: 200px;
	margin-right: 60px;
} #quienes-block-1 .desc div {
	font-family: "Biennale-b";
	font-size: 20px;
} #quienes-block-1 .desc p {
	font-family: "Biennale-l";	
	text-align: justify;
} #quienes-block-1 .row-mision {
	margin-top: 0px;
}

/**/
#quienes-block-2 {
	background-color: #f7f7f7;
	padding: 50px 0px 50px 0px;
} #quienes-block-2 .line-1 {
	font-family: "Biennale-b";
	text-align: center;
	color: #313131;
	font-size: 40px;
	margin-bottom: 50px;
} #quienes-block-2 .line-1 span {
  color: #49b900;
} #quienes-block-2 .line-2 {
	display: flex;
	justify-content: space-between;
} #quienes-block-2 .line-2 .block .img-1 {
	background-image: url('/img/quienes_somos/testimonio-1.png');	
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 350px;
	border-radius: 50px;
	border-bottom-left-radius: 200px 200px;
	border-bottom-right-radius: 200px 200px;
} #quienes-block-2 .line-2 .block .img-2 {
	background-image: url('/img/quienes_somos/testimonio-2.png');	
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 350px;
  	border-radius: 50px;
	border-bottom-left-radius: 200px 200px;
	border-bottom-right-radius: 200px 200px;
} #quienes-block-2 .line-2 .block .img-3 {
	background-image: url('/img/quienes_somos/testimonio-3.png');	
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 350px;
  	border-radius: 50px;
	border-bottom-left-radius: 200px 200px;
	border-bottom-right-radius: 200px 200px;
} #quienes-block-2 .line-2 .block .img-4 {
	background-image: url('/img/quienes_somos/testimonio-4.png');	
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 350px;
  	border-radius: 50px;
	border-bottom-left-radius: 200px 200px;
	border-bottom-right-radius: 200px 200px;
} #quienes-block-2 .line-2 .block .title {
	font-family: "Biennale-b";
	text-align: center;
	margin: 20px 0px 20px 0px;
} #quienes-block-2 .line-2 .block .desc {
	font-family: "Biennale-l";
	text-align: justify;
	margin-bottom: 20px;
} #quienes-block-2 .line-3 {
	text-align: center;
} #quienes-block-2 .line-3 a {
	font-family: "Biennale-b";
	background-color: #49b900;
	text-decoration: none;
	color: #fff;
	padding: 8px 20px 8px 20px;
	border-radius: 50px;
}
/**/
#quienes-block-3 {
	background-color: #ebeceb;
	/* border-top-left-radius: 900px 150px;
	border-top-right-radius: 900px 150px; */
	padding-top: 100px;
	padding-bottom: 100px;
	/* margin-top: -200px; */
	z-index: 99;
} #quienes-block-3 .line-1 {
	font-family: "Biennale-b";
	color: #313131;
	text-align: center;
	font-size: 40px;
} #quienes-block-3 .line-1 span {
	color: #49b900;
} #quienes-block-3 .line-2 {
	margin-top: 50px;
	font-family: "Biennale-l";
	color: #313131;	
	text-align: center;
	font-size: 20px;
} #quienes-block-3 .line-2 span {
	font-family: "Biennale-sb";
} #quienes-block-3 .line-3 {
	display: flex;
	justify-content: space-around;	
} #quienes-block-3 .line-3 .tit {
	margin-top: 50px;
	font-family: "Biennale-b";
	color: #49b900;
	font-size: 70px;
	text-align: center;
	line-height: 0.6;
} #quienes-block-3 .line-3 .desc {
	margin-top: 20px;
	font-family: "Biennale-b";
	color: #313131;
	font-size: 18px;
	text-align: center;
}

/**/
#quienes-block-4 {
	background-image: url('/img/quienes_somos/BANNER2.png');
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 50px;
}