/* ===== MAQU V2 - Igual al diseño de referencia ===== */

/* Separación uniforme entre todas las secciones del main */
body.v2-layout main > section {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
/* Sin espacio entre banner y categorías */
body.v2-layout main > section.slider-area {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

:root {
	--v2-blue: #0f0f4d;
	--v2-blue-light: #1a1a6e;
	--v2-yellow: #ffef0f;
	--v2-yellow-hover: #e6d70d;
	--v2-white: #fff;
	--v2-gray-bar: #e5e7eb;
	--v2-gray-border: #d1d5db;
	--v2-border-blue: #93c5fd;
}

/* ----- Franja superior (siempre visible) ----- */
.header-v2__top-banner {
	display: block !important;
	background: #303096;
	color: var(--v2-white);
	text-align: center;
	padding: 0.35rem 1rem;
	font-size: 0.7rem;
	font-weight: 300;
	line-height: 1.4;
}
.header-v2__top-banner a {
	color: var(--v2-white);
	text-decoration: underline;
	font-weight: 300;
}

/* ----- Barra principal: hamburger + logo amarillo + Ingresar ----- */
.header-v2__main {
	background: var(--v2-blue);
	padding: 0.65rem 0;
}
.header-v2__main .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-v2__main-left {
	display: flex;
	align-items: center;
	gap: 0;
}
.header-v2__hamburger {
	background: none;
	border: none;
	color: var(--v2-white);
	padding: 0.25rem;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}
.header-v2__logo {
	margin-left: 0.25rem;
}
.header-v2__logo img {
	height: 40px;
	width: auto;
}
/* Móvil: hamburger y logo juntos a la izquierda */
.header-v2__mobile-left {
	gap: 1.5rem;
}
.header-v2__mobile-left .header-v2__logo--mobile {
	margin-left: 0;
}
.header-v2__mobile-left .header-v2__hamburger {
	flex-shrink: 0;
}
.header-v2__ingresar-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: var(--v2-white);
	font-size: 0.8rem;
	font-weight: 500;
}
.header-v2__ingresar-wrap:hover {
	color: var(--v2-yellow);
}
.header-v2__ingresar-wrap i {
	font-size: 1.5rem;
	margin-bottom: 0.15rem;
}

/* ----- Fila búsqueda: fondo gris, input blanco, botón amarillo texto negro ----- */
.header-v2__search-row {
	background: var(--v2-gray-bar);
	padding: 0.85rem 0;
}
.header-v2__search-wrap {
	max-width: 600px;
	margin: 0 auto;
}
.header-v2__search-form {
	display: flex;
	align-items: center;
	background: var(--v2-white);
	border-radius: 2rem;
	padding: 0.4rem 0.4rem 0.4rem 1rem;
	border: 1px solid var(--v2-gray-border);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	min-width: 0;
}
.header-v2__search-form:focus-within {
	border-color: var(--v2-blue);
	outline: none;
}
.header-v2__search-icon {
	color: #9ca3af;
	margin-right: 0.5rem;
	font-size: 1rem;
	flex-shrink: 0;
}
.header-v2__search-form input {
	border: none;
	background: transparent;
	flex: 1;
	min-width: 0;
	width: 0;
	outline: none;
	font-size: 0.95rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header-v2__search-form input::placeholder {
	color: #9ca3af;
}
/* Icono tipo “cuatro esquinas” / scan */
.header-v2__search-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: transparent;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	font-size: 1rem;
	flex-shrink: 0;
	margin-left: 0.25rem;
	cursor: pointer;
}
.header-v2__search-btn:hover {
	color: var(--v2-blue);
}

/* ----- Hero: título azul + outline amarillo, botón blanco borde azul ----- */
.hero-v2 {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.hero-v2__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero-v2__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15,15,77,0.75) 0%, rgba(15,15,77,0.4) 50%, transparent 100%);
	z-index: 1;
}
.hero-v2__content {
	position: relative;
	z-index: 2;
	padding: 2.5rem 0;
}
/* Una sola línea: "Encuentra la máquina perfecta" - azul con contorno amarillo */
.hero-v2__title {
	font-size: clamp(1.75rem, 4.5vw, 2.75rem);
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 0.35rem;
	color: var(--v2-blue);
	-webkit-text-stroke: 3px var(--v2-yellow);
	paint-order: stroke fill;
	text-shadow: 
		-1px -1px 0 var(--v2-yellow),
		1px -1px 0 var(--v2-yellow),
		-1px 1px 0 var(--v2-yellow),
		1px 1px 0 var(--v2-yellow);
}
/* "para tu próximo proyecto" - amarillo con contorno azul */
.hero-v2__subtitle-line {
	font-size: clamp(1.1rem, 2.5vw, 1.4rem);
	font-weight: 700;
	margin-bottom: 0.75rem;
	color: var(--v2-yellow);
	-webkit-text-stroke: 2px var(--v2-blue);
	paint-order: stroke fill;
	text-shadow: 
		-1px -1px 0 var(--v2-blue),
		1px -1px 0 var(--v2-blue),
		-1px 1px 0 var(--v2-blue),
		1px 1px 0 var(--v2-blue);
}
.hero-v2__cta-text {
	font-size: 0.95rem;
	color: var(--v2-white);
	margin-bottom: 1.25rem;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
/* Botón: blanco, borde azul claro, texto negro */
.hero-v2__btn-buscar {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: var(--v2-white);
	color: #000;
	border: 2px solid var(--v2-border-blue);
	padding: 0.5rem 1.25rem;
	border-radius: 2rem;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.2s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.hero-v2__btn-buscar:hover {
	background: #f8fafc;
	color: #000;
	border-color: var(--v2-blue);
}
.hero-v2__btn-buscar .fa-search {
	color: #374151;
}

/* Móvil: barra superior siempre visible, menú fijo debajo */
.header-v2__top-banner {
	position: relative;
	z-index: 1030;
}
@media (max-width: 991.98px) {
	/* Placeholder: reserva espacio para la barra fija y evita salto del contenido */
	.header-v2 .header-sticky-2-placeholder {
		min-height: 80px !important;
		height: 80px !important;
		box-sizing: border-box;
	}
	/* Barra móvil siempre fija arriba (hamburger, logo, Ingresar) */
	.header-v2 #header-sticky-2.tpmobile-menu.secondary-mobile-menu {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		z-index: 9999 !important;
	}
	.header-v2 #header-sticky-2.tpmobile-menu.secondary-mobile-menu.header-sticky--scrolled {
		top: 0 !important;
	}
	.header-v2 #header-sticky-2.tpmobile-menu.secondary-mobile-menu.header-sticky--scrolled.header-sticky--no-top-bar {
		top: 0 !important;
	}
	/* Buscador sin margen ni padding superior; el menú va debajo en flujo */
	.header-v2__search-row {
		padding: 1rem 0.75rem;
		margin-top: 0;
		margin-bottom: 0;
	}
	/* Anular padding-top de main.min.css en v2 móvil: el contenido va tras el header (banner + buscador), sin franja blanca */
	body.v2-layout main {
		padding-top: 0 !important;
	}
	.header-v2 ~ main .slider-area.grey-bg {
		margin-top: 0;
		padding-top: 0;
	}
	/* Limitar altura del banner en móvil */
	.header-v2 ~ main .slider-area .carousel-item,
	.header-v2 ~ main .slider-area .carousel-inner {
		max-height: 42vh;
	}
	.header-v2 ~ main .slider-area .carousel-item img {
		object-fit: cover;
		max-height: 42vh;
	}
}

