*{
    margin: 0;
    padding: 0;
}
.page-template-podcasts .text-white{
    color: var(--fb-white-color) !important;
}
.page-template-podcasts .home-podcasts{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 285px 0 150px;
    background-image: url(https://fundacion-biodiversidad.es/wp-content/themes/fb/img/podcasts/fondo-podcasts.jpg);
    background-position: top center;
    position: relative;
    z-index: 0;
}
.page-template-podcasts .podcasts{
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 30px 50px 31px 50px;
    width: 49%;
}
.page-template-podcasts .podcasts h2{
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 120%;
    color: var(--fb-white-color);
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 16px;
}
.page-template-podcasts .podcasts h2 img{
    width: 115px;
    margin-right: 20px;
}
.page-template-podcasts .podcasts p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--fb-white-color);
    margin-bottom: 0;
}
.page-template-podcasts .fecha-act-home{
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: var(--fb-white-color);
}
.page-template-podcasts .home-podcasts:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 313px;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
    z-index: -1;
}
.page-template-podcasts .section-biodirecto{
    background: linear-gradient(180deg, #141414 0%, #024E65 100%);
    position: relative;
    padding-bottom: 50px;
}
.page-template-podcasts .contenedor-noticias{
    position: relative;
    top: -155px;
}
.page-template-podcasts .banner-estatica{
    /*height: auto;*/
    height: 0;
}
.page-template-podcasts .noticas-actualidad-home {
    padding: 50px 15px 50px 50px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 30px;
    gap: 100px;
}
.page-template-podcasts .primera-noticia-home{
    width: 60%;
}
.page-template-podcasts .resto-noticas-home{
    width: 40%;
}
.page-template-podcasts .imagen-act-home,
.page-template-podcasts .intro-act-home {
    width: 50%;
}
.page-template-podcasts .fecha-primera-act-home {
    margin: 10px 0 42px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--fb-white-color);
}
.page-template-podcasts .title-primera-act-home {
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
}
.page-template-podcasts .mas-primera-act-home{
    cursor: pointer;
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--fb-white-color);
}
.page-template-podcasts .mas-primera-act-home span{
    color: var(--fb-white-color);
    font-size: 18px;
}
.page-template-podcasts .mas-primera-act-home img{
    width: 20px;
    float: right;
}
.page-template-podcasts .title-primera-act-home h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: -0.022em;
    margin: 20px 0 10px;
    display: block;
    outline: none !important;
    color: var(--fb-white-color);
}

.option-heading{
    cursor: pointer;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--fb-white-color);
    color: var(--fb-white-color);
    font-size: 18px;
}
.option-heading img{
    transform: rotate(0deg);
    transition: 0.2s all linear;
    width: 20px;
    float: right;
}

p.title-act-home.font-white .invitado {
    font-weight: 200;
}

.img-primera-act-home.is-hidden img {
    height: 447px;
    object-fit: cover;
    object-position: center;
}

.page-template-podcasts .option-heading.is-active img {
    transform: rotate(180deg);
}
.page-template-podcasts .option-content {
    color: var(--fb-white-color);
}

.page-template-podcasts .is-hidden { display: none; }


.page-template-podcasts .title-act-home{
    margin-bottom: 12px;
    color: var(--fb-white-color);
}
.font-white{
    color: var(--fb-white-color) !important;
}
.page-template-podcasts .title-primera-act-home a,
.page-template-podcasts .title-primera-act-home a:hover,
.page-template-podcasts .title-primera-act-home a:visited,
.page-template-podcasts .title-act-home a,
.page-template-podcasts .title-act-home a:hover,
.page-template-podcasts .title-act-home a:visited {
    color: var(--fb-white-color);
    text-decoration: none;
}
.page-template-podcasts .primera-noticia-home p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--fb-white-color);
}
.page-template-podcasts .ir.mas-primera-act-home {
    margin-bottom: 25px;
    cursor: pointer;
}
/*.page-template-podcasts .ir.mas-primera-act-home a,*/
/*.page-template-podcasts .ir.mas-primera-home a {*/
/*    font-size: 18px;*/
/*    line-height: 25px;*/
/*    font-weight: 700;*/
/*    color: var(--fb-white-color);*/
/*    display: -webkit-box;*/
/*    display: -moz-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.page-template-podcasts .ir a img {*/
/*    margin-left: 23px;*/
/*}*/
/*.page-template-podcasts .ir:hover img {*/
/*    animation-name: bounce-1;*/
/*    animation-timing-function: linear;*/
/*}*/
.page-template-podcasts .interna-resto {
    /*height: 720px;*/
    height: 690px;
    overflow: auto;
    padding: 0px 0px 0px 15px;
}
.page-template-podcasts .interna-resto::-webkit-scrollbar {
    width: 10px;
}
.page-template-podcasts .interna-resto::-webkit-scrollbar-track {
    background-color: var(--fb-white-color);;
    border-radius: 10px;
}
.page-template-podcasts .interna-resto::-webkit-scrollbar-thumb {
    background: var(--fb-green-color);;
    border-radius: 10px;
    border:2px solid var(--fb-white-color);
}
.page-template-podcasts .interna-resto::-webkit-scrollbar-thumb:hover {
    background: var(--fb-green-color);;
}

.page-template-podcasts .post-act-home {
    margin: 0 10px 40px 0px;
    gap: 33px;
    /*min-height: 149px;*/
    cursor: pointer;
}
.page-template-podcasts .noticas-actualidad-home,
.page-template-podcasts .post-act-home {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: start;
}
.page-template-podcasts .intro-act-home {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.page-template-podcasts .imagen-act-home{
    position: relative;
}
.page-template-podcasts .imagen-act-home .abs{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
}
.page-template-podcasts .post-act-home:hover .abs{
    color: red;
}
.page-template-podcasts .imagen-act-home img,
.page-template-podcasts .img-primera-act-home img {
    /*object-fit: cover;*/
    /*height: 100%;*/
    /*object-position: center;*/
    width: 100%;
}

.page-template-podcasts .imagen-act-home img{
    object-fit: cover;
    height: 128px;
    object-position: top;
}

.page-template-podcasts .primera-noticia-home .img-primera-act-home img,
.page-template-podcasts .imagen-act-home a iframe {
    width: 100%;
}
.page-template-podcasts .imagen-act-home a iframe {
    filter: drop-shadow(15px 4px 12px rgba(0, 0, 0, 0.75));
}
.page-template-podcasts .primera-noticia-home .img-primera-act-home img {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.75));
}
.page-template-podcasts .primera-noticia-home .img-primera-act-home img:hover {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 1.75));
}
.page-template-podcasts .imagen-act-home a img:hover {
    filter: drop-shadow(15px 4px 12px rgba(0, 0, 0, 1.75));
}

.page-template-podcasts .noticias_mobil{
    display: none;
}

.cabecera-dark{
    background: var(--fb-white-color) !important;
}

.footer-titulo h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.podcast-home{
    display: flex;
    flex-wrap: wrap;
}

.col-podcast.col1-podcast{
    display: flex;
    flex-wrap: wrap;
}

.col1-podcast, .col2-podcast{
    width: 100%;
}

.logo-podcast{
    width: 30%;
}

.intro-podcast{
    width: 70%;
    padding: 0px 40px 0 30px;
}

.intro-podcast p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.col-podcast.col2-podcast {
    /* width: 100%; */
    background-color: var(--fb-backgroudn-color1);
    border-radius: 17px;
    padding: 25px 33px;
}

.logo-podcast img {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    border-radius: 17px;
}

.page-template-podcasts .datos-podcast p {
    color: var(--fb-grey-color);
    font-family: 'Poppins';
    font-size: 1rem;
    line-height: 24px;
}

.negrita-pd{
    font-weight: bold;
    color: var(--fb-grey-color);
    font-family: 'Poppins';
    font-size: 1rem;
    line-height: 24px;
}

.datos-podcast p:nth-child(3) .negrita-pd {
    font-size: 25px;
    font-family: 'PT Serif';
}

.podcast-home {
    display: flex;
    flex-wrap: wrap;
    /*margin-top: 50px;*/
    padding-top: 15px;
    /*border-top: 1px solid var(--fb-green-color);*/
}

h3.titulo-podcast {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 30px;
}

.podcast-home .ir a {
    font-size: 20px;
    line-height: 30px;
    color: var(--fb-green-color);
    text-decoration: none;
    font-weight: 600;
}

.iconos-pdcasts{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
}

.iconos-pdcasts a {
    width: 25px;
    display: block;
}

 @media (max-width:1000px){
    .col1-podcast, .col2-podcast {
        width: 100%;
    }

    .podcast-home .ir {
        margin: 40px 0;
    }
 }

 @media (max-width:640px){
    .datos-podcast p:nth-child(3) .negrita-pd {
        width: 100%;
        display: flex;
    }
 }

