/* ========================================
   RESPONSIVE GLOBAL - THOWEL
   CSS responsive SOLO para tablets y móviles
   NO afecta estilos desktop (> 1200px)
   ======================================== */

/* ========================================
   PROTECCIÓN DE ESTILOS DESKTOP
   Asegura que los tamaños originales se mantengan
   ======================================== */

@media (min-width: 1201px) {
    /* Proteger tamaños originales de logos en desktop */
    .product-logo img {
        width: 250px !important;
        height: 250px !important;
    }

    .navbar .logo img {
        height: 60px !important;
    }

    /* Proteger otros elementos críticos */
    .product-description {
        font-size: 1.2rem !important;
    }
}

/* ========================================
   LAPTOP Y TABLET (1024px - 1200px)
   ======================================== */

@media (max-width: 1200px) and (min-width: 1025px) {
    .navbar {
        padding: 5px 50px;
    }

    .navbar ul {
        gap: 40px;
    }

    .navbar a {
        font-size: 13px;
        padding: 8px 15px;
        margin: 10px;
    }

    /* Flecha inicio */
    .flecha-img {
        width: 70px;
        height: auto;
    }

    /* Productos */
    .producto-descripcion {
        font-size: 16px;
        line-height: 1.6;
    }

    /* Index - Product Showcase */
    .product-description {
        font-size: 16px;
        padding: 0 40px;
    }

    /* Sección Calidad - Ajustar imagen para laptops */
    .calidad-section {
        padding: 60px 30px;
    }

    .calidad-content {
        gap: 50px;
    }

    .calidad-icon {
        max-width: 300px;
        flex-shrink: 0;
    }

    .calidad-icon img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .calidad-title {
        font-size: 3rem;
    }

    .calidad-description {
        font-size: 1.1rem;
    }
}

/* ========================================
   TABLET HORIZONTAL (900px - 1024px)
   ======================================== */

@media (max-width: 1024px) and (min-width: 901px) {
    .navbar {
        padding: 5px 30px;
    }

    }

    /* Index - Product Showcase */
    .product-description {
        font-size: 16px;
        padding: 0 40px;
    }


/* ========================================
   TABLET HORIZONTAL (900px - 1024px)
   ======================================== */

