.elementor-1883 .elementor-element.elementor-element-2dac1d47:hover{background-color:#EAD6D6;}.elementor-1883 .elementor-element.elementor-element-2dac1d47{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1883 .elementor-element.elementor-element-2dac1d47 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1883 .elementor-element.elementor-element-2dac1d47 > .elementor-shape-top svg{width:calc(100% + 1.3px);height:88px;}.elementor-bc-flex-widget .elementor-1883 .elementor-element.elementor-element-37139709.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-1883 .elementor-element.elementor-element-37139709.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-1883 .elementor-element.elementor-element-37139709.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-bc-flex-widget .elementor-1883 .elementor-element.elementor-element-52ca4b19.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-1883 .elementor-element.elementor-element-52ca4b19.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-1883 .elementor-element.elementor-element-52ca4b19.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-1883 .elementor-element.elementor-element-52ca4b19:hover > .elementor-element-populated{background-color:#FFFFFF;}.elementor-1883 .elementor-element.elementor-element-20c8a38d .elementor-nav-menu .elementor-item{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;}.elementor-1883 .elementor-element.elementor-element-20c8a38d .elementor-nav-menu--main .elementor-item{color:#000000;fill:#000000;}.elementor-1883 .elementor-element.elementor-element-20c8a38d .elementor-nav-menu--main .elementor-item:hover,
					.elementor-1883 .elementor-element.elementor-element-20c8a38d .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-1883 .elementor-element.elementor-element-20c8a38d .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-1883 .elementor-element.elementor-element-20c8a38d .elementor-nav-menu--main .elementor-item:focus{color:#013797;fill:#013797;}.elementor-1883 .elementor-element.elementor-element-20c8a38d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-1883 .elementor-element.elementor-element-20c8a38d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#D62829;}.elementor-1883 .elementor-element.elementor-element-20c8a38d .e--pointer-framed .elementor-item:before,
					.elementor-1883 .elementor-element.elementor-element-20c8a38d .e--pointer-framed .elementor-item:after{border-color:#D62829;}.elementor-1883 .elementor-element.elementor-element-20c8a38d .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#1A2D78;}.elementor-1883 .elementor-element.elementor-element-20c8a38d > .elementor-widget-container{border-radius:10px 10px 10px 10px;}@media(min-width:768px){.elementor-1883 .elementor-element.elementor-element-37139709{width:20%;}.elementor-1883 .elementor-element.elementor-element-52ca4b19{width:80%;}}/* Start custom CSS for nav-menu, class: .elementor-element-20c8a38d *//* Efectos de scroll avanzados */
.elementor-1883 .elementor-element.elementor-element-20c8a38d {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.elementor-1883 .elementor-element.elementor-element-20c8a38d.elementor-sticky--effects {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
    height: 70px !important;
}

/* Ocultar header al bajar scroll */
.elementor-1883 .elementor-element.elementor-element-20c8a38d.elementor-sticky--hide {
    transform: translateY(-100%) !important;
}

/* Mostrar header al subir scroll */
.elementor-1883 .elementor-element.elementor-element-20c8a38d.elementor-sticky--show {
    transform: translateY(0) !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-89b91bd *//* ===== GRID PARA PÁGINA DE NOTICIAS ===== */
.pagina-noticias {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Convertir el contenedor en grid de 3 columnas */
.pagina-noticias .contenedor-noticias {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    margin: 0 !important;
}

/* Estilo para cada tarjeta de noticia */
.pagina-noticias .noticia-item {
    background: #FFFFFF !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.pagina-noticias .noticia-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}

/* Imagen destacada */
.pagina-noticias .noticia-imagen {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
}

.pagina-noticias .noticia-imagen img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.pagina-noticias .noticia-item:hover .noticia-imagen img {
    transform: scale(1.1) !important;
}

/* Contenido de la noticia */
.pagina-noticias .noticia-contenido {
    padding: 25px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Categoría */
.pagina-noticias .noticia-categoria {
    display: inline-block !important;
    background: linear-gradient(135deg, #2C5AA0, #D62828) !important;
    color: #FFFFFF !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    width: fit-content !important;
}

/* Título */
.pagina-noticias .noticia-titulo {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}

.pagina-noticias .noticia-titulo a {
    color: #2C5AA0 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.pagina-noticias .noticia-titulo a:hover {
    color: #d62828 !important;
}

/* Fecha */
.pagina-noticias .noticia-fecha {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    color: #6C757D !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.pagina-noticias .noticia-fecha::before {
    content: "📅" !important;
    margin-right: 5px !important;
}

/* Resumen */
.pagina-noticias .noticia-resumen {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: #6C757D !important;
    margin-bottom: 20px !important;
    flex: 1 !important;
}

/* Botón leer más */
.pagina-noticias .noticia-enlace {
    display: inline-block !important;
    background: #2C5AA0 !important;
    color: #FFFFFF !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    margin-top: auto !important;
}

.pagina-noticias .noticia-enlace:hover {
    background: #D62828 !important;
    transform: translateY(-2px) !important;
}

/* Encabezado de la página */
.pagina-noticias .encabezado-noticias {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.pagina-noticias .encabezado-noticias h1 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.5rem !important;
    color: #2C5AA0 !important;
    margin-bottom: 10px !important;
}

.pagina-noticias .encabezado-noticias p {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1rem !important;
    color: #D62828 !important;
}

/* Paginación */
.pagina-noticias .paginacion {
    margin-top: 50px !important;
    text-align: center !important;
}

.pagina-noticias .paginacion a,
.pagina-noticias .paginacion span {
    display: inline-block !important;
    padding: 10px 15px !important;
    margin: 0 5px !important;
    background: #F8F9FA !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    color: #2C5AA0 !important;
    font-family: 'Inter', sans-serif !important;
    transition: all 0.3s ease !important;
}

.pagina-noticias .paginacion a:hover {
    background: #2C5AA0 !important;
    color: #FFFFFF !important;
}

.pagina-noticias .paginacion span.current {
    background: #2C5AA0 !important;
    color: #FFFFFF !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .pagina-noticias .contenedor-noticias {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .pagina-noticias .contenedor-noticias {
        grid-template-columns: 1fr !important;
    }
    
    .pagina-noticias .noticia-imagen {
        height: 180px !important;
    }
    
    .pagina-noticias .encabezado-noticias h1 {
        font-size: 2rem !important;
    }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-210f479 */.noticias-con-imagenes {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.grid-noticias {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  /* 3 columnas fijas */
    gap: 25px;
    margin-top: 20px;
}

.noticia-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.noticia-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.noticia-imagen {
    height: 200px;  /* Un poco más alta para mejor proporción */
    overflow: hidden;
}

.noticia-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.noticia-card:hover .noticia-imagen img {
    transform: scale(1.05);
}

.noticia-contenido {
    padding: 20px;
}

.noticia-titulo {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.4;
}

.noticia-titulo a {
    color: #2D3748;
    text-decoration: none;
}

.noticia-titulo a:hover {
    color: #2C5530;
}

.noticia-fecha {
    color: #718096;
    font-size: 12px;
    margin-bottom: 10px;
}

.noticia-resumen {
    color: #4A5568;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.noticia-enlace {
    color: #2C5530;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.noticia-enlace:hover {
    text-decoration: underline;
}

/* RESPONSIVE PARA 3 NOTICIAS */
@media (max-width: 1024px) {
    .grid-noticias {
        grid-template-columns: repeat(2, 1fr);  /* 2 columnas en tablet */
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .grid-noticias {
        grid-template-columns: 1fr;  /* 1 columna en móvil */
        gap: 20px;
    }
    
    .noticias-con-imagenes {
        padding: 20px 15px;
    }
    
    .noticia-imagen {
        height: 180px;
    }
}/* End custom CSS */