/* Home JPH Lions — mockup 2026 */

.home-page,
.contacto-page {
	--home-navy: #0a0f1a;
	--home-navy-mid: #121c2e;
	--home-cream: #f0e8df;
	--home-gold: #CE9A60;
	--home-gold-dark: #b07f48;
	--home-text-dark: #3d342c;
	--home-header-height: 72px;
	--home-font-title: 'Poppins', sans-serif;
	--home-font-body: 'Montserrat', sans-serif;
	font-family: var(--home-font-body);
}

/* Títulos home — Poppins bold */
.home-page .home-main h1,
.home-page .home-main h2,
.home-page .home-main h3,
.home-page .home-hero-title,
.home-page .home-section-title,
.home-page .home-servicio-card h3,
.home-page .home-mvv-title,
.home-page .home-mvv-card h3,
.home-page .home-mvv-iso-label,
.home-page .home-galeria-title,
.home-page .home-contacto-title,
.home-page .home-contacto-info-title,
.home-page .contacto-redes-title,
.contacto-page .home-contacto-title,
.contacto-page .home-contacto-info-title,
.contacto-page .contacto-redes-title,
.home-page .home-footer-col h5,
.home-page .home-footer-office-city,
.home-page .home-footer-seguinos {
	font-family: var(--home-font-title);
	font-weight: 700;
}

/* Textos home — Montserrat */
.home-page .home-main p,
.home-page .home-main li:not(.home-mvv-iso-item),
.home-page .home-main a:not(.home-btn-mvv):not(.home-mvv-more):not(.home-btn-enviar):not(.home-galeria-cta):not(.home-carousel-btn),
.home-page .home-main label,
.home-page .home-main input,
.home-page .home-main textarea,
.home-page .home-main select,
.home-page .home-main button,
.home-page .home-hero-intro p,
.home-page .home-servicio-card p,
.home-page .home-mvv-lead,
.home-page .home-mvv-card p,
.home-page .home-contacto-info-body,
.contacto-page .home-contacto-info-body,
.home-page .home-footer-col a,
.home-page .home-footer-office p {
	font-family: var(--home-font-body);
}

.home-page .home-main {
	padding-top: var(--home-header-height);
}

.home-page .page-wrapper {
	overflow-x: hidden;
	background: var(--home-navy);
	background-image:
		radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.12) 0, transparent 100%),
		radial-gradient(1px 1px at 60% 70%, rgba(255, 255, 255, 0.08) 0, transparent 100%),
		radial-gradient(1px 1px at 80% 20%, rgba(255, 255, 255, 0.1) 0, transparent 100%),
		radial-gradient(ellipse 120% 60% at 50% 0%, #152238 0%, var(--home-navy) 50%, #060a12 100%);
}

/* Header home — mega menú fijo arriba */
.home-page #header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 0 !important;
	margin: 0;
	border: none;
	background: transparent;
}

.home-page #header .menu {
	margin: 0;
	padding: 0;
	border: none;
}

.home-page .mega-menu > section.menu-list-items,
.home-page .mega-menu.desktopTopFixed > section.menu-list-items,
.home-page .mega-menu.mobileTopFixed > section.menu-list-items {
	background: var(--home-navy) !important;
	padding: 0 10px;
	border: none;
	border-bottom: none;
	box-shadow: none;
}

.home-page .mega-menu,
.home-page .mega-menu.desktopTopFixed,
.home-page .mega-menu.mobileTopFixed {
	background: var(--home-navy);
}

.home-page .mega-menu .menu-links > li > a {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 400;
}

.home-page .mega-menu .menu-links > li > a:hover {
	color: #be9d67;
}

.home-page .mega-menu .menu-links > li.active > a {
	color: #fff !important;
	font-weight: 700;
	background: transparent !important;
}

.home-page .mega-menu.desktopTopFixed .menu-links > li > a,
.home-page .mega-menu.mobileTopFixed .menu-links > li > a {
	color: rgba(255, 255, 255, 0.82);
}

.home-page .mega-menu.desktopTopFixed .menu-links > li.active > a,
.home-page .mega-menu.mobileTopFixed .menu-links > li.active > a {
	color: #fff !important;
}

/* Hero LATAM */
.home-hero {
	background: transparent;
	padding: 72px 0 0;
	margin: 0;
	text-align: center;
	color: #fff;
}

