/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1756433241
Updated: 2025-08-29 02:07:21

*/
/* Contenedor */
.wp-pagenavi {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

/* Ocultar el texto "Página X de Y" */
.wp-pagenavi .pages { display: none; }

/* Enlaces normales */
.wp-pagenavi a {
  color: #0076a8;        /* cambia este color al de tu marca */
  text-decoration: none;
  font-weight: 600;
  padding: 6px 10px;
  background: transparent;
}

/* Hover */
.wp-pagenavi a:hover {
  color: #004d66;        /* un tono más oscuro */
}

/* Página actual */
.wp-pagenavi span.current {
  color: #ffffff;
  background: #0076a8;   /* color activo */
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;    /* si quieres totalmente sin curva: pon 0 */
}


