.elementor-3452 .elementor-element.elementor-element-3a0a87b{--display:flex;}.elementor-3452 .elementor-element.elementor-element-568ef75{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-b81cc4d *//* ---------------- CONTENEDOR PRINCIPAL -------------------- */
.hemeroteca-contenedor-v2 {
    display: grid;
    grid-template-columns: 25% 25% auto; /* Principal | Secundaria | espacio vacío */
    grid-template-rows: 400px 350px 300px auto; /* filas para entradas */
    position: relative;
}

/* ---------------- PRIMERA ENTRADA -------------------- */
#hemeroteca-principal-v2 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
    padding: 10px;
    box-sizing: border-box;
}
#hemeroteca-principal-v2 .imagen-hemeroteca-v2 img {
    width: 80%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
#hemeroteca-principal-v2 .titulo-hemeroteca-v2 {
    max-width: 80%;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#hemeroteca-principal-v2 .fecha-hemeroteca-v2 {
    font-size: 15px;
    color: grey;
    display: block;
    margin-top: -15px;
}

/* ---------------- SEGUNDA ENTRADA -------------------- */
#hemeroteca-secundaria-v2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 100%;
    height: 300px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
#hemeroteca-secundaria-v2 .imagen-hemeroteca-sec-v2 img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}
#hemeroteca-secundaria-v2 .titulo-hemeroteca-sec-v2 {
    max-width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#hemeroteca-secundaria-v2 .fecha-hemeroteca-sec-v2 {
    font-size: 15px;
    color: grey;
    display: block;
    margin-top: -15px;
}

/* ---------------- TERCERA ENTRADA -------------------- */
#hemeroteca-tercera-v2 {
    position: relative;
    top: -160px;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    width: 65%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-self: end;
}
#hemeroteca-tercera-v2 .imagen-hemeroteca-terc-v2 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}
#hemeroteca-tercera-v2 .titulo-hemeroteca-terc-v2 {
    max-width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
}
#hemeroteca-tercera-v2 .fecha-hemeroteca-terc-v2 {
    font-size: 15px;
    color: grey;
    display: block;
    margin-top: -10px;
}

/* ---------------- CUARTA ENTRADA -------------------- */
#hemeroteca-cuarta-v2 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
#hemeroteca-cuarta-v2 .imagen-hemeroteca-cuarta-v2 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}
#hemeroteca-cuarta-v2 .titulo-hemeroteca-cuarta-v2 {
    max-width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
}
#hemeroteca-cuarta-v2 .fecha-hemeroteca-cuarta-v2 {
    font-size: 15px;
    color: grey;
    display: block;
    margin-top: -10px;
}

/* ---------------- QUINTA ENTRADA -------------------- */
#hemeroteca-quinta-v2 {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-self: start;
    width: 100%;
    max-width: 400px;
    margin-left: 80px;
}
#hemeroteca-quinta-v2 .imagen-hemeroteca-quinta-v2 img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
}
#hemeroteca-quinta-v2 .titulo-hemeroteca-quinta-v2 {
    max-width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
    text-align: right;
}
#hemeroteca-quinta-v2 .fecha-hemeroteca-quinta-v2 {
    font-size: 15px;
    color: grey;
    display: block;
    margin-top: -10px;
    text-align: right;
}

/* ---------------- SEXTA ENTRADA -------------------- */
#hemeroteca-sexta-v2 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    display: flex;
    flex-direction: column;
    justify-self: start;
    width: 100%;
    max-width: 450px;
    margin-left: 20px;
    position: relative;
    top: -400px;
}
#hemeroteca-sexta-v2 .imagen-hemeroteca-sexta-v2 img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 8px;
}
#hemeroteca-sexta-v2 .titulo-hemeroteca-sexta-v2 {
    max-width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
    text-align: left;
}
#hemeroteca-sexta-v2 .fecha-hemeroteca-sexta-v2 {
    font-size: 15px;
    color: grey;
    display: block;
    margin-top: -10px;
    text-align: left;
}
/* ---------------- IMÁGENES EN GRIS POR DEFECTO -------------------- */
.hemeroteca-contenedor-v2 img {
    filter: grayscale(0%);
    transition: filter 0.5s ease; /* transición suave */
}

/* ---------------- EFECTO HOVER: COLOR -------------------- */
.hemeroteca-contenedor-v2 a:hover img {
    filter: grayscale(100%);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1dd86c6 *//* ---------------- CONTENEDOR PRINCIPAL -------------------- */
.hemeroteca_v2_movile .hemeroteca-contenedor-v2 {
    display: flex;
    flex-direction: column;
    position: relative;
}

/* ---------------- PRIMERA ENTRADA -------------------- */
.hemeroteca_v2_movile #hemeroteca-principal-v2 {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    margin-left: 0;
    margin-top: 10px;
}
.hemeroteca_v2_movile #hemeroteca-principal-v2 .imagen-hemeroteca-v2 img {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}
.hemeroteca_v2_movile #hemeroteca-principal-v2 .titulo-hemeroteca-v2 {
    max-width: 80%;
    color: white;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-align: left;
}
.hemeroteca_v2_movile #hemeroteca-principal-v2 .fecha-hemeroteca-v2 {
    font-size: 13px;
    color: grey;
    display: block;
}

