/* ================================================
   SERVICIOS - BLOQUE 1: INTRO vf
   ================================================ */

.servicios-intro-section {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #F6F3E8;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	will-change: transform;
}

@supports (height: 100svh) {
	.servicios-intro-section {
		height: 100svh;
	}
}

/* H1 SERVICIOS */
.servicios-intro-title {
	z-index: 2;
	position: relative;
	color: #202020;
	font-family: 'Utile Display';
	font-size: 5rem; /* 80px */
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	leading-trim: both;
	text-edge: cap;
	/* Estado inicial para animación */
	opacity: 0;
	transform: translateY(20px);
	will-change: opacity, transform;
}

/* Imagen de fondo detrás del H1 */
.servicios-intro-background {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	z-index: 1;
	height: auto;
	width: 100%;
	max-width: none;
	will-change: transform;
}

/* ================================================
   SERVICIOS - BLOQUE 2: CONTENIDO
   ================================================ */

.servicios-bloque-2-section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: #F6F3E8;
}

@supports (height: 100svh) {
	.servicios-bloque-2-section {
		min-height: 100svh;
	}
}

/* ================================================
   DESKTOP LAYOUT
   ================================================ */

.servicios-bloque-2-desktop {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100vh;
	padding: 2rem;
}

@supports (height: 100svh) {
	.servicios-bloque-2-desktop {
		height: 100svh;
	}
}

/* Columna Izquierda: H2 */
.servicios-bloque-2-col-izquierda {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 23.25rem; /* 372px */
}

/* H2 Título B2 */
.servicios-titulo-b2 {
	color: #202020;
	font-family: 'Utile Display';
	font-size: 5rem; /* 80px */
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	leading-trim: both;
	text-edge: cap;
}

/* Columna Derecha: Imagen + Párrafo */
.servicios-bloque-2-col-derecha {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}

/* Imagen B2 */
.servicios-bloque-2-desktop .servicios-imagen-b2 {
	width: 28.75rem; /* 460px */
	height: 33.4375rem; /* 535px */
	object-fit: cover;
	display: block;
}

/* Párrafo B2 */
.servicios-bloque-2-desktop .servicios-parrafo-b2 {
	width: 28.75rem; /* 460px - igual que la imagen */
	color: #202020;
	font-family: 'Switzer Variable';
	font-size: 1rem; /* 16px */
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: auto 0 0 0;
	leading-trim: both;
	text-edge: cap;
}

/* ================================================
   MOBILE LAYOUT
   ================================================ */

.servicios-bloque-2-mobile {
	display: none;
}

/* ================================================
   RESPONSIVE - MOBILE (max-width: 767px)
   ================================================ */

@media (max-width: 767px) {
	
	/* Bloque 1: Intro */
	.servicios-intro-title {
		font-size: 46px;
		letter-spacing: -0.46px;
	}
	
	.servicios-intro-background {
		width: 150%;
	}
	
	/* Bloque 2: Ocultar desktop, mostrar mobile */
	.servicios-bloque-2-desktop {
		display: none;
	}
	
	.servicios-bloque-2-mobile {
		display: flex;
		flex-direction: column;
		padding: 16px;
		min-height: 100vh;
	}
	
	@supports (height: 100svh) {
		.servicios-bloque-2-mobile {
			min-height: 100svh;
		}
	}
	
	/* H2 Mobile */
	.servicios-bloque-2-mobile .servicios-titulo-b2 {
		font-size: 46px;
		letter-spacing: -0.46px;
		color: #202020;
		font-family: 'Utile Display';
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
	}
	
	/* Párrafo Mobile */
	.servicios-bloque-2-mobile .servicios-parrafo-b2 {
		font-size: 14px;
		line-height: 135%;
		letter-spacing: -0.14px;
		color: #202020;
		font-family: 'Switzer Variable';
		font-weight: 400;
		margin: auto 0 0 0;
	}
	
	/* Imagen Mobile */
	.servicios-bloque-2-mobile .servicios-imagen-b2 {
		width: 100%;
		object-fit: cover;
		display: block;
		margin-top: auto;
		aspect-ratio: 1;
	}
}