/* ----- Desktop (lg+): header y subheader fixed (se quedan fijos al hacer scroll) ----- */
@media (min-width: 992px) {
	body.v2-layout header.header-v2 #header-sticky,
	body.v2-layout header.header-v2 #header-sticky.scrolled {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 1000 !important;
		width: 100% !important;
		background: var(--tp-maqu-primary) !important;
	}
	body.v2-layout header.header-v2 .subheader-sticky,
	body.v2-layout header.header-v2 .subheader-sticky.scrolled {
		position: fixed !important;
		top: 80px !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
	}
	body.v2-layout main {
		padding-top: 130px !important;
	}
}

#header-sticky-2.tpmobile-menu.secondary-mobile-menu {
	z-index: 999;
}
.tpmobile-menu.secondary-mobile-menu {
	background: var(--v2-blue);
}
.header-v2__ingresar-wrap--mobile {
	font-size: 0.75rem;
}
.header-v2__ingresar-wrap--mobile i {
	font-size: 1.25rem;
}

/* ----- Fila de categorías debajo del banner ----- */
.v2-categorias-row {
	background: #fff;
	padding: 1.25rem 1rem 1rem;
	border-radius: 0 0 30px 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.v2-categorias-row__bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: #e5e7eb;
	border-radius: 0 0 16px 16px;
}
.v2-categorias-row__inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
}
/* Móvil: priorizar padding de la fila (gana a body.v2-layout main > section) y mostrar solo 3 categorías + Ver más */
@media (max-width: 991.98px) {
	body.v2-layout main > section.v2-categorias-row {
		padding: 1.25rem 1rem 1rem !important;
	}
	.v2-categorias-row__inner .v2-categorias-row__item:nth-child(4),
	.v2-categorias-row__inner .v2-categorias-row__item:nth-child(5),
	.v2-categorias-row__inner .v2-categorias-row__item:nth-child(6),
	.v2-categorias-row__inner .v2-categorias-row__item:nth-child(7),
	.v2-categorias-row__inner .v2-categorias-row__item:nth-child(8) {
		display: none;
	}
}
/* Desktop: 7 categorías + Ver más; sin border-radius */
@media (min-width: 992px) {
	.v2-categorias-row {
		border-radius: 0;
	}
	.v2-categorias-row__bottom {
		border-radius: 0;
	}
}
.v2-categorias-row__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #6b7280;
	font-size: 0.65rem;
	font-weight: 300;
	flex: 1 1 0;
	min-width: 0;
	padding: 0 0.5rem;
	transition: color 0.15s;
}
.v2-categorias-row__item:hover {
	color: #374151;
}
.v2-categorias-row__icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
	flex-shrink: 0;
}
.v2-categorias-row__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.9;
}
.v2-categorias-row__item--active .v2-categorias-row__icon img {
	filter: none;
	opacity: 1;
	/* Tono azul tipo line-art para icono activo */
	filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2500%) hue-rotate(221deg);
}
.v2-categorias-row__label {
	text-align: center;
	line-height: 1.25;
	position: relative;
	padding-bottom: 0.25rem;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	max-width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
}
.v2-categorias-row__item--active .v2-categorias-row__label {
	color: #111;
	font-weight: 300;
}
.v2-categorias-row__item--more .v2-categorias-row__icon--plus {
	width: 48px;
	height: 48px;
	border: 1.5px solid #d1d5db;
	border-radius: 50%;
	color: #9ca3af;
	font-size: 1rem;
	background: transparent;
}
/* ----- Slider de categorías: píldoras azul oscuro, scroll horizontal ----- */
.v2-categorias-slider {
	background: #fff;
	padding: 1rem 0 1.25rem;
}
/* Móvil: track a ancho completo con padding lateral */
@media (max-width: 991.98px) {
	.v2-categorias-slider .container {
		max-width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
/* Desktop: el .container ya limita el ancho (Bootstrap) */
.v2-categorias-slider__track {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.5rem;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding: 0.25rem 0;
	scrollbar-width: none;
}
.v2-categorias-slider__track::-webkit-scrollbar {
	display: none;
}
.v2-categorias-slider__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: #1F265D;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	text-decoration: none;
	padding: 0.5rem 1.25rem;
	border-radius: 2rem;
	white-space: nowrap;
	transition: background 0.2s, transform 0.15s;
}
.v2-categorias-slider__pill:hover {
	background: #2a3275;
	color: #fff;
	transform: translateY(-1px);
}

.v2-categorias-row__item--more .v2-categorias-row__label {
	color: #6b7280;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.v2-categorias-row__item--more:hover .v2-categorias-row__icon--plus {
	border-color: #9ca3af;
	color: #6b7280;
}

/* ----- Descubre más equipos: título con línea vertical + cards estilo referencia ----- */
.v2-descubre-equipos__header {
	text-align: left;
}
.v2-descubre-equipos__title {
	position: relative;
	padding-left: 1rem;
	border-left: 4px solid var(--v2-blue);
	font-weight: 500;
	color: var(--v2-blue);
	font-size: 1.25rem;
}
.v2-descubre-equipos__header {
	margin-bottom: 1.5rem;
}
.v2-descubre-equipos .tpproduct--v2-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	border: none;
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}
.v2-descubre-equipos .tpproduct--v2-card:hover {
	box-shadow: 0 4px 20px rgba(0,0,0,0.12);
	border: none;
}
.v2-descubre-equipos .tpproduct--v2-card.tpproduct--verified {
	border: 2px solid #22c55e;
}
.v2-descubre-equipos .tpproduct--v2-card.tpproduct--verified:hover {
	border-color: #16a34a;
	box-shadow: 0 4px 20px rgba(34, 197, 94, 0.2);
}
.v2-descubre-equipos .tpproduct__thumb {
	padding: 0;
	margin: 0;
	height: auto;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}
