.landing-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #002b5c;
    margin-bottom: 10px;
}

.landing-text {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 25px;
}

.inspiracion-text {
    font-size: 18px;
    font-style: italic;
    color: #555;
    margin-bottom: 10px;
}

.inspiracion-autor {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #003366;
    font-weight: bold;
}

.noticias-lista {
    list-style: none;
    padding-left: 0;
}

.noticias-lista li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}

.fm-noticia a {
    text-decoration: none;
    color: #003366; /* azul institucional FM */
    font-weight: 500;
    display: inline-block;
    padding: 4px 0;
}

.fm-noticia a:hover {
    text-decoration: underline;
}

.fm-row {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}

.fm-row:first-of-type {
    margin-top: 40px;   /* antes 20–25px, ahora el doble */
}

.fm-col {
    flex: 1;
    background: #f7f9fc;
    padding: 20px;
    border-radius: 10px;
    border-left: 5px solid #003366;
}

.fm-frase {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.fm-autor {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    color: #003366;
    font-weight: 600;
}

.fm-lista {
    list-style: none;
    padding-left: 0;
}

.fm-lista li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}

.magnificat-box {
    margin-top: 30px;
}

.video-container {
    margin-bottom: 20px;
}

.fm-separador {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, #003366, #0055aa, #003366);
    margin-top: 30px;
    margin-bottom: 40px;
    opacity: 0.3;
}

.fm-santo {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
}

.fm-santo-icon {
    font-size: 28px;
    color: #003366; /* azul institucional FM */
}

.fm-santo-texto {
    display: flex;
    flex-direction: column;
}

.fm-santo-nombre {
    font-weight: 600;
    font-size: 18px;
    color: #002244;
}

.fm-santo-descripcion {
    font-size: 15px;
    color: #444;
    margin-top: 4px;
    line-height: 1.4;
}

.fm-santo-fuente {
    margin-top: 6px;
    font-size: 13px;
    color: #555;
}

.fm-santo-fuente a {
    color: #003366;
    text-decoration: none;
    font-weight: 500;
}

.fm-santo-fuente a:hover {
    text-decoration: underline;
}

.fm-santo-disclaimer {
    margin-left: 6px;
    font-style: italic;
    color: #777;
}

