.elementor-5558 .elementor-element.elementor-element-c58f3c4{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:5%;--margin-bottom:0%;--margin-left:2%;--margin-right:2%;}.elementor-widget-posts .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-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{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-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .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-5558 .elementor-element.elementor-element-fb766bf{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.33 * 100% );}.elementor-5558 .elementor-element.elementor-element-fb766bf:after{content:"0.33";}.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-post__thumbnail__link{width:100%;}.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-post__meta-data span + span:before{content:"///";}.elementor-5558 .elementor-element.elementor-element-fb766bf.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-5558 .elementor-element.elementor-element-fb766bf.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-5558 .elementor-element.elementor-element-fb766bf.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-5558 .elementor-element.elementor-element-c85136c{--display:flex;}@media(max-width:767px){.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-5558 .elementor-element.elementor-element-fb766bf:after{content:"0.5";}.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-fb766bf *//* =========================================
   1. Preparar la Tarjeta Base
   ========================================= */
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-post,
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-loop-container > .elementor-element {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
  overflow: hidden;
  position: relative;
  border-radius: 15px; 
  background-color: #ffffff; /* Fondo de la tarjeta */
  z-index: 1;
}

/* =========================================
   2. Línea de Luz Neón (Amarillo + Azul)
   ========================================= */
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-post::before,
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-loop-container > .elementor-element::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%; /* Empieza completamente fuera de la tarjeta a la izquierda */
  width: 100%;
  height: 100%;
  
  /* Gradiente lineal (Barrido de luz en diagonal) */
  background: linear-gradient(
    90deg, 
    transparent 0%, 
    rgba(0, 85, 255, 0.6) 30%, 
    #ffe600 50%, 
    rgba(0, 85, 255, 0.6) 70%, 
    transparent 100%
  );
  
  opacity: 0;
  z-index: -1;
}

/* =========================================
   3. Animación de Barrido Lineal (De Izquierda a Derecha)
   ========================================= */
@keyframes neon-sweep {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 100%; /* Cruza hasta desaparecer por la derecha */
    opacity: 0;
  }
}

/* =========================================
   4. Efecto HOVER (Levantamiento + Resplandor)
   ========================================= */
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-post:hover,
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-loop-container > .elementor-element:hover {
  /* Elevar la tarjeta */
  transform: translateY(-12px) scale(1.01);
  
  /* Sombra de neón: Azul oscuro en el fondo + Resplandor Amarillo */
  box-shadow: 
    0 10px 20px rgba(10, 37, 64, 0.3),    
    0 0 25px rgba(255, 230, 0, 0.8),     
    0 0 50px rgba(0, 85, 255, 0.4) !important;
}

/* Activar la animación UNA SOLA VEZ */
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-post:hover::before,
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-loop-container > .elementor-element:hover::before {
  /* 0.8s de duración, se ejecuta 1 sola vez (1) y mantiene el estado final (forwards) */
  animation: neon-sweep 0.8s ease-in-out 1 forwards;
}

/* =========================================
   5. Detalles del Texto al Pasar el Mouse
   ========================================= */
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-post .elementor-post__thumbnail,
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-post .elementor-post__text {
  position: relative;
  z-index: 2;
}

/* El título cambia a Azul Oscuro */
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-post:hover .elementor-post__title a {
  color: #0a2540 !important; 
  transition: color 0.3s ease;
}

/* =========================================
   6. Estilos y Margen Superior para la Paginación
   ========================================= */

/* Contenedor general de la paginación: Espacio superior */
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-pagination {
  margin-top: 40px !important; /* Ajusta este valor si quieres más o menos espacio */
  text-align: center;
}

/* Páginas normales (inactivas): Fondo amarillo sólido */
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-pagination .page-numbers:not(.current) {
  background-color: #ffe600 !important; /* Amarillo eléctrico */
  color: #0a2540 !important;             /* Texto azul oscuro */
  opacity: 1 !important;                 /* Elimina la traslucidez */
  border-radius: 10px !important;
  padding: 4px 4px 4px 4px !important;
  font-weight: bold !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: 0 4px !important;              /* Espacio horizontal entre botones */
}

/* Efecto Hover en las páginas inactivas */
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-pagination .page-numbers:not(.current):hover {
  background-color: #0055ff !important; /* Cambia a azul neón al pasar el cursor */
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 85, 255, 0.3);
}

/* Página ACTUAL (seleccionada) */
.elementor-5558 .elementor-element.elementor-element-fb766bf .elementor-pagination .page-numbers.current {
  background-color: #0a2540 !important; /* Azul oscuro */
  color: #ffe600 !important;             /* Texto amarillo */
  opacity: 1 !important;
  border-radius: 6px !important;
  padding: 8px 14px !important;
  font-weight: bold !important;
  display: inline-block;
  margin: 0 4px !important;
}/* End custom CSS */