.elementor-202 .elementor-element.elementor-element-60b1b99{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-68faaee *//* Contenedor General */
.na-custom-section {
    box-sizing: border-box !important;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}
.na-custom-section * {
    box-sizing: border-box !important;
}

/* Barra Azul Superior */
.na-main-title-bar {
    background-color: #0d6096;
    padding: 24px;
    text-align: center;
}
.na-main-title-bar h1 {
    color: #ffffff;
    font-size: 26px;
    margin: 0;
    font-weight: 600;
}

/* Layout de Rejilla */
.na-grid-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 24px;
}
.na-workshops-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    gap: 45px 60px;
}

/* Estilo de Bloques */
.na-card h2 {
    font-size: 19px;
    color: #1a202c;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 600;
}
.na-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.na-links-list li {
    margin-bottom: 6px;
}

/* Enlaces base (Inline-flex para mantener la etiqueta siempre junta al texto) */
.na-links-list a {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; /* Distancia perfecta entre texto y etiqueta */
    width: 100%;
    padding: 8px 14px;
    color: #4a5568 !important;
    text-decoration: none !important;
    font-size: 14.5px;
    font-weight: 500;
    border-left: 2px solid transparent;
    transition: all 0.2s ease;
}

/* ---- ESTILO DE LAS ETIQUETAS (VISIBLES DESDE EL PRINCIPIO) ---- */
.na-badge {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px; /* Estilo clásico de etiqueta de literatura */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

/* Etiquetas Azules Opcionales */
.badge-blue {
    background-color: #0d6096;
    color: #ffffff;
}

/* Etiquetas Verdes Opcionales */
.badge-green {
    background-color: #2b9348;
    color: #ffffff;
}

/* ---- INTERACCIONES DE HOVER ---- */

/* Categorías Azules */
.category-blue .na-links-list a:hover {
    background-color: #f4f8fa; /* Fondo sutil al pasar el mouse */
    color: #0d6096 !important;   /* Texto cambia al azul de marca */
    border-left-color: #0d6096; /* Línea guía dinámica */
    padding-left: 18px;         /* Micro-desplazamiento premium */
}

/* Categoría Verde */
.category-green h2 {
    color: #2b9348;
}
.category-green .na-links-list a:hover {
    background-color: #f3f9f5;
    color: #2b9348 !important;
    border-left-color: #2b9348;
    padding-left: 18px;
}

/* Alineación opcional para la sección RSG */
.rsg-alignment a {
    justify-content: center;
}
.rsg-alignment a:hover {
    padding-left: 14px;
}

/* Franja Verde Inferior */
.na-green-footer-banner {
    background-color: #2b9348;
    padding: 25px 24px;
    text-align: center;
    margin-top: 20px;
}
.na-green-footer-banner p {
    color: #ffffff;
    font-size: 14px;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 800px) {
    .na-workshops-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .na-main-title-bar h1 {
        font-size: 22px;
    }
}/* End custom CSS */