.v2-descubre-equipos .tpproduct__thumb > a {
	display: block;
	height: 150px;
	line-height: 0;
}
.v2-descubre-equipos .tpproduct__thumb .image-loader-wrapper {
	height: 150px;
	display: block;
}
.v2-descubre-equipos .tpproduct__thumb .image-loader-wrapper img {
	border-radius: 12px 12px 0 0 !important;
	width: 100% !important;
	height: 150px !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block;
	vertical-align: top;
}
.v2-descubre-equipos .tpproduct__badge-v2 {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	top: auto;
	left: auto;
	transform: none;
	line-height: 0;
	z-index: 2;
}
.v2-descubre-equipos .tpproduct__badge-v2 img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	display: block;
}
.v2-descubre-equipos .tpproduct__content--v2 {
	background: #fff;
	padding: 1rem;
	text-align: left;
	margin-top: 0;
}
.v2-descubre-equipos .tpproduct__title {
	text-align: left;
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 1.35;
	margin-bottom: 0.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-clamp: 2;
}
.v2-descubre-equipos .tpproduct__title a {
	color: #374151;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-clamp: 2;
}
.v2-descubre-equipos .tpproduct__title a:hover {
	color: var(--v2-blue);
}
.v2-descubre-equipos .tpproduct__price--v2 {
	margin: 0;
	font-weight: 500;
	font-size: 1rem;
	color: var(--v2-blue);
	display: flex;
	align-items: baseline;
}
.v2-descubre-equipos .tpproduct__price--v2 span {
	font-size: 1rem;
	font-weight: 500;
}
.v2-descubre-equipos .tpproduct__price--v2 small {
	font-weight: 400;
	font-size: 0.7rem;
	color: #6b7280;
	margin-left: 0.25rem;
}
/* Por hora: mismo estilo que +IGV (small gris, mismo tamaño) */
.v2-descubre-equipos .tpproduct__meta-v2--specs {
	font-size: 0.75rem;
	color: #6b7280;
	font-weight: 300;
	margin: 0.25rem 0 0;
}
.v2-descubre-equipos .tpproduct__card-footer-v2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid #f3f4f6;
	gap: 0.5rem;
}
.v2-descubre-equipos .tpproduct__share-trigger-v2 {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.65rem;
	border-radius: 50px;
	border: 1.5px solid #9ca3af;
	background: transparent;
	color: #6b7280;
	font-size: 0.8rem;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.v2-descubre-equipos .tpproduct__share-trigger-v2:hover {
	background: #f3f4f6;
	color: #374151;
	border-color: #9ca3af;
}
/* Modal compartir: botones de red */
.tpproduct__share-modal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}
.tpproduct__share-modal-actions .tpproduct__share-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.6rem 1.1rem;
	border-radius: 50px;
	font-size: 0.95rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}
