/* ==================== SECCI�0�7N DE ENERG�0�1A - CSS BASE MEJORADO ==================== */

/* ==================== SECCI�0�7N PRINCIPAL ==================== */
.energy-section {
    width: 100%;
    height: 100dvh;
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    overflow: hidden;
}

/* Fondo con imagen solo para Slide 1 */
.energy-slide-apce[data-slide="1"] {
    background-image: url('https://apce.mx/fondos2prueba/SeccEnergia/Elemento grafico 3.png');
    background-repeat: no-repeat;
    background-size: 900px auto;
    background-position: right bottom;
    background-position-x: calc(100% + 150px);
    background-position-y: calc(100% + 250px);
}

/* Degradado para Slides 2, 3 y 4 */
.energy-slide-apce[data-slide="2"],
.energy-slide-apce[data-slide="3"],
.energy-slide-apce[data-slide="4"] {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #1a1a1a 100%);
}

/* ==================== CARRUSEL CONTAINER ==================== */
.energy-carousel-container-apce {
    width: 100%;
    height: 100dvh;
    position: relative;
}

/* === SLIDES === */
.energy-slide-apce {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    transition: opacity 0.3s ease;
}

.energy-slide-apce.active {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

/* ==================== CONTENEDOR PRINCIPAL ==================== */
.energy-container-apce {
    max-width: 1400px;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

/* ==================== SLIDE 1 - INTRO ==================== */
.energy-slide-apce[data-slide="1"] .energy-container-apce {
    grid-template-columns: 45% 55%;
    gap: 80px;
    align-items: center; /* Asegurar centrado vertical */
}

.energy-slide-apce[data-slide="1"] .energy-left-section1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
    justify-content: center; /* Centrado vertical del texto */
}

.energy-slide-apce[data-slide="1"] .energy-right-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* ==================== SLIDES 2, 3, 4 - PRODUCTOS ==================== */
.energy-slide-apce[data-slide="2"] .energy-container-apce,
.energy-slide-apce[data-slide="3"] .energy-container-apce,
.energy-slide-apce[data-slide="4"] .energy-container-apce {
    grid-template-columns: 35% 65%;
    gap: 40px;
    align-items: center;
}

/* ==================== SECCI�0�7N IZQUIERDA ==================== */
.energy-left-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    position: relative;
}

.energy-left-section1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