@media (max-width:550px){
    .intro-podcast {
        width: 100%;
        padding: 0;
    }

    .logo-podcast {
        width: 100%;
    }

    .logo-podcast {
        width: 100%;
        margin-bottom: 40px;
    }
}


/* Reproductor podcast
 * =============================== */
/*player*/
        .plyr--audio .plyr__controls {
            padding: 0px;
        }

        input[type=range]::-webkit-slider-runnable-track {
            border-radius: 0px !important;
            background-color: var(--fb-white-color) !important;
        }

        .plyr--audio .plyr__control.plyr__tab-focus,
        .plyr--audio .plyr__control:hover,
        .plyr--audio .plyr__control[aria-expanded=true] {
            background-color: transparent;
            background: transparent;
        }

        .plyr--audio .plyr__controls {
            background: transparent !important;
        }

        .plyr__volume {
            width: 22.5%;
            max-width: unset;
        }

        .plyr__progress {
            margin-right: 35px;
        }

        .plyr__controls .plyr__controls__item:first-child {
            margin-left: 0;
            margin-right: auto;
            background-color: var(--fb-white-color) !important;
            border-radius: 100px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
            margin-right: 20px;
        }

        /*play*/
        .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
            color: var(--fb-green-color) !important;
            width: 30px;
            height: 30px;
            margin: 22px calc(22px - 3px) 22px calc(22px + 3px);
        }

        /*pausa*/
        .plyr__controls .plyr__controls__item:first-child .icon--pressed {
            color: var(--fb-green-color) !important;
            width: 30px;
            height: 30px;
            margin: 22px;
            /*menos 8 px del radio*/
        }

        .plyr--full-ui input[type=range] {
            color: var(--fb-green-color) !important;
        }

        .plyr__volume .plyr__control .icon--pressed,
        .plyr__volume .plyr__control .icon--not-pressed {
            color: var(--fb-grey-color) !important;
        }

        .plyr__volume svg {
            width: 29px;
            height: 23px;
        }

        .plyr__volume input[type="range"] {
            color: var(--fb-green-color) !important;
        }

        button.plyr__controls__item.plyr__control {
            margin-right: 30px !important;
        }

        .plyr__time--current {
            position: absolute;
            top: 60px;
            left: 0;
            left: calc(20px + 13.5%);
            margin-left: 18px !important;
        }

        .plyr__time--duration {
            position: absolute;
            top: 60px;
            right: 0;
            right: calc(20px + 23%);
        }

        .plyr__time+.plyr__time:before {
            display: none;
        }

        .plyr__control:hover {
            background: none !important;
        }

        @media (max-width:1700px) {

            .plyr__controls .plyr__controls__item.plyr__time {
                top: 58px;
            }

            .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
                width: 27px;
                height: 27px;
                margin: 19px calc(19px - 3px) 19px calc(19px + 3px);
            }

            .plyr__controls .plyr__controls__item:first-child .icon--pressed {
                width: 27px;
                height: 27px;
                margin: 19px;
            }

        }

        @media (max-width:1440px) {
            
            .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
                width: 22px;
                height: 22px;
                margin: 14px calc(14px - 3px) 14px calc(14px + 3px);
            }

            .plyr__controls .plyr__controls__item:first-child .icon--pressed {
                width: 22px;
                height: 22px;
                margin: 14px;
            }

            .plyr__volume svg {
                width: 26px;
                height: 20px;
            }

            .plyr__controls .plyr__controls__item.plyr__time {
                top: 50px;
            }

            h3.titulo-podcast {
                margin-top: 0;
            }
        }

        @media (max-width:980px) {

            /*player*/
            .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
                width: 25px;
                height: 25px;
                margin: 17px calc(17px - 3px) 17px calc(17px + 3px);
            }

            .plyr__controls .plyr__controls__item:first-child .icon--pressed {
                width: 25px;
                height: 25px;
                margin: 17px;
            }

            .plyr__controls .plyr__controls__item.plyr__time {
                top: 50px;
            }

        }

        @media (max-width:834px) {

            .plyr__time+.plyr__time {
                display: block !important;
            }

        }

        @media (max-width:700px) {
            .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
                width: 20px;
                height: 20px;
                margin: 18px calc(18px - 3px) 18px calc(18px + 3px);
            }

            .plyr__controls .plyr__controls__item:first-child .icon--pressed {
                width: 20px;
                height: 20px;
                margin: 18px;
            }
        }

        @media (max-width:625px) {
            .plyr__time--current {
                left: calc(30px + 13.5%);
            }

        }

        @media (max-width:550px) {

            .player_con {
                height: 145px;
            }

            .plyr__controls {
                display: block;
            }

            .plyr__volume {
                display: none;
            }

            .plyr__progress {
                margin-right: 14px;
            }

            .plyr__controls .plyr__controls__item:first-child {
                margin-right: 0px;
                margin-bottom: 0px;
            }

            button.plyr__controls__item.plyr__control {
                margin-right: 10px !important;
            }

            .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
                width: 25px;
                height: 25px;
                margin: 18px calc(18px - 3px) 18px calc(18px + 3px);
            }

            .plyr__controls .plyr__controls__item:first-child .icon--pressed {
                width: 25px;
                height: 25px;
                margin: 18px;
            }

            .plyr__controls .plyr__controls__item.plyr__time {
                padding: 0;
                top: 125px;
            }

            .plyr__controls .plyr__controls__item {
                margin-left: 0px;
            }

            .plyr__controls .plyr__controls__item.plyr__progress__container {
                padding-left: 0;
            }

            .plyr__time--current {
                left: 0;
            }

            .plyr__time--duration {
                right: 0;
            }

        }

        @media (max-width:389px) {

            .plyr {
                min-width: 100%;
            }

            .plyr__progress {
                margin-right: 0x;
            }

            .podcast-home .ir a {
                font-size: 18px;
                line-height: 20px;
            }
        }

        @media (max-width:370px){
            .podcast-home .ir a {
                font-size: 16px;
                line-height: 18px;
            }
        }

         @media (max-width:290px){
            button.plyr__controls__item.plyr__control {
                margin-right: 0px !important;
            }
         }


        /**** Fin Player ************/