.home-hero-inner {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

.home-hero-title {
	display: block;
	margin: 0 0 28px;
	padding: 0 clamp(16px, 3vw, 32px);
	font-size: clamp(28px, 4.5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #fff;
	text-transform: none;
}

.home-hero-map {
	box-sizing: border-box;
	background: transparent;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.home-hero-map picture {
	display: block;
	width: 100%;
}

.home-hero-map-img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	background: transparent;
}

/* Desktop: mapa izquierda + texto derecha */
.home-hero-split {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: center;
	gap: clamp(28px, 4vw, 64px);
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px) 56px;
	box-sizing: border-box;
	text-align: left;
}

.home-hero-intro {
	display: block;
	max-width: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.home-hero-intro p {
	margin: 0 0 22px;
	font-size: clamp(15px, 1.7vw, 17px);
	font-weight: 400;
	line-height: 1.75;
	color: #fff;
}

.home-hero-intro p:last-child {
	margin-bottom: 0;
}

.home-hero-intro strong {
	font-weight: 700;
	color: #fff;
}

/* Intro (legacy — mantener por si hay referencias) */
.home-intro {
	background: transparent;
	padding: 40px 24px 56px;
	color: #fff;
	text-align: center;
}

.home-intro-inner {
	max-width: 820px;
	margin: 0 auto;
}

.home-intro p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.75;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.92);
}

.home-intro p:last-child {
	margin-bottom: 0;
}

/* Servicios */
.home-servicios {
	background: transparent;
	padding: 56px 24px 72px;
	color: #fff;
}

.home-servicios-inner {
	max-width: 1180px;
	margin: 0 auto;
}

.home-section-title {
	text-align: center;
	margin: 0 0 48px;
	font-size: clamp(22px, 2.8vw, 32px);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
}

.home-section-title-light {
	color: #fff;
}

.home-servicios-carousel {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 320px;
}

.home-carousel-btn {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity 0.2s, color 0.2s;
	padding: 0;
}

.home-carousel-btn:hover:not(:disabled) {
	opacity: 1;
	color: var(--home-gold);
}

.home-carousel-btn:disabled {
	opacity: 0.25;
	cursor: default;
}

.home-servicios-viewport {
	flex: 1;
	overflow: hidden;
	min-width: 0;
}

.home-servicios-track {
	display: flex;
	transition: transform 0.45s ease;
	will-change: transform;
}

.home-servicio-card {
	flex: 0 0 auto;
	box-sizing: border-box;
	min-width: 0;
	text-align: center;
	padding: 0 20px;
}

.home-servicio-link {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 12px 8px 16px;
}

.home-servicio-link:hover {
	color: var(--home-gold);
}

.home-servicio-icon-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 168px;
	margin: 0 auto 24px;
}

.home-servicio-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	padding: 7px;
	box-sizing: border-box;
	flex-shrink: 0;
	transition: width 0.25s ease, height 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
}

.home-servicio-icon-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--home-gold);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	transition: font-size 0.25s ease;
}

.home-servicio-icon-img {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	pointer-events: none;
	transition: width 0.25s ease, height 0.25s ease;
}

/* Hover: estilo ex-Software Factory (destacado) + icono un poco más grande */
@media (hover: hover) {
	.home-servicio-link:hover .home-servicio-icon {
		width: 128px;
		height: 128px;
		border-color: var(--home-gold);
		padding: 8px;
	}

	.home-servicio-link:hover .home-servicio-icon-inner {
		font-size: 40px;
	}

	.home-servicio-link:hover .home-servicio-icon-img {
		width: 56px;
		height: 56px;
	}
}

.home-servicio-link:focus-visible .home-servicio-icon {
	width: 128px;
	height: 128px;
	border-color: var(--home-gold);
	padding: 8px;
}

.home-servicio-link:focus-visible .home-servicio-icon-inner {
	font-size: 40px;
}

.home-servicio-link:focus-visible .home-servicio-icon-img {
	width: 56px;
	height: 56px;
}

.home-servicio-card h3 {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #fff;
}

.home-servicio-card p {
	margin: 0 auto;
	max-width: 320px;
	font-size: 14px;
	line-height: 1.65;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.9);
}

.home-carousel-dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px;
}

.home-carousel-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
}

