.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-b84f927-font-family:"Sora";--e-global-typography-b84f927-font-size:16px;--e-global-typography-b84f927-font-weight:400;font-family:"Sora", Sans-serif;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Sora", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --bg: #06081b;
  --bg-2: #171445;
  --card: #1b1b58;
  --line: #4648a8;
  --text: #f5f7ff;
  --muted: #c8caf9;
  --primary: #ff4fa3;
  --primary-2: #9b5cff;
  --accent: #58b1ff;
  --success: #6de2b6;
  --danger: #ff7d8c;
  --radius: 18px;
  --shadow: 0 20px 55px rgba(5, 8, 30, 0.58);
}

html,
body {
  min-height: 100%;
}

body {
  color: var(--text);
  background: transparent !important;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 79, 163, 0.2), transparent 34%),
    radial-gradient(circle at 88% 4%, rgba(88, 177, 255, 0.22), transparent 30%),
    radial-gradient(circle at 75% 88%, rgba(155, 92, 255, 0.17), transparent 34%),
    linear-gradient(165deg, var(--bg), var(--bg-2));
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, #000 20%, transparent 85%);
  -webkit-mask-image: radial-gradient(circle at center, #000 20%, transparent 85%);
  pointer-events: none;
  z-index: -1;
}

.elementor,
.elementor-location-single,
.elementor-location-page,
.site,
.site-main,
.site-content {
  background: transparent !important;
}

.ui-logo {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
  color: var(--accent);
}

.ui-pill {
  border: 1px solid rgba(88, 177, 255, 0.4);
  color: var(--muted);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(13, 20, 49, 0.45);
  display: inline-block;
}

.ui-cta .elementor-button,
.elementor-button.ui-cta,
.cta .elementor-button,
.elementor-button.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(100deg, var(--primary), var(--primary-2));
  color: #fff;
  font-weight: 800;
  border-radius: 13px;
  text-decoration: none;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(155, 92, 255, 0.35);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.ui-cta .elementor-button:hover,
.elementor-button.ui-cta:hover,
.cta .elementor-button:hover,
.elementor-button.cta:hover {
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.03);
}

.ui-box,
.box {
  background: rgba(13, 23, 59, 0.58);
  border: 1px solid rgba(88, 177, 255, 0.3);
  border-radius: var(--radius);
  padding: 22px;
}

.hero-card {
  background: linear-gradient(155deg, rgba(36, 30, 95, 0.84), rgba(11, 15, 46, 0.96));
  border: 1px solid rgba(88, 177, 255, 0.27);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 79, 163, 0.33), transparent 70%);
  top: -70px;
  right: -40px;
  animation: float 6s ease-in-out infinite;
  pointer-events: none;
}

.ui-panel-amador,
.ui-panel-predador {
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(7, 12, 31, 0.7);
}

.ui-panel-amador h3 {
  color: var(--danger);
}

.ui-panel-predador h3 {
  color: var(--success);
}

.ui-step,
.step {
  border-radius: 14px;
  border: 1px solid rgba(88, 177, 255, 0.24);
  background: linear-gradient(170deg, rgba(36, 30, 95, 0.84), rgba(23, 20, 69, 0.93));
  padding: 16px;
}

.step b {
  display: block;
  margin-bottom: 6px;
  color: #ff9fce;
  font-size: 0.95rem;
}

.ui-price {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 79, 163, 0.42);
  background: linear-gradient(145deg, rgba(62, 21, 74, 0.78), rgba(23, 20, 69, 0.93));
  box-shadow: var(--shadow);
}

.ui-stat {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(5, 8, 20, 0.55);
  padding: 11px 13px;
}

.ui-media {
  min-height: 120px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(130deg, rgba(155, 92, 255, 0.25), rgba(23, 20, 69, 0.84)),
    radial-gradient(circle at 84% 12%, rgba(255, 79, 163, 0.38), transparent 44%);
}

.ui-sticky-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  
}

.text-pill {
background-color: #ff4fa3;
padding: 3px 6px;
}

.whatsapp-bubble {
  position: relative;
  display: inline-block;
  max-width: 320px;
  padding: 0px 14px 10px;
  margin: 12px;
  border-radius: 0 8px 8px 8px;
  background: #f0f0f0;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.whatsapp-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #f0f0f0;
  border-left: 8px solid transparent;
}

@media (min-width: 761px) {
  .ui-sticky-cta {
    display: none;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}/* End custom CSS */