 body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        }
        
        /* Hero Section con fondo de slider */
        .hero-section {
            position: relative;
            color: white;
            overflow: hidden;
            min-height: 600px;
            display: flex;
            align-items: center;
        }
        
        /* Carousel de fondo */
        #heroCarousel {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        
        #heroCarousel .carousel-inner,
        #heroCarousel .carousel-item {
            height: 100%;
        }
        
        #heroCarousel .carousel-item img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        
        /* Capa transparente oscura */
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 2;
        }
        
        /* Contenido del hero */
        .hero-content {
            position: relative;
            z-index: 3;
            padding: 80px 0;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 40px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-section {
                min-height: 500px;
            }
        }
        
        .btn-custom-primary {
            background-color: #4dd0e1;
            color: #1a5490;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 50px;
            border: none;
            margin-right: 15px;
            margin-bottom: 15px;
        }
        
        .btn-custom-secondary {
            background-color: #f57c00;
            color: white;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 50px;
            border: none;
            margin-bottom: 15px;
        }
        
        .btn-custom-primary:hover {
            background-color: #3bbccd;
        }
        
        .btn-custom-secondary:hover {
            background-color: #e66e00;
        }
        
        /* Carousel controles e indicadores */
        .carousel-control-prev,
        .carousel-control-next {
            width: 10%;
            z-index: 4;
        }
        
        .carousel-indicators {
            bottom: 20px;
            z-index: 4;
        }
        
        .carousel-indicators [data-bs-target] {
            background-color: rgba(255, 255, 255, 0.5);
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 2px solid white;
        }
        
        .carousel-indicators .active {
            background-color: white;
        }
        
        /* Programs Section */
        .card-program {
            border: none;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .card-program-primary {
            background-color: #4dd0e1;
            color: white;
        }
        
        .card-program-secondary {
            background-color: #f57c00;
            color: white;
        }
        
        .card-program-title {
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .card-program-subtitle {
            font-size: 1.1rem;
            margin-bottom: 30px;
        }
        
        .card-bottom {
            background-color: white;
            padding: 30px;
            color: #1a5490;
        }
        
        .card-bottom h3 {
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .arrow-link {
            font-size: 2rem;
            font-weight: 700;
            text-decoration: none;
        }
        
        .arrow-link-primary {
            color: #4dd0e1;
        }
        
        .arrow-link-secondary {
            color: #f57c00;
        }
        
        /* News Section */
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a5490;
            margin-bottom: 40px;
            position: relative;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background-color: #4dd0e1;
        }
        
        .news-item {
            background-color: #f8f9fa;
            border-radius: 15px;
            padding: 40px;
            margin-bottom: 30px;
        }
        
        .news-image {
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 20px;
        }
        
        @media (min-width: 768px) {
            .news-item {
                display: flex;
                align-items: center;
            }
            
            .news-image {
                flex: 0 0 350px;
                margin-bottom: 0;
            }
            
            .news-content {
                flex: 1;
                padding-left: 40px;
            }
        }
        
        .news-title {
            font-size: 2rem;
            font-weight: 700;
            color: #1a5490;
            margin-bottom: 15px;
        }
        
        .news-arrow {
            font-size: 2rem;
            font-weight: 700;
            color: #1a5490;
            text-decoration: none;
            float: right;
            margin-top: 20px;
        }
        
        /* Footer */
        footer {
            background-color: #1a5490;
            color: white;
            padding: 60px 0 40px;
        }
        
        .footer-logo {
            margin-bottom: 20px;
        }
        
        .social-icons {
            text-align: center;
        }
        
        .social-icons a {
            color: white;
            font-size: 24px;
            margin: 0 10px;
            transition: color 0.3s ease;
        }
        
        .social-icons a:hover {
            color: #4dd0e1;
        }
        
        .partner-logos {
            text-align: right;
        }
        
        .partner-logos img {
            max-height: 60px;
            margin: 0 10px;
            filter: brightness(0) invert(1);
        }
        
        .fondo_slk{
            height: 200px;
            width: 100%;
            background: url(somo_la_kas_naranja.png);
            border-radius: 8px;
            background-size: contain;
            background-position-x: center;
            background-position-y: center;
            background-repeat: no-repeat;
        }
        
        .fondo_pc{
            height: 200px;
            width: 100%;
            background-color: #004d85 !important;
            background: url(https://partidosconectados.com/logos/logo_20252.png);
            border-radius: 8px;
            background-size: contain;
            background-position-x: center;
            background-position-y: center;
            background-repeat: no-repeat;
        }
        
        .fondo_foro{
            height: 200px;
            width: 100%;
            background-color: #FFFFFF !important;
            background: url(https://kaspartidos.com/admin/uploads/slides/foto_1747075607.jpg);
            border-radius: 8px;
            background-size: contain;
            background-position-x: center;
            background-position-y: center;
            background-repeat: no-repeat;
        }
        
        @media (max-width: 767px) {
            .footer-logo,
            .social-icons,
            .partner-logos {
                text-align: center;
                margin-bottom: 30px;
            }
        }