.home-carousel-dot.is-active {
	background: var(--home-gold);
	transform: scale(1.15);
}

/* Contacto */
.home-contacto {
	background: var(--home-cream);
	padding: 0;
	width: 100%;
}

.home-contacto-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	width: 100%;
	max-width: none;
	margin: 0;
	min-height: 800px;
	align-items: stretch;
}

.home-contacto-map {
	position: relative;
	width: 100%;
	background: #e8e8e8;
	overflow: hidden;
	min-height: 800px;
}

.home-contacto-map-frame {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 800px;
}

.home-contacto-map-frame .map-sede-wrap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-contacto-map-frame .map-sede-info {
	top: 12px;
	left: 12px;
	z-index: 5;
}

.home-contacto-map-frame .map-sede-wrap iframe {
	margin-top: 0;
	height: 100%;
	min-height: 800px;
	width: 100%;
	display: block;
	border: 0;
}

.home-contacto-map-frame iframe {
	width: 100%;
	height: 100%;
	min-height: 800px;
	display: block;
	border: 0;
}

.home-contacto-form-wrap.contacto-sede-bg-panel {
	padding: 40px;
	min-height: 800px;
	height: auto;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	background: #0c1220;
}

.home-contacto-form-wrap.contacto-sede-bg-panel .home-contacto-title {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.home-contacto-form-wrap.contacto-sede-bg-panel .home-form-result {
	margin-top: 12px;
	font-size: 14px;
	color: #fff;
}

.home-contacto-form-wrap.contacto-sede-bg-panel .home-contacto-info {
	margin: 40px 0 0;
	padding: 32px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.home-contacto-form-wrap.contacto-sede-bg-panel .home-contacto-info-title {
	color: #fff;
	font-size: 18px;
}

.home-contacto-form-wrap.contacto-sede-bg-panel .home-contacto-info-body strong {
	color: #fff;
	font-size: 13px;
}

.home-contacto-form-wrap.contacto-sede-bg-panel .home-contacto-info-body p,
.home-contacto-form-wrap.contacto-sede-bg-panel .home-contacto-info-body a {
	color: rgba(255, 255, 255, 0.82);
}

.home-contacto-form-wrap.contacto-sede-bg-panel .home-contacto-info-body a:hover {
	color: var(--home-gold);
}

.home-contacto-form-wrap.contacto-sede-bg-panel .home-contacto-info-icon {
	background: var(--home-gold);
}

.home-contacto-form-wrap .contact-form .section-field i {
	color: var(--home-gold);
}

.home-contacto-form-wrap .button.button-transparent,
.home-contacto-form-wrap .button.button-transparent i {
	background: var(--home-gold);
	border-color: var(--home-gold);
}

.home-contacto-form-wrap .button.button-transparent:hover,
.home-contacto-form-wrap .button.button-transparent:hover i {
	background: var(--home-gold-dark);
	border-color: var(--home-gold-dark);
}

.theme-2026.contacto-page .jph26-main {
	padding-bottom: 0;
}

.theme-2026.contacto-page .home-contacto {
	width: 100%;
}

.home-contacto-form-wrap {
	position: relative;
	padding: 40px 28px 36px;
	background: var(--home-cream);
	overflow: hidden;
}

.home-contacto-form-wrap:not(.contacto-sede-bg-panel)::before {
	display: none;
}

/* Capas de foto + degradado (definidas en custom.css) */
.home-contacto-form-wrap.contacto-sede-bg-panel::before,
.home-contacto-form-wrap.contacto-sede-bg-panel::after {
	display: block !important;
}

.home-contacto-form-wrap.contacto-sede-bg-panel > * {
	position: relative;
	z-index: 2;
}

.home-contacto-title {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 700;
	color: var(--home-text-dark);
}

.home-contact-form .home-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 12px;
}

.home-contact-form .home-form-row-submit {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 12px;
	margin-bottom: 12px;
}

.home-contact-form .home-form-row-submit .home-field {
	flex: 1 1 0;
	min-width: 0;
}

.home-contact-form .home-form-row-submit .home-btn-enviar {
	flex: 0 0 auto;
	align-self: stretch;
	min-width: 120px;
	margin: 0;
	padding: 0 28px;
	height: auto;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.home-contact-form .home-form-row-3 .home-field {
	flex: 1 1 calc(33.333% - 8px);
	min-width: 140px;
}

.home-contact-form .home-form-row-2 .home-field {
	flex: 1 1 calc(50% - 6px);
	min-width: 160px;
}

.home-contact-form .home-field {
	position: relative;
}

.home-contact-form .home-field > i {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--home-gold);
	font-size: 15px;
	z-index: 2;
	pointer-events: none;
}

.home-contact-form .home-field-message > i {
	top: 18px;
	transform: none;
}

.home-contact-form input[type="text"],
.home-contact-form input[type="email"],
.home-contact-form select.contacto-pais-select,
.home-contact-form select.contacto-servicio-select,
.home-contact-form select.contacto-motivo-select,
.home-contact-form .section-field-asunto input {
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	padding: 0 14px 0 40px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #fff;
	color: var(--home-text-dark);
	font-size: 14px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
	appearance: none;
	-webkit-appearance: none;
}

.home-contact-form select.contacto-pais-select,
.home-contact-form select.contacto-servicio-select,
.home-contact-form select.contacto-motivo-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23b8925a' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 32px;
	cursor: pointer;
}

