/* ====== ESTILOS GENERALES ====== */
body {
  font-family: Arial, sans-serif;
  background-color: #f4f6f9;
}

/* Espacio por navbar fixed */
body {
  padding-top: 80px;
}

/* ====== CARRUSEL ====== */
.carousel-item img {
  height: 630px;
  object-fit: cover;
}

/* ====== TITULOS ====== */
h2 {
  text-align: center;
  margin-bottom: 30px;
}

/* ====== BLOG HEADER ====== */
.blog-header {
  text-align: center;
  margin-bottom: 50px;
}

.blog-header p {
  color: #6c757d;
}

/* ====== BLOG CARDS ====== */
.card {
  border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.card-title {
  font-weight: bold;
}

.card-text {
  font-size: 14px;
}

/* ====== SIDEBAR ====== */
.card-header {
  background-color: #343a40;
  color: white;
  font-weight: bold;
}

.list-group-item {
  font-size: 14px;
}

/* ====== BOTONES ====== */
.btn-primary {
  font-size: 14px;
}

/* ====== FOOTER ====== */
footer {
  font-size: 14px;
  margin-top: 60px;
}
