.elementor-2 .elementor-element.elementor-element-601e55d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-49c9391 */:root {
  --bg: #0f172a;
  --primary: #2563eb;
  --text: #0f172a;
  --gray: #64748b;
  --light: #e2e8f0;
  --white: #ffffff;
  --radius: 1rem;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #f8fafc;
  color: var(--text);
  line-height: 1.5;
}

header {
  background: radial-gradient(circle at top, #0f172a 0, #020617 70%);
  color: #fff;
  padding: 1.5rem 1.5rem 4.5rem;
}

/* Estilos generales para la sección con gradiente animado */
.gradient-section {
  position: relative;
  overflow: hidden;
  background-color: #05051a; /* Fondo oscuro */
}

.gradient-section::before,
.gradient-section::after,
.gradient-section .circle {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #05051a, #1a1a40, transparent);
  opacity: 1;
  filter: blur(100px);
  animation: move-1 15s infinite ease-in-out alternate;
}

/* Personalización de círculos */
.gradient-section::before {
  width: 400px;
  height: 400px;
  top: 10%;
  left: 10%;
  animation-name: move-1;
}

.gradient-section::after {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 60%;
  animation-name: move-2;
  animation-duration: 20s;
}

.gradient-section .circle {
  width: 600px;
  height: 600px;
  top: 70%;
  left: 20%;
  animation-name: move-3;
  animation-duration: 25s;
}

/* Animación de movimiento con curvas y circularidad */
@keyframes move-1 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(10vw, -5vh) scale(1.2);
  }
  40% {
    transform: translate(-5vw, 10vh) scale(0.9);
  }
  60% {
    transform: translate(-10vw, -10vh) scale(1.1);
  }
  80% {
    transform: translate(5vw, 5vh) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes move-2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(-8vw, 6vh) scale(0.8);
  }
  40% {
    transform: translate(6vw, -4vh) scale(1.3);
  }
  60% {
    transform: translate(-4vw, -6vh) scale(1.1);
  }
  80% {
    transform: translate(8vw, 8vh) scale(0.9);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes move-3 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-12vw, -8vh) scale(1.2);
  }
  50% {
    transform: translate(12vw, 12vh) scale(0.8);
  }
  75% {
    transform: translate(-8vw, 6vh) scale(1.1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 2.5rem;
}
.logo {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
.hero {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.3rem, 4vw, 3rem);
  margin-bottom: 1rem;
}
.hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  max-width: 36rem;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.hero-form {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
}
.hero-form h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}
.hero-form p {
  margin-bottom: 1rem;
  color: #475569;
}
.form-group {
  margin-bottom: 0.75rem;
}
label {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
  color: #0f172a;
}
input,
textarea,
select {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 0.6rem;
  border: 1px solid #e2e8f0;
  font-size: 0.85rem;
}
button {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: 0.6rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
.small-hint {
  font-size: 0.7rem;
  color: #94a3b8;
  margin-top: 0.5rem;
}
.metrics {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.metric {
  background: rgba(2, 6, 23, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 0.75rem;
  padding: 0.75rem 0.9rem;
  flex: 1;
}
.metric strong {
  font-size: 1.3rem;
  display: block;
}
main {
  max-width: 1100px;
  margin: -2.8rem auto 3rem;
  padding: 0 1.5rem;
}
.card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}
.card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
}
.card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.section-title {
  font-size: 1.45rem;
  margin-bottom: 1.2rem;
}
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}
.step {
  background: #fff;
  border-radius: 0.9rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
}
.step-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  display: grid;
  place-items: center;
  font-weight: 600;
  color: #1d4ed8;
  margin-bottom: 0.5rem;
}
.pricing {
  background: #0f172a;
  color: #fff;
  border-radius: 1.2rem;
  padding: 1.8rem 1.5rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}
.price-tag {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}
.price-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.footer {
  text-align: center;
  padding: 2rem 1rem 3rem;
  font-size: 0.75rem;
  color: #94a3b8;
}
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .pricing {
    grid-template-columns: 1fr;
  }
  header {
    padding-bottom: 3.75rem;
  }
}/* End custom CSS */