.elementor-3176 .elementor-element.elementor-element-15a3da5a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2c9cdff9 *//* ======================================================
   PÁGINA PORTAL — CURSO MINUTO A MINUTO
   NEGRO / DORADO / BLANCO NÍTIDO
   ====================================================== */

html,
body,
.site,
.site-content,
.ast-container,
.content-area,
.site-main,
article,
.entry-content,
.page,
.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap {
    background-color: #000000 !important;
}

/* Evitar fondos blancos internos */
.elementor-widget-container,
.elementor-column,
.elementor-column-wrap {
    background: transparent !important;
}

/* Contenedor general */
.curso-minuto-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 20px 90px;
    text-align: center;
    color: #ffffff !important;
    background: #000000 !important;
}

/* Título principal */
.curso-minuto-wrap h2 {
    color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-shadow: none !important;
    opacity: 1 !important;
}

/* Subtítulo dorado */
.curso-minuto-sub {
    color: #f6a622 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    margin-top: 8px;
    margin-bottom: 12px;
    opacity: 1 !important;
}

/* Descripción */
.curso-minuto-desc {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    max-width: 760px;
    margin: 0 auto 45px;
    line-height: 1.7;
    opacity: 1 !important;
}

/* Grid de tarjetas */
.cursos-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 45px;
    padding: 0 !important;
    background: transparent !important;
}

/* Tarjetas */
.curso-card {
    position: relative;
    background: linear-gradient(145deg, #0a0a0a, #111111) !important;
    border-radius: 18px !important;
    padding: 35px 28px !important;
    text-align: center;
    color: #ffffff !important;
    border: 1px solid rgba(246,166,34,0.25) !important;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.9),
        inset 0 1px 0 rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    opacity: 1 !important;
    filter: none !important;
}

/* Brillo dorado superior */
.curso-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(246,166,34,0.8), transparent);
}

/* Hover elegante */
.curso-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #f6a622 !important;
    box-shadow: 
        0 20px 50px rgba(0,0,0,1),
        0 0 25px rgba(246,166,34,0.25);
}

/* Tarjeta central destacada */
.curso-card:nth-child(2) {
    transform: scale(1.04);
    border: 1px solid rgba(246,166,34,0.55) !important;
    box-shadow: 
        0 0 35px rgba(246,166,34,0.18),
        0 20px 45px rgba(0,0,0,1);
}

/* Etiqueta de nivel */
.nivel-etiqueta {
    display: inline-block;
    color: #000000 !important;
    background: #f6a622 !important;
    padding: 6px 13px;
    border-radius: 999px;
    font-size: 12px !important;
    font-weight: 900 !important;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 1 !important;
}

/* Títulos de tarjetas */
.curso-card h3 {
    color: #f6a622 !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    opacity: 1 !important;
    text-shadow: none !important;
}

/* Texto de tarjetas */
.curso-card p {
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.7;
    margin-bottom: 26px;
    opacity: 1 !important;
}

/* Botones */
.botones {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-entrar,
.btn-comprar {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    transition: 0.3s;
    opacity: 1 !important;
}

/* Botón Entrar */
.btn-entrar {
    background: #111111 !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    color: #ffffff !important;
}

.btn-entrar:hover {
    border-color: #f6a622 !important;
    color: #f6a622 !important;
    background: #151515 !important;
}

/* Botón Comprar */
.btn-comprar {
    background: #f6a622 !important;
    color: #000000 !important;
    box-shadow: 0 5px 16px rgba(246,166,34,0.35);
}

.btn-comprar:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 28px rgba(246,166,34,0.55);
    color: #000000 !important;
}

/* Aviso final */
.aviso-acceso {
    margin-top: 45px;
    padding: 22px;
    border: 1px solid rgba(246,166,34,0.35) !important;
    border-radius: 16px;
    background: rgba(246,166,34,0.08) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.7;
    opacity: 1 !important;
}

.aviso-acceso strong {
    color: #f6a622 !important;
}

/* Forzar nitidez general */
.curso-minuto-wrap *,
.cursos-grid *,
.curso-card * {
    opacity: 1 !important;
    filter: none !important;
    text-shadow: none;
}

/* Responsive móvil */
@media(max-width:900px) {
    .curso-minuto-wrap {
        padding: 45px 16px 70px;
    }

    .curso-minuto-wrap h2 {
        font-size: 30px !important;
        line-height: 1.2;
    }

    .curso-minuto-desc {
        font-size: 15px !important;
    }

    .cursos-grid {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .curso-card,
    .curso-card:nth-child(2) {
        transform: scale(1) !important;
    }

    .botones {
        flex-direction: column;
    }

    .btn-entrar,
    .btn-comprar {
        width: 100%;
    }
}/* End custom CSS */