.my-qs {
	--qs-ink: #172033;
	--qs-muted: #5f6b7a;
	--qs-blue: #303e7a;
	--qs-bright-blue: #2676ec;
	--qs-line: rgba(11, 18, 32, 0.12);
	--qs-shadow: 0 18px 60px rgba(11, 18, 32, 0.1);
	--qs-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
	background: #fff;
	color: var(--qs-ink);
	font-family: "Montserrat", Arial, sans-serif;
	overflow: hidden;
}

.page-id-421 div#hero{
	display:none
}
@media (min-width: 1000px){ 
	.page-id-421 .menu-item a{
		color:black!important;
	}
	.page-id-421 .h-menu-horizontal>div>.colibri-menu-container>.colibri-menu>li>a svg.svg-inline--fa{
		color:black!important;
	}

}
	
.page-id-421 .style-552 > div > .colibri-menu-container > ul.colibri-menu{
			padding-top:15px;
}


body.page-template-my-quienes-somos-page,
body.page-template-my-quienes-somos-page :where(div, section, article, header, footer, nav, p, a, span, li, h1, h2, h3, h4, h5, h6, small, strong, em, label),
body.page-template-my-quienes-somos-page button,
body.page-template-my-quienes-somos-page input,
body.page-template-my-quienes-somos-page textarea,
body.page-template-my-quienes-somos-page select {
	font-family: "Montserrat", Arial, sans-serif !important;
}

.my-qs *,
.my-qs *::before,
.my-qs *::after {
	box-sizing: border-box;
}

.my-qs-container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0;
}

.my-qs-intro {
	padding: 0 0 110px;
}

.my-qs-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	align-items: start;
	gap: 20px;
	padding-top: 260px;
}

.my-qs-copy h1 {
	max-width: 520px;
	margin: 0 0 30px;
	padding: 0;
	color: black;
	font-family: "Montserrat", Sans-serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.08em;
	letter-spacing: 0;
}

.my-qs-copy h1 span,
.my-qs-copy h1 em {
	display: block;
}

.my-qs-copy h1 span {
	font-style: normal;
}

.my-qs-copy h1 em {
	font-style: normal;
}

.my-qs-text {
	max-width: 680px;
}

.my-qs-text p {
	margin: 0 0 22px;
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
}

.my-qs-text p:last-child {
	margin-bottom: 0;
}

.my-qs-text strong {
	color: black;
	font-weight: 600;
}

.my-qs-portraits {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 44px;
	margin: 20px 0 0;
}

.my-qs-portrait {
	position: relative;
	margin: 0;
	text-align: center;
}

.my-qs-portrait--mario {
	margin-left: 0;
}

.my-qs-portrait img {
	display: block;
	width: 260px;
	aspect-ratio: 1;
	margin: 0 auto;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.my-qs-portrait figcaption {
	margin-top: 16px;
	color: #0792e2;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.my-qs-banner {
	position: relative;
	padding: 90px 90px;
	text-align: center;
	overflow: hidden;
	background:
		radial-gradient(620px 360px at 86% 18%, rgba(4, 190, 254, 0.34), transparent 68%),
		radial-gradient(520px 300px at 14% 12%, rgba(255, 255, 255, 0.14), transparent 70%),
		linear-gradient(135deg, #1a2f86 0%, #2676ec 48%, #0792e2 100%);
	margin-bottom: 160px;
}

.my-qs-banner::after {
	content: "";
	position: absolute;
	left: -10%;
	right: -10%;
	bottom: -118px;
	height: 240px;
	border-radius: 50% 50% 0 0 / 70% 70% 0 0;
	background: linear-gradient(180deg, rgba(248, 253, 255, 0.1), rgba(255, 255, 255, 0.18));
	pointer-events: none;
}

.my-qs-banner__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 880px;
}

.my-qs-banner__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 0 20px;
	padding: 6px 16px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
}

.my-qs-banner h2 {
	max-width: 880px;
	margin: 0 0 18px;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
	text-align: center;
}

.my-qs-banner__text {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.55;
	text-align: center;
}

.my-qs-hero-wave {
	position: relative;
	z-index: 2;
	height: 220px;
	margin-top: -220px;
	margin-bottom: -1px;
	overflow: hidden;
	pointer-events: none;
}

.my-qs-hero-wave svg {
	display: block;
	width: 100%;
	height: 100%;
}

.my-qs-hero-wave__veil {
	fill: rgba(248, 253, 255, 0.44);
}

.my-qs-hero-wave__front {
	fill: rgba(255, 255, 255, 0.96);
	filter: drop-shadow(0 -10px 18px rgba(255, 255, 255, 0.52));
}

@media (max-width: 1180px) {
	.my-qs-container {
		max-width: calc(100% - 60px);
	}
}

@media (max-width: 950px) {
	.my-qs-container {
		max-width: none;
		width: calc(100% - 60px);
		margin-right: auto;
		margin-left: auto;
	}

	.my-qs-intro__grid {
		display: grid;
		grid-template-columns: 1fr;
		padding-top: 200px;
	}

	.my-qs-copy {
		display: contents;
	}

	.my-qs-copy h1 {
		grid-row: 1;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		margin-bottom: 50px;
	}

	.my-qs-portraits {
		grid-row: 2;
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
		width: 100%;
		max-width: 520px;
		margin: 8px auto 0px;
	}

	.my-qs-text {
		grid-row: 3;
		max-width: none;
		text-align: left;
	}

	.my-qs-portrait img {
		width: 210px;
	}

	.my-qs-banner {
		padding-right: 30px;
		padding-left: 30px;
	}
	.my-qs-text p{
		text-align: center;
	}

	.my-qs-intro{
		padding-bottom: 100px;
	}

	.my-qs-container {
		gap: 0px;
	}

	
	.my-qs-copy h1 {
		font-size: 42px;
	}
	
}

@media (max-width: 640px) {
	.my-qs-container {
		max-width: none;
		width: calc(100% - 60px);
	}

	.my-qs-portraits {
		grid-template-columns: 1fr;
		max-width: 360px;
	}
}
