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

.is-hidden { display: none; }

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


.page-template-puerta-biodiversidad .title-act-home{
    margin-bottom: 12px;
    color: var(--fb-white-color);
}
.font-white{
    color: var(--fb-white-color) !important;
}
.page-template-puerta-biodiversidad .title-primera-act-home a,
.page-template-puerta-biodiversidad .title-primera-act-home a:hover,
.page-template-puerta-biodiversidad .title-primera-act-home a:visited,
.page-template-puerta-biodiversidad .title-act-home a,
.page-template-puerta-biodiversidad .title-act-home a:hover,
.page-template-puerta-biodiversidad .title-act-home a:visited {
    color: var(--fb-white-color);
    text-decoration: none;
}
.page-template-puerta-biodiversidad .primera-noticia-home p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--fb-white-color);
}
.page-template-puerta-biodiversidad .ir.mas-primera-act-home {
    margin-bottom: 25px;
    cursor: pointer;
}

.page-template-puerta-biodiversidad .interna-resto {
    /*height: 720px;*/
    height: 690px;
    overflow: auto;
    padding: 0px 0px 0px 15px;
}
.page-template-puerta-biodiversidad .interna-resto::-webkit-scrollbar {
    width: 10px;
}
.page-template-puerta-biodiversidad .interna-resto::-webkit-scrollbar-track {
    background-color: var(--fb-white-color);;
    border-radius: 10px;
}
.page-template-puerta-biodiversidad .interna-resto::-webkit-scrollbar-thumb {
    background: var(--fb-green-color);;
    border-radius: 10px;
    border:2px solid var(--fb-white-color);
}
.page-template-puerta-biodiversidad .interna-resto::-webkit-scrollbar-thumb:hover {
    background: var(--fb-green-color);;
}

.page-template-puerta-biodiversidad .post-act-home {
    margin: 0 10px 40px 0px;
    gap: 33px;
    /*min-height: 149px;*/
    cursor: pointer;
}
.page-template-puerta-biodiversidad .noticas-actualidad-home,
.page-template-puerta-biodiversidad .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-puerta-biodiversidad .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-puerta-biodiversidad .imagen-act-home{
    position: relative;
}
.page-template-puerta-biodiversidad .imagen-act-home .abs{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
}
.page-template-puerta-biodiversidad .post-act-home:hover .abs{
    color: red;
}
.page-template-puerta-biodiversidad .imagen-act-home img,
.page-template-puerta-biodiversidad .img-primera-act-home img {
    /*object-fit: cover;*/
    /*height: 100%;*/
    /*object-position: center;*/
    width: 100%;
}

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

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

.page-template-puerta-biodiversidad .noticias_mobil{
    display: none;
}

.page-template-puerta-biodiversidad .descarga{
    width: 100%;
    min-height: 72px;
    background: #F0F0F0;
    border-radius: 15px;
    padding: 22px 30px;
    line-height: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.page-template-puerta-biodiversidad .descarga p{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-decoration-line: underline;
    color: #333333;
    margin: 0;
}
.page-template-puerta-biodiversidad .descarga img{
    width: 20px;
}

/*.page-template-puerta-biodiversidad .descarga.oculta{
    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-puerta-biodiversidad .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:834px){
    .page-template-transparencia .descarga p{
        font-size: 14px;
    }

    .page-template-puerta-biodiversidad .podcasts {
        width: 100% !important;
    }
 }

 @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-puerta-biodiversidad .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-puerta-biodiversidad .fecha-primera-act-home {
        margin: 25px 0 8px;
        font-size: 17px;
        font-weight: 400;
        line-height: 28px;
    }

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

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

    .page-template-puerta-biodiversidad 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-puerta-biodiversidad .podcasts{

    }
    .noticias_mobil{
        display: none;
    }
}

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

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

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

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

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

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

    }
    .page-template-puerta-biodiversidad .noticias_mobil{
        display: none;
    }
}

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

    }
    .page-template-puerta-biodiversidad .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-puerta-biodiversidad .fecha-act-home {
        font-size: 14px;
        line-height: 20px;
    }

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

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

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

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

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

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

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

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

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

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

    .page-template-puerta-biodiversidad .interna-resto {
        height: 700px;
        overflow: auto;
    }
    .page-template-puerta-biodiversidad .podcasts{
        width: 60%;
    }
    .page-template-puerta-biodiversidad .noticias_mobil{
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

    }
    .page-template-puerta-biodiversidad .noticias_mobil{
        display: none;
    }

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

    .page-template-puerta-biodiversidad .descarga p{
        font-size: 15px;
        line-height: 20px;
    }
}

@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-puerta-biodiversidad .noticas-actualidad-home {
        flex-wrap: wrap;
        padding: 50px 90px;
        height: 830px;
        overflow: auto;
        background: none;
        backdrop-filter: initial;
        border-radius: 0;
    }


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


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

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

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

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

    .page-template-puerta-biodiversidad .noticas-actualidad-home::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    .page-template-puerta-biodiversidad .noticas-actualidad-home::-webkit-scrollbar-track {
        background-color: var(--fb-white-color);;
        border-radius: 10px;
    }
    /* Handle */
    .page-template-puerta-biodiversidad .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-puerta-biodiversidad .noticas-actualidad-home::-webkit-scrollbar-thumb:hover {
        background: var(--fb-green-color);;
    }

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

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

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

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

    .page-template-puerta-biodiversidad .descarga p {
        font-size: 15px;
    }
}

@media (min-width: 768px){
    .page-template-puerta-biodiversidad .descarga p {
        font-size: 17px;
    }
}

@media (min-width: 992px){
        .page-template-puerta-biodiversidad .descarga p {
        font-size: 16px;
    }
}
    
@media (max-width: 620px){

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

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

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

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

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

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

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

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

    .page-template-puerta-biodiversidad .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-puerta-biodiversidad .interna-resto::-webkit-scrollbar {
        width: 5px !important;
    }
    .page-template-puerta-biodiversidad .podcasts{
        width: 100%;
        padding: 30px 33px 31px;
    }
    .page-template-puerta-biodiversidad .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;
    }

    .page-template-puerta-biodiversidad .podcasts h2 {
        font-size: 32px;
    }
}


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

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

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

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

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

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

    .container {
        padding: 10px;
    }

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

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

    .player_con {
        height: 60px;
    }

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

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