/* ================================================
   SERVICIOS - BLOQUE 3: SERVICIOS AMPLIADOS
   ================================================ */

.servicios-bloque-3-section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: #B28E66;
}

@supports (height: 100svh) {
	.servicios-bloque-3-section {
		min-height: 100svh;
	}
}

/* ================================================
   DESKTOP LAYOUT
   ================================================ */

.servicios-bloque-3-desktop {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100vh;
	padding: 2rem 2rem 2rem 2rem;
}

@supports (height: 100svh) {
	.servicios-bloque-3-desktop {
		height: 100svh;
	}
}

/* Columna Izquierda (fija) */
.servicios-b3-col-izquierda {
	position: relative;
	display: flex;
	flex-direction: column;
}

/* H2 Número 01 */
.servicios-b3-numero {
	color: #202020;
	font-family: 'Utile Display';
	font-size: 5rem; /* 80px */
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	leading-trim: both;
	text-edge: cap;
}

/* Imagen B3_1 */

.servicios-b3-imagen-1 {
	width: 23.75rem; /* 380px */
	height: auto;
	object-fit: cover;
	display: block;
	margin-top: auto;
}


@media (min-width: 768px) {
	.servicios-b3-imagen-1 {
		display: none;
	}
}

/* H2 Título B3 */
.servicios-b3-titulo {
	color: #202020;
	font-family: 'Utile Display';
	font-size: 5rem; /* 80px */
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: 2rem 0 0 0;
	leading-trim: both;
	text-edge: cap;
}

/* Columna Derecha (contenedor de estados) */
.servicios-b3-col-derecha {
	position: relative;
	overflow: hidden;
}

/* Estado 0 - Inicial */
.servicios-b3-estado-0 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	will-change: transform;
}

/* Estado 1 - Gamas */
.servicios-b3-estado-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	transform: translateY(100%);
	will-change: transform;
}

/* Columnas internas (Estado 0) */
.servicios-b3-columnas-internas {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem; /* 32px */
	height: 100%;
}

/* Columna interna izquierda */
.servicios-b3-col-interna-izq {
	position: relative;
	display: grid;
	align-content: end;
}

/* Imagen B3_2 */
.servicios-b3-imagen-2 {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

/* Columna interna derecha */
.servicios-b3-col-interna-der {
	position: relative;
	display: flex;
	flex-direction: column;
}

/* Párrafo B3_1 */
.servicios-b3-parrafo-1 {
	color: #202020;
	font-family: 'Switzer Variable';
	font-size: 1rem; /* 16px */
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: auto 0 0 0;
	leading-trim: both;
	text-edge: cap;
}

/* Texto "Dos gamas..." */
.servicios-b3-texto-gamas {
	color: #202020;
	font-family: 'Switzer Variable';
	font-size: 1rem; /* 16px */
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: auto 0 0 0;
	leading-trim: both;
	text-edge: cap;
}

/* Columnas internas gamas */
.servicios-b3-columnas-internas-gamas {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem; /* 32px */
	margin: 2rem 0 0 0;
}

/* Columna individual de gama */
.servicios-b3-col-gama {
	display: flex;
	flex-direction: column;
}

/* H3 Dyrbal/Selecta */
.servicios-b3-h3 {
	color: #202020;
	font-family: 'Utile Display';
	font-size: 2.25rem; /* 36px */
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.72px;
	margin: 0;
	leading-trim: both;
	text-edge: cap;
}

/* Imagen gama */
.servicios-b3-imagen-gama {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	margin-top: 2rem; /* 32px */
}

@media (min-width: 1920px) {
	.servicios-b3-imagen-gama {
		aspect-ratio: 1;
	}
}

/* Párrafo gama */
.servicios-b3-parrafo-gama {
	color: #202020;
	font-family: 'Switzer Variable';
	font-size: 1rem; /* 16px */
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 2rem 0 0 0;
	leading-trim: both;
	text-edge: cap;
}

/* Enlace */
.servicios-b3-enlace {
	color: #202020;
	font-family: 'Switzer Variable';
	font-size: 1rem; /* 16px */
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 1.4375rem 0 0 0; /* 23px */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 5.5%;
	text-underline-position: from-font;
	transition: opacity 0.3s ease;
}

.servicios-b3-enlace:hover {
	opacity: 0.7;
}

/* ================================================
   MOBILE LAYOUT
   ================================================ */

.servicios-bloque-3-mobile {
	display: none;
}

/* ================================================
   RESPONSIVE - MOBILE (max-width: 767px)
   ================================================ */

@media (max-width: 767px) {
	
	/* Ocultar desktop, mostrar mobile */
	.servicios-bloque-3-desktop {
		display: none;
	}
	
	.servicios-bloque-3-mobile {
		display: block;
		position: relative;
		height: 100vh;
		padding: 16px;
	}
	
	@supports (height: 100svh) {
		.servicios-bloque-3-mobile {
			height: 100svh;
		}
	}
	
	/* Número 01 (fijo) */
	.servicios-b3-numero-mobile {
		position: relative;
		z-index: 10;
		color: #202020;
		font-family: 'Utile Display';
		font-size: 46px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: -0.46px;
		text-transform: uppercase;
		margin: 0;
	}
	
	/* Contenedor de estados móviles */
	.servicios-b3-estados-mobile {
		position: relative;
		width: 100%;
		height: calc(100vh - 46px - 32px - 32px); /* 100vh - altura 01 - gap 32px - padding total (16px top + 16px bottom) */
		margin-top: 32px;
		overflow: hidden;
	}
	
	@supports (height: 100svh) {
		.servicios-b3-estados-mobile {
			height: calc(100svh - 46px - 32px - 32px);
		}
	}
	
	/* Estados móviles */
	.servicios-b3-mobile-estado-0,
	.servicios-b3-mobile-estado-1,
	.servicios-b3-mobile-estado-2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		will-change: transform;
	}
	
	/* Estado 0 visible por defecto */
	.servicios-b3-mobile-estado-0 {
		transform: translateY(0);
	}
	
	/* Estados 1 y 2 fuera de vista inicialmente */
	.servicios-b3-mobile-estado-1,
	.servicios-b3-mobile-estado-2 {
		transform: translateY(100%);
	}
	
	/* H2 Título Mobile (Estado 0) */
	.servicios-b3-titulo-mobile {
		color: #202020;
		font-family: 'Utile Display';
		font-size: 45px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: -0.46px;
		text-transform: uppercase;
		margin: 0;
	}
	
	/* Imagen Mobile Estado 0 */
	.servicios-b3-imagen-mobile-0 {
		width: 100%;
		height: 447px;
		max-height: calc(100% - 46px); /* Restar altura del H2 */
		object-fit: cover;
		display: block;
		margin-top: auto;
	}
	
	/* Párrafo Mobile Estado 1 */
	.servicios-b3-parrafo-mobile-1 {
		color: #202020;
		font-family: 'Switzer Variable';
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 135%;
		letter-spacing: -0.14px;
		margin: auto 0 0 0;
		flex-shrink: 0;
	}
	
	/* Imagen Mobile Estado 1 */
	.servicios-b3-imagen-mobile-1 {
		width: 100%;
		height: auto;
		max-height: 236px;
		object-fit: cover;
		display: block;
		margin-top: 32px;
		flex-shrink: 0;
	}
	
	/* Texto gamas Mobile */
	.servicios-b3-texto-gamas-mobile {
		color: #202020;
		font-family: 'Switzer Variable';
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 135%;
		letter-spacing: -0.14px;
		margin: 20px 0 0 0;
		flex-shrink: 0;
	}
	
	/* Columnas gamas Mobile */
	.servicios-b3-columnas-gamas-mobile {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
		margin-top: 32px;
		height: auto;
		flex-shrink: 0;
	}
	
	/* Columna gama individual Mobile */
	.servicios-b3-col-gama-mobile {
		display: flex;
		flex-direction: column;
	}
	
	/* H3 Mobile */
	.servicios-b3-h3-mobile {
		color: #202020;
		font-family: 'Utile Display';
		font-size: 28px;
		font-style: normal;
		font-weight: 500;
		line-height: 115%;
		letter-spacing: -0.56px;
		margin: 0;
	}
	
	/* Imagen gama Mobile */
	.servicios-b3-imagen-gama-mobile {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
		margin-top: 20px;
	}
	
	/* Párrafo gama Mobile */
	.servicios-b3-parrafo-gama-mobile {
		color: #202020;
		font-family: 'Switzer Variable';
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 135%;
		letter-spacing: -0.14px;
		margin: 20px 0 0 0;
	}
	
	/* Enlace Mobile */
	.servicios-b3-enlace-mobile {
		color: #202020;
		font-family: 'Switzer Variable';
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 135%;
		letter-spacing: -0.14px;
		margin-top: 20px;
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-skip-ink: auto;
		text-decoration-thickness: 5.5%;
		text-underline-position: from-font;
	}
}

