.elementor-kit-7{--e-global-color-primary:#432A19;--e-global-color-secondary:#DF996A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#3F200B;--e-global-typography-primary-font-family:"Gilda";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gilda Display";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Contenedor general */
.elementor-kit-7 .fb-ultimas {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px 80px;
  font-family: 'Gilda Display', serif;
}

/* Título del bloque */
.elementor-kit-7 .fb-titulo-bloque {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: #1f3148;
}

/* Grid de 4 tarjetas */
.elementor-kit-7 .fb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Tarjeta */
.elementor-kit-7 .fb-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 18px 22px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  text-align: left;
}

/* Fecha */
.elementor-kit-7 .fb-fecha {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888888;
  margin: 0 0 8px;
}

/* Título de cada post */
.elementor-kit-7 .fb-titulo {
  font-size: 16px;
  margin: 0 0 8px;
  color: #1f3148;
}

/* Texto */
.elementor-kit-7 .fb-texto {
  font-size: 14px;
  line-height: 1.7;
  color: #444444;
  margin: 0 0 12px;
}

/* Enlace */
.elementor-kit-7 .fb-enlace {
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #432a19;
}

/* Hover enlace */
.elementor-kit-7 .fb-enlace:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
  .elementor-kit-7 .fb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .elementor-kit-7 .fb-grid {
    grid-template-columns: 1fr;
  }
}

/* Texto de cada publicación, JUSTIFICADO */
.elementor-kit-7 .fb-texto {
  font-size: 14px;
  line-height: 1.7;
  color: #444444;
  margin: 0 0 12px;
  text-align: justify;        /* ← aquí se justifica el texto */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gilda';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://hermandadviacrucis.ihermandad.es/wp-content/uploads/2025/11/GildaDisplay-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */