/* Actualidad — News Cards */

.page-view-news h1.title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #2E2E2E;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.menu--news .nav-link {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 12px;
  min-width: 92px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E2E2E;
  background: transparent;
  border: none;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.menu--news .nav-link.is-active,
.menu--news .nav-link:hover {
  background: #2E2E2E;
  color: #FAFAFA;
}

.menu--news {
  margin-bottom: 24px;
}

.card-img-wrapper {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  width: 100%;
}

.card-img-wrapper a {
  display: block;
  height: 100%;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.card-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #787878;
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.card.border-0 .card-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #2E2E2E;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.card.border-0 .card-title a {
  color: #2E2E2E;
  text-decoration: none;
}

.card-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #787878;
  letter-spacing: 0;
}

.card-text p {
  margin-bottom: 0;
}

.view-id-news .views-view-responsive-grid__item:last-child .card-body.px-0 {
  padding-bottom: 0;
}