
.video-container[data-v-25987d43] {
  background: #000;
  border-radius: 8px;
}
.cursor-pointer[data-v-25987d43] {
  cursor: pointer;
  transition: opacity 0.2s;
}
.cursor-pointer[data-v-25987d43]:hover {
  opacity: 0.8;
}

.hero-section[data-v-7f78b89a] {
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}
.hero-bg[data-v-7f78b89a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-overlay[data-v-7f78b89a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Oscurece la imagen para que el texto resalte */
  z-index: 1;
}
.min-h-400[data-v-7f78b89a] {
  min-height: 400px;
}
.banner-logo-container[data-v-7f78b89a] {
  /* En desktop lo posicionamos absoluto a la izquierda para no desplazar el centro */
}
@media (min-width: 960px) {
.banner-logo-container[data-v-7f78b89a] {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
}
.banner-logo[data-v-7f78b89a] {
  width: 300px; /* Forzar un tamaño base mayor visualmente */
  max-width: 400px;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  border-radius: 16px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 6px;
}
.z-index-1[data-v-7f78b89a] {
  z-index: 2;
}
.z-index-2[data-v-7f78b89a] {
  z-index: 10;
}
.search-box[data-v-7f78b89a] {
  border-radius: 40px !important;
  background: rgba(255,255,255,0.95) !important;
  backdrop-filter: blur(10px);
}
[data-v-7f78b89a] .search-input .v-field__input {
  font-size: 1.1rem;
}
.publication-card[data-v-7f78b89a] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  position: relative;
}
.publication-card[data-v-7f78b89a]:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15) !important;
}
.type-badge[data-v-7f78b89a] {
  top: 10px;
  left: 10px;
  z-index: 10;
}
.line-clamp-2[data-v-7f78b89a] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
