.elementor-1682227 .elementor-element.elementor-element-b77d01a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1682227 .elementor-element.elementor-element-f10e83b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1682227 .elementor-element.elementor-element-981a350{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-global{--divider-color:var( --e-global-color-secondary );}.elementor-widget-global .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-global.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-global.elementor-view-framed .elementor-icon, .elementor-widget-global.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-global.elementor-view-framed .elementor-icon, .elementor-widget-global.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-1682227 .elementor-element.elementor-global-527502{--divider-border-style:solid;--divider-color:var( --e-global-color-f11fd3a );--divider-border-width:1px;}.elementor-1682227 .elementor-element.elementor-global-527502 .elementor-divider-separator{width:100%;}.elementor-1682227 .elementor-element.elementor-global-527502 .elementor-divider{padding-block-start:0px;padding-block-end:0px;}.elementor-1682227 .elementor-element.elementor-global-527502 .elementor-divider__text{color:var( --e-global-color-f11fd3a );font-family:"Helvetica condensed", Sans-serif;font-size:18px;font-weight:900;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1682227 .elementor-element.elementor-element-cbae61f{--grid-columns:1;--grid-row-gap:10px;--grid-column-gap:0px;}.elementor-1682227 .elementor-element.elementor-element-0796507{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1682227 .elementor-element.elementor-element-26b0493{--grid-columns:3;--load-more-button-align:center;}.elementor-1682227 .elementor-element.elementor-element-26b0493 .elementor-button{background-color:var( --e-global-color-f11fd3a );fill:#EEE37E;color:#EEE37E;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1682227 .elementor-element.elementor-element-f10e83b{--width:66.6666%;}.elementor-1682227 .elementor-element.elementor-element-981a350{--width:33.3333%;}}@media(max-width:1024px){.elementor-1682227 .elementor-element.elementor-element-cbae61f{--grid-columns:2;}.elementor-1682227 .elementor-element.elementor-element-26b0493{--grid-columns:2;}}@media(max-width:767px){.elementor-1682227 .elementor-element.elementor-element-cbae61f{--grid-columns:1;}.elementor-1682227 .elementor-element.elementor-element-26b0493{--grid-columns:1;}}/* Start custom CSS for shortcode, class: .elementor-element-9d1d184 *//* ====== STYLE 2 COMPLETO ====== */

/* Contenedor principal */
.cards-1nota-style2 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
}

/* Contenedor de la nota */
.card1nota-style2 {
    width: 100%;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    background: none;
    position: relative;
}

/* Título */
.card1nota-title-style2 {
    margin-bottom: 15px;
}

.card1nota-title-style2 a {
    font-size: 2.8em;
    font-weight: bold;
    line-height: 1.2em;
    color: #222;
    text-decoration: none;
    font-family: "helvetica condensed";
}

.card1nota-title-style2 a:hover {
    color: #bb0000;
}

/* Contenedor de imagen */
.card1nota-image-container-style2 {
    position: relative;
    height: 420px;
    overflow: hidden;
    border-radius: 0.3em;
    margin: 0;
    padding: 0;
}

.card1nota-image-container-style2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Etiqueta (label) */
.card1nota-label-style2 {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e00505;
    color: white;
    padding: 5px 10px;
    font-size: 0.8em;
    border-radius: 3px;
    z-index: 5;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "helvetica condensed";
}

/* Overlay con gradiente para info y excerpt */
.card1nota-overlay-style2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 20px 20px 20px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    color: white;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 40%;
}

/* Datos (fecha y tema) */
.card1nota-data-style2 {
    color: rgba(255,255,255,0.8);
    font-size: 0.8em;
    margin-bottom: 10px;
    font-family: helvetica;
    font-weight: 300;
    line-height: 1.3em;
}

/* Excerpt versión desktop */
.card1nota-excerpt-style2.desktop-excerpt {
    color: white;
    font-size: 0.95em;
    line-height: 1.5em;
    font-family: helvetica;
    font-weight: 300;
    margin-top: 10px;
    opacity: 0.95;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    z-index: 5;
}

/* Ocultar versión móvil en desktop */
.card1nota-excerpt-style2.mobile-excerpt {
    display: none;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .card1nota-title-style2 a {
        font-size: 1.4em;
    }

    .card1nota-image-container-style2 {
        height: 200px;
    }

    /* Ocultar excerpt desktop en móvil */
    .card1nota-excerpt-style2.desktop-excerpt {
        display: none;
    }

    /* Mostrar excerpt móvil */
    .card1nota-excerpt-style2.mobile-excerpt {
        display: block;
        color: #262626;
        margin-top: 15px;
        padding: 0;
        background: none;
        text-shadow: none;
        font-size: 0.9em;
        line-height: 1.4em;
    }

    .card1nota-overlay-style2 {
        padding: 50px 20px 20px 20px;
    }

    .card1nota-data-style2 {
        color: white;
        margin: 0;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Helvetica condensed';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.prensa-latina.cu/wp-content/uploads/2023/07/helvetica_condensed_bold_1.woff') format('woff'),
		url('https://www.prensa-latina.cu/wp-content/uploads/2023/07/helvetica_condensed_bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Helvetica condensed';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.prensa-latina.cu/wp-content/uploads/2023/07/Helvetica-Condensed-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */