/**
 * Dimalta FSE — estilos del theme.
 */

:root {
	--dimalta-container-max: 1200px;
	--dimalta-container-pad: 15px;
	--dimalta-header-z: 100;
	--dimalta-nav-height: 60px;
	--dimalta-nav-slant: 54px;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	font-family: var(--wp--preset--font-family--body);
}

a, button, input, select, textarea {
	transition: all 0.45s ease;
}

:root :where(.is-layout-flow) > *,
:root :where(.is-layout-constrained) > * {
	margin-block-start: 0;
}

:root {
	--wp--style--block-gap: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* Contenedor compartido */
.dimalta-container {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--dimalta-container-max);
	margin-inline: auto;
	padding-inline: var(--dimalta-container-pad);
}

.dimalta-main {
	min-height: 40vh;
}

.dimalta-placeholder {
	padding-block: 4rem;
	text-align: center;
}

.dimalta-placeholder__title {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 700;
	margin: 0 0 0.75rem;
}

.dimalta-placeholder__text {
	color: var(--wp--preset--color--muted);
	margin: 0;
}

/* ==========================================================================
   Header Industo-style (pixel-perfect)
   ========================================================================== */

.dimalta-header {
	position: relative;
	z-index: var(--dimalta-header-z);
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background-color: var(--wp--preset--color--white);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.dimalta-header p {
	margin: 0;
}

.dimalta-header a {
	text-decoration: none;
}

/* Franjas a ancho completo; el contenedor solo limita el contenido interno */
.dimalta-header__top,
.dimalta-header__nav-row {
	width: 100%;
	max-width: none;
	margin: 0;
}

/* —— Top bar —— */
.dimalta-header__top {
	position: relative;
	z-index: 2;
	background-color: var(--wp--preset--color--white);
}

.dimalta-header__top-inner {
	min-height: 98px;
	padding-block: 20px;
	gap: 28px !important;
	align-items: center !important;
}

/* Brand / logo */
.dimalta-header__brand {
	flex: 0 0 auto;
	gap: 14px !important;
	align-items: center !important;
}

.dimalta-header__brand::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 56px;
	height: 48px;
	background: url("../images/logo-icon.svg") center / contain no-repeat;
}

.dimalta-header__logo {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	text-transform: lowercase;
}

.dimalta-header__logo a {
	color: #1b1f2a;
}

.dimalta-header__logo a:hover {
	color: #1b1f2a;
}

.dimalta-header__logo-accent {
	color: var(--wp--preset--color--primary);
}

/* Contact blocks */
.dimalta-header__contacts {
	flex: 1 1 auto;
	justify-content: flex-end !important;
	align-items: center !important;
	gap: 42px !important;
}

.dimalta-header__contact {
	flex: 0 0 auto;
	gap: 14px !important;
	align-items: center !important;
	min-width: 0;
}

.dimalta-header__contact::before {
	content: "";
	display: block;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	border: 1px solid var(--wp--preset--color--primary);
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

.dimalta-header__contact--phone::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.dimalta-header__contact--location::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.dimalta-header__contact--email::before {
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.dimalta-header__contact-copy {
	gap: 3px !important;
}

.dimalta-header__contact-label {
	font-family: var(--wp--preset--font-family--body);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
	color: #888888;
}

.dimalta-header__contact-value {
	font-family: var(--wp--preset--font-family--body);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #1b1f2a;
}

.dimalta-header__contact-value a {
	color: inherit;
}

.dimalta-header__contact-value a:hover {
	color: var(--wp--preset--color--primary);
}

.dimalta-header__cta {
	flex: 0 0 auto;
	margin: 0 !important;
}

.dimalta-header__cta .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 22px !important;
	border-radius: 10px !important;
	background: var(--wp--preset--color--primary) !important;
	color: #fff !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	line-height: 1.2;
	transition: background-color 0.2s ease;
}

.dimalta-header__cta .wp-block-button__link:hover {
	background: var(--wp--preset--color--primary-hover, #d93812) !important;
	color: #fff !important;
}

/*
 * Nav row: fondo blanco.
 * El naranja es un pseudo-elemento que:
 *  - arranca al borde izquierdo del contenedor (bajo el logo)
 *  - tiene corte diagonal a la izquierda
 *  - se extiende hasta el borde derecho del viewport
 */
.dimalta-header__nav-row {
	position: relative;
	z-index: 1;
	background-color: var(--wp--preset--color--white);
	isolation: isolate;
}

.dimalta-header__nav-row::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 64vw;
	right: 0;
	z-index: 0;
	background-color: var(--wp--preset--color--primary);
	clip-path: polygon(var(--dimalta-nav-slant) 0, 100% 0, 100% 100%, 0 100%);
	pointer-events: none;
}

.dimalta-header__nav-inner {
	position: relative;
	z-index: 1;
}

.dimalta-header__nav-bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	min-height: var(--dimalta-nav-height);
	padding: 0 0 0 calc(var(--dimalta-nav-slant) + 10px);
	gap: 12px !important;
	background-color: transparent;
}

/* Navigation */
.dimalta-header__nav {
	min-width: 0;
}

.dimalta-header__nav .wp-block-navigation__container,
.dimalta-header__nav .wp-block-navigation__responsive-container-content {
	gap: 0 !important;
	align-items: center;
}

.dimalta-header__nav .wp-block-navigation-item {
	margin: 0;
}

.dimalta-header__nav .wp-block-navigation-item__content {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 15px;
	font-weight: 600;
	line-height: var(--dimalta-nav-height);
	padding: 0 20px !important;
	color: var(--wp--preset--color--white) !important;
	text-transform: capitalize;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.dimalta-header__nav .wp-block-navigation-item:first-child > .wp-block-navigation-item__content {
	padding-left: 4px !important;
}

.dimalta-header__nav .wp-block-navigation-item__content:hover,
.dimalta-header__nav .wp-block-navigation-item__content:focus {
	color: var(--wp--preset--color--white) !important;
	opacity: 0.88;
}

.dimalta-header__nav .wp-block-navigation-item.has-child > .wp-block-navigation-item__content::after {
	content: "+";
	display: inline-block;
	margin-left: 7px;
	font-size: 13px;
	font-weight: 700;
	vertical-align: 0;
	opacity: 0.95;
}

.dimalta-header__nav .wp-block-navigation__submenu-icon {
	display: none;
}

.dimalta-header__nav .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--white);
	border: none;
	border-radius: 0;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
	padding: 10px 0;
	min-width: 220px;
}

.dimalta-header__nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	color: #1b1f2a !important;
	line-height: 1.4;
	padding: 10px 20px !important;
	font-weight: 500;
}

.dimalta-header__nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--primary) !important;
	opacity: 1;
	background-color: #f7f7f7;
}

/* Search */
.dimalta-header__search {
	position: relative;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	margin-right: 2px;
}

.dimalta-header__search-toggle {
	margin: 0;
	line-height: 1;
}

.dimalta-header__search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E")
		center / 18px 18px no-repeat;
	cursor: pointer;
}

.dimalta-header__search-btn:hover {
	opacity: 0.85;
}

.dimalta-header__search-panel {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 30;
	width: min(320px, calc(100vw - 30px));
	padding: 12px;
	background: var(--wp--preset--color--white);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.dimalta-header__search.is-open .dimalta-header__search-panel {
	display: block;
}

.dimalta-header__search-form .wp-block-search__inside-wrapper {
	display: flex;
	gap: 0;
	border: 1px solid #e5e5e5;
}

.dimalta-header__search-form .wp-block-search__input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0 !important;
	padding: 10px 12px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
}

.dimalta-header__search-form .wp-block-search__button {
	margin: 0;
	border: 0;
	border-radius: 0;
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}

/* Mobile open button (hamburger) inside orange bar */
.dimalta-header__nav .wp-block-navigation__responsive-container-open {
	display: none;
	padding: 0;
	margin: 0;
	color: var(--wp--preset--color--white);
	background: transparent;
	border: 0;
}

.dimalta-header__nav .wp-block-navigation__responsive-container-open svg {
	width: 28px;
	height: 28px;
	stroke: var(--wp--preset--color--white);
	fill: var(--wp--preset--color--white);
}

.dimalta-header__nav .wp-block-navigation__responsive-container-close {
	color: var(--wp--preset--color--secondary);
}

.dimalta-header__nav .wp-block-navigation__responsive-container.is-menu-open {
	padding: 0;
	background-color: var(--wp--preset--color--white);
}

.dimalta-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	color: #1b1f2a !important;
	line-height: 1.5;
	padding: 12px 0 !important;
}

.dimalta-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.has-child > .wp-block-navigation-item__content::after {
	color: var(--wp--preset--color--primary);
}

.dimalta-header__nav .wp-block-navigation__responsive-dialog {
	padding: 0.5rem 1.5rem;
}

/* ==========================================================================
   Header responsive
   ========================================================================== */

@media (max-width: 1100px) {
	.dimalta-header__contacts {
		gap: 22px !important;
	}

	.dimalta-header__contact-value {
		font-size: 14px;
	}

	.dimalta-header__logo {
		font-size: 30px;
	}

	.dimalta-header__nav .wp-block-navigation-item__content {
		padding: 0 14px !important;
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.dimalta-header__top-inner {
		min-height: 76px;
		padding-block: 14px;
	}

	.dimalta-header__contacts {
		display: none !important;
	}

	.dimalta-header__logo {
		font-size: 28px;
	}

	.dimalta-header__brand::before {
		width: 46px;
		height: 40px;
	}

	.dimalta-header__nav-row::before {
		left: 0;
		clip-path: none;
	}

	.dimalta-header__nav-bar {
		padding: 0;
		min-height: 52px;
		justify-content: flex-end !important;
	}

	.dimalta-header__nav {
		flex: 0 0 auto;
		width: auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.dimalta-header__nav .wp-block-navigation__responsive-container-open {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	.dimalta-header__nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	.dimalta-header__search {
		order: 2;
		margin-left: 4px;
		margin-right: 0;
	}
}

@media (max-width: 575px) {
	.dimalta-header__top-inner {
		min-height: 68px;
		padding-block: 12px;
	}

	.dimalta-header__logo {
		font-size: 24px;
	}

	.dimalta-header__brand {
		gap: 10px !important;
	}

	.dimalta-header__brand::before {
		width: 40px;
		height: 34px;
	}

	.dimalta-header__nav-bar {
		min-height: 48px;
	}
}

/* Admin bar offset */
.admin-bar .dimalta-header {
	/* reserved if header becomes sticky later */
}

/* ==========================================================================
   Footer Industo-style (pixel-perfect)
   ========================================================================== */

.dimalta-footer {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	color: #cfd2d6;
	background-color: #0b0d10;
}

.dimalta-footer p {
	margin: 0;
}

.dimalta-footer a {
	text-decoration: none;
	color: inherit;
}

.dimalta-footer a:hover {
	color: var(--wp--preset--color--primary);
}

/* Franja principal full-width con fondo industrial + mapa de puntos */
.dimalta-footer__main {
	position: relative;
	width: 100%;
	padding: 90px 0 70px;
	background-color: #0b0d10;
	background-image: url("../images/footer-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.dimalta-footer__main::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(8, 10, 14, 0.92) 0%, rgba(8, 10, 14, 0.88) 45%, rgba(8, 10, 14, 0.94) 100%);
	pointer-events: none;
}

.dimalta-footer__main::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url("../images/footer-map.svg") center 42% / min(1100px, 92%) no-repeat;
	opacity: 0.14;
	pointer-events: none;
}

.dimalta-footer__inner {
	position: relative;
	z-index: 1;
}

.dimalta-footer__cols {
	gap: 30px !important;
	align-items: flex-start !important;
}

.dimalta-footer__col {
	min-width: 0;
}

/* Col 1 — About */
.dimalta-footer__brand {
	gap: 12px !important;
	align-items: center !important;
	margin-bottom: 22px;
}

.dimalta-footer__brand::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 48px;
	height: 42px;
	background: url("../images/logo-icon.svg") center / contain no-repeat;
}

.dimalta-footer__logo {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	text-transform: lowercase;
}

.dimalta-footer__logo a {
	color: #ffffff;
}

.dimalta-footer__logo a:hover {
	color: #ffffff;
}

.dimalta-footer__logo-accent {
	color: var(--wp--preset--color--primary);
}

.dimalta-footer__desc {
	font-family: var(--wp--preset--font-family--body);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	color: #b7bcc3;
	margin: 0 0 28px !important;
	max-width: 300px;
}

.dimalta-footer__about-btn .wp-block-button__link {
	display: inline-block;
	padding: 14px 28px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: var(--wp--preset--color--primary) !important;
	color: #ffffff !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2;
}

.dimalta-footer__about-btn .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary-hover) !important;
	color: #ffffff !important;
}

/* Títulos de columna */
.dimalta-footer__title {
	position: relative;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff !important;
	margin: 6px 0 28px !important;
	padding-bottom: 14px;
}

.dimalta-footer__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background-color: var(--wp--preset--color--primary);
}

.dimalta-footer__text {
	font-family: var(--wp--preset--font-family--body);
	font-size: 15px;
	line-height: 1.7;
	color: #b7bcc3;
	margin: 0 0 28px !important;
	max-width: 260px;
}

/* Social icons */
.dimalta-footer__socials {
	gap: 12px !important;
}

.dimalta-footer__social {
	margin: 0 !important;
	line-height: 0;
}

.dimalta-footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.08);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.dimalta-footer__social a:hover {
	background-color: var(--wp--preset--color--primary);
	transform: translateY(-2px);
}

.dimalta-footer__social--facebook a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23cfd2d6'%3E%3Cpath d='M14 9h3V6h-3c-1.7 0-3 1.3-3 3v2H8v3h3v7h3v-7h3l1-3h-4V9c0-.6.4-1 1-1z'/%3E%3C/svg%3E");
}

.dimalta-footer__social--x a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23cfd2d6'%3E%3Cpath d='M18.244 3H21l-6.51 7.44L22 21h-6.19l-4.35-5.4L6.1 21H3.34l6.97-7.97L2 3h6.35l3.94 4.98L18.244 3zm-1.08 16.2h1.72L7.01 4.7H5.16l11.99 14.5z'/%3E%3C/svg%3E");
}

.dimalta-footer__social--web a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cfd2d6' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c2.5 2.8 3.8 5.8 3.8 9S14.5 18.2 12 21c-2.5-2.8-3.8-5.8-3.8-9S9.5 5.8 12 3z'/%3E%3C/svg%3E");
}

.dimalta-footer__social--linkedin a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23cfd2d6'%3E%3Cpath d='M6.5 9H3.7v11.3h2.8V9zM5.1 3.6C4 3.6 3.2 4.4 3.2 5.5S4 7.4 5.1 7.4s1.9-.8 1.9-1.9-.8-1.9-1.9-1.9zM20.3 12.3c0-2.4-1.3-4-3.7-4-1.2 0-2.2.5-2.8 1.3V8.3h-2.8v12h2.8v-6.4c0-1.7.8-2.7 2.2-2.7 1.3 0 2 1 2 2.7v6.4h2.8v-7z'/%3E%3C/svg%3E");
}

.dimalta-footer__social--facebook a:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M14 9h3V6h-3c-1.7 0-3 1.3-3 3v2H8v3h3v7h3v-7h3l1-3h-4V9c0-.6.4-1 1-1z'/%3E%3C/svg%3E");
}

.dimalta-footer__social--x a:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M18.244 3H21l-6.51 7.44L22 21h-6.19l-4.35-5.4L6.1 21H3.34l6.97-7.97L2 3h6.35l3.94 4.98L18.244 3zm-1.08 16.2h1.72L7.01 4.7H5.16l11.99 14.5z'/%3E%3C/svg%3E");
}

.dimalta-footer__social--web a:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c2.5 2.8 3.8 5.8 3.8 9S14.5 18.2 12 21c-2.5-2.8-3.8-5.8-3.8-9S9.5 5.8 12 3z'/%3E%3C/svg%3E");
}

.dimalta-footer__social--linkedin a:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M6.5 9H3.7v11.3h2.8V9zM5.1 3.6C4 3.6 3.2 4.4 3.2 5.5S4 7.4 5.1 7.4s1.9-.8 1.9-1.9-.8-1.9-1.9-1.9zM20.3 12.3c0-2.4-1.3-4-3.7-4-1.2 0-2.2.5-2.8 1.3V8.3h-2.8v12h2.8v-6.4c0-1.7.8-2.7 2.2-2.7 1.3 0 2 1 2 2.7v6.4h2.8v-7z'/%3E%3C/svg%3E");
}

/* Official info */
.dimalta-footer__info-item {
	position: relative;
	font-family: var(--wp--preset--font-family--body);
	font-size: 15px;
	line-height: 1.55;
	color: #b7bcc3;
	padding-left: 28px;
	margin: 0 0 16px !important;
}

.dimalta-footer__info-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.dimalta-footer__info-item--address::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.dimalta-footer__info-item--phone::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.dimalta-footer__info-item a {
	color: #b7bcc3;
}

.dimalta-footer__info-item a:hover {
	color: var(--wp--preset--color--primary);
}

.dimalta-footer__hours-title {
	display: inline-block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 16px;
	font-weight: 700;
	color: #ffffff !important;
	margin: 18px 0 10px !important;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.85);
	line-height: 1.3;
}

.dimalta-footer__hours-text {
	font-family: var(--wp--preset--font-family--body);
	font-size: 15px;
	line-height: 1.7;
	color: #b7bcc3;
}

/* Gallery 3x2 */
.dimalta-footer__gallery {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.dimalta-footer__gallery-item {
	margin: 0 !important;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.dimalta-footer__gallery-item a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1a1f26;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.dimalta-footer__gallery-item a:hover {
	opacity: 0.85;
	transform: scale(1.03);
	color: inherit;
}

.dimalta-footer__gallery-item--1 a {
	background-image: url("../images/gallery-1.jpg");
}

.dimalta-footer__gallery-item--2 a {
	background-image: url("../images/gallery-2.jpg");
}

.dimalta-footer__gallery-item--3 a {
	background-image: url("../images/gallery-3.jpg");
}

.dimalta-footer__gallery-item--4 a {
	background-image: url("../images/gallery-4.jpg");
}

.dimalta-footer__gallery-item--5 a {
	background-image: url("../images/gallery-5.jpg");
}

.dimalta-footer__gallery-item--6 a {
	background-image: url("../images/gallery-6.jpg");
}

/* Bottom bar */
.dimalta-footer__bottom {
	position: relative;
	width: 100%;
	background-color: #080a0e;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dimalta-footer__bottom-inner {
	position: relative;
	min-height: 70px;
	padding-block: 22px;
	justify-content: center !important;
}

.dimalta-footer__copy {
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	line-height: 1.5;
	color: #cfd2d6;
	margin: 0 !important;
}

.dimalta-footer__copy-accent {
	color: var(--wp--preset--color--primary) !important;
	font-weight: 600;
}

.dimalta-footer__copy-accent:hover {
	color: #ffffff !important;
}

.dimalta-footer__to-top {
	position: absolute !important;
	right: var(--dimalta-container-pad);
	top: 50%;
	transform: translateY(-50%);
	margin: 0 !important;
	line-height: 0;
}

.dimalta-footer__to-top-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background-color: var(--wp--preset--color--primary);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	transition: background-color 0.2s ease;
}

.dimalta-footer__to-top-btn:hover {
	background-color: var(--wp--preset--color--primary-hover);
	color: inherit;
}

/* Footer responsive */
@media (max-width: 991px) {
	.dimalta-footer__main {
		padding: 70px 0 50px;
	}

	.dimalta-footer__cols {
		flex-wrap: wrap !important;
	}

	.dimalta-footer__col {
		flex-basis: calc(50% - 15px) !important;
	}

	.dimalta-footer__desc,
	.dimalta-footer__text {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.dimalta-footer__main {
		padding: 56px 0 40px;
	}

	.dimalta-footer__col {
		flex-basis: 100% !important;
	}

	.dimalta-footer__cols {
		gap: 40px !important;
	}

	.dimalta-footer__bottom-inner {
		padding-right: 64px;
		justify-content: flex-start !important;
	}

	.dimalta-footer__copy {
		text-align: left !important;
		font-size: 13px;
	}

	.dimalta-footer__gallery {
		max-width: 280px;
	}
}

/* —— Contenido —— */
.dimalta-content {
	padding-block: 3rem;
}

.dimalta-content .wp-block-post-title {
	font-family: var(--wp--preset--font-family--heading);
	margin-bottom: 1.5rem;
}

.dimalta-404 {
	padding-block: 5rem;
	text-align: center;
}

/* ==========================================================================
   Home About (Industo Assessments) — pattern
   ========================================================================== */

.dimalta-about {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	padding: 110px 0 100px;
	overflow: hidden;
}

.dimalta-about p {
	margin: 0;
}

.dimalta-about a {
	text-decoration: none;
}

.dimalta-about__inner {
	position: relative;
}

.dimalta-about__cols {
	gap: 48px !important;
	align-items: flex-start !important;
}

.dimalta-about__content {
	position: relative;
	z-index: 2;
}

.dimalta-about__copy {
	position: relative;
	padding-bottom: 8px;
}

/* Watermark behind copy */
.dimalta-about__watermark {
	position: absolute;
	top: -28px;
	left: -6px;
	z-index: 0;
	margin: 0 !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(68px, 9.5vw, 118px);
	font-weight: 800;
	line-height: 0.88;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px rgba(27, 31, 42, 0.09);
	pointer-events: none;
	user: select none;
	white-space: nowrap;
}

.dimalta-about__eyebrow {
	position: relative;
	z-index: 1;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary);
	margin: 0 0 16px !important;
}

.dimalta-about__title {
	position: relative;
	z-index: 1;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(30px, 3.4vw, 44px);
	font-weight: 800;
	line-height: 1.18;
	color: #1b1f2a !important;
	margin: 0 0 18px !important;
	max-width: 540px;
	padding-bottom: 18px;
}

.dimalta-about__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 3px;
	background-color: var(--wp--preset--color--primary);
}

.dimalta-about__lead {
	position: relative;
	z-index: 1;
	font-family: var(--wp--preset--font-family--body);
	font-size: 16px;
	line-height: 1.8;
	color: #777777;
	margin: 0 0 34px !important;
	max-width: 540px;
}

/* Features row */
.dimalta-about__features {
	position: relative;
	z-index: 1;
	gap: 28px 40px !important;
	margin-bottom: 8px;
}

.dimalta-about__feature {
	gap: 14px !important;
	align-items: center !important;
	flex: 0 1 auto;
}

.dimalta-about__feature-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.dimalta-about__feature-icon--helmet {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M14 38c2-14 10-24 18-24s16 10 18 24' stroke='%23FA4318' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M12 38h40v5.5H12z' fill='%23FA4318'/%3E%3Cpath d='M30 16c0-3.5 1.5-7 2-7s2 3.5 2 7' stroke='%23FA4318' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M22 38v-6c0-5.5 4.5-10 10-10s10 4.5 10 10v6' stroke='%23FA4318' stroke-width='2.4'/%3E%3C/svg%3E");
}

.dimalta-about__feature-icon--gear {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M32 12l2.8 6.5 7-.8 3.6 6.2-4.6 4.6 1.6 7.2-6.4 2.6-2.6 6.4-7.2-1.6-4.6 4.6-6.2-3.6.8-7L12 32l6.5-2.8-.8-7 6.2-3.6 4.6 4.6 7.2-1.6 2.6-6.4 6.4 2.6z' stroke='%23FA4318' stroke-width='2.4' stroke-linejoin='round'/%3E%3Ccircle cx='32' cy='32' r='7' stroke='%23FA4318' stroke-width='2.4'/%3E%3Cpath d='M42 44l12 8M46 40l10 3' stroke='%23FA4318' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
	animation: dimalta-spin 12s linear infinite;
}

.dimalta-about__feature-text {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	color: #1b1f2a;
	white-space: nowrap;
}

/* Actions: separator + CTA + phone */
.dimalta-about__actions {
	gap: 22px 30px !important;
	align-items: center !important;
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #ececec;
}

.dimalta-about__cta .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	padding: 15px 30px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background-color: var(--wp--preset--color--primary) !important;
	color: #ffffff !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 1.2;
}

.dimalta-about__cta .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary-hover) !important;
	color: #ffffff !important;
}

.dimalta-about__call {
	gap: 14px !important;
	align-items: center !important;
}

.dimalta-about__call-icon {
	flex-shrink: 0;
	width: 58px;
	height: 58px;
	margin: 0 !important;
	border-radius: 50%;
	background-color: #f1f2f4;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b1f2a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
	animation: dimalta-phone-ring 2.8s ease-in-out infinite;
	transform-origin: 50% 50%;
}

.dimalta-about__call-copy {
	gap: 2px !important;
}

.dimalta-about__call-label {
	font-family: var(--wp--preset--font-family--body);
	font-size: 13px;
	color: #888888;
}

.dimalta-about__call-number {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
	color: #1b1f2a;
}

.dimalta-about__call-number a {
	color: inherit;
}

.dimalta-about__call-number a:hover {
	color: var(--wp--preset--color--primary);
}

/* Right column */
.dimalta-about__media {
	position: relative;
	padding-top: 6px;
}

.dimalta-about__stats {
	gap: 56px !important;
	margin-bottom: 22px;
	padding-left: 12px;
}

.dimalta-about__stat {
	gap: 6px !important;
}

.dimalta-about__stat-value {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(42px, 4.8vw, 58px);
	font-weight: 800;
	line-height: 1;
	color: var(--wp--preset--color--primary);
	letter-spacing: -0.02em;
}

.dimalta-about__stat-label {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 15px;
	font-weight: 700;
	color: #1b1f2a;
}

/*
 * Collage Industo:
 * 1) Engranaje blanco izquierdo con texto circular + hub foto
 * 2) Engranaje foto grande derecha
 * 3) Engranaje foto inferior
 */
.dimalta-about__gears {
	position: relative;
	width: 100%;
	max-width: 560px;
	aspect-ratio: 1.02 / 1;
	margin-left: auto;
}

.dimalta-about__gear {
	position: absolute !important;
	margin: 0 !important;
}

/* Shared photo gear look */
.dimalta-about__gear--photo {
	background-color: #d8dde3;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-mask-image: url("../images/about/gear-mask.svg");
	mask-image: url("../images/about/gear-mask.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	filter: drop-shadow(0 14px 28px rgba(15, 23, 42, 0.18));
	will-change: transform;
}

.dimalta-about__gear--lg {
	width: 62%;
	aspect-ratio: 1;
	top: 2%;
	right: 0;
	z-index: 2;
	background-image: url("../images/about/gear-2.jpg");
	animation: dimalta-spin-reverse 55s linear infinite;
}

.dimalta-about__gear--sm {
	width: 46%;
	aspect-ratio: 1;
	right: 10%;
	bottom: 0;
	z-index: 3;
	background-image: url("../images/about/gear-3.jpg");
	animation: dimalta-spin 42s linear infinite;
}

/* White text gear (left) */
.dimalta-about__gear--text {
	width: 54%;
	aspect-ratio: 1;
	left: 0;
	top: 18%;
	z-index: 4;
}

.dimalta-about__gear-body {
	position: absolute !important;
	inset: 0;
	margin: 0 !important;
	background-color: #ffffff;
	-webkit-mask-image: url("../images/about/gear-mask.svg");
	mask-image: url("../images/about/gear-mask.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	filter: drop-shadow(0 12px 24px rgba(15, 23, 42, 0.14));
	animation: dimalta-spin 36s linear infinite;
}

.dimalta-about__gear-ring {
	position: absolute !important;
	inset: 14%;
	z-index: 2;
	margin: 0 !important;
	border-radius: 50%;
	background: url("../images/about/badge-ring.svg") center / contain no-repeat;
	animation: dimalta-spin 36s linear infinite;
	pointer-events: none;
}

.dimalta-about__gear-hub {
	position: absolute !important;
	inset: 27%;
	z-index: 3;
	margin: 0 !important;
	border-radius: 50%;
	overflow: hidden;
	background: url("../images/about/badge-center.jpg") center / cover no-repeat;
	border: 4px solid #ffffff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

/* Keyframes */
@keyframes dimalta-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes dimalta-spin-reverse {
	from { transform: rotate(0deg); }
	to { transform: rotate(-360deg); }
}

@keyframes dimalta-phone-ring {
	0%, 100% { transform: rotate(0deg) scale(1); }
	8% { transform: rotate(12deg) scale(1.04); }
	16% { transform: rotate(-10deg) scale(1.04); }
	24% { transform: rotate(8deg) scale(1.03); }
	32% { transform: rotate(-6deg) scale(1.02); }
	40% { transform: rotate(0deg) scale(1); }
	70% { transform: rotate(0deg) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
	.dimalta-about__feature-icon--gear,
	.dimalta-about__gear--photo,
	.dimalta-about__gear-body,
	.dimalta-about__gear-ring,
	.dimalta-about__call-icon {
		animation: none !important;
	}
}

@media (max-width: 991px) {
	.dimalta-about {
		padding: 72px 0 64px;
	}

	.dimalta-about__cols {
		flex-wrap: wrap !important;
	}

	.dimalta-about__content,
	.dimalta-about__media {
		flex-basis: 100% !important;
	}

	.dimalta-about__gears {
		max-width: 460px;
		margin: 12px auto 0;
	}

	.dimalta-about__stats {
		justify-content: flex-start !important;
		padding-left: 0;
	}

	.dimalta-about__feature-text {
		white-space: normal;
	}
}

@media (max-width: 575px) {
	.dimalta-about {
		padding: 56px 0 48px;
	}

	.dimalta-about__features {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.dimalta-about__actions {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.dimalta-about__stats {
		gap: 28px !important;
	}

	.dimalta-about__stat-value {
		font-size: 40px;
	}

	.dimalta-about__watermark {
		font-size: 56px;
		top: -16px;
	}

	.dimalta-about__gear--text {
		width: 58%;
		top: 14%;
	}

	.dimalta-about__gear--lg {
		width: 64%;
	}

	.dimalta-about__gear--sm {
		width: 48%;
	}
}


/* ==========================================================================
   Home Services (Industo carousel) — pattern + Slick
   ========================================================================== */

.dimalta-services {
	position: relative;
	width: 100%;
	padding: 110px 0 100px;
	background-color: #ffffff;
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.92) 55%, #ffffff 100%),
		url("../images/services/marble-bg.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.dimalta-services::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: repeating-linear-gradient(
		90deg,
		transparent 0,
		transparent calc((100% / 12) - 1px),
		rgba(27, 31, 42, 0.035) calc((100% / 12) - 1px),
		rgba(27, 31, 42, 0.035) calc(100% / 12)
	);
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 78%);
}

.dimalta-services__inner {
	position: relative;
	z-index: 1;
}

.dimalta-services p {
	margin: 0;
}

.dimalta-services a {
	text-decoration: none;
}

.dimalta-services__header {
	position: relative;
	margin: 0 auto 48px;
	text-align: center;
}

.dimalta-services__watermark {
	position: absolute;
	left: 50%;
	top: -18px;
	transform: translateX(-50%);
	z-index: 0;
	margin: 0 !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(72px, 11vw, 140px);
	font-weight: 800;
	line-height: 0.9;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(27, 31, 42, 0.08);
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
}

.dimalta-services__eyebrow {
	position: relative;
	z-index: 1;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary);
	margin: 0 0 14px !important;
}

.dimalta-services__title {
	position: relative;
	z-index: 1;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(28px, 3.2vw, 42px);
	font-weight: 800;
	line-height: 1.2;
	color: #1b1f2a !important;
	margin: 0 auto !important;
	max-width: 720px;
	padding-bottom: 18px;
}

.dimalta-services__title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 56px;
	height: 3px;
	transform: translateX(-50%);
	background-color: var(--wp--preset--color--primary);
}

/* Carousel */
.dimalta-services__carousel-wrap {
	position: relative;
}

.dimalta-services__slider {
	margin: 0 -12px;
}

.dimalta-services__slider.slick-initialized,
.dimalta-services__slider:not(.slick-initialized) {
	display: block;
}

.dimalta-services__slider .slick-list {
	padding: 16px 0 32px;
	overflow: visible !important;
	height: auto !important;
}

.dimalta-services__slider .slick-track {
	display: flex !important;
	align-items: stretch;
	height: auto !important;
}

.dimalta-services__slider .slick-slide {
	float: none;
	height: auto !important;
	padding: 0 12px;
}

.dimalta-services__slider .slick-slide > div {
	display: flex;
	height: 100%;
}

/* Card */
.dimalta-services__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	min-height: 460px;
	aspect-ratio: 3 / 4;
	border-radius: 14px 14px 10px 10px;
	overflow: hidden;
	background: #1b1f2a;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
	isolation: isolate;
}

.dimalta-services__card-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dimalta-services__card:hover .dimalta-services__card-media {
	transform: scale(1.04);
}

/* Default bottom bar */
.dimalta-services__card-default {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 92px;
	background: #ffffff;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.dimalta-services__card-icon {
	flex: 0 0 92px;
	width: 92px;
	min-height: 92px;
	display: block;
	background-color: #2bb673;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px 34px;
}

.dimalta-services__card--green .dimalta-services__card-icon {
	background-color: #2bb673;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Ccircle cx='24' cy='28' r='10' stroke='%23fff' stroke-width='3'/%3E%3Cpath d='M24 18v4M24 34v4M14 28h4M30 28h4M17 21l3 3M28 32l3 3M17 35l3-3M28 24l3-3' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M38 40c6-2 12 2 14 8' stroke='%23fff' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='44' cy='24' r='7' stroke='%23fff' stroke-width='2.5'/%3E%3C/svg%3E");
}

.dimalta-services__card--blue .dimalta-services__card-icon {
	background-color: #4aa3d9;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M12 44V28l10-8v8l10-8v24H12z' stroke='%23fff' stroke-width='2.8' stroke-linejoin='round'/%3E%3Cpath d='M32 44V24l10-8v8l10-8v28H32z' stroke='%23fff' stroke-width='2.8' stroke-linejoin='round'/%3E%3Cpath d='M18 18v-4M42 14v-4' stroke='%23fff' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.dimalta-services__card--orange .dimalta-services__card-icon {
	background-color: var(--wp--preset--color--primary);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M18 40c0-12 7-22 14-22s14 10 14 22' stroke='%23fff' stroke-width='2.8' stroke-linecap='round'/%3E%3Cpath d='M16 40h32v5H16z' fill='%23fff'/%3E%3Ccircle cx='32' cy='30' r='5' stroke='%23fff' stroke-width='2.5'/%3E%3Cpath d='M40 44l10 8' stroke='%23fff' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.dimalta-services__card-meta {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 14px 18px;
	min-width: 0;
}

.dimalta-services__card-title {
	margin: 0 0 4px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	color: #1b1f2a;
}

.dimalta-services__card-sub {
	margin: 0;
	font-family: var(--wp--preset--font-family--body);
	font-size: 14px;
	line-height: 1.4;
	color: #888888;
}

/* Hover panel (center card look) */
.dimalta-services__card-hover {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px 36px 36px;
	background: rgba(255, 255, 255, 0.94);
	opacity: 0;
	visibility: hidden;
	transform: translateY(18px);
	transition: opacity 0.45s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.45s;
}

.dimalta-services__card-hover .dimalta-services__card-title {
	font-size: 26px;
	margin: 0 0 14px;
	max-width: 220px;
}

.dimalta-services__card-desc {
	margin: 0 0 26px;
	max-width: 280px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 15px;
	line-height: 1.7;
	color: #777777;
}

.dimalta-services__card-btn {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 13px 24px;
	border-radius: 4px;
	background-color: var(--wp--preset--color--primary);
	color: #ffffff !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: background-color 0.25s ease;
}

.dimalta-services__card-btn:hover {
	background-color: var(--wp--preset--color--primary-hover);
	color: #ffffff !important;
}

.dimalta-services__card-icon--hover {
	position: absolute;
	top: 0;
	right: 0;
	flex: none;
	width: 78px;
	min-height: 78px;
	height: 78px;
	background-color: var(--wp--preset--color--primary) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M18 40c0-12 7-22 14-22s14 10 14 22' stroke='%23fff' stroke-width='2.8' stroke-linecap='round'/%3E%3Cpath d='M16 40h32v5H16z' fill='%23fff'/%3E%3Ccircle cx='32' cy='30' r='5' stroke='%23fff' stroke-width='2.5'/%3E%3Cpath d='M40 44l10 8' stroke='%23fff' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E") !important;
	box-shadow: 0 10px 24px rgba(250, 67, 24, 0.28);
}

.dimalta-services__card:hover .dimalta-services__card-hover,
.dimalta-services__card:focus-within .dimalta-services__card-hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dimalta-services__card:hover .dimalta-services__card-default,
.dimalta-services__card:focus-within .dimalta-services__card-default {
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
}

.dimalta-services__card:hover {
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
	z-index: 2;
}

/* Nav 01/02 */
.dimalta-services__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 8px;
}

.dimalta-services__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1b1f2a;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: color 0.2s ease, transform 0.2s ease;
}

.dimalta-services__arrow:hover {
	color: var(--wp--preset--color--primary);
	transform: scale(1.08);
}

.dimalta-services__counter {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #1b1f2a;
}

