@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

        .bg-videos-em-alta {
            background: #F2F4F6;
	    padding: 40px 0 20px 0;
        }

        .video-slide p {
            font-family: 'Roboto Condensed';
            font-weight: 600;
            font-size: 20px;
            line-height: 1.4;
            margin-top: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 2.8em;
        }



        .swiper {
            width: 100%;
            margin-bottom: 20px;
        }

        .swiper-wrapper {
            display: flex;
        }

        .playlist-carousel .swiper-slide.playlist-slide {
            width: auto;
            padding: 10px 20px;
            margin-right: 10px;
            border-radius: 30px;
            background: #FFFFFF;
            font-size: 14px;
            font-weight: 600;
            color: #6D28D9;
            ;
            white-space: nowrap;
            transition: all 0.3s;
            user-select: none;
            cursor: pointer;
            font-family: Roboto Condensed;
            font-weight: 500;
            font-size: 16px;
            line-height: 120%;
            letter-spacing: 0%;

        }

        .playlist-carousel .swiper-slide.playlist-slide:hover {
            background-color: #e0e0e0;
        }

        .playlist-carousel .swiper-slide.playlist-slide.active {
            background-color: #6c33ff;
            color: #fff;
        }

        .swiper-slide.video-slide img {
            display: block;
            margin: 0 auto;
        }

        .swiper-slide.video-slide p {
            font-size: 14px;
        }

        .skeleton-slide {
            width: 100%;
            height: 200px;
            border-radius: 20px;
            background: linear-gradient(90deg, #eeeeee 25%, #dddddd 50%, #eeeeee 75%);
            background-size: 400% 100%;
            animation: shimmer 1.5s infinite;
            margin: 0 auto 10px;
        }

        .skeleton-text {
            width: 80%;
            height: 14px;
            margin: 0 auto;
            background: #ddd;
            border-radius: 6px;
            animation: shimmer 1.5s infinite;
        }

        .skeleton-playlist {
            display: block;
            height: 32px;
            min-width: 100px;
            /* ou 120px se quiser mais largo */
            border-radius: 30px;
            background: linear-gradient(90deg, #eeeeee 25%, #dddddd 50%, #eeeeee 75%);
            background-size: 400% 100%;
            animation: shimmer 1.5s infinite;
            margin-right: 10px;
        }


        @keyframes shimmer {
            0% {
                background-position: -400px 0;
            }

            100% {
                background-position: 400px 0;
            }
        }

        .title-videos-em-alta {
            font-family: Roboto Condensed;
            font-weight: 600;
            font-size: 30px;
            text-transform: uppercase;
	        padding: 0 0 40px 0;
        }

        .title-playlist-h2 {
            font-family: Roboto Condensed;
            font-weight: 600;
            font-size: 24px;
            line-height: 120%;
            letter-spacing: 0%;
            text-transform: uppercase;
            padding-top: 20px;
        }
