/**
 * @file
 * Estilos específicos para la página de inicio (home).
 */

/* Contenedor principal del home */
.page-front,
.page-home {
  /* Estilos específicos para el home */
}

/* Hero section del home */
.region-hero {
  margin-bottom: 2rem;
}

/* Contenido principal del home */
.page-front .region-content {
  /* Estilos para el contenido del home */
}

/* Secciones del home */
.home-section {
  margin-bottom: 3rem;
  padding: 2rem 0;
}

.home-section:last-child {
  margin-bottom: 0;
}

