.contenido {
    background: #fff
}



.item {

    justify-content: center;
    align-items: center;
    color: #fff;

    display: flex;
    border-radius: 50%;

}


.talentosIKA_img {
    border-radius: 50%
}

.talentosIKA {
    overflow: hidden;
    opacity: 0
}


.talentosIKA_content {
    color: #FFF;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 22.8rem;
    width: 22.8rem;
    display: flex;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    z-index: 1;
    overflow: hidden
}


.talentosIKA_content:hover {
    color: #FFF;
    font-size: 40px;
    background: red;
    transition: opacity 0.25s ease-in-out;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 26.6rem;
    width: 26.6rem;
    display: flex;
    border-radius: 50%;
    opacity: 0.9;
    position: absolute;
    z-index: 1
}



@media (max-width: 360px) {
    .talentosIKA_content:hover {
        color: #FFF;
        font-size: 40px;
        background: red;
        transition: opacity 0.25s ease-in-out;
        justify-content: center;
        align-items: center;
        color: #fff;
        height: 21rem;
        width: 21rem;
        display: flex;
        border-radius: 50%;
        opacity: 0.9;
        position: absolute;
        z-index: 1
    }



}


.talentosIKA_texto {
    font-size: 35px;
    margin-bottom: -10px;
    padding-top: 150px;
    font-weight: bold;
}



  /* Personaliza el tamaÃƒÂ±o de las miniaturas */
        .video-thumbnail {
            cursor: pointer;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            /* padding: 5px; */
            border: 1px solid transparent;
            /* border-radius: 5px; */
        }

        .video-thumbnail img {
            width: 40%;
            margin-right: 10px;
        }

        .video-description {
            flex: 1;
            font-size: 14px;
            text-align: left;
        }

        .video-container {
            height: 400px;
            /*background-color: #000;*/
        }


@media (max-width: 360px){
    .video-container {
            height: 200px;
            /*background-color: #000;*/
        } 
}

        /* Estilo para la miniatura activa */
        .video-thumbnail.active {
            /* border: 2px solid #E91E63; */
            background-color: #ff021b;
            color: #fff;
        }

        /* Estilo de la descripciÃƒÂ³n grande */
        .main-video-description {
            margin-top: 10px;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 30px
        }

        /* Habilitar el scroll en la secciÃƒÂ³n de miniaturas */
        .video-thumbnails-container {
            border-radius: 20px 20px 0 0;
            max-height: 400px;
            overflow-y: auto;
            padding: 10px 10px;
            background: #fff;
        }

        /* Flechas de scroll */
        .scroll-arrow-container {
            text-align: center;
            /* padding: 10px; */
            background: #cccccc;
            border-radius: 0px 0px 20px 20px;
        }

        .scroll-arrow {
            font-size: 24px;
            cursor: pointer;
            color: #fff;
        }


.video-contenidos {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 30px;
}

 .menu_scroll_podcast {
        padding: 20px 15px;
    }


.header-podcast {
        background-image: url(../assets/img/podcast/header_podcast.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #cf0d23;
    }


    @media (max-width:360px) {
        .header-podcast {
            background-image: url(../assets/img/podcast/header_podcast.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-color: #cf0d23;
        }
    }
    
    
    
    .hero__scroll_pod {
        position: absolute;
        bottom: 60px;
        width: 200px;
        margin: auto;
        display: block;
        cursor: pointer;
        padding-bottom: 40px;
        left: 0;
        right: 0;
        text-transform: uppercase;
        text-align: center;
        top: 530px
    }
    
    .hero__scroll_pod .chevron {
        margin-top: -10px;
        display: block;
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
        color: #e8001f;
    }

@media (max-width:360px) {
        .hero__scroll_pod {
        position: absolute;
        bottom: 60px;
        width: 200px;
        margin: auto;
        display: block;
        cursor: pointer;
        padding-bottom: 40px;
        left: 0;
        right: 0;
        text-transform: uppercase;
        text-align: center;
        top: 670px
    }