.banner-principal{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url('../../resource/podcast/Banner Conexion 8 Web.png');
    /*background-image: linear-gradient( rgba(0, 0, 0, 0.8)20%, rgba(141, 141, 141, 0.8)60%), url('../resource/backgroundEjemplo.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 310px;
}

#content-page {
    height: auto;
}

.contenido{
    padding: 20px;
    background-color: #EFEFEF;
}

.contenido-principal{
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;

    display: flex;
}
.division{
    width: 100%;
    height: 1px;
}
.banner-podcast{
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;

    width: 30%;
    height: 800px;
    background: linear-gradient(rgba(150, 18, 23, 0.9) 0%, rgba(150, 18, 23, 0.9) 50%, rgba(150, 18, 23, 0.7) 80%, rgb(255, 255, 255) 100%);
    border-radius: 20px;

    padding: 20px;

    color:#fff;
}

.info-podcast-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 15px 20px;
}

.conatiner-img-podcast{
    height: 352px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(150, 18, 23, 0.7) 0%;
    border-radius: 20px;
}

.img-podcast{
    width: 90%;
    height: 90%;
    border-radius: 20px;
}

.title-podcast{
    align-self: flex-start;
    font-size: 20px;
    font-weight: bold;
}

.tags-podcast{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
}

.descripcion-podcast{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-align: justify;
}




.publi-podcast{
    display: flex;
}

.videos-podcast{
    width: 70%;
    margin-left: 30px;
    margin-top: 30px;
    max-height: 800px;
    overflow: auto;
}

.enlace-publi{
    text-decoration: none;
    color: #3e3e3e;
    height: 150px;
}

.thumbnail-publi{
    height: 150px; /* Altura deseada */
    width: auto; /* Ajusta el ancho automáticamente */
    
    /*clip-path: inset(25px 0px); /* Recorta los márgenes (top, right, bottom, left) */
    border-radius: 20px;
}

.content-publi{
    padding: 10px 20px;
    width: 70%;
}

.title-publi{
    font-size: 20px;
    color: #000000;
}

.type-content{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0 10px;
}

.type-content img{
    width: 30px;
    height: 30px;
}

.type-content p{
    margin: 0;
    margin-left: 10px;
    color: #555555;
}

.desc-podcast{
    font-size: 12px;
    margin: 0;
    margin-top: 20px;
    color: #000000;
}

@media (mix-width: 1200px) {
    .conatiner-img-podcast {
        width: 90%;
        height: 352px;
    }
}

@media (max-width: 768px) {
    .contenido-principal {
        flex-direction: column;
        padding: 15px;
    }

    .banner-podcast {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        background: linear-gradient(rgba(150, 18, 23, 0.9) 0%, rgba(150, 18, 23, 0.9) 50%, rgba(150, 18, 23, 0.7) 85%, rgb(255, 255, 255) 100%);
    }

    .conatiner-img-podcast {
        height: auto;
    }

    .img-podcast {
        width: 100%;
        height: auto;
    }

    .info-podcast-container {
        padding: 10px;
    }

    .videos-podcast {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        max-height: none;
    }

    .enlace-publi {
        height: auto;
        display: block;
        margin-bottom: 20px;
    }

    .publi-podcast {
        flex-direction: column;
        align-items: center;
    }

    .thumbnail-publi {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .content-publi {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    .type-content {
        justify-content: center;
        margin-top: 10px;
    }

    .descripcion-podcast,
    .desc-podcast {
        font-size: 14px;
        text-align: justify;
    }

    .title-podcast {
        font-size: 18px;
        text-align: center;
    }

    .tags-podcast {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        font-size: 10px;
    }

    .descripcion-podcast {
        padding-bottom: 80px;
    }
}