/* ================================================
   SERVICIOS - BLOQUE 4: CONTENIDO ADICIONAL
   ================================================ */

.servicios-bloque-4-section {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 1rem - 2.25rem - 1rem); /* Espacio bajo el "01" pequeño del B3 */
	background: #F6F3E8;
	z-index: 30;
	transform: translateY(100%);
	will-change: transform;
}

@supports (height: 100svh) {
	.servicios-bloque-4-section {
		height: calc(100svh - 1rem - 2.25rem - 1rem);
	}
}

/* ================================================
   DESKTOP LAYOUT
   ================================================ */

.servicios-bloque-4-desktop {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 2rem;
	height: 100%;
}

/* Columna Izquierda */
.servicios-b4-col-izquierda {
	position: relative;
	display: flex;
	flex-direction: column;
}

/* H2 Número 02 */
.servicios-b4-numero {
	color: #202020;
	font-family: 'Utile Display';
	font-size: 5rem; /* 80px */
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	leading-trim: both;
	text-edge: cap;
}

/* Contenedor párrafo centrado */
.servicios-b4-parrafo-container {
	display: flex;
	align-items: center;
	flex: 1;
}

/* Párrafo B4 */
.servicios-b4-parrafo {
	width: 28.8125rem; /* 461px */
	color: #202020;
	font-family: 'Switzer Variable';
	font-size: 1rem; /* 16px */
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	leading-trim: both;
	text-edge: cap;
}

/* Columna Derecha */
.servicios-b4-col-derecha {
	position: relative;
	display: flex;
	flex-direction: column;
}

/* Fila de imágenes */
.servicios-b4-fila-imagenes {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* Imagen B4_1 */
.servicios-b4-imagen-1 {
	width: 35%;
	height: auto;
	object-fit: cover;
	display: block;
}

/* Imagen B4_2 */
.servicios-b4-imagen-2 {
	width: 46.7%;
	height: auto;
	object-fit: cover;
	display: block;
}

@media(min-width: 1920px) {
	.servicios-b4-imagen-2 {
		aspect-ratio: 1;
	}
}

/* H2 Título B4 */
.servicios-b4-titulo {
	color: #202020;
	font-family: 'Utile Display';
	font-size: 5rem; /* 80px */
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: auto 0 0 0;
	leading-trim: both;
	text-edge: cap;
}

/* ================================================
   MOBILE LAYOUT
   ================================================ */

.servicios-bloque-4-mobile {
	display: none;
}

/* ================================================
   RESPONSIVE - MOBILE (max-width: 767px)
   ================================================ */

@media (max-width: 767px) {
	
	.servicios-bloque-4-section {
		height: calc(100vh - 60px);
	}
	
	@supports (height: 100svh) {
		.servicios-bloque-4-section {
			height: calc(100svh - 60px);
		}
	}
	
	/* Ocultar desktop, mostrar mobile */
	.servicios-bloque-4-desktop {
		display: none;
	}
	
	.servicios-bloque-4-mobile {
		display: block;
		position: relative;
		height: 100%;
		padding: 16px;
	}
	
	/* Número 02 (fijo) */
	.servicios-b4-numero-mobile {
		position: relative;
		z-index: 10;
		color: #202020;
		font-family: 'Utile Display';
		font-size: 46px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: -0.46px;
		text-transform: uppercase;
		margin: 0;
	}
	
	/* Contenedor de estados móviles */
	.servicios-b4-estados-mobile {
		position: relative;
		width: 100%;
		height: calc(100% - 46px - 16px);
		margin-top: 16px;
		overflow: hidden;
	}
	
	/* Estados móviles */
	.servicios-b4-mobile-estado-0,
	.servicios-b4-mobile-estado-1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		will-change: transform;
	}
	
	/* Estado 0 visible por defecto */
	.servicios-b4-mobile-estado-0 {
		transform: translateY(0);
	}
	
	/* Estado 1 fuera de vista inicialmente */
	.servicios-b4-mobile-estado-1 {
		transform: translateY(100%);
	}
	
	/* H2 Título Mobile (Estado 0) */
	.servicios-b4-titulo-mobile {
		color: #202020;
		font-family: 'Utile Display';
		font-size: 46px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: -0.46px;
		text-transform: uppercase;
		margin: 0;
		flex-shrink: 0;
	}
	
	/* Imagen Mobile Estado 0 */
	.servicios-b4-imagen-mobile-0 {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
		margin-top: auto;
		flex-shrink: 0;
		aspect-ratio: 1;
	}
	
	/* Párrafo Mobile Estado 1 */
	.servicios-b4-parrafo-mobile {
		color: #202020;
		font-family: 'Switzer Variable';
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 135%;
		letter-spacing: -0.14px;
		margin-top: auto;
		flex-shrink: 0;
	}
	
	/* Imagen Mobile Estado 1 */
	.servicios-b4-imagen-mobile-1 {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
		margin-top: auto;
		flex-shrink: 0;
	}
}


