.cf-blog {
    width: 100%;
}

/* ==========================
   GRID
========================== */

.cf-blog__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: stretch;
}

.cf-blog__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
}

/* ==========================
   IMAGEN
========================== */

.cf-blog__image {
    width: 100%;
    aspect-ratio: 2.5 / 2;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.cf-blog__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* ==========================
   ETIQUETA
========================== */

.cf-blog__etiqueta {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;

    display: flex;
    align-items: flex-start;
    max-width: calc(100% - 24px);
}

.cf-blog__etiqueta h5 {
    margin: 0;
    padding: 8px 12px;

    color: #020049;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;

    max-width: 230px;
    word-break: break-word;
}

.cf-blog__etiqueta .icon-crown {
    background: rgba(60, 60, 60, .9);
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-left: 4px;
    border-radius: 4px;
    font-size: 18px;
}

/* ==========================
   COLORES CATEGORÍAS
========================== */

.cf-blog__etiqueta__Agribusiness_and_Food h5,
.cf-blog__etiqueta__Agroindustria_y_alimentos h5 {
    background: #c9ffc9;
}

.cf-blog__etiqueta__Lifestyle_and_Consumption h5,
.cf-blog__etiqueta__Estilo_de_vida_y_consumo h5 {
    background: #ffd5ff;
}

.cf-blog__etiqueta__Construction_Energy_and_Environment_Industry h5,
.cf-blog__etiqueta__Industria_construcción_energía_y_medio_ambiente h5 {
    background: #b5ffff;
}

.cf-blog__etiqueta__Creative_Industries_and_the_Orange_Economy h5,
.cf-blog__etiqueta__Industrias_creativas_y_economía_naranja h5 {
    background: #f9c7aa;
}

.cf-blog__etiqueta__Fashion_and_Clothing_Manufacture h5,
.cf-blog__etiqueta__Moda_y_confección h5 {
    background: #ffafaf;
}

.cf-blog__etiqueta__Tourism h5,
.cf-blog__etiqueta__Turismo h5 {
    background: #fbcb85;
}

.cf-blog__etiqueta__For_Your_Company h5,
.cf-blog__etiqueta__Para_tu_empresa h5 {
    background: #a2b5ff;
}

.cf-blog__etiqueta__Practical_Guides h5,
.cf-blog__etiqueta__Guías_prácticas h5 {
    background: #d8c7ff;
}

/* ==========================
   CONTENIDO TARJETA
========================== */

.cf-blog__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 15px;
}

.cf-blog__card-title {
    margin: 0 0 12px;
    color: #020049;
    line-height: 1.3;
}

.cf-blog__excerpt {
    line-height: 1.5;
    margin-bottom: 15px;
}

.cf-blog__excerpt:empty {
    display: none;
}

/* ==========================
   LINK VER MÁS
========================== */

.linkBlog {
    margin-top: auto;
}

.linkBlog a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 44px;
    background: #020049;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all .3s ease;
}

.linkBlog a:hover {
    background: #020049;
}

/* ==========================
   DETALLE
========================== */

.cf-blog-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.cf-blog-detail {
    flex: 1;
    min-width: 0;
}

.cf-blog-sidebar {
    width: 280px;
    flex-shrink: 0;
}

.cf-blog-detail__image {
    float: left;
    width: 380px;
    margin: 0 40px 25px 0;
}

.cf-blog-detail__image img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.cf-blog-detail__title {
    margin-bottom: 25px;
    color: #020049;
}

.cf-blog-detail__content {
    line-height: 1.8;
}

/* ==========================
   CONTENIDO ARTÍCULO
========================== */

.cf-blog-detail__content img {
    border-radius: 8px;
    margin: 10px 0;
    max-width: 100%;
    height: auto;
}

.cf-blog-detail__content img.banner,
.cf-blog-detail__content img.cf-blog-detail__banner {
    max-height: 200px;
    object-fit: cover;
    margin: 13px 0;
}

.cf-blog-detail__content h1,
.cf-blog-detail__content h2,
.cf-blog-detail__content h3,
.cf-blog-detail__content h4 {
    color: #020049;
    margin-top: 20px;
    margin-bottom: 12px;
}

.cf-blog-detail__content p {
    margin-bottom: 12px;
}

.cf-blog-detail__content ul {
    list-style: disc;
    padding-left: 19px;
    margin-bottom: 12px;
}

.cf-blog-detail__content ul li {
    line-height: 1.5;
    margin-bottom: 6px;
}

.cf-blog-detail__content ul li::marker {
    color: var(--main-econexia);
}

.cf-blog-detail__content ol {
    padding-left: 22px;
    margin-bottom: 12px;
}

.cf-blog-detail__content a {
    color: var(--main-econexia);
    text-decoration: underline;
}

.contenidoslista__filtroselector{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.cf-blog-selector{
    width: 400px;
    height: 44px;

    padding: 0 40px 0 15px;

    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #020049;

    background: #fff;
    border: 1px solid #dce1eb;
    border-radius: 4px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23020049' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.cf-blog-selector:focus{
    outline: none;
    border-color: #4f67ff;
}
/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 1200px) {

    .cf-blog__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {

    .cf-blog-layout {
        display: block;
    }

    .cf-blog-sidebar {
        width: 100%;
        margin-top: 40px;
    }

    .cf-blog-detail__image {
        float: none;
        width: 100%;
        margin: 0 0 25px;
    }

    .cf-blog__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .cf-blog__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cf-blog__etiqueta h5 {
        max-width: 180px;
        font-size: 13px;
    }
}

.cf-blog-pagination{
    width:100%;
    display:flex;
    justify-content:center;
    margin:50px 0;
}

.cf-blog-pagination .turn-ul{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    list-style:none;
    padding:0;
    margin:0;
}

.cf-blog-pagination .turn-ul li{
    list-style:none;
}

#paginador{
    display:flex;
    align-items:center;
    gap:12px;
}

/* Flechas */
.first,
.pagerprev,
.pagernext,
.end{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid #d9d9d9;
    border-radius:50%;

    cursor:pointer;
    font-weight:600;

    color:#020049;
    background:#fff;
}

/* Números */
#paginador span{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid #d9d9d9;
    border-radius:50%;

    background:#fff;
    color:#020049;

    font-weight:600;
    cursor:pointer;
}

#paginador span.active{
    background:#020049;
    border-color:#020049;
    color:#fff;
}

.first:hover,
.pagerprev:hover,
.pagernext:hover,
.end:hover,
#paginador span:hover{
    background:#f5f5f5;
}