.elementor-14429 .elementor-element.elementor-element-5281131c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14429 .elementor-element.elementor-element-1fdec045{--display:flex;}/* Start custom CSS *//* El mismo hero sirve para contacto y eventos */
.eventos-hero.e-con {
  position: relative;
  min-height: 200px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 48px 40px 44px;
  background:
    radial-gradient(ellipse 90% 120% at 50% 130%, rgba(255,138,61,0.30) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 85% -10%,  rgba(255,77,126,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 5%  60%,   rgba(0,229,255,0.12)  0%, transparent 55%),
    linear-gradient(180deg, #0f0b22 0%, #1e1540 55%, #3a1555 85%, #6b1e4a 100%) !important;
}
.eventos-hero.e-con::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 40%; background: repeating-linear-gradient(90deg, transparent 0, transparent 40px, rgba(255,255,255,0.03) 40px, rgba(255,255,255,0.03) 41px); z-index: 0; pointer-events: none; }
.eventos-hero.e-con::after { content: ""; position: absolute; bottom: -60%; left: 50%; transform: translateX(-50%); width: min(500px, 100vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,77,126,0.22) 0%, rgba(255,138,61,0.15) 40%, transparent 70%); z-index: 0; pointer-events: none; }
.eventos-hero.e-con > .e-con-inner { position: relative; z-index: 2; }

.eventos-hero .eventos-hero-eyebrow,
.eventos-hero .eventos-hero-eyebrow.elementor-widget-text-editor p {
  font-family: 'Unbounded', sans-serif;
  font-weight: 500; font-size: 11px; letter-spacing: 0.3em;
  text-transform: uppercase; color: #ff4d7e; margin: 0 0 10px;
}
.eventos-hero .eventos-hero-title .elementor-heading-title,
.eventos-hero .eventos-hero-title h1 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4vw, 46px);
  line-height: 1.05; letter-spacing: -0.035em;
  color: #f5f1e8; margin: 0;
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
}
.eventos-hero .eventos-hero-title .title-light { font-weight: 300; color: #a8a2c0; }

@media (max-width: 768px) {
  .eventos-hero.e-con { padding: 40px 16px 36px; min-height: 180px; }
}/* End custom CSS */