html,
body {
  height: 780px;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
  /* Permite que el contenido crezca y empuje el footer hacia abajo */
}

.pie-pagina {
  font-size: 90%;
  margin: 5px;
  padding: 10px;
  background: #ADB5BD;
}

div {
  border-radius: 7px;
}

.footer {
  background-color: #f8f9fa;
  padding: 1rem 0;
}

.bx {
  font-size: 30px;
  transform: translateX(-30px);
  cursor: pointer;
}

.error {
  background-image: url('https://www.istockphoto.com/es/search/2/image?mediatype=&phrase=jesus%20buen%20pastor&utm_source=pixabay&utm_medium=affiliate&utm_campaign=sponsored_image&utm_content=srp_topbanner-popular_viewmore&utm_term=jesus+buen+pastor');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.text-justify {
  text-align: justify;
}

.hr-grueso {
  height: 10px;
  /* Ajusta el grosor deseado */
  background-color: #000;
  /* Color de la línea */
  border: none;
  /* Oculta el borde por defecto */
}

.img-card {
  background-image: url('../img/pericopa2025/000142SubidaAGerusalen.PNG');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 98%;
  /* Ejemplo de dimensiones */
  height: 100%;
}