.home-contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 140px;
	padding: 14px 14px 14px 40px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #fff;
	color: var(--home-text-dark);
	font-size: 14px;
	resize: vertical;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.home-contact-form .home-field-message {
	margin-bottom: 0;
}

.home-btn-enviar {
	display: block;
	width: auto;
	min-width: 120px;
	max-width: none;
	margin: 0;
	padding: 14px 28px;
	border: none;
	border-radius: 8px;
	background: var(--home-gold);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.home-btn-enviar:hover {
	background: var(--home-gold-dark);
}

.home-form-result {
	margin-top: 12px;
	font-size: 14px;
	text-align: left;
	color: var(--home-text-dark);
}

.home-contacto-info {
	max-width: none;
	margin: 36px 0 0;
	padding: 32px 0 0;
	background: transparent;
	border-top: 1px solid rgba(61, 52, 44, 0.12);
}

.home-contacto-info-title {
	margin: 0 0 20px;
	font-size: 18px;
	color: var(--home-text-dark);
	text-align: left;
}

.home-contacto-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 8px;
	align-items: start;
}

.home-contacto-info-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
}

.home-contacto-info-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--home-gold);
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.home-contacto-info-body {
	flex: 1;
	min-width: 0;
}

.home-contacto-info-body strong {
	display: block;
	margin-bottom: 6px;
	font-size: clamp(11px, 0.95vw, 13px);
	font-weight: 700;
	color: var(--home-text-dark);
	line-height: 1.25;
}

.home-contacto-info-body p {
	margin: 0;
	font-size: clamp(10px, 0.85vw, 12px);
	font-weight: 400;
	line-height: 1.45;
	color: #7a6b5d;
	word-break: normal;
	overflow-wrap: break-word;
}

.home-contacto-info-body a {
	color: #7a6b5d;
	text-decoration: none;
	transition: color 0.2s ease;
	word-break: normal;
	overflow-wrap: anywhere;
}

.home-contacto-info-body a:hover {
	color: var(--home-gold-dark);
}

/* Redes sociales — debajo de contacto (home) */
.contacto-redes-block {
	scroll-margin-top: calc(var(--home-header-height) + 12px);
}

.contacto-redes-block--home {
	margin: 32px 0 0;
	padding: 28px 0 0;
	border-top: 1px solid rgba(61, 43, 31, 0.12);
	text-align: left;
}

.contacto-redes-title {
	margin: 0 0 18px;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--home-text-dark);
}

.contacto-redes-icons {
	margin: 0;
}

.contacto-redes-social {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.contacto-redes-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
	background: var(--home-gold);
	color: #fff !important;
	font-size: 17px;
	line-height: 1;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
	float: none;
}

.contacto-redes-social a:hover {
	background: var(--home-gold-dark);
	color: #fff !important;
	transform: translateY(-2px);
}

.contacto-redes-social .footer-icon-x {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
}

.contacto-redes-social .footer-icon-x svg {
	width: 16px;
	height: 16px;
	display: block;
}

.contacto-redes-social .footer-icon-instagram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
}

.contacto-redes-social .footer-icon-instagram svg {
	width: 17px;
	height: 17px;
	display: block;
}

