/**Estilos para el ARCHIVE DE ACTUALIDAD**/

:root {
    --verde: #1c4a57;
    --rojo: #e56358;
    --amarillo: #efe8c2;
    --gris-fondo: #e8edee;
    --cultura: #bcbab1;
    --verde-oscuro: #102f38;
    --rojo-urgente: #d3382b;
    --azul-claro: #137e96;
    --readex: 'Libre Franklin', Sans-serif;
}


.titulo-editorial{
    position: relative;
}

/* .titulo-editorial::after{
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    border-bottom: 2px solid white;
    bottom: 1px;
} */

.archive-editorial article {
    padding-bottom: 20px !important;
    background-color: var(--azul-claro);
    margin-bottom: 20px !important;
    border:1px solid var(--verde)
}

.archive-editorial article a{
    color: white !important;
}

.archive-editorial .autor-noticia-archive{
    display: none;
}


@media (min-width: 768px) {

    .elementor-grid-tablet-2 .elementor-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .elementor-grid-tablet-2 .elementor-grid article {
        flex: 0 0 49%;
    }

    .elementor-grid-tablet-2 .elementor-grid article:first-of-type {
        flex: 0 0 100%;
    }

}

@media (min-width: 1024px) {
    .elementor-grid-tablet-2 .elementor-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .elementor-grid-tablet-2 .elementor-grid article {
        flex: 0 0 32%;
    }
}