.dimalta-services__deco {
	position: absolute;
	left: max(15px, calc(50% - 600px + 15px));
	bottom: 28px;
	width: 54px;
	height: 28px;
	background:
		linear-gradient(115deg, transparent 36%, #d9dce1 36%, #d9dce1 58%, transparent 58%),
		linear-gradient(115deg, transparent 48%, var(--wp--preset--color--primary) 48%, var(--wp--preset--color--primary) 72%, transparent 72%);
	pointer-events: none;
	opacity: 0.95;
}

@media (prefers-reduced-motion: reduce) {
	.dimalta-services__card-media,
	.dimalta-services__card-default,
	.dimalta-services__card-hover,
	.dimalta-services__card-btn,
	.dimalta-services__arrow {
		transition: none !important;
	}
}

@media (max-width: 991px) {
	.dimalta-services {
		padding: 80px 0 72px;
	}

	.dimalta-services__card {
		min-height: 420px;
		aspect-ratio: 3 / 4;
	}

	.dimalta-services__deco {
		display: none;
	}
}

@media (max-width: 679px) {
	.dimalta-services {
		padding: 64px 0 56px;
	}

	.dimalta-services__header {
		margin-bottom: 32px;
	}

	.dimalta-services__card {
		min-height: 440px;
		aspect-ratio: 4 / 5;
	}

	.dimalta-services__card-hover {
		padding: 36px 28px 28px;
	}

	.dimalta-services__card-hover .dimalta-services__card-title {
		font-size: 22px;
	}

	.dimalta-services__watermark {
		font-size: 64px;
		top: -8px;
	}
}


/* ==========================================================================
   Page Title banner (reutilizable)
   ========================================================================== */

.dimalta-page-title {
	position: relative;
	overflow: hidden;
	padding: 92px 0 88px;
	background-color: #0b0d10;
	background-image: url("../images/footer-bg.jpg");
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.dimalta-page-title::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(8, 10, 14, 0.55) 0%, rgba(8, 10, 14, 0.78) 42%, rgba(8, 10, 14, 0.94) 100%),
		radial-gradient(circle at 78% 55%, rgba(250, 67, 24, 0.18), transparent 42%);
}

.dimalta-page-title::after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -70px;
	width: 320px;
	height: 320px;
	z-index: 0;
	opacity: 0.12;
	background: url("../images/about/gear-mask.svg") center / contain no-repeat;
	pointer-events: none;
}

.dimalta-page-title__inner {
	position: relative;
	z-index: 1;
}

.dimalta-page-title__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 0.85rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.78);
}

.dimalta-page-title__breadcrumb a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	transition: color 0.2s ease;
}

.dimalta-page-title__breadcrumb a:hover {
	color: var(--wp--preset--color--primary);
}

.dimalta-page-title__sep {
	color: rgba(255, 255, 255, 0.45);
}

.dimalta-page-title__current {
	color: #fff;
}

.dimalta-page-title__heading {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2.4rem, 5vw, 3.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
}

/* ==========================================================================
   Contact page — offices, map, form
   ========================================================================== */

.dimalta-contact-offices {
	padding: 90px 0 40px;
	background: #fff;
}

.dimalta-contact-offices__title {
	margin: 0 0 48px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	color: var(--wp--preset--color--secondary);
}

.dimalta-contact-offices__cols {
	gap: 28px !important;
	margin-bottom: 48px !important;
}

.dimalta-contact-card {
	position: relative;
	padding: 28px 26px 30px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(17, 17, 17, 0.08);
	text-align: left;
	overflow: hidden;
}

.dimalta-contact-card__head {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 16px !important;
	margin: 0 0 18px;
}

.dimalta-contact-card__icon {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	margin: 0;
	border-radius: 50%;
	background-color: #fff1f0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
}

.dimalta-contact-card--mail .dimalta-contact-card__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E");
}

.dimalta-contact-card--phone .dimalta-contact-card__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3Cpath d='M14.05 2a9 9 0 0 1 8 7.94'/%3E%3Cpath d='M14.05 6A5 5 0 0 1 18 10'/%3E%3C/svg%3E");
}

.dimalta-contact-card--address .dimalta-contact-card__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8'/%3E%3Cpath d='M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");
}

.dimalta-contact-card__copy {
	gap: 2px !important;
	min-width: 0;
	flex: 1 1 auto;
}

.dimalta-contact-card__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
	color: #111;
}

.dimalta-contact-card__text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.45;
	color: #555;
}

.dimalta-contact-card__value {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.05rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.45;
}

.dimalta-contact-card__value a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dimalta-contact-card__value a:hover {
	color: var(--wp--preset--color--primary);
}

.dimalta-contact-map {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 16px 40px rgba(17, 17, 17, 0.1);
	background: #e9ecef;
}

.dimalta-contact-map__frame,
.dimalta-contact-map iframe {
	display: block;
	width: 100%;
	height: 420px;
	border: 0;
}

.dimalta-contact-form {
	position: relative;
	padding: 70px 0 100px;
	overflow: hidden;
	background: #fff;
}

.dimalta-cotizar-form {
	padding-top: 90px;
}

.dimalta-contact-form::after {
	content: "";
	position: absolute;
	right: -60px;
	bottom: -40px;
	width: 280px;
	height: 280px;
	opacity: 0.07;
	background: url("../images/about/gear-mask.svg") center / contain no-repeat;
	pointer-events: none;
}

.dimalta-contact-form__inner {
	position: relative;
	z-index: 1;
}

.dimalta-contact-form__eyebrow {
	margin: 0 0 12px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--wp--preset--color--primary);
}

.dimalta-contact-form__title {
	margin: 0 auto 42px;
	max-width: 34rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.75rem, 3.4vw, 2.35rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--wp--preset--color--secondary);
}

.dimalta-contact-form__box {
	max-width: 860px;
	margin: 0 auto;
}

/* Contact Form 7 layout inside contact page */
.dimalta-contact-form .wpcf7 {
	margin: 0;
}

.dimalta-contact-form .wpcf7 form {
	margin: 0;
}

.dimalta-contact-form .wpcf7 form > p {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
}

.dimalta-contact-form .wpcf7 form > p > br {
	display: none !important;
}

.dimalta-contact-form .wpcf7 form > p > label {
	display: block;
	margin: 0;
}

.dimalta-contact-form .wpcf7 form > p > label:nth-of-type(5),
.dimalta-contact-form .wpcf7 form > p > .wpcf7-submit,
.dimalta-contact-form .wpcf7-submit,
.dimalta-contact-form .wpcf7-response-output,
.dimalta-contact-form .wpcf7-not-valid-tip {
	grid-column: 1 / -1;
}

.dimalta-contact-form .wpcf7-form-control-wrap {
	display: block;
}

.dimalta-contact-form input[type="text"],
.dimalta-contact-form input[type="email"],
.dimalta-contact-form input[type="tel"],
.dimalta-contact-form input[type="url"],
.dimalta-contact-form select,
.dimalta-contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 16px 18px;
	border: 0;
	border-radius: 4px;
	background: #f3f4f6;
	color: var(--wp--preset--color--secondary);
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.9375rem;
	line-height: 1.4;
	outline: none;
	transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.dimalta-contact-form textarea {
	min-height: 170px;
	resize: vertical;
}

.dimalta-contact-form input:focus,
.dimalta-contact-form select:focus,
.dimalta-contact-form textarea:focus {
	background: #eef0f3;
	box-shadow: inset 0 0 0 2px rgba(250, 67, 24, 0.35);
}

.dimalta-contact-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	justify-self: center;
	margin-top: 10px;
	min-width: 210px;
	padding: 15px 34px;
	border: 0;
	border-radius: 4px;
	background: var(--wp--preset--color--primary) !important;
	color: #fff !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.dimalta-contact-form .wpcf7-submit:hover {
	background: var(--wp--preset--color--primary-hover) !important;
}


.dimalta-contact-form .wpcf7-response-output {
	margin: 12px 0 0;
}

/* ==========================================================================
   Shared section titles (Nosotros + reutilizables)
   ========================================================================== */

.dimalta-section-eyebrow {
	margin: 0 0 10px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--wp--preset--color--primary);
}

.dimalta-section-eyebrow--left {
	text-align: left;
}

.dimalta-section-title {
	margin: 0 0 42px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.85rem, 3.2vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--wp--preset--color--secondary);
}

.dimalta-section-title--left {
	margin-bottom: 18px;
	text-align: left;
}

/* ==========================================================================
   Nosotros — Achievements
   ========================================================================== */

.dimalta-achievements {
	padding: 90px 0 40px;
	background: #fff;
}

.dimalta-achievements__cols {
	gap: 24px !important;
	margin: 0 !important;
}

.dimalta-achievements__card {
	padding: 28px 24px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(17, 17, 17, 0.08);
}

.dimalta-achievements__row {
	gap: 18px !important;
	margin: 0;
}

.dimalta-achievements__icon {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	margin: 0;
	border-radius: 8px;
	background-color: var(--wp--preset--color--primary);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
}

.dimalta-achievements__card--factories .dimalta-achievements__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7l7-4 7 4v14'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E");
}

.dimalta-achievements__card--projects .dimalta-achievements__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}

.dimalta-achievements__card--partners .dimalta-achievements__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
}

.dimalta-achievements__copy {
	gap: 2px !important;
	min-width: 0;
}

.dimalta-achievements__value {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.75rem, 2.5vw, 2.15rem);
	font-weight: 800;
	line-height: 1.1;
	color: var(--wp--preset--color--secondary);
}

.dimalta-achievements__label {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--wp--preset--color--muted);
}

/* ==========================================================================
   Nosotros — Expert
   ========================================================================== */

.dimalta-expert {
	padding: 48px 0 90px;
	background: #fff;
}

.dimalta-expert__cols {
	gap: 48px !important;
	margin: 0 !important;
	align-items: center !important;
}

.dimalta-expert__figure {
	position: relative;
	max-width: 460px;
	margin: 0 auto;
	padding-bottom: 36px;
}

.dimalta-expert__watermark {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 0;
	margin: 0;
	transform: translateX(-50%);
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(4rem, 10vw, 6.5rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	color: rgba(26, 26, 26, 0.06);
	pointer-events: none;
	user-select: none;
}

.dimalta-expert__photo {
	position: relative;
	z-index: 2;
	margin: 0;
}

.dimalta-expert__photo img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 18px 48px rgba(17, 17, 17, 0.14);
}

.dimalta-expert__arc {
	position: absolute;
	left: 50%;
	bottom: 18px;
	z-index: 1;
	width: 78%;
	height: 42%;
	margin: 0;
	transform: translateX(-50%);
	border-radius: 0 0 999px 999px;
	background: var(--wp--preset--color--primary);
	opacity: 0.95;
	pointer-events: none;
}

.dimalta-expert__lead {
	margin: 0 0 22px;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--wp--preset--color--muted);
}

.dimalta-expert__features {
	gap: 8px 28px !important;
	margin: 0 0 24px !important;
}

.dimalta-expert__feature {
	position: relative;
	margin: 0 0 12px;
	padding-left: 26px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1rem;
	font-weight: 600;
	color: var(--wp--preset--color--secondary);
}

.dimalta-expert__feature::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.dimalta-expert__highlight {
	gap: 16px !important;
	margin: 0 0 28px;
	padding: 18px 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(17, 17, 17, 0.08);
}

.dimalta-expert__highlight-icon {
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	margin: 0;
	border-radius: 8px;
	background-color: var(--wp--preset--color--primary);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
}

.dimalta-expert__highlight-copy {
	gap: 4px !important;
	min-width: 0;
}

.dimalta-expert__highlight-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--wp--preset--color--secondary);
}

.dimalta-expert__highlight-text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--wp--preset--color--muted);
}

.dimalta-expert__cta .wp-block-button__link {
	border-radius: 10px !important;
	padding: 14px 28px;
	background: var(--wp--preset--color--secondary) !important;
	color: #fff !important;
	font-weight: 700;
}

.dimalta-expert__cta .wp-block-button__link:hover {
	background: #000 !important;
}

/* ==========================================================================
   Nosotros — Vision cards
   ========================================================================== */

.dimalta-vision {
	position: relative;
	padding: 40px 0 90px;
	background: #fff;
}

.dimalta-vision::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 18%;
	bottom: 18%;
	z-index: 0;
	background: var(--wp--preset--color--background);
	pointer-events: none;
}

.dimalta-vision__inner {
	position: relative;
	z-index: 1;
}

.dimalta-vision__cols {
	gap: 28px !important;
	margin: 0 !important;
}

.dimalta-vision__card {
	padding: 18px 18px 28px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(17, 17, 17, 0.08);
}

.dimalta-vision__media {
	margin: 0 0 20px;
	overflow: hidden;
	border-radius: 8px;
}

.dimalta-vision__media img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.dimalta-vision__title {
	margin: 0 0 12px;
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--wp--preset--color--secondary);
}

.dimalta-vision__text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--wp--preset--color--muted);
}

/* ==========================================================================
   Nosotros — Testimonials
   ========================================================================== */

.dimalta-testimonials {
	padding: 80px 0 70px;
	background-color: #fff;
	background-image:
		radial-gradient(circle at 20% 30%, rgba(26, 26, 26, 0.03), transparent 40%),
		radial-gradient(circle at 80% 60%, rgba(26, 26, 26, 0.03), transparent 42%);
}

.dimalta-testimonials__slider {
	margin: 0 -12px;
}

.dimalta-testimonials__card {
	margin: 0 12px 8px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 36px rgba(17, 17, 17, 0.08);
}

.dimalta-testimonials__head {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 22px 22px 18px;
	background: var(--wp--preset--color--secondary);
}

.dimalta-testimonials__avatar {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(255, 255, 255, 0.2);
}

.dimalta-testimonials__meta {
	min-width: 0;
}

.dimalta-testimonials__name {
	margin: 0 0 4px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.15rem;
	font-weight: 700;
	color: #fff;
}

.dimalta-testimonials__role {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.72);
}

.dimalta-testimonials__body {
	padding: 22px 22px 24px;
}

.dimalta-testimonials__quote {
	margin: 0 0 16px;
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--wp--preset--color--muted);
}

.dimalta-testimonials__stars {
	margin: 0;
	font-size: 1rem;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--accent);
	line-height: 1;
}

.dimalta-testimonials__slider .slick-dots {
	display: flex !important;
	justify-content: center;
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.dimalta-testimonials__slider .slick-dots li {
	margin: 0;
	width: auto;
	height: auto;
}

.dimalta-testimonials__slider .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--wp--preset--color--secondary);
	opacity: 0.35;
	font-size: 0;
	cursor: pointer;
}

.dimalta-testimonials__slider .slick-dots li.slick-active button {
	background: var(--wp--preset--color--primary);
	opacity: 1;
}

/* ==========================================================================
   Nosotros — Sponsors
   ========================================================================== */

.dimalta-sponsors {
	padding: 40px 0 100px;
	background: #fff;
}

.dimalta-sponsors__cols {
	gap: 24px !important;
	margin: 0 !important;
}

.dimalta-sponsors__card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	padding: 24px 18px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(17, 17, 17, 0.07);
}

.dimalta-sponsors__logo {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #9aa0a6;
}

/* ==========================================================================
   Casos de éxito — portfolio grid + filters
   ========================================================================== */

.dimalta-cases {
	padding: 90px 0 100px;
	background: #fff;
}

.dimalta-cases .dimalta-section-title {
	margin-bottom: 28px;
}

.dimalta-cases__filters {
	gap: 12px !important;
	margin: 0 0 42px !important;
	flex-wrap: wrap !important;
}

.dimalta-cases__filters .wp-block-button__link {
	border-radius: 999px !important;
	padding: 12px 22px !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dimalta-cases__filter .wp-block-button__link,
.dimalta-cases__filter.is-style-outline .wp-block-button__link {
	background: #f0f1f3 !important;
	border: 1px solid transparent !important;
	color: var(--wp--preset--color--secondary) !important;
}

.dimalta-cases__filter.is-active .wp-block-button__link,
.dimalta-cases__filter .wp-block-button__link:hover {
	background: var(--wp--preset--color--primary) !important;
	border-color: var(--wp--preset--color--primary) !important;
	color: #fff !important;
}

.dimalta-cases__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.dimalta-cases__item {
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
	background: #111;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.dimalta-cases__item.is-hidden {
	display: none;
}

.dimalta-cases__link {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	text-decoration: none !important;
}

.dimalta-cases__image {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 10px;
	transition: transform 0.4s ease;
}

.dimalta-cases__hover {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px;
	border-radius: 10px;
	background: rgba(12, 18, 36, 0.72);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dimalta-cases__plus {
	align-self: flex-end;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	background: #fa4318;
	background: var(--wp--preset--color--primary, #fa4318);
	color: #fff;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.dimalta-cases__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	max-width: 90%;
}

.dimalta-cases__category {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: #fa4318;
	color: var(--wp--preset--color--primary, #fa4318);
	text-transform: none;
}

.dimalta-cases__title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.dimalta-cases__link:hover .dimalta-cases__image,
.dimalta-cases__link:focus-visible .dimalta-cases__image {
	transform: scale(1.05);
}

.dimalta-cases__link:hover .dimalta-cases__hover,
.dimalta-cases__link:focus-visible .dimalta-cases__hover {
	opacity: 1;
	visibility: visible;
}

/* ==========================================================================
   Servicios page — 3 cards con hover animado (Industo V.2)
   ========================================================================== */

.dimalta-svcgrid {
	padding: 90px 0 100px;
	background: #fff;
}

.dimalta-svcgrid__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.dimalta-svcgrid__card {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	aspect-ratio: 3 / 4;
	border-radius: 10px;
	background: #111;
	isolation: isolate;
	box-shadow: 0 14px 36px rgba(17, 17, 17, 0.1);
}

.dimalta-svcgrid__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dimalta-svcgrid__card:hover .dimalta-svcgrid__media,
.dimalta-svcgrid__card:focus-within .dimalta-svcgrid__media {
	transform: scale(1.06);
}

/* Default slanted footer */
.dimalta-svcgrid__default {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 0 18px 28px;
	min-height: 38%;
	color: #fff;
	background: linear-gradient(135deg, #fa4318 0%, #e91e63 100%);
	clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.dimalta-svcgrid__icon {
	position: absolute;
	left: 50%;
	bottom: calc(38% - 16px);
	z-index: 3;
	width: 72px;
	height: 72px;
	margin: 0;
	transform: translateX(-50%);
	border-radius: 50%;
	border: 4px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
	box-shadow: 0 8px 20px rgba(17, 17, 17, 0.18);
	pointer-events: none;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.dimalta-svcgrid__card--manufactura .dimalta-svcgrid__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V8l7-4 7 4v13'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E");
}

.dimalta-svcgrid__card--afilado .dimalta-svcgrid__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}

.dimalta-svcgrid__card--reparaciones .dimalta-svcgrid__icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA4318' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.12 2.12 0 0 1 3 3 2.12 2.12 0 0 1 0 3L7 19l-4 1 1-4Z'/%3E%3C/svg%3E");
}

.dimalta-svcgrid__label {
	position: relative;
	z-index: 1;
	margin: 28px 0 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

/* Hover panel — slides up */
.dimalta-svcgrid__hover {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px 24px 26px;
	border-radius: 10px;
	background: linear-gradient(160deg, rgba(250, 67, 24, 0.94) 0%, rgba(233, 30, 99, 0.92) 100%);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(18%);
	transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dimalta-svcgrid__hover-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.dimalta-svcgrid__hover-title {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.dimalta-svcgrid__hover-desc {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
}

.dimalta-svcgrid__hover-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	padding: 10px 20px;
	border-radius: 999px;
	background: #fff;
	color: #fa4318 !important;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dimalta-svcgrid__hover-btn:hover {
	background: var(--wp--preset--color--secondary, #1a1a1a);
	color: #fff !important;
	transform: translateY(-1px);
}

.dimalta-svcgrid__hover-foot {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	text-align: left;
}

.dimalta-svcgrid__card:hover .dimalta-svcgrid__hover,
.dimalta-svcgrid__card:focus-within .dimalta-svcgrid__hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dimalta-svcgrid__card:hover .dimalta-svcgrid__default,
.dimalta-svcgrid__card:focus-within .dimalta-svcgrid__default,
.dimalta-svcgrid__card:hover .dimalta-svcgrid__icon,
.dimalta-svcgrid__card:focus-within .dimalta-svcgrid__icon {
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
}

.dimalta-svcgrid__card:hover .dimalta-svcgrid__icon,
.dimalta-svcgrid__card:focus-within .dimalta-svcgrid__icon {
	transform: translateX(-50%) translateY(12px);
}

@media (max-width: 991px) {
	.dimalta-page-title {
		padding: 72px 0 64px;
	}

	.dimalta-contact-offices {
		padding: 70px 0 28px;
	}

	.dimalta-contact-offices__cols {
		flex-wrap: wrap !important;
	}

	.dimalta-contact-card {
		flex-basis: 100% !important;
	}

	.dimalta-contact-map__frame,
	.dimalta-contact-map iframe {
		height: 340px;
	}

	.dimalta-contact-form {
		padding: 48px 0 72px;
	}

	.dimalta-achievements,
	.dimalta-expert,
	.dimalta-vision,
	.dimalta-testimonials {
		padding-top: 64px;
		padding-bottom: 48px;
	}

	.dimalta-cases {
		padding: 70px 0 72px;
	}

	.dimalta-svcgrid {
		padding: 70px 0 72px;
	}

	.dimalta-svcgrid__grid {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin-inline: auto;
	}

	.dimalta-svcgrid__card {
		min-height: 380px;
		aspect-ratio: 4 / 5;
	}

	.dimalta-cases__image {
		height: 260px;
	}

	.dimalta-achievements__cols,
	.dimalta-vision__cols,
	.dimalta-sponsors__cols {
		flex-wrap: wrap !important;
	}

	.dimalta-achievements__card,
	.dimalta-vision__card,
	.dimalta-sponsors__card {
		flex-basis: 100% !important;
	}

	.dimalta-expert__cols {
		flex-wrap: wrap !important;
		gap: 36px !important;
	}

	.dimalta-expert__media,
	.dimalta-expert__content {
		flex-basis: 100% !important;
	}

	.dimalta-expert__figure {
		max-width: 380px;
	}
}

@media (max-width: 679px) {
	.dimalta-page-title {
		padding: 56px 0 52px;
	}

	.dimalta-page-title__heading {
		font-size: 2.15rem;
	}

	.dimalta-contact-offices {
		padding: 56px 0 20px;
	}

	.dimalta-contact-offices__title {
		margin-bottom: 28px;
	}

	.dimalta-contact-card {
		padding: 24px 20px 26px;
	}

	.dimalta-contact-card__icon {
		flex-basis: 56px;
		width: 56px;
		height: 56px;
		background-size: 24px;
	}

	.dimalta-contact-map__frame,
	.dimalta-contact-map iframe {
		height: 280px;
	}

	.dimalta-contact-form .wpcf7 form > p {
		grid-template-columns: 1fr;
	}

	.dimalta-contact-form .wpcf7-submit {
		width: 100%;
	}

	.dimalta-section-title {
		margin-bottom: 28px;
	}

	.dimalta-achievements {
		padding: 48px 0 24px;
	}

	.dimalta-expert {
		padding: 24px 0 56px;
	}

	.dimalta-vision {
		padding: 24px 0 56px;
	}

	.dimalta-vision::before {
		top: 8%;
		bottom: 8%;
	}

	.dimalta-testimonials {
		padding: 48px 0 40px;
	}

	.dimalta-sponsors {
		padding: 24px 0 72px;
	}

	.dimalta-cases {
		padding: 48px 0 64px;
	}

	.dimalta-svcgrid {
		padding: 48px 0 64px;
	}

	.dimalta-cases__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.dimalta-cases__image {
		height: 240px;
	}

	.dimalta-expert__cta .wp-block-button__link {
		width: 100%;
		text-align: center;
	}
}