@media (max-width: 1700px){
    .page-template-podcasts .noticas-actualidad-home {
        padding: 50px 15px 50px 50px;
        background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(3px);
        border-radius: 30px;
        gap: 70px;
    }

    .page-template-podcasts .fecha-primera-act-home {
        margin: 25px 0 8px;
        font-size: 17px;
        font-weight: 400;
        line-height: 28px;
    }

    .page-template-podcasts .interna-resto {
        height: 660px;
        overflow: auto;
    }

    .page-template-podcasts .post-act-home {
        margin: 0 10px 35px 0px;
        gap: 32px;
        /*min-height: 190px;*/
    }

    .page-template-podcasts p.title-act-home {
        font-size: 17px;
        font-weight: 600;
        line-height: 26px;
        margin: 15px 5px 15px 0px;
    }

    .cabecera-comunicacion-home .linea-separador {
        text-align: center;
        width: 30%;
    }

    .comunicacion-pie-home .boton-gris.hvr-rectangle-out{
        /*padding: 16px 40px;*/
        font-size: 16px;
    }
    .page-template-podcasts .podcasts{

    }
    .noticias_mobil{
        display: none;
    }
}

@media (max-width: 1600px){
    .page-template-podcasts .title-primera-act-home {
        font-size: 22px;
        font-weight: 600;
        line-height: 35px;
    }

    .page-template-podcasts .fecha-primera-act-home {
        margin: 25px 0 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .page-template-podcasts .ir.mas-primera-act-home {
        margin-bottom: 47px;
    }

    .page-template-podcasts .interna-resto {
        height: 620px;
        overflow: auto;
        padding: 0px 0px 0px 15px;
    }

    .page-template-podcasts .post-act-home {
        margin: 0 10px 40px 0px;
        gap: 20px;
        /*min-height: 170px;*/
    }

    .page-template-podcasts p.title-act-home {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin: 10px 5px 10px 0px;
    }
    .page-template-podcasts .podcasts{

    }
    .page-template-podcasts .noticias_mobil{
        display: none;
    }
}

@media (max-width: 1500px){
    .page-template-podcasts .boton-gris {
        padding: 18px 50px;
    }
    .page-template-podcasts .podcasts{

    }
    .page-template-podcasts .noticias_mobil{
        display: none;
    }
}

@media (max-width: 1440px){
    .cabecera-comunicacion-home h2 {
        font-size: 55px;
        line-height: 65px;
    }

    .cabecera-comunicacion-home .boton-gris {
        padding: 14px 30px;
        font-size: 16px;
    }

    .cabecera-comunicacion-home .linea-separador {
        width: 30%;
    }

    .page-template-podcasts .fecha-act-home {
        font-size: 14px;
        line-height: 20px;
    }

    .page-template-podcasts p.title-act-home {
        font-size: 15px;
        line-height: 23px;
    }

    .page-template-podcasts .ir.mas-primera-home a {
        font-size: 16px;
        line-height: 22px;
    }

    .page-template-podcasts .noticas-actualidad-home {
        gap: 75px;
    }

    .page-template-podcasts .post-act-home {
        /*min-height: 200px;*/
    }

    .page-template-podcasts .img-primera-act-home img {
        min-height: 325px;
    }

    .page-template-podcasts .ir.mas-primera-act-home {
        margin-bottom: 90px;
    }

    .page-template-podcasts .fecha-primera-act-home {
        margin: 26px 0 5px;
        font-size: 16px;
        line-height: 22px;
    }

    .page-template-podcasts .title-primera-act-home {
        font-size: 20px;
        line-height: 30px;
    }

    .page-template-podcasts .ir.mas-primera-act-home a {
        font-size: 16px;
        line-height: 22px;
    }

    .page-template-podcasts .primera-noticia-home .boton-gris.hvr-rectangle-out {
        font-size: 16px;
        padding: 14px 45px;
    }

    .page-template-podcasts .interna-resto {
        height: 700px;
        overflow: auto;
    }
    .page-template-podcasts .podcasts{

    }
    .page-template-podcasts .noticias_mobil{
        display: none;
    }
}

@media (max-width: 1280px){
    .cabecera-comunicacion-home h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .page-template-podcasts .img-primera-act-home img {
        min-height: 288px;
    }

    .page-template-podcasts .fecha-primera-act-home {
        margin: 23px 0 0px;
        font-size: 15px;
        line-height: 21px;
    }

    .page-template-podcasts .page-template-podcasts .title-primera-act-home {
        font-size: 18px;
        line-height: 27px;
    }

    .page-template-podcasts .ir.mas-primera-act-home a {
        font-size: 15px;
        line-height: 21px;
    }

    .page-template-podcasts .ir.mas-primera-act-home {
        margin-bottom: 60px;
    }

    .page-template-podcasts .noticas-actualidad-home {
        gap: 65px;
    }

    .page-template-podcasts .post-act-home {
        /*min-height: 176px;*/
        gap: 23px;
        margin: 0 10px 28px 0px;
    }

    .page-template-podcasts p.title-act-home {
        font-size: 14px;
        line-height: 21px;
    }

    .page-template-podcasts .ir.mas-primera-home a {
        font-size: 15px;
        line-height: 21px;
    }

    .page-template-podcasts .interna-resto {
        height: 600px;
    }

    .page-template-podcasts .primera-noticia-home p {
        margin: 10px 0;
    }
    .page-template-podcasts .podcasts{

    }
    .page-template-podcasts .noticias_mobil{
        display: none;
    }

    .page-template-podcasts .imagen-act-home img{
        height: auto;
    }
}

@media (max-width: 940px){

    .comunicacion-pie-home .container {
        padding: 30px 90px;
    }

    .cabecera-comunicacion-home .boton-gris.hvr-rectangle-out.oculta{
        display: block;
    }

    .cabecera-comunicacion-home .boton-gris, .cabecera-comunicacion-home .linea-separador{
        display: none;
    }

    .page-template-podcasts .noticas-actualidad-home {
        flex-wrap: wrap;
        padding: 50px 90px;
        height: 830px;
        overflow: auto;
        background: none;
        backdrop-filter: initial;
        border-radius: 0;
    }


    .page-template-podcasts .primera-noticia-home,
    .page-template-podcasts .resto-noticas-home {
        width: 100%;
    }


    .page-template-podcasts .interna-resto {
        height: auto;
        overflow: initial;
    }

    .page-template-podcasts .post-act-home {
        flex-wrap: wrap;
    }

    .page-template-podcasts .intro-act-home,
    .page-template-podcasts .imagen-act-home {
        width: 100%;
    }

    .page-template-podcasts .imagen-act-home img {
        filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.75));
    }

    .page-template-podcasts .noticas-actualidad-home::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    .page-template-podcasts .noticas-actualidad-home::-webkit-scrollbar-track {
        background-color: var(--fb-white-color);;
        border-radius: 10px;
    }
    /* Handle */
    .page-template-podcasts .noticas-actualidad-home::-webkit-scrollbar-thumb {
        background: var(--fb-green-color);;
        border-radius: 10px;
        border:2px solid var(--fb-white-color);
    }
    /* Handle on hover */
    .page-template-podcasts .noticas-actualidad-home::-webkit-scrollbar-thumb:hover {
        background: var(--fb-green-color);;
    }

    .page-template-podcasts .contenedor-noticias {
        background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(15px);
        border-radius: 30px;
        padding: 10px;
    }

    .page-template-podcasts .imagen-act-home img, .page-template-podcasts .img-primera-act-home img {
        min-height: auto;
    }
    .page-template-podcasts .podcasts{
        width: 80%;
    }
    .page-template-podcasts .noticias_mobil{
        display: none;
    }

    .page-template-podcasts .imagen-act-home img{
        height: auto;
    }

}
@media (max-width: 767px){
    .page-template-podcasts .noticias_mobil{
        display: block;
    }
    .page-template-podcasts .noticias_pc{
        display: none;
    }
}