@media (max-width: 1024px) and (min-width: 901px) {
    .navbar {
        padding: 5px 30px;
    }

    .navbar ul {
        gap: 25px;
    }

    .navbar a {
        font-size: 12px;
        padding: 6px 12px;
        margin: 8px;
    }

    .navbar .logo img {
        height: 50px;
    }

    /* Flecha inicio */
    .flecha-img {
        width: 60px;
        height: auto;
    }

    /* Productos - SOLO MANIJAS Y SISTEMAS DE APOYO */
    body:has(#manija-barral) .dual-content,
    body:has(#pata-plastica) .dual-content {
        gap: 30px;
        padding: 30px 15px;
    }

    .producto-descripcion,
    .specs-intro {
        font-size: 15px;
        line-height: 1.5;
    }

    .diagrama-tecnico img,
    .specs-table-image img {
        max-width: 100%;
    }

    /* Sección Calidad - Ajustar imagen para tablets */
    .calidad-section {
        padding: 50px 25px;
    }

    .calidad-content {
        gap: 40px;
    }

    .calidad-icon {
        max-width: 250px;
        flex-shrink: 0;
    }

    .calidad-icon img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .calidad-title {
        font-size: 2.5rem;
    }

    .calidad-description {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* Catálogo */
    .catalog-track {
        gap: 15px;
    }

    .catalog-item {
        min-width: 200px;
    }

    /* Footer */
    .footer-red {
        padding: 40px 20px;
    }
}

/* ========================================
   TABLET VERTICAL (769px - 900px)
   ======================================== */

@media (max-width: 900px) and (min-width: 769px) {
    /* Secciones con columnas dobles -> columnas apiladas - SOLO MANIJAS Y SISTEMAS DE APOYO */
    body:has(#manija-barral) .dual-content,
    body:has(#pata-plastica) .dual-content {
        flex-direction: column !important;
        gap: 25px;
        align-items: center;
        padding: 30px 20px;
    }

    body:has(#manija-barral) .dual-content .left-content,
    body:has(#manija-barral) .dual-content .right-content,
    body:has(#pata-plastica) .dual-content .left-content,
    body:has(#pata-plastica) .dual-content .right-content {
        width: 100% !important;
        max-width: 600px;
    }

    body:has(#manija-barral) .dual-content img,
    body:has(#pata-plastica) .dual-content img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    /* Títulos y textos */
    .producto-titulo {
        text-align: center;
    }

    .producto-descripcion,
    .specs-intro {
        font-size: 0.95rem;
        line-height: 1.4;
        text-align: justify;
    }

    .specs-table-image img,
    .diagrama-tecnico img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }

    /* Badge */
    .badge-thowel {
        max-width: 180px;
        margin: 0 auto 20px;
    }

    /* Carruseles */
    .catalog-carousel,
    .catalog-track {
        gap: 10px;
    }

    .catalog-item {
        min-width: 180px;
    }

    .catalog-overlay-text {
        font-size: 0.95rem;
    }

    /* Index - Product sections */
    .unified-product-section {
        min-height: auto;
        padding: 60px 20px;
    }

    .product-info {
        padding: 30px 20px;
    }

    .product-description {
        font-size: 15px;
        padding: 0 20px;
    }

    /* Contacto y Sobre Nosotros */
    .contacto-container,
    .sobre-nosotros-container {
        padding: 40px 20px;
    }

    .contacto-form {
        max-width: 100%;
    }

    .form-input,
    .form-textarea {
        font-size: 15px;
    }
}

/* ========================================
   MOBILE (TODOS LOS TAMAÑOS <= 768px)
   ======================================== */

@media (max-width: 768px) {
    /* Header sections */
    .header-section {
        min-height: 60vh;
    }

    /* Reducir tamaño de letras de portada en móvil */
    .main-text h1 {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        margin-bottom: 8px !important;
    }

    .main-text p,
    .main-content p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }

    .scroll-indicator {
        bottom: 20px;
    }

    .flecha-img {
        width: 40px;
        height: auto;
    }

    /* Secciones de productos */
    .producto-section {
        padding: 40px 15px;
    }

    /* SOLO MANIJAS Y SISTEMAS DE APOYO */
    body:has(#manija-barral) .dual-content,
    body:has(#pata-plastica) .dual-content {
        flex-direction: column !important;
        padding: 25px 15px;
        gap: 20px;
        align-items: center;
    }

    body:has(#manija-barral) .dual-content .left-content,
    body:has(#manija-barral) .dual-content .right-content,
    body:has(#pata-plastica) .dual-content .left-content,
    body:has(#pata-plastica) .dual-content .right-content {
        width: 100% !important;
        max-width: 100%;
    }

    body:has(#manija-barral) .dual-content img,
    body:has(#pata-plastica) .dual-content img {
        width: 100%;
        height: auto;
    }

    /* Imágenes de sobre nosotros - más altas para eliminar espacios */
    .sobre-nosotros-section .left-content,
    .sobre-nosotros-section .right-content {
        padding: 0 !important;
        margin: 0 !important;
    }

    .sobre-nosotros-section .left-content img,
    .sobre-nosotros-section .right-content img {
        width: 100% !important;
        height: auto !important;
        min-height: 600px !important;
        object-fit: cover !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sobre-nosotros-section .dual-content {
        gap: 0 !important;
        padding: 0 !important;
    }

    .producto-titulo {
        font-size: clamp(1.5rem, 5vw, 2rem);
        margin-bottom: 15px;
        text-align: center;
    }

    .producto-descripcion,
    .specs-intro {
        font-size: 14px;
        margin-bottom: 15px;
    }

    /* Tablas y diagramas */
    .specs-table-image,
    .diagrama-tecnico {
        margin: 20px 0;
    }

    .specs-table-image img,
    .diagrama-tecnico img {
        max-width: 100%;
    }

    .badge-thowel {
        max-width: 160px;
        margin: 0 auto 15px;
    }

    /* Catálogo */
    .catalog-section {
        padding: 40px 15px;
    }

    .catalog-title {
        font-size: 2rem;
    }

    .catalog-description {
        font-size: 14px;
    }

    .catalog-item {
        min-width: 160px;
    }

    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    /* Footer */
    .footer-red {
        padding: 30px 15px;
    }

    .footer-content p {
        font-size: 13px;
    }

    /* Index - Product showcase - CAMBIAR LAYOUT A VERTICAL */
    .unified-product-section {
        padding: 40px 15px;
        height: auto !important;
        min-height: auto !important;
    }

    /* Cambiar layout de las secciones de producto a vertical */
    .product-section {
        flex-direction: column !important;
        height: auto !important;
        position: relative !important;
        display: flex !important;
    }

    .product-section .split-image {
        width: 100% !important;
        height: 50vh !important;
        flex: none !important;
    }

    /* Orden: primero contenido (texto), después imágenes */
    .product-content-overlay {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        order: 1 !important;
        padding: 30px 20px !important;
        background: linear-gradient(135deg, #3a3169 0%, #4a4179 100%) !important;
    }

    .background-images {
        position: relative !important;
        order: 2 !important;
        height: auto !important;
    }

    .product-section .split-image.left-image {
        order: 3 !important;
    }

    .product-section .split-image.right-image {
        order: 4 !important;
    }

    .product-logo img {
        width: 180px !important;
        height: 180px !important;
    }

    .product-description {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9) !important;
    }

    .product-progress {
        bottom: 30px;
    }

    /* Contacto */
    .contacto-section {
        padding: 30px 15px;
    }

    .contacto-container {
        padding: 30px 15px;
    }
}

/* ========================================
   MOBILE VERTICAL (480px - 600px)
   ======================================== */

@media (max-width: 600px) and (min-width: 481px) {
    .header-section {
        min-height: 50vh;
    }

    .portada-img {
        object-fit: cover;
    }

    /* Productos */
    .producto-section {
        padding: 30px 10px;
    }

    /* SOLO MANIJAS Y SISTEMAS DE APOYO */
    body:has(#manija-barral) .dual-content,
    body:has(#pata-plastica) .dual-content {
        padding: 20px 10px;
        gap: 20px;
    }

    .producto-titulo {
        font-size: clamp(1.3rem, 5vw, 1.7rem);
        margin-bottom: 12px;
    }

    .producto-descripcion,
    .specs-intro {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .badge-thowel {
        max-width: 150px;
        margin-bottom: 15px;
    }

    /* Tablas y diagramas */
    .specs-table-image img,
    .diagrama-tecnico img {
        max-width: 100%;
        width: 100%;
    }

    /* Catálogo */
    .catalog-section {
        padding: 30px 10px;
    }

    .catalog-header {
        flex-direction: column;
        gap: 20px;
    }

    .catalog-title {
        font-size: 1.6rem;
    }

    .catalog-description {
        font-size: 13px;
        text-align: center;
    }

    .catalog-item {
        min-width: 140px;
    }

    .catalog-overlay-text {
        font-size: 11px;
        padding: 8px;
    }

    .carousel-nav {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    /* Contacto */
    .contacto-titulo {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .form-input,
    .form-textarea {
        padding: 12px 15px;
        font-size: 14px;
    }

    .form-submit {
        padding: 12px 30px;
        font-size: 14px;
    }

    /* Footer */
    .footer-red {
        padding: 25px 10px;
    }

    .footer-content p {
        font-size: 12px;
    }

    .hexagon {
        width: 60px;
        height: 35px;
    }

    /* Index - Product sections */
    .unified-product-section {
        padding: 30px 10px;
        min-height: auto;
    }

    .product-info {
        padding: 20px 15px;
    }

    .product-logo img {
        width: 150px !important;
        height: 150px !important;
    }

    .product-description {
        font-size: 13px;
        padding: 0 10px;
        line-height: 1.4;
    }

    .product-progress {
        bottom: 20px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }
}

/* ========================================
   MOBILE PEQUEÑO (<= 480px)
   ======================================== */

@media (max-width: 480px) {
    /* Headers */
    .header-section {
        min-height: 40vh;
    }

    /* Productos */
    .producto-section {
        padding: 25px 8px;
    }

    /* SOLO MANIJAS Y SISTEMAS DE APOYO */
    body:has(#manija-barral) .dual-content,
    body:has(#pata-plastica) .dual-content {
        padding: 15px 8px;
        gap: 15px;
    }

    .producto-titulo {
        font-size: clamp(1.2rem, 5vw, 1.5rem);
        margin-bottom: 10px;
    }

    .producto-descripcion,
    .specs-intro {
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .badge-thowel {
        max-width: 120px;
        margin-bottom: 12px;
    }

    /* Catálogo */
    .catalog-section {
        padding: 25px 8px;
    }

    .catalog-title {
        font-size: 1.4rem;
    }

    .catalog-description {
        font-size: 12px;
    }

    .catalog-item {
        min-width: 120px;
    }

    .catalog-overlay-text {
        font-size: 10px;
        padding: 6px;
    }

    .carousel-nav {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    /* Contacto */
    .contacto-titulo {
        font-size: 1.5rem;
    }

    .form-input,
    .form-textarea {
        padding: 10px 12px;
        font-size: 13px;
    }

    .form-submit {
        padding: 10px 25px;
        font-size: 13px;
    }

    /* Footer */
    .footer-red {
        padding: 20px 8px;
    }

    .footer-content p {
        font-size: 11px;
    }

    /* Index - logos muy pequeños en mobile */
    .product-logo img {
        width: 120px !important;
        height: 120px !important;
    }

    .product-description {
        font-size: 12px !important;
    }
}

/* ========================================
   UTILIDADES RESPONSIVE
   ======================================== */

/* Ocultar en mobile */
@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

/* Ocultar en desktop */
@media (min-width: 769px) {
    .hide-desktop {
        display: none !important;
    }
}

/* ========================================
   MENÚ HAMBURGUESA PARA MÓVILES
   ======================================== */

/* Ocultar elementos móviles en desktop por defecto */
@media (min-width: 769px) {
    .hamburger,
    .logo-mobile {
        display: none !important;
    }
}

/* Mostrar navbar móvil en tablet y móvil */
@media (max-width: 768px) {
    /* FORZAR centrado y eliminar scroll horizontal */
    html {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        position: relative !important;
    }

    body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'Montserrat', sans-serif !important;
    }

    /* Navbar contenedor */
    .navbar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 20px !important;
        gap: 15px !important;
        flex-wrap: nowrap !important;
        width: 100vw !important;
        max-width: 100vw !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        border-radius: 0 !important;
        margin: 0 !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
        background: rgba(255, 255, 255, 0.98) !important;
    }

    /* Asegurar que el navbar no se oculte nunca en móvil */
    .navbar.hidden {
        transform: none !important;
        opacity: 1 !important;
    }

    /* Asegurar que todas las secciones estén contenidas */
    section,
    .header-section,
    .producto-section,
    .sobre-nosotros-section,
    .catalog-section,
    .contacto-section,
    footer {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    /* Contenedores también - SOLO MANIJAS Y SISTEMAS DE APOYO PARA DUAL-CONTENT */
    body:has(#manija-barral) .dual-content,
    body:has(#pata-plastica) .dual-content,
    .catalog-container,
    .contacto-container {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    /* Hamburguesa derecha */
    .hamburger {
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 25px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-left: auto;
        z-index: 10001;
        flex-shrink: 0;
        order: 2;
    }

    .hamburger span {
        width: 100%;
        height: 3px;
        background-color: #333;
        border-radius: 10px;
        transition: all 0.3s ease;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    /* Logo izquierda */
    .logo-mobile {
        display: block !important;
        flex-shrink: 0;
        order: 0;
        margin-left: -10px;
    }

    .logo-mobile img {
        height: 40px;
        width: auto;
    }

    /* Menú navegación - FORZAR ocultar por defecto */
    .navbar .nav-menu,
    .navbar ul.nav-menu {
        position: fixed !important;
        left: -100% !important;
        top: 60px !important;
        flex-direction: column !important;
        background-color: rgba(255, 255, 255, 0.98) !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        transition: left 0.3s ease !important;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1) !important;
        max-height: calc(100vh - 60px) !important;
        overflow-y: auto !important;
        padding: 20px 0 !important;
        gap: 0 !important;
        z-index: 9999 !important;
        display: flex !important;
        list-style: none !important;
        margin: 0 !important;
    }

    /* Mostrar menú cuando está activo */
    .navbar .nav-menu.active,
    .navbar ul.nav-menu.active {
        left: 0 !important;
    }

    /* Items del menú */
    .navbar .nav-menu li {
        width: 100% !important;
        padding: 0 !important;
        display: block !important;
    }

    .navbar .nav-menu li a {
        display: block !important;
        width: 100% !important;
        padding: 15px 20px !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    /* Logo central oculto en menú móvil */
    .navbar .nav-menu .logo {
        display: none !important;
    }

    /* Dropdowns en móvil */
    .navbar .nav-menu .dropdown {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        background: transparent !important;
        width: 100% !important;
        padding: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease !important;
        display: block !important;
        border-radius: 0 !important;
    }

    .navbar .nav-menu .subdropdown {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        background: transparent !important;
        width: 100% !important;
        padding: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease !important;
        display: block !important;
        border-radius: 0 !important;
    }

    /* Mostrar dropdown cuando el padre tiene clase active */
    .navbar ul.nav-menu li.active > .dropdown {
        max-height: 3000px !important;
        overflow-y: auto !important;
    }

    .navbar ul.nav-menu .dropdown-item.active > .subdropdown {
        max-height: 2000px !important;
        overflow-y: auto !important;
    }

    /* Forzar ocultar cuando NO está active */
    .navbar ul.nav-menu li:not(.active) > .dropdown {
        max-height: 0 !important;
        overflow: hidden !important;
    }

    .navbar ul.nav-menu .dropdown-item:not(.active) > .subdropdown {
        max-height: 0 !important;
        overflow: hidden !important;
    }

    /* Deshabilitar hover en mobile */
    .navbar .nav-menu li:hover .dropdown {
        max-height: 0 !important;
        overflow: hidden !important;
    }

    .navbar .nav-menu .dropdown-item:hover .subdropdown {
        max-height: 0 !important;
        overflow: hidden !important;
    }

    /* Categorías del dropdown principal */
    .navbar .nav-menu .dropdown > a {
        padding: 12px 30px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        background: transparent !important;
        display: block !important;
        margin: 0 !important;
        color: #333 !important;
        transition: background 0.2s ease !important;
    }

    .navbar .nav-menu .dropdown > a:active,
    .navbar .nav-menu .dropdown > a:focus {
        background: rgba(0, 0, 0, 0.05) !important;
    }

    /* Items de dropdown-item (BISAGRAS, GUÍAS, TIRADORES) */
    .navbar .nav-menu .dropdown-item > a {
        padding: 12px 30px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        background: transparent !important;
        display: block !important;
        margin: 0 !important;
        color: #333 !important;
        transition: background 0.2s ease !important;
    }

    .navbar .nav-menu .dropdown-item > a:active,
    .navbar .nav-menu .dropdown-item > a:focus {
        background: rgba(0, 0, 0, 0.05) !important;
    }

    /* Subdropdown - productos individuales */
    .navbar .nav-menu .subdropdown a {
        padding: 12px 50px !important;
        font-size: 12px !important;
        background: transparent !important;
        display: block !important;
        font-weight: 400 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
        color: #555 !important;
        transition: background 0.2s ease !important;
    }

    .navbar .nav-menu .subdropdown a:active,
    .navbar .nav-menu .subdropdown a:focus {
        background: rgba(0, 0, 0, 0.05) !important;
    }

    .navbar .nav-menu .subdropdown a:last-child {
        border-bottom: none !important;
    }

    /* ========================================
       SECCIONES DE PRODUCTOS - INDEX
       ======================================== */

    /* Sección de productos principal */
    .unified-product-section {
        min-height: 100vh !important;
        padding: 80px 20px 40px !important;
    }

    .product-content-overlay {
        padding: 20px !important;
        bottom: 100px !important;
    }

    .product-info {
        text-align: center !important;
    }

    .product-logo img {
        max-width: 200px !important;
        height: auto !important;
    }

    .product-description {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 10px !important;
    }

    /* Indicador de progreso */
    .product-progress {
        bottom: 40px !important;
    }

    /* Sección de calidad */
    .calidad-section {
        padding: 60px 20px !important;
    }

    .calidad-container {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .calidad-content {
        flex-direction: column !important;
    }

    .calidad-text {
        text-align: center !important;
        padding: 20px !important;
    }

    .calidad-title {
        font-size: 32px !important;
    }

    .calidad-description {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .calidad-icon {
        width: 100% !important;
        max-width: 200px !important;
        margin: 0 auto !important;
        opacity: 0.4 !important;
    }

    .calidad-icon img {
        width: 100% !important;
        height: auto !important;
    }

    /* ========================================
       CARRUSEL DE PRODUCTOS
       ======================================== */

    .catalog-section {
        padding: 40px 20px 0 20px !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        background: white !important;
        min-height: auto !important;
        height: auto !important;
    }

    .catalog-container {
        height: auto !important;
        min-height: auto !important;
    }

    .catalog-header {
        flex-direction: column !important;
        gap: 15px !important;
        margin-bottom: 20px !important;
        align-items: flex-start !important;
        padding: 0 !important;
        height: auto !important;
    }

    .catalog-title-section {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 25px !important;
        width: 100% !important;
        padding-left: 5px !important;
    }

    .catalog-arrow {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        order: 1 !important;
        flex-shrink: 0 !important;
        margin-top: 2px !important;
    }

    .catalog-arrow img {
        max-width: 30px !important;
        height: auto !important;
        display: block !important;
    }

    .catalog-title {
        font-size: 28px !important;
        margin: 0 !important;
        margin-left: 50px !important;
        padding: 0 !important;
        text-align: left !important;
        order: 2 !important;
        flex-shrink: 0 !important;
        line-height: 1 !important;
        display: flex !important;
        align-items: center !important;
    }

    .catalog-description-section {
        width: 100% !important;
        padding: 0 !important;
    }

    .catalog-description {
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: left !important;
        padding: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
        margin: 0 !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    .catalog-carousel {
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        position: relative !important;
        min-height: auto !important;
        height: auto !important;
        max-height: none !important;
        flex: none !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .catalog-track {
        gap: 12px !important;
        padding: 0 !important;
        padding-bottom: 15px !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
        scroll-snap-type: none !important;
        height: auto !important;
        min-height: auto !important;
        width: auto !important;
        transition: none !important;
    }

    .catalog-slide {
        display: flex !important;
        gap: 12px !important;
        flex-shrink: 0 !important;
        flex-wrap: nowrap !important;
        padding: 0 !important;
        width: auto !important;
        height: auto !important;
        min-height: auto !important;
    }

    /* Items dentro de slides */
    .catalog-slide .catalog-item {
        min-width: 180px !important;
        max-width: 180px !important;
        width: 180px !important;
        height: 240px !important;
        flex-shrink: 0 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Items directos en track (sin slides) */
    .catalog-track > .catalog-item {
        min-width: 180px !important;
        max-width: 180px !important;
        width: 180px !important;
        height: 240px !important;
        flex-shrink: 0 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
        margin: 0 !important;
        margin-right: 12px !important;
        margin-bottom: 0 !important;
    }

    .catalog-track > .catalog-item:last-child {
        margin-right: 0 !important;
    }

    /* Ocultar indicadores del carrusel en mobile */
    .carousel-indicators {
        display: none !important;
    }

    .catalog-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .catalog-overlay {
        pointer-events: none !important;
        background: linear-gradient(to top, rgba(0,0,0,0.7), transparent) !important;
    }

    .catalog-overlay-text {
        font-size: 11px !important;
        padding: 8px !important;
        text-align: center !important;
        font-weight: 600 !important;
    }

    /* Botones del carrusel - Visibles en mobile con z-index alto */
    .carousel-nav {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 45px !important;
        height: 45px !important;
        background: rgba(0, 0, 0, 0.6) !important;
        border: 2px solid rgba(255, 255, 255, 0.8) !important;
        border-radius: 50% !important;
        color: white !important;
        font-size: 20px !important;
        cursor: pointer !important;
        z-index: 1000 !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        pointer-events: all !important;
    }

    .carousel-nav.prev-btn {
        left: 10px !important;
    }

    .carousel-nav.next-btn {
        right: 10px !important;
    }

    .carousel-nav:active {
        background: rgba(0, 0, 0, 0.8) !important;
        transform: translateY(-50%) scale(0.95) !important;
    }

    /* ELIMINAR ESPACIO - Sección de productos similares */
    section.productos-similares,
    .productos-similares {
        margin: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 15px 0 0 0 !important;
        background: white !important;
        min-height: auto !important;
        display: block !important;
        height: auto !important;
    }

    .similares-titulo {
        margin: 0 0 12px 0 !important;
        padding: 0 20px !important;
        font-size: 22px !important;
    }

    /* Ya están definidos arriba en la sección principal de carousel */

    /* Eliminar min-height de secciones de productos */
    section.producto-section,
    .producto-section,
    section.section-1,
    section.section-2,
    section.section-3 {
        margin: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 15px !important;
        min-height: auto !important;
    }

    /* CRÍTICO: Eliminar TODOS los espacios entre carrusel y footer */
    .productos-similares + .footer-red,
    .productos-similares + footer,
    section.productos-similares + footer,
    section.productos-similares + .footer-red,
    section + footer,
    section + .footer-red,
    .productos-similares ~ footer,
    .productos-similares ~ .footer-red {
        margin: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        border-top: none !important;
    }

    /* Eliminar espacio de body y html si existe */
    body {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* SOBRESCRIBIR min-height de dual-content en secciones de productos - SOLO MANIJAS Y SISTEMAS DE APOYO */
    body:has(#manija-barral) .producto-section .dual-content,
    body:has(#manija-barral) section.section-1 .dual-content,
    body:has(#manija-barral) section.section-2 .dual-content,
    body:has(#manija-barral) section.section-3 .dual-content,
    body:has(#pata-plastica) .producto-section .dual-content,
    body:has(#pata-plastica) section.section-1 .dual-content,
    body:has(#pata-plastica) section.section-2 .dual-content,
    body:has(#pata-plastica) section.section-3 .dual-content {
        min-height: auto !important;
    }

    /* Asegurar que NO hay gap extra en contenedores */
    .productos-similares *,
    .catalog-carousel *,
    .catalog-track * {
        box-sizing: border-box !important;
    }

    /* SOLUCIÓN DEFINITIVA: Eliminar cualquier espacio después de la última sección antes del footer */
    body > section:last-of-type,
    body > .productos-similares:last-of-type {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Pegar el footer inmediatamente después del último elemento */
    body > footer:last-child,
    body > .footer-red:last-child {
        margin-top: 0 !important;
    }

    /* ========================================
       FOOTER
       ======================================== */

    footer.footer-red,
    .footer-red {
        padding: 20px 15px 15px 15px !important;
        min-height: auto !important;
        margin: 0 !important;
        position: relative !important;
    }

    .footer-container {
        padding: 0 !important;
        display: block !important;
        margin: 0 !important;
        position: static !important;
    }

    .footer-hexagons {
        position: static !important;
        display: inline-flex !important;
        gap: 6px !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        margin-right: 10px !important;
        padding: 0 !important;
        vertical-align: middle !important;
        bottom: auto !important;
        left: auto !important;
    }

    .footer-hexagons a.hexagon,
    .hexagon {
        width: 28px !important;
        height: 28px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        clip-path: none !important;
        vertical-align: middle !important;
    }

    .footer-hexagons .hexagon img,
    .hexagon img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        filter: brightness(0) invert(1) !important;
    }

    .footer-content {
        display: inline !important;
        text-align: left !important;
        margin: 0 !important;
        vertical-align: middle !important;
    }

    .footer-content p {
        display: inline !important;
        font-size: 9px !important;
        line-height: 28px !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #fff !important;
        vertical-align: middle !important;
    }
}

/* ========================================
   RESPONSIVE PARA PÁGINAS DE PRODUCTOS
   ======================================== */

@media (max-width: 768px) {
    /* Secciones de productos individuales */
    .producto-section {
        padding: 60px 0 20px !important;
        min-height: auto !important;
    }

    /* Aplicar solo a páginas de manijas y sistemas de apoyo */
    body:has(#manija-barral) .dual-content,
    body:has(#pata-plastica) .dual-content {
        flex-direction: column !important;
        gap: 10px !important;
        padding: 0 !important;
        margin-top: 50px !important;
    }

    /* Continuar con selectores específicos */
    body:has(#manija-barral) .left-content,
    body:has(#manija-barral) .right-content,
    body:has(#pata-plastica) .left-content,
    body:has(#pata-plastica) .right-content {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body:has(#manija-barral) .left-content img,
    body:has(#pata-plastica) .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 350px !important;
        object-fit: cover !important;
        margin: 0 !important;
        display: block !important;
    }

    body:has(#manija-barral) .right-content > img,
    body:has(#pata-plastica) .right-content > img,
    body:has(#manija-barral) .right-content .badge-thowel img,
    body:has(#pata-plastica) .right-content .badge-thowel img,
    body:has(#manija-barral) .right-content .diagrama-tecnico img,
    body:has(#pata-plastica) .right-content .diagrama-tecnico img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        margin: 0 !important;
        display: block !important;
    }

    /* ===== GUIA OCULTA 3D SOFT CLOSING - MOBILE ===== */
    /* Agrandar imagen de dibujo del plano */
    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-1 .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 400px !important;
        object-fit: cover !important;
        margin: 0 !important;
    }

    /* Textos en section-1 - evitar que se corten */
    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-1 .producto-titulo {
        font-size: 32px !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        padding: 0 15px !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-1 .producto-descripcion {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 15px !important;
        margin: 10px 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* Reducir espacio entre tabla y sección 2 - ELIMINAR TODO */
    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-1 {
        padding-bottom: 0px !important;
        margin-bottom: -400px !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-1 .diagrama-tecnico {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-1 .diagrama-tecnico img {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-1 .right-content {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-1 .specs-intro {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-1 .specs-table-image {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-1 .specs-table-image img {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-2 {
        margin-top: -400px !important;
        padding: 0px !important;
        min-height: auto !important;
        height: auto !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-2 .left-content {
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-2 .left-content img {
        margin-top: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-2 .dual-content {
        display: flex !important;
        flex-direction: column !important;
        padding: 0px !important;
        margin: 0px !important;
        min-height: auto !important;
        height: auto !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-2 .left-content {
        order: 1 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-2 .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        margin: 0 !important;
        display: block !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-2 .right-content {
        order: 2 !important;
        width: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
        max-width: 100% !important;
        min-height: auto !important;
        height: auto !important;
    }

    /* Especificaciones - mostrar en fila horizontal */
    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-2 .specs-all-logos {
        width: 100% !important;
        padding: 0 10px !important;
        margin: 0px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-2 .specs-all-logos img {
        width: 70px !important;
        max-width: 70px !important;
        height: 70px !important;
        object-fit: contain !important;
        margin: 0 !important;
    }

    body:has(img[src*="Guia oculta 3D soft closing/dibujo del plano"]) .section-2 .specs-intro {
        padding: 5px 15px !important;
        margin: 0px !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* ===== FIN GUIA OCULTA 3D SOFT CLOSING ===== */

    /* ===== GUIA OCULTA PUSH OPEN - MOBILE ===== */
    /* Agrandar imagen de dibujo de plano */
    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-1 .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 400px !important;
        object-fit: cover !important;
        margin: 0 !important;
    }

    /* Textos en section-1 - evitar que se corten */
    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-1 .producto-titulo {
        font-size: 32px !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        padding: 0 15px !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-1 .producto-descripcion {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 15px !important;
        margin: 10px 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* Reducir espacio entre tabla y sección 2 - ELIMINAR TODO */
    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-1 {
        padding-bottom: 0px !important;
        margin-bottom: -400px !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-1 .diagrama-tecnico {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-1 .diagrama-tecnico img {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-1 .right-content {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-2 {
        margin-top: -400px !important;
        padding: 0px !important;
        min-height: auto !important;
        height: auto !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-2 .left-content {
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-2 .left-content img {
        margin-top: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-2 .dual-content {
        display: flex !important;
        flex-direction: column !important;
        padding: 0px !important;
        margin: 0px !important;
        min-height: auto !important;
        height: auto !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-2 .left-content {
        order: 1 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-2 .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        margin: 0 !important;
        display: block !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-2 .right-content {
        order: 2 !important;
        width: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
        max-width: 100% !important;
        min-height: auto !important;
        height: auto !important;
    }

    /* Especificaciones - mostrar en fila horizontal */
    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-2 .specs-all-logos {
        width: 100% !important;
        padding: 0 10px !important;
        margin: 0px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-2 .specs-all-logos img {
        width: 70px !important;
        max-width: 70px !important;
        height: 70px !important;
        object-fit: contain !important;
        margin: 0 !important;
    }

    body:has(img[src*="Guia oculta push Open/dibujo de plano"]) .section-2 .specs-intro {
        padding: 5px 15px !important;
        margin: 0px !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* ===== FIN GUIA OCULTA PUSH OPEN ===== */

    /* ===== CORREDERA TELESCOPICA SOFT CLOSING - MOBILE ===== */
    /* Agrandar imagen principal - TODO EL ANCHO */
    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-1 .left-content {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 0 !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-1 .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 400px !important;
        object-fit: cover !important;
        margin: 0 !important;
        display: block !important;
    }

    /* Textos en section-1 - evitar que se corten */
    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-1 .producto-titulo {
        font-size: 32px !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        padding: 0 15px !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-1 .producto-descripcion {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 15px !important;
        margin: 10px 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* Compactar sección - espacios reducidos */
    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-1 {
        padding-bottom: 10px !important;
        margin-bottom: -100px !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-1 .diagrama-tecnico {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-1 .specs-intro {
        margin-bottom: 10px !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-1 .specs-table-image {
        margin-bottom: 10px !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-2 {
        margin-top: -100px !important;
        padding: 0px !important;
        padding-top: 100px !important;
        min-height: auto !important;
        height: auto !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-2 .dual-content {
        display: flex !important;
        flex-direction: column !important;
        padding: 0px !important;
        margin: 0px !important;
        min-height: auto !important;
        height: auto !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-2 .left-content {
        order: 2 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 150px !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-2 .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 300px !important;
        object-fit: cover !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
        display: block !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-2 .right-content {
        order: 1 !important;
        width: 100% !important;
        padding-top: 5px !important;
        margin-top: 5px !important;
        max-width: 100% !important;
        min-height: auto !important;
        height: auto !important;
    }

    /* Especificaciones - mostrar en fila horizontal */
    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-2 .specs-all-logos {
        width: 100% !important;
        padding: 0 10px !important;
        margin: 0px !important;
        margin-top: 5px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    body:has(img[alt="Corredera Telescópica Soft Closing"][src*="GUIA OCULTA.JPG"]) .section-2 .specs-all-logos img {
        width: 70px !important;
        max-width: 70px !important;
        height: 70px !important;
        object-fit: contain !important;
        margin: 0 !important;
    }

    /* ===== FIN CORREDERA TELESCOPICA SOFT CLOSING ===== */

    /* ===== CORREDERA TELESCOPICA PUSH OPEN - MOBILE ===== */
    /* Agrandar imagen principal del plano */
    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-1 .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 400px !important;
        object-fit: cover !important;
        margin: 0 !important;
    }

    /* Textos en section-1 - evitar que se corten */
    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-1 .producto-titulo {
        font-size: 32px !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        padding: 0 15px !important;
    }

    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-1 .producto-descripcion {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 15px !important;
        margin: 10px 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* Compactar sección - espacios reducidos */
    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-1 {
        padding-bottom: 10px !important;
        margin-bottom: -100px !important;
    }

    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-1 .diagrama-tecnico {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-1 .specs-intro {
        margin-bottom: 10px !important;
    }

    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-1 .specs-table-image {
        margin-bottom: 10px !important;
    }

    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-2 {
        margin-top: -100px !important;
        padding: 0px !important;
        padding-top: 100px !important;
        min-height: auto !important;
        height: auto !important;
    }

    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-2 .dual-content {
        display: flex !important;
        flex-direction: column !important;
        padding: 0px !important;
        margin: 0px !important;
        min-height: auto !important;
        height: auto !important;
    }

    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-2 .left-content {
        order: 2 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 150px !important;
    }

    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-2 .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 300px !important;
        object-fit: cover !important;
        margin: 0 !important;
        display: block !important;
    }

    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-2 .right-content {
        order: 1 !important;
        width: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
        max-width: 100% !important;
        min-height: auto !important;
        height: auto !important;
    }

    /* Especificaciones - mostrar en fila horizontal */
    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-2 .specs-all-logos {
        width: 100% !important;
        padding: 0 10px !important;
        margin: 0px !important;
        margin-top: 5px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-2 .specs-all-logos img {
        width: 70px !important;
        max-width: 70px !important;
        height: 70px !important;
        object-fit: contain !important;
        margin: 0 !important;
    }

    /* Imagen de ambiente más compacta */
    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-2 .left-content img {
        margin-bottom: 10px !important;
        padding-bottom: 0px !important;
    }

    /* Compactar right-content */
    body:has(img[src*="corredera telescópica push Open/dibujo del plano"]) .section-2 .right-content {
        padding-top: 5px !important;
        margin-top: 5px !important;
    }

    /* ===== FIN CORREDERA TELESCOPICA PUSH OPEN ===== */

    /* ===== CORREDERA TELESCOPICA ESTANDAR H45 - MOBILE ===== */
    /* Agrandar imagen principal - TODO EL ANCHO */
    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-1 .left-content {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 0 !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-1 .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 400px !important;
        object-fit: cover !important;
        margin: 0 !important;
        display: block !important;
    }

    /* Textos en section-1 - evitar que se corten */
    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-1 .producto-titulo {
        font-size: 32px !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        padding: 0 15px !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-1 .producto-descripcion {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 15px !important;
        margin: 10px 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* Compactar sección - espacios reducidos */
    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-1 {
        padding-bottom: 10px !important;
        margin-bottom: -100px !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-1 .diagrama-tecnico {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-1 .specs-intro {
        margin-bottom: 10px !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-1 .specs-table-image {
        margin-bottom: 10px !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-2 {
        margin-top: -100px !important;
        padding: 0px !important;
        padding-top: 100px !important;
        min-height: auto !important;
        height: auto !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-2 .dual-content {
        display: flex !important;
        flex-direction: column !important;
        padding: 0px !important;
        margin: 0px !important;
        min-height: auto !important;
        height: auto !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-2 .left-content {
        order: 2 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 150px !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-2 .left-content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 300px !important;
        object-fit: cover !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
        display: block !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-2 .right-content {
        order: 1 !important;
        width: 100% !important;
        padding-top: 5px !important;
        margin-top: 5px !important;
        max-width: 100% !important;
        min-height: auto !important;
        height: auto !important;
    }

    /* Especificaciones - mostrar en fila horizontal */
    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-2 .specs-all-logos {
        width: 100% !important;
        padding: 0 10px !important;
        margin: 0px !important;
        margin-top: 5px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    body:has(img[src*="corredera telescópica estándar H45/CORREDERA TELESCOPICA ESTANDAR H45 (2).JPG"]) .section-2 .specs-all-logos img {
        width: 70px !important;
        max-width: 70px !important;
        height: 70px !important;
        object-fit: contain !important;
        margin: 0 !important;
    }

    /* ===== FIN CORREDERA TELESCOPICA ESTANDAR H45 ===== */

    /* ===== CORREDERA Z - MOBILE ===== */
    /* Ocultar elementos desktop-only en mobile */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .right-content-desktop-only {
        display: none !important;
    }

    /* Ordenar elementos en mobile */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .dual-content {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
    }

    /* Order 1: Primera imagen principal - ancho completo */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .left-content:first-child {
        order: 1 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 0 !important;
        margin-bottom: 20px !important;
    }

    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .left-content:first-child img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 350px !important;
        object-fit: cover !important;
        margin: 0 !important;
        display: block !important;
    }

    /* Order 2: Right-content con todo el contenido */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .right-content:nth-child(2) {
        order: 2 !important;
        width: 100% !important;
        padding: 0 15px !important;
        margin: 10px 0 !important;
    }

    /* Order 3: Segunda imagen al final */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .left-content:nth-child(3) {
        order: 3 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 20px 0 !important;
    }

    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .left-content:nth-child(3) img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 300px !important;
        object-fit: cover !important;
        margin: 0 !important;
        display: block !important;
    }

    /* Badge */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .badge-thowel {
        width: 50px !important;
        height: 50px !important;
        margin: 0 auto 15px !important;
        display: block !important;
    }

    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .badge-thowel img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    /* Textos */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .producto-titulo {
        font-size: 32px !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        padding: 0 15px !important;
        text-align: center !important;
    }

    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .producto-descripcion {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 15px !important;
        margin: 10px 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .specs-intro {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 15px !important;
        margin: 20px 0 0px 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* Los 4 logos juntos en fila horizontal */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .specs-all-logos-combined {
        width: 100% !important;
        padding: 0 10px !important;
        margin: 15px 0 !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .specs-all-logos-combined img {
        width: 70px !important;
        max-width: 70px !important;
        height: 70px !important;
        object-fit: contain !important;
        margin: 0 !important;
    }

    /* Reducir margen del right-content para acercar la segunda imagen */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .right-content:nth-child(2) {
        margin-bottom: 0px !important;
    }

    /* Reducir margen superior de la segunda imagen */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 .left-content:nth-child(3) {
        margin-top: 10px !important;
    }

    /* Compactar sección */
    body:has(img[src*="corredera Z/CORREDERA Z (2).JPG"]) .section-1 {
        padding-bottom: 20px !important;
    }

    /* ===== FIN CORREDERA Z ===== */

    /* Especificaciones SOLO para sistemas de apoyo - mobile */
    #pata-plastica .specs-table-image,
    #rueda-nylon .specs-table-image {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        margin: 20px 0 !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
        justify-content: space-between !important;
    }

    /* Primera imagen (componentes) - ancho completo */
    #pata-plastica .specs-table-image img[src*="imagenes componentes"],
    #rueda-nylon .specs-table-image img[src*="imagenes componentes"] {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        order: -1;
        margin-bottom: 15px !important;
    }

    /* Las otras 3 imágenes - 3 columnas */
    #pata-plastica .specs-table-image img[src*="peso"],
    #pata-plastica .specs-table-image img[src*="unidades"],
    #pata-plastica .specs-table-image img[src*="negro"],
    #rueda-nylon .specs-table-image img[src*="peso"],
    #rueda-nylon .specs-table-image img[src*="unidades"],
    #rueda-nylon .specs-table-image img[src*="gris"] {
        width: 30% !important;
        max-width: 100px !important;
        min-width: 80px !important;
        height: auto !important;
        object-fit: contain !important;
        flex: 0 0 30% !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Sobrescribir cualquier estilo previo de right-content img para specs-table-image */
    body:has(#pata-plastica) .specs-table-image img {
        width: auto !important;
        max-width: none !important;
    }

    /* Contenedor del título con badge - solo manijas y sistemas de apoyo */
    body:has(#manija-barral) .right-content,
    body:has(#pata-plastica) .right-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        position: relative !important;
        padding-top: 60px !important;
    }

    /* Badges - Logos de acero y tecnología */
    .badge-thowel {
        width: 45px !important;
        height: 45px !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
        order: -1 !important;
        align-self: flex-start !important;
        position: absolute !important;
        top: 10px !important;
        left: 10px !important;
        z-index: 10 !important;
    }

    .badge-thowel img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)) !important;
    }

    /* Títulos y textos */
    .producto-titulo {
        font-size: 32px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        padding: 15px 20px !important;
        margin: 0 !important;
        width: 100% !important;
        position: relative !important;
        display: block !important;
    }

    .producto-titulo b {
        display: block !important;
        line-height: 1.1 !important;
    }

    .producto-titulo .estandar {
        display: block !important;
        margin-top: 5px !important;
        font-size: 0.9em !important;
    }

    .producto-descripcion {
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: center !important;
        padding: 10px 20px !important;
        margin: 0 !important;
    }

    /* Diagramas técnicos */
    .diagrama-tecnico {
        width: 100% !important;
        max-width: 300px !important;
        margin: 20px auto !important;
        padding: 0 !important;
    }

    .diagrama-tecnico img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

    /* Videos y contenido multimedia */
    .video-container {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .video-container iframe,
    .video-container video {
        width: 100% !important;
        height: auto !important;
        min-height: 250px !important;
        aspect-ratio: 16/9 !important;
    }

    /* Características y especificaciones */
    .caracteristicas-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        padding: 10px 15px !important;
    }

    .caracteristica-item {
        padding: 12px !important;
        font-size: 14px !important;
        margin: 0 !important;
    }

    /* Tablas de especificaciones */
    .specs-table-image {
        width: 100% !important;
        max-width: 350px !important;
        margin: 20px auto !important;
        padding: 0 !important;
    }

    .specs-table-image img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .specs-intro {
        padding: 10px 20px !important;
        margin: 10px 0 !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .tabla-especificaciones {
        overflow-x: auto !important;
        font-size: 12px !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .tabla-especificaciones table {
        min-width: 100% !important;
    }

    .tabla-especificaciones th,
    .tabla-especificaciones td {
        padding: 8px !important;
        font-size: 12px !important;
    }

    /* Codazos e imágenes adicionales */
    .codazos-imagenes {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .codazos-imagenes img {
        width: 100% !important;
        max-width: 400px !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    /* Section title general */
    .section-title {
        font-size: 28px !important;
        padding: 15px 20px !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .section-description {
        padding: 10px 20px !important;
        margin: 0 !important;
    }

    .section-description p {
        margin: 10px 0 !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    /* ========================================
       ESTILOS GENÉRICOS PARA MANIJAS Y SISTEMAS DE APOYO
       ======================================== */

    /* Contenedor título + badge */
    .titulo-con-badge {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 0 20px !important;
        gap: 15px !important;
    }

    .titulo-con-badge .producto-titulo {
        text-align: left !important;
        padding: 0 !important;
        flex: 1 !important;
    }

    .titulo-con-badge .producto-titulo b {
        font-size: 28px !important;
        white-space: nowrap !important;
    }

    .titulo-con-badge .badge-thowel {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 60px !important;
        height: auto !important;
        flex-shrink: 0 !important;
    }

    .titulo-con-badge .badge-thowel img {
        width: 60px !important;
        height: auto !important;
    }

    /* Logos de especificaciones en fila horizontal - GENÉRICO */
    .specs-all-logos {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 20px auto !important;
        padding: 0 10px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .specs-all-logos img,
    .producto-section-unified .specs-all-logos img,
    #rueda-nylon-simple .specs-all-logos img,
    #pata-plastica-simple .specs-all-logos img,
    #rueda-nylon .specs-all-logos img,
    #pata-plastica .specs-all-logos img,
    .section-2 .specs-all-logos img,
    .section-3 .specs-all-logos img {
        width: 70px !important;
        max-width: 70px !important;
        height: 70px !important;
        object-fit: contain !important;
    }

    /* Iconos de especificaciones en manijas - 70px uniform */
    .specs-table-image img[src*="acero"],
    .specs-table-image img[src*="peso"],
    .specs-table-image img[src*="negro"],
    .specs-table-image img[src*="plastico"],
    .specs-table-image img[src*="unidades"],
    .specs-table-image img[src*="5o unidades"],
    .specs-table-image img[src*="50 unidades"],
    .specs-table-image img[src*="200 unidades"],
    #tirador-boton .specs-table-image img:not([src*="tabla"]),
    #manija-oval .specs-table-image img:not([src*="tabla"]) {
        width: 70px !important;
        max-width: 70px !important;
        height: 70px !important;
        object-fit: contain !important;
    }

    /* Secciones de producto - layout mobile */
    #manija-barral,
    #manija-boton,
    #manija-oval,
    #pata-plastica,
    #rueda-nylon {
        padding-top: 80px !important;
    }

    #manija-barral .dual-content,
    #manija-boton .dual-content,
    #manija-oval .dual-content,
    #pata-plastica .dual-content,
    #rueda-nylon .dual-content {
        flex-direction: column !important;
    }

    #manija-barral .left-content,
    #manija-boton .left-content,
    #manija-oval .left-content,
    #pata-plastica .left-content,
    #rueda-nylon .left-content {
        width: 100% !important;
        height: 50vh !important;
        min-height: 300px !important;
    }

    #manija-barral .left-content img,
    #manija-boton .left-content img,
    #manija-oval .left-content img,
    #pata-plastica .left-content img,
    #rueda-nylon .left-content img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    #manija-barral .right-content,
    #manija-boton .right-content,
    #manija-oval .right-content,
    #pata-plastica .right-content,
    #rueda-nylon .right-content {
        width: 100% !important;
        padding: 30px 20px !important;
        height: auto !important;
    }

    /* Diagrama técnico en mobile */
    #manija-barral .diagrama-tecnico,
    #manija-boton .diagrama-tecnico,
    #manija-oval .diagrama-tecnico,
    #pata-plastica .diagrama-tecnico,
    #rueda-nylon .diagrama-tecnico {
        width: 100% !important;
        max-width: 300px !important;
        margin: 20px auto !important;
    }

    #manija-barral .diagrama-tecnico img,
    #manija-boton .diagrama-tecnico img,
    #manija-oval .diagrama-tecnico img,
    #pata-plastica .diagrama-tecnico img,
    #rueda-nylon .diagrama-tecnico img {
        width: 100% !important;
        height: auto !important;
    }
}
