/* ==============================================================
   ESTILOS EXCLUSIVOS: PÁGINA DE ACCIONES (NODE 67)
   ============================================================== */

/* --- 0. RESET DE LAYOUT BUILDER PARA APARIENCIA LANDING --- */
.page-node-67 #page-wrapper .layout__region--content {
    max-width: 100% !important;
    padding: 0 !important;
}
.page-node-67 {
    overflow-x: hidden !important;
}

/* --- 1. FIX CARRUSEL: ELIMINAR CAJA NEGRA Y SUPERPONER CONTENIDO --- */
.page-node-67 .item.slide,
.page-node-67 .slide-content {
    background-color: transparent !important;
}
.page-node-67 .item.slide {
    position: relative;
}
.page-node-67 .slide-image {
    width: 100%;
    height: 60vh;
    position: relative;
}
.page-node-67 .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Contenido superpuesto sobre la imagen */
.page-node-67 .slide-content {
    position: absolute;
    bottom: 15%;
    right: 8%;
    width: auto;
    text-align: right;
    z-index: 10;
}
.page-node-67 .slide-content h3 {
    font-size: 48px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-shadow: 2px 4px 15px rgba(0,0,0,0.6);
    line-height: 1.1;
    margin-bottom: 20px;
    display: block !important;
}
.page-node-67 .slide-content p {
    display: none !important;
}

/* Botón "CONOCE MÁS" estilo mockup */
.page-node-67 .slide-link {
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 16px;
    background-color: transparent !important;
    color: #adff2f !important;
    border: 2px solid #adff2f !important;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.page-node-67 .slide-link:hover {
    background-color: #adff2f !important;
    color: #000 !important;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(173, 255, 47, 0.3);
}

/* Dots del carrusel */
.page-node-67 .easy-carousel--simple .carousel-indicators {
    position: absolute;
    bottom: 20px;
    z-index: 15;
}

/* ==============================================================
   2. FRANJA VERDE (Banner informativo bajo el carrusel)
   ============================================================== */
.franja-verde-acciones {
    background-color: #28a745;
    color: #ffffff;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
    padding: 14px 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 60px;
}

/* ==============================================================
   3. SECCIÓN ARTÍCULOS / TARJETAS DE ACCIONES
   ============================================================== */
.acciones-articulos {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px 80px 30px;
}

/* --- Tarjeta individual (2 columnas: imagen + texto) --- */
.accion-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e8e8e8;
}

.accion-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* --- Imagen con bordes redondeados --- */
.accion-imagen {
    overflow: hidden;
    border-radius: 16px;
}

.accion-imagen img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform 0.5s ease;
}

.accion-card:hover .accion-imagen img {
    transform: scale(1.03);
}

/* --- Texto del artículo --- */
.accion-texto h2 {
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    color: #2d2d2d !important;
    margin-bottom: 18px !important;
    margin-top: 0 !important;
}

.accion-texto p {
    font-size: 16px !important;
    color: #555555 !important;
    line-height: 1.65 !important;
    margin-bottom: 25px !important;
}

/* --- Colores completos para títulos --- */
h2.titulo-rojo {
    color: #f5333f !important;
}

h2.titulo-azul {
    color: #004884 !important;
}

h2.titulo-verde {
    color: #28a745 !important;
}

/* --- Botón "LEER MÁS" con borde --- */
.btn-leer-mas {
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Variantes de color del botón */
.btn-rojo {
    color: #f5333f !important;
    border: 2px solid #f5333f;
}
.btn-rojo:hover {
    background-color: #f5333f;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(245, 51, 63, 0.3);
}

.btn-azul {
    color: #004884 !important;
    border: 2px solid #004884;
}
.btn-azul:hover {
    background-color: #004884;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 72, 132, 0.3);
}

.btn-verde {
    color: #28a745 !important;
    border: 2px solid #28a745;
}
.btn-verde:hover {
    background-color: #28a745;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);
}

/* ==============================================================
   4. RESPONSIVE - MÓVIL
   ============================================================== */
@media (max-width: 768px) {
    /* Carrusel más bajo en móvil */
    .page-node-67 .slide-image {
        height: 45vh;
    }
    .page-node-67 .slide-content h3 {
        font-size: 28px !important;
    }
    .page-node-67 .slide-content {
        right: 5%;
        bottom: 12%;
    }

    /* Franja verde */
    .franja-verde-acciones {
        font-size: 15px;
        padding: 12px 15px;
        margin-bottom: 40px;
    }

    /* Tarjetas: 1 columna en móvil */
    .accion-card {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .accion-imagen img {
        height: 250px;
    }

    .accion-texto h2 {
        font-size: 26px !important;
    }

    .accion-texto {
        text-align: center;
    }

    .accion-texto .btn-leer-mas {
        display: block;
        text-align: center;
        max-width: 200px;
        margin: 0 auto;
    }
}

/* Fin de archivo */