.tpproduct__share-modal-actions .tpproduct__share-btn:hover {
	color: #fff;
	transform: scale(1.03);
}
.tpproduct__share-modal-actions .tpproduct__share-btn--whatsapp {
	background: #25d366;
}
.tpproduct__share-modal-actions .tpproduct__share-btn--whatsapp:hover {
	background: #20bd5a;
}
.tpproduct__share-modal-actions .tpproduct__share-btn--facebook {
	background: #1877f2;
}
.tpproduct__share-modal-actions .tpproduct__share-btn--facebook:hover {
	background: #166fe5;
}
.tpproduct__share-modal-actions .tpproduct__share-btn--linkedin {
	background: #0a66c2;
}
.tpproduct__share-modal-actions .tpproduct__share-btn--linkedin:hover {
	background: #004182;
}
.v2-descubre-equipos .tpproduct__meta-v2 {
	font-size: 0.75rem;
	color: #6b7280;
	font-weight: 300;
}
.v2-descubre-equipos .tpproduct__favorite-v2 {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1.5px solid #9ca3af;
	color: #9ca3af;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
	flex-shrink: 0;
}
.v2-descubre-equipos .tpproduct__favorite-v2:hover {
	background: #9ca3af;
	color: #fff;
	border-color: #9ca3af;
}
.v2-descubre-equipos .tpproduct__favorite-v2--logged {
	border-color: #ffbb02;
	color: #ffbb02;
}
.v2-descubre-equipos .tpproduct__favorite-v2--logged:hover {
	background: #ffbb02;
	color: #fff;
	border-color: #ffbb02;
}
.v2-descubre-equipos .tpproduct__favorite-v2.is-favorito {
	background: #ffbb02;
	color: #fff;
	border-color: #ffbb02;
}
.v2-descubre-equipos .tpproduct__favorite-v2.is-favorito:hover {
	background: #e5a902;
	color: #fff;
	border-color: #e5a902;
}