@media (max-width: 620px){

    .page-template-podcasts .imagen-act-home img, .page-template-podcasts .img-primera-act-home img {
        min-height: auto;
    }

    .page-template-podcasts .primera-noticia-home p {
        font-size: 16px;
        line-height: 22px;
    }

    .page-template-podcasts .primera-noticia-home .boton-gris.hvr-rectangle-out {
        font-size: 16px;
        padding: 16px 50px;
    }

    .page-template-podcasts .noticas-actualidad-home {
        padding: 38px 20px;
    }

    .page-template-podcasts .imagen-act-home img, .page-template-podcasts .img-primera-act-home img {
        filter: drop-shadow(15px 4px 12px rgba(0, 0, 0, 0.75));
    }
    .page-template-podcasts .podcasts{
        width: 100%;
        padding: 30px 33px 31px;
    }
    .page-template-podcasts .podcasts h2{
        flex-direction: column;
        font-size: 35px;
    }
}

@media (max-width: 550px){
    .cabecera-dark .menu-principal .container {
        padding: 20px !important;
    }

    .page-template-podcasts .noticas-actualidad-home {
        padding: 38px 10px;
    }

    .col-podcast.col2-podcast {
        padding: 15px 30px;
    }

    .page-template-podcasts .interna-resto {
        padding: 0;
    }

    .player_con {
        height: 100px;
    }

    .plyr__controls .plyr__controls__item:first-child .icon--not-pressed{
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 450px){
    .page-template-podcasts .interna-resto::-webkit-scrollbar {
        width: 5px !important;
    }
    .page-template-podcasts .podcasts{
        width: 100%;
        padding: 30px 33px 31px;
    }
    .page-template-podcasts .podcasts h2{
        flex-direction: column;
        font-size: 35px;
    }
}

@media (max-width: 375px){
    .col-podcast.col2-podcast {
        padding: 15px 10px;
    }

    .player_con {
        height: 80px;
    }

    .plyr__controls .plyr__controls__item:first-child .icon--not-pressed {
        width: 15px;
        height: 15px;
    }

    .plyr__controls .plyr__controls__item:first-child {
        padding: 0px;
    }
}


@media (max-width: 290px){
    .intro-comunicacione-home .boton-gris.hvr-rectangle-out.oculta {
        font-size: 14px;
    }

    .page-template-podcasts .imagen-act-home img, .page-template-podcasts .img-primera-act-home img {
        min-height: auto;
    }

    .page-template-podcasts .noticas-actualidad-home {
        padding: 20px 10px;
    }

    .page-template-podcasts .page-template-podcasts .title-primera-act-home {
        font-size: 16px;
        line-height: 25px;
    }

    .page-template-podcasts .primera-noticia-home p {
        font-size: 15px;
        line-height: 21px;
        font-weight: 400;
    }

    .page-template-podcasts .primera-noticia-home .boton-gris.hvr-rectangle-out {
        font-size: 11px;
        padding: 10px 36px;
    }
    .page-template-podcasts .podcasts{
        width: 100%;
        padding: 30px 33px 31px;
    }
    .page-template-podcasts .podcasts h2{
        flex-direction: column;
        font-size: 35px;
    }

    .container {
        padding: 10px;
    }

    .home-podcasts .container {
        padding: 10px;
    }

    .contenedor-noticias {
        padding: 10px 0px !important;
    }

    .player_con {
        height: 60px;
    }

    .page-template-podcasts .home-podcasts {
        padding: 185px 0 50px;
    }

    .page-template-podcasts .section-biodirecto {
        padding-bottom: 0px;
    }
}