/* ==================== SECCI�0�7N DERECHA ==================== */
.energy-right-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* ==================== IM�0�9GENES DE BARRIL ==================== */
.energy-barrel-image-apce {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.energy-barrel-image-apce img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Slide 1 - Imagen principal m��s grande */
.energy-slide-apce[data-slide="1"] .energy-barrel-image-apce {
    max-width: 600px;
}

.energy-slide-apce[data-slide="1"] .energy-barrel-image-apce img {
    width: 120%;
    height: auto;
}

/* Slides 2, 3, 4 - Barriles de productos */
.energy-slide-apce[data-slide="2"] .energy-barrel-image-apce,
.energy-slide-apce[data-slide="3"] .energy-barrel-image-apce,
.energy-slide-apce[data-slide="4"] .energy-barrel-image-apce {
    max-width: 350px;
}

.energy-slide-apce[data-slide="2"] .energy-barrel-image-apce img,
.energy-slide-apce[data-slide="3"] .energy-barrel-image-apce img,
.energy-slide-apce[data-slide="4"] .energy-barrel-image-apce img {
    width: 110%;
    height: auto;
}

/* ==================== TIPOGRAF�0�1A ==================== */

/* Slide 1 - Intro */
.energy-title-intro-apce {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
    color: #3a3a3a;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.energy-description-intro-apce {
    font-size: clamp(16px, 1.8vw, 22px);
    color: #4a4a4a;
    margin-bottom: 0;
    font-weight: 500;
    max-width: 100%;
    line-height: 1.4;
}

/* Slides 2, 3, 4 - Productos */
.energy-category-apce {
    font-size: clamp(11px, 1.2vw, 14px);
    font-weight: 600;
    color: #49ad33;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.energy-title-apce {
    font-size: clamp(36px, 4.5vw, 65px);
    font-weight: 900;
    color: #3a3a3a;
    letter-spacing: 2px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.energy-subtitle-apce {
    font-size: clamp(16px, 1.8vw, 22px);
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.energy-description-apce {
    font-size: clamp(14px, 1.5vw, 18px);
    color: #5a5a5a;
    line-height: 1.6;
    max-width: 650px;
    margin-bottom: 0;
}

/* ==================== BOTONES CTA ==================== */
.energy-cta-button-apce,
.energy-cta-button-apce1 {
    background: #4a4a4a;
    color: white;
    padding: 14px 45px;
    font-size: clamp(15px, 1.3vw, 18px);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-top: 20px;
}

.energy-cta-button-apce:hover,
.energy-cta-button-apce1:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.energy-cta-button-apce i,
.energy-cta-button-apce1 i {
    transition: transform 0.3s ease;
}

.energy-cta-button-apce:hover i,
.energy-cta-button-apce1:hover i {
    transform: translateX(5px);
}

/* Posicionamiento de botones */
.energy-slide-apce[data-slide="1"] .energy-cta-button-apce1 {
    align-self: flex-start;
}

.energy-slide-apce[data-slide="2"] .energy-cta-button-apce,
.energy-slide-apce[data-slide="3"] .energy-cta-button-apce,
.energy-slide-apce[data-slide="4"] .energy-cta-button-apce {
    align-self: center;
}

/* ==================== IM�0�9GENES DE FONDO (MOTORES/TURBINAS) ==================== */
.energy-engine-image-apce {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    max-width: 750px;
    height: auto;
    z-index: 1;
    pointer-events: none;
    opacity: 0.85;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.energy-engine-image-apce img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
}

/* Ajustes espec��ficos por slide - POSICIONADAS DEBAJO DEL TEXTO */
/* Slide 2 - Motor a gas (turboflo) */
.energy-slide-apce[data-slide="2"] .energy-engine-image-apce {
    bottom: -18%;
    right: -8%;
    width: 68%;
    max-width: 800px;
}

/* Slide 3 - TURBOFLO XL) */
.energy-slide-apce[data-slide="3"] .energy-engine-image-apce {
    bottom: -34%;
    right: -10%;
    width: 75%;
    max-width: 850px;
}

/* Slide 4 - Transformador (luminoil) */
.energy-slide-apce[data-slide="4"] .energy-engine-image-apce {
    bottom: 20%;
    right: -6%;
    width: 65%;
    max-width: 750px;
}

/* ==================== NAVEGACI�0�7N ==================== */
.energy-carousel-nav-apce {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
}

.energy-nav-btn-apce {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(74, 74, 74, 0.3);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #4a4a4a;
    font-size: 1.2rem;
}

.energy-nav-btn-apce:hover {
    background: rgba(74, 74, 74, 0.9);
    border-color: #4a4a4a;
    color: white;
    transform: scale(1.1);
}

.energy-nav-btn-apce:active {
    transform: scale(0.95);
}

.energy-carousel-dots-apce {
    display: flex;
    gap: 12px;
}

.energy-dot-apce {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(74, 74, 74, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.energy-dot-apce:hover {
    background: rgba(74, 74, 74, 0.5);
    transform: scale(1.2);
}

.energy-dot-apce.active {
    background: #49ad33;
    width: 35px;
    border-radius: 6px;
}


 /* =====================================================================
   SECCI�0�7N ENERG�0�1A - VERSI�0�7N FINAL CON ORDEN PARA LAPTOPS MEDIANAS Y CHICAS OPTIMIZADO
   ===================================================================== */




/* ==================== AJUSTES PARA LAPTOPS Y PANTALLAS MEDIANAS ==================== */

/* Ajuste para 1600px - Pantallas de Laptop Grandes */
@media (max-width: 1600px) {
    .energy-container-apce {
        max-width: 1280px;
        gap: 40px;
        padding: 0 40px;
    }

    /* Reducimos el barril principal de la intro */
    .energy-slide-apce[data-slide="1"] .energy-barrel-image-apce {
        max-width: 450px; /* Bajamos de 500+ */
    }

    /* Reducimos los barriles individuales de productos */
    .energy-barrel-image-apce {
        max-width: 320px;
    }

    /* Ajuste de Motores de Fondo: Menos invasivos */
    .energy-engine-image-apce {
        width: 50% !important; /* Reducimos el ancho relativo */
        max-width: 600px;
        opacity: 0.5; /* Un poco m��s sutil para mejorar legibilidad */
    }

    /* Reposicionamiento para que no toquen el texto */
    .energy-slide-apce[data-slide="2"] .energy-engine-image-apce {
        bottom: -15% !important; 
        right: -10% !important;
    }

    .energy-slide-apce[data-slide="3"] .energy-engine-image-apce {
        bottom: -25% !important;
        right: -12% !important;
    }

    .energy-slide-apce[data-slide="4"] .energy-engine-image-apce {
        bottom: -5% !important;
        right: -8% !important;
    }
}

/* Ajuste para 1366px - Est��ndar de Laptop (MacBook Air/Pro, Dell XPS) */
@media (max-width: 1366px) {
    .energy-container-apce {
        max-width: 1100px;
        gap: 30px;
    }

    /* Tipograf��a: Bajamos un poco el tama�0�9o para ganar aire */
    .energy-title-apce, .energy-title-intro-apce {
        font-size: 48px !important;
    }

    .energy-description-apce {
        font-size: 16px;
        max-width: 450px;
    }

    /* Barriles m��s peque�0�9os para que el aire respire */
    .energy-slide-apce[data-slide="1"] .energy-barrel-image-apce {
        max-width: 400px;
    }

    .energy-barrel-image-apce {
        max-width: 280px;
    }

    /* Motores a��n m��s discretos y hacia las esquinas */
    .energy-engine-image-apce {
        width: 45% !important;
        max-width: 500px;
    }

    .energy-slide-apce[data-slide="2"] .energy-engine-image-apce {
        bottom: -10% !important;
        right: -5% !important;
    }

    .energy-slide-apce[data-slide="3"] .energy-engine-image-apce {
        bottom: -20% !important;
        right: -8% !important;
    }
}

/* Ajuste para 1200px - Tablets en Landscape o Laptops peque�0�9as */
@media (max-width: 1200px) {
    .energy-container-apce {
        max-width: 950px;
        gap: 20px;
    }

    .energy-title-apce {
        font-size: 40px !important;
    }

    .energy-barrel-image-apce {
        max-width: 250px;
    }

    .energy-slide-apce[data-slide="1"] .energy-barrel-image-apce {
        max-width: 350px;
    }

    /* En este punto, los motores de fondo suelen estorbar. Los movemos m��s al borde */
    .energy-engine-image-apce {
        width: 40% !important;
        opacity: 0.3;
    }
}





 /* =====================================================================
   SECCI�0�7N ENERG�0�1A - VERSI�0�7N FINAL CON ORDEN M�0�7VIL OPTIMIZADO
   (Barril > Bot��n > Texto > Motor)
   ===================================================================== */

/* ... Mant��n tus estilos base de .energy-section, slides y escritorio igual ... */







 /* ==================== OPTIMIZACI�0�7N DE DISTRIBUCI�0�7N Y ALTURA ==================== */

@media (max-width: 1024px) {
    /* 1. Subir todo el contenido de los slides */
    .energy-container-apce {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important; /* Alinea al inicio, no al centro */
        padding-top: 40px !important; /* Controla qu�� tan arriba empieza */
        gap: 0 !important;
    }

    /* 2. Unificar el orden para los 4 slides (Intro y Productos) */
    .energy-left-section,
    .energy-right-section,
    .energy-left-section1 {
        display: contents !important; /* Permite que los hijos se ordenen globalmente */
    }

    /* ORDEN 1: Los Barriles */
    .energy-barrel-image-apce {
        order: 1 !important;
        max-width: 160px !important; /* M��s peque�0�9os como pediste */
        margin: 0 auto 10px auto !important;
        position: relative !important;
        top: -40px !important;
    }

    /* ORDEN 2: El Bot��n "M��s Informaci��n" */
    .energy-cta-button-apce,
    .energy-cta-button-apce1 {
        order: 2 !important;
        padding: 6px 16px !important;
        font-size: 12px !important;
        max-width: 160px !important;
        margin: 0 auto 10px auto !important;
        display: flex !important;
        position: relative !important;
        top: -40px !important;
    }

    /* ORDEN 3: Bloque de Texto - T��tulos */
    .energy-title-apce,
    .energy-title-intro-apce {
        order: 3 !important;
        font-size: 24px !important;
        margin-bottom: 5px !important;
        text-align: center !important;
        position: relative !important;
        top: -40px !important;
    }

    /* ORDEN 4: Bloque de Texto - Descripciones */
    .energy-category-apce,
    .energy-subtitle-apce,
    .energy-description-apce,
    .energy-description-intro-apce {
        order: 4 !important;
        text-align: center !important;
        margin-bottom: 10px !important;
        position: relative !important;
        top: -40px !important;
    }

    /* 3. Ajuste de los Motores de fondo */
    .energy-engine-image-apce {
        position: absolute !important;
        width: 75% !important;
        opacity: 0.15 !important;
        z-index: 0 !important;
        pointer-events: none;
    }

    /* Subir espec��ficamente el motor Luminoil TRI (Slide 4) */
    .energy-slide-apce[data-slide="4"] .energy-engine-image-apce {
        bottom: 20% !important; /* M��s arriba */
        right: -15% !important;
    }
   
    /* Ajuste para los otros motores */
    .energy-slide-apce[data-slide="2"] .energy-engine-image-apce,
    .energy-slide-apce[data-slide="3"] .energy-engine-image-apce {
        bottom: 5% !important;
    }
}

/* Ajuste para pantallas muy peque�0�9as (iPhone SE) */
@media (max-width: 375px) {
    .energy-container-apce {
        padding-top: 25px !important;
    }
    .energy-barrel-image-apce {
        max-width: 140px !important;
    }
    .energy-title-apce {
        font-size: 22px !important;
    }
}











/* ============================================================
   AJUSTES COMPLETOS - SLIDES 2, 3, 4
   SOLO DESKTOP (Mayor a 1024px)
   ============================================================ */

@media (min-width: 1025px) {
    
    /* ===== CONTENEDOR PRINCIPAL ===== */
    .energy-slide-apce[data-slide="2"] .energy-container-apce,
    .energy-slide-apce[data-slide="3"] .energy-container-apce,
    .energy-slide-apce[data-slide="4"] .energy-container-apce {
        grid-template-columns: 32% 68%;
        gap: 100px;
        align-items: flex-start;
        padding-top: 80px;
        padding-left: 0;
        margin-left: 0;
    }

    /* ===== COLUMNA IZQUIERDA - CONTENEDOR DE BARRIL Y BOT�0�7N ===== */
    .energy-slide-apce[data-slide="2"] .energy-left-section,
    .energy-slide-apce[data-slide="3"] .energy-left-section,
    .energy-slide-apce[data-slide="4"] .energy-left-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        padding-left: 20px !important;
        margin-left: 0 !important;
        margin-top: -90px;
        position: relative;
    }

    /* ===== BARRIL - PERFECTO (mantenemos el tama�0�9o actual) ===== */
    .energy-slide-apce[data-slide="2"] .energy-barrel-image-apce,
    .energy-slide-apce[data-slide="3"] .energy-barrel-image-apce,
    .energy-slide-apce[data-slide="4"] .energy-barrel-image-apce {
        margin-left: 0 !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        max-width: 520px !important;
        width: 520px !important;
        align-self: flex-start !important;
        justify-self: flex-start !important;
        display: block;
    }
    
    /* Imagen dentro del barril */
    .energy-slide-apce[data-slide="2"] .energy-barrel-image-apce img,
    .energy-slide-apce[data-slide="3"] .energy-barrel-image-apce img,
    .energy-slide-apce[data-slide="4"] .energy-barrel-image-apce img {
        width: 100% !important;
        height: auto !important;
        min-width: 520px !important;
        display: block;
    }

    /* ===== BOT�0�7N - M�0�9S GRANDE, M�0�9S ARRIBA Y M�0�9S A LA DERECHA ===== */
    .energy-slide-apce[data-slide="2"] .energy-cta-button-apce,
    .energy-slide-apce[data-slide="3"] .energy-cta-button-apce,
    .energy-slide-apce[data-slide="4"] .energy-cta-button-apce {
        align-self: flex-start !important;
        margin-left: 95px !important;
        margin-top: 10px !important;
        padding: 16px 50px !important;
        font-size: 17px !important;
        font-weight: 600 !important;
        width: auto !important;
        max-width: none !important;
        display: block;
        text-align: center;
        border-radius: 6px !important;
        transition: all 0.3s ease !important;
        position: relative;
        left: 0;
    }

    /* Efecto hover para el bot��n */
    .energy-slide-apce[data-slide="2"] .energy-cta-button-apce:hover,
    .energy-slide-apce[data-slide="3"] .energy-cta-button-apce:hover,
    .energy-slide-apce[data-slide="4"] .energy-cta-button-apce:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    }

    /* ===== COLUMNA DERECHA (Texto) - UN POCO M�0�9S ABAJO ===== */
    .energy-slide-apce[data-slide="2"] .energy-right-section,
    .energy-slide-apce[data-slide="3"] .energy-right-section,
    .energy-slide-apce[data-slide="4"] .energy-right-section {
        justify-content: flex-start !important;
        margin-top: -70px !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
        margin-left: -30px !important;
        padding-top: 20px !important;
    }
    
    /* T��tulos un poco m��s abajo */
    .energy-slide-apce[data-slide="2"] .energy-right-section h2,
    .energy-slide-apce[data-slide="3"] .energy-right-section h2,
    .energy-slide-apce[data-slide="4"] .energy-right-section h2 {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    
    /* Textos generales */
    .energy-slide-apce[data-slide="2"] .energy-right-section *,
    .energy-slide-apce[data-slide="3"] .energy-right-section *,
    .energy-slide-apce[data-slide="4"] .energy-right-section * {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    /* ===== IM�0�9GENES DE FONDO - MANTENER AJUSTES ORIGINALES ===== */
    
    /* Slide 2 - Motor a gas - M�0�9S GRANDE Y M�0�9S A LA IZQUIERDA */
    .energy-slide-apce[data-slide="2"] .energy-engine-image-apce {
        width: 85% !important;
        max-width: 1000px !important;
        bottom: -25% !important;
        right: -5% !important;
        opacity: 0.85;
    }

    /* Slide 3 - Turbina - UN POQUITO M�0�9S ARRIBA */
    .energy-slide-apce[data-slide="3"] .energy-engine-image-apce {
        width: 90% !important;
        max-width: 1100px !important;
        bottom: -55% !important;
        right: -15% !important;
        opacity: 0.85;
    }

    /* Slide 4 - Transformador - M�0�9S GRANDE Y UN POCO M�0�9S ABAJO */
    .energy-slide-apce[data-slide="4"] .energy-engine-image-apce {
        width: 95% !important;
        max-width: 1100px !important;
        bottom: 5% !important;
        right: -13% !important;
        opacity: 0.85;
    }
}

/* ===== AJUSTES PARA PANTALLAS MUY GRANDES (1920x1080) ===== */
@media (min-width: 1900px) and (max-width: 1920px) {
    
    .energy-slide-apce[data-slide="2"] .energy-container-apce,
    .energy-slide-apce[data-slide="3"] .energy-container-apce,
    .energy-slide-apce[data-slide="4"] .energy-container-apce {
        max-width: 1600px;
        gap: 120px;
        padding-top: 100px;
        margin-left: 0;
        padding-left: 0;
    }
    
    /* Columna izquierda */
    .energy-slide-apce[data-slide="2"] .energy-left-section,
    .energy-slide-apce[data-slide="3"] .energy-left-section,
    .energy-slide-apce[data-slide="4"] .energy-left-section {
        padding-left: 20px !important;
        margin-left: 0 !important;
        align-items: flex-start !important;
    }

    /* Barriles para 1920x1080 */
    .energy-slide-apce[data-slide="2"] .energy-barrel-image-apce,
    .energy-slide-apce[data-slide="3"] .energy-barrel-image-apce,
    .energy-slide-apce[data-slide="4"] .energy-barrel-image-apce {
        max-width: 550px !important;
        width: 550px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        align-self: flex-start !important;
    }
    
    /* Imagen del barril en 1920 */
    .energy-slide-apce[data-slide="2"] .energy-barrel-image-apce img,
    .energy-slide-apce[data-slide="3"] .energy-barrel-image-apce img,
    .energy-slide-apce[data-slide="4"] .energy-barrel-image-apce img {
        min-width: 550px !important;
    }

    /* Bot��n M�0�9S GRANDE para pantalla grande */
    .energy-slide-apce[data-slide="2"] .energy-cta-button-apce,
    .energy-slide-apce[data-slide="3"] .energy-cta-button-apce,
    .energy-slide-apce[data-slide="4"] .energy-cta-button-apce {
        margin-left: 85px !important;
        margin-top: 5px !important;
        margin-right: auto !important;
        padding: 18px 55px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        border-radius: 8px !important;
        align-self: flex-start !important;
    }

    /* Texto UN POCO M�0�9S ABAJO en 1920px */
    .energy-slide-apce[data-slide="2"] .energy-right-section,
    .energy-slide-apce[data-slide="3"] .energy-right-section,
    .energy-slide-apce[data-slide="4"] .energy-right-section {
        margin-top: -60px !important;
        margin-left: -50px !important;
        padding-top: 25px !important;
    }
    
    /* T��tulos m��s abajo en 1920px */
    .energy-slide-apce[data-slide="2"] .energy-right-section h2,
    .energy-slide-apce[data-slide="3"] .energy-right-section h2,
    .energy-slide-apce[data-slide="4"] .energy-right-section h2 {
        margin-top: 15px !important;
        margin-bottom: 25px !important;
    }

    /* ===== IM�0�9GENES DE FONDO PARA 1920px - M�0�9S GRANDES ===== */
    
    /* Motores de fondo A�0�3N M�0�9S GRANDES para pantalla completa */
    .energy-slide-apce[data-slide="2"] .energy-engine-image-apce {
        width: 90% !important;
        max-width: 1150px !important;
        bottom: -30% !important;
        right: 10%;
    }

    /* Slide 3 - SUBIDA M�0�9S ARRIBA en 1920px - CON !important FORZADO */
    .energy-slide-apce[data-slide="3"] .energy-engine-image-apce {
        width: 95% !important;
        max-width: 1200px !important;
        bottom: -50% !important; /* CAMBIADO: de -32% a -20% y FORZADO */
        right: -15% !important;
    }

    .energy-slide-apce[data-slide="4"] .energy-engine-image-apce {
        width: 97% !important;
        max-width: 1250px !important;
        bottom: 5% !important;
    }
}

/* ===== AJUSTE SLIDE 1 - BARRIL M�0�9S GRANDE ===== */
@media (min-width: 1025px) {
    /* Barril del Slide 1 m��s grande */
    .energy-slide-apce[data-slide="1"] .energy-barrel-image-apce {
        max-width: 700px !important;
    }

    .energy-slide-apce[data-slide="1"] .energy-barrel-image-apce img {
        width: 130% !important;
        height: auto;
    }
}

@media (min-width: 1900px) and (max-width: 1920px) {
    /* Barril del Slide 1 a��n m��s grande en pantallas 1920px */
    .energy-slide-apce[data-slide="1"] .energy-barrel-image-apce {
        max-width: 750px !important;
    }

    .energy-slide-apce[data-slide="1"] .energy-barrel-image-apce img {
        width: 135% !important;
    }
}