/* Toast: "Se guardó el anuncio X como favorito" (estilo tipo "estás viendo") */
.v2-favorito-toast {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1050;
	max-width: 360px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	border-radius: 8px;
	overflow: hidden;
	animation: v2-favorito-toast-in 0.3s ease;
}
.v2-favorito-toast__content {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: rgba(15, 15, 77, 0.95);
	color: #fff;
	padding: 14px 18px;
}
.v2-favorito-toast__icon {
	font-size: 1.25rem;
	color: #ffbb02;
	flex-shrink: 0;
	margin-top: 2px;
}
.v2-favorito-toast__text {
	font-size: 0.9rem;
	line-height: 1.4;
	color: #fff;
}
.v2-favorito-toast__nombre {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 700;
	color: #fff;
}
@keyframes v2-favorito-toast-in {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 575px) {
	.v2-favorito-toast {
		bottom: 16px;
		left: 12px;
		right: 12px;
		max-width: none;
	}
	.v2-favorito-toast__content {
		padding: 12px 14px;
		font-size: 0.85rem;
	}
}

.v2-descubre-equipos__grid {
	row-gap: 1rem;
}

/* Cards y anuncios con etiqueta "No disponible": card en gris, imagen en escala de grises */
.tpproduct--no-disponible {
	background: #f3f4f6 !important;
	opacity: 0.92;
}
.tpproduct--no-disponible .tpproduct__content {
	background: #f3f4f6 !important;
	color: #6b7280;
}
.tpproduct--no-disponible .tpproduct__thumb img,
.tpproduct--no-disponible .tpproduct__thumb .image-loader-wrapper img {
	filter: grayscale(1);
}
.v2-descubre-equipos .tpproduct--no-disponible {
	background: #f3f4f6 !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.v2-descubre-equipos .tpproduct--no-disponible .tpproduct__content--v2 {
	background: #f3f4f6 !important;
}
.v2-descubre-equipos .tpproduct--no-disponible .tpproduct__thumb img,
.v2-descubre-equipos .tpproduct--no-disponible .tpproduct__thumb .image-loader-wrapper img {
	filter: grayscale(1);
}

/* Icono MAQU Verificado: mismo estilo que referencia (parte superior central de la card) */
.tpproduct__thumb .tpproduct__verified-badge {
	bottom: 0.5rem;
	right: 0.5rem;
	top: auto;
	left: auto;
	transform: none;
}
.tpproduct__thumb .tpproduct__verified-badge img {
	max-width: 44px;
	width: 44px;
	height: auto;
}

@media (max-width: 767px) {
	.tpproduct__title a {
		min-height: unset;
	}
}

/* ----- Cifras que generan confianza real: barra azul envuelve título y subtítulo ----- */
.v2-cifras-confianza__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem 0;
	padding-left: 1rem;
	border-left: 4px solid var(--v2-blue);
}
.v2-cifras-confianza__header .tpsection__title {
	margin-bottom: 0;
	padding-left: 0;
	border-left: none;
}
.v2-cifras-confianza__header .tpsection__sub-title {
	margin-bottom: 0;
	font-size: 1rem;
	color: var(--v2-blue);
	font-weight: 300;
}
/* Permitir que el col que envuelve el scroll no se expanda (para que el track tenga overflow) */
.v2-cifras-confianza .row > .col-12,
.v2-servicios-adicionales .row > .col-12 {
	min-width: 0;
}
/* Wrapper del track + barra de scroll custom */
.v2-cifras-confianza__scroll-wrap {
	width: 100%;
	min-width: 0; /* necesario en contexto flex para que el track pueda hacer scroll */
	overflow: visible;
}
/* Track scroll horizontal: forzar scroll y permitir arrastre táctil; solo barra custom visible */
.v2-cifras-confianza__track {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0.5rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
	padding: 0 0 0.5rem;
	scrollbar-width: none;
}
.v2-cifras-confianza__track::-webkit-scrollbar {
	display: none;
}
/* Barra de desplazamiento custom (siempre visible) */
.v2-cifras-scrollbar {
	margin-top: 0.5rem;
	padding: 0 0.25rem;
}
/* Si todos los elementos caben, ocultar la barra de scroll */
.v2-cifras-confianza__scroll-wrap.v2-scroll-wrap--all-visible .v2-cifras-scrollbar {
	display: none;
}
.v2-cifras-scrollbar__track {
	height: 20px;
	background: #E6E6FA;
	border-radius: 999px;
	overflow: hidden;
	position: relative;
}
.v2-cifras-scrollbar__thumb {
	height: 100%;
	background: #A9A9E6;
	border-radius: 999px;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 20%;
	transition: width 0.1s ease-out, left 0.1s ease-out;
}
.v2-cifras-scrollbar__thumb:hover {
	background: #9090d4;
}
.v2-cifras-confianza__slide {
	flex: 0 0 calc((100% - 1rem) / 2.5);
	min-width: calc((100% - 1rem) / 2.5);
	overflow: hidden;
}
.v2-cifras-confianza__slide .v2-cifras-card-img,
.v2-cifras-card-img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	vertical-align: top;
}
@media (min-width: 576px) {
	.v2-cifras-confianza__slide {
		flex: 0 0 calc((100% - 1rem) / 2);
		min-width: calc((100% - 1rem) / 2);
	}
}
@media (min-width: 768px) {
	.v2-cifras-confianza__slide {
		flex: 0 0 calc((100% - 1rem) / 2.5);
		min-width: calc((100% - 1rem) / 2.5);
	}
}
/* Desktop: mostrar las 4 cifras visibles y reducir tamaño del bloque (imágenes más pequeñas) */
@media (min-width: 992px) {
	.v2-cifras-confianza__scroll-wrap {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.v2-cifras-confianza__slide {
		flex: 0 0 calc((100% - 1.5rem) / 4);
		min-width: calc((100% - 1.5rem) / 4);
	}
}
@media (min-width: 1200px) {
	.v2-cifras-confianza__scroll-wrap {
		max-width: 1000px;
	}
	.v2-cifras-confianza__slide {
		flex: 0 0 calc((100% - 1.5rem) / 4);
		min-width: calc((100% - 1.5rem) / 4);
	}
}

/* Nuestros servicios adicionales: 3 slides visibles desde móvil + subtítulos */
.v2-servicios-adicionales__slide {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc((100% - 1rem) / 3);
	min-width: calc((100% - 1rem) / 3);
}
.v2-servicios-adicionales__slide .v2-cifras-card-img {
	flex: 0 0 auto;
}
.v2-servicios-adicionales__caption {
	margin: 0.5rem 0 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.3;
	text-align: center;
}
.v2-servicios-adicionales__caption-strong {
	font-weight: 700;
	text-transform: uppercase;
}
.v2-servicios-adicionales__caption-light {
	font-weight: 300;
}
.v2-servicios-adicionales__link {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-decoration: none;
	color: inherit;
}
.v2-servicios-adicionales__link:hover {
	color: inherit;
	text-decoration: none;
}

/* Botón "Conoce más sobre nosotros" debajo de Nuestros servicios adicionales */
.v2-btn-conoce-mas {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 0.75rem 1.5rem;
	background: #3F4390;
	color: #fff;
	text-decoration: none;
	border-radius: 9999px;
	border: none;
	transition: background 0.2s, transform 0.2s;
	width: auto;
}
.v2-btn-conoce-mas:hover {
	background: #35387a;
	color: #fff;
	transform: translateY(-1px);
}
.v2-btn-conoce-mas__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
}
.v2-btn-conoce-mas__line1 {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.v2-btn-conoce-mas__line2 {
	font-size: 0.85rem;
	font-weight: 400;
	text-transform: none;
}
.v2-btn-conoce-mas__arrow {
	font-size: 1rem;
	opacity: 0.95;
}

/* Desktop: mostrar las 4 servicios visibles y reducir tamaño del bloque (imágenes más pequeñas) */
@media (min-width: 992px) {
	.v2-servicios-adicionales .v2-cifras-confianza__scroll-wrap {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.v2-servicios-adicionales__slide {
		flex: 0 0 calc((100% - 1.5rem) / 4);
		min-width: calc((100% - 1.5rem) / 4);
	}
}
@media (min-width: 1200px) {
	.v2-servicios-adicionales .v2-cifras-confianza__scroll-wrap {
		max-width: 1000px;
	}
}

/* Conoce más sobre nosotros: bloque bajo Nuestros servicios, hover cambia imagen */
.v2-conoce-mas-wrap {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.v2-conoce-mas {
	display: block;
	position: relative;
	line-height: 0;
	max-width: 100%;
}
.v2-conoce-mas__img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}
.v2-conoce-mas__img--hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.25s ease;
	z-index: 1;
	pointer-events: none;
}
.v2-conoce-mas:hover .v2-conoce-mas__img--hover,
.v2-conoce-mas.is-hover .v2-conoce-mas__img--hover {
	opacity: 1;
}

/* Ver máquinas / Publica hoy: bloques con hover (misma lógica que Conoce más) */
/* No mostrar preloader en esta sección (las img llevan no-loader para no ser envueltas por main.min.js) */
.v2-cta-section .image-loader,
.v2-cta-section .image-loader-wrapper .image-loader {
	display: none !important;
}
.v2-cta-section .image-loader-wrapper img {
	opacity: 1;
}
.v2-cta-img-wrap {
	margin-bottom: 0.5rem;
}
.v2-cta-img-wrap:last-child {
	margin-bottom: 0;
}
.v2-cta-img {
	display: block;
	position: relative;
	line-height: 0;
	max-width: 100%;
}
.v2-cta-img__img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}
.v2-cta-img__img--hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.25s ease;
	z-index: 1;
	pointer-events: none;
}
.v2-cta-img:hover .v2-cta-img__img--hover,
.v2-cta-img.is-hover .v2-cta-img__img--hover {
	opacity: 1;
}
/* En desktop solo mostrar la imagen hover desktop (ocultar la móvil) */
@media (min-width: 992px) {
	.v2-cta-img .v2-cta-img__img--hover-mobile {
		display: none !important;
	}
}

