/* 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;
}
/* --- 6 Barra de Acción AGV (Me Gusta, Comentar, Suscribirse) --- */
.agv-action-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px solid rgba(224, 224, 229, 0.4);
  /* Una línea sutil para separar del texto */
}
.agv-btn-action {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
/* Botones secundarios (Me Gusta / Comentar) */
.agv-btn-outline {
  color: #4db2b3;
  border: 2px solid #4db2b3;
  background: transparent;
}
.agv-btn-outline:hover {
  background: #4db2b3;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(77, 178, 179, 0.3);
}
/* Botón principal (Suscribirse) */
.agv-btn-solid {
  color: #ffffff;
  background: #8f4dae;
  /* Tu morado característico */
  border: 2px solid #8f4dae;
}
.agv-btn-solid:hover {
  background: #723d8b;
  border-color: #723d8b;
  box-shadow: 0 4px 10px rgba(143, 77, 174, 0.4);
  transform: translateY(-2px);
  /* Pequeño salto al pasar el ratón */
}
/* --- 7 Banner Promocional Compacto: Taller del Perdón --- */
.agv-banner-taller {
  position: relative;
  background-color: #222129;
  /* Fondo base ultra oscuro juego con el SVG */
  background-image: url('../../../../images/fondo-perdon.svg');
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  padding: 25px 40px;
  /* Altura drásticamente reducida */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  margin: 30px auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Alineación horizontal tipo cintillo */
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.agv-banner-content {
  text-align: left;
  /* Alineado a la izquierda para aprovechar el ancho */
  flex: 1;
}
.agv-banner-title {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  /* Mucho más pequeño y estilizado */
  font-weight: 700;
  margin: 0 0 5px 0;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.agv-banner-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  /* Texto de lectura sutil */
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
  color: rgba(236, 238, 239, 0.85);
}
/* Ajuste del botón para que no se estire y mantenga su tamaño */
.agv-banner-taller .agv-btn-solid {
  margin: 0;
  white-space: nowrap;
  /* Evita que el texto del botón se rompa en dos líneas */
  flex-shrink: 0;
}
/* Responsividad: Si se ve en un celular, se vuelve a poner uno abajo del otro */
@media (max-width: 768px) {
  .agv-banner-taller {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    gap: 20px;
  }
  .agv-banner-content {
    text-align: center;
  }
}
.agv-banner-divider {
  height: 3px;
  width: 80px;
  background: #4db2b3;
  /* Tu turquesa */
  margin: 0 auto 25px auto;
  border-radius: 2px;
}
.agv-banner-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 1.6;
  color: #eceeef;
}
/*# sourceMappingURL=custom_16.css.map */