/* =============================================================================
   Profic CDE (Nosotros) — Figma Seccion CDE 397:4675
   Desktop 1280×470 · Tablet 397:4805 800×487 · Mobile 397:4924 375×679
   px 60 py 100 · inner px 70 gap 60 · H2 45 Light · body 17 / 1.5 / tracking 0.17
   Ellipse 15: 698×1395 left -325 · SVG inset -7.1% -14.18% · stroke 198
   drop-shadow 0 -24px 30.35px rgba(9,5,17,0.31)
   ============================================================================= */

.elementor-widget-profic_cde_nosotros,
.elementor-widget-profic_cde_nosotros > .elementor-widget-container {
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* Solo el gap por defecto del kit; el margen de Avanzado sigue configurable. */
.elementor-widget-profic_cde_nosotros:not(:last-child) {
	margin-block-end: 0;
}

.profic-cden-section {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 470px;
	padding: 100px 60px;
	box-sizing: border-box;
	/* Fondo = lienzo de página (nosotros-canvas.css). */
	overflow: visible;
	background-color: transparent;
	color: #ffffff;
}

/* Figma: Ellipse 15 top 1770 — sale del frame y cae detrás del Slider. */
.profic-cden-ellipse {
	position: absolute;
	left: -325px;
	top: 1770px;
	width: 698px;
	height: 1395px;
	pointer-events: none;
	z-index: 0;
}

.profic-cden-ellipse-svg {
	position: absolute;
	inset: -7.1% -14.18% -7.1% 0;
}

.profic-cden-ellipse-svg svg {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
}

.profic-cden-inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	width: 100%;
	padding: 0 70px;
	box-sizing: border-box;
}

.profic-cden-title {
	margin: 0;
	font-family: "Amsi Pro", sans-serif;
	font-weight: 300;
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #e8e8e8;
	text-align: center;
	white-space: nowrap;
}

.profic-cden-body {
	margin: 0;
	width: 100%;
	max-width: 1020px;
	font-family: "Amsi Pro", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0.17px;
	color: #ffffff;
	text-align: center;
}

.profic-cden-body p {
	margin: 0 0 1.5em;
}

.profic-cden-body p:last-child {
	margin-bottom: 0;
}

/* TABLET 397:4805 — 800×487 · inner 680 · text 540 · ellipse 680×1359 */
@media (min-width: 768px) and (max-width: 1279px) {
	.profic-cden-section {
		min-height: 487px;
		padding: 100px 60px;
	}

	.profic-cden-inner {
		padding: 0 70px;
	}

	.profic-cden-body {
		max-width: 540px;
	}

	.profic-cden-ellipse {
		width: 680px;
		height: 1359px;
	}
}

/* MOBILE 397:4924 — 375×679 · px 44 · inner px 33 · text 221 · ellipse 287×574 */
@media (max-width: 767px) {
	.profic-cden-section {
		min-height: 679px;
		padding: 100px 44px;
	}

	.profic-cden-inner {
		padding: 0 33px;
		gap: 60px;
	}

	.profic-cden-title {
		white-space: normal;
		font-size: 45px;
	}

	.profic-cden-body {
		max-width: 221px;
	}

	.profic-cden-ellipse {
		width: 287px;
		height: 574px;
	}
}
