.nosotros-banner {
	position: relative;
	width: 100%;
	text-align: center;
	background: #dfe3eb;
	overflow: hidden;
}
.nosotros-banner>img.background {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.nosotros-banner .outer-wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 80px;
	text-align: left;
}
.nosotros-banner .wrapper{
	text-align: right;
}
.nosotros-banner h2.page-subheadline {
	display: inline-block;
	width: 100%;
	max-width: 700px;
	text-align: right;
}

.nosotros-intro {
    padding: 120px 30px;
}
.nosotros-intro .image-text{
    display: flex;
    gap: 40px;
    align-items: flex-end;
}
.nosotros-intro .image-text .image, .nosotros-intro .image-text .text, .nosotros-intro .image-text .image img{
    width: 100%;
}
.nosotros-intro .image-text .text {
	font-size: 24px;
}
.nosotros-intro .decoration-bottom {
	text-align: right;
	padding-bottom: 0;
}

.lines-1 {
	padding: 20px 0;
}
.lines-2 {
	padding: 60px 0 0;
	display: flex;
	gap: 20px;
	justify-content: center;
	width: 100%;
}
.line-1, .line-2, .line-3 {
	display: block;
	width: 100%;
	height: 25px;
	background: #DB501C;
}
.line-1, .line-3 {
	max-width: 110px;
}
.line-2 {
	max-width: 380px;
}
.nosotros-mision-vision {
	padding: 80px 30px 0;
	background: #F5F5F5;
}
.nosotros-mision-vision .wrapper{
	display: flex;
	align-items:flex-end;;
	gap:40px;
}
.nosotros-mision-vision .text, .nosotros-mision-vision .image, .nosotros-mision-vision .image img{
	width: 100%;
}
.nosotros-mision-vision .text{
	text-align: right;
	font-size: 24px;
}
.nosotros-mision-vision .text .mision {
	padding-bottom: 80px;
}
.nosotros-mision-vision .text .vision {
	padding-bottom: 25%;
}
.nosotros-mision-vision h3 {
	font-size: 40px;
	margin: 0 0 10px;
	font-weight: 700;
	color: #DB501C;
}
.nosotros-mision-vision p {
	margin-bottom: 0;
}
.nosotros-valores {
    padding: 30px 30px 0;
}
.nosotros-valores .wrapper{
	display: flex;
	align-items: center;
	gap:40px;
}
.nosotros-valores .text, .nosotros-valores .image, .nosotros-valores, .nosotros-valores .image img{
	width: auto;
}
.nosotros-valores .image img{
	max-width: 460px;
}
.nosotros-valores .text {
	display: block;
	overflow: hidden;
	font-size: 24px;
}
.nosotros-valores .decoration-bottom{
	padding: 30px 0;
}
.nosotros-valores .swiper-horizontal {
	padding-bottom: 120px;
}
.swiper-slide {
	width: 100% !important;
}
.nosotros-valores h2 {
	font-weight: 700;
	font-size: 40px;
	color: #DB501C;
	margin-bottom: 80px;
}
.nosotros-valores h3 {
	font-weight: 700;
	font-size: 32px;
	color: #DB501C;
	margin-bottom: .5em;
}
.nosotros-valores .nav-buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	gap:20px;
}
.nosotros-valores .swiper-button-next, .nosotros-valores .swiper-button-prev {
	position: relative;
    top: auto;
    bottom: auto;
	left: auto;
	right: auto;
    width: 52px;
    height: 52px;
	margin: auto;
	background-color: #f5f5fa;
    border: 2px solid #2c2c2c;
    border-radius: 50%;
    cursor: pointer;
    transition: b0.3s ease;
}
.nosotros-valores .swiper-button-next:hover,
.nosotros-valores .swiper-button-prev:hover {
    background-color: #e0e0e0;
}

.nosotros-valores .swiper-button-next::after,
.nosotros-valores .swiper-button-prev::after {
	display: none;
}
.nosotros-people {
	background: #F5F5F5;
	padding: 80px 30px 0;
	font-size: 24px;
	text-align: center;
}
.nosotros-people h2 {
	font-weight: 700;
	font-size: 40px;
	color: #DB501C;
	margin-bottom: .2em;
}
.nosotros-people h3 {
	font-weight: 600;
	font-size: 32px;
	color: back;
	margin-bottom: .5em;
}
.row-leaders{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 0;
	gap:40px;
}
.leader-card{
	width: 100%;
	max-width: 260px;
	font-size: 20px;
	color: black;
}
.leader-card a {
	display: inline-block;
	margin: 0 0 20px;
}
.leader-card a img {
	border-radius: 50%;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	transition: 0.3s;
}
.leader-card a:hover img {
	transform: scale(1.1);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.leader-card .leader-name {
	font-weight: bold;
	margin-bottom: 0;
    margin-top: 0;
}
.leader-title {
	margin-bottom: 0;
}

#inglish {
    display: none;
}

#inglish-Nosotros {
    display: none;
}


  
  