.elementor-2694 .elementor-element.elementor-element-4f14a30e{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--background-transition:0.3s;--margin-top:06em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;}.elementor-2694 .elementor-element.elementor-element-e36c92c > .elementor-widget-container{margin:0 auto 0 auto;}.elementor-2694 .elementor-element.elementor-element-e36c92c{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}body.elementor-page-2694:not(.elementor-motion-effects-element-type-background), body.elementor-page-2694 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-text ) 100%);}/* Start custom CSS for container, class: .elementor-element-4f14a30e */.lista-posts-filtrados .card-noticia {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.lista-posts-filtrados .card-noticia .imagen-wrap {
    order: 2;
    border-radius: 5px;
    overflow: hidden;
}
.lista-posts-filtrados .card-noticia .imagen-wrap img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lista-posts-filtrados .card-noticia .contenido-wrap {
    display: flex; 
    flex-direction: column;
    flex: 1;
}
.lista-posts-filtrados .card-noticia .contenido-wrap h3 a {
    text-decoration: none;
    font-size: 1;
    font-weight: bold;
}

.lista-posts-filtrados .card-noticia .contenido-wrap p {
    color: #1a4a85;
    line-height: 1;
}/* End custom CSS */