/* MVV */
.home-mvv {
	--mvv-text: #3d2b1f;
	--mvv-gold: #c59d6d;
	--mvv-border: #dcc6b1;
	--mvv-card-bg: #fdfbf7;
	position: relative;
	background-color: #f5efe6;
	background-image:
		radial-gradient(ellipse 90% 75% at 50% 35%, #fdfbf7 0%, #f8f2ea 42%, #f0e8df 100%);
	padding: 64px 24px 72px;
	color: var(--mvv-text);
	overflow: hidden;
}

.home-mvv::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.35;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
	background-size: 180px 180px;
}

.home-mvv-inner {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.home-mvv-title {
	margin: 0 0 14px;
	font-size: clamp(26px, 3.2vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--mvv-text);
	letter-spacing: 0.01em;
	text-transform: none;
}

.home-mvv-lead {
	margin: 0 0 44px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--mvv-text);
}

.home-mvv-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 44px;
}

.home-mvv-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 260px;
	background: var(--mvv-card-bg);
	border: 4px solid var(--mvv-border);
	border-radius: 28px;
	padding: 32px 24px 24px;
	color: var(--mvv-text);
	text-align: center;
	box-shadow: none;
}

.home-mvv-card h3 {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 700;
	color: var(--mvv-text);
	line-height: 1.3;
}

.home-mvv-card p {
	flex: 1;
	margin: 0 0 22px;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	color: var(--mvv-text);
}

.home-mvv-more {
	display: inline-block;
	margin-top: auto;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mvv-gold);
	text-decoration: none;
	transition: color 0.2s ease;
}

.home-mvv-more:hover {
	color: #a88444;
}

.home-mvv-iso {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 28px 56px;
	list-style: none;
	margin: 36px 0 0;
	padding: 0;
}

.home-mvv-iso-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--mvv-gold);
	background: transparent;
	border: none;
	box-shadow: none;
}

.home-mvv-iso-icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	color: inherit;
}

.home-mvv-iso-icon svg,
.home-mvv-iso-icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.home-page .home-mvv-iso-label,
.home-page .home-main .home-mvv-iso-label {
	font-family: var(--home-font-title);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.02em;
	white-space: nowrap;
	color: #111;
}

.home-btn-mvv {
	display: inline-block;
	padding: 14px 40px;
	background: var(--mvv-gold);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-transform: none;
	text-decoration: none;
	border-radius: 999px;
	transition: background 0.2s ease;
}

.home-btn-mvv:hover {
	background: #a88444;
	color: #fff;
}

.home-mvv-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.home-btn-mvv--outline {
	background: transparent;
	border: 1px solid var(--home-gold);
	color: var(--home-gold);
}

.home-btn-mvv--outline:hover {
	background: rgba(201, 160, 92, 0.12);
	color: var(--home-gold-dark);
}

/* Galería Instagram — ancla menú #redes */
.home-galeria,
#redes {
	scroll-margin-top: calc(var(--home-header-height) + 16px);
}

.home-galeria {
	background: transparent;
	padding: 64px 24px 72px;
	color: #fff;
}

.home-galeria-inner {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

.home-galeria-title {
	margin: 0 0 28px;
	font-size: clamp(16px, 2.2vw, 22px);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #d9c5b2;
}

.home-galeria-lead {
	display: none;
}

.home-redes-bar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 40px;
}

.home-redes-sep {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	opacity: 0.9;
}

.home-redes-brand {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}

.home-redes-social-wrap {
	margin-bottom: 0;
}

.home-redes-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.home-redes-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--home-navy) !important;
	font-size: 17px;
	line-height: 1;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
	float: none;
}

.home-redes-social a:hover {
	background: var(--home-gold);
	color: #fff !important;
	transform: translateY(-2px);
}

.home-redes-social .footer-icon-x {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
}

.home-redes-social .footer-icon-x svg {
	width: 16px;
	height: 16px;
	display: block;
}

.home-redes-social .footer-icon-instagram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
}

.home-redes-social .footer-icon-instagram svg {
	width: 17px;
	height: 17px;
	display: block;
}

.home-redes-instagram-title {
	display: none;
}

.home-galeria-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin-bottom: 28px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.home-galeria-grid .home-galeria-item {
	padding: 0;
}

