body {
  font-family: Arial, sans-serif;
}

/* Bloque: site-header */
.site-header__top {
  background-color: #83A7D2;
}

.site-header__title-link {
  font-family: 'Beau Rivage', 'Times New Roman', serif;
  font-size: 2.6rem;
  font-weight: normal;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.site-header__container,
.site-footer__container {
  width: 100%;
}

.site-header__top input {
  border-radius: 20px;
  padding: 5px 10px;
}

/*----*/
a.footer_link{
  color: white !important;
  text-decoration: none;
}

a.footer_link:hover{
  color: #FFC90E !important;
}

/* Bloque: navbar */
.navbar--custom {
  background-color: #205B9B;

}

.navbar__link {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.navbar__link:hover {
  color: #83A7D2;
}

/* Línea arriba al hacer hover */
.navbar__link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #83A7D2;
  transition: width 0.3s ease;
}

.navbar__link:hover::before {
  width: 100%;
}
/* ===================
    Bloque: hero
=================== */
.hero {
  background-image: url('../img/hero-oraciones-catolicas.webp'); 
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Playfair Display", serif;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
}
.hero__content{
  color: #0E4B8E;
}
.hero__content h1{
  /*font-family: 'Beau Rivage', 'Times New Roman', serif;*/
  font-size: 1.9em;
  font-style: italic;
  font-weight: 600;
}

.hero__content h2{
  font-weight: 600;
}


.hero__content p{
  font-size: 1.4em;
}
.hero__divider {
  width: 200px;
  height: 2px;
  margin: 20px auto;
  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.3),
    transparent
  );
}

.categoria-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  padding-bottom: 20px;
}

.categoria-card:hover {
  transform: translateY(-5px);
}

/* imagen */
.categoria-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.formacion-section .categoria-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.formacion-section .categoria-card img {
  aspect-ratio: 2 / 3;
  height: auto;
}

.oracion-thumb-wrap {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
}

.oracion-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* título */
.categoria-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  margin: 20px 0 10px;
  position: relative;
  color: #2c5d8a;
}

.btn-categoria {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: #2c5d8a;
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px; /* pill */

  font-size: 20px;
  font-weight: 500;
  text-decoration: none;

  transition: all 0.3s ease;

}
.btn-categoria::after {
  content: "›";
  font-size: 16px;
  transition: transform 0.3s ease;
}
.btn-categoria:hover {
  background: #1e4a6f;
}

.btn-categoria:hover::after {
  transform: translateX(4px);
}

.card-hover {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-hover:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
  transform: scale(1.02); 
  z-index: 2;
}

.card.h-100 {
  display: flex;
  flex-direction: column;
}

.card.h-100 .card-body {
  margin-top: auto;
}

.card-title-bg {
  background-color: #205B9B; 
 
  padding: 8px;
  border-radius: 0 0 4px 4px;
  text-align: center;
  min-height: 55px; 
  display: flex;
  align-items: center;
  justify-content: center;  
}

.card-title{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;  
}

.card-title:hover{
  color: #ffc90e;
 
}

.formacion-section {
  width: 100%;
  padding: 60px 0;
background-image: url('../img/cielo-nubes.webp'); 

  background-size: cover;
  background-position: center;
}

.formacion-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.formacion-title::before,
.formacion-title::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #999;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}


.quick-links {
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
.quick-item {
  padding: 20px;
}
.quick-icon {
  width: 80px;
  margin-bottom: 10px;
  opacity: 0.8;
}
.quick-item p {
  color: #2c5d8a;
  font-weight: 500;
  margin: 0;
}
.quick-border {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.quick-item:hover {
  transform: translateY(-3px);
  transition: 0.3s;
}
.contenido-principal ul {
  list-style: none;
  padding-left: 1.5rem;
}

.contenido-principal ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.contenido-principal ul li::before {
  content: "✦"; /* o "●", "✔", etc. */
  color: #304330;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0.15rem;
}

.datos-generales p a,
.datos-generales ul li a,
.contenido-principal p a,
.contenido-principal ul li a {
  color: #2e7d32; 
  text-decoration: none; 
  font-weight: 500;
  transition: color 0.3s ease;
}

.datos-generales p a:hover,
.datos-generales ul li a:hover,
.contenido-principal p a:hover,
.contenido-principal ul li a:hover {
  color: #1b5e20; 
}
