
.boletin-pie {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 32px;
    min-height: 60px;
}
.boletin-pie-izq {
    background: #dd1515;
    width: 40%;
    min-height: 60px;
}
.boletin-pie-centro {
    background: #fff;
    width: 20%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dd1515;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
   /* border-top: 2px solid #d32f2f;
    border-bottom: 2px solid #d32f2f;*/
}
.boletin-pie-der {
    background: #dd1515;
    width: 40%;
    min-height: 60px;
}
.boletin-bloque2-titulo {
    width: 100%;
    font-size: 30px;
    font-weight: 900;
    color: #d32f2f;
    text-align: center;
    margin-bottom: 0.2em;
    display: block;
}
.boletin-bloque2-subtitulo {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    text-align: center;
    margin-bottom: 0.5em;
    display: block;
}
.boletin-bloque2-texto {
    width: 100%;
    font-size: 13px;
    color: #222;
    text-align: justify;
    margin-bottom: 1em;
}
.boletin-bloque2-img-subcomentario {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    margin-bottom: 18px;
}
.boletin-bloque2-img {
    flex: 0 0 280px;
    max-width: 280px;
    margin-left: 0;
    display: flex;
    align-items: flex-start;
}
.boletin-bloque2-img img {
    width: 100%;
    max-width: 280px;
    border-radius: 8px;
    border: 1.5px solid #eee;
    object-fit: cover;
}
.boletin-bloque2-subcomentario {
    flex: 1;
    font-size: 13px;
    color: #222;
    text-align: justify;
    margin-left: 24px;
    margin-bottom: 1em;
    align-self: flex-start;
    max-width: 800px;
    padding: 0 20px 0 20px;
    border-left: 2px solid #d32f2f;
    border-right: 2px solid #d32f2f;
    border-radius: 20px;
}
.boletin-foto-bloque1-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    margin-bottom: 18px;
}
.boletin-foto {
    flex: 0 0 280px;
    max-width: 280px;
    margin: 0;
    z-index: 2;
}
.boletin-foto img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1.5px solid #eee;
    object-fit: cover;
}
.boletin-bloque1 {
    margin-left: 48px;
    min-width: 320px;
    max-width: 700px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border-radius: 12px;
    padding: 18px 24px;
    position: relative;
    border-left: 2px solid #d32f2f;
    border-right: 2px solid #d32f2f;
}
.boletin-bloque1-titulo {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.2em;
}

.mes-ano {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding-left: 32px;
    padding-top: 10px;
    font-size: 1.1rem;
    color: #111; /* Changed to black */
    font-weight: 600;
    text-align: left; /* Aligned to the left */
    box-sizing: border-box;
}
.boletin-seccion {
    width: 90vw;
    max-width: 1400px;
    margin: 32px auto 0 auto;
    border-left: 2px solid #d32f2f;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    padding: 32px 32px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.boletin-titulo {
    font-size: 30px;
    font-weight: 900;
    color: #d32f2f;
    margin-bottom: 0.2em;
    text-align: center;
}
.boletin-subtitulo {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: center;
}
.boletin-comentario,
.boletin-subcomentario {
    font-size: 13px;
    color: #222;
    margin-bottom: 1em;
    text-align: justify;
}
.boletin-bloque1-texto {
    font-size: 13px;
    color: #222;
    margin-bottom: 1em;
    text-align: justify;
}

