﻿/* =========================================================
   TÍTULO DE SUBPÁGINA (STICKY)
   ========================================================= */
.page-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
    transition: padding 0.2s ease;
}

.page-header.scrolled {
    padding: 12px 0;
}

.page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

/* Título principal de Cáritas */
.caritas .page-title .titulo-linea2 {
    color: #C00000;
}

.titulo-linea1 {
    display: block;
    font-size: 2.6rem;
    color: var(--liturgical-color);
    font-weight: 400;
    margin-bottom: 12px;
}

.titulo-linea2 {
    display: block;
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--liturgical-color);
    margin-bottom: 10px;
}

.titulo-linea3 {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    color: #555;
}

.back-home {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    text-decoration: none;
    color: inherit;
    opacity: 0.7;
    transition: opacity .2s ease;
}

.back-home:hover {
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .titulo-linea1 { font-size: 1.6rem; }
    .titulo-linea2 { font-size: 2.2rem; }
    .titulo-linea3 { font-size: 1.4rem; }
}
