body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background-color: #f9f9f9;
    }

    /* Cintillo superior */
    .top-bar {
      background-color: #FD073C;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 20px;
      font-size: 0.95em;
      flex-wrap: wrap;
    }

    .top-bar .left {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .top-bar .left img {
      height: 40px;
    }

    .top-bar .right {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .top-bar .right a {
      color: white;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .top-bar .right a:hover {
      color: #FFD700;
    }
.ligaInterna{ 
 color:#fff;
}


    /* Menú escritorio */
    .menu {
      display: flex;
      justify-content: center;
      background-color: #ffffff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      padding: 15px 0;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      gap: 20px;
    }

    .menu li {
      position: relative;
    }

    .menu a {
      text-decoration: none;
      color: #333;
      padding: 10px 20px;
      border-radius: 8px;
      transition: all 0.3s ease;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .menu a:hover {
      background-color: #E0DFFF;
      box-shadow: 0 0 0 2px #6A5ACD inset;
      color: #6A5ACD;
    }

/* Mostrar solo en móviles */
@media (max-width: 769px) {
  .menu {
    display: none;
  }
}

@media (max-width: 769px) {
 .ocultaPhone{display:none} 
}


.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border-radius: 8px;
  min-width: 200px;
  z-index: 999;
  padding: 10px 0;
}

.submenu.visible {
  display: block;
}

    .submenu a {
      padding: 10px 20px;
      display: block;
    }


.submenu.visible {
  display: block;
}

    .menu li:hover .submenu {
      display: block;
    }

    /* Ícono menú móvil */
    .mobile-menu-icon {
      display: none;
      font-size: 1.8em;
      cursor: pointer;
      padding: 15px 20px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      position: sticky;
      top: 0;
      z-index: 1001;
    }

    /* Menú móvil */
    .mobile-menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 260px;
      height: 100%;
      background-color: #ffffff;
      box-shadow: 4px 0 12px rgba(0, 0, 0, 0.15);
      transition: left 0.3s ease;
      z-index: 2000;
      padding: 20px;
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
    }

    .mobile-menu.active {
      left: 0;
    }

    .mobile-menu .close-btn {
      text-align: right;
      font-size: 1.5em;
      cursor: pointer;
      margin-bottom: 20px;
    }

    .mobile-menu ul {
      list-style: none;
      padding: 0;
    }

    .mobile-menu li {
      margin-bottom: 15px;
      background-color: #f2f2f2;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      padding: 10px 15px;
      transition: background 0.3s ease;
	  position: relative;
    }

    .mobile-menu li:hover {
      background-color: #e0dfff;
    }

    .mobile-menu a {
      text-decoration: none;
      color: #333;
      font-weight: 500;
      display: block;
    }

    .mobile-submenu {
      margin-top: 10px;
      margin-left: 10px;
      font-size: 0.95em;
      display: none;
    }

    .mobile-submenu li {
      background-color: #ffffff;
      box-shadow: none;
      padding: 8px 10px;
      border-radius: 6px;
    }

	/* Encabezado móvil */
.mobile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  height:100px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.mobile-top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mobile-logo {
  height: 80px;
  margin-right:40px;
}

/* Ícono menú centrado */
.mobile-menu-trigger {
  font-size: 1.2em;
  margin-top: -65px;
  cursor: pointer;
  background-color: #ccccff;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background 0.3s ease;
}

.mobile-menu-trigger:hover {
  background-color: #e0dfff;
}    

/* Mostrar solo en móviles */
@media (min-width: 769px) {
  .mobile-header {
    display: none;
  }
}
.enfrente {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px; /* Espacio entre íconos */
  align-items: center;
}
.enfrente a,
.enfrente div {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1); /* Fondo opcional */
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.enfrente a:hover,
.enfrente div:hover {
  transform: scale(1.1);
}

 

.btn {
      display: inline-block;
      padding: 10px 18px;
      border-radius: 25px;
      background: linear-gradient(90deg, #3902a0, #752CFE);
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      transition: background 0.4s ease, transform 0.3s ease;
    }

    .btn::before {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
      width: 50%;
      height: 100%;
      background: rgba(255, 255, 255, 0.4);
      transform: skewX(-25deg);
      transition: left 0.6s ease;
    }

    .btn:hover::before {
      left: 125%;
    }

    .btn:hover {
      background: linear-gradient(90deg, #4b0082, #752CFE);
      transform: scale(1.05);
    }
 

.footer {
  background-color: #3902A0;
  color: #f5f5f5;
  padding: 40px 20px 20px;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 0.95em;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}

.footer-logo img {
  height: 120px;
  margin-bottom: 10px;
}

.footer-logo p {
  max-width: 250px;
  color: #e0e0ff;
}

.footer-links h4,
.footer-contact h4 {
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a,
.footer-social a {
  text-decoration: none;
  color: #fff0f3; /* Amarillo dorado para destacar */
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-social a:hover {
  color: #ffffff;
}

.footer-contact p {
  margin: 5px 0;
  color: #e0e0ff;
}

.footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  color: #ccccff;
  font-size: 0.9em;
  background-color:#FD073C;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }
}


 .titulo {
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to right, #000000, #7e2ee0); /* Negro a morado */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback para navegadores no WebKit */
  display: block;
  padding: 0 20px;
}

/*  pagina web  */


    :root {
      --red: #fd073c;
      --purple: #3902a0;
      --lilac: #dfd6ef;
      --pink: #fff0f3;
      --muted: #6b7280;
      --card: #ffffff;
    }

    * {
      box-sizing: border-box
    }

    body {
      margin: 0;
      font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
      background: var(--pink);
      color: #111;
      line-height: 1.5
    }

    a {
      color: var(--red);
      text-decoration: none
    }

    /* ===== HERO ===== */
    .hero {
      min-height: 84vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 20px;
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, rgba(57, 2, 160, 0.96), rgba(253, 7, 60, 0.90));
      color: #fff;
    }

    /* sutil grid geométrico */
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.03) 1px, transparent 0),
        radial-gradient(circle at 25px 25px, rgba(255, 255, 255, 0.02) 1px, transparent 0);
      background-size: 50px 50px;
      opacity: 0.25;
      transform: translateY(0);
      animation: moveGrid 18s linear infinite;
      pointer-events: none;
    }

    @keyframes moveGrid {
      from {
        transform: translateY(0)
      }

      to {
        transform: translateY(-120px)
      }
    }

    .hero-inner {
      max-width: 1200px;
      width: 100%;
      display: flex;
      gap: 36px;
      align-items: center;
      justify-content: space-between;
      z-index: 2
    }

    .hero-left {
      flex: 1;
      min-width: 280px
    }

    .hero-right {
      width: 320px;
      flex: 0 0 320px;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .kicker {
      display: inline-block;
      background: rgba(255, 255, 255, 0.07);
      padding: 6px 12px;
      border-radius: 999px;
      color: var(--lilac);
      font-weight: 700;
      margin-bottom: 14px
    }

    h1 {
      font-size: 2.4rem;
      margin: 0 0 12px;
      color: #fff
    }

    h2.subtitle {
      font-size: 1.05rem;
      color: rgba(255, 255, 255, 0.92);
      margin-bottom: 18px
    }

    .hero p {
      color: rgba(255, 255, 255, 0.95);
      margin-bottom: 18px;
      max-width: 600px
    }

    .cta-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap
    }

    .btn-primary {
      background: linear-gradient(90deg, var(--purple), var(--red));
      color: #fff;
      padding: 12px 20px;
      border-radius: 10px;
      border: none;
      font-weight: 700;
      cursor: pointer;
      box-shadow: 0 10px 30px rgba(57, 2, 160, 0.18)
    }

    .btn-secondary {
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      padding: 10px 16px;
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.06)
    }

    /* ===== Tablet mockup (video reducido) ===== */
    .tablet-mockup {
      width: 320px;
      background: linear-gradient(180deg, #0b0b0b, #141414);
      border-radius: 20px;
      padding: 12px;
      border: 1px solid rgba(255, 255, 255, 0.06);
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
      transition: transform .25s ease;
    }

    .tablet-mockup:hover {
      transform: translateY(-6px)
    }

    .tablet-top {
      height: 8px;
      width: 90px;
      background: #222;
      border-radius: 6px;
      margin: -10px auto 10px;
      opacity: 0.7
    }

    .tablet-screen {
      background: #000;
      border-radius: 12px;
      overflow: hidden;
      padding: 6px
    }

    .tablet-screen video {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      background: #000
    }

    /* ===== Info (membresía / texto largo) ===== */
    .info-block {
      max-width: 1100px;
      margin: -40px auto 40px;
      padding: 28px;
      background: var(--card);
      border-radius: 14px;
      box-shadow: 0 12px 40px rgba(9, 10, 25, 0.06);
      position: relative;
      z-index: 3
    }

    .info-grid {
      display: grid;
      grid-template-columns: 1fr 360px;
      gap: 20px;
      align-items: start
    }

    .info-left p {
      margin-bottom: 10px;
      color: #222
    }

    .membership {
      background: linear-gradient(180deg, var(--lilac), var(--pink));
      padding: 18px;
      border-radius: 12px;
      border: 1px solid rgba(57, 2, 160, 0.06)
    }

    .members-list {
      margin-top: 10px;
      padding-left: 18px
    }

    .members-list li {
      margin-bottom: 8px;
      display: flex;
      gap: 8px;
      align-items: flex-start
    }

    .members-list li i {
      color: var(--purple);
      min-width: 22px
    }

    /* ===== Sections / lists / cards ===== */
    .section {
      max-width: 1200px;
      margin: 50px auto;
      padding: 0 20px
    }

    .section h2 {
      text-align: center;
      color: var(--purple);
      margin-bottom: 16px;
      font-size: 1.6rem
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 18px
    }

    .card {
      background: var(--card);
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(9, 10, 25, 0.04);
      transition: transform .22s
    }

    .card:hover {
      transform: translateY(-6px)
    }

    .icon-badge {
      width: 56px;
      height: 56px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 12px;
      background: linear-gradient(180deg, var(--lilac), var(--pink));
      color: var(--purple);
      font-size: 20px
    }

    ul.clean {
      list-style: none;
      padding: 0;
      margin: 0
    }

    ul.clean li {
      padding: 8px 0;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
      color: var(--muted);
      display: flex;
      gap: 12px;
      align-items: flex-start
    }

    ul.clean li i {
      color: var(--purple);
      min-width: 22px;
      margin-top: 3px
    }

    /* ===== "Qué obtienes" ===== */
    .what-you-get {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px
    }

    /* ===== Pricing ===== */
    .pricing {
      background: linear-gradient(135deg, var(--lilac), var(--pink));
      padding: 28px;
      border-radius: 12px;
      border: 1px solid rgba(57, 2, 160, 0.06);
      text-align: center
    }

    .price-amount {
      font-size: 28px;
      color: var(--purple);
      font-weight: 800;
      margin: 10px 0
    }

    .price-opts {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 12px
    }

    /* ===== Testimonials (logos + icons) ===== */
    .testimonials {
      max-width: 1100px;
      margin: 40px auto;
      padding: 0 20px
    }

    .test-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 18px
    }

    .test-card {
      background: var(--lilac);
      padding: 18px;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(9, 10, 25, 0.04);
      position: relative
    }

    .test-logo {
      display: block;
      margin: 0 auto 12px;
      width: 84px;
      height: 48px;
      object-fit: contain;
      background: transparent
    }

    .test-card p {
      color: #222;
      margin-bottom: 12px
    }

    .test-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px
    }

    .visit-link {
      color: var(--purple);
      font-weight: 700;
      font-size: .95rem
    }

    /* CTA final */
    .cta {
      background: linear-gradient(90deg, var(--purple), var(--red));
      padding: 40px;
      border-radius: 12px;
      color: #fff;
      text-align: center;
      margin: 40px 20px
    }

    .cta .btn {
      background: #fff;
      color: var(--purple);
      padding: 12px 22px;
      border-radius: 10px;
      font-weight: 700;
      text-decoration: none
    }

    /* Footer */
    footer {
      padding: 18px;
      text-align: center;
      color: var(--muted);
      font-size: 14px
    }

    /* Responsive */
    @media (max-width:980px) {
      .hero-inner {
        flex-direction: column-reverse;
        gap: 20px
      }

      .info-grid {
        grid-template-columns: 1fr
      }

      .hero-right {
        width: 260px
      }

      .tablet-mockup {
        width: 260px
      }

      .what-you-get {
        grid-template-columns: 1fr
      }
    }

    @media (max-width:520px) {
      h1 {
        font-size: 1.6rem
      }

      .tablet-mockup {
        width: 220px
      }

      .hero p {
        font-size: .95rem
      }
    }

.testimonials-carousel {
  max-width: 700px;
  margin: auto;
}

.test-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  padding: 24px;
  text-align: center;
}

.test-logo {
  max-height: 60px;
  margin-bottom: 12px;
}

.test-meta {
  margin-top: 12px;
}

.visit-link {
  margin-left: 12px;
  color: var(--purple);
  font-weight: bold;
  text-decoration: none;
}

.slick-prev, .slick-next {
  background: var(--purple);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.slick-dots li button:before {
  color: var(--purple);
}
