/* --- WHO WE ARE --- */

#who-sec-1 p,
#who-sec-1 a,
#who-sec-1 h1 {
	color: var(--blanco);
}

#who-sec-1 a:hover {
	color: var(--amarillo);
}

#who-sec-1 p {
	line-height: 1.3;
}

.girl-pieze {
	mix-blend-mode: multiply;
	height: 35%;
	width: auto;
	top: 5%;
	right: 0%;
	transform: scale(-1, 1);
}

#who-sec-3 {
	background: linear-gradient(180deg, var(--gris) 0%, var(--blanco) 40%);
	margin-top: -15%;
}

.banda-our::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -100%;
	width: 75vw;
	height: 100%;
	background-color: var(--amarillo);
	z-index: -2;
}

.language-links a {
	text-decoration: none;
	color: var(--negro);
}

.language-links a:hover h3 {
	background: var(--gris-claro);
}

@media screen and (min-width: 767px) {
	#who-sec-3 h2 {
		font-size: 3.3rem;
	}
	#who-sec-1 .row .col-12 div {
		max-width: 300px;
	}
	.girl-pieze {
		height: 100%;
		width: auto;
		left: 38%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.banda-our::before {
		left: -110vw;
		width: 118vw;
		height: 100%;
	}

	#who-sec-3 {
		margin-top: -2%;
	}
	#who-sec-3 .btn-new {
		letter-spacing: 0;
		font-weight: 700;
	}
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	#who-sec-1 img {
		max-width: 600px;
		margin: auto;
	}

	.girl-pieze {
		height: 50%;
		width: auto;
		left: 10%;
		top: 24%;
		transform: translate(-50%, -50%);
	}
}

@media only screen and (min-width: 991px) {
	#who-sec-1 img {
		right: -60px;
		position: relative;
	}
}

@media only screen and (max-width: 1520px) {
	#who-sec-1 {
		overflow-x: hidden;
	}
}
