.elementor-23 .elementor-element.elementor-element-2ee9cd4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d6d41ec *//* Layout de dos columnas */
#inicio .hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Imagen */
#inicio .hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

#inicio .hero-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  /* Opcional: sombra suave para que la imagen PNG destaque */
  filter: drop-shadow(0 16px 48px rgba(0, 0, 0, 0.25));
  margin-bottom: 80px;
}

/* Responsive: columna única en móvil */
@media (max-width: 768px) {
  #inicio .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  #inicio .hero-image {
    order: -1; /* La imagen aparece arriba en móvil */
  }

  #inicio .hero-image img {
    max-width: 320px;
  }
}

#inicio .servicio-icon {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}/* End custom CSS */