.home-galeria-thumb {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 125%; /* ratio vertical ~4/5 tipo Instagram */
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(201, 160, 92, 0.35);
	transition: opacity 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-galeria-thumb:hover {
	opacity: 0.88;
	border-color: var(--home-gold);
	box-shadow: 0 0 0 1px rgba(201, 160, 92, 0.45);
}

.home-galeria-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-galeria-carousel {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 360px;
}

.home-galeria-btn {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	opacity: 0.9;
	padding: 0;
}

.home-galeria-btn:hover:not(:disabled) {
	color: var(--home-gold);
}

.home-galeria-btn:disabled {
	opacity: 0.25;
	cursor: default;
}

.home-galeria-viewport {
	flex: 1;
	overflow: hidden;
	min-width: 0;
}

.home-galeria-track {
	display: flex;
	transition: transform 0.45s ease;
}

.home-galeria-item {
	flex: 0 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: left;
}

.home-galeria-embed-wrap {
	position: relative;
	width: 100%;
	padding-top: 100%;
	background: #0a1018;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(201, 160, 92, 0.35);
}

.home-galeria-embed-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.home-galeria-caption {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.78);
}

.home-galeria-empty {
	padding: 32px 20px;
	border: 1px dashed rgba(255, 255, 255, 0.25);
	border-radius: 12px;
	margin-bottom: 24px;
}

.home-galeria-empty p {
	margin: 0 0 12px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
}

.home-galeria-profile-link {
	color: var(--home-gold);
	font-weight: 600;
	text-decoration: none;
}

.home-galeria-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease;
}

.home-galeria-cta:hover {
	background: var(--home-gold);
	color: #fff;
}

.home-galeria-cta .footer-icon-instagram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
}

.home-galeria-cta .footer-icon-instagram svg {
	width: 16px;
	height: 16px;
	display: block;
}

.home-btn-gold {
	display: inline-block;
	padding: 14px 32px;
	background: var(--home-gold);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 6px;
	transition: background 0.2s ease;
}

.home-btn-gold:hover {
	background: var(--home-gold-dark);
	color: #fff;
}

.home-btn-gold-wide {
	min-width: 280px;
}

/* Footer en home */
.home-page footer.gray-bg1 {
	background: var(--home-navy) !important;
	background-image:
		radial-gradient(ellipse 85% 75% at 28% 42%, #1a2d4a 0%, #121c2e 45%, var(--home-navy) 72%, #060a12 100%) !important;
	padding: 0;
	color: #fff;
}

.home-footer-main {
	max-width: 1080px;
	margin: 0 auto;
	padding: 56px 48px 44px;
}

.home-footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.home-footer-col-left {
	text-align: left;
}

.home-footer-col-offices {
	text-align: right;
}

.home-footer-col h5 {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}

.home-footer-col h5 + ul + h5,
.home-footer-col h5:not(:first-child) {
	margin-top: 28px;
}

.home-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-footer-col ul li {
	margin: 0 0 8px;
}

.home-footer-col ul li:last-child {
	margin-bottom: 0;
}

.home-footer-col a {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: color 0.2s ease;
}

.home-footer-col a:hover {
	color: var(--home-gold);
}

.home-footer-office {
	margin: 0 0 22px;
}

.home-footer-office:last-child {
	margin-bottom: 0;
}

.home-footer-office-city {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}

.home-footer-office p {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.85);
}

.home-footer-social-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 52px;
	padding-top: 36px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-footer-seguinos {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}

.home-footer-social {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.home-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
	float: none;
}

.home-footer-social a:hover {
	background: var(--home-gold);
	color: #fff !important;
	transform: translateY(-1px);
}

.home-footer-social .footer-icon-x {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 14px;
	height: 14px;
	overflow: hidden;
}

.home-footer-social .footer-icon-x svg {
	width: 14px;
	height: 14px;
	max-width: 14px;
	max-height: 14px;
	display: block;
}

.home-footer-social .footer-icon-instagram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.home-footer-social .footer-icon-instagram svg {
	width: 16px;
	height: 16px;
	max-width: 16px;
	max-height: 16px;
	display: block;
}

.home-page footer .footer-widget {
	margin-top: 0 !important;
}

.home-page footer .text-dark,
.home-page footer .text-black {
	color: #fff !important;
}

.home-page footer .footer-widget {
	background: var(--home-navy) !important;
	padding: 18px 15px;
}

