.elementor-1759 .elementor-element.elementor-element-848dde2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5b289dd *//* ===========================
   HERO HOME TECHOMANIA v2
   =========================== */

.hero-techomania--split {
  text-align: left;
  background: linear-gradient(135deg, #f5f7fb 0%, #ffffff 55%, #f5f7fb 100%);
  padding-top: 90px;
  padding-bottom: 80px;
}

.hero-techomania--split .hero-container {
  max-width: 1120px;
}

.hero-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 380px;
}

.hero-media {
  flex: 1 1 380px;
  display: flex;
  justify-content: center;
}

.hero-eyebrow {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 10px;
}

.hero-techomania--split .hero-title {
  font-size: 2.6rem;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #0054a6;
}

.hero-techomania--split .hero-subtitle {
  font-size: 1.1rem;
  color: #111827;
  margin-bottom: 20px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.hero-badge {
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e0ecff;
  color: #1f2937;
  border: 1px solid #bfdbfe;
}

.hero-techomania--split .hero-buttons {
  justify-content: flex-start;
  margin-bottom: 12px;
}

.hero-note--small {
  font-size: 0.9rem;
  color: #4b5563;
  margin-top: 4px;
}

/* Tarjeta visual del hero */
.hero-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.hero-card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(225, 0, 26, 0.94);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.hero-card-image-wrap {
  position: relative;
  overflow: hidden;
}

.hero-card-image {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease;
}

.hero-card:hover .hero-card-image {
  transform: scale(1.06);
}

.hero-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background: #0054a6;
  color: #ffffff;
}

.hero-card-footer-left {
  display: flex;
  flex-direction: column;
}

.hero-card-label {
  font-size: 0.8rem;
  opacity: 0.9;
}

.hero-card-number {
  font-size: 1.1rem;
  font-weight: 700;
}

.hero-card-btn {
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #0054a6;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-card-btn:hover {
  background: #e5e7eb;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 900px) {
  .hero-techomania--split {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .hero-layout {
    flex-direction: column;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-techomania--split .hero-buttons {
    justify-content: center;
  }

  .hero-badges {
    justify-content: center;
  }

  .hero-media {
    justify-content: center;
  }

  .hero-techomania--split .hero-title {
    font-size: 2.2rem;
  }
}/* End custom CSS */