/* HERO SOLO CON TÍTULO */
        .hero-course {
            height: 600px;
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .hero-course h1 {
            font-size: 2.5rem;
            font-weight: 700;
        }
        
        /* Resto de estilos como antes */
        .art-section-title {
            color: #007bff;
            border-bottom: 3px solid #00aff5;
            display: inline-block;
            padding-bottom: 8px;
            margin-bottom: 25px;
            font-weight: 600;
            font-size: 1.8rem;
        }

        .art-card {
            border: 1px solid #e9ecef;
            border-radius: 10px;
            background-color: #ffffff;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        }

        .art-icon {
            width: 60px;
            height: 60px;
            background-color: #00aff5;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin-right: 1.2rem;
            flex-shrink: 0;
        }

        .art-card-header {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }

        .art-separator {
            border-top: 1px solid #e9ecef;
            margin: 2.5rem 0;
            padding-top: 2rem;
        }

        .art-list {
            padding-left: 1.5rem;
        }

        .art-list li {
            margin-bottom: 0.8rem;
        }

        .art-subtitle {
            color: #2c3e50;
            font-weight: 500;
            margin-bottom: 1rem;
        }

        .horario-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.3rem;
            font-size: 0.95rem;
        }