/* ----- Testimonios v2: fondo azul claro, título + subtítulo italic + avatar + cita + autor ----- */
.v2-testimonios-section {
	background: #f0f0ff;
}
.v2-testimonios-section .testimonial-card-wrapper {
	padding-left: 1rem;
	padding-right: 1rem;
}
.v2-testimonios-section .v2-testimonios__title {
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 700;
	text-transform: uppercase;
	color: #1a203f;
	margin: 0 0 0.25rem;
	letter-spacing: 0.02em;
}
.v2-testimonios-section .v2-testimonios__subtitle {
	font-size: 1rem;
	font-weight: 400;
	font-style: italic;
	color: #4a5568;
	margin: 0 0 2rem;
}
.v2-testimonios-section .v2-testimonial-card {
	text-align: center;
	max-width: 42rem;
	margin: 0 auto;
	padding: 0 1rem;
	background: transparent;
	box-shadow: none;
	border: none;
}
.v2-testimonios-section .v2-testimonial-card:hover {
	transform: none;
	box-shadow: none;
}
.v2-testimonios-section .v2-testimonial-card__avatar {
	width: 5rem;
	height: 5rem;
	margin: 0 auto 1.25rem;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.v2-testimonios-section .v2-testimonial-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.v2-testimonios-section .v2-testimonial-card__avatar .v2-testimonial-card__avatar-default {
	object-fit: contain;
}
.v2-testimonios-section .v2-testimonial-card__avatar-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.75rem;
}
.v2-testimonios-section .v2-testimonial-card__quote {
	font-size: 1rem;
	line-height: 1.6;
	font-style: italic;
	color: #4a5568;
	margin: 0 0 1.25rem;
	padding: 0;
	border: none;
	text-align: justify;
}
.v2-testimonios-section .v2-testimonial-card__quote::before,
.v2-testimonios-section .v2-testimonial-card__quote::after {
	content: none;
}
.v2-testimonios-section .v2-testimonial-card__author {
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #1a203f;
	margin: 0;
	letter-spacing: 0.02em;
}

