/* Base Noticias */
.noticias-hero{position:relative;min-height:700px;color:#fff;background:#000;background-image:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.3)),var(--noticias-hero-image);background-size:cover;background-position:center}
.noticias-hero-row{min-height:700px}.noticias-hero-copy{padding:10rem 0 5rem;max-width:850px}.noticias-hero h1{font-size:clamp(4rem,8vw,8rem)}
.noticia-card figure,.noticias-ultima figure{margin:0;overflow:hidden}
.noticia-card img,.noticias-ultima img{width:100%;display:block;filter:grayscale(1);transition:.6s}
.noticia-card:hover img,.noticias-ultima:hover img{filter:grayscale(0);transform:scale(1.03)}
.noticia-card-body{padding:1.2rem 0;border-bottom:1px solid #ddd}
.noticias-categoria{text-transform:uppercase;font-size:.7rem;font-weight:700;letter-spacing:.08em}
.noticias-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#777;margin-top:1rem}
.noticias-contacto-logo{width:220px;height:auto;filter:grayscale(1)}
/* ==========================================================
   PAGINACIÓN
========================================================== */

.noticias-paginacion {
    margin: 4rem 0 0;
    padding-bottom: 100px;
}

.noticias-paginacion .pagination {
    gap: .65rem;
    margin: 0;
}

.noticias-paginacion .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background: #ffffff;
    color: #1a1a1a;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: all .30s ease;
    box-shadow: none;
}

.noticias-paginacion .page-item .page-link:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.noticias-paginacion .page-item.active .page-link {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.noticias-paginacion .page-item.disabled .page-link {
    background: #f3f3f3;
    border-color: #e3e3e3;
    color: #b5b5b5;
    cursor: default;
    opacity: 1;
}

.noticias-paginacion .page-link:focus {
    box-shadow: none;
}

@media (max-width: 767.98px) {

    .noticias-paginacion {
        margin-top: 3rem;
    }

    .noticias-paginacion .pagination {
        gap: .45rem;
    }

    .noticias-paginacion .page-item .page-link {
        min-width: 42px;
        height: 42px;
        font-size: .9rem;
    }

}

/* ==========================================================
   COLORES DE ENCABEZADOS SEGÚN CONTRASTE
========================================================== */

.noticias-hero h1,
.noticias-hero h2,
.noticias-hero h3,
.noticias-hero h4,
.noticias-hero h5,
.noticias-hero h6,
.noticias-contacto h1,
.noticias-contacto h2,
.noticias-contacto h3,
.noticias-contacto h4,
.noticias-contacto h5,
.noticias-contacto h6{
    color:var(--global-heading-dark-bg);
}
