.elementor-6336 .elementor-element.elementor-element-5ad3361{--display:flex;}.elementor-6336 .elementor-element.elementor-element-6b14b73{--display:flex;}.elementor-6336 .elementor-element.elementor-element-c8d819d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fc66547 */<style>

/* =====================================================
   NETXPRESS ACADEMY
   CSS — CATÁLOGO DE CURSOS
   ===================================================== */

.nx-courses-section {
    width: 100%;
    background: #f7f9fc;
    padding: 80px 0 90px;
    font-family: "Inter", Arial, sans-serif;
    box-sizing: border-box;
}


.nx-courses-container {
    width: 1200px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}


/* =====================================================
   CABECERA
   ===================================================== */

.nx-courses-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}


.nx-courses-label {
    display: block;
    margin-bottom: 11px;
    color: #1261a0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}


.nx-courses-header h2 {
    margin: 0;
    padding: 0;
    color: #0b1f3a;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.2px;
}


.nx-courses-header h2 span {
    color: #1769e0;
}


.nx-courses-count {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7a8798;
    font-size: 12px;
}


.nx-courses-count strong {
    color: #0b1f3a;
    font-size: 14px;
}


/* =====================================================
   FILTROS
   ===================================================== */

.nx-courses-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 25px;
}


.nx-course-filter {
    height: 38px;
    padding: 0 15px;

    border: 1px solid #d8e0e8;
    border-radius: 5px;

    background: #ffffff;
    color: #667085;

    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}


.nx-course-filter:hover {
    border-color: #1261a0;
    color: #1261a0;
}


.nx-course-filter.active {
    background: #1261a0;
    border-color: #1261a0;
    color: #ffffff;
}


/* =====================================================
   GRID
   ===================================================== */

.nx-courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}


/* =====================================================
   TARJETA
   ===================================================== */

.nx-catalog-course {
    display: flex;
    flex-direction: column;

    min-height: 410px;

    padding: 22px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #e0e6ed;
    border-radius: 8px;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}


.nx-catalog-course:hover {
    transform: translateY(-4px);

    border-color: #a9c7e2;

    box-shadow:
        0 14px 35px rgba(11, 31, 58, 0.08);
}


/* =====================================================
   OCULTAR CURSO
   ===================================================== */

.nx-catalog-course.nx-course-hidden {
    display: none !important;
}


/* =====================================================
   PARTE SUPERIOR
   ===================================================== */

.nx-catalog-course-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}


.nx-catalog-course-category {
    color: #1261a0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.9px;
}


.nx-catalog-course-tag {
    padding: 5px 7px;

    border-radius: 3px;

    background: #f2f6fa;

    color: #667085;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 0.3px;
}


/* =====================================================
   MARCA
   ===================================================== */

.nx-catalog-course-brand {
    display: flex;
    align-items: center;
    gap: 12px;

    min-height: 72px;

    margin-top: 20px;
    padding-bottom: 17px;

    border-bottom: 1px solid #edf1f5;
}


.nx-catalog-course-brand-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}


.nx-catalog-course-brand-text strong {
    color: #0b1f3a;

    font-size: 20px;

    line-height: 1;

    font-weight: 750;
}


.nx-catalog-course-brand-text span {
    color: #7a8798;

    font-size: 10px;
}


/* =====================================================
   CCNA
   ===================================================== */

.nx-ccna-mark {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 44px;

    flex-shrink: 0;

    border-radius: 5px;

    background: #0b1f3a;

    color: #ffffff;

    font-size: 11px;
    font-weight: 800;
}


/* =====================================================
   MICROSOFT
   ===================================================== */

.nx-microsoft-mark {
    display: grid;

    grid-template-columns: repeat(2, 14px);
    grid-template-rows: repeat(2, 14px);

    gap: 2px;

    flex-shrink: 0;
}


.nx-microsoft-mark span {
    display: block;
    background: #1261a0;
}


/* =====================================================
   CIBERSEGURIDAD
   ===================================================== */

.nx-security-mark {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    flex-shrink: 0;

    border-radius: 5px;

    background: #eaf3fb;

    color: #1261a0;

    font-size: 21px;
}


/* =====================================================
   IA
   ===================================================== */

.nx-ai-mark {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    flex-shrink: 0;

    border-radius: 5px;

    background: #eaf3fb;

    color: #1769e0;

    font-size: 21px;
}


/* =====================================================
   TÍTULO
   ===================================================== */

.nx-catalog-course h3 {
    margin: 20px 0 0;
    padding: 0;

    color: #0b1f3a;

    font-size: 19px;
    line-height: 1.3;

    font-weight: 700;
}


/* =====================================================
   DESCRIPCIÓN
   ===================================================== */

.nx-catalog-course p {
    margin: 9px 0 0;
    padding: 0;

    color: #667085;

    font-size: 13px;
    line-height: 1.55;
}


/* =====================================================
   INFORMACIÓN
   ===================================================== */

.nx-catalog-course-meta {
    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    margin-top: auto;
    padding-top: 20px;
}


.nx-catalog-course-meta span {
    padding: 6px 8px;

    border: 1px solid #e4e9ef;
    border-radius: 4px;

    color: #667085;

    font-size: 10px;
    font-weight: 500;
}


/* =====================================================
   BOTÓN
   ===================================================== */

.nx-catalog-course-button {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    width: 100%;
    height: 43px;

    margin-top: 16px;

    box-sizing: border-box;

    border-radius: 5px;

    background: #1261a0;
    border: 1px solid #1261a0;

    color: #ffffff;

    font-size: 12px;
    font-weight: 650;

    text-decoration: none;

    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}


.nx-catalog-course-button:hover {
    background: #0b4f86;
    border-color: #0b4f86;
    color: #ffffff;
}


.nx-catalog-course-button span {
    font-size: 17px;
}


/* =====================================================
   SIN RESULTADOS
   ===================================================== */

.nx-courses-empty {
    display: none;

    padding: 50px 20px;

    text-align: center;
}


.nx-courses-empty strong {
    display: block;

    margin-bottom: 6px;

    color: #0b1f3a;

    font-size: 16px;
}


.nx-courses-empty span {
    color: #667085;

    font-size: 13px;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1024px) {

    .nx-courses-section {
        padding: 65px 0 75px;
    }

    .nx-courses-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .nx-courses-section {
        padding: 55px 0 65px;
    }

    .nx-courses-container {
        width: calc(100% - 40px);
    }

    .nx-courses-header {
        display: block;
    }

    .nx-courses-header h2 {
        font-size: 30px;
    }

    .nx-courses-count {
        margin-top: 12px;
    }

    .nx-courses-filters {
        flex-wrap: nowrap;
        overflow-x: auto;

        padding-bottom: 5px;

        scrollbar-width: none;
    }

    .nx-courses-filters::-webkit-scrollbar {
        display: none;
    }

    .nx-course-filter {
        flex-shrink: 0;
    }

    .nx-courses-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .nx-catalog-course {
        min-height: 390px;
    }

}

</style>/* End custom CSS */