/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* --- 1. Ocultar SOLO el título principal "Subcategorías" --- */
.cat-children > h3:first-child {
  display: none !important;
}
/* --- 2. Forzar el formato horizontal del contenedor principal --- */
.cat-children {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  /* <--- Esta es la magia para centrar */
}
/* --- 3. Alinear y limpiar cada ítem (Filosofía, Poesía, etc.) --- */
.com-content-category-blog__child {
  display: flex !important;
  align-items: center !important;
}
.com-content-category-blog__child h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.1rem !important;
}
/* --- 4. El separador " | " perfecto --- */
/* Inyectamos el palito ANTES de cada categoría, excepto en la primera */
.com-content-category-blog__child + .com-content-category-blog__child::before {
  content: "|" !important;
  margin: 0 15px !important;
  color: #888 !important;
  font-weight: 300 !important;
  font-size: 1.2rem !important;
}
/* --- 5. Imagen de fondo para la sección Features --- */
.fondo-features {
  /* Cambia el nombre de la imagen al final de esta ruta por el tuyo */
  background-image: url('https://adriangarcia.com.ve/images/home.png') !important;
  /* Esto centra la imagen horizontal y verticalmente */
  background-position: center center !important;
  /* Evita que la imagen se repita como un mosaico */
  background-repeat: no-repeat !important;
  /* Esta es la clave: hace que la imagen cubra todo el espacio sin deformarse */
  background-size: cover !important;
}
/*# sourceMappingURL=custom_16.css.map */