/* ================================================
   SERVICIOS - BLOQUE 5: CONTENIDO ADICIONAL 2
   ================================================ */

.servicios-bloque-5-section {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 1rem - 2.25rem - 1rem - 1rem - 5rem - 1rem); /* Espacio adicional por el "02" del B4 */
	background: #B5C0DC;
	z-index: 40;
	transform: translateY(100%);
	will-change: transform;
}

@supports (height: 100svh) {
	.servicios-bloque-5-section {
		height: calc(100svh - 8.5rem);
	}
}

/* ================================================
   DESKTOP LAYOUT
   ================================================ */

.servicios-bloque-5-desktop {
	display: grid;
	grid-template-columns: 22.35% 1fr; /* 338px / 1512px ≈ 22.35% */
	gap: 2rem; /* 32px */
	padding: 2rem;
	height: 100%;
}

/* Columna Izquierda */
.servicios-b5-col-izquierda {
	position: relative;
	display: flex;
	flex-direction: column;
}

/* H2 Número 03 */
.servicios-b5-numero {
	color: #202020;
	font-family: 'Utile Display';
	font-size: 5rem; /* 80px */
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	leading-trim: both;
	text-edge: cap;
}

/* Imagen B5_1 */
.servicios-b5-imagen-1 {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	margin-top: auto;
}

/* Columna Derecha */
.servicios-b5-col-derecha {
	position: relative;
	display: flex;
	flex-direction: column;
}

/* Fila Superior */
.servicios-b5-fila-superior {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 10.38rem; /* 157px / 1512px ≈ 10.38% base 16px → 10.38rem */
}

/* Imagen B5_2 */
.servicios-b5-imagen-2 {
	width: 22.35%; /* 338px / 1512px */
	height: auto;
	object-fit: cover;
	display: block;
}

/* Párrafo B5 */
.servicios-b5-parrafo {
	width: 31%;
	color: #202020;
	font-family: 'Switzer Variable';
	font-size: 1rem; /* 16px */
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: auto;
	leading-trim: both;
	text-edge: cap;
}

/* H2 Título B5 */
.servicios-b5-titulo {
	color: #202020;
	font-family: 'Utile Display';
	font-size: 5rem; /* 80px */
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: auto 0 0 0;
	leading-trim: both;
	text-edge: cap;
}

/* ================================================
   MOBILE LAYOUT
   ================================================ */

.servicios-bloque-5-mobile {
	display: none;
}

/* ================================================
   RESPONSIVE - MOBILE (max-width: 767px)
   ================================================ */

@media (max-width: 767px) {
	
	.servicios-bloque-5-section {
		height: calc(100vh - 60px - 60px); /* Ver tanto "01" como "02" */
	}
	
	@supports (height: 100svh) {
		.servicios-bloque-5-section {
			height: calc(100svh - 60px - 60px);
		}
	}
	
	/* Ocultar desktop, mostrar mobile */
	.servicios-bloque-5-desktop {
		display: none;
	}
	
	.servicios-bloque-5-mobile {
		display: block;
		position: relative;
		height: 100%;
		padding: 16px;
	}
	
	/* Número 03 (fijo) */
	.servicios-b5-numero-mobile {
		position: relative;
		z-index: 10;
		color: #202020;
		font-family: 'Utile Display';
		font-size: 46px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: -0.46px;
		text-transform: uppercase;
		margin: 0;
	}
	
	/* Contenedor de estados móviles */
	.servicios-b5-estados-mobile {
		position: relative;
		width: 100%;
		height: calc(100% - 46px - 16px);
		margin-top: 16px;
		overflow: hidden;
	}
	
	/* Estados móviles */
	.servicios-b5-mobile-estado-0,
	.servicios-b5-mobile-estado-1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		will-change: transform;
	}
	
	/* Estado 0 visible por defecto */
	.servicios-b5-mobile-estado-0 {
		transform: translateY(0);
	}
	
	/* Estado 1 fuera de vista inicialmente */
	.servicios-b5-mobile-estado-1 {
		transform: translateY(100%);
	}
	
	/* H2 Título Mobile (Estado 0) */
	.servicios-b5-titulo-mobile {
		color: #202020;
		font-family: 'Utile Display';
		font-size: 46px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: -0.46px;
		text-transform: uppercase;
		margin: 0;
		flex-shrink: 0;
	}
	
	/* Imagen Mobile Estado 0 */
	.servicios-b5-imagen-mobile-0 {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
		margin-top: auto;
		flex-shrink: 0;
		aspect-ratio: 1;
	}
	
	/* Párrafo Mobile Estado 1 */
	.servicios-b5-parrafo-mobile {
		color: #202020;
		font-family: 'Switzer Variable';
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 135%;
		letter-spacing: -0.14px;
		margin-top: auto;
		flex-shrink: 0;
	}
	
	/* Imagen Mobile Estado 1 */
	.servicios-b5-imagen-mobile-1 {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
		margin-top: auto;
		flex-shrink: 0;
		aspect-ratio: 2/1.5;
	}
}


/* ================================================
   SERVICIOS - BLOQUE 6: CONTENIDO ADICIONAL 3
   ================================================ */

.servicios-bloque-6-section {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 12.8rem);
	background: #F6F3E8;
	z-index: 50;
	transform: translateY(100%);
	will-change: transform;
}

@supports (height: 100svh) {
	.servicios-bloque-6-section {
		height: calc(100svh - 12.8rem);
	}
}

/* ================================================
   DESKTOP LAYOUT
   ================================================ */

.servicios-bloque-6-desktop {
	display: grid;
	grid-template-columns: 61.84% 1fr; /* 935px / 1512px ≈ 61.84% (incluye padding izquierdo) */
	gap: 2rem; /* 32px */
	padding: 2rem;
	height: 100%;
}

/* Columna Izquierda */
.servicios-b6-col-izquierda {
	position: relative;
	display: flex;
	flex-direction: column;
}

/* H2 Número 04 - Sin animación de escala */
.servicios-b6-numero {
	color: #202020;
	font-family: 'Utile Display';
	font-size: 5rem; /* 80px */
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	leading-trim: both;
	text-edge: cap;
	/* Sin will-change ni transform para evitar animación */
}

/* H2 Título B6 */
.servicios-b6-titulo {
	color: #202020;
	font-family: 'Utile Display';
	font-size: 5rem; /* 80px */
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	margin-left: 7.6875rem; /* 155px - 32px padding = 123px → 7.6875rem */
	leading-trim: both;
	text-edge: cap;
}

