
.event-title-link, .event-mini-link, .comunicado-title-link, .argito-title-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.event-title-link:hover, .event-mini-link:hover,
.comunicado-title-link:hover, .argito-title-link:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.9;
}
.event-title-link:visited, .event-mini-link:visited,
.comunicado-title-link:visited, .argito-title-link:visited {
  color: inherit;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.event-block { margin-bottom: 6px; margin-top: 150px; }
.ov-section { margin-top: 18px; padding: 8px 0 6px; }


.event-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}
.event-top .event-featured {
    position: relative;
    width: 100%;
    height: 420px; 
    border-radius: 12px;
    overflow: hidden;
    background: #f0f0f0;
    display: block;
}

.event-top .event-featured > a {
    display: block;
    width: 100%;
    height: 100%;
}

.event-top .event-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -o-object-fit: cover;
}

.event-top .event-featured .event-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 24px;
    box-sizing: border-box;
    color: #fff;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.0) 60%);
}

@media (max-width: 992px) {
    .event-top .event-featured { height: 340px; }
}
@media (max-width: 576px) {
    .event-top .event-featured { height: 220px; border-radius: 8px; }
}


@media (max-width: 768px) {
  .event-top { grid-template-columns: 1fr; }
}

.event-featured {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 400px;
  background: #f3f4f6;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}

.event-featured-link {
  display: block;
  width: 100%;
  height: 100%;
}
.event-featured-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}
.event-featured:hover img {
  transform: scale(1.01);
}

.event-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 16px 16px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 85%);
  color: #fff;
}
.event-title { margin: 0 0 6px; font-size: 20px; line-height: 1.25; }
.event-meta { font-size: 12px; opacity: .95; }


.ov-header { border-bottom: 1px solid #e5e7eb; margin-bottom: 14px; }
.ov-header h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.ov-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .ov-grid { grid-template-columns: repeat(2, 1fr); }
}
.ov-card { display: flex; flex-direction: column; }
.ov-image-link { display: block; border-radius: 8px; overflow: hidden; }
.ov-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform .25s ease;
  display: block;
}
.ov-image-link:hover img { transform: scale(1.02); }
.ov-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}
.ov-sep { opacity: .7; }
.ov-title {
  display: inline-block;
  margin-top: 8px;
  line-height: 1.35;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
}
.ov-title:hover {
  color: #1f1c1c;
  text-decoration: none;
}
