@media only screen and (max-width:1024) {

    .tarjeta-revista.destacada.podcast{
        flex-direction: column;
      }
   
}

@media only screen and (max-width: 800px){

    .contenedor-posts-categorias .post-info h3{
        font-size: 18px;
        line-height: 25px;
    }

    .contenedor-posts-categorias .post-info p{
        font-size: 14px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 850px) {
    .tarjeta-revista.destacada p{
        max-width: 80%;
    }
}

@media only screen and (max-width: 700px) {
    .tarjeta-revista.destacada{
        flex-direction: column;
        align-items: center;
    }

    .tarjeta-revista.destacada img{
        min-width: 0px !important;
        margin-top: 35px;
    }

    .tarjeta-revista-col2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}


@media only screen and (max-width: 600px){
    .tarjeta-revista{
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .tarjeta-revista-col2{
        margin: 25px auto 0px auto;
    }

    .tarjeta-revista-col2 p{
        font-size: 16px;
    }
    .agenda__enlace.boton_pdf{
        padding: 10px 50px;
        width: 80%;
        display: flex;
        margin: 25px auto 0px auto;
        justify-content: center;
    }

    .formulario-proyectos .footer-form {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-bottom: 35px;
      }

    .formulario-proyectos .footer-form a{
        width: inherit;
    }

    .kt-adv-heading_c1f78a-9f.wp-block-kadence-advancedheading a{
        font-size: 20px;
    }

    .wp-block-kadence-advancedbtn.kt-btn-align-center.kt-btn-tablet-align-inherit.kt-btn-mobile-align-inherit.kt-btns-wrap.kt-btns_eba0c7-81{
        margin-top: 35px;
    }
}

@media only screen and (max-width: 500px){
    .agenda__enlace.boton_pdf{

        padding: 10px 25px;

    }

    .elementos-forumlario {
        display: flex;
        flex-direction: column !important;
    }

}