/* ---------------- SEGUNDA ENTRADA -------------------- */
.hemeroteca_v2_movile #hemeroteca-secundaria-v2 {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    margin-left: 0;
    margin-top: 10px;
}
.hemeroteca_v2_movile #hemeroteca-secundaria-v2 .imagen-hemeroteca-sec-v2 img {
    width: 100%;
    height: max-content;
    border-radius: 8px;
}
.hemeroteca_v2_movile #hemeroteca-secundaria-v2 .titulo-hemeroteca-sec-v2 {
    max-width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-align: left;
}
.hemeroteca_v2_movile #hemeroteca-secundaria-v2 .fecha-hemeroteca-sec-v2 {
    font-size: 13px;
    color: grey;
    display: block;
}

/* ---------------- TERCERA ENTRADA -------------------- */
.hemeroteca_v2_movile #hemeroteca-tercera-v2 {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    margin-top: 10px;
}
.hemeroteca_v2_movile #hemeroteca-tercera-v2 .imagen-hemeroteca-terc-v2 img {
    width: 100%;
    height: 300px;
    object-position: center;
    object-fit: cover;
    border-radius: 8px;
}
.hemeroteca_v2_movile #hemeroteca-tercera-v2 .titulo-hemeroteca-terc-v2 {
    max-width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-align: left;
}
.hemeroteca_v2_movile #hemeroteca-tercera-v2 .fecha-hemeroteca-terc-v2 {
    font-size: 13px;
    color: grey;
    display: block;
}

/* ---------------- CUARTA ENTRADA -------------------- */
.hemeroteca_v2_movile #hemeroteca-cuarta-v2 {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    margin-left: 0;
    margin-top: 10px;
}
.hemeroteca_v2_movile #hemeroteca-cuarta-v2 .imagen-hemeroteca-cuarta-v2 img {
    width: 100%;
    height: 300px;
    object-position: center;
    object-fit: cover;
    border-radius: 8px;
}
.hemeroteca_v2_movile #hemeroteca-cuarta-v2 .titulo-hemeroteca-cuarta-v2 {
    max-width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-align: left;
}
.hemeroteca_v2_movile #hemeroteca-cuarta-v2 .fecha-hemeroteca-cuarta-v2 {
    font-size: 13px;
    color: grey;
    display: block;
}

/* ---------------- QUINTA ENTRADA -------------------- */
.hemeroteca_v2_movile #hemeroteca-quinta-v2 {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    margin-left: 0;
    margin-top: 10px;
}
.hemeroteca_v2_movile #hemeroteca-quinta-v2 .imagen-hemeroteca-quinta-v2 img {
    width: 100%;
    height: 300px;
    object-position: center;
    object-fit: cover;
    border-radius: 8px;
}
.hemeroteca_v2_movile #hemeroteca-quinta-v2 .titulo-hemeroteca-quinta-v2 {
    max-width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-align: left;
}
.hemeroteca_v2_movile #hemeroteca-quinta-v2 .fecha-hemeroteca-quinta-v2 {
    font-size: 13px;
    color: grey;
    display: block;
}

/* ---------------- SEXTA ENTRADA -------------------- */
.hemeroteca_v2_movile #hemeroteca-sexta-v2 {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    top: 0;
    margin-left: 0;
    margin-top: 10px;
}
.hemeroteca_v2_movile #hemeroteca-sexta-v2 .imagen-hemeroteca-sexta-v2 img {
    width: 100%;
    height: 300px;
    object-position: center;
    object-fit: cover;
    border-radius: 8px;
}
.hemeroteca_v2_movile #hemeroteca-sexta-v2 .titulo-hemeroteca-sexta-v2 {
    max-width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-align: left;
}
.hemeroteca_v2_movile #hemeroteca-sexta-v2 .fecha-hemeroteca-sexta-v2 {
    font-size: 13px;
    color: grey;
    display: block;
    top: 0;
}
/* ---------------- IMÁGENES EN GRIS POR DEFECTO -------------------- */
.hemeroteca_v2_movile .hemeroteca-contenedor-v2 img {
    filter: grayscale(100%);
    transition: filter 0.5s ease; /* transición suave */
}

/* ---------------- EFECTO HOVER: COLOR -------------------- */
.hemeroteca_v2_movile .hemeroteca-contenedor-v2 a:hover img {
    filter: grayscale(0%);
}/* End custom CSS */