*{
        margin: 0;
        padding: 0;
    }
    .page-template-dialogos .text-white{
        color: var(--fb-white-color) !important;
    }
    .page-template-dialogos .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/dialogos/fondo-dialogos.jpg);
        background-position: top center;
        position: relative;
        z-index: 0;
    }
    .page-template-dialogos .podcasts{
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(15px);
        border-radius: 20px;
        padding: 30px 50px 31px 50px;
        width: 49%;
    }
    .page-template-dialogos .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-dialogos .podcasts h2 img{
        width: 115px;
        margin-right: 20px;
    }
    .page-template-dialogos .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-dialogos .fecha-act-home{
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
        color: var(--fb-white-color);
    }
    .page-template-dialogos .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-dialogos .section-biodirecto{
        background: linear-gradient(180deg, #141414 0%, #024E65 100%);
        position: relative;
        padding-bottom: 50px;
    }
    .page-template-dialogos .contenedor-noticias{
        position: relative;
        top: -155px;
    }
    .page-template-dialogos .banner-estatica{
        /*height: auto;*/
        height: 0;
    }
    .page-template-dialogos .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-dialogos .primera-noticia-home{
        width: 60%;
    }
    .page-template-dialogos .resto-noticas-home{
        width: 40%;
    }
    .page-template-dialogos .imagen-act-home,
    .page-template-dialogos .intro-act-home {
        width: 50%;
    }
    .page-template-dialogos .fecha-primera-act-home {
        margin: 10px 0 42px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        color: var(--fb-white-color);
    }
    .page-template-dialogos .title-primera-act-home {
        font-size: 25px;
        font-weight: 600;
        line-height: 38px;
    }
    .page-template-dialogos .mas-primera-act-home{
        cursor: pointer;
        margin-bottom: 25px;
        padding-top: 20px;
        border-top: 1px solid var(--fb-white-color);
    }
    .page-template-dialogos .mas-primera-act-home span{
        color: var(--fb-white-color);
        font-size: 18px;
    }
    .page-template-dialogos .mas-primera-act-home img{
        width: 20px;
        float: right;
    }
    .page-template-dialogos .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-dialogos .option-heading.is-active img {
        transform: rotate(180deg);
    }
    .page-template-dialogos .option-content {
        color: var(--fb-white-color);
    }
    
    .page-template-dialogos .option-content a {
        color: var(--fb-white-color);
    }
    
    .page-template-dialogos .is-hidden { display: none; }
    
    
    .page-template-dialogos .title-act-home{
        margin-bottom: 12px;
        color: var(--fb-white-color);
    }
    .font-white{
        color: var(--fb-white-color) !important;
    }
    .page-template-dialogos .title-primera-act-home a,
    .page-template-dialogos .title-primera-act-home a:hover,
    .page-template-dialogos .title-primera-act-home a:visited,
    .page-template-dialogos .title-act-home a,
    .page-template-dialogos .title-act-home a:hover,
    .page-template-dialogos .title-act-home a:visited {
        color: var(--fb-white-color);
        text-decoration: none;
    }
    .page-template-dialogos .primera-noticia-home p {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: var(--fb-white-color);
    }
    .page-template-dialogos .ir.mas-primera-act-home {
        margin-bottom: 25px;
        cursor: pointer;
    }

    .page-template-dialogos .interna-resto {
        /*height: 720px;*/
        height: 690px;
        overflow: auto;
        padding: 0px 0px 0px 15px;
    }
    .page-template-dialogos .interna-resto::-webkit-scrollbar {
        width: 10px;
    }
    .page-template-dialogos .interna-resto::-webkit-scrollbar-track {
        background-color: var(--fb-white-color);;
        border-radius: 10px;
    }
    .page-template-dialogos .interna-resto::-webkit-scrollbar-thumb {
        background: var(--fb-green-color);;
        border-radius: 10px;
        border:2px solid var(--fb-white-color);
    }
    .page-template-dialogos .interna-resto::-webkit-scrollbar-thumb:hover {
        background: var(--fb-green-color);;
    }
    
    .page-template-dialogos .post-act-home {
        margin: 0 10px 40px 0px;
        gap: 33px;
        /*min-height: 149px;*/
        cursor: pointer;
    }
    .page-template-dialogos .noticas-actualidad-home,
    .page-template-dialogos .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-dialogos .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-dialogos .imagen-act-home{
        position: relative;
    }
    .page-template-dialogos .imagen-act-home .abs{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 35px;
    }
    .page-template-dialogos .post-act-home:hover .abs{
        color: red;
    }
    .page-template-dialogos .imagen-act-home img,
    .page-template-dialogos .img-primera-act-home img {
        /*object-fit: cover;*/
        /*height: 100%;*/
        /*object-position: center;*/
        width: 100%;
    }
    
    .page-template-dialogos .imagen-act-home img{
        object-fit: cover;
        height: 128px;
        object-position: top;
    }
    
    .page-template-dialogos .primera-noticia-home .img-primera-act-home img,
    .page-template-dialogos .imagen-act-home a iframe {
        width: 100%;
    }
    .page-template-dialogos .imagen-act-home a iframe {
        filter: drop-shadow(15px 4px 12px rgba(0, 0, 0, 0.75));
    }
    .page-template-dialogos .primera-noticia-home .img-primera-act-home img {
        filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.75));
    }
    .page-template-dialogos .primera-noticia-home .img-primera-act-home img:hover {
        filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 1.75));
    }
    .page-template-dialogos .imagen-act-home a img:hover {
        filter: drop-shadow(15px 4px 12px rgba(0, 0, 0, 1.75));
    }
    
    .page-template-dialogos .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-dialogos .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;
    }
    
     @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;
        }
    }
    
    
    
    @media (max-width: 1700px){
        .page-template-dialogos .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-dialogos .fecha-primera-act-home {
            margin: 25px 0 8px;
            font-size: 17px;
            font-weight: 400;
            line-height: 28px;
        }
    
        .page-template-dialogos .interna-resto {
            height: 660px;
            overflow: auto;
        }
    
        .page-template-dialogos .post-act-home {
            margin: 0 10px 35px 0px;
            gap: 32px;
            /*min-height: 190px;*/
        }
    
        .page-template-dialogos 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-dialogos .podcasts{
    
        }
        .noticias_mobil{
            display: none;
        }
    }
    
    @media (max-width: 1600px){
        .page-template-dialogos .title-primera-act-home {
            font-size: 22px;
            font-weight: 600;
            line-height: 35px;
        }
    
        .page-template-dialogos .fecha-primera-act-home {
            margin: 25px 0 8px;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }
    
        .page-template-dialogos .ir.mas-primera-act-home {
            margin-bottom: 47px;
        }
    
        .page-template-dialogos .interna-resto {
            height: 620px;
            overflow: auto;
            padding: 0px 0px 0px 15px;
        }
    
        .page-template-dialogos .post-act-home {
            margin: 0 10px 40px 0px;
            gap: 20px;
            /*min-height: 170px;*/
        }
    
        .page-template-dialogos p.title-act-home {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            margin: 10px 5px 10px 0px;
        }
        .page-template-dialogos .podcasts{
    
        }
        .page-template-dialogos .noticias_mobil{
            display: none;
        }
    }
    
    @media (max-width: 1500px){
        .page-template-dialogos .boton-gris {
            padding: 18px 50px;
        }
        .page-template-dialogos .podcasts{
    
        }
        .page-template-dialogos .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-dialogos .fecha-act-home {
            font-size: 14px;
            line-height: 20px;
        }
    
        .page-template-dialogos p.title-act-home {
            font-size: 15px;
            line-height: 23px;
        }
    
        .page-template-dialogos .ir.mas-primera-home a {
            font-size: 16px;
            line-height: 22px;
        }
    
        .page-template-dialogos .noticas-actualidad-home {
            gap: 75px;
        }
    
        .page-template-dialogos .post-act-home {
            /*min-height: 200px;*/
        }
    
        .page-template-dialogos .img-primera-act-home img {
            min-height: 325px;
        }
    
        .page-template-dialogos .ir.mas-primera-act-home {
            margin-bottom: 90px;
        }
    
        .page-template-dialogos .fecha-primera-act-home {
            margin: 26px 0 5px;
            font-size: 16px;
            line-height: 22px;
        }
    
        .page-template-dialogos .title-primera-act-home {
            font-size: 20px;
            line-height: 30px;
        }
    
        .page-template-dialogos .ir.mas-primera-act-home a {
            font-size: 16px;
            line-height: 22px;
        }
    
        .page-template-dialogos .primera-noticia-home .boton-gris.hvr-rectangle-out {
            font-size: 16px;
            padding: 14px 45px;
        }
    
        .page-template-dialogos .interna-resto {
            height: 700px;
            overflow: auto;
        }
        .page-template-dialogos .podcasts{
    
        }
        .page-template-dialogos .noticias_mobil{
            display: none;
        }
    }
    
    @media (max-width: 1280px){
        .cabecera-comunicacion-home h2 {
            font-size: 50px;
            line-height: 60px;
        }
    
        .page-template-dialogos .img-primera-act-home img {
            min-height: 288px;
        }
    
        .page-template-dialogos .fecha-primera-act-home {
            margin: 23px 0 0px;
            font-size: 15px;
            line-height: 21px;
        }
    
        .page-template-dialogos .page-template-dialogos .title-primera-act-home {
            font-size: 18px;
            line-height: 27px;
        }
    
        .page-template-dialogos .ir.mas-primera-act-home a {
            font-size: 15px;
            line-height: 21px;
        }
    
        .page-template-dialogos .ir.mas-primera-act-home {
            margin-bottom: 60px;
        }
    
        .page-template-dialogos .noticas-actualidad-home {
            gap: 65px;
        }
    
        .page-template-dialogos .post-act-home {
            /*min-height: 176px;*/
            gap: 23px;
            margin: 0 10px 28px 0px;
        }
    
        .page-template-dialogos p.title-act-home {
            font-size: 14px;
            line-height: 21px;
        }
    
        .page-template-dialogos .ir.mas-primera-home a {
            font-size: 15px;
            line-height: 21px;
        }
    
        .page-template-dialogos .interna-resto {
            height: 600px;
        }
    
        .page-template-dialogos .primera-noticia-home p {
            margin: 10px 0;
        }
        .page-template-dialogos .podcasts{
    
        }
        .page-template-dialogos .noticias_mobil{
            display: none;
        }
    
        .page-template-dialogos .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-dialogos .noticas-actualidad-home {
            flex-wrap: wrap;
            padding: 50px 90px;
            height: 830px;
            overflow: auto;
            background: none;
            backdrop-filter: initial;
            border-radius: 0;
        }
    
    
        .page-template-dialogos .primera-noticia-home,
        .page-template-dialogos .resto-noticas-home {
            width: 100%;
        }
    
    
        .page-template-dialogos .interna-resto {
            height: auto;
            overflow: initial;
        }
    
        .page-template-dialogos .post-act-home {
            flex-wrap: wrap;
        }
    
        .page-template-dialogos .intro-act-home,
        .page-template-dialogos .imagen-act-home {
            width: 100%;
        }
    
        .page-template-dialogos .imagen-act-home img {
            filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.75));
        }
    
        .page-template-dialogos .noticas-actualidad-home::-webkit-scrollbar {
            width: 10px;
        }
        /* Track */
        .page-template-dialogos .noticas-actualidad-home::-webkit-scrollbar-track {
            background-color: var(--fb-white-color);;
            border-radius: 10px;
        }
        /* Handle */
        .page-template-dialogos .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-dialogos .noticas-actualidad-home::-webkit-scrollbar-thumb:hover {
            background: var(--fb-green-color);;
        }
    
        .page-template-dialogos .contenedor-noticias {
            background: rgba(0, 0, 0, 0.45);
            backdrop-filter: blur(15px);
            border-radius: 30px;
            padding: 10px;
        }
    
        .page-template-dialogos .imagen-act-home img, .page-template-dialogos .img-primera-act-home img {
            min-height: auto;
        }
        .page-template-dialogos .podcasts{
            width: 80%;
        }
        .page-template-dialogos .noticias_mobil{
            display: none;
        }
    
        .page-template-dialogos .imagen-act-home img{
            height: auto;
        }
    
    }
    @media (max-width: 767px){
        .page-template-dialogos .noticias_mobil{
            display: block;
        }
        .page-template-dialogos .noticias_pc{
            display: none;
        }
    }
    
    @media (max-width: 620px){
    
        .page-template-dialogos .imagen-act-home img, .page-template-dialogos .img-primera-act-home img {
            min-height: auto;
        }
    
        .page-template-dialogos .primera-noticia-home p {
            font-size: 16px;
            line-height: 22px;
        }
    
        .page-template-dialogos .primera-noticia-home .boton-gris.hvr-rectangle-out {
            font-size: 16px;
            padding: 16px 50px;
        }
    
        .page-template-dialogos .noticas-actualidad-home {
            padding: 38px 20px;
        }
    
        .page-template-dialogos .imagen-act-home img, .page-template-dialogos .img-primera-act-home img {
            filter: drop-shadow(15px 4px 12px rgba(0, 0, 0, 0.75));
        }
        .page-template-dialogos .podcasts{
            width: 100%;
            padding: 30px 33px 31px;
        }
        .page-template-dialogos .podcasts h2{
            flex-direction: column;
            font-size: 35px;
        }
    }
    
    @media (max-width: 550px){
        .cabecera-dark .menu-principal .container {
            padding: 20px !important;
        }
    
        .page-template-dialogos .noticas-actualidad-home {
            padding: 38px 10px;
        }
    
        .col-podcast.col2-podcast {
            padding: 15px 30px;
        }
    
        .page-template-dialogos .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-dialogos .interna-resto::-webkit-scrollbar {
            width: 5px !important;
        }
        .page-template-dialogos .podcasts{
            width: 100%;
            padding: 30px 33px 31px;
        }
        .page-template-dialogos .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-dialogos .imagen-act-home img, .page-template-dialogos .img-primera-act-home img {
            min-height: auto;
        }
    
        .page-template-dialogos .noticas-actualidad-home {
            padding: 20px 10px;
        }
    
        .page-template-dialogos .page-template-dialogos .title-primera-act-home {
            font-size: 16px;
            line-height: 25px;
        }
    
        .page-template-dialogos .primera-noticia-home p {
            font-size: 15px;
            line-height: 21px;
            font-weight: 400;
        }
    
        .page-template-dialogos .primera-noticia-home .boton-gris.hvr-rectangle-out {
            font-size: 11px;
            padding: 10px 36px;
        }
        .page-template-dialogos .podcasts{
            width: 100%;
            padding: 30px 33px 31px;
        }
        .page-template-dialogos .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-dialogos .home-podcasts {
            padding: 185px 0 50px;
        }
    
        .page-template-dialogos .section-biodirecto {
            padding-bottom: 0px;
        }
    }