.home-page footer .footer-widget .text-black,
.home-page footer .footer-widget a {
	color: #fff !important;
}

.home-page footer .footer-widget a:hover {
	color: var(--home-gold) !important;
}

.home-page .popup-contact {
	display: none;
}

@media (max-width: 767px) {
	.home-footer-main {
		padding: 40px 24px 32px;
	}

	.home-footer-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.home-footer-col-offices {
		text-align: left;
	}

	.home-footer-social-row {
		flex-wrap: wrap;
		margin-top: 40px;
		gap: 12px;
	}
}

/* Ocultar secciones viejas si quedaran */
.home-page .rev-slider,
.home-page .home-mvv.page-section-ptb {
	display: none;
}

@media (max-width: 1199px) {
	.home-mvv-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-mvv-iso {
		display: grid;
		grid-template-columns: repeat(2, max-content);
		justify-content: center;
		justify-items: start;
		gap: 24px 56px;
	}
}

@media (max-width: 991px) {
	.home-galeria-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
		max-width: 520px;
	}

	.home-mvv-cards {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 36px;
	}

	.home-mvv-card {
		min-height: 0;
	}

	.home-mvv-iso {
		display: grid;
		grid-template-columns: repeat(2, max-content);
		justify-content: center;
		justify-items: start;
		gap: 20px 32px;
		margin: 32px 0 0;
		max-width: 100%;
	}

	.home-contacto-grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.home-contacto-map,
	.home-contacto-map-frame,
	.home-contacto-map-frame iframe {
		min-height: 400px;
	}

	.home-contacto-form-wrap.contacto-sede-bg-panel {
		min-height: auto;
	}

	.home-contacto-info-body strong {
		font-size: 14px;
	}

	.home-contacto-info-body p,
	.home-contacto-info-body a {
		font-size: 13px;
	}

	.home-contacto-info-icon {
		width: 36px;
		height: 36px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.home-page .mega-menu > section.menu-list-items {
		padding: 12px 0;
	}

	.home-hero {
		padding: 48px 0 0;
	}

	.home-hero-title {
		padding: 0 12px;
		margin-bottom: 20px;
		font-size: clamp(22px, 7vw, 32px);
		letter-spacing: 0.02em;
		line-height: 1.25;
	}

	.home-page .home-mvv-iso-label,
	.home-page .home-main .home-mvv-iso-label {
		white-space: normal;
		font-size: 14px;
		line-height: 1.3;
	}

	.home-hero-split {
		display: block;
		max-width: 920px;
		padding: 0 12px 36px;
	}

	.home-hero-map {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.home-hero-map-img {
		width: 100%;
		max-width: 100%;
	}

	.home-hero-intro {
		padding: 0 4px;
		margin-top: 20px;
	}

	.home-hero-intro p {
		font-size: 15px;
		line-height: 1.7;
		margin-bottom: 18px;
	}

	.home-intro {
		padding: 28px 20px 40px;
	}

	.home-mvv-iso {
		display: grid;
		grid-template-columns: repeat(2, max-content);
		justify-content: center;
		justify-items: start;
		gap: 16px 28px;
		margin: 28px 0 0;
	}

	.home-page .home-mvv-iso-label {
		font-size: 14px;
	}

	.home-galeria-grid {
		grid-template-columns: 1fr;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	.home-contact-form .home-form-row-submit {
		flex-wrap: wrap;
	}

	.home-contact-form .home-form-row-submit .home-field {
		flex: 1 1 calc(50% - 6px);
		min-width: 140px;
	}

	.home-contact-form .home-form-row-submit .home-btn-enviar {
		flex: 1 1 100%;
		width: 100%;
	}

	.home-contact-form .home-form-row-3 .home-field,
	.home-contact-form .home-form-row-2 .home-field {
		flex: 1 1 100%;
	}

	.home-contacto-info {
		padding: 28px 0 0;
		margin-top: 28px;
	}

	.home-contacto-form-wrap {
		padding: 28px 20px;
	}
}

@media (max-width: 360px) {
	.home-mvv-iso {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 14px;
	}
}

@media (max-width: 520px) {
	.home-contacto-info-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.home-contacto-info-body strong {
		font-size: 14px;
	}

	.home-contacto-info-body p,
	.home-contacto-info-body a {
		font-size: 13px;
	}
}