/* ----- Desktop home v2: tamaños de fuente un poco más grandes (móvil se mantiene) ----- */
@media (min-width: 992px) {
	body.v2-layout .v2-descubre-equipos__title,
	body.v2-layout .v2-cifras-confianza__header .tpsection__title {
		font-size: 1.5rem;
	}
	body.v2-layout .v2-cifras-confianza__header .tpsection__sub-title {
		font-size: 1.1rem;
	}
	body.v2-layout .v2-categorias-row__label {
		font-size: 0.8rem;
	}
	body.v2-layout .v2-descubre-equipos .tpproduct__title,
	body.v2-layout .v2-descubre-equipos .tpproduct__title a {
		font-size: 0.95rem;
	}
	body.v2-layout .v2-descubre-equipos .tpproduct__price--v2 span {
		font-size: 1.1rem;
	}
	body.v2-layout .v2-descubre-equipos .tpproduct__meta-v2 {
		font-size: 0.8rem;
	}
	body.v2-layout .v2-servicios-adicionales__caption {
		font-size: 1.1rem;
	}
	body.v2-layout .v2-testimonios-section .v2-testimonios__title {
		font-size: clamp(1.75rem, 4vw, 2.25rem);
	}
	body.v2-layout .v2-testimonios-section .v2-testimonios__subtitle {
		font-size: 1.1rem;
	}
	body.v2-layout .v2-testimonios-section .v2-testimonial-card__quote {
		font-size: 1.1rem;
	}
	body.v2-layout .v2-testimonios-section .v2-testimonial-card__author {
		font-size: 1.05rem;
	}
}

/* ----- Search sin resultados: todo centrado ----- */
.search-no-results {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.search-no-results__ricardito {
	max-width: 200px;
	height: auto;
}

/* ----- Inicio: altura fija para items de categorías (Tipos de máquinas) ----- */
.categorias-inicio {
	background-color: #ffffff;
}
.categorias-inicio .row.g-2 {
	gap: 0.75rem 1rem;
}
.categorias-inicio .categorias-inicio__item {
	height: 200px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.categorias-inicio .categorias-inicio__item .tpblog__thumb {
	flex: 1;
	min-height: 0;
	display: flex;
	padding: 0.75rem 0.5rem 0.5rem;
	box-sizing: border-box;
}
.categorias-inicio .categorias-inicio__item .tpblog__thumb a,
.categorias-inicio .categorias-inicio__item .tpblog__thumb .image-loader-wrapper {
	width: 100%;
	height: 100%;
	display: block;
}
.categorias-inicio .categorias-inicio__item .tpblog__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.categorias-inicio .categorias-inicio__item .tpblog__wrapper {
	flex-shrink: 0;
	padding: 0.65rem 1rem;
}

/* ----- Footer v2: subtítulos de columnas ----- */
.tpfooter__widget-title {
	color: #ffb800 !important;
	font-size: 1.2rem !important;
}

/* Botón Ver anuncio desactivado (anuncios no disponibles) */
.tp-btn-2--disabled,
a.tp-btn-2--disabled {
	background-color: #9ca3af !important;
	color: #fff !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
	opacity: 0.9;
}
.tp-btn-2--disabled:hover,
a.tp-btn-2--disabled:hover {
	background-color: #9ca3af !important;
	color: #fff !important;
	transform: none;
}
