#contenido-de-noticias .contenido-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.header-noticias .header-content {
    position: relative;
    z-index: 2;
}

.header-noticias .page-title {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.header-noticias .page-subtitle {
    font-size: 1.1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.noticia-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    overflow: hidden;
}
.noticia-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.noticia-card-img-link { display: block; }
.noticia-card-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease;
}
.noticia-card:hover .noticia-card-img {
     transform: scale(1.03);
}
.noticia-card-title a {
    color: var(--minga-dark); text-decoration: none; transition: color 0.2s ease;
}
.noticia-card-title a:hover {
    color: var(--minga); text-decoration: underline;
}
.noticia-card-text {
    font-size: 0.9rem; color: #555; line-height: 1.6; text-align: justify; hyphens: auto;
}
.btn-outline-minga-red {
    color: var(--minga); border-color: var(--minga);
}
.btn-outline-minga-red:hover {
    background-color: var(--minga); color: white;
}
.card-footer { background-color: #f8f9fa; }

.pagination .page-item.active .page-link {
    background-color: var(--minga); border-color: var(--minga); color: white;
}
.pagination .page-link {
    color: var(--minga);
}
.pagination .page-link:hover {
      color: var(--minga-dark);
 }
.pagination .page-item.disabled .page-link {
     color: #6c757d;
 }

@media (max-width: 767.98px) {
    .page-header-image.header-noticias {
        min-height: 280px;
        padding: 4rem 0;
    }
    .header-noticias .page-title { font-size: 2rem; }
    .header-noticias .page-subtitle { font-size: 1rem; }
    .noticia-card-img { height: 180px; }
}

.social-share-buttons .social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 14px;
    transition: background-color 0.2s ease, color 0.2s ease;
    border: none;
}

.social-share-buttons .social-btn:hover {
    color: #fff !important;
    filter: brightness(90%);
}

.social-share-buttons .social-btn i {
    font-size: 18px;
    margin-right: 8px;
}

.btn-facebook { background-color: #1877F2; }
.btn-facebook:hover { background-color: #1877F2; }
.btn-twitter { background-color: #14171A; }
.btn-twitter:hover { background-color: #14171A; }
.btn-whatsapp { background-color: #25D366; }
.btn-whatsapp:hover { background-color: #25D366; }
.btn-copy { background-color: #6c757d; }
.btn-copy:hover { background-color: #6c757d; }

.breadcrumb-container {
    background-color: #FB170015;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    margin-bottom: 2rem;
}

.breadcrumb {
    margin-bottom: 0; 
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6c757d;
    content: "\00BB";
    padding: 0 0.75rem;
}

.breadcrumb-item a {
    color: #FB1700;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-item a:hover {
    color: #b01c24;
}

.breadcrumb-item.active {
    color: #495057;
    font-weight: 500;
}


.donar a {
    background-color: #FB1700!important;
    text-decoration: underline;
    font-weight: 500;
}

.donar a:hover {
    background-color: #b01c24;
    text-decoration: none;
    color: #FFFFFF!important;
}

.btn-danger {
    color: #FFFFFF!important;
}

.contenido-wrapper a {
    color: #FB1700;
    text-decoration: none;
    font-weight: 500;
}
.contenido-wrapper a.btn-custom-link {
    color: #ffffff;
    text-decoration: none;
}

.contenido-wrapper a:hover {
    color: #b01c24;
    text-decoration: none;
}