.elementor-5270 .elementor-element.elementor-element-51a2c62{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5270 .elementor-element.elementor-element-0da05e6{--display:flex;}.elementor-5270 .elementor-element.elementor-element-4dbdaf9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5270 .elementor-element.elementor-element-78657e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5270 .elementor-element.elementor-element-0cfd694{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-04f2499 *//* ========== RESET Y ESTILOS BASE ========== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background: #ffffff;
            color: #1a2c3e;
            line-height: 1.5;
        }

        /* ========== SECCIÓN PRINCIPAL ========== */
        .c-section {
            padding: 3rem 1rem;
        }

        .is-gradient-bottom {
            background: linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);
        }

        .c-section__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .container-588 {
            max-width: 880px;
        }

        /* ========== PARÁMETROS / ESPECIFICACIONES (c-parameters) ========== */
        .c-parameters {
            margin: 2rem 0 3rem;
            overflow-x: auto;
        }

        .c-parameters__wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem;
            background: #ffffff;
            border-radius: 32px;
            padding: 1.5rem 1rem;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
            border: 1px solid #eef2f8;
        }

        .c-parameters__item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 0.75rem 1.25rem;
            background: #f9fbfe;
            border-radius: 60px;
            transition: all 0.2s ease;
            flex: 1;
            min-width: 200px;
            justify-content: center;
        }

        .c-parameters__item:hover {
            background: #ffffff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transform: translateY(-2px);
        }

        .c-parameters__item img {
            width: 32px;
            height: 32px;
            object-fit: contain;
        }

        .c-parameters__item div {
            flex: 1;
        }

        .c-parameters__item h4 {
            font-size: 1rem;
            font-weight: 700;
            color: #1e6f3f;
            margin-bottom: 0.2rem;
        }

        .c-parameters__item div div:last-child {
            font-size: 0.75rem;
            color: #5a6e82;
            letter-spacing: 0.3px;
        }

        /* SVG decorativos (barras laterales) */
        .c-parameters__item svg {
            flex-shrink: 0;
            width: 12px;
            height: auto;
            margin-left: 0.5rem;
        }

        /* ========== DESCRIPCIÓN DETALLADA ========== */
        .c-produkt-detail__description {
            margin-bottom: 2rem;
        }

        h4.ac, h6.ac, .ac {
            text-align: center;
        }

        h4 {
            font-size: 1.8rem;
            font-weight: 700;
            margin: 1.5rem 0 1rem;
            color: #0a2b3e;
        }

        .ac {
            text-align: center;
        }

        .c-section__container .ac {
            margin-bottom: 1rem;
            font-size: 1rem;
            color: #2c3e4e;
        }

        .c-section__container strong {
            color: #1e6f3f;
            font-weight: 600;
        }

        /* Imagen de componentes */
        .c-section__container img.ac {
            display: block;
            max-width: 100%;
            height: auto;
            margin: 2rem auto 0;
            border-radius: 24px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        }

        /* Separadores y espaciado */
        .c-section__container .ac + .ac {
            margin-top: 0.75rem;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .c-section {
                padding: 2rem 0.5rem;
            }
            .c-parameters__wrap {
                flex-direction: column;
                align-items: stretch;
                gap: 0.75rem;
                padding: 1rem;
            }
            .c-parameters__item {
                justify-content: flex-start;
                width: 100%;
                min-width: auto;
            }
            h4 {
                font-size: 1.4rem;
            }
            .c-section__container .ac {
                font-size: 0.95rem;
                text-align: left;
            }
            .ac br {
                display: none;
            }
            .c-parameters__item svg {
                display: none; /* ocultar barras en móvil para mejor legibilidad */
            }
        }

        @media (max-width: 480px) {
            .c-parameters__item {
                flex-wrap: wrap;
                justify-content: center;
                text-align: center;
                gap: 0.5rem;
            }
            .c-parameters__item div {
                text-align: center;
            }
        }

        /* Animación suave */
        .c-parameters__item {
            transition: all 0.25s ease;
        }

        /* Estilo para los separadores SVG dinámicos (manteniendo la esencia original) */
        .c-parameters__item svg g circle,
        .c-parameters__item svg g path {
            transition: fill 0.2s;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-514d01b *//* ========== RESET Y ESTILOS BASE ========== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background: #ffffff;
            color: #1a2c3e;
            line-height: 1.5;
        }

        /* ========== SECCIÓN PRINCIPAL ========== */
        .c-section {
            padding: 3rem 0;
        }

        .c-section--gray {
            background: #f8fafc;
        }

        .is-gradient-top {
            background: linear-gradient(to top, #ffffff 0%, #f8fafc 100%);
        }

        .c-section__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .container-588 {
            max-width: 880px;
        }

        /* ========== LISTING / CARRUSEL ========== */
        .c-listing {
            margin: 2rem 0;
            position: relative;
        }

        .c-listing__container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 1.5rem;
            position: relative;
        }

        .c-listing__title {
            font-size: 2rem;
            font-weight: 700;
            color: #0a2b3e;
            margin-bottom: 1.5rem;
            text-align: center;
        }

        /* Navegación (botones prev/next) */
        .c-listing__navigation {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            pointer-events: none;
            z-index: 10;
            padding: 0 0.5rem;
        }

        .c-listing__button {
            pointer-events: auto;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: white;
            border: 1px solid #e2e8f0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
            opacity: 0.9;
        }

        .c-listing__button:hover:not(:disabled) {
            background: #1e6f3f;
            border-color: #1e6f3f;
            transform: scale(1.05);
        }

        .c-listing__button:hover:not(:disabled) img {
            filter: brightness(0) invert(1);
        }

        .c-listing__button:disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

        .c-listing__button img {
            width: 20px;
            height: 20px;
        }

        /* Stage: contenedor con scroll horizontal */
        .c-listing__stage {
            overflow-x: auto;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: thin;
            position: relative;
            border-radius: 24px;
        }

        .c-listing__stage::-webkit-scrollbar {
            height: 6px;
        }

        .c-listing__stage::-webkit-scrollbar-track {
            background: #e2e8f0;
            border-radius: 10px;
        }

        .c-listing__stage::-webkit-scrollbar-thumb {
            background: #1e6f3f;
            border-radius: 10px;
        }

        .c-listing__row {
            display: flex;
            gap: 1.5rem;
            padding: 0.5rem 0 1.5rem;
        }

        /* Cada tarjeta de componente */
        .col-12 {
            flex: 0 0 auto;
            width: 320px;
        }

        @media (min-width: 640px) {
            .col-sm-6 {
                width: 340px;
            }
        }

        @media (min-width: 1024px) {
            .col-lg-3 {
                width: 380px;
            }
        }

        .c-components__item {
            background: white;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            border: 1px solid #eef2f8;
        }

        .c-components__item:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.15);
        }

        .c-components__item picture {
            display: block;
            overflow: hidden;
            background: #f5f7fa;
        }

        .c-components__item img {
            width: 100%;
            height: auto;
            aspect-ratio: 330 / 226;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .c-components__item:hover img {
            transform: scale(1.02);
        }

        .c-components__text {
            padding: 1.5rem;
            flex: 1;
        }

        .c-components__name {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
            color: #1e6f3f;
            margin-bottom: 0.5rem;
        }

        .c-components__text h5 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #0a2b3e;
            margin-bottom: 0.75rem;
            line-height: 1.3;
        }

        .c-components__text p {
            font-size: 0.85rem;
            color: #2c3e4e;
            line-height: 1.5;
        }

        .c-components__text a {
            color: #1e6f3f;
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        /* Scrollbar indicador visual (opcional) */
        .c-listing__scrollbar {
            height: 4px;
            background: #e2e8f0;
            border-radius: 4px;
            margin-top: 1rem;
            position: relative;
            display: none;
        }

        .c-listing__scrollbar.active {
            display: block;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .c-listing__title {
                font-size: 1.6rem;
            }
            .c-components__text {
                padding: 1.2rem;
            }
            .c-components__text h5 {
                font-size: 1rem;
            }
            .c-listing__navigation {
                display: none;
            }
            .c-listing__row {
                gap: 1rem;
            }
            .col-12 {
                width: 280px;
            }
        }

        @media (max-width: 480px) {
            .col-12 {
                width: 260px;
            }
            .c-components__text p {
                font-size: 0.8rem;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65c7b1a *//* ========== RESET Y ESTILOS BASE ========== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background: #ffffff;
            color: #1a2c3e;
            line-height: 1.5;
        }

        /* ========== SECCIÓN PRINCIPAL ========== */
        .c-section {
            padding: 3rem 0;
            background: #ffffff;
        }

        .c-section__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .container-588 {
            max-width: 880px;
        }

        /* ========== ESPECIFICACIONES TÉCNICAS ========== */
        .c-specifications {
            margin: 2rem auto;
            max-width: 1200px;
            padding: 0 1.5rem;
        }

        .container-small {
            max-width: 1200px;
            margin: 0 auto;
        }

        .title {
            font-size: 2rem;
            font-weight: 700;
            color: #0a2b3e;
            margin-bottom: 2rem;
            text-align: center;
        }

        /* Grupo de especificaciones (acordeón) */
        .c-specifications__group {
            margin-bottom: 1rem;
            border: 1px solid #eef2f8;
            border-radius: 20px;
            background: #ffffff;
            overflow: hidden;
            transition: all 0.2s ease;
        }

        .c-specifications__group-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: #0a2b3e;
            padding: 1.2rem 1.5rem;
            margin: 0;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #fafcfd;
            transition: background 0.2s ease;
            user-select: none;
        }

        .c-specifications__group-title:hover {
            background: #f5f9fe;
        }

        .c-specifications__arrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #f0f4f9;
            transition: all 0.2s ease;
        }

        .c-specifications__arrow__plus,
        .c-specifications__arrow__minus {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .c-specifications__arrow__minus {
            display: none;
        }

        .c-specifications__group.active .c-specifications__arrow__plus {
            display: none;
        }

        .c-specifications__group.active .c-specifications__arrow__minus {
            display: flex;
        }

        .c-specifications__group-wrap {
            display: none;
            padding: 1rem 1.5rem 1.8rem;
            background: #ffffff;
            border-top: 1px solid #eef2f8;
        }

        .c-specifications__group.active .c-specifications__group-wrap {
            display: flex;
            flex-wrap: wrap;
        }

        /* Grid de items */
        .row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -0.75rem;
        }

        .c-specifications__group-item {
            flex: 0 0 auto;
            padding: 0.75rem;
            width: 100%;
        }

        @media (min-width: 576px) {
            .col-sm-6 {
                width: 50%;
            }
        }

        @media (min-width: 768px) {
            .col-md-4 {
                width: 33.333%;
            }
        }

        @media (min-width: 992px) {
            .col-lg-3 {
                width: 25%;
            }
        }

        .c-specifications__group-item-title {
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-weight: 600;
            color: #1e6f3f;
            margin-bottom: 0.35rem;
        }

        .c-specifications__group-item p:last-child {
            font-size: 0.9rem;
            font-weight: 500;
            color: #2c3e4e;
            line-height: 1.4;
        }

        /* Estilo especial para el peso (texto más pequeño) */
        .c-specifications__group-item:has(.c-specifications__group-item-title:contains("peso")) p:last-child {
            font-size: 0.8rem;
            color: #5a6e82;
        }

        /* Animaciones suaves */
        .c-specifications__group-wrap {
            animation: fadeIn 0.3s ease;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-8px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .title {
                font-size: 1.6rem;
                margin-bottom: 1.5rem;
            }
            .c-specifications__group-title {
                font-size: 1rem;
                padding: 1rem;
            }
            .c-specifications__group-wrap {
                padding: 0.75rem 1rem 1.2rem;
            }
            .c-specifications__group-item {
                padding: 0.5rem;
            }
            .c-specifications__group-item p:last-child {
                font-size: 0.85rem;
            }
        }

        @media (max-width: 480px) {
            .c-specifications__group-item {
                width: 100%;
            }
        }

        /* Mantener consistencia con tipografía */
        .c-specifications__group-item p {
            margin: 0;
        }/* End custom CSS */