/* Fila de contenido: Imagen + Párrafo */
.servicios-b6-fila-contenido {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	margin-left: 7.6875rem; /* 123px → 7.6875rem */
}

/* Imagen B6_1 */
.servicios-b6-imagen-1 {
	width: 21.125rem; /* 338px */
	height: 22.7rem;
	object-fit: cover;
	display: block;
	flex-shrink: 0;
}

/* Párrafo B6 */
.servicios-b6-parrafo {
	width: 21.125rem; /* 338px */
	color: #202020;
	font-family: 'Switzer Variable';
	font-size: 1rem; /* 16px */
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	leading-trim: both;
	text-edge: cap;
}

/* Columna Derecha */
.servicios-b6-col-derecha {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/* Imagen B6_2 */
.servicios-b6-imagen-2 {
	width: 21.125rem; /* 338px */
	height: 29.25rem; /* 468px */
	object-fit: cover;
	display: block;
}

/* ================================================
   MOBILE LAYOUT
   ================================================ */

.servicios-bloque-6-mobile {
	display: none;
}

/* ================================================
   RESPONSIVE - MOBILE (max-width: 767px)
   ================================================ */

@media (max-width: 767px) {
	
	.servicios-bloque-6-section {
		height: calc(100vh - 60px - 60px - 60px); /* Ver "01", "02" y "03" */
	}
	
	@supports (height: 100svh) {
		.servicios-bloque-6-section {
			height: calc(100svh - 60px - 60px - 60px);
		}
	}
	
	/* Ocultar desktop, mostrar mobile */
	.servicios-bloque-6-desktop {
		display: none;
	}
	
	.servicios-bloque-6-mobile {
		display: block;
		position: relative;
		height: 100%;
		padding: 16px;
	}
	
	/* Número 04 (fijo) - Sin animación de escala */
	.servicios-b6-numero-mobile {
		position: relative;
		z-index: 10;
		color: #202020;
		font-family: 'Utile Display';
		font-size: 46px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: -0.46px;
		text-transform: uppercase;
		margin: 0;
		/* Sin will-change ni transform para evitar animación */
	}
	
	/* Contenedor de estados móviles */
	.servicios-b6-estados-mobile {
		position: relative;
		width: 100%;
		height: calc(100% - 46px - 16px);
		margin-top: 16px;
		overflow: hidden;
	}
	
	/* Estados móviles */
	.servicios-b6-mobile-estado-0,
	.servicios-b6-mobile-estado-1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		will-change: transform;
	}
	
	/* Estado 0 visible por defecto */
	.servicios-b6-mobile-estado-0 {
		transform: translateY(0);
	}
	
	/* Estado 1 fuera de vista inicialmente */
	.servicios-b6-mobile-estado-1 {
		transform: translateY(100%);
	}
	
	/* H2 Título Mobile (Estado 0) */
	.servicios-b6-titulo-mobile {
		color: #202020;
		font-family: 'Utile Display';
		font-size: 46px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: -0.46px;
		text-transform: uppercase;
		margin: 0;
		flex-shrink: 0;
	}
	
	/* Imagen Mobile Estado 0 */
	.servicios-b6-imagen-mobile-0 {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
		margin-top: auto;
		flex-shrink: 0;
		aspect-ratio: 2/1.5;
	}
	
	/* Párrafo Mobile Estado 1 */
	.servicios-b6-parrafo-mobile {
		color: #202020;
		font-family: 'Switzer Variable';
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 135%;
		letter-spacing: -0.14px;
		margin-top: auto;
		flex-shrink: 0;
	}
	
	/* Imagen Mobile Estado 1 */
	.servicios-b6-imagen-mobile-1 {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
		margin-top: auto;
		flex-shrink: 0;
	}
}

/* ================================================
   FOOTER ESPECÍFICO PARA PÁGINA SERVICIOS
   ================================================ */

/* Footer wrapper fixed para servicios */
.page-id-168 .footer-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: translateY(100%);
	z-index: 60;
	will-change: transform;
}

/* Footer dentro del wrapper mantiene sus estilos normales */
.page-id-168 #main-footer {
	/* Los estilos del footer.css se mantienen */
}